 /* ----------------------------- */
 /* == soft reset KNACSS          */
 /* ----------------------------- */
 /* switching box model for all elements */
 /* soft reset */
 
 html,
 body {
     padding: 0;
     height: 100%;
     margin: 0 auto;
 }
 
 ul,
 ol {
     padding-left: 2em;
 }
 
 ul.unstyled {
     list-style: none;
 }
 
 img {
     height: auto;
     vertical-align: middle;
     border: 0;
 }
 
 blockquote,
 figure {
     margin-left: 0;
     margin-right: 0;
 }
 
 audio,
 canvas,
 video {
     display: inline-block;
 }
 
 svg:not(:root) {
     overflow: hidden;
 }
 /* font-sizing for content */
 
 p,
 .p-like,
 ul,
 ol,
 dl,
 blockquote,
 pre,
 td,
 th,
 label,
 textarea,
 caption,
 details,
 figure {
     margin-top: 0.75em;
     line-height: 1.5;
 }
 
 ul,
 ol {
     padding-left: 0;
 }
 
 ul.unstyled {
     list-style: none;
 }
 
 em,
 .italic,
 address,
 cite,
 dfn,
 i,
 var {
     font-style: italic;
 }
 
 strong,
 .bold {
     font-weight: bold;
 }
 /* avoid top margins on first content element */
 
 p:first-child,
 .p-like:first-child,
 ul:first-child,
 ol:first-child,
 dl:first-child,
 blockquote:first-child,
 pre:first-child,
 h1:first-child,
 h2:first-child,
 h3:first-child,
 h4:first-child,
 h5:first-child,
 h6:first-child {
     margin-top: 0;
     margin-bottom: 0;
 }
 /* avoid margins on nested elements */
 
 li p,
 li .p-like,
 li ul,
 li ol {
     margin-top: 0;
     margin-bottom: 0;
 }
 /* max values */
 
 img,
 table,
 td,
 blockquote,
 code,
 pre,
 textarea,
 input,
 video {
     max-width: 100%;
 }
 
 a img {
     border: none;
 }
 
 .clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }
 
 .clearfix {
     display: inline-block;
 }
 
 * html .clearfix {
     height: 1%
 }
 
 .clearfix {
     display: block;
 }
 /* ----------------------------- */
 /* == GLOBAL CSS                 */
 /* ----------------------------- */
 
 .right {
     float: right;
 }
 
 .left {
     float: left;
 }
 
 .grid {
     max-width: 1920px;
 }
 
 .row,
 .col {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .row,
 .col {
     overflow: hidden;
     padding: 0;
     margin: 0;
 }
 
 @media all and (min-width: 50em) {
     .col {
         float: left;
     }
     .col-1 {
         width: 8.33333333%;
     }
     .col-2 {
         width: 16.6666667%;
     }
     .col-3 {
         width: 25%;
     }
     .col-4 {
         width: 33.3333333%;
     }
     .col-5 {
         width: 41.6666666%;
     }
     .col-6 {
         width: 50%;
     }
     .col-7 {
         width: 58.3333333%;
     }
     .col-8 {
         width: 66.6666666%;
     }
     .col-9 {
         width: 75%;
     }
     .col-10 {
         width: 83.3333333%;
     }
     .col-11 {
         width: 91.6666666%;
     }
     .col-12 {
         width: 100%;
     }
 }
 
 body {
     font-family: 'Lato', sans-serif;
     font-size: 18px;
 }
 
 @media all and (max-width: 50em) {
     body {
         font-size: 16px;
     }
 }
 
 @media all and (min-width: 50em) and (max-width: 70em) {
     body {
         font-size: 16px;
     }
 }
 /* ----------------------------- */
 /* == HEADER                     */
 /* ----------------------------- */
 
 header {
     background: url(../img/back-header2.png) no-repeat;
     background-size: 100%;
 }
 
 .back-header {
     background: url(../img/back-header2.png) no-repeat;
     background-size: 100%;
 }
 
 header {
     padding-bottom: 15px;
 }
 
 .header-titre {
     font-family: "Roboto Slab", serif;
     font-style: italic;
     font-weight: 700;
     font-size: 30px;
     letter-spacing: 0.03em;
 }
 
 .logo {
     display: block;
     margin: 0 auto;
     text-align: center;
 }
 
 .menu-btn {
     background: none;
     border: none;
     color: rgb(0, 0, 0);
     font-size: 60px;
     display: block;
     left: 10px;
     position: absolute;
     top: -10px;
 }
 
 #navigation {
     background: url('../img/back-nav.png') no-repeat;
     margin: 40px 0 0 0;
     padding: 5px 0;
     text-align: center;
     width: 100%;
 }
 /*
header.fixed {
    background-color: rgb(255,255,255);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 99999;
}

header.fixed #navigation {
    margin-top: 1.5%;
    margin-right: 5%;
}

header.fixed #navigation #menu {
    margin-right: 50px;
}

header.fixed .logo img {
    margin-left: 80px;
    width: 20%;
}
*/
 
 #menu li:first-child {
     border-left: none;
 }
 
 #menu li {
     font-family: "Roboto Slab", serif;
     list-style: none;
     display: inline;
     padding: 0 20px;
 }
 
 #menu li a {
     color: rgb(0, 0, 0);
     font-size: 18px;
     font-family: 'Amiko', sans-serif;
     font-weight: 600;
     text-decoration: none;
     text-transform: uppercase;
 }
 
 #menu li a:hover span,
 #menu .active a span {
     color: #fff;
 }

