/*
Theme Name: Makeres Style
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: 5%; }
    .spannomargin-2{ width: 5%; }
    .spannomargin-3{ width: 10%; }
    .spannomargin-4{ width: 15%; }
    .spannomargin-5{ width: 25%; }
    .spannomargin-6{ width: 25%; }
    .spannomargin-7{ width: 35%; }
    .spannomargin-8{ width: 40%; }
    .spannomargin-9{ width: 50%; }
    .spannomargin-10{ width: 50%; }
    .spannomargin-11{ width: 50%; }
    .spannomargin-12{ width: 50%; }
    .spannomargin-13{ width: 50%; }
    .spannomargin-14{ width: 50%; }
    .spannomargin-15{ width: 50%; }
    .spannomargin-16{ width: 60%; }
    .spannomargin-17{ width: 65%; }
    .spannomargin-18{ width: 75%; }
    .spannomargin-19{ width: 75%; }
    .spannomargin-20{ width: 85%; }
    .spannomargin-21{ width: 90%; }
    .spannomargin-22{ width: 95%; }
    .spannomargin-23{ width: 95%; }
    .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%; }
    .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: 1024px){ .nomobile{ display: flex; } }
.onlymobile{ display: flex; }
@media (min-width: 1024px){ .onlymobile{ display: none; } }

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

/*FONTS*/

    @font-face {
        font-family: 'Braston';
        src: url('fonts/Braston-Regular.woff2') format('woff2'),
            url('fonts/Braston-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    .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; }
    .poppins{ font-family: "Poppins", sans-serif; }
    .braston{ font-family: 'Braston'; }
    

/**/

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:#000; }
.white, a.white{ color: #fff; }
.grey, a.grey{ color: #a3a3a3; }
.blue, a.blue{ color:#7caac8; }
.lightblue, a.lightblue{ color:#a7c3d7; }

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;
    font-size: 16px;
    text-align: center;
    transition: ease-in-out all 0.1s;
    cursor: pointer;
    background: white;
    border: 1px solid black;
    text-decoration: none;
}

a{ color: #000; text-decoration: none; cursor: pointer; }
a:hover{ color: #7caac8; 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:#000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.conteneur{ max-width: 1920px; margin: 0 auto; }

header,  main, footer, .home_contenu{ width: 100%; }
header{ height: 110px; }
header .fdbleu{
    height: 110px;
    background-color:#7caac8;
}
a#logo{
    display: block;
    background: transparent url('gfx/logo.svg') no-repeat center / 80%;
    width: 100%;
    height: 110px;
    margin: 0 0 0 0;
}
.menu-toggle{ display: none; }
nav{
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: auto;
}
.menu-menu-principal-container{
    display: flex;
    width: 100%;
    position: relative;
}
.nav-menu{ 
    display: flex; 
    margin-top: 35px;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
}
nav ul li{
    list-style-type: none;
    display: inline-flex;
    text-align: center;
    background: transparent;
    transition: ease-in-out all 0.1s;
    margin: 0 2px;
    position: relative;
    padding-bottom: 35px;
}
nav ul li a{
    font-size: 18px;
    font-weight: 700;
    display: flex;
    color: #6187a3;
    text-decoration: none;
    line-height: 20px;
    padding: 10px;
    margin: 0 0px;
    width: auto;
    background: transparent;
    border: 0;
}
nav ul li:last-child a, nav ul li:nth-last-child(2) a{ font-weight: 400;  }
nav ul li a:hover, 
nav ul li.current-menu-item a{
    transition: ease-in-out all 0.1s;
    text-decoration: none;
    color: black;
}
nav ul li::after{
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background: black;
    opacity: 0;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: calc(50% - 5px);
    transition: ease-in-out all 0.6s;
}
nav ul li:hover::after, nav ul li.current-menu-item::after{
    opacity: 1;
    transition: ease-in-out all 0.3s;
}
/*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;
}*/
header .fdbleu div{
    margin: 22px 0 0 0;
    height: 54px;
}
header a.devis{
    color: white;
    font-size: 18px;
    display: block;
    line-height: 24px;
    margin-top: 4px;
    font-weight: 700;
    transition: ease-in-out all .1s;
    position: relative;
}
header a.devis::before{
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 5px);
    left: -5px;
}
header a.devis:hover{ text-decoration: none; color: black; transition: ease-in-out all .1s; }
header .fdbleu div.spannomargin-6.aligncenter.relative::after, 
header .fdbleu .cartcart.relative::after{
    content: " ";
    width: 2px;
    height: 100%;
    background: black;
    position: absolute;
    right: 0;
    top: 0;
}
header .fdbleu .cartcart{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-around;
}
header a.account img{ display: flex; }
header a.account{ display: block; width: 32px; height: 43px; margin-top: 10px; padding-left: 10px; }
header a.cart-customlocation{
    display: block;
    width: 60px;
    height: 54px;
    background: transparent url('gfx/picto-panier.png') no-repeat 0 100%;
    position: relative;
}
header a.cart-customlocation span{
    background: black;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    font-size: 16px;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 0;
    right: 4px;
    z-index: 3;
    transition: ease-in-out all .2s;
}
header a.cart-customlocation:hover span{
    background: white;
    color: black;
    transition: ease-in-out all .2s;
}
header p.francais{
    font-size: 15px;
    line-height: 18px;
    margin: 8px 0 0 0;
}
header p.francais img{ margin: 0 1rem; }
footer{  }
.menu-footer-container{ display: flex; width: 100%; }
.footer-menu{ display: flex; flex-flow: row wrap; justify-content: flex-start; }
.menu-infos-legales-container{
    height: 90px;
    width: 100%;
    background-color:#6187a3;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
#menu-infos-legales li a{
    color:#a7c3d7;
    font-size: 13px;
    letter-spacing: .05rem;
    font-weight: 300;
    text-transform: uppercase;
}
#menu-infos-legales li{
    padding: 0 .5rem;
    position: relative;
}
#menu-infos-legales li::after{
    content: ".";
    color:#a7c3d7;
    position: absolute;
    bottom: 0;
    right: 0;
}
#menu-infos-legales li:last-child::after{ display: none; }
.h2{ font-size: 60px; letter-spacing: .1rem; position: relative; }
footer .h2::before{
    content: " ";
    display: block;
    height: 104px;
    width: 104px;
    background: black;
    border-radius: 100%;
    position: absolute;
    top: -12px;
    left: -15%;
}
footer .h2{ margin: 90px 0 140px 0; }
.footer2 p{
    width: 75%;
    margin: 1rem 12.5%;
    font-size: 20px;
    font-weight: 600;
}
.footer3{
    margin: 140px 0 0 0;
}
.footer3 .brd{ border-top: 1px solid #6187a3; padding: 74px 0 0 0; }
.footertexte{ font-size: 15px; line-height: 20px; margin: 2rem 0 3rem 0; }
#menu-pied-de-page li a{
    text-transform: uppercase;
    color:#6187a3;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
}
#menu-pied-de-page li{ margin: 0 .45rem; }
#menu-pied-de-page { justify-content: center; margin-bottom: 2rem; }
.menu-pied-de-page-container{ width: 100%; display: flex; justify-content: center; }
#menu-pied-de-page li:last-child a{ color: black; }
.menu-menu-pied-de-page-2-container{ 
    width: 100%; 
    display: flex; 
    justify-content: center; 
    margin: 5rem 0 2.5rem 0;
}
#menu-menu-pied-de-page-2{
    width: 100%;
    height: 86px;
    border: 1px solid #6187a3;
    justify-content: space-around; 
    align-items: center;
}
#menu-menu-pied-de-page-2 li a{
    color:#6187a3;
    font-weight: 700;
    font-size: 16px;
    line-height: 86px;
    transition: ease-in-out all .15s;
}
#menu-menu-pied-de-page-2 li a:hover{ text-decoration: none; color: black; transition: ease-in-out all .15s; }
#menu-menu-pied-de-page-2 li{ position: relative; }
#menu-menu-pied-de-page-2 li::before{
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 100%;
    position: absolute;
    left: calc( 50% - 5px );
    top: -5px;

}
.footer3 .facebook { display: inline-block; width: max-content; margin: 0 0 0 4rem; }
.footer3 .linkedin {  display: inline-block; width: max-content; margin: 0 0 0 1rem; }
.footer3 a.telephone:hover, .footer3 a.email:hover{ text-decoration: none; transition: ease-in-out all .15s; }
/*HOME*/
.home-vasque{ display: flex; flex-flow: row wrap; }
.home-vasque img{ display: flex; position: relative; z-index: 1; }
.home-vasque::before{
    content: " ";
    display: block;
    position: absolute;
    background: rgba(0,0,0,.5);
    top: 0;
    bottom:0;
    right: 0;
    left: 0;
    z-index: 2;
}
.borderr::after{
    content: " ";
    display: block;
    position: absolute;
    background: white;
    top: 0;
    bottom: 0;
    right: -2px;
    width: 4px;
    z-index: 3;
}
.bordert::before{
    content: " ";
    display: block;
    position: absolute;
    background: white;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 3;
}
.cartouche_home{
    z-index: 4;
    bottom: 64px;
    left: 16%;
    right: 16%;
    height: 146px;
    background: white;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
}
.cartouche_home h2{
    font-family: 'Braston';
    color:#6187a3;
    font-size: 34px;
}
.cartouche_home h2 b{
    font-family: "Poppins", sans-serif;
}
.btn{
    display: inline-block;
    border: 1px solid #6187a3;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 72px;
    padding: 0 2rem;
    position: relative;
    transition: ease-in-out all .3s;
}
.btn::after{
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 100%;
    position: absolute;
    top: calc( 50% - 7px );
    right: -5px;
}
.btn:hover{
    text-decoration: none;
    background:#6187a3;
    color: white;
    transition: ease-in-out all .15s;
}
.btn.blue{
    color:#6187a3;
    border-color:#6187a3;
}
.btn.blue::after{ background:#6187a3; }
.btn.blue:hover{
    color:#fff;
    border-color:#000;
}
.btn.blue:hover::after{ background: black; }
.home-minivasque img{
    display: flex;
    border-bottom: 4px solid white;
}
.cartouche_home_mini{
    left: 20%;
    right: 20%;
    bottom: 64px;
    text-align: center;
}
.cartouche_home_mini h2 a { display: block; }
.cartouche_home_mini h2{
    font-size: 24px;
    font-family: 'Braston';
}
.cartouche_home_mini h2 b{
    font-family: "Poppins", sans-serif;
}
.cartouche_home_mini::after{
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 100%;
    position: absolute;
    left: calc( 50% - 5px );
    bottom: -2rem;
}
.cartouche_home_mini h2 a:hover{ text-decoration: none; transition: ease-in-out all .15s; color:#6187a3; }
.cartouche_home_mini h2 a{ transition: ease-in-out all .3s; }
.bgblanc{ background: white; position: absolute; }
.texte-home{ padding: 180px 0 80px 0; }
.texte-home .logohome{ max-width: 65%; margin-bottom: 2rem; }
.texte-home p, .texte-home h1, .texte-home h2, .texte-home h3{
    font-size: 18px; line-height: 30px; margin: 0 0 .5rem 0; font-weight: 300;
}
.texte-home .btn{ margin-top: 3rem; }
.bgbluedeco{
    background:#7caac8 url('gfx/fond-bleu-home.jpg') no-repeat center / cover;
    max-height: 864px;
    height: 45vw;
    flex-flow: column wrap;
    justify-content: center;
}
.bgbluedeco h2{ margin: 0 0 5rem 0; }
.bgbluedeco .pictoblanc p{
    font-size: 18px;
    line-height: 24px;
    margin: 2rem 15% 2rem 15%;
    width: 70%;
}
/*pages contact devis*/
#page main{ margin-top: 96px; }
.prefooter1{ margin: 100px 0 160px 0; }
.prefooter2{ margin-bottom: 50px; }
.prefooter1 h2{ font-size: 50px; margin: 1rem 0 2rem 0; }
.prefooter1 h2 span{ font-size: 60px; }
.prefooter1 .btn.blue{ padding: 0; width: 90%; }
.pictobleu p{
    width: 75%;
    margin: 2rem 12.5% 0 12.5%;
    font-size :18px;
    line-height: 24px;
}
.pictobleu p b{
    display: inline-block; 
    margin-bottom: 2rem;
}
#page .brdblue{
    border: 1px solid #6187a3;
    border-bottom: 0px;
    border-left: 0px;
    padding-top: 136px;
}
#page h1{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 50px;
}
#page .page-contact h1{
    margin-bottom: 110px;
}
.zone-texte h2{ 
    margin: 0 0 2rem 0; 
    font-family: 'Braston'; 
    font-size: 24px; 
}
.zone-texte h3{ 
    margin: 0 0 2rem 0; 
    font-family: 'Braston'; 
    font-size: 22px; 
}
.zone-texte h4{ 
    margin: 0 0 1.5rem 0; 
    font-family: 'Braston'; 
    font-size: 20px; 
}
.zone-texte h2::before{
    content: " ";
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 100%;
    margin: .75rem 1rem 0 0;
}
.zone-texte p{ font-size: 16px; line-height: 30px; margin: 0 0 1.5rem 0; }
.zone-texte ul li{ font-size: 16px; line-height: 30px; margin: 0 0 .25rem 1.5rem; }

