@import '/media/styles/reset-css.css';
@import '/media/styles/font.css';

a,
a:focus {
    outline: none;
}


/*
    Classes réutilisables
*/
.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}

.inline-block {
    display: inline-block
}

.btn-padding {
    padding: 5px 15px;
}

.pl0{
    padding-left: 0;
}

.pr0{
    padding-right: 0;
}

.fond-rouge-erreur{
    background-color: #f2dede;
    border-color: #ebccd1;
}

.fond-bleu-gris{
    background: #364950;
}

.color-bleu-gris{
    color: #364950 !important;
}

.fond-marron{
    background: #432316;
}

.color-marron{
    color: #432316 !important;
}

.fond-marron-fonce{
    background: #33180d;
}

.color-marron-fonce{
    color: #33180d !important;
}

.fond-marron-clair{
    background: #93857f;
}

.color-marron-clair{
    color: #93857f !important;
}

.fond-noir{
    background: #000;
}

.color-noir{
    color: #000 !important;
}

.fond-gris-clair2{
    background: #ddd;
}

.fond-gris-clair{
    background: #eee;
}
.fond-gris-clair-opacite {
    background: rgba(238,238,238, 0.7);
}

.color-gris-clair{
    color: #eee !important;
}

.fond-orange{
    background: #ed7902;
}

.color-orange{
    color: #ed7902 !important;
}
.color-or{
    color: #eac872 !important;
}

.fond-gris-fonce{
    background: #d2d2d2;
}

.color-gris-fonce{
    color: #d2d2d2 !important;
}

.fond-gris{
    background: #7f7f7f;
}

.color-gris{
    color: #7f7f7f !important;
}

.fond-blanc{
    background: #fff;
}

.color-blanc{
    color: #fff !important;
}

.fond-jaune{
    background: #ffe300;
}

.color-jaune{
    color: #ffe300 !important;
}

.error_form {
    color: #a94442;
    margin-bottom: 10px;
    font-weight: bold;
}
.alert-danger {
    font-weight: bold;
}

.font-bold{
    font-family: 'gotham_bold';
}

.font-light{
    font-family: 'gotham_light';
}

.font-book{
    font-family: 'gotham_book';
}

.font-helvetica-bold{
    font-family: 'helvetica_bold';
}

.font-helvetica-light{
    font-family: 'helvetica_light';
}

.font-moonflower{
    font-family: 'moonflower';
}

.font-moonflowerbold{
    font-family: 'moonflowerbold';
}

.font-oswald-extra-light {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}
.font-oswald-light {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.font-oswald-regular {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
.font-oswald-medium {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
.font-oswald-semi-bold {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
.font-oswald-bold {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}


.uppercase{
    text-transform: uppercase;
}

.text-justify{
    text-align: justify;
}

.text-italic{
    font-style: italic;
}

.relative{
    position: relative;
}


#bloc-images-footer {
    padding: 30px 0 0 0;
}
#bloc-images-footer .col-sm-4 {
    margin-bottom: 30px;
}
#bloc-images-footer .font-oswald-regular {
    color: #d8d1a5;
    height: 39px;
    line-height: 39px;
}
#bloc-images-footer .font-oswald-regular a {
    color: #d8d1a5;
}

#bloc-images-footer .fond-marron-fonce {
    max-width: 378px;
    display: block;
    margin: 0 auto;
}

.bloc_home_picto_bas .font-oswald-regular {
    font-size: 19px;
}



/*
    Header
*/
header{
    /*background: url('/media/images/header_fond.jpg') no-repeat top center #000; */  
    background: #000;    
    /*height: 180px;*/
    height: auto;
    padding: 20px 0;
    position: relative;
}

body.home header{
    /*height: 882px;*/
}

.header_telephone{
    /*font-size: 21px;*/
    font-size: 19px;
}

.header_panier {
    background: url('/media/images/header_picto_panier.png') no-repeat left center;
    padding: 0 0 5px 30px;
    /*padding: 5px 0 5px 30px;*/
    display: block;
}
.header_panier:hover {
    text-decoration: none;
}

.header_compte,
.header_bloc_langue{
    /*padding: 5px 0;*/
}

.header_panier_montant{
    padding: 4px;
    font-size: 14px;
}

.header_bloc_langue{
    font-size: 14px;
    /*padding-top: 4px;*/
    padding-top: 2px;
}
#popupchoixpayslangue a,
.header_bloc_langue a {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}

#espacepersocontenu-comptepersonnel {
    display: block;
    margin-top: 6px;
    /*margin-top: 8px;*/
}
#espacepersocontenu-comptepersonnel .bienvenue {
    display: none;
}
#espacepersocontenu-comptepersonnel img {
    margin-right: 8px;
    margin-top: -1px;
}
#espacepersocontenu-comptepersonnel:hover {
    text-decoration: none;
}


/*.header_bloc_langue a:hover,
.header_bloc_langue a:active,
.header_bloc_langue a:focus,*/
#popupchoixpayslangue a.over,
.menu_mon_compte a.over,
.header_bloc_langue a.over {
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px solid #ed7902;
}
.header_bloc_langue a.over {
    color: #fff;
}

.header_bloc_logo {
    margin-bottom: 25px;
}
.header_bloc_logo img {
    max-width: 350px;
}

/*
    Carousel homepage
*/
#carousel {
    background: #000;
}
#carousel .owl-controls {
    display: none;
}
#carousel .carousel-h1 {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 9999;
}
#carousel .carousel-h1 h1 {
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    text-shadow: 0 0 2px #000;
}

.owl-dots {
    /*bottom: 20px;*/
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: -30px;
}
.owl-dot {
    background: rgba(0, 0, 0, 0) url("/media/images/slider_dots.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    width: 16px;
}
.owl-dot.active {
    background: rgba(0, 0, 0, 0) url("/media/images/slider_dots_active.png") no-repeat scroll 0 0;
}


/*
    Menu
*/
.navbar-wrapper,
#formRecherche{
    /*margin-top: 20px;*/
}
header #formRecherche {
    position: relative;
    margin-top: 4px;
}
header #formRecherche input[type=text] {
    width: 100%;
    padding-right: 30px;
    height: 23px;
}
header #formRecherche #boutonsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 23px;
}

.navbar {
    margin-bottom: 0;
    min-height: 30px;
}
.navbar-nav{
    display: block;
    /*text-align: right;*/
    width: 100%;
}
.navbar-nav > li {
    margin: 0px 10px;
    display: inline-block;
    float: none;
}
.navbar-nav li a{
    font-size: 21px;
    /*border-right: 1px solid #ed7902;*/
    /*padding: 2px 15px;*/
    padding: 0 13px;
}
.navbar-nav li a .glyphicon {
    font-size: 15px;
    margin-left: 5px;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:active{
    background: none;
    color: #fff;
    text-decoration: none;
}

.navbar-nav li:last-child a{
    border: none;
}

#formNewsletter #email,
#footerFormulaireNewsletter #email_newsletter,
#formRecherche #mots_cles_fromage{
    width: 220px;
}

#formNewsletter #boutonsubmit,
#widgetFormulaireNewsletter input[type=submit],
#footerFormulaireNewsletter input[type=submit],
#formRecherche #boutonsubmit{
    border: none;
    padding: 3px 5px;
}

.home_accroche{
    margin-top: 50px;
    font-size: 31px;
}

/* Dropdown Button */
.dropbtn {
    /*padding-bottom: 10px;*/
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 205px;
    /*margin: 5px 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    border: 1px solid #e7e7e7;*/
    z-index: 9999;
    padding: 14px 0;
    text-align: left;
    left: 14px;
}
.dropdown-compte .dropdown-content {
    left: 0;
}
.dropdown-content a {
    text-decoration: none;
    display: block;
    line-height: 1.42857;
    /*padding: 5px 16px;*/
    font-size: 16px !important;
    padding: 5px 14px !important;
    color: #FFF;
    text-transform: none;
    border-right: none !important;
    background-color: #772b1b;
}
.dropdown-content a:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.dropdown-content a:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.dropdown-content a:hover {
    background: #000 !important;
    color: #ff8000 !important;
}
.dropdown:hover .dropdown-content {
    display: block;
}

/*
    Accueil
*/
.home_onglets{
    list-style: none;
    padding: 5px 0;
}

.home_onglets li{
    display: inline-block;
}

.home_onglets li a{
    /*padding: 15px 36px;*/
    display: inline-block;
    font-size: 15px;
    padding: 15px;
}

.home_onglets li a.over,
.home_onglets li a:hover,
.home_onglets li a:focus,
.home_onglets li a:active{
    background: #fff;
    color: #ed7902 !important;
    text-decoration: none;
}

.owl-carousel .owl-item img.fromage_liste_badge {
    width: auto !important;
}
.owl-carousel-home{
    margin: 40px 0;
}
.owl-carousel-panier .owl-prev,
.owl-carousel-home .owl-prev {
    left: -60px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    font-size: 40px;
    display: none !important;
}
.owl-carousel-panier .owl-next,
.owl-carousel-home .owl-next {
    right: -60px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    font-size: 40px;
    display: none !important;
}


.home_carousel_prix{
    font-size: 23px;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: bold;
}
.home_carousel_titre {
    font-size: 26px;
}
.home_carousel_prix .ancienprix {
    margin-right: 15px;
}

.home_carousel_prixkg{
    font-size: 14px;
}

.home_carousel_description{
    font-size: 14px;
}

.lien_home_uneligne{
    padding-top: 5px;
    display: inline-block;
}

.home_catalogue_legende a:hover,
.home_catalogue_legende a:active,
.home_catalogue_legende a:focus{
    color: #fff;
    text-decoration: none;
}

.owl-carousel-panier #formAjoutPanier .quantite,
.fromage_detail_ajout_panier #formAjoutPanier .quantite,
.fromage_detail_ajout_panier #formAjoutPanier .quantite,
.plateau_detail_bloc_description #formAjoutPanier .quantite,
.owl-carousel-home .quantite,
.fromage_liste_unit #formAjoutPanier .quantite{
    width: 30px;
    float: left;
    border: 1px solid #AAA;
    text-align: center;
    margin-right: 10px;
}

.plateau_detail_bloc_description #formAjoutPanier #ajoutpanier,
.owl-carousel-panier #formAjoutPanier #ajoutpanier,
.owl-carousel-home .linkaddpanier a,
.fromage_liste_unit #formAjoutPanier #ajoutpanier{
    border: none;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
}
.owl-carousel-home .linkaddpanier a:hover {
    text-decoration: none;
}
.owl-carousel-home .linkaddpanier a {
    background: #ed7902 url("/media/images/fromage_liste_ajoutpanier.png") no-repeat scroll center center;
    border-radius: 3px;
    display: block;
    height: 36px;
    text-indent: -99999em;
    width: 49px;
}