#menu li a:hover {
    border-left: 1px solid rgb(0,0,0);
    border-right: 1px solid rgb(0,0,0);
    font-weight: 800;
    padding-right: 5px;
    padding-left: 5px;
}
 
 .logo img {
margin: 20px auto;
     width: 40%;
 }
 
 .reseaux-sociaux {
     color: rgb(147, 128, 111);
     font-size: 16px;
     font-weight: 500;
     position: absolute;
     right: 50px;
     top: 50px;
     text-align: right;
 }
 
 .reseaux-sociaux-picto {
     margin-top: 2%;
     margin-right: 18%;
 }
 
 .reseaux-sociaux a img {
     width: 6%;
 }
 /* Règles Mobile*/
 
 @media all and (max-width: 50em) {
     #navigation {
         /* taille maximum correspandante à la hauteur de la navicon*/
         max-height: 0;
         margin-left: 0;
         margin-right: 0;
     }
     #navigation {
         /* On cache le conetenu qui dépasse */
         margin-top: -60px;
         overflow: hidden;
         -webkit-transition: all 0.25s ease;
         -moz-transition: all 0.25s ease;
         transition: all 0.25s ease;
     }
     /* Grace au js, quand on a la classe .active on l'affiche */
     #navigation.active,
     #sousmenu1.active+ul {
         background-color: rgb(70, 51, 144);
         border: 1px solid rgb(22, 49, 89);
         max-height: 5000px;
         position: absolute;
         z-index: 5000;
         margin-top: 21%;
         padding-top: 20px;
     }
     #menu li {
         display: block;
         margin-left: auto;
         margin-right: auto;
         padding: 0;
         width: 70%;
     }
     #menu {
         margin-bottom: 20px;
         padding-left: 0;
     }
     #menu li a {
         color: rgb(255, 255, 255);
         font-size: 16px;
     }
     header {
         background-size: 100%;
         width: 100%;
     }
     .logo h1 {
         display: none;
     }
     .logo img {
         width: 20%;
     }
     header.fixed .logo img {
         margin-left: 0;
     }
     .reseaux-sociaux {
         display: block;
         margin-top: 10px;
         position: inherit;
         text-align: center;
     }
     .reseaux-sociaux-picto {
         margin-right: 0;
     }
     .reseaux-sociaux a img {
         width: 4%;
     }
     #menu li:hover {
         font-style: italic;
         padding: 0px 5px;
     }
     #menu li a:hover {
         font-weight: 700;
     }
 }
 
 @media all and (max-width: 30em) {
     .logo img {
         width: 40%;
     }
     .reseaux-sociaux a img {
         width: 8%;
     }
 }
 /*Règles PC*/
 
 @media all and (min-width: 50em) {
     .menu-btn {
         display: none;
     }
 }
 
 @media all and (min-width: 50em) and (max-width: 75em) {
     #menu li a {
         font-size: 16px;
     }
     #menu li {
         padding: 5px 10px;
     }
 }
 /* ------------------------ */
 /* == PRESENTATION          */
 /* ----------------------- */
 
 .principal {}
 
 .clearfix::before,
 .clearfix::after {
     content: ".";
     display: block;
     height: 0;
     overflow: hidden;
 }
 
 .row-container {
     margin: 0 auto;
     width: 90%;
 }
 
 .bloc-presentation {
     margin: 20px auto;
     width: 85%;
 }
 
 .bloc-presentation-contenu {
     color: rgb(0, 0, 0);
     font-weight: 300;
     margin: 0 auto;
     width: 70%;
     text-align: center;
 }
 
 .bloc-presentation-img img {
     margin: 40px 0 20px;
     width: 100%;
 }
 
 .bloc-presentation-contenu span {
     text-align: right;
 }
 
 .bloc-presentation-container {
     margin: 40px auto;
 }
 
 .bloc-presentation h1 {
     color: rgb(0, 0, 0);
     font-family: 'Amiko', sans-serif;
     font-weight: 600;
     margin: 0;
     font-size: 2em;
     margin-bottom: 20px;
 }
 
 .btn-arrow {
     background-color: rgb(242, 192, 86);
     margin-top: 20px;
     padding-bottom: 8px;
     margin-top: -7.85%;
     float: right;
     position: absolute;
     right: 0;
     width: 15%;
     line-height: 5em;
     text-align: center;
     line-height: 7.48em;
 }
 
 .accueil-tarifs {
     display: flex;
 }
 
 .accueil-tarifs h2,
 .bloc-une h2,
 .bloc-actu h1,
 .bloc-rdv-left h2,
 .bloc-texte-domaine h2,