.page-contact input[type="submit"]{
    display: inline-block;
    width: max-content;
    border: 1px solid #6187a3;
    background:#6187a3;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 72px;
    padding: 0 3rem;
    margin-top: 1rem;
    position: relative;
    transition: ease-in-out all .3s;
}
.page-contact input[type="submit"]:hover{
    background:#000;
}
.page-contact input[type="text"], 
.page-contact input[type="email"], 
.page-contact input[type="tel"], 
.page-contact textarea{
    font-size: 17px;
    line-height: 24px;
    padding: 12px;
    width: calc(100% - 30px);
    border: 0px;
    border-bottom: 2px solid #b0c3d1;
    margin: 0 0 28px 0px;
}
.page-contact .wpcf7 label, .page-contact .wpcf7 p{ font-size: 17px; margin-bottom: 1rem; display: block; }
.page-contact input[type="text"]::placeholder, 
.page-contact input[type="email"]::placeholder, 
.page-contact input[type="tel"]::placeholder, 
.page-contact textarea::placeholder{ color: black; }
.page-contact .wpcf7-spinner{ position: absolute; bottom: 0; right: 0; }
.wpcf7-list-item:first-child{ margin-left: 0; }
/*blocs*/
.row.reverse{ flex-flow: row-reverse wrap; }
.page-savoirfaire .bloc .zone-texte p{ text-align: justify; }
.bloc{ padding: 90px 0; }
.bloc.first{ padding-top: 0; }
.bloc .spannomargin-6 .row.relative::after{
    content: " ";
    position: absolute;
    bottom: -40px;
    left: 24px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 2px solid black;
}
.bloc.reverse .spannomargin-6 .row.relative::after{
    left: auto;
    right: 24px;
}
.besoininfos a.row{
    position: relative;
    height: 120px;
    border: 1px solid #6187a3;
    transition: ease-in-out all .1s;
    margin: 20px 0 40px 0;
}
.besoininfos a.row h3{ font-size: 24px; letter-spacing: .05rem; }
.besoininfos a.row span{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 5%;
    margin: 0 0 0 10%;
    border-left: 1px solid #6187a3;
    position: relative;
}
.besoininfos a.row img{ margin: 0 5%; margin-top: -3rem; }
.besoininfos a.row::after{
    content: " ";
    position: absolute;
    top: calc(50% - 5px);
    right: -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background:black;
}
.besoininfos a.row:hover{ text-decoration: none; border-color: black; transition: ease-in-out all .1s; }