.home_carousel_label_quantite{
    font-size: 13px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.home_carousel_description{
    margin: 10px 0;
}

.chequecadeau_wrapper .bb1orange .plus,
.fromage_detail_ajout_panier .plus,
.plateau_detail_bloc_description .plus,
.owl-carousel-panier .plus,
.owl-carousel-home .plus,
.produit_liste_unit .plus,
.plateau_liste_unit .plus,
.fromage_liste_unit .plus{
    background: url(/media/images/fleches_quantite.png) no-repeat top center;
    width: 14px;
    height: 9px;
    display: block;
    text-indent: -9999em;
    margin-bottom: 5px;
}
.owl-carousel-home .plus.inactive,
.produit_liste_unit .plus.inactive,
.plateau_liste_unit .plus.inactive,
.fromage_liste_unit .plus.inactive,
.fromage_detail_ajout_panier .plus.inactive {
    background: url(/media/images/fleches_quantite_inactive.png) no-repeat top center;
}

.chequecadeau_wrapper .bb1orange .moins,
.fromage_detail_ajout_panier .moins,
.plateau_detail_bloc_description .moins,
.owl-carousel-panier .moins,
.owl-carousel-home .moins,
.produit_liste_unit .moins,
.plateau_liste_unit .moins,
.fromage_liste_unit .moins {
    background: url(/media/images/fleches_quantite.png) no-repeat bottom center;
    width: 14px;
    height: 9px;
    display: block;
    text-indent: -9999em;
}
.owl-carousel-home .moins.inactive,
.produit_liste_unit .moins.inactive,
.plateau_liste_unit .moins.inactive,
.fromage_liste_unit .moins.inactive,
.fromage_detail_ajout_panier .moins.inactive {
    background: url(/media/images/fleches_quantite_inactive.png) no-repeat bottom center;
}

.home_produit_lien_nvtes{
    background: url(/media/images/arabesque_home.png) no-repeat center;
    padding: 40px 0 40px;
    display: inline-block;
    margin-bottom: 50px;
}

.separateur_orange{
    border: none;
    border-top: 5px solid #ed7902;
    width: 65px;
    margin: 10px auto 0;
}

.bloc_catalogue{
    background: linear-gradient(to bottom, #eee, white);
}

.fromage_detail_titre,
.home_bloc_catalogue_titre{
    background: url(/media/images/arabesque_home.png) no-repeat center bottom;
    margin: 30px 0 0;
    font-size: 29.91px;
    padding: 40px 0 45px 0;
}

.home_catalogue_unit{
    margin-bottom: 20px;
    position: relative;
}
.home_catalogue_unit a {
    display: block;
    position: relative;
}

.home_catalogue_legende{
    padding: 0 80px 0 0px;
    position: absolute;
    bottom: 0;    
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-image: url('/media/images/home_catalogue_fleche.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.home_encart_nl{
    padding: 30px 0;
}

.home_bloc_boutique_titre,
.abecedaire_titre,
.home_association_vins_titre{
    margin: 30px 0;
    font-size: 20px;
    letter-spacing: 2px;
}

.abecedaire_onglets{
    padding: 20px;
}

#lait_vache,
#lait_chevre,
#lait_brebis,
#lait_mixte{
    float: left;
    margin: 10px 5px;
}

#label_lait_vache,
#label_lait_chevre,
#label_lait_brebis,
#label_lait_mixte{
    float: left;
    font-size: 11px;
    margin: 0 8px;
    padding-top: 10px;
    position: relative;
}

#label_lait_vache::after,
#label_lait_chevre::after,
#label_lait_brebis::after{
    display: block;
    content: " ";
    height: 35px;
    width: 64px;
    background: url('/media/images/abecedaire_sprite.png') no-repeat center right;
    background-position: 0 0;
    float: right;
    position: absolute;
    right: -64px;
    top: 0px;
}

#label_lait_chevre::after{
    background: url('/media/images/abecedaire_sprite.png') no-repeat center right;
    background-position: -65px 0;
}

#label_lait_brebis::after{
    background: url('/media/images/abecedaire_sprite.png') no-repeat center right;
    background-position: -128px 0;
}

.abecedaire_ligne{
    padding: 11px 0;
}
.abecedaire_ligne a {
    color: #333;
}


.abecedaire_contenu{
    padding: 16px 0 16px;
}

.abecedaire_btn_decouvrir{
    padding: 20px 100px 20px 0px;
    background:url('/media/images/home_catalogue_fleche.png') no-repeat #432316 center right; 
    background-position: 95% 15px;   
    /*background-position: 285px 15px;*/ 
}

.home_association_btn_decouvrir,
.home_actu_btn_decouvrir,
.home_cuisine_btn_decouvrir,
.home_quizz_btn_decouvrir{
    padding: 20px 100px 20px 200px;
    background:url('/media/images/home_catalogue_fleche.png') no-repeat #432316 center right; 
    background-position: 95% 15px;
    position: absolute;
    left: 10px;
}

.home_bloc_quizz{
    margin-bottom: 50px;
}

.home_association_btn_decouvrir{
    bottom: 0;
}

.home_cuisine_btn_decouvrir{
    padding: 20px 110px 20px 100px;
    background-position: 210px 15px;
    /*padding: 20px 110px 20px 200px;*/
    bottom: 0;
}

.home_quizz_btn_decouvrir{
    padding: 20px 100px 20px 50px;
    background-position: 95% 15px;
    /*padding: 20px 100px 20px 100px;*/
    bottom: 0;
}

.home_actu_droite{
    background: url('/media/images/temp/bg_home_actu2.jpg') top left;
    background-size: cover;
    height: 670px;
}

.home_actu_gauche{
    background: url('/media/images/temp/bg_home_actu.jpg') top left;
    background-size: cover;
    height: 670px;
}

#home_bloc_actu .pull-right, 
#home_bloc_actu .pull-left{
    width: 435px;
}

.home_actu_titre{
    margin: 15px 0 20px;
    font-size: 26px;
}

.home_actu_unit{
    margin: 20px 0;
}

.home_actu_unit_titre{
    font-size: 16px;
    padding: 10px ;
}

.home_actu_unit_texte{
    font-size: 14px;
}

.home_voir_toutes_actu{
    background: url('/media/images/lien_trait_orange.jpg') no-repeat bottom center;
    padding-bottom: 15px;
    margin-top: 20px;
}

.home_actu_btn_decouvrir{
    top: 0;
    left: 0px;
    padding: 20px 160px 20px 180px;
}

#footerFormulaireNewsletter{
    margin-top: 20px;
}

.bloc_home_picto_bas{
    padding: 50px 0;
    margin-top: 25px;
}

body.home .bloc_home_picto_bas {
    margin-top: 0;
}


.bloc_home_picto_bas .br1{
    border-right: 1px solid #b0b0b0;
    height: 171px;
}

.home_picto_bas{
    padding-top: 40px;
}

footer{
    padding: 30px 0 50px;
    font-size: 18px;
}

footer img{
    margin-bottom: 30px;
}
footer img.logo-footer {
    max-width: 80%;
}

footer ul {
    margin-left: 30px;
}
footer ul li {
    padding: 8px 0;
}
footer ul.list-inline {
    margin-left: 25px;
    text-align: center;
}
footer ul.list-inline li {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
}


/*
    Fromage detail
*/
.bloc_fromage_detail{
    background: url('/media/images/fond_fromage_detail.jpg') center top;
    background-size: cover;
}

.bloc_fromage_detail.venteprivee{
    background: url('/media/images/fond_fromage_detail_venteprivee.jpg') center top;
}

.fromage_detail_titre {
    margin: 30px 0;
}

/*.fromage_detail_titre{
    margin: 40px 0 30px;
    font-size: 28.68px;
    letter-spacing: 2px;
}*/

.bloc_fromage_detail.venteprivee .fromage_detail_titre{
    margin: 60px 0 70px;
    color: #eac872;
    padding: 0;
    background: none;
}
.fromage_detail_right_column {
    padding-left: 50px;
}

#formulaireRechercheProduit,
#formulaireRechercheFromage,
#formulaireRecherchePlateau {
    text-align: center;
    margin-bottom: 30px;
}

#formulaireRechercheProduit select,
#formulaireRecherchePlateau select,
#formulaireRechercheFromage select{
    border: none;
    display: inline-block;
    width: 210px;
    font-style: italic;
    margin: 10px 5px;
    padding: 2px 10px;
    height: 27px;
    font-size: 14px;
    background: #FFF;
}
.bloc_produit_detail #formulaireRechercheProduit select,
.abecedaire_sidebar #formulaireRechercheFromage select {
    background: #eee;
}

.abecedaire_sidebar #formulaireRechercheFromage,
.ami_wrapper #formulaireRechercheProduit,
.bloc_produit_detail #formulaireRechercheProduit,
.bloc_fromage_detail #formulaireRechercheFromage {
    text-align: left;
}
.abecedaire_sidebar #formulaireRechercheFromage select,
.ami_wrapper #formulaireRechercheProduit select,
.bloc_fromage_detail #formulaireRechercheProduit select,
.bloc_produit_detail #formulaireRechercheProduit select,
.ami_wrapper #mots_cles_fromage,
.abecedaire_sidebar #mots_cles_fromage,
.bloc_fromage_detail #mots_cles_fromage,
.bloc_produit_detail #mots_cles_fromage {
    display: block;
}

.bloc_fromage_detail #formulaireRechercheFromage {
    margin: 20px 0 60px 0;
    text-align: center;
    padding: 20px 0;
}
.bloc_fromage_detail #formulaireRechercheFromage select {
    width: 260px;
    background: #FFF;
}
.bloc_fromage_detail #formulaireRechercheFromage #boutonsubmit {
    text-align: center;
    width: 260px;
}
.bloc_fromage_detail #formulaireRechercheFromage #mots_cles_fromage {
    margin: 10px auto;
    width: 260px;
}

#fromageliste-paginationbasse,
#produitliste-paginationbasse,
#plateauliste-paginationbasse {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: right;
}
.fromagepagination {
    /*color: #c0a572;
    padding-right: 16px;*/
    text-align: right;
}

#formulaireRechercheFromage .btn_fromage_recherche,
#formRechercheDetail .btn_fromage_recherche,
#formulaireRechercheFromage .btn_fromage_recommandation,
#formRechercheDetail .btn_fromage_recommandation,
.btn_fromage_liste_sidebar{
    /*width: 260px;*/
    width: 160px;
    /*padding: 25px 10px;*/
    border: none;
    display: block;
    margin: 10px 5px;
    padding: 5px 10px;
    text-align: center;
}
.btn_plateau_detail {
    width: 260px;
    padding: 25px 10px;
    border: none;
    display: block;
    margin: 10px 0 10px 5px;
    text-align: left;
}
.fromage_detail_plateau .btn_fromage_liste_sidebar {
    text-align: left;
    width: 100%;
    margin: 0;
}

#formulaireRechercheFromage .btn_fromage_recherche,
#formulaireRechercheProduit .btn_fromage_recherche,
#formulaireRecherchePlateau .btn_fromage_recherche {
    display: inline-block;
}

.abecedaire_sidebar #formulaireRechercheFromage .btn_fromage_recherche,
.ami_wrapper #formulaireRechercheProduit .btn_fromage_recherche,
.bloc_produit_detail #formulaireRechercheProduit .btn_fromage_recherche,
.bloc_fromage_detail #formulaireRechercheFromage .btn_fromage_recherche {
    width: 210px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn_hoverable:hover {
    opacity: 0.9;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    text-decoration: none;
}

.btn_fromage_liste_sidebar_two_lines {
    padding: 15px 85px 15px 10px;
}

.fromagedetail_bloc_abecedaire{
    padding: 15px 35px;
    font-size: 14.75px;
    margin-bottom: 20px;
}

.abecedaire_lettre_choisie{
    font-size: 29.05px;
}

.fromagedetail_bloc_abecedaire .abecedaire_ligne{
    padding: 5px 0;
}

.fromage_detail_carte{
}

.fromage_detail_bloc_picto{
    min-height: 100px;
    margin: 5px 0px;
    padding: 0 5px;
}

.picto_poids .fond-marron-clair,
.picto_affinage .fond-marron-clair{
    padding-top: 3px;
}

.picto_type .fond-marron-clair,
.picto_lait .fond-marron-clair{
    padding-top: 10px;
}

.picto_type .fond-marron-clair img,
.picto_lait .fond-marron-clair img{
    margin-top: 5px;
}

.picto_decoupe .fond-marron-clair{
    padding-top: 33px;
}

.picto_saison{
    padding-left: 5px;
}

.fromage_detail_plateau{
    padding: 20px;
}

.picto_pate .fond-marron-clair,
.picto_saison .fond-marron-clair{
    padding-top: 15px;
}

.fromage_detail_bloc_picto .fond-marron-clair{
    min-height: 100px;
    font-size: 13px;
}

.owl-carousel-fromagedetail{
    /*margin: 44px 0 75px 0;*/
}

.owl-carousel-fromagedetail{
    /*width: 439px;*/
}

.owl-carousel-fromagedetail .owl-item img{
    width: auto;
}