.google-map h2,
#form-devis h2,
.bloc-recherche-blog h2,
.bloc-fiche-produit h2{
     background: url(../img/back-titre.png) no-repeat;
     background-position: bottom left;
     color: rgb(0, 0, 0);
     font-family: 'Amiko', sans-serif;
     font-weight: 500;
     padding-bottom: 20px;
 }
 
 .bloc-une h2,
 .bloc-actu h1,
 .bloc-rdv-left h2,
 .bloc-texte-domaine h2,
.google-map h2,
#form-devis h2{
     color: rgb(34, 31, 32);
 }

.bloc-recherche-blog h2,
#bloc-vins-form h2,
.bloc-fiche-produit h2{
    color: rgb(255,255,255);
}
 
 .bloc-actu h1 {
     font-size: 1.6em;
 }
 
 .accueil-tarifs-contenu {
     color: rgb(0, 0, 0);
     font-weight: 300;
     margin: 20px 0 0 6%;
     width: 60%;
 }
 
 .bloc-une {
 }
 
 .bloc-une-container {
     margin: 25px auto;
     width: 85%;
 }
 
 .bloc-une-contenu {
     font-weight: 300;
 }
 
 .bloc-une-img {
     margin-right: 5%;
     text-align: right;
 }
 
 .bloc-une-img img {
     margin-bottom: 20px;
     width: 58%;
 }
 
 .btn {
     background-color: rgb(242, 192, 86);
     font-weight: 300;
     padding: 7px 0;
     margin-top: 30%;
     text-align: center;
     width: 70%;
 }
 
 .btn a {
     color: rgb(255, 255, 255);
     font-weight: 500;
     text-decoration: none;
 }
 
 .bloc-actus {
     margin: 60px auto;
     width: 60%;
 }
 
 .bloc-actu-container {
     margin-top: 20px;
     width: 90%;
     margin-left: auto;
 }
 
 .bloc-actu-container h2 {
     font-size: 1.3em;
     font-weight: 500;
 }
 
 .bloc-actu-container a {
     margin-top: 20px;
     float: right;
 }
 
 .bloc-actu-contenu {
     font-weight: 300;
 }
 
 .bloc-rdv {
     background-color: rgb(231, 241, 240);
     min-height: 300px;
 }
 
 .bloc-rdv-container {
     margin: 40px auto;
     width: 85%;
 }
 
 .bloc-rdv-col {
     background-color: rgb(255, 255, 255);
     border-bottom: 6px solid rgb(189,35,43);
     margin: 0 auto;
     padding: 20px 15px;
     width: 80%;
 }
 
 #bloc-rdv-col-center {
     border-bottom: 6px solid rgb(133, 141, 140);
 }
 
 #bloc-rdv-col-center h1 {
     color: rgb(133, 141, 140);
 }
 
 .bloc-rdv-col h1 {
     color:rgb(189,35,43);
     font-family: 'Amiko', sans-serif;
     font-weight: 500;
     font-size: 1.3em;
     margin-top: 10px;
 }
 
 .bloc-rdv-col h2 {
     color: rgb(34, 31, 32);
     font-family: 'Amiko', sans-serif;
     font-size: 1.4em;
     margin-bottom: 5px;
 }
 
 .bloc-rdv-contenu {
     font-weight: 300;
     margin-bottom: 10px;
 }
 /* ------------------------ */
 /* == DOMAINE               */
 /* ----------------------- */
 
 .bloc-titre-principal {
     width: 85%;
 }
 
 .bloc-titre-principal h1 {
     background: url(../img/back-titre-principal.jpg) no-repeat;
     background-size: 15%;
     line-height: 3.5em;
     color: rgb(34, 31, 32);
     font-family: 'Amiko', sans-serif;
     font-weight: 600;
     margin: 0;
     font-size: 1.8em;
     padding-left: 9.5%;
 }

