/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */    

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*s
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #101010;
}

a {
    color: #e63a12;
}

a:hover {
    color: #e63a12;
    text-decoration: underline;    
}


/* === Général ==== */



.btn {
	color: #e24320;
	border: 2px solid #e63a12;
	border-radius: 20px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0 36px;
	background: transparent;
	outline: none;
}

.btn:hover {
	color: #e24320;
}

.btn:active,
.btn:focus {
	outline: none;
	color: #e24320;
}

.btn_boutique {
	height: 41px;
	background: url(skin/ico_boutique.png) no-repeat 10% 50%;
	padding: 0 25px 0 52px;
	margin: 0 0 0 0;
}

.btn_recette {
    height: 41px;
	background: url(skin/ico_recette.png) no-repeat 10% 50%;
	padding: 0 25px 0 56px;
	margin: 0 0 0 0;	
}

.btn_fb {
	float: right;
}

.title-b {
	font-weight: 700;
	color: #101010;
	text-transform: uppercase;
	font-size: 30px;
	margin: 0;
}

.italic {
	font-style: italic;
}

#wrapper {
	position: relative;
}

.page_header .pagetitle {
	color: #d6b265;
	font-weight: 700;
	font-size: 30px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.page_header .description {
	display: block;
	font-style: italic;
	margin-bottom: 18px;
	line-height: 1.3;
}

#pagecontent {
	margin-bottom: 26px;
}

#pagecontent h2 {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}


#pagecontent table {
	margin: 12px 0;
}

#pagecontent table,
#pagecontent td,
#pagecontent th {
	border: 1px solid #b5b5b5;
}

#pagecontent th {
	color: #d6b265;
	font-weight: 700;
}

#pagecontent td,
#pagecontent th {
	padding: 8px 12px;
}

/* ==== Header ==== */

#header {
	position: relative;
	height: 101px;
	z-index: 10;
}

#choix_trad {
	text-align: right;
}

#choix_trad ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* === Menu ==== */

#upperHeader {
	height: 59px;
	line-height: 59px;
}

#main_menu {
	height: 42px;
	background: rgba(230,58,18,0.5);
}

#nav_menu {
	position: relative;
	height: 42px;
	line-height: 42px;
}

#main_menu #menu_logo {
	position: relative;
	top: -8px;
	padding: 0;
	display: inline-block;
}

#main_menu #menu_logo img {
	width: 100%;
}

#main_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

#main_menu li {
    position: relative;
	display: inline-block;
}

#main_menu a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 42px;
	padding: 0 10px;
	font-size: 13px;
}

#dark_menu:before {
	content:"";
	display: block;
	width:0;height:0;
	border: 21px solid;
	border-color: transparent rgba(0,0,0,0.5) rgba(0,0,0,0.5) transparent;
	border-left-width:6px;
	border-right-width:6px;
	position: absolute;
	left: -12px;
}

#main_menu #dark_menu {
	position: relative;
	background: rgba(0,0,0,0.5);
	margin-left: 16px;
}

#main_menu ul ul {
    position: absolute;
    top: 42px;
    left: 0;
    background: rgba(230,58,18,0.5);
    display: none;
    width: 162px;
}

#main_menu li:hover > ul {
    display: block;
}

#main_menu ul ul a {
    line-height: 1.4;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* ==== Slide ==== */

#wrapper_slide {
	position: relative;
	/*top: -42px;*/
	top: 0;
    margin-bottom: 30px;
	width: 100%;
	z-index: 0;
}

#wrapper_slide .bx-wrapper {
	margin-bottom: 0;
}

#wrapper_slide .bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0;
}

#wrapper_slide .bx-wrapper .bx-pager, 
#wrapper_slide .bx-wrapper .bx-controls-auto {
	bottom: 8px;
}

#wrapper_slide .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#wrapper_slide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #d3b869;
}

#wrapper_slide .bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px;
	height: 15px;
	border-radius: 8px;
	bottom: 18px;
	background: #fff;
}

#wrapper_slide .rbslider {
	padding: 0;
	
}

/* ===== Home page ====== */

#cat_list {
	list-style: none;
	margin: 0 0 28px 0;
	padding: 0;
	text-align: center;
}

#cat_list li {
	display: inline-block;
	width: 124px;
	text-align: center;
	vertical-align: top;
	line-height: 1;
}

#cat_list a {
	color: #101010;
	font-size: 9.28px;
	text-transform: uppercase;
}

#cat_list a:hover {
	text-decoration: none;
}

#cat_list .vign {
	display: block;
	margin: 0 auto;
	border-radius: 54px;
	width: 108px;
	clear: both;
	border: 4px solid transparent;
	-webkit-transition: border 0.3s; /* Safari */
    transition: border 0.3s;
}

#cat_list a:hover img {
	border-color: #d3b869;
}