.fromage_detail_bloc_vins{
    /*padding-top: 30px;*/
    padding-bottom: 30px;
    /*padding: 30px 45px;*/
}

.produit_detail_bloc_caracteristique,
.fromage_detail_bloc_caracteristique{
    margin: 50px 0;
    border: 2px solid #e9e6e5;
    padding: 20px;
}

.produit_detail_bloc_caracteristique {
    margin: 0 0 50px 0;
}

.fromage_detail_tableau{
    padding-top: 30px;
}

.fromage_detail_bloc_label img{
    margin: 0 20px 10px 0;
}

.fromage_detail_bloc_label{
    line-height: 22px;
    margin-bottom: 30px;
}

.fromage_detail_bloc_vins img{
    margin-right: 20px
}

.fromage_detail_bloc_nl{
    margin: 0;
}

.fromage_detail_bloc_nl .pull-left,
.fromage_detail_bloc_nl .pull-right{
    width: auto;
    min-height: 140px;
    padding: 20px 0;
}

.fromage_detail_bloc_nl .pull-right,
.fromage_detail_nl_titre{
    font-size: 26.43px;
}

.fromage_detail_nl_label{
    font-size: 15px;
    padding-top: 28px;
}

#formNewsletter {
    padding-top: 24px;
}

.fromage_detail_socials{
    margin-top: 10px;
}

.produitdetail_ajoutpanier_bas,
.fromagedetail_ajoutpanier_bas{
    margin-bottom: 20px;
}
.fromage_detail_soustitre,
.fromage_detail_description.nosoustitre {
    /*margin-top: 30px;*/
    font-size: 18px;
    padding: 2px 0;
}
.fromage_detail_description {
    margin-bottom: 30px;
}

/*
    Fromage Liste
*/
.bloc_fromage_liste,
.bloc_produit_liste{
    background: #EEF2F3 url('/media/images/fond_fromage_liste.jpg') no-repeat center top;
    /*background-size: cover;*/
}

.produit_liste_titre,
.fromage_liste_titre,
.plateau_liste_titre{
    font-size: 30.37px;
    letter-spacing: 2px;
    margin: 50px 0;
}

.produit_liste_sidebar,
.fromage_liste_sidebar,
.plateau_liste_sidebar{
    margin-top: 50px;
}

#mots_cles_fromage{
    width: 210px;
    border: none;
    padding: 5px 10px;
    display: inline-block;
    margin: 10px 5px;
    height: 27px;
    font-size: 14px;
}

.produit_liste_unit,
.fromage_liste_unit,
.plateau_liste_unit{
    margin: 20px 0;
    min-height: 200px;
}

.produit_liste_nom,
.fromage_liste_nom,
.plateau_liste_nom{
    font-size: 17.64px;
    line-height: 19px;
}
.plateau_liste_nom {
    font-size: 19px;
}
.fromage_liste_region {
    font-size: 15.64px;
    display: block;
}
.produit_liste_nom a,
.plateau_liste_nom a,
.fromage_liste_nom a {
    color: #333
}

.produit_liste_conditionnement,
.plateau_liste_conditionnement,
.fromage_liste_conditionnement{
    font-size: 12.35px;
    margin: 5px 0;
}

.produit_liste_unit .produit_liste_prix,
.fromage_liste_unit .fromage_liste_prix,
.plateau_liste_unit .plateau_liste_prix{
    font-size: 20.29px;
}

.plateau_liste_unit .plateau_liste_prix .ancienprix {
    margin-right: 10px;
}

.fromage_liste_badge{
    position: absolute;
    top: 0;
    /*left: 0;*/
    left: 10px;
    border-radius: 6px;
    /*display: none !important;*/
}
.fromage_detail_titre .fromage_liste_badge {
    top: auto;
    bottom: 0;
}

.btn_fromage_liste_sidebar{
    position: relative;
}

.btn_sidebar_fleche{
    margin-top: -14px;
    position: absolute;
    right: 20px;
    top: 50%;
}

.fromage_liste_sidebar .btn_fromage_recherche{
    background: #432316;
    /*background: url(/media/images/home_catalogue_fleche.png) no-repeat #432316;*/
    background-position: 195px 20px;
}

.produit_liste_unit .addpanier,
.fromage_liste_unit .addpanier,
.plateau_liste_unit .addpanier{
    margin-top: 10px;
    margin-bottom: 10px;
}

.produit_liste_unit .addpanier .linkaddpanier a,
.fromage_liste_unit .addpanier .linkaddpanier a,
.plateau_liste_unit .addpanier .linkaddpanier a {
    background: url('/media/images/fromage_liste_ajoutpanier.png') no-repeat center #ed7902;
    text-indent: -99999em;
    /*width: 76px;*/
    /*width: 64px;
    height: 44px;*/
    height: 36px;
    width: 49px;
    display: block;
    border-radius: 3px;
}
.produit_liste_unit .addpanier .linkaddpanier a:hover,
.fromage_liste_unit .addpanier .linkaddpanier a:hover,
.plateau_liste_unit .addpanier .linkaddpanier a:hover {
    background-color: #fd9225
}

.produit_liste_unit .addpanier .home_carousel_label_quantite,
.fromage_liste_unit .addpanier .home_carousel_label_quantite,
.plateau_liste_unit .addpanier .home_carousel_label_quantite{
    font-size: 12.19px;
    padding-top: 10px;
    margin-right: 10px;
}

.produit_liste_unit .addpanier .quantite,
.fromage_liste_unit .addpanier .quantite,
.plateau_liste_unit .addpanier .quantite{
    width: 30px;
    height: 44px;
    background: #eee;
    border: none;
    text-align: center;
    border: 1px solid #bbc1c3;
    float: left;
    margin-right: 10px;
}

.produit_liste_unit .plus,
.fromage_liste_unit .plus,
.plateau_liste_unit .plus{
    margin-top: 10px;
}

/*
    Plateau Liste
*/
.bloc_plateau_liste{
    background: #F4F5F7 url('/media/images/fond_plateau_liste.jpg') no-repeat top center;
    /*background-size: cover;*/
}

.plateau_liste_unit #formAjoutPanier #ajoutpanier,
.fromage_detail_ajout_panier #formAjoutPanier #ajoutpanier{
    border: none;
}

.plateau_liste_titre p{
    font-size: 14px;
}

/*
    Plateau detail
*/
.fond_plateau_detail{
    background: url('/media/images/fond_plateau_detail.jpg') top center;
    background-size: cover;
}

.fond_plateau_detail.venteprivees{
    background: url('/media/images/fond_fromage_venteprivee.jpg') top center;
}

.fond_plateau_detail.venteprivees .plateau_detail_titre{
    margin: 150px 0 5px;
}

.plateau_detail_titre{
    font-size: 50.01px;
    margin: 50px 0 15px;
}

.plateau_detail_bloc_description{
    padding: 0 50px;
}

.plateau_detail_prix{
    font-size: 44.21px;
}

.plateau_detail_prix span.prixkilo {
    font-size: 13px;
    display: block;
}

.abonnement_ajout_panier,
.fromage_detail_ajout_panier,
.plateau_detail_ajout_panier{
    padding: 10px 0 10px 60px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.plateau_detail_ajout_panier{
    padding: 10px 0 10px 30px;
}
.fromage_detail_ajout_panier {
    padding: 10px 0 10px 0;
}

.plateau_detail_bloc_qte{
    margin-top: 6px;
}

.abonnement_ajout_panier a.fond-orange,
.fromage_detail_ajout_panier #ajoutpanier,
.plateau_detail_ajout_panier #ajoutpanier{
    background: #ed7902 url("/media/images/fromage_liste_ajoutpanier.png") no-repeat;
    background-position: 150px 5px;
    padding: 10px 35px 10px 15px;
    display: inline-block;
}

.fromage_detail_ajout_panier #ajoutpanier,
.fromage_detail_ajout_panier #ajoutpanier2,
.plateau_detail_ajout_panier #ajoutpanier,
.plateau_detail_ajout_panier #ajoutpanier2 {
    background: #ed7902 url("/media/images/fromage_liste_ajoutpanier.png") no-repeat;
    background-position: 195px 5px;
    padding: 10px 35px 10px 15px;
    display: inline-block;
}

.abonnement_ajout_panier a.fond-orange {
    padding: 10px 15px;
    font-size: 11px;
}

.chequecadeau_wrapper .bb1orange .plus,
.fromage_detail_ajout_panier .plus,
.plateau_detail_ajout_panier .plus{
    background: url("/media/images/fleches_quantite.png") no-repeat center top;    
}

.chequecadeau_wrapper .bb1orange .moins,
.fromage_detail_ajout_panier .moins,
.plateau_detail_ajout_panier .moins{
    background: url("/media/images/fleches_quantite.png") no-repeat center bottom;    
}

.fromage_detail_ajout_panier .plus.inactive,
.plateau_detail_ajout_panier .plus.inactive{
    background: url(/media/images/fleches_quantite_inactive.png) no-repeat top center;
}
.fromage_detail_ajout_panier .moins.inactive,
.plateau_detail_ajout_panier .moins.inactive {
    background: url(/media/images/fleches_quantite_inactive.png) no-repeat bottom center;
}

.plateau_detail_description{
    margin-top: 20px;
}

.plateau_detail_description{
    font-size: 18px;
    line-height: 25px;
    font-family: "gotham_book" !important;
}
.plateau_detail_description p,
.plateau_detail_description span,
.plateau_detail_description li {
    font-family: "gotham_book" !important;
}

.plateau_detail_composition{
    margin-top: 20px;
    margin-bottom: 30px;
}
.plateau_detail_composition a {
    text-decoration: underline;
}

.plateau_detail_bloc_picto{
    min-height: 80px;
    margin: 0 5px;
    margin-bottom: 20px;
    width: 95px;
    margin-top: 8px;
    float: right;
}

.plateau_detail_picto_poids{
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 1px;
}

.plateau_detail_picto_personnes{
    padding-top: 5px;
    font-size: 40px;    
}

.plateau_detail_picto_lait{
    padding-top: 4px;
    margin-right: 0;
}

.plateau_detail_picto_lait ul{
    padding-left: 10px;
}

.plateau_detail_picto_lait ul li{
    padding-left: 20px;
}

.plateau_detail_picto_lait ul li.lait_vache{
    background: url('/media/images/plateau_detail_picto_vache.png') no-repeat center left;
    padding: 8px 0 5px 20px;
}

.plateau_detail_picto_lait ul li.lait_brebis{
    background: url('/media/images/plateau_detail_picto_brebis.png') no-repeat center left;
    padding: 5px 0 5px 20px;
}

.plateau_detail_picto_lait ul li.lait_chevre{
    background: url('/media/images/plateau_detail_picto_chevre.png') no-repeat center left;
    padding: 5px 0 5px 20px;
}

/*
    Abécédaire
*/
.fond_abecedaire{
    background: url('/media/images/fond_abecedaire.jpg') no-repeat top center;
    background-size: cover;
}

.abecedaire_sidebar{
    margin-top: 20px;
}

.home_bloc_boutique_titre,
.abecedaire_titre{
    /*margin: 50px 0 30px;*/
    font-size: 30px;
}

.abecedaire_colonne{
    margin-bottom: 30px;
}
.ajax_fromagedetail_abecedaire a {
    color: #333;
}

.lettre_unit{
    margin-top: 20px;
}

.lettre_titre{
    font-size: 29px;
    font-weight: bold;
}

.lettre_unit a{
    color: #000;
    line-height: 20px;
    font-size: 17px;
}

/*
    Panier header
*/

#lien_header_panier{
    cursor: pointer;
}

.panier-erreur-usa {
    color: #a94442;
    font-weight: bold;
    display: block;
}
.bloc_header_panier{
    position: absolute;
    top: 5px;
    right: 80px;
    z-index: 99999;    
    display: none;
}