/* categorie prod */
.rechercheprod .recherche{
    height: 148px;
    padding: 0 0 58px 0;
    margin: 0 0 50px 0;
    background: transparent url('gfx/fond-recherche.jpg') no-repeat center / cover;
}
.rechercheprod .recherche .woocommerce-notices-wrapper{ 
    text-align: center; 
    width: 100%; 
    margin: 0;
    min-height: 46px;
    padding: 10px 25%;
    display: flex;
}
.rechercheprod .recherche .woocommerce-notices-wrapper .woocommerce-error .button, 
.rechercheprod .recherche .woocommerce-notices-wrapper .woocommerce-info .button, 
.rechercheprod .recherche .woocommerce-notices-wrapper .woocommerce-message .button{
    font-size: 16px;
    background:#6187a3;
    margin: .5rem;
    color: white;
    padding: 0 1rem;
}
.rechercheprod .recherche .woocommerce-notices-wrapper .woocommerce-message{
    background: white; 
    margin: 0;
    border: 0px;
    padding: .5rem;
    font-size: 14px;
}
.rechercheprod .spannomargin-16.recherche{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.rechercheprod .recherche p.woocommerce-result-count{
    width: calc( 27.5% - 1px );
    margin: 0 0 0 22.5%;
    background: white;
    border: 1px solid #7caac8;
    border-right: 0px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-weight: 600;
}
.rechercheprod .recherche .woocommerce-ordering{
    width: calc( 27.5% - 1px );
    margin: 0 22.5% 0 0;
    background: white;
    border: 1px solid #7caac8;
    border-left: 0px;
    height: 72px;
    line-height: 72px;
}
.rechercheprod .recherche .woocommerce-ordering select{
    text-transform: uppercase;
    border: 0px;
    height: 72px;
    line-height: 72px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: white url('gfx/select.png') no-repeat right center;
}
.listeprod{ align-items: stretch; }
.listeprod .spannomargin-4{ display: flex; flex-flow: column wrap; justify-content: stretch; align-items: stretch; }
.vignetteprod{
    background: white;
    margin: 44px 14px;
    padding: 12px;
    border: 1px solid black;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-between;
}
.vignetteprod h2{
    font-size: 18px;
    line-height: 24px;
    margin: 8px 0;
}
.vignetteprod h4{
    font-size: 16px;
    margin: 0 0 36px 0;
}
.vignetteprod .bottomprod{
    height: 52px;
}
.vignetteprod .bottomprod .price{ font-size: 18px; line-height: 52px; }
.vignetteprod .bottomprod a.button{
    display: block;
    background:#6187a3 url('gfx/panier-mini.png') no-repeat center;
    height: 52px;
    position: relative;
}
.vignetteprod .bottomprod a.button:hover{
    background:#000 url('gfx/panier-mini.png') no-repeat center;
}
.vignetteprod .bottomprod a.button span{ opacity: 0; visibility: hidden;}
.vignetteprod .bottomprod a.button::after{
    content: "+";
    display: block;
    position: absolute;
    right: -8px;
    top: calc(50% - 11px);
    background: black;
    font-size: 16px;
    font-weight: 600;
    color: white;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 100%;
}
.vignetteprod .bottomprod a:hover.button::after{ background:#6187a3 }
.vignetteprod a:hover{ text-decoration: none; }
.products h1{ font-size: 24px; }
.navigation.pagination{
    font-size: 32px;
    margin: 3rem auto;
}
.navigation.pagination .nav-links a, .navigation.pagination .nav-links span{
    margin: 0 1rem; display: inline-block;
}
.navigation.pagination .nav-links a:hover{ text-decoration: none; }
.trait-cat{
    position: relative;
    width: 100%;
    height: 1px;
    background: #6187a3;
    margin-top: 12px;
}
.traitverti::after{
    content:" ";
    background: #6187a3;
    width: 1px;
    height: 50vw;
    position: absolute;
    right: 0;
    top: 12px;
}
/* product */
.single-product .listeprod{
    background:#d9e7f1;
    padding: 3rem 0 5rem 0;
    margin: 3rem 0;
}
.single-product .listeprod h2.braston{
    font-size: 36px;
}
#breadcrumbs{ margin: 0; font-size: 18px; line-height: 20px; }
.woocommerce-product-gallery{ border: 1px solid #6187a3; border-bottom: 0px;  position: relative; }
.mgt60{ margin-top: 60px; }
.woocommerce-product-gallery__trigger{ 
    position: absolute; 
    top: 1rem; 
    left: 1rem; 
    z-index: 10; 
    width: 46px;
    height: 46px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 4px 6px 14px rgba(0,0,0,.25);
    border: 2px solid white;
}
.woocommerce-product-gallery__trigger:hover{ text-decoration: none; border-color:#6187a3; }
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li{ margin: 10px; }
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img{ display: flex; cursor: pointer; }
.woocommerce-product-gallery__wrapper div a img{ margin: 0 auto; }
.woocommerce-product-gallery__wrapper div{ 
    text-align: center; 
    display: flex!important; 
    flex-flow: row wrap; 
    align-items: center; 
    justify-content: center; 
}
#page h1.product_title.entry-title{
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 1rem 0;
}
.product_meta .posted_in{ display: inline-block; font-size: 18px; margin: 2rem 0 1rem 0; }
.product_meta .posted_in a{   
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black; 
}
.woocommerce-product-details__short-description p{ font-size: 18px; line-height: 24px; margin: 0 0 1rem 0; }
.woocommerce-Price-currencySymbol::after{
    content: " ttc";
}
.summary.entry-summary p.price{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color:#6187a3;
    margin: 4rem 0 2rem 0;
    padding: 2rem 0 0 0;
    border-top: 1px solid #6187a3;
}
.summary.entry-summary form.cart{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 2rem 0 0 0;
}
.summary.entry-summary .quantity{ width: 50%; }
.summary.entry-summary form.cart .input-text.qty{
    height: 58px;
    line-height: 58px;
    text-align: center;
    padding: 5px 10%;
    width: calc(80% - 2px);
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #6187a3;
}
.summary.entry-summary form.cart .single_add_to_cart_button{
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0;
    width: calc(50% - 2px);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    border: 1px solid #6187a3;
    background: #6187a3;
    transition: ease-in-out all .1s;
}
.summary.entry-summary form.cart .single_add_to_cart_button:hover{
    background: black;
    border-color: black;
    transition: ease-in-out all .1s;
}
.summary.entry-summary .mentions-produit{ margin: 2rem 0; font-size: 18px; line-height: 32px; }
.summary.entry-summary .mentions-produit b{ text-transform: uppercase; }
.row.even{ align-items: stretch }
.plusdinfos{ margin: 76px 0; }
.plusdinfos > div{ padding: 24px 0 0 0; min-height: 94px; }
.bgblue{ background-color:#ebf2f7; }
.product .traitverti::after{ height: 35vw; }
.btn.fdwhite{
    background-color: white;
    border-color: white;
}
.plusdinfos h2{ font-family: 'Braston'; font-size: 24px; margin: 0 0 0 0; font-weight: 500; }
.plusdinfos img{ display: flex; margin-top: -34px; }
.plusdinfos p{ font-size: 18px; color:#6187a3; letter-spacing: .05rem; margin: 0; }
.plusdinfos .btn.fdwhite{ width: calc( 100% - 2px ); padding: 0; }
.plusdinfos .btn.fdwhite:hover{ background-color:#6187a3; }
.plusdinfos .btn.fdwhite::after{ right: auto; left: -5px; }
.woocommerce-tabs.wc-tabs-wrapper{
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 4rem 0;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs{ display: none!important; }
.woocommerce-Tabs-panel.panel{ width: 50%; display: flex!important; flex-flow: column wrap; text-align: left; }
.woocommerce-Tabs-panel.panel.woocommerce-Tabs-panel--description{
    width: calc(40% - 1px );
    margin: 0 5% 0 0;
    padding: 0 5% 0 0;
    border-right: 1px solid #6187a3;
}
.woocommerce-Tabs-panel.panel h2{ font-family: 'Braston'; font-size: 36px; letter-spacing: .1rem; margin: 0 0 3rem 0;}
.woocommerce-product-attributes th, 
.woocommerce-product-attributes td{ border-bottom: 1px solid #b0c3d1; }
.woocommerce-product-attributes th{ width: 40%; }
.woocommerce-Tabs-panel.panel p{ font-size: 18px; line-height: 30px; }
.woocommerce-product-gallery__wrapper img.wp-post-image, .woocommerce-product-gallery__wrapper div{
    aspect-ratio: 24 / 19;
}
.woocommerce-product-gallery__wrapper img.wp-post-image{ max-width:100%; max-height:max-content}
.summary.entry-summary form.cart table{ width: 100%; }
.woocommerce-variation-price{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #6187a3;
    margin: 4rem 0 2rem 0;
    padding: 2rem 0 0 0;
    border-top: 1px solid #6187a3;

    margin: 0;
    padding: 0;
    border: 0px;
}
.single_variation_wrap{ width: 100%; }
.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled{
    display: flex!important;
    flex-flow: row wrap;
}
.product-type-variable .summary.entry-summary p.price{ display: none; }
.summary.entry-summary form.cart table .value select{
    height: 58px;
    background: white url('gfx/select.png') no-repeat 90% center;
    line-height: 48px;
    text-align: left;
    padding: 5px 10%;
    width: calc(100% - 2px);
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #6187a3;
    margin: .5rem 0;
}
.summary.entry-summary form.cart table a.reset_variations{ color:#6187a3; font-size: 14px; }
.product_meta .sku_wrapper{ display: none; }
.woosppo_main_parent_divv strong{ font-weight: 400; display: inline-block; width: 50%; }
.plugify_expo_sty_div{ display: flex; flex-flow: row wrap; }
.woosppo_main_parent_divv input{ width: calc( 50% - 2px - 10%)!important ; }

/* compte panier */
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    background: #ebf2f7;
    border-top: 2px solid #6187a3;
}
.woocommerce-info{ border-top-color:#6187a3; }
.woocommerce-info::before, .woocommerce-message::before{color:#6187a3; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, 
.wc-block-components-button:not(.is-link){
    display: inline-block;
    border: 1px solid #6187a3;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 72px;
    padding: 0 2rem;
    position: relative;
    transition: ease-in-out all .3s;
    color: #6187a3;
    background: white;
    border-radius: 0px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover, 
.wc-block-components-button:not(.is-link){
    text-decoration: none;
    color: white;
    background: #6187a3;
    transition: ease-in-out all .3s;
}
.wc-block-components-button:not(.is-link):hover{
    text-decoration: none;
    color: black;
    background: #fff;
    transition: ease-in-out all .3s;
}

.woocommerce header{ flex-flow: column wrap; }
.woocommerce a.edit{ color: #6187a3; }
nav.woocommerce-MyAccount-navigation ul li:last-child a,
nav.woocommerce-MyAccount-navigation ul li:nth-last-child(2) a{ font-weight: 700; }
nav.woocommerce-MyAccount-navigation{ border-bottom: 1px solid #6187a3; margin-bottom: 3rem;}
nav.woocommerce-MyAccount-navigation li.is-active a{ color: black; }
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select{
    border-radius: 0;
    border-color:#6187a3;
}
.wc-block-components-totals-wrapper{ border-top: 1px solid #6187a3!important; }
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block{ 
    border-bottom: 1px solid #6187a3!important; 
    margin-bottom: 3rem!important; 
}
.wc-block-cart .wc-block-cart__totals-title, 
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, 
table.wc-block-cart-items .wc-block-cart-items__header{
    font-size: 1.25rem!important;
}
.wc-block-cart__main .wc-block-cart-items td, 
.wp-block-woocommerce-checkout-order-summary-totals-block{
    border-top: 1px solid #b0c3d1!important;
}
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus, 
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus, 
.wc-block-components-quantity-selector, 
.wc-block-components-quantity-selector:after{ border-radius: 0px!important; }
.wp-block-woocommerce-checkout-order-summary-block{
    border: 1px solid #b0c3d1!important;
    border-radius: 0px!important;
}
.wc-block-checkout__sidebar .wc-block-components-product-name{ font-size: 1.1rem!important; }
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
    border-radius: 0px!important;
    border: 1px solid #fff!important;
    background-color: #b0c3d1!important;
    box-shadow: none!important;
    color: white!important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type, 
.wc-block-components-totals-wrapper:empty{
    border-top: 0px!important;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url]{ border-radius: 0px!important; }

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
    border-radius: 0px!important;
    box-shadow: inset 0 0 0 1.5px #6187a3!important;
    background-color: #d9e7f1!important;
}
.wc-block-components-address-card{
    border-radius: 0px!important;
    border: 1px solid #b0c3d1!important;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
    padding: 0!important;
}
.woocommerce ul.order_details li{
    border-right: 1px solid #b0c3d1!important;
}
.woocommerce table.shop_table, .woocommerce .woocommerce-customer-details address {
    border: 1px solid #d9e7f1!important;
    border-radius: 0px;
}
.woocommerce table.shop_table td, 
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
    border-top: 1px solid #b0c3d1!important;
}
.woocommerce mark{ background-color: #d9e7f1; }
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{ display: none!important; }
hr.wp-block-separator{  border: 1px solid #d9e7f1!important; margin: 2rem 0; }
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
    display: inline-block;
    border: 1px solid #6187a3;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 72px;
    padding: 0 2rem;
    position: relative;
    transition: ease-in-out all .3s;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover{
    text-decoration: none;
    background:#6187a3;
    color: white;
}
.wc-block-grid__products{ align-items: stretch; }
.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, 
.wc-block-grid.has-4-columns .wc-block-grid__product{
    max-width: 23%!important;
    border: 1px solid black;
}
.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 1rem!important;
}
.woocommerce .woocommerce-customer-details, 
.woocommerce .woocommerce-order-details, 
.woocommerce .woocommerce-order-downloads{ flex-flow: column wrap; }
.woocommerce form.login{ max-width: 640px; margin: 0 auto; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: 1px solid #d9e7f1!important;
    border-radius: 0px;
}
.plugify_pbm_class .wc-block-components-product-name{ text-decoration: none!important; }
.wc-block-components-product-badge.wc-block-components-sale-badge{ display: none; }
.wc-block-components-product-details.wc-block-components-product-details li{ margin-left: 1rem!important; }
.woocommerce-variation-add-to-cart .plugify_fields_container, 
.woocommerce-variation-add-to-cart .plugify_results_container{
    width: calc(100% - 2px)!important;
    margin: .5rem 0!important;
}
.woosppo_main_parent_divv .plugify_expo_sty_div div{ width: 30%; }
.plugify_expo_sty_div strong{ width: 70%; }
.woosppo_main_parent_divv .plugify_expo_sty_div input[type="number"]{ width: calc( 30% - 2px - 10%)!important ; }
.plugify_expo_sty_div label center strong{ width: 100%; }
.results_inner_tbl_plugify td{ color:#6187a3; font-weight: 600; font-size: 24px; border:0px!important; border-bottom: 1px solid #d9e7f1!important; }
.results_inner_tbl_plugify td b{ color:#6187a3; font-weight: 400; font-size: 18px; }
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight, 
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions{ display: none; }
.results_inner_tbl_plugify tr td{ width: 40%!important; }
.results_inner_tbl_plugify tr td:first-of-type{ width: 60%!important }
.woocommerce-variation-add-to-cart .plugify_results_container{ margin-bottom: 1rem!important; }
.woocommerce-variation-price .price{ display: none; }
.results_inner_tbl_plugify tr:last-of-type td:last-of-type{ color: black; font-size: 2rem!important; }
.results_inner_tbl_plugify tr:last-of-type td{ 
    border-top: 1rem solid #fff!important;
    border-bottom: 1rem solid #fff!important;
 }
.vignetteprod .bottomprod.variable a.button{ 
    background: #6187a3;
    line-height: 52px;
    text-transform: uppercase;
    color: white;
}
.vignetteprod .bottomprod.variable a.button:hover{ background: black; }
.summary.entry-summary .mentions-produit i{
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 1rem 0;
    display: inline-block;
}
.summary.entry-summary .mentions-produit i.douche{
    display: none;
}
.categorie-17 .summary.entry-summary .mentions-produit i.douche{
    display: inline-block;
}
.summary.entry-summary .mentions-produit i.vasque-poser{
    display: none;
}
#product-63 .summary.entry-summary .mentions-produit i.vasque-poser{
    display: inline-block;
}
.single-product .woocommerce-notices-wrapper{
    max-width: 83%;
    margin: 0 auto;
}
.button.wc-forward{
    padding: 0 1rem
}
.modal-content{ border-radius: 0px!important; border: 1px solid #6187a3!important;}
.modal-content hr{ border-color:#6187a3!important; border-bottom: 0px!important; margin: 1rem 0; }
.wc-block-checkout__shipping-method .wc-block-checkout__shipping-method-container{
    background-color:#d9e7f1!important;
    border-radius: 0px!important;
}
.edit-post-visual-editor .wc-block-checkout__shipping-method-option, .wc-block-checkout__shipping-method-option, 
.wc-block-components-textarea{
    border-radius: 0px!important;   
}
.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description, .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description{
    color:#6187a3!important;
}

.produit-corian h2{ font-size: 50px; letter-spacing: .05rem; }
.produit-corian h2 span{ font-size: 60px; display: inline-block; width: 100%;}
.produit-corian a.btn{ width: 95%; padding: 0; margin-top: 2rem; }
.produit-corian{ margin: 4rem 0 6rem 0; }
.produit-corian h3{ font-size: 18px; width: 70%; margin: 2rem 15% 1rem 15%; line-height: 24px; }
.produit-corian h3 b{ display: inline-block; margin: 0 0 1rem 0; width: 100%; }

.woosppo_main_parent_divv .plugify_expo_sty_div select{
    height: 58px;
    background: white url(gfx/select.png) no-repeat 95% center;
    line-height: 48px;
    text-align: left;
    padding: 5px 5%;
    width: calc(100% - 2px);
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #6187a3;
    margin: .5rem 0;
}

.bgblue.leschemas{ margin: 1rem 0; }
img.schemas{ display: none; mix-blend-mode: multiply; }
img.schemas.showposition.showpercage.showcredence.showvasque{ display: flex;}
/*img.schemas.showvasque.showpercage.showcredence{ display: flex;}*/

/*tables*/
#product-66 .plugify_expo_sty_div:nth-of-type(5) strong, 
#product-66 .plugify_expo_sty_div:nth-of-type(6) strong{ width: 100%; margin-bottom: 1rem; }
#product-65 .plugify_expo_sty_div:nth-of-type(4) strong, 
#product-65 .plugify_expo_sty_div:nth-of-type(5) strong{ width: 100%; margin-bottom: 1rem; }
#product-66 .plugify_expo_sty_div:nth-of-type(5) div, 
#product-66 .plugify_expo_sty_div:nth-of-type(6) div{ width: 100%!important; }
#product-65 .plugify_expo_sty_div:nth-of-type(4) div, 
#product-65 .plugify_expo_sty_div:nth-of-type(5) div{ width: 100%!important; }
.bgblue.leschemas.lestables{ padding: 1rem 0; }
.bgblue.leschemas.lestables img{ mix-blend-mode: multiply; }
.bgblue.leschemas.lestables h4{ color:#6187a3; font-size: 1rem; margin: 0 0 1rem 0; }

/*plan travail*/
#product-65 .plugify_expo_sty_div:last-of-type strong{ width: 100%; margin-bottom: 1rem; }
#product-65 .plugify_expo_sty_div:last-of-type div{ width: 100%!important; }


.listeprod.cat-16 .spannomargin-4:not(:first-of-type), 
.listeprod.cat-17 .spannomargin-4:not(:first-of-type){
    width: 22.22%;
}





/**/
@media (min-width: 2px) and (max-width: 1023px){
    header.row{ height: auto; align-items: stretch; }
    header .fdbleu{ height: auto; }
    header .fdbleu div{ display: none; }
    header .fdbleu div.spannomargin-6.cartcart{ display: flex; height: 110px; margin: 0; }
    header .spannomargin-4{ width: 50%; }
    header .spannomargin-12{ width: 20%; }
    header .spannomargin-8{ width: 30%; }
    header .fdbleu div.spannomargin-6.aligncenter.relative::after, header .fdbleu .cartcart.relative::after{ display:none; }
    header a.account, header a.cart-customlocation{ 
        width: 50%; margin: 0; padding: 0;
        display: flex;
        height: 110px;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }
    header a.cart-customlocation{ background-position: center; background-size: 60%; }
    header a.account img{ max-width: 40%; }
    header a.cart-customlocation span{ top: 25%; right: 8px; }
    a#logo{ background-size: 90%; }
    .menu-toggle{
        width: 100%;
        padding: 0;
        background: #7caac8 url('gfx/menu.png') no-repeat center / 60%;
        color: #fff;
        border:0;
        display: block;
        font-size: 2rem;
        line-height: 110px;
        text-align: center;
        overflow: hidden;
        text-indent: -3000px;
    }
   .menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover{
        text-decoration: none;
    }
    #site-navigation{ position: relative; }
    .menu-mobile-container{
        position: absolute;
        left: -250%;
        bottom: 0;
        width: 500%;
    }
    .nav-menu{ 
        display: none; 
        margin:0; 
        z-index: 10001; 
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        flex-flow: column wrap;
        align-items: flex-start;
        justify-content: flex-start;
        background:#7caac8;
        padding: 1.5rem 0;
     }
    .nav-menu.toggled-on{ display: flex; }
    nav ul li{
        list-style-type: none;
        display: inline-flex;
        text-align: left;
        transition: ease-in-out all 0.1s;
        margin: .5rem 1.5rem;
        padding: 0;
        width: calc( 100% - 3rem );
    }
    nav ul li::after{ bottom: -.5rem; }
    nav ul li:hover::after{ opacity: 0; }
    nav ul li a{
        font-size: 20px;
        display: block;
        color: #000;
        text-decoration: none;
        width: 100%;
        padding: .5rem;
        margin: 0;
    }
    nav ul li:nth-last-child(3){
        border-top:1px solid black;
        border-bottom:1px solid black;
        margin: 1rem 1.5rem;
        padding: .5rem 0;
    }
    .cartouche_home{ 
        bottom: 0; 
        left: 10%; 
        right: 10%; 
    }
    .cartouche_home h2{
        font-size: 1.5rem;
        width: 40%;
        text-align: left; 
    }
    .btn{ font-size: 14px; padding: 0 1rem; line-height: 62px; }
    .borderr::after{
        top: auto;
        left: 0;
        width: 100%;
        height: 4px;
    }
    .home-minivasque{ width: 50%; overflow: hidden; }
    .home-minivasque img { max-width: 250%; margin-left: -25%; }
    .home-minivasque.borderr::after{ top: 0; left: auto; width: 4px; height: 100%; right: 0px;  }
    .cartouche_home_mini {
        left: 10%;
        right: 10%;
        bottom: 4rem;
    }
    .cartouche_home_mini h2 { font-size: 18px; }
    .bgbluedeco{ 
        height: auto; 
        max-height: none; 
        background: #7caac8 url(gfx/fond-bleu-home.jpg) no-repeat left top / 200%;
        padding-bottom: 3rem; 
    }
    .bgblanc{ position: relative; }
    .texte-home{ padding: 50px 10%; }
    .texte-home p, .texte-home h1, .texte-home h2, .texte-home h3 {
        font-size: 14px;
        line-height: 26px;
    }
    .bgbluedeco h2{ font-size: 36px; text-align: left; margin: 4rem 35% 6rem 10%; }
    .spannomargin-4.pictoblanc{ width: 50%; }
    .bgbluedeco .row{ justify-content: center;}
    .bgbluedeco .pictoblanc p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
        margin-top: 1.5rem;
    }
    .bgbluedeco .pictoblanc img{ max-height: 4rem; }
    .h2{ font-size: 40px; }
    footer .h2{ font-size: 40px; margin: 4rem 0 2rem 20% }
    footer .h2::before{ height: 44px; width: 44px; top: 4px; left: -20%; }
    .footer2 .spannomargin-4{ width: 50%; }
    .footer2 .spannomargin-4:first-of-type{ display:none; }
    .footer2 p{ font-size: 14px;line-height: 20px; margin-bottom: 2rem;}
    .footer3{ margin: 2rem 10% 0 10%; width: 80%; }
    .footer3 .brd{ padding: 2rem 0 0 0; }
    .menu-menu-pied-de-page-2-container{ display: none; }
    .footer3 .facebook{ margin: 1rem 0 1rem 0; }
    .footer3 a.email{ width: 100%; display: inline-block; }
    #menu-infos-legales li a{ font-size: 12px; }
    .footer-menu{ justify-content: center; }
    .footertexte{ font-size: 11px; line-height: 16px; }
    #page main{ margin-top: 2.5rem; }
    #page .brdblue{ margin: 2rem 5% 1rem 5%; padding: 3rem 5% 1rem 5%;}
    .bloc { padding: 3rem 0; }
    .zone-texte p{ font-size: 14px; line-height: 26px; }
    .zone-texte h2{ font-size: 20px }
    .bloc .spannomargin-19.zone-texte{ width: 80%; padding: 4rem 10% 0 10%; } 
    .bloc .spannomargin-16.zone-texte{ width: 80%; padding: 0 10% 0 10%; }
    .besoininfos a.row img{ max-height: 3rem; }
    .besoininfos a.row h3 { font-size: 16px; }
    .besoininfos a.row span { font-size: 12px; padding: 0 2%; margin: 0 0 0 2%; }
    .besoininfos a.row{ width: 95%; margin-left: 2.5%; height: 80px; }
    .prefooter1, .produit-corian { margin: 1rem 0 1rem 0; }
    .prefooter1 .spannomargin-4, .produit-corian .spannomargin-4{ width: 50%; }
    .prefooter1 .spannomargin-4:first-of-type, .produit-corian .spannomargin-4:first-of-type{ display: none; }
    .prefooter1 h2, .produit-corian h2 { font-size: 26px; margin: 0 0 1rem 10% }
    .prefooter1 h2 span, .produit-corian h2 span { font-size: 40px; }
    .pictobleu img{ max-height: 3rem; }
    .pictobleu p, .produit-corian h3 {
        width: 75%;
        margin: 1rem 12.5% 1.5rem 12.5%;
        font-size: 12px;
        line-height: 16px;
    }
    .pictobleu p b { margin-bottom: 1rem; }
    .prefooter1 .btn.blue, .produit-corian a.btn{ margin-left: 10%; width: 90%; }
    #page .page-contact h1{ margin-bottom: 2rem; }
    #page .page-contact article .spannomargin-16.zone-texte{ width: 80%; margin: 0 10%; }
    .page-contact input[type="submit"]{
        line-height: 62px;
    }
    .page-contact .wpcf7 label, .page-contact .wpcf7 p, 
    .page-contact input[type="text"], .page-contact input[type="email"], 
    .page-contact input[type="tel"], .page-contact textarea{ font-size: 14px; }
    .listeprod.cat-16 .spannomargin-4:not(:first-of-type), 
    .listeprod.cat-17 .spannomargin-4:not(:first-of-type){
        width: 50%;
    }
    .vignetteprod h2{ font-size: 16px; line-height: 20px; }
    .vignetteprod{
        margin: 34px 8px;
        padding: 8px;
    }
    .mgt60 { margin-top: 2rem; }
    .product .traitverti::after{ display: none; }
    .product .mgt60 .spannomargin-6{ width: 80%; margin: 0 10%; }
    #page h1.product_title.entry-title{ line-height: 30px; margin-top: 2rem; }
    .summary.entry-summary form.cart table .value select{ 
        font-size: 14px; 
        background-size: .5rem; 
        background-position: 99% center;
        padding: 2px 5%; 
    }
    .summary.entry-summary form.cart table th label{ font-size: 14px; }
    .woosppo_main_parent_divv strong{ font-size: 14px; }
    .woosppo_main_parent_divv input, .woosppo_main_parent_divv .plugify_expo_sty_div select{ font-size: 14px; }
    .results_inner_tbl_plugify tr td:first-of-type{ font-size: 12px; width: 30%!important; }
    .results_inner_tbl_plugify td b{ font-size: 12px; }
    .results_inner_tbl_plugify td{ vertical-align: middle; }
    .summary.entry-summary form.cart .single_add_to_cart_button{ font-size: 12px; }
    .results_inner_tbl_plugify tr:last-of-type td:last-of-type { font-size: 1.5rem !important; }
    .summary.entry-summary .mentions-produit{ font-size: 14px; }
    .plusdinfos > div{ min-height: auto; }
    .plusdinfos{ margin: 2rem 0; }
    .plusdinfos > div.spannomargin-2{ width: 30%; }
    .plusdinfos > div.spannomargin-7{ width: 70%; }
    .plusdinfos > div.spannomargin-2:first-of-type, 
    .plusdinfos > div.spannomargin-2:nth-of-type(2),
    .plusdinfos > div.spannomargin-1{ display:none }
    .plusdinfos p{ font-size: 14px; }
    .plusdinfos img{ max-width: 70%; }
    .plusdinfos .btn.fdwhite::after{ left: 1rem; }
    .woocommerce-Tabs-panel.panel.woocommerce-Tabs-panel--description, 
    .woocommerce-Tabs-panel.panel{
        width: 80%;
        margin-left: 10%;
        border-right: 0px;
    }
    .woocommerce-Tabs-panel.panel h2{ font-size: 24px; margin : 1rem 0; }
    .woocommerce-Tabs-panel.panel p, 
    .woocommerce-product-attributes th{ font-size: 14px; line-height: 26px; }
    .woocommerce-MyAccount-navigation ul li:nth-last-child(3){ margin: 0 0 .25rem 1.5rem; padding: 0; border: 0px;}
    .woocommerce-MyAccount-navigation ul li a{ font-size: 16px; }
    .woocommerce-MyAccount-content{ width: 80%; margin-left: 10%; }
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, .wc-block-components-button:not(.is-link){
        line-height: 62px;
        padding: 0 1rem;
        font-size: 12px;
    }
    .woocommerce-info, 
    .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads, .woocommerce form .form-row .input-text, .woocommerce form .form-row select{ font-size: 14px; }
    .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar{ width: 90%!important; margin-left: 5%!important; font-size: 14px!important; }
    .modal-content{ font-size: 14px!important; width: 80% !important; }
    .zone-texte ul li{ font-size: 14px; line-height: 26px; }
    .zone-texte h3{ font-size: 18px; }
    .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{ margin: 1rem auto; }
    #page .brdblue.spannomargin-10{ margin: 0; padding: 3rem 0 0 0; width: 40% }
    #page .brdblue.spannomargin-10 .spannomargin-5{ width: 15%; }
    #page .brdblue.spannomargin-10 .spannomargin-14{ width: 70%; }
    #page .bloc.first .spannomargin-10{ width: 35%; }
    #page .bloc.first .spannomargin-10.brdblue{ width: 50%; }
    .page-contact .wpcf7 .spannomargin-11{ width: 100%; }
    .prefooter1{ margin-top: 3rem; }


}

/**/
@media (min-width: 768px) and (max-width: 1023px){
    .menu-toggle{ background-size: auto; }
    .menu-mobile-container {
        left: 0%;
        width: 250%;
    }
    header .fdbleu div.spannomargin-6.cartcart{ width: 100%; }
    header a.cart-customlocation{ background-size: auto; }
    .cartouche_home_mini h2{ font-size: 24px; }
    .home_contenu .spannomargin-10.relative{ width: 100%; }
    .home_contenu .spannomargin-10.relative .spannomargin-17 { width: 90%; }
    .bgbluedeco{ background-size: 160%; background-position: left -18rem; }
    .bgbluedeco h2{ margin-bottom: 2rem; }
    .footer2 .spannomargin-4 { width: 25%; }
    footer .h2{ margin-bottom: 4rem; }
    .footer3 .spannomargin-6{ width: 80%; }
    .footer3 .spannomargin-10 { width: 80%; margin-left: 10%; }
    .footer3 .spannomargin-4{ width: 10%; }
    .footer3{ margin: 2rem 0 0 0; width: 100%; }
    .listeprod.cat-16 .spannomargin-4:not(:first-of-type), 
    .listeprod.cat-17 .spannomargin-4:not(:first-of-type){
        width: 40%;
        margin: 0 5%;
    }
    .listeprod.cat-16 .spannomargin-4:first-of-type, 
    .listeprod.cat-17 .spannomargin-4:first-of-type{
        display:none;
    }
    .spannomargin-10.relative.traitverti{ width: 40%; }
    .product .mgt60 .spannomargin-12{ width: 90%; }
    .summary.entry-summary form.cart table th label,
    .woosppo_main_parent_divv strong,
    .summary.entry-summary form.cart table .value select,
    .woosppo_main_parent_divv input, .woosppo_main_parent_divv .plugify_expo_sty_div select,
    .results_inner_tbl_plugify tr td:first-of-type, 
    .results_inner_tbl_plugify td b {
        font-size: 16px;
    }
    .row.plusdinfos.even{ width: 80%; margin: 0 10%; }
    .row.plusdinfos.even .spannomargin-6{ width: 100%; }
    .woocommerce-Tabs-panel.panel.woocommerce-Tabs-panel--description{
        width: calc(40% - 1px);
        margin: 0 5% 0 0;
        padding: 0 5% 0 0;
        border-right: 1px solid #6187a3;
    }
    .woocommerce-Tabs-panel.panel{
        width: 50%;
        margin: 0;
    }
    .woocommerce-tabs.wc-tabs-wrapper{ margin-top: 2rem; }
    .prefooter1 .spannomargin-4, .produit-corian .spannomargin-4 {
        width: 25%;
    }
    .prefooter2 .home-minivasque { width: 30%; }




}
/**/
@media (min-width: 1024px) and (max-width: 1279px) {
    nav ul li a{ font-size: 10px; padding: 10px 4px; }
    header a.devis { font-size: 11px; line-height: 18px; margin-top: 12px; }
    header a.cart-customlocation{ background-size: 30px; width: 40px; height: 44px; }
    header a.account {
        width: 20px;
        height: 30px;
        margin-top: 16px;
        padding-left: 10px;
    }
    header a.cart-customlocation span{ 
        width: 18px;
        height: 18px;
        font-size: 12px;
    }
    header p.francais img{ max-width: 20%; margin: 0 .5rem; }
    header p.francais {
        font-size: 8px;
        line-height: 12px;
        margin: 12px 0 0 0;
    }
    .h2{ font-size: 40px; }
    footer .h2::before{ width: 64px; height: 64px; top: -2px; }
    footer .h2 { margin: 60px 0 100px 0; }
    .footer2 img{ max-width: 30%; max-height:4rem; }
    .footer2 p{ font-size: 11px; }
    .footer3 { margin: 90px 0 0 0; }
    .footer3 p.footertexte { font-size: 8px; line-height: 14px; }
    #menu-pied-de-page li { margin: 0 .35rem; }
    #menu-pied-de-page li a{ font-size: 9px; line-height: 20px; }
    #menu-menu-pied-de-page-2{ height: 66px; }
    #menu-menu-pied-de-page-2 li a{ font-size: 12px; line-height: 66px; }
    .footer3 .brd { padding: 54px 0 0 0; }
    .menu-menu-pied-de-page-2-container{ margin: 3rem 0 2.5rem 0; }
    .footer3 p{ font-size: 12px; }
    .footer3 .facebook{ margin-left: 2.5rem; }
    #menu-infos-legales li a{ font-size: 10px; }
    .menu-infos-legales-container { height: 60px; }
    #menu-pied-de-page{ margin-bottom: 1rem; }
    .cartouche_home h2{ font-size: 18px; }
    .btn {
        font-size: 11px;
        line-height: 42px;
        padding: 0 1rem;
    }
    .cartouche_home{ height: 76px; bottom: 44px; }
    .cartouche_home_mini h2 { font-size: 13px; }
    .cartouche_home_mini{ bottom: 44px; }
    .texte-home { padding: 80px 0 40px 0; }
    .texte-home p, .texte-home h1, .texte-home h2, .texte-home h3 { font-size: 13px; line-height: 20px; }
    .bgbluedeco .pictoblanc p {
        font-size: 10px;
        line-height: 16px;
        margin: 1rem 10% 2rem 10%;
        width: 80%;
    }
    .bgbluedeco .pictoblanc img{ max-width: 40%; max-height: 3.25rem; }
    .bgbluedeco h2{ font-size: 34px; margin: 0 0 3rem 0; }
    #page h1{ font-size: 18px; margin-bottom: 24px; }
    #page main { margin-top: 66px; }
    #page .brdblue{ padding-top: 86px; }
    #page .page-contact h1 { margin-bottom: 70px; }
    .zone-texte h2{ font-size: 16px; }
    .zone-texte h3{ font-size: 15px; }
    .zone-texte h4{ font-size: 13px; }
    .zone-texte p {
        font-size: 12px;
        line-height: 22px;
        margin: 0 0 1rem 0;
    }
    .zone-texte ul li{ font-size: 12px; line-height: 22px; }
    .page-contact input[type="text"], 
    .page-contact input[type="email"], 
    .page-contact input[type="tel"], 
    .page-contact textarea{
        font-size: 14px;
        line-height: 18px;
    }
    .page-contact input[type="submit"]{
        font-size: 12px;
        line-height: 52px;
    }
    .page-contact .wpcf7 span.italique{ font-size: 12px; }
    .prefooter1 h2 { font-size: 22px; }
    .prefooter1 h2 span { font-size: 34px; }
    .pictobleu img{ max-width: 40%; max-height: 3rem; }
    .pictobleu p {
        width: 90%;
        margin: 1.5rem 5% 0 5%;
        font-size: 10px;
        line-height: 16px;
    }
    .pictobleu p b { margin-bottom: 1rem; }
    .prefooter1 { margin: 70px 0 100px 0; }
    .page-contact .wpcf7 label, .page-contact .wpcf7 p{ font-size: 14px; }
    .bloc .spannomargin-6 .row.relative::after{ width: 40px; height: 40px; bottom: -20px; }
    .bloc{ padding: 40px 0; }
    .besoininfos a.row img{ max-width: 20%; margin-top: -2rem; }
    .besoininfos a.row h3 { font-size: 14px; }
    .besoininfos a.row span { font-size: 10px; padding: 0 2.5%; margin: 0 0 0 5%; }
    .besoininfos a.row{ height: 80px; }
    .rechercheprod .recherche p.woocommerce-result-count, 
    .rechercheprod .recherche .woocommerce-ordering select{
        height: 52px; line-height: 52px; font-size: 14px;
    }
    .rechercheprod .recherche .woocommerce-ordering{ height: 52px;  }
    .rechercheprod .recherche{ padding-bottom: 38px; height: 128px; }
    .rechercheprod .recherche .woocommerce-notices-wrapper{ min-height: 26px; }
    .vignetteprod h2 { font-size: 12px; line-height: 16px; }
    .vignetteprod h4 { font-size: 10px; margin: 0 0 16px 0; }
    .vignetteprod .bottomprod .price { font-size: 11px; line-height: 32px; }
    .vignetteprod .bottomprod{ height: 32px; }
    .vignetteprod .bottomprod a.button{ height: 32px; background-size: 20px; }
    .vignetteprod { margin: 24px 14px; }
    .vignetteprod .bottomprod a.button::after{ font-size: 10px; width: 14px; height: 14px; line-height: 14px; }
    #breadcrumbs { font-size: 12px; line-height: 14px; }
    #page h1.product_title.entry-title{ font-size: 16px; }
    .mgt60 { margin-top: 30px; }
    .summary.entry-summary h3{ font-size: 14px; }
    .woocommerce-product-details__short-description p {
        font-size: 14px;
        line-height: 18px;
    }
    .summary.entry-summary .achat {  margin: 2rem 0 0 0; padding: 1rem 0 0 0; }
    .summary.entry-summary .achat p.price { font-size: 20px; margin: 0 0 1rem 0; }
    .summary.entry-summary form.cart .input-text.qty {
        height: 38px;
        line-height: 38px;
        font-size: 18px;
    }
    .summary.entry-summary form.cart .single_add_to_cart_button {
        height: 50px;
        line-height: 50px;
        font-size: 10px;
    }
    .summary.entry-summary .mentions-produit {
        margin: 1rem 0;
        font-size: 12px;
        line-height: 22px;
    }
    .plusdinfos h2 { font-size: 16px; }
    .plusdinfos p { font-size: 12px; }
    .plusdinfos > div{ min-height: 68px; }
    .woocommerce-Tabs-panel.panel h2 {
        font-size: 22px;
        margin: 0 0 2rem 0;
    }
    .woocommerce-Tabs-panel.panel p, .woocommerce-product-attributes th, .woocommerce-product-attributes td {
        font-size: 14px;
        line-height: 22px;
    }
    .single-product .listeprod h2.braston{ font-size: 26px; }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, .wc-block-components-button:not(.is-link){
        font-size: 10px; 
        line-height: 52px;
        padding: 0 1rem;
    }
    nav.woocommerce-MyAccount-navigation ul li a{ padding: 10px 2px; font-size: 11px; }
    nav.woocommerce-MyAccount-navigation ul li{ margin: 0 .5rem .25rem .5rem; padding-bottom: 1rem; }
    .woocommerce table.my_account_orders{ font-size: .8rem; }
    .woocommerce table.shop_table th, .woocommerce table.shop_table td, 
    .woocommerce table.shop_table, .woocommerce .woocommerce-customer-details address, 
    .woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce label, 
    .woocommerce form .form-row .input-text, .woocommerce form .form-row select{ font-size: .8rem; }
    .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{ font-size: 1rem!important; }
    .wc-block-components-product-name{ font-size: .9rem!important; }

    label{ 
        font-size: .75rem;
        line-height: 1rem;
        display: inline-block;
    }
    .summary.entry-summary form.cart table .value select{ 
        font-size: .8rem; 
        background-size: .75rem; 
        background-position: 95% center; 
        padding-right: 20%;
        height: 38px;
        line-height: 28px;
    }
    .plugify_expo_sty_div{ font-size: .8rem;  }
    .woosppo_main_parent_divv .plugify_expo_sty_div input[type="number"]{ font-size: .8rem;  }
    .woosppo_main_parent_divv .plugify_expo_sty_div select{
        font-size: .8rem; 
        background-size: .75rem; 
        background-position: 95% center; 
        padding-right: 20%;
        height: 38px;
        line-height: 28px;
    }
    .woocommerce-variation-add-to-cart .plugify_results_container 
    .plugify_footer_h4{ font-size: .9rem!important; }
    .results_inner_tbl_plugify td b{ font-size: .9rem!important; line-height: 1rem!important; }
    .results_inner_tbl_plugify td{ font-size: 1rem!important; line-height: 1rem!important; }
    .results_inner_tbl_plugify tr:last-of-type td:last-of-type{ font-size: 1.1rem!important; line-height: 1.1rem!important; }
    .summary.entry-summary .mentions-produit i{ font-size: .7rem; }
    .produit-corian h2{ font-size: 24px; }
    .produit-corian h2 span { font-size: 40px; }
    .produit-corian h3 {
        font-size: 10px;
        margin: 1rem 15% .5rem 15%;
        line-height: 16px;
    }
     .produit-corian img{ max-width: 35%; }



}
/**/
@media (min-width: 1280px) and (max-width: 1479px){
    nav ul li a{ font-size: 13px; padding: 10px 6px; }
    header a.devis { font-size: 13px; line-height: 18px; margin-top: 12px; }
    header a.cart-customlocation{ background-size: 30px; width: 40px; height: 44px; }
    header a.account {
        width: 20px;
        height: 30px;
        margin-top: 16px;
        padding-left: 10px;
    }
    header a.cart-customlocation span{ 
        width: 18px;
        height: 18px;
        font-size: 12px;
    }
    header p.francais img{ max-width: 20%; margin: 0 .5rem; }
    header p.francais {
        font-size: 10px;
        line-height: 14px;
        margin: 12px 0 0 0;
    }
    .h2{ font-size: 50px; }
    footer .h2::before{ width: 74px; height: 74px; top: -2px; }
    footer .h2 { margin: 60px 0 100px 0; }
    .footer2 img{ max-width: 30%; max-height:4rem; }
    .footer2 p{ font-size: 13px; }
    .footer3 { margin: 90px 0 0 0; }
    .footer3 p.footertexte { font-size: 10px; line-height: 16px; }
    #menu-pied-de-page li { margin: 0 .45rem; }
    #menu-pied-de-page li a{ font-size: 11px; line-height: 20px; }
    #menu-menu-pied-de-page-2{ height: 66px; }
    #menu-menu-pied-de-page-2 li a{ font-size: 12px; line-height: 66px; }
    .footer3 .brd { padding: 54px 0 0 0; }
    .menu-menu-pied-de-page-2-container{ margin: 4rem 0 2.5rem 0; }
    .footer3 p{ font-size: 14px; }
    .footer3 .facebook{ margin-left: 2.5rem; }
    #menu-infos-legales li a{ font-size: 10px; }
    .menu-infos-legales-container { height: 60px; }
    #menu-pied-de-page{ margin-bottom: 1rem; }
    .cartouche_home h2{ font-size: 20px; }
    .btn {
        font-size: 12px;
        line-height: 48px;
        padding: 0 1.25rem;
    }
    .cartouche_home{ height: 86px; bottom: 54px; }
    .cartouche_home_mini h2 { font-size: 16px; }
    .cartouche_home_mini{ bottom: 54px; }
    .texte-home { padding: 100px 0 50px 0; }
    .texte-home p, .texte-home h1, .texte-home h2, .texte-home h3 { font-size: 14px; line-height: 24px; }
    .bgbluedeco .pictoblanc p {
        font-size: 12px;
        line-height: 18px;
        margin: 1rem 10% 2rem 10%;
        width: 80%;
    }
    .bgbluedeco .pictoblanc img{ max-width: 40%; max-height: 4rem; }
    .bgbluedeco h2{ font-size: 42px; margin: 0 0 3rem 0; }
    #page h1{ font-size: 20px; }
    #page main { margin-top: 66px; }
    #page .brdblue{ padding-top: 86px; }
    #page .page-contact h1 { margin-bottom: 70px; }
    .zone-texte h2{ font-size: 18px; }
    .zone-texte p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 1rem 0;
    }
    .page-contact input[type="text"], 
    .page-contact input[type="email"], 
    .page-contact input[type="tel"], 
    .page-contact textarea{
        font-size: 14px;
        line-height: 18px;
    }
    .page-contact input[type="submit"]{
        font-size: 12px;
        line-height: 52px;
    }
    .page-contact .wpcf7 span.italique{ font-size: 12px; }
    .prefooter1 h2 { font-size: 26px; }
    .prefooter1 h2 span { font-size: 40px; }
    .pictobleu img{ max-width: 40%; max-height: 4rem; }
    .pictobleu p {
        width: 90%;
        margin: 1rem 5% 0 5%;
        font-size: 12px;
        line-height: 18px;
    }
    .pictobleu p b { margin-bottom: 1rem; }
    .prefooter1 { margin: 70px 0 100px 0; }
    .page-contact .wpcf7 label, .page-contact .wpcf7 p{ font-size: 14px; }
    .zone-texte  ul li{ font-size: 14px; line-height: 22px; }
    .zone-texte h3{ font-size: 17px; }
    .zone-texte h4{ font-size: 15px; }
    .bloc { padding: 60px 0; }
    .besoininfos a.row img{ max-width: 20%; margin-top: -2rem; }
    .besoininfos a.row h3 { font-size: 16px; }
    .besoininfos a.row span { font-size: 12px; padding: 0 2.5%; margin: 0 0 0 5%; }
    .besoininfos a.row{ height: 80px; }
    .vignetteprod h2 { font-size: 12px; line-height: 16px; }
    .vignetteprod h4 { font-size: 10px; margin: 0 0 16px 0; }
    .vignetteprod .bottomprod .price { font-size: 14px; line-height: 38px; }
    .vignetteprod .bottomprod{ height: 38px; }
    .vignetteprod .bottomprod a.button{ height: 38px; background-size: 20px; }
    .vignetteprod { margin: 24px 14px; }
    .vignetteprod .bottomprod a.button::after{ font-size: 10px; width: 14px; height: 14px; line-height: 14px; }
    #breadcrumbs { font-size: 12px; line-height: 14px; }
    #page h1.product_title.entry-title{ font-size: 18px; }
    .mgt60 { margin-top: 30px; }
    .summary.entry-summary h3{ font-size: 14px; }
    .woocommerce-product-details__short-description p {
        font-size: 14px;
        line-height: 18px;
    }
    .summary.entry-summary .achat {  margin: 3rem 0 0 0; padding: 2rem 0 0 0; }
    .summary.entry-summary p.price { font-size: 20px; margin: 0 0 1rem 0; }
    .summary.entry-summary form.cart .input-text.qty {
        height: 38px;
        line-height: 38px;
        font-size: 18px;
    }
    .summary.entry-summary form.cart .single_add_to_cart_button {
        height: 50px;
        line-height: 50px;
        font-size: 10px;
    }
    .summary.entry-summary .mentions-produit {
        margin: 1rem 0;
        font-size: 12px;
        line-height: 22px;
    }
    .plusdinfos h2 { font-size: 20px; }
    .plusdinfos p { font-size: 14px; }
    .plusdinfos > div{ min-height: 74px; }
    .woocommerce-Tabs-panel.panel h2 {
        font-size: 22px;
        margin: 0 0 2rem 0;
    }
    .woocommerce-Tabs-panel.panel p, .woocommerce-product-attributes th, .woocommerce-product-attributes td {
        font-size: 14px;
        line-height: 22px;
    }
    .single-product .listeprod h2.braston{ font-size: 26px; }
    .wc-block-cart .wc-block-cart__totals-title, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header, .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{ font-size: 1rem!important; }
    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, .woocommerce{ font-size: 1rem!important; }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, .wc-block-components-button:not(.is-link){ font-size: 14px; line-height: 62px; }
    .wc-block-checkout__sidebar .wc-block-components-product-name, .wc-block-components-address-card { font-size: .9rem !important; }


   label{ 
        font-size: .8rem;
        line-height: 1rem;
        display: inline-block;
    }
    .summary.entry-summary form.cart table .value select{ 
        font-size: .8rem; 
        background-size: .75rem; 
        background-position: 95% center; 
        padding-right: 20%;
        height: 38px;
        line-height: 28px;
    }
    .plugify_expo_sty_div{ font-size: .9rem;  }
    .woosppo_main_parent_divv .plugify_expo_sty_div input[type="number"]{ font-size: .9rem;  }
    .woosppo_main_parent_divv .plugify_expo_sty_div select{
        font-size: .9rem; 
        background-size: .75rem; 
        background-position: 95% center; 
        padding-right: 20%;
        height: 38px;
        line-height: 28px;
    }
    .woocommerce-variation-add-to-cart .plugify_results_container 
    .plugify_footer_h4{ font-size: .9rem!important; }
    .results_inner_tbl_plugify td b{ font-size: .9rem!important; line-height: 1rem!important; }
    .results_inner_tbl_plugify td{ font-size: 1.2rem!important; line-height: 1.2rem!important; }
    .results_inner_tbl_plugify tr:last-of-type td:last-of-type{ font-size: 1.3rem!important; line-height: 1.3rem!important; }
    .summary.entry-summary .mentions-produit i{ font-size: .7rem; }
    .produit-corian h2{ font-size: 24px; }
    .produit-corian h2 span { font-size: 40px; }
    .produit-corian h3 {
        font-size: 12px;
        margin: 1rem 15% .5rem 15%;
        line-height: 18px;
    }
     .produit-corian img{ max-width: 35%; }




}
/**/
@media (min-width: 1480px) and (max-width: 1599px){
    nav ul li a{ font-size: 15px; padding: 10px 8px; }
    header a.devis {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }
    header p.francais {
        font-size: 12px;
        line-height: 16px;
    }
    .footer2 p{ font-size: 16px; }
    .cartouche_home h2{ font-size: 28px; }
    .cartouche_home_mini h2 { font-size: 20px; }
    .bgbluedeco h2{ font-size: 50px; }
    .bgbluedeco .pictoblanc p {
        font-size: 14px;
        line-height: 20px;
    }
    .prefooter1 h2 { font-size: 36px; }
    .prefooter1 h2 span { font-size: 50px; }
    .pictobleu p {
        font-size: 14px;
        line-height: 22px;
    }
    .besoininfos a.row img{ max-width: 20%; }
    .besoininfos a.row h3 { font-size: 20px; }
    .besoininfos a.row span{ font-size: 12px; margin-left: 5%; }
    .bloc { padding: 70px 0; }
    .vignetteprod h2 { font-size: 16px; }
    .vignetteprod h4 { font-size: 14px; }
    #breadcrumbs { font-size: 14px; line-height: 16px; }
    #page h1.product_title.entry-title{ font-size: 22px; }
    .summary.entry-summary form.cart .single_add_to_cart_button{ font-size: 16px; }
    .summary.entry-summary .achat { margin: 3rem 0 0 0; }
    .produit-corian h2 { font-size: 40px; }
    .produit-corian h3 { font-size: 14px; line-height: 18px; }
    .btn{ font-size: 15px; }
    .summary.entry-summary form.cart table .value select{ background-size: 1rem; background-position: 95% center; }
    .results_inner_tbl_plugify tr:last-of-type td:last-of-type{ font-size: 1.75rem!important; }

}
/**/
@media (min-width: 1600px) and (max-width: 1799px){
    nav ul li a{ font-size: 16px; padding: 10px 8px; }
    .footer2 p{ font-size: 16px; }
    .cartouche_home_mini h2 { font-size: 20px; }
    .bgbluedeco .pictoblanc p {
        font-size: 16px;
        line-height: 22px;
    }
    .prefooter1 h2 { font-size: 36px; }
    .prefooter1 h2 span { font-size: 50px; }
    .pictobleu p {
        font-size: 15px;
        line-height: 24px;
    }
    .besoininfos a.row span {
        font-size: 14px;
        padding: 0 5%;
        margin: 0 0 0 5%;
    }
    .besoininfos a.row h3 { font-size: 22px; }


    


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

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

}
/**/