.bloc-ancres-domaine {
    margin-top: 30px;
    text-align: center;
}

.bloc-ancres-domaine li {
    display: inline-block;
}

.ancre-ul li {
    border: 1px solid rgb(243,196,96);
    margin: 0 20px;
    line-height: 7em;
}

.ancre-ul .active a {
    background-color: rgb(245,205,120);
    color: rgb(255,255,255);
}

.ancre-ul a:hover {
    background-color: rgb(245,205,120);
    color: rgb(255,255,255);
}

.ancre-ul li a{
    color: rgb(34, 31, 32);
    font-family: 'Amiko', sans-serif;
     font-weight: 600;
    font-size: 1.5em;
    text-decoration: none;
    padding: 0 50px;
        width: 16%;
}

.bloc-presentation-domaine {
    background-color: rgb(141,149,148);
    margin: 40px 0;
}

.bloc-presentation-domaine-container {
    text-align: center;
    margin: 40px auto;
width: 70%;
}

.bloc-presentation-domaine-container h1 {
    color: rgb(255,255,255);
      font-family: 'Amiko', sans-serif;
    font-weight: 500;
    font-size: 1.6em;
    margin-bottom: 20px;
}

.bloc-presentation-domaine-contenu {
    color: rgb(255,255,255);
    font-weight: 300;
}

.bloc-texte-domaine {
    margin-bottom: 50px;
}

.bloc-texte-domaine  h3 {
    font-family: 'Amiko', sans-serif;
    margin: 20px 0;
    font-weight: 600;
}

.arrow-domaine {
    margin-top: 100%;
}

@media all and (max-width: 50em) {
    .bloc-ancres-domaine li {
        display: inherit;
    }
    .ancre-ul li {
        line-height: inherit;
    }
    .ancre-ul li a {
        font-size: 1.3em;
    }
     .bloc-titre-principal h1 {
     background: url(../img/back-titre-principal-tel.jpg) no-repeat;
         line-height:inherit;
         font-size: 1.2em;
         padding: 20px 10%;
}
    .arrow-domaine {
        display: none;
    }
    .arrow-domaine-tel {
        margin-top: 10%;
    }
    .bloc-titre-principal {
        width: 75%;
    }
}

@media all and (min-width: 50em) {
    .arrow-domaine-tel {
        display: none;
    }  
}


@media all and (min-width: 50em) and (max-width: 70em) {
    .bloc-titre-principal h1 {
        background-size: 20%;
    }
}


 /* ------------------------ */
 /* == BLOG                  */
 /* ----------------------- */

.bloc-recherche-blog {
    background: rgb(141,149,148);
    padding: 20px 0 40px;
}

.form-line {
    display: flex;
    margin: 20px auto 0 3%;
    width: 70%;
    text-align: center;
}

.form-line .form-group {
    flex: 1 1 0;
}

.search-form-line {
    margin: 0 auto 0 15%;
    padding: 30px 0 10px;
    width: 60%;
}

#ui-select-native-change {
    margin-bottom: 10px;
}


.input-search-blog {
    color: rgb(150,150,150);
    font-family: 'Amiko', sans-serif;
    font-size: 16px;
    border: 1px solid rgb(96,96,96);
    height: 32px;
    padding-left: 10px;
    width: 70%;
}

.blog-presentation-container {
    margin: 30px auto;
    width: 50%;
}

.blog-presentation-container h3 {
    font-family: 'Amiko', sans-serif;
    color: rgb(34, 31, 32);
    margin-top: 10px;
    font-size: 1.2em;
}

.blog-articles {
    margin: 20px auto 60px;
    text-align: center;
}

.blog-articles img {
    margin: 20px auto;
}

#date {
  color: rgb(190,21,34);
font-family: 'Amiko', sans-serif;
font-size: 1.4em;
font-weight: 400;
margin: 0;  
}

#blog-contenu {
    color: rgb(34, 31, 32);
    font-weight: 300;
    text-align: left;
}

#btn-blog {
    margin: 20px auto;
    display: block;
    width: 24%;
}


.produits-barre-nav{
   border-top: 1px solid rgb(133,141,140); 
    border-bottom: 1px solid rgb(133,141,140); 
    text-align: center;
    margin: 30px auto 0;
    padding: 10px 0;
    width: 85%;
} 

.pages-bar {
    margin: 10px 0;
}

.pages-bar a {
    text-decoration: none;
}

.pages-bar li {
      display: inline;
    font-size: 16px;
    margin: 0 6px;
}

.pages-n {
    border: 1px solid rgb(80,80,80);
    color: rgb(80,80,80);
    padding: 4px 8px;
}