#widgetpanierrecapitulatif {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 200;
}
#reponse_inscription_newsletter {
    position: fixed;
    left: 15px;
    top: 15px;
    z-index: 200;
}

#widget_panier_header{
    width: 320px;
    padding: 10px 15px 0 15px;
    border: 2px solid #5d5c5c;
}

#reponse_inscription_newsletter a.widgetpanier_close,
#widgetpanierrecapitulatif a.widgetpanier_close {
    display: block;
    line-height: 22px;
    position: absolute;
    right: 17px;
    text-indent: -10000px;
    top: 12px;
    cursor: pointer;
    height: 21px;
    width: 21px;
    background: url("/media/images/picto_supprimer_adresse.png") no-repeat;
}

#reponse_inscription_newsletter p {
    font-size: 14px;
    max-width: 250px;
}

.header_panier_livraison{
    /*padding-top: 20px;*/
    padding-top: 5px;
    font-size: 14px;
}

#widget_panier_header ul.contenu_panier{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.panier_header_titre{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ed7902;
    width: 195px;
}

.btn_header_panier{
    padding: 10px 15px;
    display: inline-block;
    margin-top: 20px;
    margin-left: 10px;
}

/*
    Vente privée
*/

.bloc_fromage_liste_venteprivee{
    background: url('/media/images/fond_vente_privee.png') top center #fff;
}

.bloc_fromage_liste_venteprivee .fromage_liste_titre{
    background: url('/media/images/ventes_privees_logo.png') no-repeat top center;
    padding-top: 70px;
    margin-top: 25px;
}

.vente_privees_etoiles{
    position: absolute;
    bottom: 50px;
    left: 25px;
}

/*
    Formulaire - contact
*/
#formulairecontact label {
    display: block;
    margin-bottom: 3px;
    margin-top: 20px;
}


/*
    Panier
*/
.fond_panier{
    background: url('/media/images/fond_panier.jpg') top center #fff;
}

.panier_titre{
    font-size: 30.37px;
    margin: 30px 0 20px;
    /*margin: 80px 0;*/
}

.etape-commande-liste{
    text-align: center;
    /*margin-bottom: 20px;*/
}

.etape-commande-liste .etape-panier{
    /*display: block;
    float: left;*/
    display: inline-block;
    font-size: 24px;
    height: 68px;
    padding: 22px 0 0;
    width: 454px;
    color: #2d2166;
    background: url(/media/images/fleche-gauche-grise.png) no-repeat;
}

.etape-commande-liste .etape-panier.active{
    background: url(/media/images/fleche-gauche-orange.png) no-repeat;
    color: #fff;
}

.etape-commande-liste .etape-commande,
.etape-commande-liste .etape-paiement{
    color: #2d2166;
    /*display: block;
    float: left;*/
    display: inline-block;
    font-size: 24px;
    height: 68px;
    /*margin-left: -40px;*/
    margin-left: -45px;
    padding: 22px 0 0 30px;
    width: 454px;
    background: url(/media/images/fleche-center-gris.png) no-repeat;
}

.etape-commande-liste .etape-paiement{
    background: url(/media/images/fleche-droite-grise.png) no-repeat;
}

.etape-commande-liste .etape-commande.active{
    background: url(/media/images/fleche-center-orange.png) no-repeat;
    color: #fff;
}

.etape-commande-liste .etape-paiement.active{
    background: url(/media/images/fleche-droite-orange.png) no-repeat;
    color: #fff;
}

.panier_ligne_unit,
.panier_ligne_livraison,
.panier_ligne_l_date{
    padding: 10px 5px;
    border-bottom: 2px solid #d3d1d0;
}

.panier_ligne_livraison,
.panier_ligne_l_date{
    font-size: 25px;
    padding: 25px 5px;
}

#formPaysLivraison #pays_id,
#date_livraison {
    width: 300px;
    text-align: left;
    border: 1px solid #d3d1d0;
    /*padding-right: 20px;*/
    font-size: 17px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.panier_select_livraison{
    font-size: 22px;
    padding-top: 5px;
}

.panier_ligne_remplacement{
    padding: 13px 10px;
    font-size: 19px;
}

.panier_nom_produit{
    padding-top: 22px;
    font-size: 20px;
}

.panier_bloc_qte{
    margin-top: 5px;
    padding-top: 15px;
}

.panier_bloc_qte .quantite{
    width: 50px;
    /*width: 25px;*/
    margin: 0 auto;
    float: left;
    margin-right: 10px;
    /*display: block;*/
}

.panier_suppression{
    background: url('/media/images/picto_panier_supprimer.png') no-repeat;
    display: block;
    width: 16px;
    height: 23px;
    text-indent: -99999em;
    margin: 20px auto;
}

.panier_ligne_prix{
    font-size: 22px;
    padding-top: 20px;
}

/*.panier_bloc_qte a.plus,
.panier_bloc_qte a.moins{
    display: block;
    text-align: center;
    font-size: 17px;
}*/

.panier_bloc_qte a.plus{
    background: url(/media/images/fleches_quantite.png) no-repeat top center;
    width: 14px;
    height: 9px;
    display: block;
    text-indent: -9999em;
    margin-bottom: 5px;
}
.panier_bloc_qte a.plus.inactive{
    background: url(/media/images/fleches_quantite_inactive.png) no-repeat top center;
}

.panier_bloc_qte a.moins {
    background: url(/media/images/fleches_quantite.png) no-repeat bottom center;
    width: 14px;
    height: 9px;
    display: block;
    text-indent: -9999em;
}
.panier_bloc_qte a.moins.inactive {
    background: url(/media/images/fleches_quantite_inactive.png) no-repeat bottom center;
}

.panier_texte_livraison {
    font-size: 14px;
}

.panier_bloc_option{
    padding: 20px;
}

.panier_option_titre{
    margin: 15px 0;
    font-size: 28px;
}

.form_livraison_ligne input[type="checkbox"],
.form_facturation_ligne input[type="checkbox"],
.identification_bloc_adresse_facturation input[type="checkbox"],
.panier_bloc_option input[type="checkbox"],
.identification_choix_typeadresse input[type="checkbox"]{
    /*margin-right: 20px;*/
    margin-right: 10px;
}

.panier_option_ligne{
    /*padding: 10px 10px;*/
    padding: 5px 10px;
    /*font-size: 25px;*/
    font-size: 20px;
}

.form_livraison_ligne input[type="checkbox"],
.form_facturation_ligne input[type="checkbox"],
.identification_bloc_adresse_facturation input[type="checkbox"],
.panier_option_ligne input[type="checkbox"],
.identification_choix_typeadresse input[type="checkbox"] {
    float: left;
    width: 15px;
}

#confirmationcommandecontenu {
    font-family: "helvetica_light";
    text-align: center;
}
#confirmationcommandecontenu p {
    margin-bottom: 20px;
}

/*.form_livraison_ligne input[type="checkbox"]:not(:checked), 
.form_livraison_ligne input[type="checkbox"]:checked,
.form_facturation_ligne input[type="checkbox"]:not(:checked), 
.form_facturation_ligne input[type="checkbox"]:checked,
.identification_bloc_adresse_facturation input[type="checkbox"]:not(:checked), 
.identification_bloc_adresse_facturation input[type="checkbox"]:checked,
.panier_option_ligne input[type="checkbox"]:not(:checked), 
.panier_option_ligne input[type="checkbox"]:checked,
.identification_choix_typeadresse input[type="checkbox"]:not(:checked), 
.identification_choix_typeadresse input[type="checkbox"]:checked {
    left: -9999px;
    position: absolute;
}*/

/*.form_livraison_ligne input[type="checkbox"]:not(:checked) + label, 
.form_livraison_ligne input[type="checkbox"]:checked + label,
.form_facturation_ligne input[type="checkbox"]:not(:checked) + label, 
.form_facturation_ligne input[type="checkbox"]:checked + label,
.identification_bloc_adresse_facturation input[type="checkbox"]:not(:checked) + label, 
.identification_bloc_adresse_facturation input[type="checkbox"]:checked + label,
.panier_option_ligne input[type="checkbox"]:not(:checked) + label, 
.panier_option_ligne input[type="checkbox"]:checked + label,
.identification_choix_typeadresse input[type="checkbox"]:not(:checked) + label, 
.identification_choix_typeadresse input[type="checkbox"]:checked + label {
    cursor: pointer;
    padding-left: 35px;
    padding-top: 3px;
    position: relative;
}*/

/*.form_livraison_ligne input[type="checkbox"]:not(:checked) + label::before, 
.form_livraison_ligne input[type="checkbox"]:checked + label::before,
.form_facturation_ligne input[type="checkbox"]:not(:checked) + label::before, 
.form_facturation_ligne input[type="checkbox"]:checked + label::before,
.identification_bloc_adresse_facturation input[type="checkbox"]:not(:checked) + label::before, 
.identification_bloc_adresse_facturation input[type="checkbox"]:checked + label::before,
.panier_option_ligne input[type="checkbox"]:not(:checked) + label::before, 
.panier_option_ligne input[type="checkbox"]:checked + label::before,
.identification_choix_typeadresse input[type="checkbox"]:not(:checked) + label::before, 
.identification_choix_typeadresse input[type="checkbox"]:checked + label::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aaa;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 20px;
}*/

/*.form_livraison_ligne input[type="checkbox"]:not(:checked) + label::after, 
.form_livraison_ligne input[type="checkbox"]:checked + label::after,
.form_facturation_ligne input[type="checkbox"]:not(:checked) + label::after, 
.form_facturation_ligne input[type="checkbox"]:checked + label::after,
.identification_bloc_adresse_facturation input[type="checkbox"]:not(:checked) + label::after, 
.identification_bloc_adresse_facturation input[type="checkbox"]:checked + label::after,
.panier_option_ligne input[type="checkbox"]:not(:checked) + label::after, 
.panier_option_ligne input[type="checkbox"]:checked + label::after,
.identification_choix_typeadresse input[type="checkbox"]:not(:checked) + label::after, 
.identification_choix_typeadresse input[type="checkbox"]:checked + label::after {
    background: #fff none repeat scroll 0 0;
    color: #000;
    content: "✔";
    font-size: 18px;
    left: 3px;
    position: absolute;
    top: 6px;
    transition: all 0.2s ease 0s;
}*/


/*.form_livraison_ligne input[type="checkbox"]:not(:checked) + label::after,
.form_facturation_ligne input[type="checkbox"]:not(:checked) + label::after,
.identification_bloc_adresse_facturation input[type="checkbox"]:not(:checked) + label::after,
.panier_option_ligne input[type="checkbox"]:not(:checked) + label::after,
.identification_choix_typeadresse input[type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}*/

/*.form_livraison_ligne input[type="checkbox"]:checked + label::after,
.form_facturation_ligne input[type="checkbox"]:checked + label::after,
.identification_bloc_adresse_facturation input[type="checkbox"]:checked + label::after,
.panier_option_ligne input[type="checkbox"]:checked + label::after,
.identification_choix_typeadresse input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}*/

.date_livraison_erreur {
    text-transform: none;
    color: #a94442;
    font-weight: bold;
    font-size: 15px;
}

#codepromotion{
    /*margin-left: 45px;*/
    margin-left: 10px;
    padding: 5px 15px;
    font-size: 22px;
    float: left;
}
#promotionphrase {
    margin-left: 15px;
    margin-right: 15px;
}

.panier_option_champ_code{
    /*padding: 10px 0;*/
    border-bottom: 2px solid #d3d1d0;
    margin-bottom: 15px;
    padding: 0 0 20px;
}

.panier_option_champ_code #envoyer{
    padding: 9px 15px;
    border: none;
    margin: 0px 20px 0;
    font-size: 15px;
}

#message{
    /*margin-left: 35px;*/
    resize: none;
    width: 100%;
    margin-top: 5px;
    /*width: 588px;*/
}
#formulairecontact #message,
#formulaireAjouterCadeau #message {
    margin-left: 0;
    width: 100%;
}

.panier_total_ligne{
    margin: 10px 0;
    padding: 10px;
}

