/*///////////////////////////////////////*/
/* ///// masquage admin menu ////////// */
/*/////////////////////////////////////*/
#toolbar-administration {
    display: none;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}

body,
.adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
}

/*///////////////////////////////////////*/
/* ///// STYLE GLOBAL ///////////////// */
/*/////////////////////////////////////*/

html {
    background: #fff;
}

body {
    color: #565853;
    font-family: 'Biryani', sans-serif;
}

body p {
    font-size: 12px;
    line-height: 15px;
    font-family: 'Montserrat', sans-serif;
}

a,
input[type="submit"] {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

.flex-around {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rnd-btn-border {
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #565853;
    border-radius: 15px;
    border: solid 1px #565853;
    height: 45px;
    line-height: 45px;
    padding: 2px 20px;
    text-decoration: none;
}

.rnd-btn-border:hover {
    color: #fff;
    background: #565853;
}

.main {
    max-width: 1200px;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    color: #565853;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}

::-moz-placeholder {
    color: #565853;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder {
    color: #565853;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder {
    color: #565853;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}

#block-formulairederecherche .js-form-type-search ::-webkit-input-placeholder {
    font-family: 'Biryani', sans-serif;
}
#block-formulairederecherche .js-form-type-search ::-moz-placeholder {
    font-family: 'Biryani', sans-serif;
}
#block-formulairederecherche .js-form-type-search :-ms-input-placeholder {
    font-family: 'Biryani', sans-serif;
}
#block-formulairederecherche .js-form-type-search :-moz-placeholder {
    font-family: 'Biryani', sans-serif;
}

/*///////////////////////////////////////*/
/* ///// PRE-HEADER /////////////////// */
/*/////////////////////////////////////*/
#block-preheader {
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #4f514c;
    padding: 0 40px 0 120px;
}

.block-right-preheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#block-preheader a.trouver-caviste,
#block-preheader a.devenir-franchise {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    border: solid 1px #fff;
    border-radius: 15px;
    background: #F9BB1F;
    position: relative;
    text-transform: uppercase;
    height: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#block-trouvercavistemobile a {
    display: block;
    margin-right: 20px;
    width: 51px;
    height: 53px;
    border-radius: 15px;
    border: solid 1px rgba(255, 255, 255, 1);
    background:  url(../img/svg/trouver-caviste-header.svg) no-repeat center #F9BB1F;
}

#block-preheader a.trouver-caviste:hover,
#block-preheader a.devenir-franchise:hover {
    color: #565853;
}

#block-preheader a.trouver-caviste {
    text-align: right;
    padding: 4px 60px 0 20px;
}

#block-preheader a.trouver-caviste:before {
    content: "";
    width: 30px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -18px;
    background: url(../svg/picto-trouver.svg) no-repeat center;
}

#block-preheader a.devenir-franchise {
    text-align: left;
    padding: 4px 25px 0 70px;
}

#block-preheader a.devenir-franchise:before {
    content: "";
    width: 20px;
    height: 48px;
    position: absolute;
    left: 34px;
    top: 50%;
    margin-top: -24px;
    background: url(../svg/picto-franchise.svg) no-repeat center;
}

#block-languagedropdownswitcher {
    position: relative;
    right: 0;
    border: solid 1px #fff;
    border-radius: 15px;
    margin-left: 40px;
}

#block-languagedropdownswitcher {
    background: url(../svg/arrow-select-white.svg) no-repeat 38px center;
}

#block-languagedropdownswitcher select {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-style: initial;
    padding-left: 13px;
    cursor: pointer;
}

#block-languagedropdownswitcher select option {
    color: #333;
}

/*///////////////////////////////////////*/
/* ///// CONNEXION UTILISATEUR //////// */
/*/////////////////////////////////////*/

.user-login-form {
    width: 95%;
    max-width: 600px;
    margin: 50px auto;
}

.user-login-form label {
    font-weight: 700;
    font-size: 18px;
}

.user-login-form .description {
    font-style: italic;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 15px;
}

/*///////////////////////////////////////*/
/* ///// NAVIGATION PRINCIPALE //////// */
/*/////////////////////////////////////*/
#block-navigationprincipale-2 {
    height: 60px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: solid 1px #4f514c;
    margin-top: 1px;
    -o-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.1);
}

#block-navigationprincipale-2 #superfish-main {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

#superfish-main li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #565853;
    position: relative;
    padding: 7px 40px 2px 40px;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
}

#superfish-main li ul {
    display: none;
    top: 41px;
    min-width: 220px;
    background: rgb(255, 255, 255) !important;
    padding: 10px 0 !important;
}

#superfish-main li ul li a {
    padding: 8px;
}

#superfish-main li a:after {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    content: "";
    width: 50px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -5px;
    border-radius: 3px;
    background: #F9BB1F;
}

#superfish-main li a:hover:after,
#superfish-main li a.is-active:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#superfish-main > li > a.facebook:hover:after,
#superfish-main > li > a.linkedin:hover:after,
#superfish-main > li > a.youtube:hover:after,
#superfish-main > li > a.instagram:hover:after
 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*SEARCH FORM*/
#block-formulairederecherche {
    margin: 0 30px;
}

#block-formulairederecherche form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#block-formulairederecherche .js-form-type-search input {
    border: none;
    height: 26px;
    width: 160px;
    border-bottom: solid 1px #51504F;
    margin-right: 5px;
}

#block-formulairederecherche .form-actions .form-submit {
    /*font-size: 0;*/
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 26px;
    width: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
    background: url(../img/picto/picto-search.svg) no-repeat center;
}

/*RESEAUX -SOCIAUX*/
#superfish-main > li > a.facebook,
#superfish-main > li > a.linkedin,
#superfish-main > li > a.youtube,
#superfish-main > li > a.instagram {
    position: relative;
    font-size: 0;
    text-align: center;
    width: 32px;
    height: 32px;
    padding: 2px;
    border-radius: 100%;
}

#superfish-main > li > a.youtube {
    margin-right: 3px;
}

#superfish-main > li > a.facebook:before,
#superfish-main > li > a.instagram:before,
#superfish-main > li > a.linkedin:before,
#superfish-main > li > a.youtube:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
}

#superfish-main > li > a.facebook:before {
    background-size: 20px auto;
    background-image: url(../svg/facebook-grey.svg);
}

#superfish-main > li > a.facebook:hover:before {
    background-image: url(../svg/facebook-yellow.svg);
}

#superfish-main > li > a.instagram:before {
    background-size: 20px auto;
    background-image: url(../svg/instagram-grey.svg);
}

#superfish-main > li > a.instagram:hover:before {
    background-image: url(../svg/instagram-yellow.svg);
}

#superfish-main > li > a.linkedin:before {
    background-size: 20px auto;
    background-image: url(../svg/linkedin-grey.svg);
}

#superfish-main > li > a.linkedin:hover:before {
    background-image: url(../svg/linkedin-yellow.svg);
}

#superfish-main > li > a.youtube:before {
    background-size: 20px auto;
    background-image: url(../svg/youtube-grey.svg);
}