.page_nos_produits #cat_list .vign {
    border-width: 8px;   
}

/* ===== Nos produits ====== */

#cat_produit .vign {
	display: block;
	margin: 0 auto;
	border-radius: 54px;
	width: 108px;
	clear: both;
}

#cat_produit {
	list-style: none;
	margin: 0 0 28px 0;
	padding: 0;
	text-align: center;
}

#cat_produit li {
	display: inline-block;
	width: 124px;
	text-align: center;
	vertical-align: top;
	line-height: 1;
}

#cat_produit a {
	color: #101010;
	font-size: 9.28px;
	text-transform: uppercase;
}

#cat_produit a:hover {
	text-decoration: underline;
	color: #d6b265;
}

.page_cat_produit #cat_produit li {
    margin-right: 12px;
    margin-left: 12px;
    width: auto;
}

.page_cat_produit #cat_produit .vign {
    border-radius: 0;
    width: auto;
    height: 155px;
}


/* ===== Home page ====== */

#decouvrir_produit {
	text-align: center;
}

#decouvrir_produit .btn {
	margin: 24px 0 48px;
}

#home_a_propos {
	background-color: #ebebeb;
}

#home_a_propos {
	padding-top: 22px;
	padding-bottom: 22px;
}

#home_a_propos .ico {
	display: block;
	background-color: #fff;
	border: 2px solid #d6b265;
	padding: 4%;
	text-align: center;
}

#home_a_propos .ico img {
	display: inline;
}

#home_a_propos .title-b {
	margin-top: 10%;
	margin-bottom: 6%;
}

#home_a_propos .btn {
	margin-top: 26px;
}

#home_mea  {
	margin-bottom: 34px;
}

#home_mea .link_mea {
	position: relative;
	overflow: hidden;
	margin-top: 34px;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 61.7%;
	line-height: 325px; /* 290px; */
}

#home_mea img {
	position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}


#home_mea a:hover img {
    -webkit-transform: scale(1.3); 
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

#home_mea .link_mea span {
	position: relative;
	display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;	
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
	line-height: 1;
}


/* ===== Home page ====== */

#footer {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

#footer li {
	display: inline-block;
}

#menu_footer {
	background-color: #e63a12;	
}

#menu_footer a {
	display: block;
	line-height: 60px;
	color: #fff;
	padding: 0 7px
}

#menu_footer span {
    display: inline-block;
	padding: 0 7px;
	line-height: 60px;
}


#logo_footer {
	height: 136px;
	text-align: center;
}

#logo_footer ul {
	margin: 26px auto;
}

#logo_footer li {
	margin: 0 24px;
}

/* ===== Fil d'Ariane ====== */

#breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0 0 28px 0;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb a {
	color: #101010;
	font-weight: 700;
}

#breadcrumb li + li:before{
  content:  '>';
  margin:   0 2px;
}


/* ===== A Propos ====== */


#page_mea {
	position: relative;
	top: -42px;
	width: 100%;
	z-index: 0;
}

.page_a_propos .title-b {
    font-size: 22px;
}

.section-ap {
	margin-top: 24px;
	margin-bottom: 42px;
}

.page_a_propos .logo-marques {
	list-style: none;
	margin: 0 0 14px 0;
	padding: 0;
}

.page_a_propos .logo-marques li {
	display: inline-block;
}

.page_a_propos .logo-marques img {
	display: block;
	width: 80%;
}

p.dialogue {
	position: relative;
	display: block;
	background-color: #d3b869;
	padding: 18px;
}

p.dialogue::before {
	content: "";
	position: absolute;
	display: block;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-bottom: 12px solid #d3b869;
	height: 0;
	width: 0;
	top: -12px;
	left: 10%;	
}

span.date {
	color: #e63a12;
	font-weight: 700;
	font-size: 24px;
}

#chiffrecle {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	left: -24px;
}

#chiffrecle li {
	display: inline-block;
	margin: 0 16px;
	width: 142px;
	vertical-align: top;
	margin-bottom: 16px;
}

#chiffrecle .num {
	display: block;
	font-size: 60px;
	font-weight: 700;
	clear: both;
	color: #e63a12;
	line-height: 1;
}

#chiffrecle .car {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
}


/* ===== Menu Latéral ====== */


#menuLateral ul {
	list-style: none;
	margin: 0;
	padding: 0 0 28px 0;
}

#menuLateral a {
	display: block;
	background-color: #e3e3e3;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 1px;
	padding: 8px 12px;
	text-decoration: none;
}

#menuLateral a:hover,
#menuLateral .active a {
	background-color: #d3b869;
}

/* ===== A Propos ====== */


.page_nos_produits #cat_list {
	margin-bottom: 36px;
}

.page_nos_produits #cat_list .vign {
	width: 168px;
	border-radius: 104px;
	margin-bottom: 6px;
}