.panier_total_aregler,
.panier_label_total{
    padding: 10px 0;
    font-size: 30px;
}
.panier_total_remise strike {
    color: #000;
    font-size: 20px;
    left: 0px;
    position: absolute;
    top: -32px;
    text-align: center;
    display: block;
    width: 100%;
}

#monnaie_id{
    width: 135px;
    margin: 5px auto 0;
    text-align: center;
    font-size: 21px;
}

.panier_total_autredevise{
    /*font-size: 33px;*/
    font-size: 28px;
    margin-top: 5px;
}

.panier_alerte_port{
    font-size: 28px;
    margin-top: 25px;
}

.btn_continuer_achats{
    padding: 15px;
    font-size: 18px;
    color: #606060;
    /*margin-top: 20px;*/
    display: inline-block;
    margin-bottom: 20px;  
}

.panier_suggestion_titre{
    margin-top: 20px;
}

.owl-carousel-panier{
    /*margin: 30px 0;*/
    margin: 30px 0 60px
}
.owl-carousel-panier .fromage_liste_unit {
    margin-bottom: 0;
}

.panier_etape_suivante{
    font-size: 18px;
    padding: 15px 35px;
    display: inline-block;
    margin-bottom: 20px;    
}


/*
    Commande - Connexion
*/

.identification_bloc_connexion,
.identification_titre_inscription{
    margin: 8px 0px 30px;
    padding: 20px 20px;
    font-size: 20px;
}

.identification_bloc_connexion input[type="text"],
.identification_bloc_connexion input[type="password"] {
    width: 340px;
    margin-left: 15px;
}

.identification_bloc_connexion .font-book {
    margin-top: 15px;
    font-size: 15px;
}

.identification_bloc_connexion a{
    /*font-size: 15px;*/
}

.identification_titre_inscription{
    font-size: 15px;
}

.identification_titre_inscription .uppercase{
    font-size: 20px;
}

#formulaireconnexion .fond-orange {
    display: inline-block
}

#formAdresselivraison{
    padding: 20px 15px;
}

.bloc_formulaire_compte label,
#formAdresselivraison label,
#formAdressefacturation label,
#formulaireInscription label{
    display: block;
    margin-bottom: 5px;
}

#formAdresselivraison select,
#formAdresselivraison input[type="text"],
.bloc_formulaire_compte input[type="text"],
.bloc_formulaire_compte input[type="password"],
.bloc_formulaire_compte select,
#formAdressefacturation select,
#formulaireInscription select,
#formAdressefacturation input[type="text"],
#formulaireInscription input[type="text"],
#formulaireInscription input[type="password"]{
    height: 30px;
    width: 300px;
}

.form_livraison_ligne,
.form_inscription_ligne,
.form_facturation_ligne{
    margin: 10px 0 30px;
}

.titre_commande{
    padding: 10px 15px;
}

.identification_choix_typeadresse{
    padding: 20px 15px;
    margin-bottom: 20px;
}
#formulaireInscription .identification_choix_typeadresse label {
    display: inline;
}

.identification_mention_carnetadresse{
    margin-bottom: 15px;
}

.adresse_unit{
    padding: 8px 15px;
    margin-bottom: 8px;
}

.listeadresse_supprimer{
    background: url('/media/images/picto_supprimer_adresse.png') no-repeat;
    width: 21px;
    height: 21px;
    display: block;
    text-indent: -99999em;
}

.identification_bloc_adresse_facturation{
    padding: 15px;
}

#modifiercarnet a.fond-orange,
.facturation_bouton a{
    padding: 20px 25px;  
    display: inline-block;
}

.facturation_bouton a.fond-gris-clair{
    margin-right: 20px;
    border: 1px solid #bdc3c5;
}
#enregistrernouvelleadressebtn {
    border: 1px solid #bdc3c5;
}

.livraison_bouton a{
    margin-right: 20px;
    display: inline-block;
    padding: 10px 20px;
}
#formulaireIdentification a.fond-orange {
    display: inline-block;
    padding: 3px 15px;
}
#enregistrernouvelleadressebtn {
    width: 300px;
}
#carte_cvv {
    width: 100px;
}

/* 
    scroll top
*/
#scrollUp {
    background-image: url("/media/images/scroll_to_top.png");
    bottom: 20px;
    height: 64px;
    outline: medium none;
    right: 20px;
    width: 64px;
}
#scrollUp:hover {
    opacity: 0.8;
}


/* 
    pages de contenu
*/
.page-contenu {
    font-family: 'helvetica_light';
    min-height: 500px;
}
.page-contenu ul,
.page-contenu p {
    margin-bottom: 20px;
}
.page-contenu a:not(.fond-orange) {
    color: #ff8000;
}
.page-contenu .plansite ul {
    line-height: 20px;
    margin-bottom: 20px;
}
.page-contenu ul li {
    padding-left: 20px;
}


/*
    Page mode de paiement
*/
.paiement_bloc_cheque_cadeau{
    padding: 30px 20px 20px;
    margin-bottom: 15px;
}

.paiement_bloc_cheque_cadeau input[type="text"]{
    width: 400px;
    font-size: 20px;
    padding: 5px 15px;
    height: 32px;
}

.paiement_bloc_cheque_cadeau input[type="submit"],
.paiement_formulaire input[type="submit"]{
    width: 115px;
    font-size: 18px;
    padding: 7px 7px;
    border: none;
    margin-left: -4px;
    margin-top: 1px;
}

.paiement_bloc_cheque_cadeau p{
    font-size: 13px;
    margin-top: 15px;
}

.paiement_liste_carte input[type="radio"]{
    margin: 10px auto 5px;
    text-align: center;
    width: 8px;
    display: block;
}

.paiement_liste_carte{
    margin-bottom: 20px;
}

.paiement_formulaire label{
    display: block;
}
.paiement_formulaire select,
.paiement_formulaire input[type="text"]{
    margin-bottom: 20px;
    font-size: 20px;
    padding: 5px 15px;    
}

.paiement_formulaire select{
    font-size: 14px;
}

.paiement_formulaire input[type="submit"]{
    /*float: right;
    margin-right: 50px;*/
    margin-top: 15px;
    margin-bottom: 50px;
    padding: 10px 15px;
}

.paiement_ligne_unit{
    padding: 15px 0;
}

.paiement_ligne_unit.paiement_ligne_unit_produit {
    padding: 0;
}

.paiement_panier{
    border-bottom: 1px solid #000;
    margin: 0 15px;
}

.paiement_recap_adresse{
    margin: 20px 15px;
    font-size: 14px;
}

.paiement_recapitulatif_commande{
    margin-bottom: 30px;
    padding-bottom: 15px;
}

a.etapesuivante {
    margin-top: 15px;
    margin-bottom: 50px;
    padding: 10px 15px;
    display: inline-block;
}

/* Page confirmation */
#confirmationcommande {
    margin: 25px auto;
}

/*
    Client - Index
*/

.bloc_formulaire_compte,
.bloc_formulaire_identification{
    padding: 20px 20px;
    margin-bottom: 50px;
}

.menu_mon_compte ul li{
    display: inline-block;
    padding: 0 20px;
}

.menu_mon_compte ul li a{
    color: #000;
    font-size: 20px;
}

.bloc_formulaire_identification label{
    margin-right: 20px;
    font-weight: normal;
}

.bloc_formulaire_identification .lien_modifier{
    padding-top: 10px;
    display: inline-block;
}

/*.bloc_formulaire_compte input[type="text"],
.bloc_formulaire_compte input[type="password"],*/
.bloc_formulaire_identification input[type="text"],
.bloc_formulaire_identification input[type="password"]{
    width: 280px;
    height: 30px;
}

/*
    Client Historique commande
*/
.commande_unit .fond-gris-clair{
    padding: 15px 30px;
}

.menu_mon_compte{
    margin-bottom: 30px;
}
.menu_mon_compte li {
    margin-bottom: 20px;
}

.historique_commande_titre_orange{
    margin-bottom: 10px;
}

.commande_historique_statut_onglet{
    padding-top: 20px;
}

.bloc_recap_panier{
    margin-bottom: 30px;
}

.frise_commande_separateur{
    font-size: 30px;
    line-height: 20px
}

.commande_historique .frise_commande{
    margin-bottom: 20px;
}
.commande_historique .bloc_recap_panier,
.commande_historique .titre_historique_commande{
    margin-top: 10px;
}

.commande_historique .titre_historique_commande,
.commande_historique .ligne_historique_commande{
    font-size: 14px;
}

.commande_historique .ligne_historique_commande{
    padding: 10px 0 10px 0px;
    margin: 0 0;
}
.commande_historique .ligne_historique_commande.active {
    background: #DDD;
}

.commande_historique .commande_historique_onglet.fond-gris-clair,
.commande_historique .titre_historique_commande .fond-gris-clair {
    padding: 10px
}

.commande_historique .ligne_historique_commande.bb1{
    border-bottom: 1px solid #000;
}

/*
    Client carnet adresse
*/
.textepro p {
    margin-bottom: 20px;
}
.carnet_adresse_unit{
    margin-bottom: 40px;
    height: 150px;
}

.carnet_adresse_bloc_adresse{
    margin-bottom: 10px;
}

.carnet_adresse_unit label{
    font-weight: normal;
    font-size: 14px
}

.carnet_adresse_enregistrer{
    margin: 10px 0 10px 0;
    /*margin: 10px 0 10px 20px;*/
}

.carnet_adresse_ajoutadresse,
.carnet_adresse_envoyer{
    height: 66px;
    width: 280px;
}

.carnet_adresse_ajoutadresse{
    padding: 26px 20px;
    margin-right: 10px;
}

.carnet_adresse_envoyer{
    padding: 18px 20px;
    margin-left: 10px
}

.carnet_adresse_bloc_btn{
    margin-bottom: 30px;
}

/*
    Quizz index
*/
.quizz_wrapper,
#page-quizz {
    background: url('/media/images/fond_quizz.jpg') no-repeat center top;
}

.quizz_wrapper h1{
    margin: 200px 0 130px;
}

.quizz_accroche sup{
    font-size: 11px;
}

.quizz_accroche{
    margin-bottom: 30px;
}

.quizz_num_question .fond{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

.quizz_intitule_question{
    font-size: 25px;
    margin: 0 0 15px;
}

.quizz_liste_reponse .reponse_unit{
    margin: 5px 0;
    background: #e7e8e8;
    padding: 10px 0;
    font-size: 18px;
}

.quizz_liste_reponse .reponse_unit.bonne_reponse{
    background: #ffe300;
}
.quizz_liste_reponse .reponse_unit a,
.quizz_liste_reponse .reponse_unit.bonne_reponse a {
    color: #333;
}

.quizz_liste_reponse .reponse_unit.selected.mauvaise_reponse{
    background: #e30031;
    color: #fff;
}
.quizz_liste_reponse .reponse_unit.selected.mauvaise_reponse a {
    color: #fff;
}

.quizz_liste_reponse .reponse_unit.selected.bonne_reponse{
    background: #94b607;
    color: #fff;
}
.quizz_liste_reponse .reponse_unit.selected.bonne_reponse a {
    color: #fff;
}
.quizz-btn-suivant {
    visibility: hidden;
}
.quizz_suivant{
    border: none;
    display: block;
    margin: 30px auto;
    padding: 25px 10px 25px 20px;
    width: 200px;    
}

.quizz_suivant .btn_sidebar_fleche{
    position: absolute;
    top: 20px;   
    right: 20px;
}

.quizz_bloc_contenu{
    margin-bottom: 50px;
}

/*
    Abonnement Liste
*/
.abonnement_unit{
    margin-bottom: 40px;
}

.abonnement_liste_nom_abonnement label{
    display: block;
    float: left;
}
.abonnement_liste_nom_abonnement input[type="checkbox"]{
    display: block;
    float: left;
    margin: 17px 20px 10px;
}

.abonnement_liste_prix{
    font-size: 25px;
    padding-top: 15px;
}

.abonnement_ajout_panier {
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding: 10px 0;
}

.abonnement_ajout_panier #ajoutpanier{
    font-size: 12px;
    border: none;
}