#superfish-main > li > a.youtube:hover:before {
    background-image: url(../svg/youtube-yellow.svg);
}

/*///////////////////////////////////////*/
/* ///// BREADCRUMBS ////////////////// */
/*/////////////////////////////////////*/

.breadcrumb.wrapper {
    max-width: 1230px;
}

.breadcrumb ol {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
}

.breadcrumb li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.breadcrumb li:before {
    content: '>';
    color: #565853;
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 2px;
}

.breadcrumb li:first-of-type:before {
    font-size: 0;
}

.breadcrumb li a {
    font-size: 12px;
    color: #565853;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/*///////////////////////////////////////*/
/* ///// BANDEAU ACCUEIL ////////////// */
/*/////////////////////////////////////*/


.bandeau_lien {
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
}


.path-frontpage #block-bandeaupagedaccueil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 640px;
    /* background: url(../img/bg/bandeau-home.jpg) no-repeat center; */
    background-size: cover;
}

.path-frontpage #block-bandeaupagedaccueil .headerFront_text {
    padding-top: 80px;
    text-align: left;
    position: relative;
    width: 100%;
    top: 0;
}

.path-frontpage #block-bandeaupagedaccueil .headerFront_text .wrapper .content-wrapper {
    width: 100%;
    max-width: 620px;
   /*margin-left: 60px;*/
    position: relative;
}

.path-frontpage #block-bandeaupagedaccueil .headerFront_text .wrapper .content-wrapper:before {
    content: "";
    width: 250px;
    height: 340px;
    position: absolute;
    left: -80px;
    top: -50px;
    background: url(../svg/grappe-vecto.svg) no-repeat center;
    background-size: contain;
    z-index: -1;
}

.path-frontpage #block-bandeaupagedaccueil .headerFront_text .headerFront_text_titre {
    font-size: 40px;
    font-weight: 700;
    color: #565853;
    text-align: left;
    text-shadow: none;
    background: none;
    padding: 0;
    position: relative;
    padding-bottom: 15px;
}

.path-frontpage #block-bandeaupagedaccueil .headerFront_text .headerFront_text_titre:after,
.yellow-bar:after,
#block-titredepage h1:after {
    content: "";
    width: 64px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: 0;
    border-radius: 3px;
    background: #F9BB1F;
}

.path-frontpage #block-bandeaupagedaccueil .headerFront_text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #2A2F31;
    font-weight: 400;
    line-height: 16px;
    max-width: 500px;
}

/*///////////////////////////////////////*/
/* ///// ACTUS RECHERCHE HOME ///////// */
/*/////////////////////////////////////*/

/*ACTUS*/
#block-actusrechercheaccueil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}

#block-actusrechercheaccueil .left-block {
    width: 100%;
    max-width: 700px;
    background: #fff;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 15px;
    margin-top: -155px;
    z-index: 5;
}

#block-actusrechercheaccueil .right-block {
    width: 100%;
    max-width: 430px;
    margin-top: -232px;
    z-index: 5;
}

a.actu-link {
    width: 47%;
    max-width: 300px;
    text-decoration: none;
    text-align: center;
    color: #565853;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
    margin-bottom: 30px;
}

a.actu-link:hover {
    -o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

a.actu-link .image-actu {
    width: 100%;
    height: 200px;
}

a.actu-link .text-content-actu {
    padding: 15px;
}

a.actu-link .titre-actu {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 12px;
}

a.actu-link .titre-actu:after {
    content: "";
    width: 36px;
    height: 5px;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 0;
    border-radius: 3px;
    background: #F9BB1F;
}

a.actu-link .intro-actu {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 45px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: 'Montserrat', sans-serif;
}

a.actu-link .lire-plus {
    font-size: 12px;
    margin-top: 10px;
    text-decoration: underline;
}

/*RECHERCHE*/
#block-actusrechercheaccueil .quick-form-home {
    border: solid 1px #fff;
    outline: 12px #AFB4A9 solid;
    outline-offset: -13px;
    margin-bottom: 35px;
    padding: 30px 40px 40px 40px;
    background: #fff;
}

#block-actusrechercheaccueil .quick-form-home .titre-form {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
}

#block-actusrechercheaccueil .quick-form-home .titre-form img {
    margin-right: 15px;
}

#block-actusrechercheaccueil .quick-form-home .titre-form span {
    padding-bottom: 5px;
}

#block-actusrechercheaccueil .quick-form-home .text-form {
    text-align: center;
}

#block-actusrechercheaccueil .quick-form-home form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#block-actusrechercheaccueil .quick-form-home form .block-select {
    width: 100%;
    background: url(../img/picto/arrow-select-grey.png) no-repeat right 25px #fff;
}

#block-actusrechercheaccueil .quick-form-home form .block-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
}

#block-actusrechercheaccueil .quick-form-home form .block-select select,
#block-actusrechercheaccueil .quick-form-home form input[type="text"] {
    width: 100%;
    border-radius: 15px;
    border: solid 1px #707070;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 15px;
    font-size: 15px;
    font-weight: 400;
    margin-top: 13px;
    color: #707070;
    font-family: 'Montserrat', sans-serif;
}

#block-actusrechercheaccueil .quick-form-home form input[type="submit"] {
    width: 240px;
    height: 60px;
    font-size: 22px;
    text-transform: uppercase;
    color: #51504F;
    font-weight: 900;
    line-height: 60px;
    border-radius: 15px;
    padding: 3px 35px 2px 60px;
    margin-top: 30px;
    border: none;
    cursor: pointer;
    font-family: 'Biryani', sans-serif;
    background: url(../img/picto/marker-submit-form-home.png) no-repeat 40px 15px #F9BB1F;
}

/*PRESENTATION*/
#block-actusrechercheaccueil .quick-presentation-home,
#block-actusrechercheaccueil .quick-presentation-home-mobile {
    padding: 12px;
    background: url(../img/bg/bg-presentation-home.png) no-repeat center #565853;
    background-size: cover;
}

#block-actusrechercheaccueil .quick-presentation-home .content-border,
#block-actusrechercheaccueil .quick-presentation-home-mobile .content-border {
    padding: 33px;
    border: solid 1px rgba(175, 180, 169, 0.5);
}

#block-actusrechercheaccueil .quick-presentation-home .titre-presentation,
#block-actusrechercheaccueil .quick-presentation-home-mobile .titre-presentation {
    font-family: 'Biryani', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
    line-height: 37px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

#block-actusrechercheaccueil .quick-presentation-home .titre-presentation:after,
#block-actusrechercheaccueil .quick-presentation-home-mobile .titre-presentation:after {
    content: "";
    width: 64px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: 0;
    border-radius: 3px;
    background: #fff;
}

#block-actusrechercheaccueil .quick-presentation-home .titre-presentation .big-60,
#block-actusrechercheaccueil .quick-presentation-home-mobile .titre-presentation .big-60 {
    font-size: 60px;
    color: #F9BB1F;
}