.page-blog-container {
    margin-bottom: 50px;
}

#pages-n-active {
    border: 1px solid rgb(245, 207, 126); 
    color: rgb(245, 207, 126);  
}

@media all and (max-width: 50em) {
    .input-search-blog {
        width: 100%;
    }
    .form-line {
        width: 99%;
    }
    .ui-select-native {
        width: 95%;
    }
    .blog-presentation-container {
        width: 70%;
    }
    #btn-blog {
        width: 40%;
    }
}

.article-presentation-container {
    margin: 40px auto;
    width: 70%;
}

.page-retour a {
    color: rgb(80, 80, 80);
    font-size: 1.2em;
    font-family: 'Amiko', sans-serif;
    font-weight: 300;
}


 /* ------------------------ */
 /* == PRODUITS             */
 /* ----------------------- */

#form-produits {
  float: right;
    width: 30%;
}

.produits-intro {
    font-weight: 300;
   margin: 10% auto 0 0;
    text-align: center;
    width: 70%;
}

.produits-catalogue {
    margin: 40px auto 0;
   width: 70%; 
}

.produits-catalogue-ligne {
    margin-bottom: 60px;
}

.bloc-produits-container {
    background-color: rgb(231,241,240);
    border: 1px solid rgb(240,240,240);
    margin: 0 auto;
    width: 55%;
}


.bloc-produits li {
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}

.bloc-produits li > a {
    width: 95%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.bloc-produits li > a, .bloc-produits li > a img {
    display: block;
    padding: 5px 0;
    width: 100%;
}

.bloc-produits li a span {
    font-family: "Unna",serif;
    font-weight: 400;
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0px;
    text-align: center;
    line-height: 50px;
    color: rgb(255,255,255);
    font-size: 20px;
    font-style: italic;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    background: rgb(242, 192, 86);
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    width: 100%;
}

.bloc-produits li a:hover span {
    opacity: 0.9;
    filter: alpha(opacity=99);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}

.bloc-produits li > a span img {
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 6px;
    padding: 5px 0;
    width: 14%;
}

.bloc-produits-container-bottom {
    border-bottom: 3px solid rgb(133,141,140);
    margin: 0 auto;
text-align: center;
    padding-bottom: 10px;
     width: 55%;
}

.bloc-produits-container-bottom {
    margin-top: 20px;
}

.bloc-produits-container-bottom h3 {
    font-family: 'Amiko', sans-serif;
    font-weight: 300;
    font-size: 1.4em;
}

.bloc-produits-container-bottom h4 {
    font-style: italic;
    font-weight: 400;
    font-size: 1.2em;
    margin: 0;
}

.bloc-produits-contenu {
    font-weight: 300;
    margin-top: 20px;
}

#produits-barre-nav-other {
    margin-top: 0;
}

@media all and (max-width: 50em) {
    #form-produits {
        float: inherit;
        margin-top: 20px;
        width: 80%;
    }
    .produits-intro {
        width: 100%;
    }
    .produits-catalogue {
        width: 70%;
    }
    .bloc-produits-container-bottom h3 {
        font-size: 1.3em;
    }
    .produits-catalogue-ligne {
       margin-bottom: 0; 
    }
    .bloc-produits {
        margin-bottom: 20px;
    }
}


@media all and (max-width: 35em) {
   .produits-catalogue {
        width: 100%;
    } 
}

 /* ------------------------ */
 /* == FICHE PRODUIT         */
 /* ----------------------- */

.bloc-fiche-container {
    margin: 40px auto;
   width: 70%; 
}


.bloc-btn-fiche {
   display: flex;
    margin: 0 0 0 auto;
width: 60%;
}

#btn-fiche {
    margin-top: 10%;
    margin-right: 30px;
    width: 45%;
}

.bloc-fiche-produit h3 {
    font-style: italic;
    font-size: 1.2em;
    font-weight: 400;
    margin: 10px 0;
}

.bloc-fiche-contenu,
.bloc-fiche-recompense{
    margin-top: 50px;
}

.bloc-fiche-contenu h4,
.bloc-fiche-recompense h4{
   font-family: 'Amiko', sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 15px;
}

.bloc-fiche-contenu,
.bloc-fiche-recompense{
    font-weight: 300;
    width: 80%;
}

#bloc-fiche {
    background: url('../img/back-produits.jpg') no-repeat;
    background-size: 80%;
    padding-bottom: 4%;
}

.fiche-image {
    position: absolute;
    right: 10%;
}

.bloc-fiche-back {
    background-color: rgb(231, 241, 240);
}

.bloc-fiche-back-container {
    margin: 0 auto;
    width: 70%;
}

