/*
Theme Name: EDM Maucaillou
Version: 1.0
Theme URI: http://www.bonbay.fr/
Author: Bonbay
Author URI: http://www.bonbay.fr/
Text Domain:
*/

/*	Copyright: (c) 2013 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html*/


/*RESET*/
/*---------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:flex}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}


/*  Base awesome
================================================== */
.fa { width: 1em; text-align: center; }


/*  Base formulaire
================================================== */
input, textarea, 
button, select, 
label { font-family: inherit; }
input,
textarea,
button,
select,
label { font-size: 1rem; }
input::-moz-focus-inner,
button::-moz-focus-inner{ border: 0; padding: 0; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
input[type="tel"],
select,
textarea { margin: 0; border-radius: 0; width:100%;}
input,
textarea,
select,
button { 
    -moz-appearance: none; 
    -webkit-appearance: none;
    appearance: none;
    transition: all .2s ease; 
}
input[type="checkbox"]{ -moz-appearance: checkbox; -webkit-appearance: checkbox; appearance: checkbox; }
input[type="radio"]{ -moz-appearance: radio; -webkit-appearance: radio; appearance: radio; }
label{ }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
    background: #fff;
    border: 1px solid #333;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: calc( 90% - 2px );
    outline: none;
    padding: 0.5rem 5%;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus { border-color: #666;  }
label .required { color: #8d001a; }
input[type="submit"],
button[type="submit"] {
    background: #8d001a;
    color: #fff;
    padding: .5rem 1rem;
    font-weight: 600;
    display: flex;
    border: none;
    cursor: pointer;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}
input[type="submit"]:hover,
button[type="submit"]:hover { background: #000; }

/*WPCF7*/
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{
    border: 1px solid red;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{ border-color: red; color:red; }
.wpcf7 form .wpcf7-response-output{ border: 1px solid grey; }

/*SWIPER*/
.swiper-slide{  }
.swiper-pagination{  }
.swiper-pagination-bullet{  }
.swiper-pagination-bullet-active{  }
.swiper-button-next, .swiper-button-prev{  }
.swiper-button-prev{  }
.swiper-button-next{  }



/** GRID ***/
.row{
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.row.nowrap{ flex-flow: row nowrap; }
.row.flow-row{ flex-flow: row wrap; }

.middle{ align-items: center; }
.flex-end{ align-items: flex-end; }

@media (max-width: 767px){
      /*.row{ flex-flow: column wrap; }
      .row.nowrap{ flex-flow: column nowrap; }*/
}

/* 24 colonnes */
.spannomargin-1, .spannomargin-2, .spannomargin-3,
.spannomargin-4, .spannomargin-5, .spannomargin-6,
.spannomargin-7, .spannomargin-8, .spannomargin-9,
.spannomargin-10, .spannomargin-11, .spannomargin-12,
.spannomargin-13, .spannomargin-14, .spannomargin-15,
.spannomargin-16, .spannomargin-17, .spannomargin-18,
.spannomargin-19, .spannomargin-20, .spannomargin-21,
.spannomargin-22, .spannomargin-23, .spannomargin-24{ width: 100%; }

/*16 colonnes*/
.span-1, .span-2, .span-3, 
.span-4, .span-5, .span-6, 
.span-7, .span-8, .span-9, 
.span-10, .span-11, .span-12, 
.span-13, .span-14, .span-15, .span-16{ width: 100%; }


/* tablette portrait */
@media (min-width: 768px){

    /* 24 colonnes */
    .spannomargin-1{ width: 4.16666667%; }
    .spannomargin-2{ width: 8.33333333%; }
    .spannomargin-3{ width: 12.5%; }
    .spannomargin-4{ width: 16.666666666667%; }
    .spannomargin-5{ width: 20.833333333333%; }
    .spannomargin-6{ width: 25%; }
    .spannomargin-7{ width: 29.16666667%; }
    .spannomargin-8{ width: 33.333%; }
    .spannomargin-9{ width: 37.5%; }
    .spannomargin-10{ width: 41.66%; }
    .spannomargin-11{ width: 45.833333333333%; }
    .spannomargin-12{ width: 50%; }
    .spannomargin-13{ width: 54.166666666667%; }
    .spannomargin-14{ width: 58.3333333%; }
    .spannomargin-15{ width: 62.5%; }
    .spannomargin-16{ width: 66.666%; }
    .spannomargin-17{ width: 70.8266666%; }
    .spannomargin-18{ width: 75%; }
    .spannomargin-19{ width: 79.16%; }
    .spannomargin-20{ width: 83.32%; }
    .spannomargin-21{ width: 87.4866666%; }
    .spannomargin-22{ width: 91.6533333%; }
    .spannomargin-23{ width: 95.82%; }
    .spannomargin-24{ width: 100%; }

    /*16 colonnes*/
    .span-1{ width: 6.25%; }
    .span-2{ width: 12.5%; }
    .span-3{ width: 18.75%; }
    .span-4{ width: 25%; }
    .span-5{ width: 31.25%; }
    .span-6{ width: 37.5%; }
    .span-7{ width: 43.75%; }
    .span-8{ width: 50%; }
    .span-9{ width: 56.25%; }
    .span-10{ width: 62.25%; }
    .span-11{ width: 68.75%; }
    .span-12{ width: 75%; }
    .span-13{ width: 81.25%; }
    .span-14{ width: 87.5%; }
    .span-15{ width: 93.75%; }
    .span-16{ width: 100%; }

}
/* tablette paysage */
@media (min-width: 1024px){

    /*24 colonnes*/
    .spannomargin-1{ width: 4.16666667%; }
    .spannomargin-2{ width: 8.33333333%; }
    .spannomargin-3{ width: 12.5%; }
    .spannomargin-4{ width: 16.666666666667%; }
    .spannomargin-5{ width: 20.833333333333%; }
    .spannomargin-6{ width: 25%; }
    .spannomargin-7{ width: 29.16666667%; }
    .spannomargin-8{ width: 33.333%; }
    .spannomargin-9{ width: 37.5%; }
    .spannomargin-10{ width: 41.66%; }
    .spannomargin-11{ width: 45.833333333333%; }
    .spannomargin-12{ width: 50%; }
    .spannomargin-13{ width: 54.166666666667%; }
    .spannomargin-14{ width: 58.3333333%; }
    .spannomargin-15{ width: 62.5%; }
    .spannomargin-16{ width: 66.666%; }
    .spannomargin-17{ width: 70.8266666%; }
    .spannomargin-18{ width: 75%; }
    .spannomargin-19{ width: 79.16%; }
    .spannomargin-20{ width: 83.32%; }
    .spannomargin-21{ width: 87.4866666%; }
    .spannomargin-22{ width: 91.6533333%; }
    .spannomargin-23{ width: 95.82%; }
    .spannomargin-24{ width: 100%; }
    .mille{ max-width: 960px; width: 100%; }

    /*16 colonnes*/
    .span-1{ width: 6.25%; }
    .span-2{ width: 12.5%; }
    .span-3{ width: 18.75%; }
    .span-4{ width: 25%; }
    .span-5{ width: 31.25%; }
    .span-6{ width: 37.5%; }
    .span-7{ width: 43.75%; }
    .span-8{ width: 50%; }
    .span-9{ width: 56.25%; }
    .span-10{ width: 62.25%; }
    .span-11{ width: 68.75%; }
    .span-12{ width: 75%; }
    .span-13{ width: 81.25%; }
    .span-14{ width: 87.5%; }
    .span-15{ width: 93.75%; }
    .span-16{ width: 100%; }

}
@media (min-width: 1280px){
    .mille{ max-width: 1080px; }
}
@media (min-width: 1480px){
    .mille{ max-width: 1440px; }
}

.nomobile{ display: none; }
@media (min-width: 768px){ .nomobile{ display: flex; } }
.onlymobile{ display: flex; }
@media (min-width: 768px){ .onlymobile{ display: none; } }


.flex{ display: flex; }

/*****************************************/

/*FONTS*/
    .thin{ font-weight: 100; }
    .light{ font-weight: 300; }
    .regular{ font-weight: 400; }
    .medium{ font-weight: 500; }
    .semibold{ font-weight: 600; }
    .bold{ font-weight: 700; }
    .ultrabold{ font-weight: 900; }

/**/

.raleway{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
}
.playfair{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
}

img, iframe, video{ max-width: 100%; }
h1, h2, h3, h4, h5, h6{ }
h1{ font-size: 32px; }
h2{ font-size: 28px; }
h3{ font-size: 24px; }
h4{ font-size: 20px; }
.italique, i, em{ font-style: italic; }
.lowercase{ text-transform: lowercase; }
.uppercase{ text-transform: uppercase; }
.black, a.black{ color:#504f42; }
.white, a.white{ color: #fff; }
.grey, a.grey{ color: #959393; }
.red, a.red{ color:#c0636d; }

strong, b{ font-weight: 700; }
.align-left, .alignleft{ text-align: left; justify-content: flex-start; }
.align-right, .alignright{ text-align: right; justify-content: flex-end; }
.align-center, .aligncenter{ text-align: center; justify-content: center; }

img.alignleft, img.align-left{ float: left; margin: 0 1em 1em 0 }
img.alignright, img.align-right{ float: right; margin: 0 0 1em 1em }
img.aligncenter, img.align-center{ float: none; margin: 0 auto 1em auto }

.justify{ text-align: justify; }

.button{
    display: block;
    width: auto;
    text-decoration: underline;
    font-size: 16px;
    text-align: center;
    transition: ease-in-out all 0.1s;
    cursor: pointer;
    background: white;
    text-decoration: none;
}
.button:hover{
    background: black!important;
    text-decoration: none;
}

a{ color: #504f42; text-decoration: none; cursor: pointer; }
a:hover{ color: #c0636d; text-decoration: underline; }
p{ margin: 10px 0; }
article ul{ margin: 1em 0; }
article ul li{ list-style-type: disc; margin-left: 2em; }

.gallery {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-flow: row wrap;
}
.gallery-item{ margin: 0 1rem 1rem 0; }


.left{ float: left; }
.right{ float: right; }
.center{ margin: 0 auto; }

.relative{ position: relative; }
.absolute{ position: absolute; }

.error{ color: red; font-weight: bold; }

/*****/
/* base */

body{
    background: #fff;
    margin: 0;
    padding: 0;
    color:#504f42;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.conteneur{ max-width: 1920px; margin: 0 auto; }

header,  main, footer, .home_contenu{ width: 100%; }
header{ 
    height: 136px; 
    background-color: transparent; 
    box-shadow: none;
    transition: ease-in-out background-color .2s;
}
header.nav-down{ 
    position: fixed; 
    top: 0; 
    right: 0; 
    left: 0; 
    z-index: 999999; 
    background-color: white;
    box-shadow: 0 5px 40px rgba(182, 180, 154, .5);
    transition: ease-in-out background-color .1s;
}
main.nav-down{
    margin-top: 136px;
}
a#logo{
    display: block;
    background: transparent url('gfx/logo.png') no-repeat center center / 80%;
    width: 100%;
    height: 136px;
    margin: 0 0 0 0;
}
.menu-toggle{ display: none; }
.nav-menu{ display: flex; }
nav{
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    width: auto;
}
.menu-menu-principal-container{
    display: flex;
    width: 100%;
    position: relative;
    flex-flow: row wrap;
    justify-content: flex-end;
}
nav ul{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
}
nav ul li{
    list-style-type: none;
    display: inline-flex;
    text-align: center;
    background: transparent;
    transition: ease-in-out all 0.1s;
}
nav ul li a{
    font-size: 18px;
    display: flex;
    color: #c0636d;
    text-decoration: none;
    line-height: 20px;
    padding: 10px;
    margin: 0 5px;
    width: auto;
    background: transparent;
    border: 0;
}
nav ul li:last-child a{ padding-right: 0; margin-right: 0; }
nav ul li:hover{ }
nav ul li:hover a, 
nav ul li.current-menu-item a{
    transition: ease-in-out all 0.1s;
    text-decoration: none;
    color: #504f42;
}
/*nav ul li ul{
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 5001;
    padding: 0;
    background: white;
    border: 1px solid #f6772b;
    display: none;
}
nav ul li:hover ul{ display: flex; flex-flow: column wrap;  }
nav ul li ul li{
    display: list-item;
}
nav ul li ul li a{
    color: #f6772b;
    padding: 0;
    margin: 0;
}
nav ul li ul li a:hover{
    color: black;
    text-decoration: none;
}*/
.btn-contact{ 
    font-size: 18px;
    line-height: 22px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    background: white;
    color:#c0636d;
    border: 1px solid white;
    text-align: center;
    min-height: 62px;
    transition: ease-in-out all .2s;
}
.btn-contact:hover{
    text-decoration: none;
    background: #e9e8da;
    border-color:#e9e8da;
    transition: ease-in-out all .2s;
}
.btn-tel{
    font-size: 18px;
    line-height: 22px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    background: transparent;
    color:#fff;
    border: 1px solid white;
    text-align: center;
    min-height: 62px;
    transition: ease-in-out all .2s;
}
.btn-tel:hover{
    text-decoration: none;
    background: white;
    color:#c0636d;
    transition: ease-in-out all .2s;
}
header::before{
    content: " ";
    display: block;
    background:#c0636d;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 59.25%;
    z-index: 1;
}
header > *{ position: relative; z-index: 3; }
.btn-devis{
    font-size: 18px;
    line-height: 22px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    background: #c0636d;
    color:#fff;
    border: 1px solid #c0636d;
    text-align: center;
    min-height: 62px;
    transition: ease-in-out all .2s;
}
.btn-devis:hover{
    text-decoration: none;
    background: white;
    color:#c0636d;
    transition: ease-in-out all .2s;
}
.btn-rappel{
    font-size: 18px;
    line-height: 22px;
    display: flex;
    padding: 0 0 0 15%;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    background: white url('gfx/telephone.svg') no-repeat 28px center / 30px;
    color:#c0636d;
    border: 1px solid #c0636d;
    text-align: center;
    min-height: 62px;
    transition: ease-in-out all .2s;
    cursor: pointer;
}
.btn-rappel:hover{
    text-decoration: none;
    background-color:#e9e8da;;
    background-position: 22px center;
    color:#504f42;
    border-color:#504f42;
    transition: ease-in-out all .2s;
}
.swiper-home1::after{
    content: " ";
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.15);
}
.swiper-pagination-bullet{
    border: 2px solid #c0636d;
    width: 16px;
    height: 16px;
    background: transparent;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background:#c0636d;
}
.swiper-pagination{ bottom: 50px!important; }
h1{
    color:#c0636d;
    font-size: 54px;
}
h1 span{ 
    font-family: "Playfair Display", serif; 
    font-style: italic; 
    font-weight: 400; 
    font-size: 38px;
    line-height: 54px;
    display: inline-block;
}
h1 span span{
    position: relative;
}
h1 span span::after{
    content: " ";
    z-index:-1;
    background:#e9e8da;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 55%;
}
.home1 ul{ margin-top: 3rem; }
.home1 ul li{
    font-size: 20px;
    line-height: 60px;
    padding-left: 70px;
    position: relative;
}
.home1 ul li:first-child::before{
    content: " ";
    width: 46px;
    height: 44px;
    background: transparent url('gfx/picto-prestations.svg') no-repeat center / 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.home1 ul li:nth-child(2)::before{
    content: " ";
    width: 38px;
    height: 44px;
    background: transparent url('gfx/picto-logistique.svg') no-repeat center / 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.home1 ul li:nth-child(3)::before{
    content: " ";
    width: 40px;
    height: 40px;
    background: transparent url('gfx/picto-stockage.svg') no-repeat center / 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.home1 ul li:nth-child(4)::before{
    content: " ";
    width: 42px;
    height: 42px;
    background: transparent url('gfx/picto-conditionnement.svg') no-repeat center / 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.home1 > *{ position: relative; z-index: 4; }
.home1::after{ 
    content: " ";
    display: block;
    background:#c0636d;
    position: absolute;
    right: 0;
    top: 0;
    bottom: -200px;
    left: 87.5%;
    z-index: 1;
}
.home2{ margin: 120px 0 100px 0; }
.home2 > *{ position: relative; z-index: 4; }
.home2::before{
    content: " ";
    display: block;
    background:#e9e8da;
    position: absolute;
    right: 75%;
    top: 0;
    bottom: 26%;
    left: 0;
    z-index: 1;
}
.swiper-home2{ width: 91.5%; margin-right: 8.5%;  margin-top: 180px; }
.swiper-home2::after{
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: " ";
    position: absolute;
    z-index: 10;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
}
.swiper-home2 img{ filter:grayscale(100%) }
.swiper-button-next, .swiper-button-prev{ color: white; top: auto; bottom: 35%; }
.swiper-button-next.next-home2{ right: 10%; }
h2{
    color:#c0636d;
    font-family: "Playfair Display", serif; 
    font-style: italic; 
    position: relative;
    font-size: 56px;
    line-height: 100px;
    display: inline-block;
    margin: 0 0 72px 0;
}
h2::after{
    content: " ";
    z-index:-1;
    background:#f4e5e6;
    position: absolute;
    bottom: 0;
    left: 32%;
    right: 0;
    top: 55%;
}
.listecheck ul li{
    font-size: 18px;
    line-height: 26px;
    color:#c0636d;
    margin: 0 0 2rem 0;
    padding: 0 20% 0 110px;
    background: transparent url('gfx/check.svg') no-repeat 40px top / 54px;
}
.home2 .zone-texte{
    padding: 70px 0 40px 0;
}
.zone-texte p{
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin: 0 0 2rem 0;
}
.zone-texte p a{
    position: relative;
    display: inline-block;
}
.zone-texte p a::after{
    content: " ";
    z-index:-1;
    background:#f4e5e6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 55%;
}
.zone-texte h3{
    color:#c0636d;
    font-family: "Playfair Display", serif; 
    font-style: italic; 
    font-size: 25px;
    font-weight: 600;
}
.stretch{ align-items: stretch; }
.home2::after{
    content: " ";
    background:#c0636d;
    position:  absolute;
    bottom: 0;
    right: 6.25%;
    width: 50%;
    height: 1px;
}
.discutons p b{ font-size: 28px; line-height: 40px; }
.stockage{ margin-top: 140px; }
.stockage img.mrgtopneg{ margin-top: -170px; }
.stockage > *{ position: relative; z-index: 4; }
.stockage::before{
    content: " ";
    display: block;
    background: #c0636d;
    position: absolute;
    right: 69.75%;
    top: 0;
    height: 126px;
    left: 0;
    z-index: 1;
}
.stockage::after{
    content: " ";
    display: block;
    background: #c0636d;
    position: absolute;
    width: 6.25%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.stockage .intro p{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 1.5rem 0;
}
.stockage .entrepot h3{
    font-size: 24px;
    padding: 80px 0 60px 0;
    position: relative;
}
.stockage .entrepot h3 span{
    font-family: "Playfair Display", serif; 
    font-style: italic; 
    font-size: 30px;
}
.stockage .entrepot h3::before{
    content: " ";
    display: block;
    background: #c0636d;
    width: 1px;
    height: 120px;
    position: absolute;
    left: -50px;
    top: 0;
}
.stockage .entrepot h4{
    color:#c0636d;
    font-weight: 600;
    font-size: 34px;
    padding: 70px 0 0 0;
    margin: 0 0 30px 0;
}
h4 span{
    font-weight: 400;
    font-family: "Playfair Display", serif; 
    font-style: italic;
    font-size: 17px;
    line-height: 20px;
    display: inline-block;
    margin: 10px 0;
    min-height: 40px;
}
.stockage .entrepot h4.espace{
    background: transparent url('gfx/picto-surface.svg') no-repeat center top / 52px;
}
.stockage .entrepot h4.bouteilles{
    background: transparent url('gfx/picto-bouteilles.svg') no-repeat center top / 62px;
}
.stockage .entrepot h4.cuverie{
    background: transparent url('gfx/picto-cuve.svg') no-repeat center top / 58px;
}
.stockage .entrepots{
    margin-top: 60px;
    padding-bottom: 100px;
}
.stockage .entrepots h3{
    font-size: 24px;
    margin-bottom: 60px;
}
.stockage .entrepots h3 b{
    font-size: 30px;
    font-family: "Playfair Display", serif; 
    font-style: italic;
}
.stockage .entrepots .trait-rouge{
    width: 100%;
    height: 1px;
    background:#c0636d;
    margin: 30px 0 0 0;
}
.texte-securite h4{
    color:#c0636d;
    margin-left: 2rem;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 4px;
}
.texte-securite p{ 
    color:#c0636d;
    font-size: 18px;
    font-family: "Playfair Display", serif; 
    font-style: italic;
    margin: 0 0 0 2rem;
}
.row.bggris > *{ position: relative; z-index: 3; }
.row.bggris::before{
    content: " ";
    display: block;
    background: #e9e8da;
    position: absolute;
    right: 0;
    top: 100px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.swiper-stockage .swiper-slide p{
    position: absolute;
    right: 10%;
    bottom: 40px;
    color: white;
    text-align: right;
    font-size: 15px;
    line-height: 24px;
    font-style: italic;
}
.bggris .next-stockage, 
.bggris .prev-stockage{
    bottom: 45%;
}
.row.bggris .zone-texte::before{
    content: ' ';
    display: block;
    width: 1px;
    height: 160px;
    background:#c0636d;
    position: absolute;
    left: 50%;
    top: -180%;
}
.row.bggris .zone-texte{ margin-top: 140px; }
.row.bggris .zone-texte::after{
    content: ' ';
    display: block;
    width: 1px;
    height: 70px;
    background:#c0636d;
    position: absolute;
    left: 50%;
    bottom: -100%;
}
.bggris .discutons{ margin: 120px 0; }
.bggris .discutons .btn-rappel{ background-color: transparent; }
.conditionnement ul li {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    max-width: 360px;
    padding: 20px 0 20px 82px;
    color:#c0636d;
    font-weight: 600;
    margin: 0 0 0 20%;
}
.conditionnement ul li span{ font-weight: 400; display: inline-block; }
.conditionnement ul li:first-child::before {
    content: " ";
    width: 46px;
    height: 46px;
    background: transparent url('gfx/picto-reprise.svg') no-repeat center / 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}
.conditionnement ul li:nth-child(2)::before {
    content: " ";
    width: 54px;
    height: 46px;
    background: transparent url('gfx/picto-etiquetage.svg') no-repeat center / 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}
.conditionnement ul li:nth-child(3)::before {
    content: " ";
    width: 46px;
    height: 44px;
    background: transparent url('gfx/picto-caisse.svg') no-repeat center / 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}
.conditionnement ul li:nth-child(4)::before {
    content: " ";
    width: 38px;
    height: 50px;
    background: transparent url('gfx/picto-encre.svg') no-repeat center / 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}
.conditionnement ul li:nth-child(5)::before {
    content: " ";
    width: 52px;
    height: 54px;
    background: transparent url('gfx/picto-palette.svg') no-repeat center / 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}
.conditionnement ul li:nth-child(6)::before {
    content: " ";
    width: 44px;
    height: 46px;
    background: transparent url('gfx/picto-reprise.svg') no-repeat center / 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 34px;
}
.conditionnement .texte-conditionnement{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, .65);
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}
.in-texte-conditionnement{
    color: white;
    max-width: 364px;

}
.in-texte-conditionnement p{
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 2rem 0;
}
.conditionnement .discutons{ margin:0 auto 80px auto; }
.conditionnement .discutons img{ margin-bottom: 80px; max-width: 65%; }
.row.contact > *{ position: relative; z-index: 2; }
.row.contact::after {
    content: " ";
    display: block;
    background: #c0636d;
    position: absolute;
    width: 6.25%;
    top: 0;
    bottom: 17%;
    left: 0;
    z-index: 1;
}
.row.contact::before{
    content: " ";
    display: block;
    background: #c0636d;
    position: absolute;
    right: 50%;
    top: 0;
    height: 126px;
    left: 0;
    z-index: 1;
}
.row.contact .bgcontact{
    margin-top: 120px;
    background:#f4f3ec url('gfx/fond-formulaire.jpg') no-repeat center top / cover;
    padding: 130px 0 130px 0;
}
.bgcontact .btn-rappel{ background-color: transparent; margin-top: 2rem; }
.bgcontact .btn-rappel:hover{ background-color: white; }
.bgcontact h2{ line-height: 70px; margin-bottom: 2rem; }
.bgcontact h2::after{ background:#ead9d5; bottom: -10%; left: 15%; top: 80%;}
.zone-texte h4{
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 2rem;
}
.bgcontact .zone-texte > *{ max-width: 85%; }

input[type="text"], input[type="email"], 
input[type="tel"], input[type="number"], 
select, textarea{
    background: white;
    color: black;
    border: 0px;
    border-radius: 5px;
    margin: 0 0 20px 0;
    font-size: 17px;
    line-height: 22px;
    padding: 14px;
    width: calc(100% - 28px);
}
input[type="text"]::placeholder, input[type="email"]::placeholder, 
input[type="tel"]::placeholder, input[type="number"]::placeholder, 
textarea::placeholder{
    color: black;
}
.wpcf7-list-item label{
    color: black;
    font-size: 14px;
}
input[type="submit"]{
    background-color:#c0636d;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    padding: 0;
    width: 50%;
    margin: 4rem auto 0 auto;
}
.bgcontact .wpcf7{ margin-top: 30px; }
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form .wpcf7-response-output{ background-color: white; margin-top: 1rem; }
.wpcf7-not-valid-tip{ background-color: white; position: absolute; bottom: -16px; left: 0; width: 100%; border-radius: 5px; }


footer{ padding: 150px 0 0 0; }
footer .btn-tel{
    border: 1px solid #c0636d;
    color:#c0636d;
}
footer .btn-tel:hover{ background-color: #f4e5e6; }
footer .logofooter{ max-width: 70%; margin: 0 0 0 15%; }
footer .adresse{ max-width: 68%; margin: 50px 0 0 17%; font-size: 16px; }
footer .footertexte{
    color:#c0636d
}
footer .footertexte h3{ font-size: 30px; margin-left: 7.5%; margin-top: 10px; }
footer .footertexte p{ font-size: 16px; font-weight: 600; margin: 0 0 0 7.5%; }
footer .footertexte p span{
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    display: inline-block; 
    margin-bottom: .75rem;
}
footer p.social{
    color:#c0636d;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
}
footer p.social img{ width: 22px; height: 22px; margin-left: 14px; }
p.copyright, p.copyright a{
    font-size: 12px;
    line-height: 20px;
    margin:80px 0 40px 0;
    color:#b0aea4;
}
footer::before{
    content: " ";
    display: block;
    background: #c0636d;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 108px;
    left: 62.5%;
    z-index: 1;
}
footer::after {
    content: " ";
    display: block;
    background: #c0636d;
    position: absolute;
    width: 6.25%;
    top: 62%;
    bottom: 0;
    right: 0;
    z-index: 1;
}

article.mrgtop{ margin-top: 80px; }
#page .zone-texte h1{ margin-bottom: 4rem; }
#page .zone-texte h2{ font-size: 36px; line-height: 46px; margin-bottom: 2rem; }
#page .zone-texte h3{ font-size: 28px; line-height: 36px; margin-bottom: 1.5rem; }

.maskpop{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,.8);
    z-index: 9999999;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}
.maskpop .inpop{
    background:#c0636d;
    border: 1px solid white;
    padding: 50px 70px;
    position: relative;
    max-width: 610px;
    color: white;
}
.maskpop .inpop .closepop{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    padding: 8px;
    background: transparent url('gfx/croix-blanc.svg') no-repeat center / 24px;
    cursor: pointer;
    transition: ease-in-out all .2s;
}
.maskpop .inpop .closepop:hover{ transform: rotate(90deg); transition: ease-in-out all .2s; }
.maskpop .inpop h3{ 
    font-size: 34px; 
    line-height: 80px; 
    padding: 0 0 0 100px; 
    background: transparent url('gfx/telephone-blanc.svg') no-repeat 0 0 / 56px;
}
.maskpop .inpop p{ font-size: 15px; line-height: 24px; margin: 1rem 0; }
.maskpop.hidden{ bottom: 100%; opacity: 0; overflow: hidden; transition: ease-in-out opacity .2s; }
.maskpop.show{ bottom: 0; opacity: 100%; overflow:auto; transition: ease-in-out opacity .2s; }
.maskpop .wpcf7-list-item label{ color: white; }
.maskpop .wpcf7 input[type="submit"]{
    background-color: white;
    color:#c0636d;
}


/**/
@media (min-width: 2px) and (max-width: 767px){
    .conteneur{ overflow-x: hidden; width: 100%; }
    header::before{ display: none; }
    header.row{ height: auto; z-index: 10; align-items: stretch; }
    header .span-3{ width: 70%; }
    header .span-4{ width: 30%; text-align: center; }
    nav{ justify-content: center; width: 100%; flex-flow: column wrap;  height: 100%;}
    .menu-toggle{
        width: 100%;
        background: transparent url('gfx/open-menu.svg') no-repeat center 10px / 40px;
        border:0;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: flex-end;
        width: 46px;
        height: 60px;
        padding: 40px 0 0 0;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color:#c0636d;
        transition: none;
    }
    .menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover{
        text-decoration: none;
    }
    .menu-toggle.toggled-on{
        background: transparent url('gfx/close-menu.svg') no-repeat center 10px / 30px;
    }
    .menu-menu-mobile-container{
        width: 100%;
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10000; 
    }
    .nav-menu{ 
        display: none; 
        padding:0; 
        margin:0; 
        z-index: 10001; 
        width: 333.3333334%;
        position: absolute;
        right: 0;
        top: 0;
        background-color:#c0636d;
        padding: 20px 0 60px 0;
    }
    .nav-menu.toggled-on{ display: flex; }
    nav ul{ flex-direction: column; }
    nav ul li{
        list-style-type: none;
        display: inline-flex;
        text-align: left;
        transition: ease-in-out all 0.1s;
        padding: 0 30px;
        width: calc(100% - 60px);
    }
    nav ul li a{
        font-size: 18px;
        line-height: 68px;
        display: block;
        color: #fff;
        background: transparent url('gfx/fleche-blanc.svg') no-repeat right center / 40px;
        text-decoration: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    nav ul li a:hover, 
    nav ul li a:focus{ color: white; }
    nav ul li:nth-last-child(2) a{
        font-size: 18px;
        line-height: 22px;
        display: flex;
        max-width: 60%;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        background: white;
        color: #c0636d;
        border: 1px solid white;
        text-align: center;
        min-height: 62px;
        transition: ease-in-out all .2s;
        margin-top: 40px;
    }
    nav ul li:last-child{ justify-content: flex-end; }
    nav ul li:last-child a{
        font-size: 18px;
        line-height: 22px;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        background: transparent url('gfx/telephone-blanc.svg') no-repeat 26px center / 30px;
        color: #fff;
        border: 1px solid white;
        text-align: center;
        min-height: 62px;
        max-width: calc( 60% - 30px );
        padding: 0 0 0 40px;
        transition: ease-in-out all .2s;
        margin: 0 0 0 30px;
    }
    .home1::after{ display: none; }
    .home1{ width: 84%; padding: 0 8%; }
    h1{ font-size: 32px; }
    h1 span{ font-size: 22px; line-height: 32px; }
    h1 span span::after{ bottom: -20%; }
    .discutons .span-4 .row .span-8{ width: 80%; }
    .home1 .discutons .span-4 .row .span-8{ margin-top: 3rem; }
    .home1 .discutons { width: 100%; padding: 0; }
    .discutons .span-4 .row .span-4{ width: 20%; }
    .discutons .span-4 .row .span-10{ width: 80%; }
    .btn-devis, .btn-rappel{ font-size: 16px; }
    .btn-rappel{ background-position: 20px center; }
    .home1 > .span-8{ width: 120%; margin-left: -10%; }
    .home2 { margin: 0 0 0 0; width: 84%; padding: 0 8%; flex-flow: column-reverse wrap; }
    .home2::before{ display: none; }
    .swiper-home2{ width: 100%; margin: 1rem auto 3rem auto; }
    h2{ font-size: 40px; line-height: 60px; margin: 3rem auto; }
    .listecheck ul li{ 
        background-size: 42px; 
        background-position: 4px top; 
        padding: 0 0% 0 70px;
        font-size: 17px;
        line-height: 24px;
    }
    .home2::after{ display: none; }
    .home2 .zone-texte{ padding: 3rem 0; }
    .zone-texte h3{ font-size: 22px; text-align: center; }
    .discutons{  width: 84%; padding: 0 8%; }
    .discutons p b{ font-size: 24px; line-height: 32px; margin-bottom: .5rem; display: inline-block; }
    .discutons p{ margin: 0 0 2rem 0; font-size: 16px; }
    .stockage{  width: 84%; padding: 0 8%; margin: 0; }
    .stockage::before, .stockage::after{ display: none; }
    .stockage img.mrgtopneg{ display: none; }
    .stockage .entrepot h3{ padding: 0 0 0 10%; margin: 3rem auto }
    .stockage .entrepot h3 span{display: inline-block; width: 100%; }
    .stockage .entrepot h3::before{ left: 0; top: auto; bottom: 0; }
    .stockage .entrepot h4{
        padding: 0 0 0 90px;
        background-position: left top!important;
        text-align: left;
    }
    h4 span{ margin: 0; min-height: auto; }
    .stockage .entrepots { margin-top: 2rem; padding-bottom: 3rem; }
    .stockage .entrepots .trait-rouge{ margin: 0 0 2rem 0; }
    .stockage .entrepots h3 { margin-bottom: 2rem; }
    .stockage .entrepots h3 b{ display: inline-block; }
    .swiper-button-next, .swiper-button-next.next-home2{ right: 2.5%; }
    .swiper-button-prev{ left: 2.5%; }
    .texte-securite h4 { font-size: 28px; }
    .entrepots .span-1.alignright{ width: 20%; }
    .entrepots .span-3.texte-securite{ width: 80%; }
    .texte-securite p{ font-size: 16px; margin-bottom: 2rem; }
    .swiper-stockage .swiper-slide p{ font-size: 11px; line-height: 14px; bottom: 20px; }
    .row.bggris .zone-texte::before{ display: none; }
    .row.bggris .zone-texte{ width: 84%; padding: 0 8%; margin-top: 3rem; }
    .row.bggris .zone-texte::after{ bottom: -40%; }
    .bggris .discutons{ margin-bottom: 3rem; }
    .conditionnement{ width: 84%; padding: 0 8%; }
    .conditionnement h2{ font-size: 36px; }
    .conditionnement ul li{ margin: 0; font-size: 16px; line-height: 20px; }
    .conditionnement img{ margin-top: 3rem; }
    .conditionnement .texte-conditionnement{
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        background: transparent;
    }
    .in-texte-conditionnement{ color: #504f42; margin: 3rem auto; }
    .conditionnement .discutons img{ max-width: 100%; margin: 0 0 3rem 0; }
    .conditionnement .discutons{ padding: 0; width: 100%; }
    .row.contact::before, .row.contact::after{ display: none; }
    .row.contact .bgcontact{ margin-top: 0; background:#f4f3ec; width: 84%; padding: 0 8% 2rem 8%; }
    .bgcontact .zone-texte > * { max-width: 100%; }
    .bgcontact h2 { line-height: 50px; }
    .zone-texte h4{ font-size: 24px; line-height: 32px; }
    .bgcontact .btn-rappel{ margin: 1rem auto 3rem auto; width: 70%; }
    input[type="submit"]{ margin-top: 2rem; width: 100%; }
    footer.row{ width: 84%; padding: 2rem 8% 0 8%; }
    footer::before, footer::after{ display: none; }
    footer .logofooter{ max-width: 90%; margin-left: 5%; }
    footer .adresse {
        max-width: 90%;
        margin: 2rem 0 0 7%;
        font-size: 16px;
    }
    footer .footertexte h3{ margin: 3rem 0 0 0; font-size: 28px;  }
    footer .footertexte p span{ font-size: 28px; }
    footer .footertexte p{ margin: 0 0 3rem 0; }
    footer .span-4 .row .span-8{ width: 80%; }
    footer .span-4 .row .span-4{ width: 20%; }
    footer p.social{ width: 100%; justify-content: flex-end; margin-top: 1rem; }
    p.copyright{
        text-align: center; margin: 1rem auto 2rem auto;
    }

    .maskpop .inpop{ padding: 4rem 10% 2rem 10%; max-width: 100%; }
    .maskpop .inpop h3{ font-size: 24px; padding-left: 40px; background-size: 30px; line-height: 40px; }
    .wpcf7-list-item label, .wpcf7-list-item{ font-size: 11px; line-height: 14px; }
    input[type="text"], input[type="email"], input[type="tel"], 
    input[type="number"], select, textarea{
        font-size: 14px;
        line-height: 20px;
        padding: 12px 14px;
        margin: 0 0 12px 0;
    }
    article.mrgtop .span-4{ width: 5%; }
    article.mrgtop .span-8.zone-texte{ width: 90%; }
    #page .zone-texte h2{ font-size: 26px; line-height: 36px; margin: 0 0 2rem 0; }
    #page .zone-texte h3{ font-size: 22px; line-height: 26px; margin: 0 0 1.5rem 0; }  



}
/**/
@media (min-width: 768px) and (max-width: 1479px) {
    nav ul li a{ font-size: 11px; padding: 4px; }
    .btn-contact { font-size: 12px; min-height: 42px; }
    .btn-tel { font-size: 12px; line-height: 14px; min-height: 42px; }
    header { height: 106px; }
    a#logo{ height: 106px; }
    main.nav-down { margin-top: 106px; }
    h1{ font-size: 30px; }
    h1 span { font-size: 22px; line-height: 30px; }
    .home1 ul { margin-top: 2rem; }
    .home1 ul li { font-size: 14px; line-height: 40px; padding-left: 50px; }
    .home1 ul li::before{ width: 28px!important; }
    .home1::after{ bottom: -130px; }
    .home2 { margin: 80px 0 60px 0; }
    h2 { font-size: 30px; line-height: 60px; margin-bottom: 42px; }
    .listecheck ul li {
        font-size: 10px;
        line-height: 16px;
        color: #c0636d;
        margin: 0 0 1.5rem 0;
        padding: 0 20% 0 60px;
        background-size: 28px;
        background-position: 16px top;
    }
    .zone-texte p { font-size: 11px; line-height: 16px; margin-bottom: 1rem; }
    .zone-texte h3{ font-size: 15px; }
    .home2 .zone-texte{ padding-top: 44px; }
    .swiper-button-next, .swiper-button-prev{ bottom: 25%; }
    .home2::before{ bottom: 45%; }
    .swiper-home2{ margin-top: 100px; }
    .btn-devis{ font-size: 12px; min-height: 42px; }
    .btn-rappel { font-size: 12px; min-height: 42px; background-size: 22px; background-position: 4px center; }
    .btn-rappel:hover{ background-position: 4px center; }
    .discutons p b { font-size: 16px; line-height: 26px; }
    .discutons p{ font-size: 12px; line-height: 20px; }
    .stockage { margin-top: 100px; }
    .stockage .intro p{ font-size: 11px; line-height: 16px; margin-bottom: 1rem; }
    .stockage::before{ height: 66px; }
    .stockage img.mrgtopneg { margin-top: -100px; }
    .stockage .entrepot h3{ font-size: 14px; padding: 50px 0 40px 0; }
    .stockage .entrepot h3 span{ font-size: 16px; }
    .stockage .entrepot h3::before{ height: 70px; }
    .stockage .entrepot h4{ font-size: 16px; background-size: 38px!important; padding: 50px 0 0 0; }
    h4 span { font-size: 9px; line-height: 14px; margin: 6px 0; min-height: 30px; }
    .stockage .entrepots h3 b { font-size: 16px; }
    .stockage .entrepots h3{ font-size: 14px; margin-bottom: 40px; }
    .stockage .entrepots .trait-rouge{ margin-top: 16px; }
    .texte-securite h4 { font-size: 18px; }
    .texte-securite p { font-size: 12px; }
    .row.bggris .zone-texte::before { height: 120px; top: -110%; }
    .swiper-stockage .swiper-slide p { font-size: 11px; line-height: 18px; }
    .row.bggris .zone-texte::after { height: 50px; bottom: -60%; }
    .bggris .discutons { margin: 80px 0; }
    .conditionnement ul li { font-size: 10px; line-height: 14px; padding: 14px 0 14px 62px;}
    .conditionnement ul li::before{ width: 32px!important; top: 0!important; }
    .conditionnement ul li:nth-child(6)::before{ top: 12px!important; }
    .in-texte-conditionnement { max-width: 284px; }
    .in-texte-conditionnement p { font-size: 10px; line-height: 14px; }
    .row.contact .bgcontact { margin-top: 60px; padding: 80px 0 40px 0; background-size: cover; }
    .bgcontact .zone-texte > * { max-width: 100%; }
    .bgcontact h2 { line-height: 40px; }
    .zone-texte h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .bgcontact .btn-rappel{ margin-top: 1rem; }
    input[type="text"], input[type="email"], 
    input[type="tel"], input[type="number"], select, textarea{ padding: 6px 14px; font-size: 13px; }
    .wpcf7-list-item label{ font-size: 11px; }
    input[type="submit"]{ font-size: 14px; line-height: 40px; margin-top: 2rem; }
    footer { padding: 80px 0 0 0; }
    footer .adresse {
        max-width: 78%;
        margin: 30px 0 0 17%;
        font-size: 12px;
    }
    footer .footertexte h3 { font-size: 18px; margin-left: 5%; }
    footer .footertexte p { font-size: 10px; margin: 0 0 0 5%; }
    footer .footertexte p span { font-size: 18px; }
    footer p.social { font-size: 12px; }
    footer::before{ height: 58px; }
    p.copyright, p.copyright a { font-size: 10px; margin: 40px 0 20px 0; }
    #page .zone-texte h2{ font-size: 26px; line-height: 36px;  }
    #page .zone-texte h3{ font-size: 22px; line-height: 32px;  }



}
/**/
@media (min-width: 768px) and (max-width: 1023px){
    nav ul li a { font-size: 9px;  padding: 0px; }
    .btn-contact, .btn-tel { font-size: 10px; }
    h1 span { font-size: 16px; line-height: 24px; }
    h2 { font-size: 22px; }
    .listecheck ul li{ padding-right: 10%; }
    .zone-texte p { font-size: 10px; line-height: 14px; }
    .btn-devis, .btn-rappel{ font-size: 9px; }
    .btn-rappel{ background-size: 18px; background-position: 2px center; }
    .stockage { margin-top: 3rem; }
    .discutons p b { font-size: 14px; }
    .stockage .entrepot h3 span { font-size: 12px; }
    .stockage .entrepot h3{  font-size: 12px; }
    .stockage .entrepot h3::before{ left: -30px; }
    .stockage .entrepot h4 { font-size: 14px; }
    .stockage .entrepots h3, .stockage .entrepots h3 b{ font-size: 12px; }
    .stockage .entrepots .trait-rouge { margin-top: 10px; }
    .texte-securite h4 { font-size: 16px; }
    .stockage .entrepots { margin-top: 40px; padding-bottom: 60px; }
    .row.bggris .zone-texte { margin-top: 80px; }
    .row.bggris::before{ top: 40px; }
    .swiper-stockage .swiper-slide p{ bottom: 20px; }
    .conditionnement ul li {
        font-size: 10px;
        line-height: 12px;
        padding: 8px 0 8px 42px;
    }
    .conditionnement ul li::before { width: 24px !important; }
    .conditionnement h2{ margin-bottom: 1rem; }
    .in-texte-conditionnement p{ margin-bottom: 1rem; font-size: 9px; line-height: 12px; }
    .bgcontact h2 { line-height: 30px; margin-top: 4rem; }
    .zone-texte h4 { font-size: 14px; line-height: 20px; }
    .row.contact .bgcontact{ padding: 40px 0; }
    input[type="text"], input[type="email"], input[type="tel"], 
    input[type="number"], select, textarea{ margin-bottom: 10px; }
    .wpcf7-list-item label, .wpcf7-list-item{ line-height: 13px; }
    footer .adresse{ font-size: 9px; }
    footer .footertexte h3 { font-size: 14px; }
    footer .footertexte p { font-size: 8px; }
    footer .footertexte p span { font-size: 14px; }
    footer p.social { font-size: 8px; margin-top: 1rem; }
    p.copyright, p.copyright a{ margin: 30px 0 20px 0; font-size: 8px; }
    footer{ padding-top: 60px; }
      

}
/**/
@media (min-width: 1280px) and (max-width: 1479px){
    nav ul li a { font-size: 13px; padding: 8px; }
    .btn-contact, .btn-tel, .btn-devis, .btn-rappel { font-size: 13px; }
    h1 { font-size: 36px; }
    h1 span { font-size: 24px; line-height: 34px; }
    .home1 ul li { font-size: 16px; line-height: 44px; }
    .listecheck ul li { font-size: 12px; line-height: 18px; }
    .zone-texte p, .stockage .intro p { font-size: 12px; line-height: 18px; }
    .discutons p b { font-size: 18px; line-height: 30px; }
    .discutons p { font-size: 14px; }
    h2 { font-size: 34px; }
    .stockage .entrepot h4 { font-size: 20px; }
    h4 span { font-size: 11px; }
    .stockage .entrepots h3 b { font-size: 20px; } 
    .stockage .entrepots h3{ font-size: 16px; }
    .texte-securite h4 { font-size: 22px; }
    .texte-securite p { font-size: 14px; }
    .row.bggris .zone-texte::before{ top: -120%; }
    .in-texte-conditionnement p{ font-size: 12px; line-height: 16px; }
    .conditionnement ul li { font-size: 12px; line-height: 16px; }
    input[type="text"], input[type="email"], input[type="tel"], 
    input[type="number"], select, textarea{ font-size: 14px; }
    .row.contact .bgcontact { margin-top: 70px; }






}
/**/
@media (min-width: 1480px) and (max-width: 1599px){
    nav ul li a { font-size: 16px; padding: 6px; }
    h1{ font-size: 44px; }
    h1 span { font-size: 28px; line-height: 42px; }
    h2{ font-size: 44px; }
    .listecheck ul li { font-size: 15px; line-height: 24px; }
    .zone-texte p { font-size: 14px; line-height: 22px; }
    .zone-texte h3{ font-size: 22px; }
    .discutons p b { font-size: 24px; }
    .stockage::before{ height: 96px; }
    .stockage .entrepot h3{ font-size: 22px; }
    .stockage .entrepot h3 span{ font-size: 24px; }
    .stockage .entrepot h4{ font-size: 26px; }
    h4 span{ font-size: 13px; line-height: 18px; }
    .stockage .entrepots h3 b { font-size: 24px; }
    .stockage .entrepots h3 { font-size: 21px; }
    .stockage .entrepots .trait-rouge{ margin-top: 24px; }
    .texte-securite h4{ font-size: 26px; }
    .texte-securite p{ font-size: 16px; }
    .btn-rappel, .btn-rappel:hover{ background-position:  8px center  }
    .row.bggris .zone-texte::before{ top: -130%; }
    .row.bggris .zone-texte::after{ bottom: -70%; }
    .in-texte-conditionnement{ max-width: 384px; }
    .in-texte-conditionnement p {
        font-size: 14px;
        line-height: 20px;
    }
    .conditionnement h2{ margin-bottom: 50px; }
    .conditionnement ul li {
        font-size: 16px;
        line-height: 22px;
        max-width: 320px;
    }
    .conditionnement .discutons p b{ font-size: 20px; }
    .row.contact .bgcontact { margin-top: 100px; padding: 110px 0 110px 0; background-size: cover; }
    .bgcontact h2 { line-height: 50px; }
    .zone-texte h4 { font-size: 24px; line-height: 30px; }
    footer .footertexte h3 { font-size: 26px; }
    footer .footertexte p span { font-size: 26px; }
    footer .footertexte p { font-size: 14px; }
    footer::before{ height: 88px; }




}
/**/
@media (min-width: 1600px) and (max-width: 1799px){
    h1 span{ font-size: 32px; line-height: 48px; }
    h2{ font-size: 48px; }
    .listecheck ul li{ font-size: 16px; line-height: 22px; }
    .btn-rappel{ background-position: 6px center; }
    .stockage .entrepot h3 span{ font-size: 28px; }
    .stockage .entrepot h3{ font-size: 22px; }
    .stockage .entrepot h4{ font-size: 30px; }
    .stockage .entrepots h3 { font-size: 22px; }
    .stockage .entrepots h3 b { font-size: 26px; }
    .texte-securite h4{ font-size: 30px; }
    .row.bggris .zone-texte::before{ top: -120%; }
    .row.bggris .zone-texte::after{ bottom: -60%; }
    .discutons p b { font-size: 26px; }
    .in-texte-conditionnement p { font-size: 14px; line-height: 20px; }
    .zone-texte h4 { font-size: 26px; line-height: 36px; }





}
/**/
@media (min-width: 1800px){

}
/**/
@media (min-width: 1900px){

}
/**/