.abonnement_ajout_panier select{
    font-size: 12px;
    border: none;
    padding: 7px 10px;
}

.abonnement_liste_nom_abonnement{
    padding: 15px 30px;
    line-height: 20px;
}

.abonnement_liste_accroche{
    margin: 25px 0;
    font-size: 20px;
}

.abonnement_liste_description p{
    margin-bottom: 25px;
    font-size: 18px;
}

/*
    Ami index
*/
.ami_wrapper{
    background: url('/media/images/fond_amis_fromage.jpg') center top no-repeat;
}

.ami_quisontils,
.ami_produits{
    display: inline-block;
    padding: 10px 10px;
    margin-bottom: 5px;
    width: 142px;
    font-size: 12px;
}

.ami_quisontils{
    margin-top: 63px;
}

.ami_wrapper #formRecherche{
    margin-top: 0;
}

/*
    Ami detail
*/
.ami_wrapper .ami_detail_nom{
    margin-top: 140px;
    font-size: 15.87px;
}

.ami_wrapper .ami_detail_description{
    padding: 40px 0;
}

.ami_wrapper .ami_detail_description p{
    margin-bottom: 20px;
    font-size: 15.87px;
}

.ami_detail_sidebar_liste{
    margin: 40px 0;
}

.ami_detail_sidebar_liste li{
    margin: 3px 0;
}

.ami_detail_produit{
    margin-bottom: 30px;
}

/*
    Chèques cadeaux
*/
.checuecadeau_orange_titre1{
    font-size: 70px;
}
.checuecadeau_orange_titre2{
    font-size: 30px;
}
.checuecadeau_orange_titre3{
    font-size: 40px;
}

.chequecadeau_liste{
    font-size: 20px;
}

.chequecadeau_bloc_orange{
    padding: 30px 0;
}

.chequecadeau_wrapper .bb1orange{
    border-bottom: 1px solid #ed7902;
    padding: 20px 0;
}

.chequecadeau_wrapper .bb1orange label{
    font-weight: normal;
}

.chequecadeau_wrapper input[type="text"]{
    width: 340px;
    padding: 5px 15px;
}

#formulaireAjouterCadeau span.font-book{
    font-size: 11px;
    display: block;
    margin-top: 3px;
}

.chequecadeau_wrapper #montant_chequecadeau{
    width: 65px;
    padding: 5px 5px;
    border: none;
    margin-right: 10px;
}

.chequecadeau_bloc_validite{
    font-size: 10px;
}

.chequecadeau_bloc_date{
    padding: 20px 0;
}

.chequecadeau_wrapper .chequecadeau_montant,
.chequecadeau_wrapper .chequecadeau_date{
    border: medium none;
    margin: 10px 0;
    padding: 2px 10px;
    width: 260px;
}
.chequecadeau_wrapper .chequecadeau_montant{
    width: auto;
}

#texte_chequecadeau{
    width: 100%;
    margin-top: 10px;
    resize: none;
}

.chequecadeau_label_montant{
    padding-top: 5px;
}

/*
    Recettes Liste
*/
.recette_liste_titre {
    margin-bottom: 15px;
    margin-left: -8px;
}
.recette_liste_bloc_picto{
    height: 62px;
    margin: 0 2px 7px;
    font-size: 10px;
}

.recette-liste-numero{
    font-size: 16px;
    padding-top: 10px;
    height: 33px;
}

.recette_liste_wrapper h1,
.recette_detail_wrapper p.titre {
    font-size: 30.37px;
    letter-spacing: 2px;
    margin: 50px 0;
}

.recette_liste_btn{
    padding: 10px 45px;
    display: inline-block;
}

.recette_liste_unit{
    min-height: 180px;
    margin-bottom: 70px
}
.recette_liste_unit a {
    color: #333;
}

/*
    Recette détail
*/
.recette_detail_etapes{
    margin: 20px 0;
}
.recette_detail_etapes p,
.recette_detail_etapes span,
.recette_detail_etapes li {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: #333 !important;
}
.recette_detail_etapes p {
    margin-bottom: 20px;
}
.recette_detail_etapes ul {
    margin-bottom: 20px;
}
.recette_detail_etapes li {
    list-style: inside disc none;
}
.recette_detail_etapes li p {
    margin-bottom: 0;
    display: inline;
}

.recette_detail_nom{
    /*font-size: 60px;*/
    font-size: 30.37px;
}

.recette_detail_wrapper .recette_liste_bloc_picto{
    height: 100px;
}

.recette_detail_wrapper .recette-liste-numero{
    height: 60px;
    padding-top: 33px;
    font-size: 25px;
}

.recette_detail_etapes ul li{
    /*display: block;*/
    clear: both;
}

.recette_detail_bloc_ingredients{
    margin: 50px 0;
}

.recette_unit_numero{
    width: 25px;
}

.recette_unit_detail{
    width: 95%;
    margin-bottom: 10px;
}

.recettedetail_ingredients_titre{
    margin-bottom: 20px;
}

.recette_etape_unit{
    margin-bottom: 30px;
}

.recette_lien_imprimer,
.recette_lien_autres,
.recette_lien_envoyer{
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.recette_lien_imprimer{
    padding-left: 85px;
    background: url('/media/images/recette_detail_imprimer.png') no-repeat center left #ed7902;
}


.recette_lien_imprimer img{
    left: 50px;
    position: absolute;
    top: 4px;
}

/*
    Fromages à la vente
*/
.mfp-bg {
    background: #222;
}
#fromagesenvente-selectpays {
    /*background: #edac0d url("/media/images/page-routage-fond.jpg") no-repeat scroll left top;*/
    background: #FFF url("/media/images/bg_popup_livraison.jpg") no-repeat scroll left top;
    /*color: #463b2b;*/
    min-height: 355px;
    padding: 20px;
    position: relative;
    width: 600px;
    margin: 0 auto;
    border: 2px solid #5d5c5c;
    font-size: 22px;
    line-height: 26px;
    /*margin-bottom: 20px;*/
}
#popupchoixpayslangue {
    position: absolute;
    right: 25px;
    top: 23px;
}

#fromagesenvente-selectpays form#formulaireSelectPays select {
    border: 1px solid #ec7e0d;
    margin-top: 10px;
}

#fromagesenvente-selectpays #texte {
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 18px;
    position: absolute;
    top: 130px;
}

#fromagesenvente-selectpays #texte table td {
    height: 72px;
    vertical-align: middle;
}
#fromagesenvente-selectpays a.font-oswald-regular {
    display: block;
    margin: 0 20px 10px 20px;
    padding: 2px 10px;
    font-size: 23px;
    border-radius: 40px;
    border: 2px solid #432316;
}
#fromagesenvente-selectpays a:hover {
    text-decoration: none;
}
#fromagesenvente-selectpays img.img-responsive {
    width: 190px;
    margin-bottom: 20px;
}

.widgetpanier_container {
    position: relative;
    padding: 20px;
    width: 540px;
    background: #fff;
    margin: 0 auto;
}
.widgetpanier_container .error_box {
    margin: 0 auto 10px auto;
    color: #a94442;
}
.widgetpanier_container .font-bold {
    font-size: 13px;
}
#widgetpanier_full_res h4 {
    margin: 10px 0 20px 0;
}
#widgetpanier_full_res a.fond-orange {
    padding: 3px 15px;
}
#widgetpanier_full_res .widgetpanier_close {
    background: url('/media/images/picto_supprimer_adresse.png') no-repeat;
    width: 21px;
    height: 21px;
    display: block;
    text-indent: -99999em;
    position: absolute;
    top: 0;
    right: 10px;
}
#widgetpanier_total {
    font-size: 19px;
    margin-bottom: 15px;
}
#widgetpanier_total span {
    font-size: 21px;
    font-weight: bold;
}

#widget_newsletter {
    height: 150px;
    margin: 0 auto;
    padding: 45px 30px;
    position: relative;
    text-align: center;
    width: 400px;
    z-index: 100000;
}

/* Popups */
.white-popup-block{
    width: 980px;
    margin: 0 auto;
    padding: 0;
    background: #FFF;
}
.owl-carousel-panier .owl-item img,
.owl-carousel-home .owl-item img {
    width: auto;
}


@media (max-width:480px) and (orientation:landscape){}

@media screen and (max-width:767px){}