#block-actusrechercheaccueil .quick-presentation-home .titre-presentation .big-40,
#block-actusrechercheaccueil .quick-presentation-home-mobile .titre-presentation .big-40 {
    font-size: 40px;
    color: #F9BB1F;
}

#block-actusrechercheaccueil .quick-presentation-home p,
#block-actusrechercheaccueil .quick-presentation-home-mobile p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    padding: 0 5px 0 7px;
}

#block-actusrechercheaccueil .quick-presentation-home .btn-en-savoir-plus,
#block-actusrechercheaccueil .quick-presentation-home-mobile .btn-en-savoir-plus {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

#block-actusrechercheaccueil .quick-presentation-home .btn-en-savoir-plus a,
#block-actusrechercheaccueil .quick-presentation-home-mobile .btn-en-savoir-plus a {
    height: 50px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    line-height: 50px;
    border-radius: 15px;
    padding: 2px 15px 2px 20px;
    margin: 0 7px;
    border: none;
    font-family: 'Biryani', sans-serif;
    background: #F9BB1F;
}

/*///////////////////////////////////////*/
/* ///// LE GROUPE //////////////////// */
/*/////////////////////////////////////*/

/*HISTORIQUE*/
#block-historique {
    background: url('../img/bg/bg-historique.jpg') no-repeat center;
    background-size: cover;
}

#block-historique .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 85px;
    padding-bottom: 85px;
}

#block-titredepage {
    width: 95%;
    max-width: 1100px;
    margin: 30px auto 15px auto;
}

#block-historique .content-wrapper {
    width: 100%;
    max-width: 660px;
    background: #fff;
    padding: 20px 50px 35px 50px;
}

#block-historique h1,
#block-titredepage h1 {
    font-size: 26px;
    padding-bottom: 15px;
    line-height: 30px;
}

#block-historique h1:after,
#block-titredepage h1:after {
    left: 0;
    margin-left: 0;
}

/*VALEURS*/
#block-lesvaleurs .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    background: url('../img/picto/arrow-valeurs.png') no-repeat center 20px #fff;
}

#block-lesvaleurs h2 {
    font-size: 26px;
    padding-bottom: 15px;
    color: #F9BB1F;
    line-height: 30px;
}

#block-lesvaleurs h2:after {
    left: 0;
    margin-left: 0;
}

#block-lesvaleurs .content-wrapper {
    width: 100%;
    max-width: 570px;
    padding-right: 20px;
}

/*LE CONCEPT*/
#block-leconcept {
    background: url('../img/bg/bg-concept.jpg') no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 70px;
    padding-bottom: 210px;
}

#block-leconcept:after {
    content: "";
    width: 20px;
    height: 12px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -30px;
    background: url('../img/picto/arrow-valeurs.png') no-repeat center;
    background-size: cover;
}

#block-leconcept h2 {
    font-size: 26px;
    padding-bottom: 15px;
    line-height: 30px;
}

#block-leconcept .content-wrapper {
    background: #fff;
    width: 100%;
    max-width: 830px;
    padding: 20px 50px 50px 50px;
    text-align: center;
}

/*///////////////////////////////////////*/
/* ///// GALERIE PHOTOS ET VIDEOS ///// */
/*/////////////////////////////////////*/

#block-views-block-galerie-block-1 {
    width: 95%;
    max-width: 1200px;
    margin: 50px auto;
}
.view-id-galerie .views-row {
    padding: 10px;
    margin-bottom: 30px;
    float: left;
    display: inline-block;
    text-decoration: none;
    padding: 7px;
    background: #fff;
    border: solid 1px #dedede;
}

.view-id-galerie .views-row img {
    width: 100%;
    display: block;
}

.grid__item,
.grid__col-sizer {
    width: 31.5%;
}

.grid__gutter-sizer {
    width: 2.5%;
}

/*///////////////////////////////////////*/
/* ///// LA GAMME CAVAVIN ACCUEIL ///// */
/*/////////////////////////////////////*/

#block-lagammecavavin {
    background: url('../img/bg/bg-gamme-cavavin.jpg') no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    min-height: 540px;
    margin-top: 100px;
}

#block-lagammecavavin .content-wrapper {
    width: 100%;
    max-width: 645px;
    padding: 35px 40px;
    background: #fff;
    border: solid 14px #F9BB1F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

#block-lagammecavavin .content-wrapper h2 {
    font-family: 'Biryani', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #565853;
    padding-bottom: 15px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#block-lagammecavavin .content-wrapper h2 img {
    margin: 0 7px 5px 7px;
}

/*///////////////////////////////////////*/
/* ///// STORE LOCATOR //////////////// */
/*/////////////////////////////////////*/

.reseau {
    background: none;
}

#map {
    min-height: 850px;
}

.map-wrapper {
    width: 100%;
}

.storelocator_search {
    background-color: #565853;
    margin-bottom: 0;
    height: 230px;
    border-left: solid 22Px #f2f2f2;
    padding: 20px 25px;
}

.storelocator {
    max-width: 100%;
    margin: 0;
}

#search-result {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    width: 422px;
    overflow: hidden;
}

.storelocator_content {
    position: relative;
}

.stores {
    width: 100%;
    /*overflow-y: scroll;*/
    height: auto;
    position: absolute;
    bottom: 0;
    top: 230px;
    unicode-bidi:bidi-override;
    direction: rtl;
    overflow: scroll;
    overflow-x: hidden!important;
}

#search-result h1 {
    font-family: 'Biryani', sans-serif;
    margin: 0;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    padding: 0px 5px 0px 5px;
    line-height: 1.2em;
    margin-top: -8px;
}

#search-result .sous-titre {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 15px;
    text-align: center;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

#search-result form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin-top: 20px;
}

#search-result form .form-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 243px;
    height: 89px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#search-result form .form-items .bg-select,
#search-result form .form-items select,
#search-result form .form-items input {
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

#search-result form .form-items select {
    background: transparent;
    border: none;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

#search-result form .form-items select option {
    background: #6f716d;
}

#search-result form .form-items .bg-select,
#search-result form .form-items input {
    height: 40px;
    border-radius: 15px;
    background: #6f716d;
    border: solid 1px rgba(255, 255, 255, 0.5);
}

#search-result form .form-items .bg-select {
    background: url(../img/picto/arrow-select-white.png) no-repeat right center #6f716d;
}

#search-result form #find {
    width: 89px;
    height: 89px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border: solid 1px #fff;
    padding: 45px 2px 2px 2px;
    font-family: 'Montserrat', sans-serif;
    background: url(../img/picto/picto-search.png) no-repeat center 12px #565853;
}

#search-result form #find:hover {
    color: #F9BB1F;
    border: solid 1px #F9BB1F;
}

.store {
    margin: 10px 15px 10px 10px;
    padding: 15px;
    direction: initial;
    position: relative;
    border-bottom: none;
    -o-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.1);
}

.store:hover {
    -o-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.2);
}

.store .link-site-web {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    font-family: 'Biryani', sans-serif;
    background: #F9BB1F;
    padding: 8px 12px 2px 12px;
    border-radius: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
}