.page_nos_produits #cat_list li {
	width: 216px;
	margin-bottom: 20px;
}

.page_nos_produits #cat_list a {
	font-size: 15px;
}

.page_nos_produits .pagetitle {
    /*font-size: 24px;
    font-style: italic;*/
    margin-bottom: 28px;
}

.page_a_propos h3 {
    	color: #e63a12;
	font-weight: 700;
	font-size: 24px;
}


/* ===== Contact ====== */

#error_box p,
#success_box p {
	padding: 15px;
}

.page_contact textarea {
	min-height: 150px
}

.recaptchatable #recaptcha_response_field {
    font-size: 12px !important;
    padding: 5px !important;
}

.page_contact #pagecontent h2 {
    margin-bottom: 12px;
}

.page_contact #pagecontent p {
    line-height: 1.8em;
}


.page_contact .embed-responsive {
    margin-bottom: 32px;
}

#recaptcha_widget_div { 
    margin-bottom: 28px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/* Small devices (Mobile Only) */
@media (max-width: 767px) {
    #wrapper_slide,
    #page_mea {
        top: 0;
        margin-bottom: 22px;
    }
    #header {
        margin-bottom: 8px;
    }
    .btn_boutique {
        font-size: 11px;
        height: 32px;
        line-height: 32px;
        padding: 0 16px 0 44px;
    }
    #main_menu_mobile .navbar {
    	background: none;
    	border: none;
    }
    #main_menu_mobile ul {
        margin: 0 0 0 0;
        padding: 14px 0;
        list-style: none;
    }
    #main_menu_mobile ul ul {
        margin: 0;
        padding: 0 0 0 24px;
        background: #e7e7e7;
    }
    #main_menu_mobile ul ul a {
        color: #000;
    }
    #main_menu_mobile a {
        display: block;
        color: #fff;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 4%;
    }
    #main_menu_mobile .navbar-default .navbar-toggle {
        border-color: #e63a12;
        background: #fff;
    }
    #main_menu_mobile .navbar-default .navbar-toggle:hover,
    #main_menu_mobile .navbar-default .navbar-toggle:active, 
    #main_menu_mobile .navbar-default .navbar-toggle:visited {
        background: rgba(230,58,18,0.5);
    }
    #main_menu_mobile .navbar-default .navbar-toggle .icon-bar {
        background-color: #e63a12;
    }
    #main_menu_mobile .navbar-default .navbar-collapse, 
    #main_menu_mobile .navbar-default .navbar-form {
        background: rgba(230,58,18,0.96);
    }
    #main_menu_mobile .navbar-default .navbar-nav>.open>a, 
    #main_menu_mobile .navbar-default .navbar-nav>.open>a:focus, 
    #main_menu_mobile .navbar-default .navbar-nav>.open>a:hover {
        background-color: transparent;
    }
    #main_menu_mobile .navbar-default .navbar-nav>.active>a, 
    #main_menu_mobile .navbar-default .navbar-nav>.active>a:focus, 
    #main_menu_mobile .navbar-default .navbar-nav>.active>a:hover {
        color: #000;
    }
    #main_menu_mobile .dropdown-menu>li>a {
        white-space: normal;
    }
    #main_menu_mobile .dropdown .dropdown-toggle::after {
        content:"+";
        float: right;
        font-size: 22px;
    }
    #main_menu_mobile .dropdown.open .dropdown-toggle::after {
        content:"-";
        float: right;
        font-size: 22px;
    }
    #home_mea .link_mea {
        line-height: 248px;
    }
    #home_mea .link_mea span {
        font-size: 28px;
    }
    #decouvrir_produit .btn {
        font-size: 12px;
        padding: 0 22px;
    }
    #footer ul {
        display: block;
    }
    #footer li {
        display: block;
        text-align: center;
    }
    #menu_footer a {
        display: block;
        line-height: 26px;
    }
    #menu_footer span {
        display: block;
        line-height: 28px;
        text-align: center;
    }
    .pagetitle {
        font-size: 26px;
    }
    .title-b {
        font-size: 22px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    #main_menu #menu_logo {
        top: -2px;
    }
	#main_menu a {
	    font-size: 11.5px;   
	}
    #home_mea .link_mea {
        line-height: 254px;
    }
    #home_mea .link_mea span {
        font-size: 25px;
    }
    #menu_footer {
        font-size: 11.4px
    }
    #home_a_propos .title-b {
    	margin-top: 2%;
    }
    .page_a_propos .title-b {
        font-size: 18px;
    }    
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	#main_menu #menu_logo {
		width: 180px;
	}
	#main_menu a {
	    font-size: 11.6px;   
	}
    #home_mea .link_mea {
        line-height: 280px;
    }
    #home_mea .link_mea span {
        font-size: 28px;
    }
    #home_a_propos .title-b {
    	margin-top: 2%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