.bloc-fiche-recompense img {
    margin-bottom: 20px;
    width: 70%;
}

#btn-arrow-fiche {
    float: inherit;
    position: inherit;
    line-height: 4em;
    width: 100%;
}

#btn-arrow-fiche a img {
    padding-top: 20px;
}

.retour-fiche {
   background-color: rgb(231, 241, 240); 
}

.retour-produits {
    font-size: 1.2em;
    padding-left: 5%;
    line-height: 2.6em;
}

@media all and (max-width: 50em)  {
    .fiche-image {
        position: inherit;
        margin-top: 20px;
    } 
    .bloc-fiche-back-container {
        width: 80%;
    }
    .bloc-btn-fiche {
        display: inherit;
        margin: 0 auto;
        width: 80%;
    }
    #btn-fiche {
        width: 100%;
    }
    #btn-arrow-fiche a img {
        padding-top: 0;
    }
}

 /* ------------------------ */
 /* == AMIS                 */
 /* ----------------------- */

.bloc-page-amis {
    background-position: center left;
    margin: 20px 0 50px;
}

.bloc-page-amis2 {
   background: url(../img/design-fleche-left.png) no-repeat;
    background-position: top right; 
}

.bloc-amis-ligne {
    margin: 60px auto;
    width: 85%;
}

.amis-texte {
    margin: 0 auto 0 0;
   width: 80%; 
}

.amis-texte h1 {
  color: rgb(190,21,34);
font-family: 'Amiko', sans-serif;
font-size: 1.4em;
font-weight: 400;
margin-bottom: 20px; 
}

.amis-texte-contenu {
    line-height: 1.2em;
}

.amis-texte-contenu a {
    color: rgb(141,149,148);
    font-style: italic;
}

@media all and (max-width: 50em) {
    .amis-texte h1 {
        font-size: 1.3em;
        margin-bottom: 15px;
    }
    .amis-texte {
        width: 90%;
    }
    .amis-img {
        margin-top: 20px;
    }
    .amis-img {
        width: 100%;
    }
    .bloc-amis-ligne {
        margin: 30px auto;
    }
}



 /* ------------------------ */
 /* == CONTACTS               */
 /* ----------------------- */



.bloc-contacts {
    background-color: rgb(141,149,148);
    background-size: 85%;
    color: rgb(255,255,255);
    padding-bottom: 8.3%;
}

.bloc-contacts-container {
    margin: 40px auto;
    width: 85%;
}

.contacts-form {
    margin: 0 auto;
    width: 90%;
}

.contacts-form h2,
.contacts-coordonnees h2{
       color: rgb(255, 255, 255);
      font-family: 'Amiko', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 10px auto 30px;
    padding: 0 0 10px;
 }

.contact-formulaire-texte {
    margin-bottom: 10px; 
    width: 80%;
}

.form-texte-sign {
      float: right;
    margin-right: 60px;
    margin-top: 20px;
}

.contacts-coordonnees {
    margin: 0 auto 0 0;
    width: 85%;
}

.contacts-coordonnees-infos h4 {
     font-size: 22px;  
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 40px;
}

.contacts-coordonnees h4 {
    font-size: 22px;  
    font-weight: 400;
    margin-bottom: 10px;
}

.contacts-coordonnees-infos {
    margin: 30px 15% 20px 0;
}

.bloc-formulaire {
    margin-top: 10px;
}

.input-contacts {
 	background: rgb(231,241,240) none repeat scroll 0 0;
    border: none;
 	color: rgb(0, 0, 0);
 	font-size: 16px;
    font-weight: 500;
 	height: 35px;
    margin-bottom: 15px;
      padding-left: 10px;
 	width: 100%;
 }
 
 
 .message-contacts {
 	background: rgb(231,241,240) none repeat scroll 0 0;
 	border: none;
 	color: rgb(100, 100, 100);
 	display: block;
     font-family: "Lato",sans-serif;
 	font-size: 18px;
         font-weight: 500;
     padding-left: 10px;
     padding-top: 10px;
 	height: 250px;
 	width: 100%;
 }
 
#btn-arrow-contacts {
    margin-top: -1.6%;
}

.google-map {
    margin: 40px 0;
}

.bloc-contacts a {
    color: rgb(255,255,255);
}

@media all and (max-width: 50em) {
    .bloc-contacts {
        background: url(../img/back-header-tel.png) repeat-y;
        background-size: 75%;
        padding-bottom: 0;
    }  
    #btn-arrow-contacts {
        position: absolute;
    }
    .contacts-form {
        width: 100%;
    }
}

 @media all and (min-width: 50em) and (max-width: 70em) {
  #btn-arrow-contacts {
    margin-top: -2.25%;
}
     .bloc-contacts {
            background: url(../img/back-header-tablet3.png) no-repeat;
        background-size: auto auto;
    background-size: 85%;
    padding-bottom: 12.5%;
}
     }


 /* ------------------------ */
 /* == FORMULAIRE            */
 /* ----------------------- */