.store .link-site-web:hover {
    background: #6f716d;
}

.store .link-fiche {
    font-size: 13px;
    color: #6f716d;
    font-weight: 700;
    font-family: 'Biryani', sans-serif;
    background: #fff;
    border: solid 1px #6f716d;
    padding: 7px 12px 0px 12px;
    border-radius: 15px;
    position: absolute;
    right: 10px;
    bottom: 15px;
    text-decoration: none;
}

.store .link-fiche:hover {
    background: #6f716d;
    color: #fff;
}

.store-title {
    text-transform: uppercase;
    color: #f9bb1f;
    line-height: 16px;
    margin-bottom: 7px;
    margin-top: 0;
}

.store-title.with-padding {
    padding-right: 100px;
}

.store-address,
.store-cp {
    font-size: 12px;
    font-weight: 400;
    color: #565853;
    font-family: 'Montserrat', sans-serif;
    line-height: 14px;
    text-transform: uppercase;
}

.store-phone,
.store-phone a,
.store-phone .label {
    font-size: 12px;
    font-weight: 400;
    color: #565853;
    font-family: 'Montserrat', sans-serif;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

.store-more-infos {
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    color: #565853;
    margin-top: 5px;
}

.store-active {
    border: none;
}

.store-more-infos:hover {
    text-decoration: underline;
}

.store-more-infos:after {
    content: "";
    position: absolute;
    right: -13px;
    top: 4px;
    width: 9px;
    height: 8px;
    background: url(../img/picto/open-arrow.png) no-repeat center;
    background-size: contain;
}

.store-hours-detail,
.store-hours-detail label{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    color: #565853;
}

.store-more-infos.active:after {
    background: url(../img/picto/close-arrow.png) no-repeat center;
    background-size: contain;
}

.store-hours {
    height: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    overflow: hidden;
    padding: 0;
}

.store-hours.show {
    height: auto;
}

/* Track */
#search-result ::-webkit-scrollbar-track {
    padding: 2px;
}

#search-result ::-webkit-scrollbar {
    width: 22px;
    background: #f2f2f2;
    cursor: pointer;
}

/* Handle */
#search-result ::-webkit-scrollbar-thumb {
    background: #AFB4A9;
    border-radius: 15px;
    border: solid 5px #f2f2f2;
    min-height: 85px;
}

/* Handle on hover */
#search-result ::-webkit-scrollbar-thumb:hover {
    background: #707070;
}

#search-result ::-webkit-input-placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

#search-result ::-moz-placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
#search-result :-ms-input-placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
#search-result :-moz-placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

/*///////////////////////////////////////*/
/* ///// TEXTE PAGE RESEAU //////////// */
/*/////////////////////////////////////*/

#block-textepagereseau {
    min-height: 380px;
    background: url(../img/bg/bg-texte-reseau.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#block-textepagereseau h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #F9BB1F;
    font-family: 'Biryani', sans-serif;
}

#block-textepagereseau h2 img {
    margin: 0 7px 5px 7px;
}

#block-textepagereseau .content-wrapper {
    max-width: 1030px;
}

/*///////////////////////////////////////*/
/* ///// RESULTAT RECHERCHE /////////// */
/*/////////////////////////////////////*/

#search-form {
    display: none;
}

.path-search .actuDetails {
    width: 95%;
    max-width: 800px;
    margin: 50px auto 0 auto;
}

.path-search .actuDetails h3 a {
    color: #F9BB1F;
    line-height: 24px;
}

.pager > ul li .visually-hidden {
    display: none;
}

/*///////////////////////////////////////*/
/* ///// PAGE DE CONTENU ////////////// */
/*/////////////////////////////////////*/

.titreStylay .titreStylay_content:before,
.titreStylay .titreStylay_content:after {
    width: 0;
}

.titreStylay h1 {
    padding-bottom: 15px;
    line-height: 30px;
}

.titreStylay .titreStylay_content p {
    text-align: left;
    margin-bottom: 10px;
}

.titreStylay .titreStylay_content {
    max-width: 800px;
}

/*///////////////////////////////////////*/
/* ///// PLAN DE SITE ///////////////// */
/*/////////////////////////////////////*/

.sitemap {
    width: 95%;
    max-width: 800px;
    margin: 50px auto 0 auto;
}

.sitemap a {
    color: #F9BB1F;
    line-height: 24px;
}

/*///////////////////////////////////////*/
/* ///// PAGE CONTACT ///////////////// */
/*/////////////////////////////////////*/

#mapContact {
    min-height: 250px;
    margin-top: 20px;
}

#edit-civilite--wrapper {
    border: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#edit-civilite--wrapper legend {
    float: none !important;
    height: 15px !important;
    line-height: 15px !important;
    display: inline-block !important;
    background: #fff !important;
    padding: 2px 10px !important;
    margin-left: 5px;
    color: #565853 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-family: 'Montserrat', sans-serif !important;
}

.pageContact {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.pageContact .pageContact_sidebar {
    padding-top: 8px;
}

.pageContact .pageContact_sidebar .pageContact_sidebar_info {
    color: #fff;
    background: #4f514c;
    padding: 20px 35px;
}

.pageContact .pageContact_sidebar .pageContact_sidebar_info p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    line-height: 22px;
}

.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*///////////////////////////////////////*/
/* ///// NODE MAGASIN ///////////////// */
/*/////////////////////////////////////*/

.node--type-magasin #entete-magasin {
    background: url(../img/bg/bg-entete-magasin.png) no-repeat center;
    background-size: cover;
    padding-bottom: 20px;
}

.node--type-magasin #entete-magasin .wrapper-content {
    width: 95%;
    max-width: 1230px;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*SLIDER*/
.node--type-magasin #entete-magasin .galerie-magasin {
    width: 100%;
    max-width: 575px;
    margin-left: 0;
    margin-right: 15px;
}

.node--type-magasin #entete-magasin .contenu-magasin {
    width: 100%;
    max-width: 610px;
}

.node--type-magasin #entete-magasin .contenu-magasin.alone {
    margin: 0 auto;
}

.node--type-magasin #entete-magasin .swiper-button-prev {
    width: 33px;
    height: 66px;
    left: 0;
    z-index: 5;
    background: url(../img/svg/slider-prev.svg) no-repeat center;
}

.node--type-magasin #entete-magasin .swiper-button-next {
    width: 33px;
    height: 66px;
    right: 0;
    z-index: 5;
    background: url(../img/svg/slider-next.svg) no-repeat center;
}

/*COORDONNEES*/
.node--type-magasin h1 {
    font-size: 30px;
    font-weight: 700;
    color: #F9BB1F;
    line-height: 32px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 30px;
}

.node--type-magasin h1:after {
    left: 0;
    margin-left: 0;
}

.node--type-magasin .texte-description {
    font-size: 12px;
    font-weight: 400;
    color: #707070;
    font-family: 'Montserrat', sans-serif;
    line-height: 15px;
}

.node--type-magasin .adresse-caviste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #565853;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

.node--type-magasin .adresse-caviste img {
    margin-right: 10px;
}