@media (max-width:767px){
    .plateau_detail_bloc_picto {
        display: inline-block;
        float: none;
        margin: 8px 5px 20px;
        vertical-align: top;
    }
    .btn_plateau_detail {
        width: 100%;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
    .color-gris {
        color: #555 !important
    }
    footer {
        text-align: center
    }
    footer ul,
    footer ul.list-inline {
        margin-left: 0px !important;
    }

    .container{
        width: auto !important;
    }

    .header_bloc_logo{
        margin-top: 10px;
    }

    header{
        /*height: 480px;*/
        background-size: 565px;
        background-position: center bottom;
    }
    
    #carousel .carousel-h1 {
        top: 25px;
    }
    #carousel .carousel-h1 h1 {
        font-size: 22px;
        line-height: 27px;
        width: 80%;
        margin: 0 auto;
    }

    .header_bloc_langue {
        padding-top: 8px;
    }
    .header_bloc_langue a {
        margin: 0;
    }
    
    .fromage_detail_right_column {
        padding-left: 10px;
    }
    
    #espacepersocontenu-comptepersonnel.visible-xs {
        margin: 0 0 0 10px;
        display: inline-block !important;
    }
    
    .bloc_header_panier{
        top: 80px;
        right: 20px;
    }

    .home_association_btn_decouvrir, 
    .home_actu_btn_decouvrir, 
    .home_cuisine_btn_decouvrir, 
    .home_quizz_btn_decouvrir{
        padding: 20px 100px 20px 0;
        width: 250px;
        text-align: right;
        background-position: 180px 15px;
    }
    .abecedaire_btn_decouvrir {
        background-position: 90% 15px;
    }
    
    #label_lait_vache:after, 
    #label_lait_chevre:after, 
    #label_lait_brebis:after {
        display: none;
    }

    #home_bloc_actu .pull-right, 
    #home_bloc_actu .pull-left{
        width: auto;
    }

    .home_actu_gauche{
        height: auto;
        padding-bottom: 20px;
    }

    .home_actu_droite{
        height: 225px;
    }
    
    .owl-carousel-home {
        margin-top: 0;
    }
    
    .bloc_abecedaire .pr0 {
        padding-right: 10px !important;
    }

    .bloc_home_picto_bas .br1{
        border: none;
        height: auto;
        margin-bottom: 25px;
    }

    /*
        Fromage Liste
    */
    .fromage_liste_unit img,
    .plateau_liste_unit img{
        margin: 0 auto;
    }

    .fromage_liste_badge{
        left: 10px;
    }
    
    .produit_liste_unit, 
    .fromage_liste_unit, 
    .plateau_liste_unit {
        min-height: 100%;
    }

    /*
        Fromage détail
    */
    .owl-carousel-fromagedetail{
        /*margin-top: 5px;*/
        width: auto;
    }

    .owl-carousel-fromagedetail .owl-item img{
        max-width: 100%;
    }

    .plateau_detail_bloc_description .plateau_detail_ajout_panier, 
    .fromage_detail_ajout_panier{
        padding: 10px 0;
    }

    .bloc_fromage_detail,
    .fond_plateau_detail{
        background: #fff !important;
    }

    .fromage_detail_bloc_nl .pull-left, 
    .fromage_detail_bloc_nl .pull-right{
        width: auto;
    }

    /*
        Panier
    */
    .etape-commande-liste .etape-panier,
    .etape-commande-liste .etape-commande, 
    .etape-commande-liste .etape-paiement{
        width: 100%;
        background: #ECEAE9;
        margin: 10px 0;
        padding-left: 0;
        padding-right: 0;
    }
    .etape-commande-liste .etape-panier.active,
    .etape-commande-liste .etape-commande.active, 
    .etape-commande-liste .etape-paiement.active{
        background: #ed7902;
    }

    a#payer,
    .paiement_bloc_cheque_cadeau input[type="submit"], 
    .paiement_formulaire input[type="submit"],
    .panier_option_champ_code #envoyer{
        margin: 5px 0 0;
        padding: 9px 15px;
        width: 100%;
    }
    a#payer {
        margin-bottom: 30px;
    }

    #commentaire{
        width: 265px;
    }
    
    .bloc_fromage_detail #pate.pull-left,
    .bloc_fromage_detail #composition.pull-right {
        float: none !important;
    }
    .fromage_detail_plateau .btn_fromage_liste_sidebar {
        margin-bottom: 20px;
    }

    .panier_ligne_livraison, 
    .panier_ligne_l_date,
    .produit_liste_titre, 
    .fromage_liste_titre, 
    .plateau_liste_titre,
    .panier_titre{
        margin: 25px -10px;
        font-size: 20px;
    }
    
    .panier_option_ligne {
        font-size: 16px;
    }
    .panier_option_champ_code {
        padding: 0 10px 20px 10px;
        margin-bottom: 25px;
    }
    .paiement_bloc_cheque_cadeau input[type="text"],
    #codepromotion {
        float: none;
        margin: 0;
        width: 100%;
        font-size: 17px;
    }
    .panier_ligne_unit .prixunitaire {
        text-align: right;
    }
    
    .bloc_formulaire_compte {
        padding: 10px 0px;
    }
    
    .bloc_formulaire_identification input[type="text"], 
    .bloc_formulaire_identification input[type="password"] {
        height: 30px;
        width: 100%;
    }
    #formulaireconnexion .fond-orange {
        display: block;
        margin: 5px 0 0 0;
    }
    #formulaireconnexion a.color-orange {
        display: block;
    }
    
    .identification_bloc_connexion .col-sm-4,
    .form_facturation_ligne .col-sm-4,
    .form_livraison_ligne .col-sm-4,
    .form_inscription_ligne .col-sm-4,
    #formulaireconnexion .col-sm-4 {
        margin-bottom: 20px;
    }
    .champsobligatoires {
        display: none !important;
    }
    .champsobligatoires2 {
        width: 100%;
        margin-bottom: 40px;
        text-align: right;
    }
    .bloc_formulaire_compte, 
    .bloc_formulaire_identification {
        margin-bottom: 10px;
    }
    .widgetpanier_container {
        width: auto;
    }
    .facturation_bouton {
        margin-bottom: 20px;
    }
    .facturation_bouton a {
        /*display: block;*/
        margin-bottom: 10px;
        /*width: 100%;*/
    }
    
    #formAdresselivraison select, 
    #formAdresselivraison input[type="text"], 
    .bloc_formulaire_compte input[type="text"], 
    .bloc_formulaire_compte input[type="password"], 
    .bloc_formulaire_compte select, 
    #formAdressefacturation select, 
    #formulaireInscription select, 
    #formAdressefacturation input[type="text"], 
    #formulaireInscription input[type="text"], 
    #formulaireInscription input[type="password"] {
        width: 100%;
    }
    .form_livraison_ligne, 
    .form_inscription_ligne, 
    .form_facturation_ligne {
      margin: 0;
    }
    .commande_historique_onglet .col-sm-3 {
        margin-bottom: 10px;
    }
    
    .panier_suppression {
        margin: 0;
        width: auto;
        padding-left: 30px;
        font-size: 15px;
        text-indent: 0;
        padding-top: 3px;
    }
    #formPaysLivraison #pays_id, 
    #date_livraison {
        width: 200px;
    }
    
    .paiement_formulaire input[type="text"] {
        width: 100%
    }
    
    /*
        Commande
    */
    .identification_bloc_connexion label {
      display: block;
      margin-bottom: 5px;
    }

    #formulaireIdentification a.fond-orange,
    .identification_bloc_connexion input[type="password"],
    .identification_bloc_connexion input[type="text"]{
        width: 100%;
        margin-left: 0;
    }

    .identification_choix_typeadresse .col-xs-12.col-sm-3{
        margin: 10px 0;
    }

    .facturation_bouton a.fond-gris-clair{
        margin-right: 0;
        margin-top: 10px;
    }

    .paiement_bloc_cheque_cadeau input[type="text"]{
        width: 100%;
    }

    .paiement_bloc_cheque_cadeau input[type="submit"], 
    .paiement_formulaire input[type="submit"]{
        margin-left: 0;
    }

    .paiement_formulaire input[type="submit"]{
        margin-top: 0;
        float: none;
        margin-bottom: 10px;
    }

    .panier_nom_produit{
        padding-top: 10px;
    }
    
    .header_bloc_logo img {
        max-width: 100%;
    }
    
    #fromagesenvente-selectpays {
        width: 100%;
        font-size: 15px;
        line-height: 21px;
    }
    #fromagesenvente-selectpays img.img-responsive {
        max-width: 150px;
    }
    #fromagesenvente-selectpays a.font-oswald-regular {
        margin-bottom: 10px;
    }
    
    .fromage_detail_ajout_panier #ajoutpanier, 
    .fromage_detail_ajout_panier #ajoutpanier2 {
        background: #ed7902 url("/media/images/fromage_liste_ajoutpanier.png") no-repeat scroll 195px 5px;
        padding: 10px 15px 10px 15px;
        font-size: 13px;
    }

    /* Menu responsive */ 
    
    .center-block-menu,
    .navbar-wrapper, 
    .navbar {
        position: static !important;
    }
    
    .navbar-collapse {
        left: 0;
        padding: 0 10px;
        position: absolute;
        width: 100%;
        margin-top: 20px;
        z-index: 99;
        background: #772b1b;
    }
    
    .navbar-nav {
        background: transparent !important;
        margin: 0 !important;
    }
    
    .navbar-collapse.in {
        overflow-y: hidden;
    }
    
    .navbar-nav .glyphicon-triangle-right {
        display: inline-block !important;
    }

    .navbar-nav li{
        border-left: none;
        text-align: left;
        padding: 5px 0 !important;
    }
    
    .navbar-nav li a {
        padding: 0 !important;
        display: block !important;
        margin: 8px 0;
    }
    
    .lettre_unit a {
        display: block;
        margin: 8px 0;
    }
    
    .abecedaire_sidebar {
        background: #ddd;
        text-align: center;
    }
    .abecedaire_sidebar #mots_cles_fromage {
        background: #FFF;
    }
    .abecedaire_sidebar #formulaireRechercheFromage {
        text-align: center;
        margin: 0;
    }
    .abecedaire_sidebar #formulaireRechercheFromage select, 
    .abecedaire_sidebar #formulaireRechercheFromage #mots_cles_fromage {
        display: inline-block;
        background: #FFF
    }
    .abecedaire_sidebar #formulaireRechercheFromage .btn_fromage_recherche {
        text-align: center;
        padding: 5px 10px;
    }
    
    .dropdown {
        display: block !important;
    }
    .dropdown-content {
        display: block !important;
        position: static !important;
        padding: 14px 28px !important;
    }
    .dropdown-content a:hover {
        background: #772b1b !important;
        color: #fff !important;
    }
    
     .nav > li > a:hover,
     .nav > li > a:focus,
     .nav li .sousmenu a:hover,
     .nav li .sousmenu a:focus{
         border-top: none;
         background: none !important;
     }

     .navbar-nav li,
     .navbar-nav ul li{
         margin: 0;
         position: static;
     }
     
    #label_lait_vache, 
    #label_lait_chevre, 
    #label_lait_brebis, 
    #label_lait_mixte {
        font-size: 8px;
        display: block;
        max-width: 80px;
        text-align: left;
    }


     /*.navbar-nav li a:hover,
     .navbar-nav li a:focus,
     .navbar-nav ul.sousmenu li a:hover,
     .navbar-nav ul.sousmenu li a:focus,
     .navbar-nav ul li a:hover,
     .navbar-nav ul li a:focus{
         background: #e41770;
     }*/

     .navbar-toggle{
         /*position: absolute;*/
         z-index: 4;
         /*top: -65px;
         right: -5px;*/
         background-color: #582E15;
         margin: 0 auto;
         float: none;
     }

     .navbar-collapse{
         box-shadow: none;
     }

     .navbar-wrapper{
         position: relative;
         z-index: 2;
     }
     #ancrehaut{
         min-height:0;
         margin-bottom:0;
     }
     .navbar-nav{
         margin-top: 0px;
         background: #582E15;        
     }

     .navbar-nav ul{
         padding-left: 20px;
     }

     .navbar-nav > li,
     .navbar-nav ul.sousmenu li,
     .navbar-nav ul li{
         margin-right: 0px;
         width: 100%;
         padding:0 20px;
     }

     .navbar-nav ul.sousmenu li a,
     .navbar-nav > li > a,
     .navbar-nav li ul.sousmenu li,
     .navbar-nav li ul li{
         background: #582E15;
         line-height: 16px;
         color: #fff;
         font-size: 16px;
         padding:15px 0;
     }

     .navbar-nav ul.sousmenu li a,
     .navbar-nav > li > a{
         padding-left: 10px;
     }
     
     
     .navbar-nav ul.sousmenu li,
     .navbar-nav ul li{
         list-style: none;
         padding:15px 0;        
     }

     .navbar-nav ul.sousmenu li:last-child,
     .navbar-nav ul li:last-child{
         margin-bottom:5px;
     }

     .navbar-nav > li > a,
     .navbar-nav .sousmenu,
     .navbar-nav ul li,
     .navbar-nav ul{
         border-bottom:1px solid #fff;
     }

     .navbar-nav ul li a{
         text-transform: uppercase;
         color: #2E2D2C;         
     }

     .navbar-nav li:last-child a,
     .navbar-nav ul li:last-child{
         border:none;
     }

     .navbar-nav > li > a:hover,
     .navbar-nav > li > a:focus{
         background: #FFDD00;
         color: #2E2D2C;
         font-weight: bold;
     }

     .navbar-toggle .icon-bar {
        background-color: #fff;
     }

     .navbar-brand img{
        height: 76px;
     }
     
     .navbar-brand, 
     .navbar-nav>li>a{
        text-shadow: none;  
        border-right: none;           
     }

     #formNewsletter,
     .fromage_detail_nl_label {
         text-align: center;
     }
     
     .plateau_detail_bloc_description {
         padding: 0 10px;
     }
     .plateau_detail_titre {
         font-size: 30px;
     }
     
    .recette_detail_nom,
    .recette_liste_wrapper h1,
    .recette_detail_wrapper p.titre {
        font-size: 35px;
    }
    .recette_detail_nom {
        margin: 15px 0;
    }
    .recette_detail_photo {
        margin: 0 auto;
    }
    .recette_detail_btn .col-xs-12,
    .recette_detail_btn .addthis_inline_share_toolbox_kwt4 {
        text-align: center;
    }
    #page-quizz,
    .quizz_wrapper {
        background-size: contain;
    }
    #page-quizz h1,
    .quizz_wrapper h1 {
        margin: 100px 0 70px;
    }
    .carnet_adresse_bloc_btn {
        text-align: center;
    }
    .carnet_adresse_ajoutadresse,
    .carnet_adresse_envoyer {
        display: inline-block;
        float: none !important;
        margin: 10px auto;
    }
    
    #message {
        width: 100%;
        margin: 5px 0 0 0;
    }
    
    .panier_alerte_port {
        text-align: center;
        font-size: 24px;
    }
    .btn_continuer_achats,
    .panier_etape_suivante {
        display: block;
        text-align: center;
        width: 100%;
    }
    .chequecadeau_wrapper input[type="text"] {
        width: 100%;
    }
    .panier_ligne_remplacement label {
        max-width: 90%;
        vertical-align: top;
    }
    .carnet_adresse_unit {
        height: auto;
    }
    
    #formulaireRechercheFromage .btn_fromage_recherche, 
    #formRechercheDetail .btn_fromage_recherche, 
    #formulaireRechercheFromage .btn_fromage_recommandation, 
    #formRechercheDetail .btn_fromage_recommandation, 
    .btn_fromage_liste_sidebar {
      width: 210px;
    }
    
    .plateau_detail_prix {
        text-align: center;
    }
    .plateau_detail_ajout_panier .col-xs-8,
    .fromage_detail_ajout_panier .col-xs-7,
    .fromage_detail_ajout_panier .col-xs-9 {
        text-align: right;
    }
}