.titre-label-admin {
    color: rgb(255,255,255);
}

#form-devis {
    margin-bottom: 50px;
}

.bloc-form-top {
    margin: 0 auto 50px 20%;
    width: 65%;
}

.form-group {
    display: flex;
    flex: 0 0 1;
}

.form-element {
   flex: 1 1 0; 
}

.bloc-form-radio {
    margin: 20px 0 40px;
}

.input-devis {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 0.5px solid rgb(240, 240, 240);
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(55, 55, 55, 0.75);
    -webkit-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.75);
    -moz-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.75);
    color: rgb(0, 0, 0);
    font-size: 16px;
    padding-left: 1%;
    margin-top: 5px;
    height: 30px;
    width: 80%;
}

#ligne-contacts {
    margin: 10px 0;
    position: relative;
    width: auto;
}

#form-devis h2 {
    margin-top: 20px;
    margin-left: 8%;
}

.bloc-vins-form {
    background-color: rgb(141,149,148) ;
    padding: 30px 0;
    margin-bottom: 40px;
}

.bloc-vins-form-container {
    margin: 20px auto 0 14%;
width: 80%;
}

.form-element input {
    width: 70%;
}

.ui-select-native {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgb(255, 255, 255) url("../img/back-select.png") no-repeat scroll 100% center;
    border: 0.5px solid rgb(240, 240, 240);
border-radius: 2px;
        box-shadow: 0 1px 1px rgba(55, 55, 55, 0.75);
    -webkit-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.75);
    -moz-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.75);
    color: rgb(34, 56, 81);
    cursor: pointer;
    float: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 33px;
    padding-left: 5px;
    margin-top: 5px;
    width: 85%;
}

.bloc-form-message {
    margin: 40px auto;
    width: 65%;
}

#textarea-admin {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 0.5px solid rgb(240, 240, 240);
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(55, 55, 55, 0.75);
    -webkit-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.75);
    -moz-box-shadow: 0 1px 1px rgba(55, 55, 55, 0.75);
    font-size: 16px;
    min-height: 202px;
    width: 99%;
}

#envoie-contacts {
    color: rgb(255,255,255);
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin-top: 20px;
    width: 22%;
    float: right;
    border: none;
}

@media all and (max-width: 50em) {
    .bloc-form-top {
        margin: 0 auto 30px;
        width: 75%;
    } 
    .input-devis {
        width: 98%;
    }
    .form-group {
        display: inherit;
    }
    .form-group-tel {
        display: flex;
        width: 90%;
    }
    .bloc-vins-form-container {
        margin: 20px auto 0 12%;
        width: 90%;
    }
    .form-element input {
        width: 90%;
    }
    .bloc-form-message {
        width: 80%;
    }
    #envoie-contacts {
        width: 40%;
    }
}