.node--type-magasin .adresse-caviste a {
    color: #565853;
    margin-left: 20px;
}

.node--type-magasin .adresse-caviste span {
    margin: 0 2px;
}

.node--type-magasin .contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
}

.node--type-magasin .contact-btns a {
    height: 46px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: solid 1px rgba(86, 88, 83, 0.5);
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #565853;
    text-decoration: none;
    padding: 2px 25px;
    font-family: 'Montserrat', sans-serif;
}

.node--type-magasin .contact-btns a:hover {
    color: #fff;
    background: #565853;
}

.node--type-magasin .contact-btns a img {
    margin-right: 5px;
}

/*Horaires map*/
.node--type-magasin .horaires-map-magasin {
    width: 100%;
    max-width: 815px;
    margin: 30px auto;
}

.node--type-magasin .horaires {
    background: url(../img/bg/bg-footer.png) no-repeat center top #565853;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 1px solid rgba(255, 255, 255, 0.3);
    outline-offset: -20px;
    padding: 0 30px;
}

.node--type-magasin .horaires .titre-horaires {
    font-family: 'Biryani', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #F9BB1F;
    padding: 2px 35px;
    margin-top: 16px;
    background: url(../img/bg/bg-footer.png) no-repeat center top #565853;
    z-index: 1;
}

.node--type-magasin .jours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 630px;
    margin-top: 15px;
    margin-bottom: 60px;
}

.node--type-magasin .jour {
    width: 100%;
    max-width: 62px;
    text-align: center;
}

.titre-jour {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.node--type-magasin .horaires-jour {
    background: #fff;
    width: 100%;
    padding: 7px 2px;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #51504F;
    font-family: 'Montserrat', sans-serif;
}

.node--type-magasin .jour .apres-midi {
    position: relative;
    margin-top: 8px;
    padding-top: 8px;
}

.node--type-magasin .jour .apres-midi:after {
    content: "";
    width: 54px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -27px;
    border-radius: 3px;
    background: #F9BB1F;
}

/*LAST ACTU*/

.node--type-magasin .actu-signe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.node--type-magasin a.actu-link {
    display: block;
    max-width: 350px;
    padding: 20px 20px 0 20px;
    -o-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.2);
    margin-bottom: 0;
}

/*BLOC SIGNE*/
.node--type-magasin .signe-magasin {
    /*width: 100%;*/
    max-width: 470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 55px 50px 35px 50px;
    background: url(../img/bg/bg-bloc-signe-magasin.png) no-repeat center #78808D;
    background-size: cover;
}

.node--type-magasin .signe-magasin p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 15px;
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
    max-width: 400px;
}

.node--type-magasin .signe-magasin a {
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #F9BB1F;
    border-radius: 15px;
    border: solid 1px #fff;
    background: #fff;
    height: 45px;
    line-height: 43px;
    padding: 2px 20px;
    text-decoration: none;
    margin-top: 20px;
}

/*MAP*/
#map-magasin {
    width: 100%;
    min-height: 360px;
}

/*///////////////////////////////////////*/
/* ///// PAGE LISTE ACTUS ///////////// */
/*/////////////////////////////////////*/

#block-views-block-actualites-page .views-exposed-form,
#block-views-block-actualites-block-2 .views-exposed-form {
    width: 95%;
    max-width: 600px;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#block-views-block-actualites-page form .form-item-categorie-actu,
#block-views-block-actualites-block-2 form .form-item-categorie-actu {
    margin-right: 15px;
}

#block-views-block-actualites-page form .form-actions,
#block-views-block-actualites-block-2 form .form-actions {
    margin-top: 0;
}

#block-views-block-actualites-page form .form-select,
#block-views-block-actualites-block-2 form .form-select {
    border-radius: 15px;
    height: 45px;
    line-height: 45px;
    min-width: 205px;
}

#block-views-block-actualites-page form .form-actions .form-submit,
#block-views-block-actualites-block-2 form .form-actions .form-submit {
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    border-radius: 15px;
    border: solid 1px transparent;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px 3px 20px;
    text-decoration: none;
    background: #F9BB1F;
}

#block-views-block-actualites-page .view-content,
#block-views-block-actualites-block-1 .view-content,
#block-views-block-actualites-block-2 .view-content{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#block-views-block-actualites-page .view-content a.actu-link,
#block-views-block-actualites-block-1 .view-content a.actu-link,
#block-views-block-actualites-block-2 .view-content a.actu-link {
    width: 100%;
    max-width: 350px;
    margin: 25px;
    padding: 20px 20px 0 20px;
    -o-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
}

/*///////////////////////////////////////*/
/* ///// DETAIL ACTU ////////////////// */
/*/////////////////////////////////////*/

.node--type-actualites {
    width: 95%;
    max-width: 1230px;
    margin: 40px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.node--type-actualites .retour-actus {
    width: 100%;
}

.node--type-actualites .retour-actus a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #F9BB1F;
    font-family: 'Biryani', sans-serif;
    padding: 10px 20px 7px 20px;
    margin-bottom: 3px;
    display: inline-block;
    text-decoration: none;
}

/*CONTENU ACTU*/
.node--type-actualites .contenu-actu {
    width: 100%;
    max-width: 815px;
    margin-right: 10px;
}

.node--type-actualites .contenu-actu ul {
    margin: 5px 0 10px;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Montserrat', sans-serif;
}

.node--type-actualites h1,
.node--type-actualites .recette-associee .titre-recette {
    font-size: 30px;
    font-weight: 700;
    color: #F9BB1F;
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 32px;
}

.node--type-actualites .recette-associee .titre-recette {
    margin-bottom: 30px;
}

/*RECETTE ASSOCIEE*/
.node--type-actualites .recette-associee {
    width: 100%;
    position: relative;
    margin-top: 60px;
    padding-top: 15px;
}

.node--type-actualites .recette-associee:before {
    content: "";
    width: 44px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: 0;
    border-radius: 3px;
    background: #F9BB1F;
}

.node--type-actualites .recette-associee .bloc-ingredients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.node--type-actualites .recette-associee .titre-ingredients,
.node--type-actualites .recette-associee .titre-etapes {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #565853;
    font-family: 'Biryani', sans-serif;
}

.node--type-actualites .recette-associee .titre-etapes {
    margin-top: 30px;
}

.node--type-actualites .recette-associee .liste-ingredients {
    list-style-type: none;
    padding-left: 0;
    padding-top: 0;
}

.node--type-actualites .recette-associee .liste-ingredients li {
    position: relative;
    padding-left: 22px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #707070;
    line-height: 20px;
}

.node--type-actualites .recette-associee .liste-ingredients li:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #F9BB1F;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 3px;
}

.node--type-actualites .recette-associee .liste-etapes {
    list-style-type: none;
    padding-left: 0;
}

.node--type-actualites .recette-associee .liste-etapes .numero-etape {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #F9BB1F;
    font-family: 'Montserrat', sans-serif;
    margin-right: 5px;
    padding-right: 10px;
}