@media screen and (min-width:768px){
}

@media (min-width:768px){

}

@media (min-width:768px) and (max-width:991px){
    .bloc_abecedaire .pr0 {
        padding-right: 10px !important;
    }
    .abecedaire_btn_decouvrir {
        background-position: 95% 15px;
    }
    #footerFormulaireNewsletter #email_newsletter, 
    #formRecherche #mots_cles_fromage {
        width: 150px;
    }
    #formNewsletter #email {
        width: 200px;
    }
    footer ul.list-inline {
        margin: 0;
    }
    .navbar-nav > li {
        margin: 0;
    }
    #espacepersocontenu-comptepersonnel,
    .header_telephone,
    .navbar-nav li a {
        font-size: 13px;
    }
    .header_telephone,
    .header_bloc_langue {
        padding: 0;
    }
    .header_bloc_langue a {
        margin: 0;
    }
    #espacepersocontenu-comptepersonnel {
        margin-top: 3px;
    }
    .fromage_detail_bloc_nl .pull-right, 
    .fromage_detail_nl_titre {
        font-size: 16.43px;
    }
    .bloc_fromage_detail #formulaireRechercheFromage #boutonsubmit,
    .bloc_fromage_detail #formulaireRechercheFromage #mots_cles_fromage,
    .bloc_fromage_detail #formulaireRechercheFromage select {
        width: 180px;
    }
    .plateau_detail_prix {
        font-size: 34px;
    }
    .plateau_detail_bloc_picto {
        width: 85px;
    }
    .abecedaire_sidebar #formulaireRechercheFromage {
        text-align: center;
    }
    .abecedaire_sidebar #formulaireRechercheFromage select {
        display: inline-block;
    }
    .recette-liste-numero {
        font-size: 12px;
    }
    .chequecadeau_wrapper input[type="text"] {
        width: 100%;
    }
    .bloc_formulaire_identification input[type="text"], 
    .bloc_formulaire_identification input[type="password"] {
        height: 30px;
        width: 100%;
    }
    #formulaireconnexion .fond-orange {
        display: block;
        margin: 18px 0 0 0;
    }
    #formulaireconnexion a.color-orange {
        display: block;
    }
    #formAdresselivraison select, 
    #formAdresselivraison input[type="text"], 
    .bloc_formulaire_compte input[type="text"], 
    .bloc_formulaire_compte input[type="password"], 
    .bloc_formulaire_compte select, 
    #formAdressefacturation select, 
    #formulaireInscription select, 
    #formAdressefacturation input[type="text"], 
    #formulaireInscription input[type="text"], 
    #formulaireInscription input[type="password"] {
        width: 100%;
    }
    .bloc_formulaire_compte label, 
    #formAdresselivraison label, 
    #formAdressefacturation label, 
    #formulaireInscription label {
        font-size: 11px;
    }
    #message {
        margin: 5px 0 0 0;
        width: 100%;
    }
    .panier_option_ligne {
        font-size: 16px;
    }
    .panier_option_titre {
        font-size: 21px;
    }
    #codepromotion {
        float: left;
        font-size: 15px;
        padding: 8px 15px;
        width: 155px;
    }
    .panier_total_autredevise,
    .panier_total_aregler, 
    .panier_label_total {
        font-size: 21px;
    }
    #monnaie_id {
        width: 100%;
    }
    .panier_alerte_port {
        font-size: 18px;
    }
    .panier_ligne_remplacement label {
        max-width: 95%;
        vertical-align: top;
    }
    .etape-commande-liste .etape-panier,
    .etape-commande-liste .etape-commande, 
    .etape-commande-liste .etape-paiement{
        width: 30%;
        background: #ECEAE9;
        margin: 10px 0 25px 0;
        padding-left: 0;
        padding-right: 0;
    }
    .etape-commande-liste .etape-panier.active,
    .etape-commande-liste .etape-commande.active, 
    .etape-commande-liste .etape-paiement.active{
        background: #ed7902;
    }
    .identification_bloc_connexion input[type="text"], 
    .identification_bloc_connexion input[type="password"] {
        margin-left: 0;
        width: 100%;
    }
    #formulaireIdentification a.fond-orange {
        display: block;
        margin-top: 20px;
    }
    .paiement_formulaire select, 
    .paiement_formulaire input[type="text"],
    .paiement_bloc_cheque_cadeau input[type="text"] {
        width: 100%;
    }
    .paiement_bloc_cheque_cadeau input[type="submit"], 
    .paiement_formulaire input[type="submit"] {
        margin-left: 0;
        width: 100%;
    }
    .menu_mon_compte ul li a {
        font-size: 15px;
    }
    .abecedaire_sidebar #formulaireRechercheFromage select, 
    .abecedaire_sidebar #formulaireRechercheFromage #mots_cles_fromage {
        display: inline-block;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .home_onglets li a {
        font-size: 12px;
        padding: 15px 5px;
    }
    #espacepersocontenu-comptepersonnel,
    .header_telephone,
    .navbar-nav li a {
        font-size: 16px;
    }
    .header_telephone,
    .header_bloc_langue {
        padding: 0;
    }
    #espacepersocontenu-comptepersonnel {
        margin-top: 2px;
    }
    #formNewsletter #email, 
    #footerFormulaireNewsletter #email_newsletter, 
    #formRecherche #mots_cles_fromage {
        width: 150px;
    }
    footer ul.list-inline {
        margin: 0;
    }
    .fromage_detail_bloc_picto .fond-marron-clair {
        font-size: 12px;
    }
    .plateau_detail_prix {
        font-size: 34px;
    }
    .fromage_detail_bloc_nl .pull-right, 
    .fromage_detail_nl_titre {
        font-size: 20.43px;
    }
    .plateau_detail_bloc_picto {
        width: 85px;
    }
    .recette-liste-numero {
        font-size: 12px;
    }
    #formulaireconnexion .fond-orange {
        display: block;
        margin: 18px 0 0 0;
    }
    .header_panier {
        padding-left: 0;
        background-image: none;
    }
    #formAdresselivraison select, 
    #formAdresselivraison input[type="text"], 
    .bloc_formulaire_compte input[type="text"], 
    .bloc_formulaire_compte input[type="password"], 
    .bloc_formulaire_compte select, 
    #formAdressefacturation select, 
    #formulaireInscription select, 
    #formAdressefacturation input[type="text"], 
    #formulaireInscription input[type="text"], 
    #formulaireInscription input[type="password"] {
        width: 100%;
    }
    .panier_ligne_remplacement label {
        max-width: 95%;
        vertical-align: top;
    }
    .etape-commande-liste .etape-panier,
    .etape-commande-liste .etape-commande, 
    .etape-commande-liste .etape-paiement{
        width: 30%;
        background: #ECEAE9;
        margin: 10px 0 25px 0;
        padding-left: 0;
        padding-right: 0;
    }
    .etape-commande-liste .etape-panier.active,
    .etape-commande-liste .etape-commande.active, 
    .etape-commande-liste .etape-paiement.active{
        background: #ed7902;
    }
    .panier_alerte_port {
        font-size: 24px;
    }
    .identification_bloc_connexion input[type="text"], 
    .identification_bloc_connexion input[type="password"] {
        margin-left: 0;
        width: 100%;
    }
    #formulaireIdentification a.fond-orange {
        display: block;
        margin-top: 20px;
    }
    .bloc_formulaire_compte label, 
    #formAdresselivraison label, 
    #formAdressefacturation label, 
    #formulaireInscription label {
        font-size: 14px;
    }
    .paiement_formulaire select, 
    .paiement_formulaire input[type="text"],
    .paiement_bloc_cheque_cadeau input[type="text"] {
        width: 300px;
    }
}

@media (min-width:992px){
}

@media (min-width:768px) and (max-width:1024px){

}

@media (min-width:1200px){
    .home_onglets li a {
        font-size: 14px;
        padding: 15px 7px;
    }
    .fromage_liste_unit .col-xs-7 {
        padding: 0;
    }
    .bloc_formulaire_identification input[type="text"], 
    .bloc_formulaire_identification input[type="password"] {
        width: 240px;
    }
    .etape-commande-liste .etape-panier,
    .etape-commande-liste .etape-commande, 
    .etape-commande-liste .etape-paiement{
        width: 30%;
        background: #ECEAE9;
        margin: 10px 0 25px 0;
        padding-left: 0;
        padding-right: 0;
    }
    .etape-commande-liste .etape-panier.active,
    .etape-commande-liste .etape-commande.active, 
    .etape-commande-liste .etape-paiement.active{
        background: #ed7902;
    }
    .identification_bloc_connexion input[type="text"], 
    .identification_bloc_connexion input[type="password"] {
        margin-left: 15px;
        width: 280px;
    }
}

@media (min-width:1500px){
    .home_onglets li a {
        font-size: 17px;
    }
    .container{
        width: 1365px;
        margin: 0 auto;
    }
    .owl-carousel-panier .owl-prev,
    .owl-carousel-panier .owl-next,
    .owl-carousel-home .owl-prev,
    .owl-carousel-home .owl-next {
        display: block !important;
    }
    .fromage_detail_bloc_nl .pull-left,
    .fromage_detail_bloc_nl .pull-right{
        width: 672px;
    }
    .abonnement_ajout_panier a.fond-orange {
        padding: 10px 45px 10px 15px;
    }
    .bloc_formulaire_identification input[type="text"], 
    .bloc_formulaire_identification input[type="password"] {
        width: 280px;
    }
    .etape-commande-liste .etape-panier{
        /*display: block;
        float: left;*/
        display: inline-block;
        font-size: 24px;
        height: 68px;
        padding: 22px 0 0;
        width: 454px;
        color: #2d2166;
        background: url(/media/images/fleche-gauche-grise.png) no-repeat;
    }

    .etape-commande-liste .etape-panier.active{
        background: url(/media/images/fleche-gauche-orange.png) no-repeat;
        color: #fff;
    }

    .etape-commande-liste .etape-commande,
    .etape-commande-liste .etape-paiement{
        color: #2d2166;
        /*display: block;
        float: left;*/
        display: inline-block;
        font-size: 24px;
        height: 68px;
        /*margin-left: -40px;*/
        margin-left: -45px;
        padding: 22px 0 0 30px;
        width: 454px;
        background: url(/media/images/fleche-center-gris.png) no-repeat;
    }

    .etape-commande-liste .etape-paiement{
        background: url(/media/images/fleche-droite-grise.png) no-repeat;
    }

    .etape-commande-liste .etape-commande.active{
        background: url(/media/images/fleche-center-orange.png) no-repeat;
        color: #fff;
    }

    .etape-commande-liste .etape-paiement.active{
        background: url(/media/images/fleche-droite-orange.png) no-repeat;
        color: #fff;
    }
    .paiement_bloc_cheque_cadeau input[type="text"]{
        width: 450px;
    }
    #espacepersocontenu-comptepersonnel .bienvenue {
        display: inline-block !important;
        margin-right: 4px;
    }
    .abecedaire_contenu{
        padding: 40px 0 43px;
    }
    .identification_bloc_connexion input[type="text"], 
    .identification_bloc_connexion input[type="password"] {
        margin-left: 15px;
        width: 340px;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1025px) {

}

@media print {
    #widgetpanierrecapitulatif,
    header,
    footer {
        display:none;
    }
}