@media all and (min-width: 50em) {
    .form-group-tel {
        display: inherit;
    }
}



 /* ------------------------ */
 /* == FOOTER                */
 /* ----------------------- */
 
 .footer {
     background-color: rgb(34, 31, 32);
     color: rgb(255, 255, 255);
 }
 
 .footer-container {
     margin: 0 auto;
     width: 85%;
     padding: 30px 0;
 }
 
 .footer-container h3 {
     font-family: 'Amiko', sans-serif;
     font-weight: 400;
     margin-bottom: 20px;
 }
 
 .ligne-contacts {
     color: rgb(34, 31, 32);
     font-family: 'Amiko', sans-serif;
     font-weight: 400;
 }
 
 .ligne-contacts a {
     color: rgb(34, 31, 32);
     text-decoration: underline;
 }
 
 .bandeau-partenaires img {
     padding: 0 10px;
     width: 20%;
 }
 
 .bloc-infos-contacts {
     font-weight: 300;
 }
 
 .newsletter input {
     background-color: rgb(231, 241, 240);
     border: 1px solid rgb(13, 48, 67);
     border-radius: 3px;
     box-shadow: 4px 6px 7px -7px rgba(0, 0, 0, 0.7) inset;
     font-size: 14px;
     font-style: italic;
     height: 40px;
     margin-right: 10px;
     padding-left: 5px;
     width: 70%;
 }
 
 .btn-envoie-neswletter {
     background-color: rgb(242, 192, 86);
     border-radius: 3px;
     color: rgb(255, 255, 255);
     font-size: 20px;
     font-family: 'Amiko', sans-serif;
     font-weight: 600;
     padding: 8px 8px 8px;
     text-decoration: none;
 }
 
 .footer-mentions {
     padding: 20px 0;
     margin: 0 auto;
     width: 85%;
     text-align: center;
 }
 
 @media all and (max-width: 50em) {
     .back-header {
         background: url(../img/back-header-tel.png) no-repeat;
         background-size: 100%;
     }
     .logo img {
         width: 40%;
         margin-right: 10px;
     }
     .bloc-presentation h1 {
         margin-left: 5%;
         font-size: 1.4em;
         width: 60%;
     }
     .bloc-presentation-contenu {
         width: 60%;
     }
     .bloc-presentation-img img {
         width: 90%;
         margin-left: 5%;
     }
     .bloc-presentation-img img {
         margin-top: 20px;
     }
     .bloc-presentation {
         margin-top: 0;
         margin-bottom: 0;
     }
     .accueil-tarifs {
         display: inherit;
     }
     .accueil-tarifs h2 {
         font-size: 1.2em;
         margin-left: 5%;
     }
     .accueil-tarifs-contenu {
         margin-left: 5%;
     }
     .btn-arrow {
         position: inherit;
         float: inherit;
         margin-top: 0;
         width: 100%;
         line-height: 4em;
         margin-top: 3%;
     }
     .bloc-presentation {
         width: 100%;
     }
     .bloc-presentation-container {
         margin: 0;
     }
     .btn {
         margin-top: 5%;
     }
     .bloc-une-img img {
         display: block;
         margin: 20px auto;
     }
     .bloc-une-contenu {
         margin-top: 20px;
     }
     .bloc-actus {
         width: 85%;
     }
     .bloc-actu-container {
         margin-left: 0;
         width: 100%;
     }
      .accueil-tarifs h2,
 .bloc-une h2,
 .bloc-actu h1,
 .bloc-rdv-left h2,
 .bloc-texte-domaine h2,
.google-map h2,
#form-devis h2,
     .bloc-recherche-blog h2,
     .bloc-fiche-produit h2{
    font-size: 1.3em;
         padding-bottom: 10px;
     }
     .bloc-actu {
         margin-bottom: 20px;
     }
     .bloc-actus {
         margin-bottom: 30px;
     }
     .bloc-rdv-col {
         margin-top: 30px;
     }
     .bloc-infos-contacts,
     .bandeau-partenaires {
         margin-bottom: 20px;
     }
 }
 
 @media all and (max-width: 30em) {
     .back-header {
         background-size: 75%;
     }
     .logo img {
         margin-right: 10px;
     }
 }
 
 @media all and (min-width: 50em) and (max-width: 70em) {
     .bloc-presentation h1 {
         font-size: 1.6em;
     }
     .bloc-presentation-img img {
         margin-top: 20px;
     }
 .accueil-tarifs h2,
 .bloc-une h2,
 .bloc-actu h1,
 .bloc-rdv-left h2,
 .bloc-texte-domaine h2,
.google-map h2,
#form-devis h2,
     .bloc-recherche-blog h2{
         font-size: 1.3em;
     }
     .btn-arrow {
         width: 18%;
         margin-top: -11.4%;
         line-height: 8em;
     }
 }
 
@media all and (min-width: 50em) and (max-width: 66em) {
     .back-header {
         background: url(../img/back-header-tablet.png) no-repeat;
         background-size: 85%;
     }
 }
 
 @media all and (min-width: 66em) and (max-width: 76em) {
     .back-header {
         background: url(../img/back-header-tablet2.png) no-repeat;
         background-size: 85%;
     }
     .btn-arrow {
         margin-top: -10%;
         line-height: 8.1em;
         width: 18%;
     }
 }
 
 @media all and (min-width: 76em) and (max-width: 88em) {
     .back-header {
         background: url(../img/back-header-tablet3.png) no-repeat;
         background-size: 100%;
     }
     .btn-arrow {
         line-height: 8.1em;
         margin-top: -8.85%;
         width: 18%;
     }
 }
 
 @media all and (min-width: 92em) and (max-width: 110em) {
     .btn-arrow {
         margin-top: -6.8%;
         line-height: 8.1em;
     }
      .back-header {
         background: url(../img/back-header2.png) no-repeat;
            background-size: 100%;
     }
 }

 @media all and (min-width: 110em) and (max-width: 120em) {
     .btn-arrow {
         margin-top: -6%;
         line-height: 8.1em;
     }
      .back-header {
         background: url(../img/back-header.png) no-repeat;
            background-size: 100%;
     }
 }