.node--type-actualites .recette-associee .liste-etapes .numero-etape:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    right: 0;
    background: #F9BB1F;
}

.node--type-actualites .recette-associee .liste-etapes li {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #707070;
    line-height: 20px;
    margin-bottom: 12px;
}

.node--type-actualites .recette-associee .accord-met-vin {
    font-size: 18px;
    color: #51504F;
    font-weight: 500;
    font-style: italic;
    line-height: 22px;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
}

/*DERNIERES ACTUS*/
.node--type-actualites .dernieres-actus {
    width: 100%;
    max-width: 350px;
    -o-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
}

.node--type-actualites .dernieres-actus .titre-last-actus {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #F9BB1F;
    font-family: 'Biryani', sans-serif;
    position: relative;
    margin-top: 35px;
    margin-bottom: 10px;
}

.node--type-actualites .dernieres-actus .picto-rosace {
    margin-bottom: 10px;
}

.node--type-actualites .dernieres-actus a.actu-link {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-bottom: 25px;
    padding: 20px 20px 0 20px;
}

.node--type-actualites .dernieres-actus a.actu-link:hover {
    box-shadow: none;
}

.node--type-actualites .dernieres-actus a.actu-link:last-of-type {
    margin-bottom: 0;
}

/*///////////////////////////////////////*/
/* ///// PICTOS REASSURANCE /////////// */
/*/////////////////////////////////////*/

.footer_reAssurance,
#block-views-block-picto-reassurance-block-1 {
    border-top: none;
}

.footer_reAssurance .main,
#block-views-block-picto-reassurance-block-1 .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 1200px;
    text-align: center;
}

#block-views-block-picto-reassurance-block-1 .main {
    padding: 80px 0;
}

.footer_reAssurance .main .footer_reAssurance_item,
#block-views-block-picto-reassurance-block-1 .main .footer_reAssurance_item {
    width: 100%;
    max-width: 245px;
}

.footer_reAssurance .main .footer_reAssurance_item .views-field-field-texte-reassu p,
#block-views-block-picto-reassurance-block-1 .main .footer_reAssurance_item .views-field-field-texte-reassu p {
    color: #565853;
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer_reAssurance .main .footer_reAssurance_item .views-field-field-texte-reassu strong,
#block-views-block-picto-reassurance-block-1 .main .footer_reAssurance_item .views-field-field-texte-reassu strong {
    font-weight: 900;
    font-family: 'Biryani', sans-serif;
}

/*///////////////////////////////////////*/
/* ///// FRONT SEO //////////////////// */
/*/////////////////////////////////////*/

#block-seohomepage,
#block-testeseofichecaviste {
    padding: 40px 0;
    background: url(../img/bg/bg-seo-home.png) no-repeat center top #fff;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

#block-seohomepage h2,
#block-testeseofichecaviste h2 {
    font-family: 'Biryani', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #565853;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#block-seohomepage .content-wrapper,
#block-testeseofichecaviste .content-wrapper {
    max-width: 970px;
}

#block-seohomepage:before,
#block-testeseofichecaviste:before {
    width: 0;
    height: 0;
}

#block-seohomepage p,
#block-testeseofichecaviste p {
    font-size: 12px;
    line-height: 15px;
    font-family: 'Montserrat', sans-serif;
}

/*///////////////////////////////////////*/
/* ///// FOOTER TOP /////////////////// */
/*/////////////////////////////////////*/

.footerTop {
    padding: 0;
}

.footerTop .main {
    width: 100%;
    max-width: 100%;
    display: block;
}

#block-ouvrezuncavavin {
    padding: 0;
    background: #F9BB1F;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}

#block-ouvrezuncavavin .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

#block-ouvrezuncavavin .titre-ouvrir-cave {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 37px;
    font-family: 'Biryani', sans-serif;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    margin-left: 15px;
    margin-right: 40px;
}

#block-ouvrezuncavavin .titre-ouvrir-cave span {
    font-size: 40px;
}

#block-ouvrezuncavavin a {
    font-size: 18px;
    color: #565853;
    font-weight: 900;
    background: #fff;
    border-radius: 25px;
    box-shadow: -1px 2px 0px 0px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    text-align: center;
    padding: 17px 15px 10px 15px;
    max-width: 320px;
    line-height: 20px;
}

/*///////////////////////////////////////*/
/* ///// CONTENU FOOTER /////////////// */
/*/////////////////////////////////////*/

#block-contenufooter {
    padding: 40px 0 30px 0;
    background: url(../img/bg/bg-footer.png) no-repeat center top #565853;
    background-size: cover;
}

#block-contenufooter .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1100px;
}

/*BLOC MENU*/
#block-contenufooter .bloc-menu {
    width: 100%;
    max-width: 270px;
}

#block-contenufooter .bloc-menu .footer_menu {
    padding: 0;
    text-align: left;
    background: transparent;
}

#block-contenufooter .bloc-menu .footer_menu .main > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.footer_menu .main>ul li a {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Biryani', sans-serif;
}

/*SOCIALS*/
#block-contenufooter .bloc-menu .menu-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#block-contenufooter .bloc-menu .titre-socials {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: 'Biryani', sans-serif;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.yellow-bar,
#block-titredepage h1 {
    position: relative;
}

#block-contenufooter .bloc-menu .titre-socials:after {
    content: "";
    width: 64px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 3px;
    background: #F9BB1F;
}

#block-contenufooter .bloc-menu .menu-socials a {
    position: relative;
    font-size: 0;
    text-align: center;
    padding: 2px;
    margin-right: 15px;
    text-decoration: none;
}

#block-contenufooter .bloc-menu .menu-socials a.facebook {
    width: 12px;
    height: 24px;
    background: url(../img/svg/facebook-footer-white.svg) no-repeat center;
}

#block-contenufooter .bloc-menu .menu-socials a.facebook:hover {
    background: url(../img/svg/facebook-footer-yellow.svg) no-repeat center;
}

#block-contenufooter .bloc-menu .menu-socials a.instagram {
    width: 24px;
    height: 24px;
    background: url(../svg/instagram-white.svg) no-repeat center;
    background-size: contain;
}

#block-contenufooter .bloc-menu .menu-socials a.instagram:hover {
    background: url(../svg/instagram-yellow.svg) no-repeat center;
    background-size: contain;
}


#block-contenufooter .bloc-menu .menu-socials a.youtube {
    width: 30px;
    height: 22px;
    background: url(../img/svg/youtube-footer-white.svg) no-repeat center;
}

#block-contenufooter .bloc-menu .menu-socials a.youtube:hover {
    background: url(../img/svg/youtube-footer-yellow.svg) no-repeat center;
}

#block-contenufooter .bloc-menu .menu-socials a.linkedin {
    width: 25px;
    height: 24px;
    background: url(../img/svg/linkedin-footer-white.svg) no-repeat center;
}

#block-contenufooter .bloc-menu .menu-socials a.linkedin:hover {
    background: url(../img/svg/linkedin-footer-yellow.svg) no-repeat center;
}

