/*
Theme Name: Hopptimiz
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"],
button,
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%; }

}
.mille{ 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: 'Montel';
        src: url('fonts/Montel-Regular.woff2') format('woff2'),
            url('fonts/Montel-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; }

    .montel{ font-family: 'Montel', serif; }
    .barlow{ font-family: "Barlow", serif; }


/**/

img, iframe, video{ max-width: 100%; }
h1, h2, h3, h4, h5, h6{  font-family: 'Montel', serif; }
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: #909090; }
.blue, a.blue{ color:#38476d; }
.yellow, a.yellow{ color: #e8b444; }

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

header,  main, footer, .home_contenu{ width: 100%; }
header{ height: 258px; }
a#logo{
    display: block;
    width: 256px;
    height: 118px;
    background: transparent url('gfx/logo.svg') no-repeat center / 100%;
    margin: 64px auto 0 auto;
}
.menu-toggle{ display: none; }
.nav-menu{ display: flex; }
nav{
    margin: 100px 0 0 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 ul{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
nav ul li{
    list-style-type: none;
    display: inline-flex;
    position: relative;
    text-align: left;
    background: transparent;
    transition: ease-in-out all 0.1s;
    margin: 0 1rem;
}
nav ul li a{
    font-size: 20px;
    display: flex;
    color: #38476d;
    text-decoration: none;
    line-height: 20px;
    padding: 20px 10px;
    margin: 0 0px;
    width: auto;
    background: transparent;
    border: 0;
}
nav > div > ul > li:last-child{
    width: 33.3333%;
    margin: 0 0 0 7.5%;
    text-align: center;
}
nav > div > ul > li:last-child a{
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    line-height: 82px;
    border: 1px solid #38476d;
    color: #38476d;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    font-family: 'Montel', serif;
    font-size: 30px;
    letter-spacing: .05rem;
    transition: ease-in-out all 0.2s;
}
nav > div > ul > li:last-child a::before{
    content:" ";
    border-radius: 100%;
    width: 36px;
    height: 36px;
    background: #e8b444;
    position: absolute;
    left: 7%;
    top: -20px;
    z-index: 2;
    transition: ease-in-out all 0.6s;
}
nav > div > ul > li > a:hover, 
nav > div > ul > li.current-menu-item > a, 
nav > div > ul > li:last-child > a:hover{
    transition: ease-in-out all 0.1s;
    text-decoration: none;
    color:#e8b444;
    border-color:#e8b444;
}

nav > div > ul > li:last-child > a:hover::before{ left: 12%; transition: ease-in-out all 0.3s; }
nav > div > ul > li > a:hover::after, 
nav > div > ul > li.current-menu-item > a::after{
    content: " ";
    background: #e8b444;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    z-index: 5005;
    left: calc( 50% - 5px );
}
nav > div > ul > li:last-child > a::after{ display:none; }
nav ul li ul{
    position: absolute;
    top: 60px;
    width: 300%;
    left: -1rem;
    z-index: 5001;
    padding: 0;
    background: #fcf4e5;
    border: 0px;
    display: none;
}
nav ul li:hover ul{ display: flex; flex-flow: column wrap;  }
nav ul li ul li{
    display: list-item;
    width: 100%;
    margin: 0;
}
nav ul li ul li a{
    color: #38476d;
    padding: 20px calc( 1rem + 10px );
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    transition: ease-in-out all .1s;
}
nav ul li ul li a:hover{
    color: white;
    background: #38476d;
    text-decoration: none;
    transition: ease-in-out all .1s;
}
nav ul li ul li a:hover::after{
    content: " ";
    width: 34px;
    height: 10px;
    background: transparent url('gfx/menu-hover.png') no-repeat center;
    position: absolute;
    bottom: -5px;
    z-index: 5005;
    left: calc( 1rem + 10px );
}
footer{  
    height: 450px;
    background: rgb(34,43,66);
    background: linear-gradient(0deg, rgba(34,43,66,1) 0%, rgba(56,71,109,1) 45%);
}
.rond-jaune{
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background:#e8b444;
    margin: -3.5rem auto 6rem auto;
}
footer p.pieddep{
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
footer p.pieddep b{
    font-weight: 600;
    display: inline-block;
    width: 100%;
}
footer .logofooter{
    max-width: 62%;
    margin: 9rem auto 0 auto;
}
.menu-pied-de-page-container{ display: flex; width: 100%; justify-content: center; margin: 3rem auto 0 auto; }
.footer-menu{ display: flex; flex-flow: row wrap; justify-content: flex-start; }
.footer-menu li{ padding: 0 .25rem; border-left: 1px solid #696f7f; height: 16px; display: flex; }
.footer-menu li a{ color: #696f7f; font-size: 12px; text-transform: uppercase; line-height: 16px; }
.footer-menu li:first-child{ border: 0px; }
footer .linkedin{ margin-left: 1.5rem; }
footer .telephone{ font-size: 30px; margin-top: 14rem; }
footer .telephone a:hover{ text-decoration: none; color:#e8b444; }
footer .secteur{ font-size: 20px; margin: .5rem auto 2.5rem auto; letter-spacing: -.05rem; }
.prefooter{
    margin: 3rem auto 7rem auto;
}
.prefooter .avotre{
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
}
.prefooter .avotre .bold{
    font-size: 35px;
    margin-bottom: .5rem;
    display: inline-block;
}
.btn{
    padding: 0;
    width: max-content;
    padding: 0 90px;
    display: block;
    line-height: 64px;
    border: 1px solid #38476d;
    color: #38476d;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    font-family: 'Montel', serif;
    font-size: 30px;
    letter-spacing: .05rem;
    position: relative;
    transition: ease-in-out all .3s;
}
.btn.white{
    border-color: white;
}
.btn::before{
    content:" ";
    border-radius: 100%;
    width: 28px;
    height: 28px;
    background: #e8b444;
    position: absolute;
    left: 7%;
    top: -14px;
    z-index: 2;
    transition: ease-in-out all .6s;
}
.btn:hover, .btn.white:hover{
    background-color:#e8b444;
    color:#38476d;
    border-color:#e8b444;
    text-decoration: none;
    transition: ease-in-out all .1s;
}
.btn:hover::before, .btn.white:hover::before{
    background: white;
    left: 12%;
    transition: ease-in-out all .3s;
}
.btn:hover::before{
    background:#38476d;
}
.btn.presta{
    line-height: 38px;
    text-align: center;
    padding: 20px 50px;
}
/* HOME */
.home_contenu .in-bandeau{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.home_contenu .in-bandeau h1{
    font-size: 30px;
    margin: 12rem 0 0 0;
}
.home_contenu .in-bandeau h1 span{
    display: inline-block;
    font-size: 66px;
    margin: 4.9rem 0 0 0;
}
.home_contenu .vague-jaune{ margin: -5.5rem 0 0 0; }
.home_contenu .vague-jaune img{
    transform: scaleX(-1);
}
.home_contenu .texte-intro { margin: -12rem 0 4rem 0; }
.home_contenu .texte-intro .bordure-gris{ border-top: 1px solid #909090; }
.home_contenu .texte-intro p{
    margin: 0 0 3rem 0;
    font-size: 20px;
    line-height: 30px;
}
.home_contenu .deuxliens{ 
    margin: 0 0 9rem 0;
}
.rond-jaune-small{
    height: 34px;
    width: 34px;
    border-radius: 100%;
    background-color:#e8b444;
}
.home_contenu .deuxliens .rond-jaune-small{
    margin: 0 auto 3rem auto;
}
.home_contenu .deuxliens h2{ font-size: 30px; font-weight: 300; margin: 4.5rem 0 0 0 }
.home_contenu .deuxliens h3{ font-size: 30px; margin: 0 auto 3rem auto; }
.home_contenu .deuxliens h3.mrgplus{ margin: 0 auto 5.25rem auto; }
.btn-savoir{
    background:#38476d;
    line-height: 50px;
    width: max-content;
    display: inline-block;
    padding: 0 3rem;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1rem;
    transition: ease-in-out all .1s;
}
.btn-savoir:hover{
    background:#e8b444;
    text-decoration: none;
    transition: ease-in-out all .1s;
    color: white;
}
.services{
    height: 780px;
    background: #fcf4e5 url('gfx/ordinateur.jpg') no-repeat left top;
}
.services img.vertical{
    transform: rotate(90deg);
    max-width: 300%;
    width: 300%;
    margin: 4rem 0 0 -8rem;
}
.services h4{
    font-size: 25px;
    line-height: 45px;
    margin: 16rem 0 6rem 0;
}
.btn-savoir.point{
    font-family:'Montel', serif;
    text-transform: none;
    letter-spacing: .05rem;
    position: relative;
}
.btn-savoir.point::before{
    content: " ";
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    background-color:#e8b444;
    position: absolute;
    left: -.5rem;
    top: .5rem;
    transition: ease-in-out all .15s;
}
.btn-savoir.point:hover::before{
    background-color:#38476d;
    transition: ease-in-out all .15s;
}
.bgblue{ background: #38476d; }
.btn-savoir.blue{
    background: white;
    transition: ease-in-out all .15s;
}
.btn-savoir.blue:hover{
    background:#e8b444;
    transition: ease-in-out all .15s;
}
.btn-savoir.blue:hover::before{
    background: white;
    transition: ease-in-out all .15s;
}
.bloc-presentation{ margin: -6rem 0 3rem 0; }
.bloc-presentation .bgblue{ border-top-right-radius: 130px; }
.bloc-presentation h3{ font-size: 30px; margin: 6rem 0 2.5rem 0;}
.bloc-presentation img{
    margin: 10rem 0 -4rem 0;
    border-bottom-right-radius: 100px;
}
.bloc-presentation p{
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 3rem 0;
}
.home_contenu img.vague2{ margin: -6rem 0 0 0; max-width: 95%; }
.titrediapo{ margin: 1rem 0 0 0; }
.titrediapo h2{
    position: relative;
    z-index: 4;
    letter-spacing: .05rem;
    font-size: 30px;
}
.bgdiapo{ margin: 0 0 10rem 0; }
.bgdiapo > *{
    position: relative; z-index: 3;
}
.bgdiapo::after{
    content: " ";
    background: #fcf4e5;
    z-index: 2;
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 100%;
    top: -30%;
    left: 0;
}
.bgdiapo .swiper .swiper-slide{
    min-height: 280px;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
}
.etoiles{
    background: transparent url('gfx/etoile-vide.png') repeat left top;
    width: 130px;
    height: 23px;
    margin: 1rem auto;
}
.note{
    background: transparent url('gfx/etoile-pleine.png') repeat left top;
    width: 130px;
    height: 23px;
}
.temoignage-texte p{
    font-size: 16px;
    line-height: 24px;
    max-width: 75%;
    margin: 1rem auto 1rem auto;
    color:#38476d;
}
.temoignage-nom{
    text-align: center;
    color:#38476d;
    font-size: 18px;
    margin: 1rem auto;
}
.bgdiapo .swiper-pagination-bullets{
    bottom: -2rem;
}
.bgdiapo .swiper-pagination-bullets .swiper-pagination-bullet{
    background: transparent;
    border: 2px solid #c5cad9;
    opacity: 1;
    width: 14px;
    height: 14px;
}
.bgdiapo .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background:#c5cad9;
}
.home_contenu .vague3{
    margin: 17rem 0 0 33%;
    width: 100%;
    position: relative;
    z-index: 5;
}
/*pages*/
.bandeau-pages{
    height: 360px;
    background:#38476d;
    margin: 0 0 200px 0
}
.bandeau-pages p{ font-size: 12px; text-transform: uppercase; margin: 5rem 0 3rem 0; }
.bandeau-pages h1{ font-size: 50px; }
.bandeau-pages img{ margin: 5rem 0 0 0; border-bottom-right-radius: 100px; }
.pagebloc.reverse{ flex-flow: row-reverse wrap; }
.pagebloc.reverse img{
    border-top-right-radius: 0px;
    border-top-left-radius: 100px;
}
.pagebloc img{
    border-top-right-radius: 100px;
    max-height: min-content;
}
.bandeau-pages::after{
    content: " ";
    width: 38%;
    height: 150px;
    background: transparent url('gfx/vague.svg') no-repeat 0 0 / 100%;
    transform: scaleX(-1);
    position: absolute;
    bottom: -120px;
    left: -3%;
    z-index: 2;
}
.pagebloc{ margin: 0 0 6rem 0; }
.bloc-texte p{
    color:#38476d;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    margin: 0 0 1rem 0;
}
.bloc-texte ul li{
    list-style-type: none;
    color:#38476d;
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 1rem 0;
    margin: 0 0 1rem 0;
    position: relative;
}
.bloc-texte ul li::after{
    content: " ";
    background: transparent url('gfx/vague.svg') no-repeat 0 bottom / 3.5rem;
    width: 3.5rem;
    height: 1rem;
    position: absolute;
    bottom: 0;
    left: -2rem;
}
.bloc-texte h2{
    color:#38476d;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 1.5rem 0;
    font-family: "Barlow", serif;
    position: relative;
}
.bloc-texte h2::before{
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background-color:#e8b444;
    border-radius: 100%;
    position: absolute;
    bottom: 0px;
    left: -20px;
}
.bloc-texte h3{
    color:#38476d;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 1.25rem 0;
    font-family: "Barlow", serif;
    position: relative;
}
.bloc-texte h4{
    color:#e8b444;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 1rem 0;
    font-family: "Barlow", serif;
    position: relative;
}
.illus-ecoute{
    position: absolute;
    top: -12rem;
    left: 0;
}
#page .prefooter{
    margin-top: 8rem;
}
.wpcf7 input[type="submit"]{
    background:#38476d;
    line-height: 50px;
    width: 100%;
    display: inline-block;
    padding: 0;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    font-size: 16px;
    transition: ease-in-out all .1s;
    font-family:'Montel', serif;
    letter-spacing: .05rem;
    position: relative;
    margin: 1rem 0;
}
.wpcf7 input[type="submit"]:hover{
    background-color:#e8b444;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 textarea{
    border: 0px;
    border-bottom: 1px solid #c2c0c0;
    margin-bottom: 1rem;
    color: #38476d;
    font-size: 18px;
    padding: .75rem 0;
}
.wpcf7 input[type="text"]::placeholder, 
.wpcf7 input[type="email"]::placeholder, 
.wpcf7 input[type="tel"]::placeholder, 
.wpcf7 textarea::placeholder{
    color: #38476d;
}
.wpcf7 input[type="text"]:focus, 
.wpcf7 input[type="email"]:focus, 
.wpcf7 input[type="tel"]:focus, 
.wpcf7 textarea:focus{
    border-color:#e8b444;   
}
.wpcf7 label{
    color:#909090;
    font-size: 14px;
}
.wpcf7-list-item{ margin: 0; }
.wpcf7 span.italique{
    color:#909090;
    font-size: 14px;
    float: right;
}






/**/
@media (min-width: 2px) and (max-width: 1023px){
    header{ height: auto; position: relative; padding-bottom: .5rem; }
    header .spannomargin-6{ width: 66%; }
    header .spannomargin-18{ width: 34%; }
    a#logo{ width: 80%; margin-top: 10px; height: 98px; }
    .menu-toggle{
        width: 100%;
        padding: 0;
        background: #fff;
        color: #e8b444;
        border:0;
        display: block;
        font-size: 4rem;
        line-height: 4rem;
        text-align: center;
    }
   .menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover{
        text-decoration: none;
    }
    nav{ margin-top: 20px; }
    .menu-menu-principal-container{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
    }
    .nav-menu{ 
        display: none; 
        background: white;
        padding: 1rem 0; 
        margin:0; 
        z-index: 10001; 
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
     }
    .nav-menu.toggled-on{ display: flex; }
    nav ul{
        flex-direction: column;
    }
    nav ul li{
        list-style-type: none;
        display: flex;
        flex-flow: column wrap;
        text-align: center;
        transition: ease-in-out all 0.1s;
    }
    nav ul li a{
        font-size: 2rem;
        display: block;
        line-height: 2.5rem;
        background: white;
        text-decoration: none;
        width: 100%;
        padding: 0;
        margin: .5rem 0;
    }
    nav > div > ul > li:last-child a{ margin-top: 1rem; }
    nav > div > ul > li:last-child a::before{ top: 0; }
    nav ul li ul{
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        margin:0 0 1rem 0;
        padding:0;
    }
    nav ul li:hover ul{ }
    nav ul li ul li{
        display: list-item;
    }
    nav ul li ul li a{
        padding: .5rem 0;
        font-size: 1.5rem; 
        line-height: 2rem;
    }
    nav ul li ul li a:hover{ }
    nav > div > ul > li:last-child{ margin-left: 0; }
    .home_contenu .in-bandeau h1 {
        font-size: 18px;
        margin: 4rem 10% 0 10%;
    }
    .home_contenu .in-bandeau h1 span { font-size: 30px; margin: 1.5rem 0 0 0; }
    .home_contenu .vague-jaune{ margin: 8rem 10% 0 10%; width: 80%; }
    .home_contenu .texte-intro{ margin: 2rem 10% 2rem 10%; width: 80%; }
    .home_contenu .texte-intro p {
        margin: 0 0 3rem 0;
        font-size: 18px;
        line-height: 26px;
    }
    .home_contenu .deuxliens{
        width: 80%;
        margin: 0 10% 3rem 10%;
    }
    .home_contenu .deuxliens h2 {
        font-size: 22px;
        margin: 1.5rem 0 0 0;
    }
    .home_contenu .deuxliens .rond-jaune-small {
        margin: 2rem auto 2rem auto;
    }
    .home_contenu .deuxliens h3.mrgplus {
        margin: 0 auto 2.25rem auto;
    }
    .services img.vertical{
        width: 100%; 
        max-width: 100%;
        margin: 6rem 0 0 -8rem;
    }
    .services{ background-size: 120%; width: 80%; padding: 0 10%; }
    .services h4{     
        font-size: 18px;
        line-height: 34px;
        margin: 14rem 0 3rem 0; 
    }
    .bloc-presentation .bgblue{ width: 80%; padding: 0 10%; }
    .bloc-presentation p {
        font-size: 16px;
        line-height: 24px;
    }
    .bloc-presentation img { margin: 4rem 0 -4rem 0; }
    .home_contenu img.vague2 {
        margin: 0 0 0 5%;
        max-width: 90%;
    }
    .titrediapo{ width: 80%; padding: 0 10%; }
    .home_contenu .vague3{
        width: 80%; margin: 2rem 10%;
    }
    .bgdiapo::after{
        width: 100%;
        border-radius: unset;
        bottom: -1rem;
        height: auto;
    }
    .prefooter{ margin-top: 0; width: 80%; padding: 0 10%; }
    .bgdiapo { margin: 0 0 4rem 0; }
    .prefooter .avotre .bold{ font-size: 30px; }
    .prefooter .avotre {
        font-size: 20px;
        line-height: 30px;
    }
    .btn.presta{
        padding: 20px 20px;
        font-size: 20px;
        margin-top: 2rem;
    }
    footer.row{ height: auto;  width: 80%; padding: 0 10%; }
    .rond-jaune {
        width: 100px;
        height: 100px;
        margin: -3.5rem auto 2rem auto;
    }
    footer .logofooter {
        max-width: 62%;
        margin: 3rem auto 0 auto;
    }
    footer .telephone{ margin-top: 2rem; }
    .footer-menu{ justify-content: center; }
    .btn{ line-height: 54px; font-size: 20px; }
    footer .linkedin{ margin: 1rem; }
    .bandeau-pages p {
        font-size: 12px;
        text-transform: uppercase;
        margin: 1rem 0 1rem 0;
    }
    .bandeau-pages {
        height: auto;
        min-height: 12rem;
        width: 80%;
        padding: 0 10%;
        margin: 0 0 6rem 0;
    }
    .bandeau-pages h1{ font-size: 30px; }
    .bandeau-pages img {
        margin: 3rem 0 -2rem 0;
    }
    .bandeau-pages::after{ left: 0; }
    .pagebloc {
        margin: 0 10% 4rem 10%;
        width: 80%;
    }
    .illus-ecoute { top: -8rem; }
    #page .prefooter { margin-top: 4rem; }
    .pagebloc img{ margin-bottom: 2rem; }





}
/**/
@media (min-width: 768px) and (max-width: 1023px){
    a#logo{ background-size: contain; }
    .menu-menu-principal-container{ left: 50%; }
    .nav-menu{ width: 50%; }
    .home_contenu .vague-jaune { margin: -5.5rem 0 0 0; }
    .home_contenu .texte-intro{ width: 100%; margin: -2rem 0 0 0; }
    .home_contenu .deuxliens h3{ font-size: 20px; }
    .btn-savoir{ padding: 0 1.5rem; font-size: 14px; }
    .home_contenu .deuxliens { width: 90%; margin: 0 0% 3rem 10%; }
    .services { background-size: 55%; height: 480px; }
    .services .spannomargin-2{ display: none; }
    .services h4 { margin: 4rem 0 3rem 0; }
    .bloc-presentation .bgblue{ padding: 0; width: 90%;  padding-bottom: 2rem; }
    .bloc-presentation .spannomargin-9 { width: 35%; }
    .bgdiapo::after{
        width: 480px;
        height: 480px;
        border-radius: 100%;
        top: -30%;
        left: 0;
    }
    footer.row{ width: 90%; padding: 0 5%; }
    footer.row .spannomargin-8{ width: 33.33%; }
    .pagebloc{ width: 100%; margin: 0 0 4rem 0; }
    .pagebloc .wpcf7{ width: 150%; }
    .spannomargin-16.bloc-texte {
        width: 70%;
    }

}
/**/
@media (min-width: 1024px) and (max-width: 1279px) {
    header { height: 178px; }
    a#logo { max-width: 80%; margin-top: 24px; }
    nav ul li a { font-size: 16px; }
    nav ul li { margin: 0 .5rem; }
    nav > div > ul > li:last-child { width: 23.3333%; margin: 0 0 0 5%; }
    nav > div > ul > li:last-child a{ 
        font-size: 20px; 
        line-height: 62px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px; 
    }
    nav { margin: 70px 0 0 0; }
    nav ul li ul li a {
        padding: 14px calc(1rem + 10px);
        font-size: 13px;
        line-height: 18px;
    }
    nav > div > ul > li:last-child a::before{ width: 26px; height: 26px; top: -12px; }
    .rond-jaune {
        width: 140px;
        height: 140px;
        margin: -2.5rem auto 3rem auto;
    }
    footer { height: 300px; }
    footer p.pieddep { font-size: 14px; }
    footer .logofooter { margin: 6rem auto 0 auto; }
    .menu-pied-de-page-container{ margin-top: 1rem; }
    .footer-menu li a { font-size: 8px; line-height: 12px; }
    .footer-menu li { height: 12px; }
    footer .telephone { font-size: 20px; margin-top: 9rem; }
    footer .secteur {
        font-size: 14px;
        margin: .5rem auto 1.5rem auto;
    }
    footer .linkedin {
        margin-left: 1rem;
        max-width: 1.5rem;
    }
    .btn {
        padding: 0 50px;
        line-height: 44px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        font-size: 16px;
    }
    .btn::before {
        width: 22px;
        height: 22px;
    }
    .prefooter .avotre {
        font-size: 14px;
        line-height: 24px;
    }
    .prefooter .avotre .bold {
        font-size: 24px;
        margin-bottom: .25rem;
    }
    .btn.presta {
        line-height: 20px;
        padding: 12px 34px;
    }

    .home_contenu .in-bandeau h1 {
        font-size: 20px;
        margin: 8rem 0 0 0;
    }
    .home_contenu .in-bandeau h1 span {
        font-size: 36px;
        margin: 4.75rem 0 0 0;
    }
    .home_contenu .vague-jaune { margin: -3.5rem 0 0 0; }
    .home_contenu .texte-intro { margin: -8rem 0 4rem 0; }
    .home_contenu .texte-intro p { margin: 0 0 3rem 0; font-size: 12px; line-height: 20px; }
    .home_contenu .deuxliens h2 { font-size: 20px; margin: 2.5rem 0 0 0; }
    .home_contenu .deuxliens h3 { font-size: 20px; }
    .home_contenu .deuxliens h3.mrgplus { margin: 0 auto 4.5rem auto; }
    .btn-savoir {
        line-height: 36px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        font-size: 10px;
    }
    .home_contenu .deuxliens { margin: 0 0 6rem 0; }
    .services{ background-size: 40%; height: 400px; }
    .services h4 {
        font-size: 18px;
        line-height: 27px;
        margin: 6rem 0 3rem 0;
    }
    .services img.vertical {
        max-width: 200%;
        width: 200%;
        margin: 1rem 0 0 -3rem;
    }
    .bloc-presentation { margin: -3rem 0 3rem 0; }
    .bloc-presentation h3 { font-size: 22px; margin: 3rem 0 1.5rem 0; }
    .bloc-presentation p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 3rem 0;
    }
    .home_contenu img.vague2 { margin: -5rem 0 0 0; }
    .bloc-presentation img { margin: 7rem 0 -4rem 0; }
    .titrediapo h2{ font-size: 20px; }
    .temoignage-texte p {
        font-size: 12px;
        line-height: 16px;
    }
    .temoignage-nom{ font-size: 14px; }
    .bgdiapo::after {
        width: 320px;
        height: 320px;
        top: -7%;
    }
    .bgdiapo .swiper-pagination-bullets { bottom: 1rem; }
    .home_contenu .vague3 { margin: 14rem 0 0 33%; }
    .bgdiapo { margin: 0 0 3rem 0; }
    .bandeau-pages::after { height: 110px; bottom: -90px; }
    .bandeau-pages h1 { font-size: 36px; }
    .bandeau-pages img { margin: 4rem 0 0 0; }
    .bandeau-pages { height: 280px; margin: 0px 0 120px 0; }
    .bandeau-pages p {  margin: 4rem 0 2rem 0; }
    .bloc-texte p, .bloc-texte ul li, .bloc-texte h4 { font-size: 14px; line-height: 24px; }
    .bloc-texte h2, .bloc-texte h3 { font-size: 15px; line-height: 24px; }
    .pagebloc { margin: 0 0 4rem 0; }
    #page .prefooter { margin-top: 6rem; }
    .illus-ecoute {  top: -10rem; }

    




}
/**/
@media (min-width: 1280px) and (max-width: 1479px){
    header { height: 198px; }
    a#logo { max-width: 80%; margin-top: 24px; }
    nav ul li a { font-size: 16px; }
    nav > div > ul > li:last-child {
        width: 25.3333%;
        margin: 0 0 0 6%;
    }
    nav { margin: 70px 0 0 0; }
    nav > div > ul > li:last-child a {
        line-height: 62px;
        font-size: 22px;
    }
    nav ul li ul li a {
        padding: 16px calc(1rem + 10px);
        font-size: 14px;
        line-height: 20px;
    }
    .rond-jaune {
        width: 140px;
        height: 140px;
        margin: -2.5rem auto 3rem auto;
    }
    footer { height: 300px; }
    footer p.pieddep { font-size: 14px; }
    footer .logofooter { margin: 6rem auto 0 auto; }
    .menu-pied-de-page-container{ margin-top: 1rem; }
    .footer-menu li a { font-size: 9px; line-height: 12px; }
    .footer-menu li { height: 12px; }
    footer .telephone { font-size: 20px; margin-top: 9rem; }
    footer .secteur {
        font-size: 14px;
        margin: .5rem auto 1.5rem auto;
    }
    footer .linkedin {
        margin-left: 1rem;
        max-width: 1.5rem;
    }
    .btn {
        padding: 0 50px;
        line-height: 44px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        font-size: 16px;
    }
    .btn::before {
        width: 22px;
        height: 22px;
    }
    .prefooter .avotre {
        font-size: 18px;
        line-height: 28px;
    }
    .prefooter .avotre .bold {
        font-size: 28px;
        margin-bottom: .25rem;
    }
    .btn.presta {
        line-height: 20px;
        padding: 14px 40px;
    }
    .home_contenu .in-bandeau h1 {
        font-size: 24px;
        margin: 9rem 0 0 0;
    }
    .home_contenu .in-bandeau h1 span {
        font-size: 46px;
        margin: 3.9rem 0 0 0;
    }
    .home_contenu .vague-jaune { margin: -4.5rem 0 0 0; }
    .home_contenu .texte-intro p {
        font-size: 14px;
        line-height: 24px;
    }
    .home_contenu .texte-intro { margin: -10rem 0 4rem 0; }
    .home_contenu .deuxliens h2 { font-size: 24px; }
    .home_contenu .deuxliens h3 { font-size: 26px; }
    .btn-savoir { line-height: 42px; font-size: 14px; }
    .home_contenu .deuxliens h3.mrgplus { margin: 0 auto 5rem auto; }
    .home_contenu .deuxliens { margin: 0 0 6rem 0; }
    .services{ background-size: 40%; height: 500px; }
    .services h4 {
        font-size: 19px;
        line-height: 36px;
        margin: 10rem 0 4rem 0;
    }
    .services img.vertical {
        max-width: 250%;
        width: 250%;
        margin: 3rem 0 0 -4rem;
    }
    .bloc-presentation{  margin: -4rem 0 3rem 0; }
    .bloc-presentation img { margin: 8rem 0 -4rem 0; }
    .bloc-presentation p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 2rem 0;
    }
    .bloc-presentation h3 {
        font-size: 26px;
        margin: 4rem 0 2.5rem 0;
    }
    .home_contenu img.vague2 { margin: -5rem 0 0 0; }
    .titrediapo h2{ font-size: 24px; }
    .bgdiapo::after{ width: 360px; height: 360px; top: -10%;  }
    .temoignage-texte p {
        font-size: 12px;
        line-height: 18px;
    }
    .temoignage-nom{  font-size: 14px; }
    .bgdiapo .swiper-pagination-bullets { bottom: -1rem; }
    .bgdiapo{ margin: 0 0 5rem 0; }
    .home_contenu .vague3 { margin: 14rem 0 0 33%; }
    .bandeau-pages { height: 310px;  margin: 0 0 160px 0; }
    .bandeau-pages h1 { font-size: 40px; }
    .bandeau-pages::after { height: 120px; bottom: -100px; }
    .bloc-texte p, .bloc-texte ul li, .bloc-texte h4 { font-size: 16px; line-height: 26px; }
    .bloc-texte h2, .bloc-texte h3 { font-size: 18px; line-height: 30px; }





}
/**/
@media (min-width: 1480px) and (max-width: 1599px){

}
/**/
@media (min-width: 1600px) and (max-width: 1799px){

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

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

}
/**/
/**/
/**/
/**/
/*COOKIES */

body #cookie-notice{
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(241, 241, 237, .5)!important;
}
.cookie-notice-container{
    width: 50%;
    margin: 10% 25% 0 25%;
    background: rgba(255, 255, 255, 1) url(gfx/logo.svg) no-repeat center 5% / 50%;
    border: 0px;
    border-radius: 10px;
    padding: 260px 5% 20px 5%;
}
@media (max-width: 1024px){
    .cookie-notice-container{
        width: 70%;
        margin: 2% 15% 0;
    }
}
@media (max-width: 767px){
    .cookie-notice-container{
        width: 90%;
        margin: 20% 5% 0 5%;
    }
}


#cn-notice-text{ 
    font-size: 1.2em; line-height: 1.6em; float: left; width: 100%; text-align: center; 
    margin-bottom: 1em; color: #38476d!important; 
}
#cn-notice-text a{ color: #38476d!important; text-decoration: underline; }
#cn-notice-buttons{ width: 100%; }
#cookie-notice .cn-button{
    transform: none!important;
    display: inline-block!important;
    margin: 0px .5rem!important;
    font-size: 1.2em!important;
    background: #38476d!important;
    color: #fff!important;
    border: 0px solid  #38476d!important;
    text-shadow: none!important;
    border-radius: 3px!important;
    padding: 8px 28px!important;
    transition: ease-in-out all .1s;
}
#cookie-notice .cn-button:hover{
    background: #e8b444!important;
    color: #000!important;
    border-color: #e8b444!important;
    transition: ease-in-out all .1s;
}
#cookie-notice #cn-refuse-cookie.cn-button, 
#cookie-notice #cn-more-info.cn-button{
  background: #eee!important;
  border: 0px solid #fff!important;
  color:#000!important;
}
#cookie-notice #cn-refuse-cookie.cn-button:hover, 
#cookie-notice #cn-more-info.cn-button:hover{
  background: #bdbdbd!important;
  border: 0px solid #bdbdbd!important;
  color:#fff!important;
}
 #cookie-notice #cn-more-info.cn-button{ display: block!important; margin: 1rem auto!important; max-width: 270px; }
.cookie-notice-hidden{ display:none!important; }
.cookie-notice-hidden.cn-animated{ display:block!important; }


body #cookie-notice.cookie-notice-hidden.cookie-revoke-visible{ 
    display:block!important;
    background: transparent!important;
    box-shadow: none;
    height: 3rem;
    top: auto;
    bottom: 0;
}
#cookie-notice .cookie-revoke-container{ display: flex; align-items: flex-end; justify-content: flex-end; }
#cn-close-notice{ display: none; }
.grecaptcha-badge{ display:none!important; visibility:hidden!important; }

@media (max-width: 1024px){
    #cn-revoke-buttons{
        width: 40%;
    }
    #cookie-notice .cn-button.cn-revoke-cookie{
        padding: .5rem !important;
        font-size: .65rem !important;
    }
}