/*BLOC NEWSLETTER*/
#block-contenufooter .bloc-newsletter {
    width: 100%;
    max-width: 405px;
    text-align: center;
}

#block-contenufooter .bloc-newsletter .titre-newsletter {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    font-family: 'Biryani', sans-serif;
}

#block-contenufooter .bloc-newsletter p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 15px;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
}

#block-contenufooter .bloc-newsletter a {
    color: #fff;
}

#block-contenufooter .bloc-newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 345px;
    background: #fff;
    padding: 4px;
    margin: 25px auto;
}

#block-contenufooter .bloc-newsletter form input[type="email"] {
    border: none;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
}

#block-contenufooter .bloc-newsletter form input[type="email"]:focus,
#block-contenufooter .bloc-newsletter form input[type="email"]:active {
    outline: none;
}

#block-contenufooter .bloc-newsletter form .form-actions {
    margin-top: 0;
    text-align: center;
}

#block-contenufooter .bloc-newsletter form .form-actions .form-submit {
    display: inline-block;
    margin: 0;
    padding: 16px 10px 8px 10px;
    height: auto;
    line-height: inherit;
    color: #fff;
    font-family: 'Biryani', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fbba21;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
}

#block-contenufooter .bloc-newsletter form .js-form-type-email label,
#block-contenufooter .bloc-newsletter form .js-form-type-email .description {
    display: none;
}

/*BLOC SIGNE OENOLOGIQUE*/
#block-contenufooter .bloc-signe,
#block-contenufooter .bloc-signe-mobile {
    width: 100%;
    max-width: 270px;
    text-align: center;
}

#block-contenufooter .bloc-signe p,
#block-contenufooter .bloc-signe-mobile p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 15px;
    font-family: 'Montserrat', sans-serif;
}

#block-contenufooter .bloc-signe a,
#block-contenufooter .bloc-signe-mobile a {
    font-family: 'Biryani', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #F9BB1F;
    border-radius: 15px;
    border: solid 1px #fff;
    height: 45px;
    line-height: 43px;
    padding: 2px 20px;
    text-decoration: none;
    margin-top: 20px;
}

#block-contenufooter .bloc-signe a:hover,
#block-contenufooter .bloc-signe-mobile a:hover {
    background: #fff;
}

#block-contenufooter .text-moderation {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
}

/*APPLI WEB*/
#appli-web,
#appli-web .swiper-container,
#appli-web .swiper-container .swiper-wrapper,
#appli-web .swiper-container .swiper-wrapper .swiper-slide{
    height: 100vh;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

#appli-web .go-page-1,
#appli-web .go-page-2,
#appli-web .go-page-3 {
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

#appli-web .go-page-1:hover,
#appli-web .go-page-2:hover,
#appli-web .go-page-3:hover {
    opacity: 0.8;
}

/*SLIDE 1*/
#slide-1 {
    display: flex;
    flex-direction: column;
}

/*TOP*/
#slide-1 .top-page-1 {
    position: relative;
    height: 100%;
    max-height: 323px;
    display: flex;
    background: url(../img/appli/bg-top-1.png) no-repeat right center #F6F2EB;
}

#slide-1 .top-page-1:after {
    content: "";
    height: 29px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/appli/shadow.png) no-repeat top center;
    background-size: cover;
}

#slide-1 .top-page-1 .block-logo {
    width: 198px;
    height: 194px;
    margin-left: 50px;
    margin-top: 45px;
    margin-right: 40px;
}


#slide-1 .top-page-1 .block-texte {
    width: 370px;
    margin-top: 65px;
}

#slide-1 .top-page-1 .block-texte .titre-domaine {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #575955;
    line-height: 30px;
}

#slide-1 .top-page-1 .block-texte .titre-domaine span {
    font-size: 34px;
    font-weight: 500;
    color: #575955;
}

#slide-1 .top-page-1 .block-texte .aop {
    font-size: 17px;
    font-weight: 400;
    color: rgba(89, 92, 88, 0.58);
    position: relative;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

#slide-1 .top-page-1 .block-texte .aop:after {
    content: "";
    width: 73px;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #F9BB1E;
}

#slide-1 .top-page-1 .block-texte .citation {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #565853;
    line-height: 20px;
}

#slide-1 .top-page-1 .block-texte .nom-auteure {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #565853;
    margin-top: 15px;
}

#slide-1 #nom-photo {
    position: absolute;
    right: 25px;
    bottom: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.58);
}

/*BOT*/
#slide-1 .bot-page-1 {
    background: red;
    height: 100%;
    display: flex;
}

#slide-1 .bot-page-1 .left {
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

#slide-1 .bot-page-1 .left .block-bouteille {
    width: 191px;
    margin-left: 65px;
    margin-right: 30px;
    margin-top: -135px;
    z-index: 10;
}

#slide-1 .bot-page-1 .left .block-boutons {
    width: 368px;
    margin-top: 35px;
}

#slide-1 .bot-page-1 .left .block-boutons p {
    font-size: 13px;
    font-weight: 400;
    color: #565853;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    line-height: 14px;
    margin-top: 0;
    max-width: 350px;
}

#slide-1 .bot-page-1 .left .block-boutons .flex-between {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

#slide-1 .bot-page-1 .left .block-boutons .price {
    background: #F9BB1E;
    color: #fff;
    width: 159px;
    height: 55px;
    border: solid 2px #F9BB1E;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

#slide-1 .bot-page-1 .left .block-boutons .price .the-price {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-top: 7px;
    margin-bottom: 3px;
}

#slide-1 .bot-page-1 .left .block-boutons .price .infos {
    font-size: 11px;
    font-weight: 400;
    color: #5A5C57;
    font-family: 'Montserrat', sans-serif;
}

#slide-1 .bot-page-1 .left .block-boutons .go-video {
    width: 196px;
    height: 55px;
    background: #fff;
    border: solid 2px #F9BB1E;
    color: #F9BB1E;
    font-size: 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
}

#slide-1 .bot-page-1 .left .block-boutons .go-video div {
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 14px;
}

#slide-1 .bot-page-1 .left .block-boutons .go-avis {
    background: #565853;
    color: #F9BB1E;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
}

#slide-1 .bot-page-1 .left .block-boutons .go-avis div {
    margin-left: 12px;
    margin-top: 2px;
}

#slide-1 .bot-page-1 .left .texte-jeu {
    width: 605px;
    margin-left: 50px;
    font-size: 11px;
    font-weight: 400;
    color: #565853;
    font-family: 'Montserrat', sans-serif;
}

#slide-1 .bot-page-1 .left .texte-jeu a {
    color: #565853;
}

#slide-1 .bot-page-1 .right {
    width: 100%;
    max-width: 287px;
    padding: 40px 20px 10px 27px;
    color: #fff;
    background-image: linear-gradient(#ea9c1e, #f9bb1e);
}

#slide-1 .bot-page-1 .right .titre-conseils {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

#slide-1 .bot-page-1 .right .titre-conseils:after {
    content: "";
    width: 73px;
    height: 7px;
    position: absolute;
    right: -85px;
    bottom: 0;
    background: #fff;
}

#slide-1 .bot-page-1 .right p {
    font-size: 14px;
    font-weight: 500;
    color: #565853;
    line-height: 18px;
    max-width: 285px;
    margin-bottom: 40px;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

#slide-1 .bot-page-1 .right .block-picto {
    margin-bottom: 65px;
    display: flex;
    justify-content: space-between;
}

#slide-1 .bot-page-1 .right .texte-abus {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #565853;
    line-height: 13px;
    text-align: center;
}

/*SLIDE 2*/
#slide-2 {
    background: #565853;
    display: flex;
    flex-direction: column;
}

#slide-2 .liens-top {
    height: 100%;
    position: relative;
    max-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#slide-2 .big-btn-avis {
    font-size: 16px;
    font-weight: 700;
    color: #F9BB1E;
    width: 550px;
    height: 60px;
    margin-bottom: 10px;
    border: solid 1px #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
}

#slide-2 .big-btn-avis div {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
}

#slide-2 .liens-top .go-first {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 31px;
    height: 31px;
    border: solid 2px #F9BB1E;
    display: inline-flex;
    justify-content: center;
}

#slide-2 #video {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}

#slide-2 #video video {
    position: absolute;
    bottom: 0;
    top: 0;
}

#slide-2 .block-infos-jeu {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    opacity: 0.7;
}

#slide-2 .block-infos-jeu a {
    color: #fff;
}

/*SLIDE 3*/
#slide-3 {
    position: relative;
}
#slide-3 #entete-form {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 170px;
    background: #F6F2EB;
    text-align: center;
}

#slide-3 #entete-form .titre {
    font-size: 28px;
    font-weight: 500;
    color: #575955;
    position: relative;
    padding-bottom: 20px;
    margin-top: 40px;
    font-family: 'Montserrat', sans-serif;
}

#slide-3 #entete-form .titre span {
    font-weight: 300;
}

#slide-3 #entete-form .titre:after {
    content: "";
    width: 73px;
    height: 7px;
    position: absolute;
    left: 50%;
    margin-left: -37px;
    bottom: 0;
    background: #F9BB1E;
}

#slide-3 #entete-form p {
    font-size: 14px;
    font-weight: 400;
    color: #565853;
    line-height: 16px;
}

#slide-3 #entete-form .logo-form {
    position: absolute;
    top: 25px;
    left: 32px;
}

#slide-3 #contact-message-avis-tablette-form .form-actions #edit-preview {
    display: none;
}

#slide-3 .block-etoiles {
    display: flex;
    justify-content: center;
}

#slide-3 .block-etoiles .etoile {
    width: 28px;
    height: 27px;
    cursor: pointer;
    margin: 0 3px;
    background: url(../img/appli/grey-star.svg) no-repeat center;
}

#slide-3 .block-etoiles .etoile.checked {
    background: url(../img/appli/yellow-star.svg) no-repeat center;
}

#slide-3 #edit-field-note-avis-wrapper {
    display: none;
}

#slide-3 .titre-form {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #565853;
    text-align: center;
    margin-top: 23px;
}

#slide-3 .sous-titre-form {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #565853;
    text-align: center;
    margin-top: 5px;
}

#slide-3 .select-note {
    text-align: center;
    margin: 12px auto;
    width: 350px;
    height: 94px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid 2px #F9BB1E;
}

#slide-3 .titre-note {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #565853;
    margin-bottom: 12px;
}

#slide-3 form {
    width: 100%;
    max-width: 575px;
    margin: 15px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#slide-3 form input[type="text"],
#slide-3 form input[type="email"] {
    height: 38px;
    width: 100%;
    line-height: 38px;
    border: 1px solid rgba(86, 88, 83, 0.5);
}

#slide-3 form textarea {
    width: 100%;
    border: 1px solid rgba(86, 88, 83, 0.5);
}

#edit-field-nom-wrapper {
    width: 198px;
    margin-bottom: 10px;
}

#edit-field-prenom-wrapper {
    width: 198px;
    margin-bottom: 10px;
}

#edit-field-code-postal-wrapper {
    width: 110px;
    margin-bottom: 10px;
}

#edit-field-votre-telephone-wrapper {
    width: 270px;
    margin-bottom: 10px;
}

#edit-field-votre-adresse-mail-wrapper {
    width: 270px;
    margin-bottom: 10px;
}

#edit-field-votre-commentaire-wrapper {
    width: 100%;
}

#slide-3 .description {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    color: #565853;
}

#slide-3 .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#slide-3 .form-actions .form-submit {
    width: 316px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #565853;
    padding: 0;
}

#slide-3 .texte-abus {
    font-size: 11px;
    font-weight: 500;
    color: #565853;
    text-align: center;
    margin-top: 5px;
}

#slide-3 .footer-form {
    background: #565853;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 64px;
    padding-top: 5px;
}

#slide-3 .footer-form p {
    font-size: 11px;
    color: #fff;
    opacity: 0.7;
    width: 709px;
    margin: 4px auto;
}

#slide-3 .footer-form p a {
    color: #fff;
}

.open-mentions {
    text-decoration: underline;
    cursor: pointer;
}

#overlay-mentions {
    position:fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 50;
}

#close-mentions {
    position: fixed;
    top: 30px;
    right: 174px;
    width: 31px;
    height: 31px;
    z-index: 150;
    border: solid 2px #fabc20;
    justify-content: center;
    align-items: center;
    background: #000;
    display: none;
    cursor: pointer;
}

#overlay-mentions.active,
#mentions-legales.active {
    display: block;
}

#close-mentions.active {
    display: flex;
}

#mentions-legales {
    display: none;
    position: fixed;
    top: 30px;
    bottom: 30px;
    width: 60%;
    left: 20%;
    z-index: 100;
    background: #fff;
    overflow: scroll;
    padding: 30px;
    border-top: solid 10px #fabc20;
    border-bottom: solid 10px #fabc20;
}

#mentions-legales .titre-mentions {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

#mentions-legales .titre-mentions span {
    font-size: 16px;
    margin-bottom: 50px;
}

#mentions-legales .titre-article {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 17px;
}

#appli-web #success-message {
    position: absolute;
    z-index: 15;
    width: 100%;
    max-width: 400px;
    text-align: center;
    left: 50%;
    margin-left: -200px;
    background: #38a543;
    color: #fff;
}

#appli-web #success-message div {
    padding: 10px 0;
}




/*///////////////////////////////////////*/
/* ///// BLOC CARTE CADEAU //////////// */
/*/////////////////////////////////////*/

#block-cavavin-bloccartecadeau {
    min-height: 380px;
    /* background: url(../img/bg/bg-texte-reseau.png) no-repeat center; */
    /* background-size: cover; */
    text-align: center;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#block-cavavin-bloccartecadeau h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #F9BB1F;
    font-family: 'Biryani', sans-serif;
}

#block-cavavin-bloccartecadeau h2 img {
    display: none;
    margin: 0 7px 5px 7px;

}

#block-cavavin-bloccartecadeau .content-wrapper {
    max-width: 1030px;
}
