/*
Theme Name: Synoptique prod
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.833333333333%; }
    .spannomargin-6{ width: 25%; }
    .spannomargin-7{ width: 29.16666667%; }
    .spannomargin-8{ width: 33.333%; }
    .spannomargin-9{ width: 37.5%; }
    .spannomargin-10{ width: 41.66%; }
    .spannomargin-11{ width: 45.833333333333%; }
    .spannomargin-12{ width: 50%; }
    .spannomargin-13{ width: 54.166666666667%; }
    .spannomargin-14{ width: 58.3333333%; }
    .spannomargin-15{ width: 62.5%; }
    .spannomargin-16{ width: 66.666%; }
    .spannomargin-17{ width: 70.8266666%; }
    .spannomargin-18{ width: 75%; }
    .spannomargin-19{ width: 79.16%; }
    .spannomargin-20{ width: 83.32%; }
    .spannomargin-21{ width: 87.4866666%; }
    .spannomargin-22{ width: 91.6533333%; }
    .spannomargin-23{ width: 95.82%; }
    .spannomargin-24{ width: 100%; }
    .mille{ max-width: 960px; width: 100%; }

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

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

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

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

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


    .roboto-condensed{
        font-family: "Roboto Condensed", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
    }
    .playfair{
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-style: normal;
    }
    .roboto{
        font-family: "Roboto", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
    }




/**/

img, iframe, video{ max-width: 100%; }
img{ height: auto; }
h1, h2, h3, h4, h5, h6{ font-family: "Roboto Condensed", sans-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: #dbd5d5; }
.darkgrey, a.darkgrey{ color: #aca1a1; }
.red, a.red{ color:#ce3933; }
.brown, a.brown{ color:#5e4342; }


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: #959393; 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: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.conteneur{ max-width: 1920px; margin: 0 auto; }

header,  main, footer, .home_contenu{ width: 100%; }
header, header .row{ height: 170px; background-color: transparent; }
header{ transition: ease-in-out background-color .2s; }
header.fixe{
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 9px 18px rgba(0,0,0,.1);
}
main.fixe{ margin-top: 170px; }
a#logo{
    display: block;
    background: transparent url('gfx/logo.svg') no-repeat center top / 100%;
    max-width: 290px;
    width: 80%;
    height: 80px;
    margin: 0 10%;
}
.menu-toggle{ display: none; }
.nav-menu{ display: flex; }
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 ul{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: space-evenly;
}
nav ul li{
    list-style-type: none;
    display: inline-flex;
    text-align: center;
    background: transparent;
    transition: ease-in-out all 0.1s;
    position: relative;
}
nav ul li a{
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    display: flex;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .15rem;
    line-height: 72px;
    padding: 0 0px;
    margin: 0 0px;
    width: auto;
    background: transparent;
    border: 0;
}
nav > div > ul > li:last-child a{
    font-weight: 600;
    padding: 0 30px;
}
nav > div > ul > li:last-child a:hover{ color: #ce3933; }
nav > div > ul > li:last-child a::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 10px;
    background: transparent url('gfx/corniere.svg') no-repeat 0 0 / 100%;
    width: 28px;
    height: 28px;
}
nav > div > ul > li:last-child a::after{
    content: " ";
    position: absolute;
    right: 0;
    left: auto;
    bottom: 10px;
    background: transparent url('gfx/corniere.svg') no-repeat 0 0 / 100%;
    width: 28px;
    height: 28px;
    transform: rotate(180deg);
    opacity: .5;
}
nav > div > ul > li:last-child a:hover::after{
    background: transparent url('gfx/corniere.svg') no-repeat 0 0 / 100%; 
}
nav > div > ul > li:nth-last-child(2) a{
    color: #ce3933;
}
nav > div > ul > li > a::after{
    content: " ";
    display: block;
    width: 100%;
    background: transparent;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: ease-in-out all .2s;
}
nav > div > ul > li > a:hover::after, 
nav > div > ul > li.current-menu-item > a::after, 
nav > div > ul > li.current-menu-ancestor > a::after{
    background: black;
    transition: ease-in-out all .2s;
}
nav ul li a:hover, 
nav ul li.current-menu-item a{
    color: black;
    transition: ease-in-out all 0.1s;
    text-decoration: none;
}
nav ul li ul{
    position: absolute;
    top: 72px;
    left: 0;
    z-index: 5001;
    padding: 20px 32px;
    background: white;
    border: 1px solid #ce3933;
    display: none;
    width: 250%;
}
nav ul li:hover ul{ display: block;  }
nav ul li ul li{
    display: inline-flex;
    width: 100%;
}
nav ul li ul li a{
    line-height: 42px;
    text-transform: none;
    font-size: 18px;
    padding: 0 5px;
    margin: 0;
    border-bottom: 1px solid #d3d2d2;
    width: 100%;
    text-align: left;
    display: block;
    letter-spacing: 0;
}
nav ul li ul li a:hover, nav ul li ul li.current-menu-item a{
    color: #ce3933;
    text-decoration: none;
}
nav ul li ul li:last-child a{ border-bottom: 0px; }
header .row.middle{ position: relative; }
header .row.middle::after{
    content:' ';
    display: block;
    position: absolute;
    right: 6.75%;
    top: -20px;
    z-index: 3;
    background: transparent url('gfx/cercles4.svg') no-repeat 0 0 / 100%;
    width: 114px;
    height: 20px;
    transform: rotate(-90deg);
}
header .row.middle::before{
    content:' ';
    display: block;
    position: absolute;
    left: -40px;
    bottom: -74px;
    z-index: 3;
    background: transparent url('gfx/corniere-large.svg') no-repeat 0 0 / 100%;
    width: 74px;
    height: 74px;
}
header.fixe .row.middle::before{ display: none; }
footer{ 
    background: black url('gfx/footer.png') no-repeat center / cover;
}
.linkedin img, .instagram img, .facebook img, .youtube img{
    max-width: 34px;
    max-height: 22px;
    margin: 0 5px;
}
.menu-footer-container{ display: flex; width: 100%; }
.footer-menu{ display: flex; flex-flow: column wrap; justify-content: flex-start; margin: 200px 0 0 0; }
.footer-menu li a{ 
    color: white; 
    line-height: 40px; 
    font-family: "Roboto Condensed", sans-serif; 
    text-transform: uppercase;
    font-size: 14px;
}
.footerlogo{ margin: 110px 20% 48px 20%; max-width: 210px; width: 60%; }
.tel-footer{
    display: block;
    width: 70%;
    margin: 0 15%;
    line-height: 66px;
    border: 1px solid white;
    font-size: 26px;
    font-family: "Roboto Condensed", sans-serif;
}
.tel-footer:hover{
    text-decoration: none;
    color:#ce3933;
}
footer p.red.italique.playfair{ margin: 98px 0 0 0; }
.trait-rouge{ background:#ce3933; width: 100%; height: 1px; }
footer .trait-rouge{ margin: 40px 0 20px 0; }
p.mentions{ font-size: 14px; padding: 20px 0; position: relative; margin: 0; }
p.mentions::after{ 
    content: " ";
    width: 120px;
    height: 100px;
    background: transparent url(gfx/rond-rouge.svg) no-repeat 0 -20px / 120px;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0px;
    right: 0;
}
footer .bloc-contact h2{
    font-size: 34px;
    margin: 122px 0 0 0;
    position: relative;
}
footer .bloc-contact p{ font-size: 16px; margin: 2px 0 40px 0; }
footer .bloc-contact h2::before{
    content: " ";
    width: 120px;
    height: 120px;
    position: absolute;
    top: -160px;
    left: -70px;
    background: transparent url('gfx/virage-rouge.svg') no-repeat 0 0 / 100%;
}

footer .bloc-contact input[type="text"], 
footer .bloc-contact input[type="email"], 
footer .bloc-contact input[type="tel"]{
    background: transparent;
    color: white;
    border: 0px;
    border-bottom: 1px solid white;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
    margin-bottom: 24px;
    font-size: 16px;
}
footer .bloc-contact textarea{
    background: transparent;
    color: white;
    border: 0px;
    border-bottom: 1px solid white;
    padding: 1rem 0;
    width: 100%;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
}
footer .bloc-contact input[type="text"]::placeholder, 
footer .bloc-contact input[type="email"]::placeholder, 
footer .bloc-contact input[type="tel"]::placeholder,
footer .bloc-contact textarea::placeholder{ color: white; }
footer .bloc-contact input[type="text"]:active, 
footer .bloc-contact input[type="email"]:active, 
footer .bloc-contact input[type="tel"]:active,
footer .bloc-contact textarea:active, 
footer .bloc-contact input[type="text"]:focus, 
footer .bloc-contact input[type="email"]:focus, 
footer .bloc-contact input[type="tel"]:focus,
footer .bloc-contact textarea:focus{
    border-color: #ce3933;
}
footer .bloc-contact input[type="submit"]{
    line-height: 74px;
    padding: 0 20% 0 0;
    width: 98%;
    background: white url('gfx/fleche-rouge.svg') no-repeat 75% center / 34px;
    color: #ce3933;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif; 
    font-weight: 400;
    font-size: 18px;
}
footer .bloc-contact input[type="submit"]:hover{
    color: black; background-position: 80% center;
}
footer .bloc-contact .wpcf7-spinner{ margin: 0; position: absolute; left: 0; bottom: 0; }
footer .bloc-contact span.required{ color: white; font-size: 14px; }
.wpcf7-not-valid-tip{ position:absolute; bottom: -1.25rem; left: 0; font-size: 14px;  }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
    font-size: 14px;
}
/**/
#formulaire-rappel{
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    background: rgba(0,0,0,.5);
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}
#formulaire-rappel::after{
    content: " ";
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0,0,0,.4);
    transition: ease-in-out opacity .3s;
    opacity: 1;
}
#formulaire-rappel.hidden{
    bottom: auto;
    height: 0;
    overflow: hidden;
}
#formulaire-rappel.hidden::after{
    transition: ease-in-out opacity .3s;
    opacity: 0;
}
#formulaire-rappel > *{ z-index: 10002; }
.in-formulaire-rappel{ 
    position: relative;
    padding: 2rem;
    background-color:#000;
    width: 25%;
 }
.hide-formulaire-rappel{
    position: absolute;
    right: -2rem;
    top: -2rem;
    z-index: 10001;
    font-size: 2rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
    background: #ce3933;
    line-height: 3rem;
    width: 3rem;
    text-align: center;
    border-radius: 100%;
}
.hide-formulaire-rappel:hover{
    background: white;
    color: #ce3933;
}
#formulaire-rappel .wpcf7-spinner{
    position: absolute;
    left: .5rem;
    bottom: .5rem;
}
.in-formulaire-rappel input[type="tel"]{
    background: white;
    border: 0px;
    color: #000;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 10px;
    width: calc(100% - 20px);
    margin-bottom: 6px;
}
.in-formulaire-rappel input[type="tel"]::placeholder{ color: #000; }
.in-formulaire-rappel input[type="submit"]{
    background: white;
    line-height: 32px;
    padding: 10px 10px;
    width: 100%;
    color:#ce3933;
    font-size: 22px;
    text-transform: uppercase;
    margin: 16px 0 0 0;
}
.in-formulaire-rappel input[type="submit"]:hover{ background: #ce3933; color: white; }
/*HOMEPAGE*/
p.phrase-video{ 
    font-size: 56px; 
    color: white; 
    font-family: "Playfair Display", serif; 
    font-style: italic;
    display: flex;
    flex-flow: column wrap;
    line-height: 70px;
    top: 42%;
    left: 35%;
    z-index: 3;
}
p.phrase-video span{ 
    font-size: 80px; 
    font-family: "Roboto Condensed", sans-serif; 
    font-style:normal;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 4.5rem;
}
.home_contenu .video > *{ display: flex; }
.home_contenu .video{ padding-top: 44px; }
.home_contenu .video::before{
    content: " ";
    display: block;
    position: absolute;
    right: 26%;
    top: 0px;
    width: 240px;
    width: 12.5%;
    height: 240px;
    background: transparent url('gfx/virage-rouge.svg') no-repeat 0 0 / 100%;
}
.flex{ display: flex; }
.photonb{ margin: -74px 0 0 0; }
.photonb img{ position: relative; z-index: 2; }
.blocsphotonb .fdblanc{
    background: white;
    box-shadow: 34px -34px 20px rgba(0,0,0,.25);
    position: relative;
    z-index: 3;
    margin-top: -410px;
    padding: 56px 0 76px 0;
}
.blocsphotonb .fdblanc h1{
    color:#dbd5d5;
    font-family: "Playfair Display", serif; 
    font-style: italic;
    font-size: 36px;
    line-height: 56px;
    margin: 0 0 56px 0;
}
.blocsphotonb .fdblanc h1 span.red{
    font-size: 55px;
    font-weight: 400;
    letter-spacing: .2rem;
    font-family: "Roboto Condensed", sans-serif; 
    font-style:normal;
    text-transform: uppercase;
}
.blocsphotonb .fdblanc h1 span.black{
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif; 
    font-style:normal;
    display: block;
    line-height: 18px;
}
.blocsphotonb .fdblanc p{ font-size: 16px; line-height: 30px; text-align: justify; margin: 0 0 1.5rem 0; }

.btn{
    display: block;
    width: max-content;
    border: 1px solid black;
    line-height: 56px;
    padding: 0 40px;
    text-transform: uppercase;
    font-weight: 600;
    transition: ease-in-out all .2s;
}
.btn span{ font-weight: 400; }
.btn.red{
    color:#ce3933;
    border-color:#ce3933;
}
.btn:hover{
    text-decoration: none;
    background: #dbd5d5;
    transition: ease-in-out all .2s;
}
.btn.red:hover{
    background:#ce3933;
    color: white;  
    transition: ease-in-out all .2s;
}

.blocsphotonb .fdblanc .btn{ margin-top: 66px; }
.phrasenb h2{
    font-family: "Playfair Display", serif; 
    font-style: italic;
    font-size: 50px;
    line-height: 60px;
    margin: 130px 0 60px 15%;
}
.phrasenb h2 span.grey{ font-size: 44px; }
.phrasenb h2 span.red{ 
    letter-spacing: .2rem;
    font-family: "Roboto Condensed", sans-serif; 
    font-style:normal;
    text-transform: uppercase;
}
.illustration-vert3{
    background: transparent url(gfx/cercles4.svg) no-repeat 100% 0 / 560px;
    width: 400px;
    height: 400px;
    transform: rotate(-90deg);
    margin: 0px 0 40px 0;
}
.prestations-1 h2{
    color:#dbd5d5;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 36px;
    margin: 80px 0 30px 0;
}
.prestations-1 h2 span{
    font-family: "Roboto Condensed", sans-serif; 
    font-style:normal;
    font-size: 54px;
    text-transform: uppercase;
    letter-spacing: .2rem;
}
.prestations-1 p{ font-size: 16px; line-height: 24px; text-align: justify; }
.bloc-prestations{
    align-items: stretch;
}
.bloc-prestations > .spannomargin-5{ height: 292px; }
.bloc-prestations > .spannomargin-5 a{
    display: flex;
    position: relative;
    flex-flow: column wrap;
    align-items: center;
    justify-content: stretch;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.bloc-prestations > .spannomargin-5 a span{
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    position: relative;
    background: white;
    transition: ease-in-out all .4s;
}
.presta_picto{
    max-height: 64px;
    max-width: 84px;
    margin: 0 auto;
}
.bloc-prestations > .spannomargin-5 a span p{
    font-size: 16px;
    margin: 10px 34px 44px 34px;
}
.bloc-prestations > .spannomargin-5 a span h3{
    font-size: 20px;
    text-align: left;
    margin: 44px 34px 0 34px;
}
.bloc-prestations > .spannomargin-5.blocnb1 a,
.bloc-prestations > .spannomargin-5.blocnb2 a,
.bloc-prestations > .spannomargin-5.blocnb3 a,
.bloc-prestations > .spannomargin-5.blocnb4 a{
    z-index: 3;
    box-shadow: 0 6px 6px rgba(0,0,0,.15);
}
.bloc-prestations > .spannomargin-5.blocnb5 a,
.bloc-prestations > .spannomargin-5.blocnb6 a,
.bloc-prestations > .spannomargin-5.blocnb7 a,
.bloc-prestations > .spannomargin-5.blocnb8 a{
    z-index: 2;
    box-shadow: 0 12px 12px rgba(0,0,0,.15);
}

.bloc-prestations > .spannomargin-5 a:hover{ text-decoration: none; }
.bloc-prestations > .spannomargin-5 a:hover span{
    background: rgba(0,0,0,.4);
    transition: ease-in-out all .2s;
}
.bloc-prestations > .spannomargin-5 a:hover .presta_picto, 
.bloc-prestations > .spannomargin-5 a:hover p{
    opacity: 0;
}
.bloc-prestations > .spannomargin-5 a:hover span h3{
    color: white;
}
.bloc-prestations > .spannomargin-5 a span::after{
    content: " ";
    background: transparent url('gfx/fleche-rouge.svg') no-repeat 0 0;
    position: absolute;
    bottom: 28px;
    right: 38px;
    z-index: 5;
    width: 42px;
    height: 32px;
    filter:grayscale(100%) brightness(1000%);
    opacity: 0;
}
.bloc-prestations > .spannomargin-5 a span:hover::after{
    opacity: 1;
}
.dernieres-prod{
    padding: 250px 0 200px 0;
    background: #f8eded url('gfx/fond-cables.jpg') no-repeat right top / 100%;
    margin: -30px 0 0 0;
}

.nosprojets{ height: 36.5vw; margin-top: 2.7vw; }
.nosprojets .spannomargin-22 img{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    max-width: 75%;
    transform: translateX(1vw);
    transition: ease-in-out all .5s;
}
.nosprojets .spannomargin-22.relative{ 
    height: 36.5vw;
}
.nosprojets .spannomargin-22.relative .outimg{
    overflow: hidden;
    width: calc(100% - 1vw);
    width:  calc(73% - 1vw);
    padding: 0 0 0 27%;
    position: relative;
    height: 36.5vw; 
}
.nosprojets .spannomargin-22 img.selected{
    opacity: 1;
    z-index: 2;
    transform: translateX(0);
    transition: ease-in-out all .5s;
}
.menu-nosprojets{
    position: absolute;
    padding: 0 0 2vw 0;
    left: 0;
    top: -3vw;
    z-index: 3;
    width: 30%;
}
.homeprojets h3{ 
    font-size: 25px;
    font-size: 1.3vw;
    line-height: 42px;
    line-height: 2vw;
    position: relative;
    margin: 2.5vw 0 0 0;
}
.homeprojets h3 a:hover{ color: black; text-decoration: none; }
.homeprojets h3:before{
    content: " ";
    position: absolute;
    left: -2vw;
    top: 10%;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 100%;
    background:#ce3933;
    opacity: 0;
    transition: ease-in-out all .2s;
}
.homeprojets p{
    font-family:'Playfair Display', serif;
    font-size: 20px;
    font-size: 1.03vw;
    font-style: italic;
    margin: 0;
}
.homeprojets{ color:#b2aaaa;  transition: ease-in-out all .1s; }
.homeprojets.selected{
    color: black;
    transition: ease-in-out all .1s;
}
.homeprojets:not(.selected):hover{
    color:#b2aaaa;
    transition: ease-in-out all .1s;
}
.homeprojets.selected h3::before{
    opacity: 1;
    left: -3vw;
}
.homeprojets h3 a{ color:#b2aaaa; }
.homeprojets.selected h3 a{ color: black }
.menu-nosprojets a.tousprojets{
    font-size: 14px;
    font-size: .7vw;
    font-weight: 500;
    letter-spacing: .075vw;
    display: inline-flex;
    width: fit-content;
    text-align: center;
    position: absolute;
    bottom: -7vw;
    left: 5vw;
}
.menu-nosprojets a.tousprojets span{ color: #d22d1b; }
.menu-nosprojets a.tousprojets::before{
    content: " ";
    display: block;
    width: 1px;
    height: 4vw;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: -5.5vw;
    background: #878787;
}
.menu-nosprojets a.tousprojets:hover{ color: #d22d1b; text-decoration: none; }
.menu-nosprojets a.tousprojets:hover span{ color: #000; text-decoration: none; }
.productions-titre{ font-size: 36px; margin-bottom: 4.5vw; margin-left: -5vw; }
.productions-titre span{ font-size: 54px; }
.menu-nosprojets::before{
    content: " ";
    display: block;
    position: absolute;
    left: -5vw;
    top: 9vw;
    z-index: 3;
    background: transparent url(gfx/corniere-large.svg) no-repeat 0 0 / 100%;
    width: 60px;
    height: 60px;
}
.nosprojets .spannomargin-22.relative::after{
    content: " ";
    display: block;
    position: absolute;
    right: 1vw;
    bottom: 2vw;
    z-index: 3;
    background: transparent url(gfx/corniere-large.svg) no-repeat 0 0 / 100%;
    transform: rotate(-180deg);
    width: 60px;
    height: 60px;
}
.btn-toutes{
    font-size: 15px;
    text-transform: uppercase;
    margin: -3vw auto 0 auto;
    display: block;
    width: max-content;
    position: relative;
    z-index: 10;
}
.btn-toutes .red{ font-weight: 600; }
.btn-toutes:hover{ text-decoration: none; }

.quatreronds{ 
    position: relative;
    z-index: 5;
    margin: -128px 0 0 0; 
}
.encart-rond{
    background: white;
    padding: 128px 15% 10px 15%;
    border-top-left-radius: 175px;
    border-top-right-radius: 175px;
    width: 70%;
    position: relative
 }

.encart-rond h3{
    text-transform: uppercase;
    font-size: 31px;
    margin: 86px 0 0 0;
}
.encart-rond h3 span{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: none;
}
.encart-rond p{ font-size: 18px; margin: 1rem 0 80px 0; }
.encart-rond.rond1::before{
    content: " ";
    width:202px;
    height:227px;
    background: transparent url('gfx/illus-live.png') no-repeat 0 0;
    position: absolute;
    top: -34px;
    right: 0;
}
.encart-rond.rond2::before{
    content: " ";
    width:100%;
    height:227px;
    background: transparent url('gfx/illus-regie.png') no-repeat center top;
    position: absolute;
    top: -34px;
    right: 0;
    left: 0;
}
.encart-rond.rond3::before{
    content: " ";
    width:100%;
    height:227px;
    background: transparent url('gfx/illus-diffusion.png') no-repeat center bottom;
    position: absolute;
    top: -24px;
    right: 0;
    left: 0;
}
.encart-rond.rond4::before{
    content: " ";
    width:202px;
    height:227px;
    background: transparent url('gfx/illus-gestion.png') no-repeat center bottom;
    position: absolute;
    top: -34px;
    left: 44px;
}
.btn-entrer{
    font-size: 28px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    position: relative;
    transition: ease-in-out all .1s;
}
.btn-entrer span{ text-transform: none;}
.btn-entrer::after{
    content: " ";
    display: block;
    background: transparent url('gfx/fleche-rouge.svg') no-repeat center / 100%;
    width: 28px;
    height: 20px;
    filter: brightness(0) grayscale(100%);
    position: absolute;
    right: 0;
    bottom: 2px;
}
.btn-entrer:hover{ text-decoration: none; color: #d22d1b; transition: ease-in-out all .1s; }

.temoignages{
    padding: 80px 0 200px 0;
    margin: 40px 0 0 0;
    background: white url('gfx/fond-temoignages.jpg') no-repeat right bottom;
}
.temoignages::before{
    content: " ";
    display: block;
    background: transparent url('gfx/cercles3.svg') no-repeat center / 100%;
    height: 124px;
    width: 470px;
    transform: rotate(-90deg);
    position: absolute;
    left: -240px;
    top: 340px;
}
.temoignage{ color:#626262; }
.temoignages h2{ font-size: 30px; text-transform: uppercase; margin: 0 0 60px 0; }
.temoignages h2 span{ font-size: 36px; text-transform: none; }
.temoignages p.temoignage{ font-size: 18px; line-height: 24px; margin: 0 0 2rem 0; }
.temoignages p.signature{ font-size: 18px; }
.swiper-temoignages{ margin-bottom: 60px; }
/* pages */
/* a propos */
.bandeau{ margin-top: 44px; position: relative; }
.bandeau > div{ position: relative; }
.bandeau .spannomargin-11{ z-index: 2; }
.bandeau .spannomargin-16.mrgneg{ z-index: 1; margin-left: -12.5%; }
.bandeau .bloc-blanc{
    background: white;
    display: flex;
    flex-flow: row wrap;
    padding: 70px;
    margin: 74px 0 0 0;
}
.bandeau p.grey{ font-size: 36px; width: 100%;}
.bandeau h1{ font-size: 52px; font-weight: 600; line-height: 58px; width: 70%; margin-bottom: 32px; }
/**/
.zone-texte p{ font-size: 16px; line-height: 30px; margin: 0 0 1rem 0; }
.zone-texte h2{
    font-family: "Playfair Display", serif;
    color: #ce3933;
    font-style: italic;
    font-size: 30px;
    margin: 40px 0 40px 0;
    padding: 0 0 0 120px;
    position: relative;
}
.zone-texte h2::before{
    content: " ";
    display: block;
    position: absolute;
    left: 50px;
    top: -40px;
    z-index: 3;
    width: 50px;
    height: 50px;
    transform: rotate(-90deg);
    background: transparent url('gfx/virage-rouge.svg') no-repeat 0 0 / 100%;
}
.zone-texte h3{
    color: black;
    position: relative;
    padding: 0 0 0 30px;
    font-size: 20px;
    font-weight: 600;
    margin: 1rem 0;
}
.zone-texte h3::before{
    content: " ";
    display: block;
    background: transparent url('gfx/rond-rouge.svg') no-repeat 0 0 / 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    filter:grayscale(100%) brightness(0);
}
.zone-texte ul li{
    font-size: 16px; 
    line-height: 24px; 
    margin: 1.5rem 60px 1.5rem 60px;
    padding-left: 50px;
    list-style-type: none;
    position: relative;
}
.zone-texte ul li::before{
    content: " ";
    display: block;
    background: transparent url('gfx/rond-rouge.svg') no-repeat 0 0 / 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 8px;
    filter:grayscale(100%) brightness(0);
}
.zone-texte ul{ margin: 3rem 0; }


/**/
.bandeau::before{
    content: " ";
    display: block;
    position: absolute;
    right: -6px;
    top: -40px;
    z-index: 3;
    width: 240px;
    width: 12.5%;
    height: 240px;
    background: transparent url(gfx/virage-rouge.svg) no-repeat 0 0 / 100%;
}
.fond-bandeau::after{
    content: " ";
    background-color:#f8eded;
    position: absolute;
    z-index: 0;
    top: 55%;
    bottom: 0;
    left: 0;
    right: 0;
}
.leconseil{ margin: 60px 0 80px 0; }

.bgrose{
    background-color:#f8eded;
}
.mbequipe img{ max-width: 50%; border-radius: 100%; margin-top: 6px; display: flex; }
.mbequipe{
    aspect-ratio: 1/1;
    position: relative;
}
.mbequipe::before{
    content: " ";
    z-index: 1;
    background: white;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.mbequipe > *{ position: relative; z-index: 2; }
.mbequipe h4{
    margin-left: 12.5%;
    margin-top: 12px;
    font-size: 21px;
    line-height: 24px;
}
.equipe .mbequipe.spannomargin-6 h4{ font-size: 30px; margin-top: 20px; }
.mbequipe p{
    margin: 0 12.5% 0 12.5%;
    font-size: 18px;
}
.equipe .mbequipe.spannomargin-6 p{ font-size: 28px; }
.mbequipe h4 span{ display: inline-block; width: 100%; font-size: 18px; text-transform: none; font-weight: 400; }
.equipe-titre.zone-texte h2{ margin-bottom: 60px; }
.bgrose .equipe{ padding-bottom: 170px; }
#page main{ padding-bottom: 200px; }
/*BLOCS*/
.bloc-titrerouge{ margin: 70px 0 70px 0;  }
.bloc-titrerouge h2{
    padding: 100px 0 50px 0;
    font-size: 50px;
}
.bloc-titrerouge h2 span{ font-size: 36px; }
.bloc-titrerouge h2::before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 3;
    background: transparent url(gfx/corniere-large.svg) no-repeat 0 0 / 100%;
    width: 164px;
    height: 164px;
}
.bloc-titrerouge .decoration::after, 
.bloc-titrerouge .decoration::before{
    content: " ";
    display: block;
    z-index: 3;
    width: 50px;
    height: 50px;
    transform: rotate(90deg);
    background: transparent url(gfx/virage-rouge.svg) no-repeat 0 0 / 100%;
}
.bloc-titrerouge .decoration::after{ margin-top: -14px; display: none; }
.row.end{ align-items: flex-end; }
.bloc-texteimage{ margin: 100px 0 100px 0; }
.blocti1 .row, 
.blocti3 .row, 
.blocti5 .row, 
.blocti7 .row,
.blocti9 .row{ flex-flow: row-reverse wrap; }
.decopic{
    background: white;
    padding: 0 52px 62px 52px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: max-content;
    box-shadow: -30px 40px 20px rgba(0,0,0,.2);
    float: right;
    max-width: calc( 100% - 104px );
}
.blocti1 .decopic, 
.blocti3 .decopic, 
.blocti5 .decopic, 
.blocti7 .decopic,
.blocti9 .decopic{
    box-shadow: 30px 40px 20px rgba(0,0,0,.2);
    float: none;
}
.decopic::after{
    content: ' ';
    display: block;
    position: absolute;
    z-index: 3;
    background: transparent url(gfx/corniere-large.svg) no-repeat 0 0 / 100%;
    width: 64px;
    height: 64px;
    transform: rotate(180deg);
    right: 30px;
    bottom: 30px;
}
.blocti1 .decopic::after, 
.blocti3 .decopic::after, 
.blocti5 .decopic::after, 
.blocti7 .decopic::after,
.blocti9 .decopic::after{
    transform: rotate(-90deg);
    left: 30px;
    bottom: 30px;
}
.decopic p{
    margin: 0;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 62px;
    text-align: center;
}
.bloc-texteimage .zone-texte p{ text-align: justify; margin: 1rem 60px 2rem 60px; }
.bloc-texteimage .zone-texte h2{ padding-left: 60px; }
.bloc-texteimage .zone-texte h2::before{ left: 0; }
.bloc-ligne-contact{ margin: 60px 0 60px 0; }
.bloc-texte{ margin: 60px 0 60px 0; }
.troisbloc{
    margin: 34px;
    padding: 48px 48px 112px 48px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.troisbloc.nolink{ padding-bottom: 0; }
.troisbloc > *{ position: relative; z-index: 3; }
.troisbloc::before{
    content: " ";
    background:#f8eded;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    height: 260px;
}
.troisbloc::after{
    content: ' ';
    display: block;
    position: absolute;
    z-index: 3;
    background: transparent url(gfx/corniere-large.svg) no-repeat 0 0 / 100%;
    width: 96px;
    height: 96px;
    left: 30px;
    top: -30px;
}
.troisbloc p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.troisbloc ul li{
    font-size: 16px;
    line-height: 26px;
}
.bloc-troisblocs .row{ align-items: stretch; }
.bloc-troisblocs .row .spannomargin-8{ 
    display: flex; 
    align-items: stretch; 
    justify-content: flex-start;
    flex-flow: row wrap; 
}
.troisbloc a.btn{
    position: absolute;
    bottom: 0;
    left: 48px;
    width: calc(100% - 48px - 48px );
    padding: 0;
    text-align: center;
    font-size: 16px;
}
.troisbloc h4{
    font-family: "Playfair Display", serif;
    color: #ce3933;
    font-style: italic;
    font-size: 24px;
    margin: 2rem auto 0 auto;
}
.troisbloc h4 strong{
    color: black;
    font-style: normal;
    font-family: "Roboto", sans-serif;
}
.troisbloc h3{
    color: black;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    margin: 0 0 40px 0;
}
.bloc-troisblocs h2{ margin: 0 0 100px 0; }
.bloc-troisblocs{ margin: 60px 0 60px 0; }
.casclient{ margin: 140px 0 60px 0; }
.videoyt iframe{
    max-width: 100%;
    width: calc(100% - 60px);
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0 30px;
}
.casclient h2{ 
    position: relative; 
    padding: 108px 0 0 0; 
    margin: 0 0 70px 46px;
    font-size: 36px;
}
.casclient h2 span{
    font-size: 56px;
    line-height: 50px;
}
.decocas::before{
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    top: -40px;
    z-index: 3;
    width: 202px;
    height: 202px;
    background: transparent url(gfx/virage-rouge.svg) no-repeat 0 0 / 100%;
    transform: rotate(180deg);
}
.casclient p.objectif{ margin: 0px 0 24px 0; }
.casclient p.client{ margin: 128px 0 24px 0; }
.casclient p span.red{ font-size: 18px;}
.casclient p span.black{ font-size: 30px;}
.casclient p.objectif span.black{ font-size: 20px;}
.casconcret-pictos{
    border-top: 1px solid #ce3933;
    border-bottom: 1px solid #ce3933;
    padding: 32px 0;
    margin: 0 0 40px 0;
    justify-content: space-between;
}
.casconcret-pictos img{ max-height: 24px; max-width: 34px; margin: 0 auto 22px auto; }
.casconcret-pictos p{ 
    display: flex; 
    flex-flow: column wrap; 
    justify-content: flex-start;
    align-items: center;
    max-width: 25%;
    text-align: center;
    width: max-content;
    font-size: 16px;
}
.casconcret-pictos p.cas_concret_equipe{ max-width: 30%; }
.liste_technique b{
    font-style: italic;
    color: #ce3933;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-right: .5rem;
    font-size: 18px; 
}
.liste_technique{ font-size: 16px; line-height: 24px; margin: 0; }
.cas_concret_texte{
    margin: 90px 0 70px 0;
    padding: 50px 0 50px 0;
}
.cas_concret_texte .zone-texte{ position: relative; }
.cas_concret_texte .zone-texte::before, .cas_concret_texte .zone-texte::after{
    content: ' ';
    display: block;
    position: absolute;
    z-index: 3;
    background: transparent url(gfx/corniere-large.svg) no-repeat 0 0 / 100%;
    width: 50px;
    height: 50px;
}
.cas_concret_texte .zone-texte::before{ top: -70px; left: -70px;}
.cas_concret_texte .zone-texte::after{ 
    bottom: -160px; 
    right: -70px; 
    transform: rotate(180deg); 
    width: 120px;
    height: 120px;
}
.references-titre{ margin: 40px 0; }

.faq{ background:#f4f3f3; padding: 0 0 120px 0; margin: 60px 0 -120px 0; }
.faq .zone-texte h2{ margin-top: 10px; }
.tabs {
    background: transparent;
    padding: 1rem 0;
    border-bottom: 1px solid #c7c6c6;
    margin: 0;
}
.tabs .tab-question {
    cursor: pointer;
    font-weight: 600;
    position: relative;
    width: calc(100% - 100px);
    font-size: 18px;
    padding: .5rem 0;
    margin: 0;
}
.tabs .tab-question::after {
    position: absolute;
    right: -60px;
    top: 4px;
    content: " ";
    background: transparent url('gfx/faq-rouge.svg') no-repeat center / 100%;
    width: 28px;
    height: 14px;
    transition: ease-in-out all .15s;
    transform: rotate(-90deg);
    filter:contrast(200%)grayscale(100%);
}
.tabs .tab-question.open::after{
    transform: rotate(0);
    filter:unset;
}
.tabs .tab-reponse {
    height: 0;
    margin: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    transition: ease-in-out all .3s;
}
.tabs .tab-reponse.view {
    height: auto;
    margin: 1.5rem 0;
    transition: ease-in-out all .3s;
}

.prestation .encart-rond{ 
    margin-top: 102px;
    background: transparent;
    border-radius: 0;
}
.prestation .encart-rond > *{ position: relative; z-index: 3; }
.prestation .encart-rond::after{
    content: " ";
    width: 100%;
    min-height: 1rem;
    aspect-ratio: 1/1;
    background: white;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.prestation .encart-rond::before{ z-index: 2; }
.bgrose .quatreronds{ margin: 0; }
/*production*/
.production .bandeau > div{ z-index: 2; }
.production .fond-bandeau::after{ display: none; }
.bgcables{
    background:#f8eded url('gfx/fond-cables.jpg') no-repeat right top / 64%;
    padding: 0 0 240px 0;
    margin-top: 40px;
}
.decoreals::after{
    content: ' ';
    display: block;
    position: absolute;
    z-index: 3;
    background: transparent url(gfx/corniere-large.svg) no-repeat 0 0 / 100%;
    width: 70px;
    height: 70px;
    right: 0px;
    top: -30px;
    transform: rotate(90deg);
}
.dernieres-real-titre.casclient{ margin: 0; align-items: center; }
.dernieres-real-titre.casclient h2{ padding-top: 78px; margin-bottom: 100px; }
.dernieres-real-titre.casclient h2 span{ letter-spacing: .25rem; }
.dernieres-real-titre.casclient .btn-toutes{ margin: 3rem 0 0 0; }
.dernieres-real-titre.casclient .decocas::before{ top: -190px; }
.dernieres-real a{ display: block; max-width: 436px; }
.dernieres-real a.relative::after{
    content: " ";
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: ease-in-out all .2s;
}
.dernieres-real a.relative:hover::after{
    background: rgba(0,0,0,.75);  
    transition: ease-in-out all .2s;
}
.dernieres-real a.relative .cartouche{
    position: absolute;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.dernieres-real a.relative p.uppercase{ font-size: 30px; margin: 0; }
.dernieres-real a.relative p{ font-size: 20px; margin: 0; }
.dernieres-real a.relative:hover p.white{ color:#ce3933; transition: ease-in-out all .2s; }
.production .bandeau h1{ margin-bottom: 0; }
.production .bandeau .soustitre{
    font-size: 30px;
    margin: 0 0 0 0;
}
p.type_de_prestation{
    margin: 40px 0;
    font-size: 20px;
}
p.type_de_prestation span{ padding-left: 60px; display: inline-block;     line-height: 40px; }
p.type_de_prestation span.evenement{
    background: transparent url('gfx/evenement.svg') no-repeat left center / 40px;
}
p.type_de_prestation span.conference{
    background: transparent url('gfx/conference.svg') no-repeat left center / 40px;
}
p.type_de_prestation span.live{
    background: transparent url('gfx/live.svg') no-repeat left center / 40px;
}
p.type_de_prestation span.webinaire{
    background: transparent url('gfx/webinaire.svg') no-repeat left center / 40px;
}
p.type_de_prestation span.podcast{
    background: transparent url('gfx/podcast.svg') no-repeat left center / 40px;
}
p.type_de_prestation span.demo{
    background: transparent url('gfx/demo.svg') no-repeat left center / 40px;
}
p.type_de_prestation span.institutionnel{
    background: transparent url('gfx/film.svg') no-repeat left center / 40px;
}
p.type_de_prestation span.court{
    background: transparent url('gfx/formats-courts.svg') no-repeat left center / 40px;
}
.production .bgrose{ margin-top: 70px; padding-bottom: 70px; }
.production .videoyt iframe{ width: 100%; margin: -70px auto 70px auto; }
.production .bgrose h3{ font-size: 24px; }
.production p.objectif{ font-size: 22px; font-weight: 600; }
.production .titre-motclient{ margin-bottom: 32px; }
.production .texte-motclient{ font-size: 20px; line-height: 30px; margin-bottom: 42px; }
.production .nom-motclient{ font-size: 22px; margin-bottom: 0; }
.production .poste-motclient{ font-size: 14px; margin: 4px 0 0 0; }
.production .carac-prod{
    flex-flow: column wrap;
    padding: 30px 0 0 0;
    margin: 34px 0 0 0;
    position: relative;
}
.production .carac-prod p{ 
    display: flex; 
    flex-flow: row wrap; 
    width: 100%;  
    align-items: center; 
    font-size: 16px; 
    margin: 12px 0; 
}
.production .carac-prod p img{ max-width: 34px; max-height: 26px; margin-right: 20px; }
.production .carac-prod::before{
    content: ' ';
    display: block;
    position: absolute;
    left: -84px;
    top: 0px;
    z-index: 3;
    background: transparent url(gfx/corniere-large.svg) no-repeat 0 0 / 100%;
    width: 74px;
    height: 74px;
}
.production .carac-prod p.audio img{ margin-left: 8px; margin-right: 22px; }
.production .carac-prod p.medias img{ margin-right: 10px; }
.production .carac-prod p.duree img{ margin-left: 4px; margin-right: 16px; }
.production .carac-prod p.video img{ margin-left: 4px; margin-right: 16px; }

/* page des productions */
.spannomargin-8.encart-post.selected{ display: block; }
.spannomargin-8.encart-post.hidden{ display: none; }
.spannomargin-8.encart-post{ margin: 26px 0; }
.page-productions .fond-bandeau::after{ display: none; }
.page-productions .bandeau h1{
    font-size: 46px;
    font-weight: 400;
    width: 100%;
}
.page-productions .bandeau h1 span.red{ 
    font-style: normal; 
    font-family: "Roboto Condensed", sans-serif; 
    text-transform: uppercase;
    font-weight: 600;
}
.page-productions .bgrose{
    margin: 140px 0 0 0;
    padding: 0 0 110px 0;
}
.page-productions .bgrose .dernieres-real{ margin-top: -100px; }
.searchindustry{
    margin: 0 34px 1rem 34px;
    width: calc( 100% - 70px );
    height: 76px;
    line-height: 76px;
    padding: 0 34px;
    border: 1px solid #ce3933;
    background: white url('gfx/filtrer.svg') no-repeat 92.5% center / 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ce3933;
}
#page .page-productions main { padding-bottom: 0px; }
.pagination .nav-links{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.pagination .nav-links{
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 42px;
}
.pagination .nav-links span, 
.pagination .nav-links a{
    margin: 0 16px;
    color:#b2aaaa;
}
.pagination .nav-links span.page-numbers.current{
    color: #ce3933;
    font-weight: 600;
}
.pagination .nav-links a.prev, 
.pagination .nav-links a.next{
    text-indent: -300px;
    width: 42px;
    height: 32px;
    overflow: hidden;
    background: transparent url('gfx/fleche-rouge.svg') no-repeat 0 0 / 100%;
}
.pagination .nav-links a.prev{
    transform:rotate(180deg);
    filter: contrast(15%) brightness(150%);
}

.page-simple .fond-bandeau::after{ display: none; }

/*contact*/

.bgcables.blanc{
    background-color: white;
    background-image: url('gfx/fond-cables-blanc.jpg');
    background-size: 100%;
}
#page .contact main { padding-bottom: 0px; }
#page .contact .bgrose{ padding: 70px 0 120px 0; }
#page .contact .bgrose input[type="text"], 
#page .contact .bgrose input[type="email"], 
#page .contact .bgrose input[type="tel"]{
    border-radius: 20px;
    border: 1px solid #b2aaaa;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    color:black;
    font-size: 20px;
    width: calc(100% - 42px);
}
#page .contact .bgrose textarea{
    border-radius: 20px;
    border: 1px solid #b2aaaa;
    font-family: "Roboto Condensed", sans-serif;
    color:black;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 1rem 20px;
    width: calc(100% - 42px);
}
#page .contact .bgrose input[type="text"]::placeholder, 
#page .contact .bgrose input[type="email"]::placeholder, 
#page .contact .bgrose input[type="tel"]::placeholder,
#page .contact .bgrose textarea::placeholder{ color: black; }
#page .contact .bgrose input[type="text"]:focus, 
#page .contact .bgrose input[type="email"]:focus, 
#page .contact .bgrose input[type="tel"]:focus,
#page .contact .bgrose textarea:focus{ border-color: black; }

#page .contact .bgrose input[type="submit"]{
    height: 110px;
    line-height: 100px;
    background: transparent url('gfx/fleche-rouge.svg') no-repeat 90% center / 30px;
    border: 1px solid #ce3933;
    font-size: 28px;
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05rem;
    margin: 20px 0;
}
#page .contact .bgrose input[type="submit"]:hover{
    background-color: white;
    color: #ce3933;
}
#page .contact .bgrose .wpcf7-spinner{ position: absolute; left: 0; bottom: 0; margin: 0; }
#page .contact .bgrose h3{
    font-size: 28px;
    margin-bottom: 1.5rem;
    margin-top: 10rem;
}
#page .contact .bgrose p.tel{
    font-size: 24px;
    margin-bottom: 1.5rem;
}
#page .contact .bgrose p.tel a:hover{
    text-decoration: none; color: black;
}
.decocontact::after{
    content: ' ';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
    background: transparent url(gfx/corniere-large.svg) no-repeat 0 0 / 100%;
    width: 90px;
    height: 90px;
    transform: rotate(90deg);
}
.prestation .picto{ 
    position: absolute; 
    right: 60px; 
    top: 46px; 
    max-width: 80px; 
    max-height: 80px; 
    z-index: 2;
}
.prestation .bandeau .bloc-blanc::before{
    content: ' ';
    display: block;
    position: absolute;
    right: 136px;
    top: 120px;
    z-index: 3;
    background: transparent url(gfx/corniere-large.svg) no-repeat 0 0 / 100%;
    width: 50px;
    height: 50px;
    transform: rotate(-90deg);
}




/**/
@media (min-width: 2px) and (max-width: 1023px){
    .mille, .conteneur{ width: 100%; }
    .conteneur{ overflow-y: hidden; }
    header.fixe{ position: relative; left: auto; top: auto; right: auto; }
    main.fixe { margin-top: 0px; }
    header .spannomargin-6{ width: 60%; }
    header .spannomargin-4{ width: 20%; }
    header .spannomargin-14{ width: 20%; }
    header .row.middle::after{ display: none; }
    header, header .row{ height: 114px; }
    a#logo{ width: 85%; margin: 0 5% 0 10%; background-position: center; }
    .menu-toggle{
        width: 100%;
        padding: 0;
        background: #fff;
        color: #b1b1b1;
        border:0;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: .1rem;
        text-align: center;
        text-transform: uppercase;
    }
    .menu-toggle span{ display: inline-block; margin-top: 4px; }
    .menu-toggle img{ max-width: 40px; }
    .menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover{
        text-decoration: none;
    }

    .nav-menu{ 
        display: none; 
        padding: 2rem 0; 
        margin:0; 
        z-index: 9999; 
        width: 500%;
        position: absolute;
        background: white;
        right: 0;
        top: 0;
        box-shadow: 0 20px 20px rgba(0, 0, 0, .25);
     }
    .nav-menu.toggled-on{ display: flex; }
    nav ul{
        flex-direction: column;
    }
    nav ul li{
        list-style-type: none;
        width: 80%;
        padding: 0 10%;
        margin: .5rem 0;
        display: inline;
        text-align: left;
        transition: ease-in-out all 0.1s;
    }
    nav ul li a{
        font-size: 20px;
        display: block;
        text-decoration: none;
        line-height: 46px;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    nav > div > ul > li > a::after{ display: none; }
    nav > div > ul > li:last-child a{ padding: 0; }
    nav > div > ul > li:last-child a::before{ top: 0; left: 2.5%; }
    nav ul li a:hover{   }
    nav ul li ul{
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        padding: 20px 0 0 0;
        border:0px;
    }
    nav ul li:hover ul{ }
    nav ul li ul li{
        display: list-item;
        padding: 0;
    }
    p.phrase-video{ left: 20%; top: 35%; font-size: 20px; line-height: 24px; }
    p.phrase-video span{ font-size: 30px; }
    .photonb { margin: -16px 5% 0 5%; width: 90%;  }
    .home_contenu .video::before{ right: 10%; height: 100px; }
    .home_contenu .video{ padding-top: 8px; }
    header .row.middle::before{ left: 5%; width: 32px; height: 32px; bottom: -28px; }
    .blocsphotonb{ width: 80%; margin: 1rem 10%; }
    .blocsphotonb .fdblanc{ box-shadow: none; padding: 1rem 0 1rem 0; margin-top: 0; }
    .blocsphotonb .fdblanc h1 {
        font-size: 30px;
        line-height: 46px;
        margin: 0 0 46px 0;
    }
    .blocsphotonb .fdblanc h1 span.red{ font-size: 44px; font-weight: 500; }
    .in-formulaire-rappel{ width: 65%; }
    .blocsphotonb .fdblanc .btn{ margin-top: 1.5rem; }
    .blocsphotonb .fdblanc p, 
    .prestations-1 p{ font-size: 15px; line-height: 24px; }
    .phrasenb h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 3rem 0 2rem 0;
    }
    .phrasenb h2 span.grey { font-size: 24px; }
    .prestations-1{ width: 80%; padding: 0 10%; flex-flow: column-reverse wrap; }
    .btn {
        line-height: 46px;
        font-size: 16px;
        padding: 0 30px;
        margin: 0 auto;
    }
    .prestations-1 h2{ font-size: 30px; margin: 2rem 0 1rem 0; }
    .prestations-1 h2 span{ font-size: 44px; font-weight: 500; }
    .illustration-vert3{ max-width: 100%; width: 150px; height: 50px; background-size: 200px; margin: 2rem auto 3rem auto; }
    .bloc-prestations .spannomargin-2{ display: none; }
    .bloc-prestations > .spannomargin-5{ width: 50%; height: auto; border-bottom: 1px solid rgba(0, 0, 0, .2); }
    .presta_picto{ margin-top: 14px; max-height: 54px; max-width: 74px; }
    .bloc-prestations > .spannomargin-5 a{ background-size: cover; }
    .bloc-prestations > .spannomargin-5 a span h3 {
        font-size: 14px;
        text-align: left;
        margin: 24px 24px 0 24px;
    }
    .bloc-prestations > .spannomargin-5 a span p {
        font-size: 12px;
        margin: 10px 24px 24px 24px;
    }
    .bloc-prestations{ margin-top: 2rem; }
    .dernieres-prod {
        padding: 9rem 10% 14rem 10%;
        width: 80%;
        background: #f8eded ;
        margin: 0px 0 0 0;
    }
    .menu-nosprojets{
        width: 95%;
        left: 0;
        bottom: 0;
        top: auto;
        padding: 0 0 3rem 5%;
    }
    .nosprojets .spannomargin-22.relative .outimg{
        width: 100%;
        padding: 0;
        height: 14rem
    }
    .nosprojets .spannomargin-22 img{ max-width: 100%; }
    .nosprojets{ height: 26rem; margin-top: 0 }
    .nosprojets .spannomargin-22.relative{ height: 26rem; }
    .productions-titre{
        position: absolute;
        top: -20rem;
        left: 5%;
        font-size: 30px;
    }
    .productions-titre span{ font-size: 44px; }
    .homeprojets h3{ font-size: .9rem; line-height: 1.1rem; margin: 1rem 0 0 0;}
    .homeprojets p{ font-size: .75rem; }
    .btn-toutes{ margin-top: 0; }
    .menu-nosprojets::before{ top: -1rem; left: -10%; }
    .nosprojets .spannomargin-22.relative::after{ right: -10%; bottom: 2rem; }
    .homeprojets h3:before{
        width: 1rem;
        height: 1rem;
    }
    .homeprojets.selected h3::before{ left:-1.5rem; top: 0; }
    .swiper-ronds .spannomargin-6{ width: 90%; padding: 0 5%; }
    .swiper-ronds .swiper-wrapper{ padding-top: 2.5rem; }
    .quatreronds{ margin: -158px 0 0 0; }
    .quatreronds .trait-rouge{ display: none; }
    .btn-entrer{ 
        border-bottom: 1px solid #ce3933;
        width: max-content;
        line-height: 58px;
        margin: 2rem auto 0 auto;
        padding-right: 70px;
     }
     .btn-entrer::after{ bottom: 16px; }
    .swiper-pagination-bullet{ background:#e6d8d8!important; width: 1rem; height: 1rem; opacity: 1; }
    .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#ce3933!important; }
    .temoignages{ background: white; width: 80%; padding: 2rem 10%; margin: 4rem 0 0 0; }
    .temoignages::before{
        height: 44px;
        width: 140px;
        top: 50px;
        left: -19%;
    }
    footer{ background-size: 200%; background-position: right bottom; width: 80%; padding:0 10% 1rem 10%; margin-top: 3rem; }
    footer .row:first-of-type{ flex-flow: column-reverse wrap; }
    footer .bloc-contact h2::before{ left: auto; right: 10%; }
    footer .bloc-contact h2 { font-size: 30px; }
    .footer-menu{ display: none; }
    .footer-menu li a { line-height: 30px; }
    .footerlogo{ margin: 3rem 20% 2rem 20%;  }
    p.mentions::after{ display: none; }

    .bandeau{ flex-flow: column-reverse wrap; width: 80%; padding: 0 10%; margin-top: 1rem; }
    .fond-bandeau::after{ display: none; }
    .bandeau .spannomargin-16.mrgneg{ margin-left: 0; }
    .bandeau .bloc-blanc{
        padding: 0;
        margin: 0;
    }
    .bandeau p.grey{ font-size: 30px; }
    .bandeau h1 {
        font-size: 32px;
        line-height: 38px;
        width: 80%;
        margin-bottom: 32px;
    }
    .bandeau::before{ height: 100px; width: 20%; right: 5%; top: -1rem; }
    .leconseil, .equipe{ width: 80%; padding: 0 10% 0 10%; }
    .leconseil{ margin-bottom: 3rem; }
    .zone-texte h2{ padding-left: 40px; }
    .zone-texte h2::before{ left: 0; }
    .mbequipe::before{ display: none; }
    .equipe{ background: white; padding-top: 3rem; }
    .mbequipe img{ display: none; }
    .mbequipe{ aspect-ratio: unset; }
    .mbequipe h4{ margin-left: 0; }
    .mbequipe p{ margin-left: 0; margin-bottom: 1rem; }
    .bgrose .equipe{ padding-bottom: 2rem; }
    .equipe-titre.zone-texte h2{ margin-bottom: 1rem; }

    .bloc-titrerouge h2{ font-size: 30px; padding: 3rem 0; }
    .bloc-titrerouge h2 span { font-size: 24px; }
    .bloc-titrerouge{ width: 80%; padding: 0 10%; margin: 3rem 0 1.5rem 0; }
    .bloc-titrerouge h2::before{ left: -5%; width: 114px; height: 114px; }
    .bloc-titrerouge .decoration::before{ float: right; }
    .bloc-texteimage { margin: 3rem 0; width: 80%; padding: 0 10%; }
    .bloc-ligne-contact { margin: 3rem 0; }
    .bloc-texte { width: 80%; padding: 0 10%; margin: 3rem 0; }
    .zone-texte h2{font-size: 24px; }
    .zone-texte h3{font-size: 18px; }
    .zone-texte p { font-size: 15px; line-height: 26px; }
    .zone-texte ul li{ margin-left: 0; margin-right: 0; padding-left: 2.5rem; font-size: 15px; line-height: 26px; }
    .bloc-texteimage .zone-texte p{ margin-left: 0px; margin-right: 0px; }
    #page main{ padding-bottom: 6rem; }
    #page .contact .bgrose{ width: 80%; padding: 3rem 10%; }
    #page .contact .bgrose input[type="text"], 
    #page .contact .bgrose input[type="email"], 
    #page .contact .bgrose input[type="tel"], 
    #page .contact .bgrose textarea{ font-size: 16px; }
    #page .contact .bgrose input[type="submit"] {
        height: 80px;
        line-height: 66px;
        background-position: 95% center;
        font-size: 20px;
    }
    #page .contact .bgrose h3{
        font-size: 22px;
        margin-top: 4rem;
    }
    .dernieres-real-titre.casclient .decocas::before{ width: 102px; height: 102px; top: -90px; }
    .casclient h2 span {
        font-size: 36px;
        line-height: 30px;
    }
    .dernieres-real-titre.casclient h2{ margin-bottom: 20px; }
    .casclient h2{ font-size: 26px; }
    .decocontact::after{ width: 50px; height: 50px; top: 20px; }
    .dernieres-real{ width: 80%; padding: 0 10%; }
    .dernieres-real-titre.casclient .btn-toutes{ margin: 3rem 10%;  }
    .dernieres-real a.relative p.uppercase{ font-size: 20px; }
    .dernieres-real a.relative .cartouche{ left: 10%; right: 10%; }
    .dernieres-real a.relative p{ font-size: 16px; }
    .dernieres-real .spannomargin-8{ margin-bottom: .5rem; }
    .bgcables{ padding-bottom: 6rem; }
    .prestation .picto{ max-width: 50px; max-height: 50px; top: -40px; right: 0rem; background: white; border: 4px solid white; }
    .prestation .bandeau .bloc-blanc::before{ display: none; }
    .prestation .encart-rond { margin-top: 2rem; }
    .bloc-troisblocs{ margin: 3rem 0; }
    .bloc-troisblocs h2{ margin-bottom: 3rem; }
    .troisbloc{ width: 80%; padding: 3rem 10% 6rem 10%; }
    .troisbloc h3{ font-size: 20px; margin-bottom: 2rem; }
    .troisbloc a.btn{ font-size: 14px; }
    .troisbloc::after{ height: 66px; width: 66px; }
    .troisbloc p, .troisbloc ul li { font-size: 15px; line-height: 26px; }
    .troisbloc::before{ height: 240px; }
    .troisbloc h4{ font-size: 22px; }
    .references-titre{ margin: 2rem 0; width: 80%; padding: 0 10%; }
    #page .references{ width: 80%; padding: 0 10%; }
    .decocas::before{ height: 66px; width: 66px; }
    .casclient{ width: 80%; padding: 0 10%; margin: 6rem 0 3rem 0; }
    .casclient.bgrose h2{ padding-top: 3rem; margin: 0 0 3rem 0; }
    .casclient p.client{ margin: 1rem 0; }
    .casclient p span.black{ font-size: 24px; }
    .casclient p.objectif span.black{ font-size: 16px; }
    .videoyt iframe { width: 100%; margin: 0; }
    .casconcret-pictos p{ font-size: 12px; }
    .liste_technique {
        font-size: 14px;
        line-height: 22px;
    }
    .cas_concret_texte {
        margin: 3rem 0 2rem 0;
        padding: 2rem 0 2rem 0;
    }
    .cas_concret_texte .zone-texte::after{ height: 66px; width: 66px; bottom: -90px; right: 0;}
    .faq {
        width: 80%;
        padding: 0 10% 6rem 10%;
        margin: 3rem 0 -9rem 0;
    }
    .tabs .tab-question { width: calc(100% - 2rem); font-size: 14px; }
    .tabs .tab-question::after{ right: -2rem; top: 14px; }
    .tabs .tab-reponse{ font-size: 14px; line-height: 20px; }
    .page-productions .bandeau h1 { font-size: 28px; }
    .searchindustry{ 
        margin: 1rem 0; 
        width: 100%; 
        height: 66px; 
        line-height: 66px; 
        font-size: 14px; 
        background-size: 22px;
        background-position: 95% center;
    }
    p.type_de_prestation { font-size: 16px; margin: 2rem 0 4rem 0; }
    .production .bandeau{ flex-flow: column wrap; }
    .production .bgrose{ width: 80%; padding: 0 10% 3rem 10%; margin-top: 3rem; }
    .production .videoyt iframe{ margin-bottom: 3rem; }
    .production p.objectif { font-size: 18px; }
    .production .bgrose h3 { font-size: 20px; }
    .production .titre-motclient { margin: 2rem 0; }
    .production .dernieres-real-titre.casclient h2{ margin-left: 0; }
    .decoreals::after{ height: 66px; width: 66px; right: -5%;}
    .production .bandeau .soustitre { font-size: 24px; }
    .production .texte-motclient {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 2rem;
    }
    .production .nom-motclient { font-size: 18px; }






}
/**/
@media (min-width: 768px) and (max-width: 1023px){

    .nav-menu{ width: 250%; }
    p.phrase-video span { font-size: 50px; }
    p.phrase-video{ font-size: 30px; line-height: 44px; }
    .photonb { margin: -36px 15% 0 15%; width: 70%; }
    .blocsphotonb{ width: 100%; margin: 1rem 0%; }
    .blocsphotonb .spannomargin-16{ width: 80%; }
    .prestations-1{ flex-flow: row wrap; width: 100%; padding: 0;  }
    .prestations-1 .spannomargin-2 {  width: 10%; }
    .illustration-vert3{ max-width: none; }
    .bloc-prestations > .spannomargin-5{ width: 33.3333334%; }
    .nosprojets .spannomargin-22.relative .outimg{ height: 24rem; }
    .nosprojets .spannomargin-22.relative { height: 36rem; }
    .nosprojets { height: 36rem; }
    .productions-titre { top: -28rem; }
    .homeprojets h3 { font-size: 1.1rem; line-height: 1.3rem; }
    .homeprojets p { font-size: .85rem; }
    .encart-rond.rond2::before, 
    .encart-rond.rond3::before{ max-width: 100%; background-size: 90%; max-height: 167px; }
    .encart-rond.rond1::before, 
    .encart-rond.rond4::before{ max-width: 100%; background-size: 60%; max-height: 167px; }
    .encart-rond h3 { font-size: 20px; margin: 36px 0 0 0; }
    .encart-rond {
        padding: 128px 10% 10px 10%;
        width: 80%;
    }
    .encart-rond p {
        font-size: 16px;
        margin: 1rem 0 40px 0;
    }
    .temoignages {
        width: 100%;
        padding: 0;
    }
    footer {
        background-size: 200%;
        background-position: right bottom;
        width: 95%;
        padding: 0 0% 1rem 5%;
    }
    footer .row:first-of-type{ flex-flow: row wrap; }
    footer .wpcf7 .spannomargin-11{ width: 45%; }
    .tel-footer{ width: 80%; margin: 0 auto; font-size: 18px; }
    footer p.red.italique.playfair { margin: 3rem 0 0 0; display: flex; flex-flow: column wrap; align-items: center; justify-content: center; }
    .linkedin img, .instagram img, .facebook img, .youtube img{ width: 34px; margin: 4px auto; }
    .footer-menu{ display: none; }
    .footer-menu li a {
        line-height: 20px;
        font-size: 10px;
    }
    footer .bloc-contact h2{ margin-top: 3rem; }
    footer .bloc-contact input[type="submit"]{ font-size: 16px; background-size: 24px; line-height: 54px; }
    footer .bloc-contact h2::before{ top: -80px; }
    footer .trait-rouge{ width: 80%; }
    p.mentions{ margin-right: 7.5%; }
    .blocsphotonb .fdblanc { margin-top: -9rem; }
    .bandeau{ width: 90%; padding: 0 0 3rem 10%; flex-flow: row wrap; }
    .bandeau .spannomargin-11{ width: 65%; }
    .bandeau .spannomargin-16{ width: 55%; }
    .bandeau .bloc-blanc{ margin-top: 5rem; }
    .bandeau .bloc-blanc .intro{ width: 90%; }
    .bandeau .spannomargin-16.mrgneg{ margin-left: -27.5%; }
    .bandeau::before{ width: 12.5%; }
    .leconseil, .equipe{ width: 100%; padding: 0; }
    .leconseil .spannomargin-16, .equipe .spannomargin-16{ width: 70%; }
    .mbequipe img{ display: flex; }
    .mbequipe.spannomargin-4{ width: 20%; }
    .mbequipe.spannomargin-6{ width: 30%; }
    .bgrose .quatreronds{ margin-top: -3rem; }
    .bloc-titrerouge .spannomargin-18{ width: 90%; }
    .bloc-texteimage {
        margin: 3rem 0;
        width: 90%;
        padding: 0 5%;
    }
    .bloc-texteimage .zone-texte p{ margin-left: 3rem; margin-right: 3rem; }
    .btn-entrer{ margin-top: 0; }
    .bloc-ligne-contact .trait-rouge{ width: 90%; }
    .bloc-texte .spannomargin-16{ width: 90%; }
    .bloc-texte .spannomargin-4{ width: 5%; }
    .bloc-texteimage .zone-texte h2{ width: 80%; }
    .prestation .picto{ top: 10px; right: 10px; }
    .decopic{ padding: 0 32px 42px 32px; max-width: calc(100% - 64px); }
    .blocti1 .decopic::after, .blocti3 .decopic::after, 
    .blocti5 .decopic::after, .blocti7 .decopic::after, .blocti9 .decopic::after{ left: 0; }
    .decopic::after{ right: 0; }
    .bloc-troisblocs .spannomargin-8{ width: 33.33334%; }
    .bloc-troisblocs .spannomargin-8 img{ max-width: 90%; margin-left: 5%; }
    .troisbloc { width: 94%; padding: 3rem 3% 6rem 3%; margin: 1rem; }
    .troisbloc a.btn{ width: 100%; left: 0; }
    .troisbloc::before {  height: 180px; }
    .casclient .decocas{ width: 5%; }
    .casclient {  width: 90%; padding: 0 5%; }
    .casclient .spannomargin-7{ width: 40%; }
    .cas_concret_texte .spannomargin-16{ width: 70%; }
    .faq { width: 100%; padding: 0 0% 6rem 0%; }
    .faq .spannomargin-16.liste-faq{ width: 70%; }
    .searchindustry{ width: 90%; margin-left: 10%; padding: 0 0 0 1rem; font-size: 12px; }
    .dernieres-real .spannomargin-8{ width: 50%; }
    .dernieres-real-titre.casclient .decocas::before{ top: -130px; }
    .bgcables{ background-size: 100%; }
    .decoreals::after{ right: -100px; }
    .dernieres-real-titre.casclient .btn-toutes{ margin-left: -50%; }
    .page-simple .spannomargin-20.zone-texte{ width: 90%; }





}
/**/
@media (min-width: 1024px) and (max-width: 1279px) {

    nav ul li a { font-size: 12px; letter-spacing: .075rem; }
    nav > div > ul > li:last-child a { padding: 0 14px; }
    nav ul li ul li a { line-height: 32px; font-size: 12px; }
    .nav-menu{ justify-content: space-between; }
    header .row.middle::after{ 
        right: 3.75%;
        top: -16px;
        width: 74px;
        height: 16px;
    }
    .footerlogo { margin: 60px 20% 38px 20%; }
    .tel-footer { line-height: 46px; font-size: 18px; }
    footer p.red.italique.playfair { margin: 68px 0 0 0; font-size: 12px; }
    header, header .row { height: 130px; }
    header .row.middle::before{ width: 54px; height: 54px; left: 0; bottom: -54px; }
    main.fixe{ margin-top: 130px;}
    .linkedin img, .instagram img, .facebook img, .youtube img { max-width: 26px; max-height: 16px; }
    .footer-menu li a { line-height: 30px; font-size: 10px; }
    .footer-menu{ margin-top: 120px; }
    footer .bloc-contact h2 { font-size: 24px; margin: 62px 0 0 0; }
    footer .bloc-contact p { font-size: 12px; margin: 2px 0 30px 0; }
    footer .bloc-contact input[type="text"], footer .bloc-contact input[type="email"], 
    footer .bloc-contact input[type="tel"] { height: 30px; line-height: 30px; margin-bottom: 14px; font-size: 12px; }
    footer .bloc-contact textarea{ font-size: 12px; line-height: 18px; margin-bottom: 14px; }
    footer .bloc-contact input[type="submit"] {
        line-height: 44px;
        background-size: 24px;
        font-size: 12px;
    }
    footer .bloc-contact span.required{ font-size: 10px; }
    footer .trait-rouge { margin: 30px 0 10px 0; }
    p.mentions { font-size: 10px; }
    footer .bloc-contact h2::before {
        width: 70px;
        height: 70px;
        top: -84px;
        left: -50px;
    }
    p.mentions::after {
        width: 80px;
        height: 60px;
        background-size: 80px;
    }
    .wpcf7-not-valid-tip { bottom: -.75rem; font-size: 10px; }
    .home_contenu .video::before{ right: 22%; }
    p.phrase-video { font-size: 26px; line-height: 34px; }
    p.phrase-video span { font-size: 40px; }
    .home_contenu .video { padding-top: 24px; }
    .in-formulaire-rappel{ width: 45%; }
    .photonb { margin: -54px 0 0 0; }
    .blocsphotonb .fdblanc{ margin-top: -270px; padding: 36px 0 56px 0; }
    .blocsphotonb .fdblanc h1 { font-size: 26px; line-height: 36px; margin-bottom: 36px; }
    .blocsphotonb .fdblanc h1 span.red { font-size: 40px; }
    .blocsphotonb .fdblanc h1 span.black { font-size: 14px; }
    .blocsphotonb .fdblanc p { font-size: 12px; line-height: 20px; margin-bottom: 1rem; }
    .btn{ font-size: 14px; line-height: 40px; padding: 0 30px; }
    .blocsphotonb .fdblanc .btn{ margin-top: 36px; }
    .phrasenb h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 90px 0 60px 15%;
    }
    .phrasenb h2 span.grey { font-size: 30px; }
    .illustration-vert3{ height: 100px; width: 280px; margin: 80px 0px 100px -90px; background-size: 380px; }
    /**/
    .prestations-1 h2, .productions-titre, .temoignages h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 26px;
    }
    .prestations-1 h2 span, .productions-titre span{ font-size: 40px; }
    .prestations-1 p{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 1rem;
    }
    /**/
    .prestations-1 h2{ margin-top: 40px; }
    .bloc-prestations > .spannomargin-5 a span h3 {
        font-size: 16px;
        text-align: left;
        margin: 26px 20px 0 20px;
    }
    .bloc-prestations > .spannomargin-5 a span p {
        font-size: 12px;
        margin: 10px 20px 34px 20px;
    }
    .bloc-prestations > .spannomargin-5 { height: 196px; }
    .presta_picto { max-height: 50px; max-width: 64px; }
    .dernieres-prod { padding: 150px 0 200px 0; }
    .productions-titre { margin-bottom: 46px; }
    .nosprojets { height: 41.5vw; }
    .btn-toutes { font-size: 13px; }
    .encart-rond h3 { font-size: 22px; margin-top: 56px; }
    .encart-rond p {
        font-size: 14px;
        margin: 1rem 0 40px 0;
    }
    .encart-rond { padding: 88px 15% 10px 15%; }
    .quatreronds .encart-rond::before{ 
        background-size: 100%;
        width: 142px;
        height: 167px;
    }
    .quatreronds .encart-rond.rond2::before, 
    .quatreronds .encart-rond.rond3::before{ width: 90%; left: 5%; }
    .btn-entrer { font-size: 20px; }
    .temoignages h2 span{ font-size: 30px; }
    .temoignages{ background-size: 60%; padding: 40px 0 90px 0; margin-top: 50px; }
    .temoignages p.temoignage{ font-size: 12px; line-height: 18px; margin-bottom: 1rem; }
    .temoignages p.signature { font-size: 12px; }
    .temoignages::before {
        height: 64px;
        width: 220px;
        left: -114px;
        top: 280px;
    }
    .bandeau .bloc-blanc{ padding: 36px 46px; margin-top: 36px; }
    .bandeau p.grey { font-size: 22px; margin: 0; }
    .bandeau h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 22px;
    }
    .zone-texte p {
        font-size: 12px;
        line-height: 20px;
    }
    .bandeau{ margin-top: 24px; }
    .bandeau::before{ top: -20px; }
    .leconseil { margin: 30px 0 40px 0; }
    .zone-texte h2 {
        font-size: 22px;
        margin: 30px 0 30px 0;
        padding: 0 0 0 100px;
    }
    .zone-texte h2::before{
        width: 40px;
        height: 40px;
        top: -30px;
    }
    .equipe-titre.zone-texte h2 { margin-bottom: 40px; }
    .equipe .mbequipe.spannomargin-6 h4 { font-size: 20px; margin-top: 10px; }
    .mbequipe h4 { margin-top: 8px; font-size: 16px; line-height: 18px; }
    .mbequipe p{ font-size: 12px; }
    .mbequipe h4 span{ font-size: 12px; }
    .equipe .mbequipe.spannomargin-6 p { font-size: 18px; }
    .bgrose .equipe { padding-bottom: 90px; }
    .bloc-titrerouge{ margin: 60px 0 40px 0; }
    .bloc-titrerouge h2 {
        padding: 60px 0 30px 0;
        font-size: 30px;
    }
    .bloc-titrerouge h2 span { font-size: 24px; }
    .bloc-titrerouge h2::before{ width: 80px; height: 80px; }
    .bloc-titrerouge .decoration::after, .bloc-titrerouge .decoration::before{ width: 30px; height: 30px; }
    .bloc-titrerouge .decoration::after { margin-top: -8px; }
    .bloc-texteimage { margin: 60px 0 60px 0; }
    .decopic p { font-size: 12px; }
    .decopic{ padding: 0 32px 62px 32px; }
    .blocti1 .decopic::after, .blocti3 .decopic::after, .blocti5 .decopic::after, .blocti7 .decopic::after, .blocti9 .decopic::after{ left: 16px; }
    .decopic::after{ right: 16px; }
    .bloc-ligne-contact{ margin: 30px 0; }
    .zone-texte h3{ font-size: 16px; }
    #page main { padding-bottom: 120px; }

    .prestation .encart-rond{ margin-top: 72px; }
    .zone-texte ul li{ font-size: 12px; line-height: 22px; padding-left: 40px; margin: 1rem 40px 1rem 40px; }
    .zone-texte ul { margin: 1.5rem 0; }
    .bloc-troisblocs { margin: 40px 0 40px 0; }
    .troisbloc h3{ font-size: 16px; margin: 0 0 18px 0; }
    .troisbloc {
        margin: 24px;
        padding: 28px 28px 62px 28px;
    }
    .troisbloc::after{ width: 56px; height: 56px; left: 20px; top: -20px;}
    .troisbloc p { font-size: 12px; line-height: 20px; }
    .troisbloc a.btn { font-size: 12px; }
    .casclient { margin: 80px 0 40px 0; }
    .decocas::before{ width: 120px; height: 120px; }
    .casclient h2{
        padding: 48px 0 0 0;
        margin: 0 0 70px 26px;
        font-size: 22px;
    }
    .casclient h2 span{ font-size: 40px; line-height: 38px; }
    .casclient p.client { margin: 58px 0 18px 0; }
    .casclient p span.red { font-size: 16px; }
    .casclient p span.black { font-size: 20px; }
    .casclient p.objectif span.black { font-size: 14px; }
    .casconcret-pictos p{ font-size: 12px; }
    .liste_technique{ font-size: 12px; line-height: 18px; }
    .liste_technique b{ font-size: 14px; }
    .casconcret-pictos {
        padding: 22px 0;
        margin: 0 0 30px 0;
    }
    .cas_concret_texte {
        margin: 50px 0 50px 0;
        padding: 40px 0 40px 0;
    }
    .cas_concret_texte .zone-texte::after{
        width: 80px;
        height: 80px;
        bottom: -120px;
    } 
    .troisbloc ul li{ font-size: 12px; line-height: 18px; }
    .troisbloc::before{ height: 150px; }
    .troisbloc h4{ font-size: 16px; margin: 1rem auto 0 auto; }
    .faq { padding: 0 0 60px 0; margin: 40px 0 -60px 0; }
    .tabs .tab-question{ font-size: 14px; }
    .tabs .tab-reponse{ font-size: 12px; line-height: 18px;}
    .tabs .tab-question::after{ top: 10px; }
    .bloc-texteimage .zone-texte p{ margin: 1rem 40px 2rem 40px; }

    .production .bandeau .soustitre{ font-size: 20px; }
    p.type_de_prestation {
        margin: 24px 0;
        font-size: 16px;
    }
    .production .bgrose h3 { font-size: 18px; }
    .production .carac-prod p {
        font-size: 14px;
        margin: 8px 0;
    }
    .production p.objectif { font-size: 16px; }
    .production .texte-motclient {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 32px;
    }
    .production .nom-motclient { font-size: 16px; }
    .production .poste-motclient { font-size: 10px; }
    .dernieres-real-titre.casclient h2 span{ letter-spacing: .15rem; }
    .dernieres-real-titre.casclient h2 { padding-top: 48px; margin-bottom: 40px; margin-left: 0; }
    .dernieres-real-titre.casclient .decocas::before { top: -110px; }
    .dernieres-real a.relative p.uppercase { font-size: 20px; }
    .dernieres-real a.relative p { font-size: 14px; }
    .bgcables{ padding: 0 0 120px 0; }

    .spannomargin-8.encart-post { margin: 14px 0; }
    .page-productions .bandeau h1 { font-size: 32px; }
    .searchindustry {
        margin: 0 14px 1rem 14px;
        width: calc(100% - 30px);
        height: 46px;
        line-height: 46px;
        padding: 0 14px;
        background: white url(gfx/filtrer.svg) no-repeat 92.5% center / 20px;
        font-size: 12px;
    }
    .page-productions .bgrose {
        margin: 120px 0 0 0;
        padding: 0 0 50px 0;
    }

    #page .contact .bgrose input[type="text"], 
    #page .contact .bgrose input[type="email"], 
    #page .contact .bgrose input[type="tel"], 
    #page .contact .bgrose textarea{
        font-size: 14px;
        margin-bottom: 12px;
        border-radius: 12px;
    }
    #page .contact .bgrose input[type="submit"] {
        height: 70px;
        line-height: 60px;
        font-size: 20px;
    }
    #page .contact .bgrose span.italique{ font-size: 12px; }
    #page .contact .bgrose h3 { font-size: 20px; margin-top: 9rem; margin-bottom: 1rem; }
    #page .contact .bgrose p.tel { font-size: 20px; margin-bottom: 1rem; }
    #page .contact .bgrose p.adresse { font-size: 14px; }
    #page .contact .bgrose { padding: 50px 0 80px 0; }

    .prestation .bandeau .bloc-blanc::before {
        right: 76px;
        top: 80px;
    }
    .prestation .picto {
        right: 42px;
        top: 40px;
        max-width: 50px;
        max-height: 50px;
    }





}
/**/
@media (min-width: 1280px) and (max-width: 1479px){

    nav ul li a { font-size: 14px; letter-spacing: .1rem; }
    nav > div > ul > li:last-child a { padding: 0 20px; }
    nav ul li ul li a { line-height: 36px; font-size: 14px; }
    .nav-menu{ justify-content: space-between; }
    header .row.middle::after {
        right: 4.25%;
        top: -20px;
        width: 94px;
    }
    .footerlogo { margin: 80px 20% 38px 20%; }
    .tel-footer { line-height: 50px; font-size: 20px; }
    footer p.red.italique.playfair { margin: 68px 0 0 0; font-size: 14px; }
    header, header .row { height: 150px; }
    main.fixe{ margin-top: 150px;}
    .linkedin img, .instagram img, .facebook img, .youtube img { max-width: 26px; max-height: 16px; }
    .footer-menu li a { line-height: 30px; font-size: 12px; }
    .footer-menu{ margin-top: 150px; }
    footer .bloc-contact h2 { font-size: 28px; margin: 84px 0 0 0; }
    footer .bloc-contact p { font-size: 14px; margin: 2px 0 30px 0; }
    footer .bloc-contact input[type="text"], footer .bloc-contact input[type="email"], 
    footer .bloc-contact input[type="tel"] { height: 30px; line-height: 30px; margin-bottom: 14px; font-size: 14px; }
    footer .bloc-contact textarea{ font-size: 14px; line-height: 18px; margin-bottom: 14px; }
    footer .bloc-contact input[type="submit"] {
        line-height: 44px;
        background-size: 24px;
        font-size: 16px;
    }
    footer .bloc-contact span.required{ font-size: 10px; }
    footer .trait-rouge { margin: 30px 0 10px 0; }
    p.mentions { font-size: 10px; }
    footer .bloc-contact h2::before {
        width: 70px;
        height: 70px;
        top: -104px;
        left: -50px;
    }
    p.mentions::after {
        width: 80px;
        height: 60px;
        background-size: 80px;
    }
    .wpcf7-not-valid-tip { bottom: -.75rem; font-size: 10px; }
    .home_contenu .video::before{ right: 24%; }

    p.phrase-video { font-size: 36px; line-height: 44px; }
    p.phrase-video span { font-size: 50px; }
    .home_contenu .video { padding-top: 24px; }
    .in-formulaire-rappel{ width: 45%; }
    .photonb { margin: -54px 0 0 0; }
    .blocsphotonb .fdblanc{ margin-top: -310px; padding: 36px 0 56px 0; }
    .blocsphotonb .fdblanc h1 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 40px;
    }
    .blocsphotonb .fdblanc h1 span.red { font-size: 46px; }
    .blocsphotonb .fdblanc h1 span.black { font-size: 16px; }
    .blocsphotonb .fdblanc p { font-size: 14px; line-height: 24px; margin-bottom: 1rem; }
    .btn{ font-size: 14px; line-height: 40px; padding: 0 30px; }
    .blocsphotonb .fdblanc .btn{ margin-top: 36px; }
    .phrasenb h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 90px 0 60px 15%;
    }
    .phrasenb h2 span.grey { font-size: 30px; }
    .illustration-vert3{ height: 100px; width: 280px; margin: 80px 0px 100px -90px; background-size: 380px; }
    /**/
    .prestations-1 h2, .productions-titre, .temoignages h2 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 40px;
    }
    .prestations-1 h2 span, .productions-titre span{ font-size: 46px; }
    .prestations-1 p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 1rem;
    }
    /**/
    .prestations-1 h2{ margin-top: 40px; }
    .bloc-prestations > .spannomargin-5 a span h3 {
        font-size: 16px;
        text-align: left;
        margin: 26px 20px 0 20px;
    }
    .bloc-prestations > .spannomargin-5 a span p {
        font-size: 12px;
        margin: 10px 20px 34px 20px;
    }
    .bloc-prestations > .spannomargin-5 { height: 220px; }
    .presta_picto { max-height: 50px; max-width: 64px; }
    .dernieres-prod { padding: 170px 0 200px 0; }
    .productions-titre { margin-bottom: 46px; }
    .nosprojets { height: 39.5vw; }
    .btn-toutes { font-size: 13px; }
    .encart-rond h3 { font-size: 22px; margin-top: 56px; }
    .encart-rond p {
        font-size: 14px;
        margin: 1rem 0 40px 0;
    }
    .encart-rond { padding: 88px 15% 10px 15%; }
    .quatreronds .encart-rond::before{ 
        background-size: 100%;
        width: 142px;
        height: 167px;
    }
    .quatreronds .encart-rond.rond2::before, 
    .quatreronds .encart-rond.rond3::before{ width: 90%; left: 5%; }
    .btn-entrer { font-size: 20px; }
    .temoignages h2 span{ font-size: 30px; }
    .temoignages{ background-size: 55%; padding: 40px 0 90px 0; margin-top: 50px; }
    .temoignages p.temoignage{ font-size: 14px; line-height: 22px; margin-bottom: 1rem; }
    .temoignages p.signature { font-size: 14px; }
    .temoignages::before {
        height: 64px;
        width: 220px;
        left: -114px;
        top: 280px;
    }
    .bandeau .bloc-blanc{ padding: 36px 46px; margin-top: 36px; }
    .bandeau p.grey { font-size: 24px; margin: 6px 0; }
    .bandeau h1 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 22px;
    }
    .zone-texte p {
        font-size: 14px;
        line-height: 24px;
    }
    .bandeau{ margin-top: 24px; }
    .bandeau::before{ top: -20px; }
    .leconseil { margin: 40px 0 50px 0; }
    .zone-texte h2 {
        font-size: 26px;
        margin: 30px 0 30px 0;
        padding: 0 0 0 100px;
    }
    .zone-texte h2::before{
        width: 40px;
        height: 40px;
        top: -30px;
    }
    .equipe-titre.zone-texte h2 { margin-bottom: 40px; }
    .equipe .mbequipe.spannomargin-6 h4 { font-size: 22px; margin-top: 10px; }
    .mbequipe h4 { margin-top: 8px; font-size: 16px; line-height: 18px; }
    .mbequipe p{ font-size: 14px; }
    .mbequipe h4 span{ font-size: 14px; }
    .equipe .mbequipe.spannomargin-6 p { font-size: 20px; }
    .bgrose .equipe { padding-bottom: 90px; }
    .bloc-titrerouge{ margin: 60px 0 40px 0; }
    .bloc-titrerouge h2 {
        padding: 60px 0 30px 0;
        font-size: 34px;
    }
    .bloc-titrerouge h2 span { font-size: 26px; }
    .bloc-titrerouge h2::before{ width: 80px; height: 80px; }
    .bloc-titrerouge .decoration::after, .bloc-titrerouge .decoration::before{ width: 30px; height: 30px; }
    .bloc-titrerouge .decoration::after { margin-top: -8px; }
    .bloc-texteimage { margin: 60px 0 60px 0; }
    .decopic p { font-size: 12px; }
    .decopic{ padding: 0 32px 62px 32px; }
    .blocti1 .decopic::after, .blocti3 .decopic::after, .blocti5 .decopic::after, .blocti7 .decopic::after, .blocti9 .decopic::after{ left: 16px; }
    .decopic::after{ right: 16px; }
    .bloc-ligne-contact{ margin: 30px 0; }
    .zone-texte h3{ font-size: 18px; }
    #page main { padding-bottom: 120px; }


   .prestation .encart-rond{ margin-top: 72px; }
    .zone-texte ul li{ font-size: 14px; line-height: 24px; padding-left: 40px; margin: 1rem 40px 1rem 40px; }
    .zone-texte ul { margin: 1.5rem 0; }
    .bloc-troisblocs { margin: 40px 0 40px 0; }
    .troisbloc h3{ font-size: 18px; margin: 0 0 18px 0; }
    .troisbloc {
        margin: 24px;
        padding: 28px 28px 62px 28px;
    }
    .troisbloc::after{ width: 56px; height: 56px; left: 20px; top: -20px;}
    .troisbloc p { font-size: 14px; line-height: 24px; }
    .troisbloc a.btn { font-size: 12px; }
    .casclient { margin: 80px 0 40px 0; }
    .decocas::before{ width: 120px; height: 120px; }
    .casclient h2{
        padding: 48px 0 0 0;
        margin: 0 0 70px 26px;
        font-size: 28px;
    }
    .casclient h2 span{ font-size: 50px; line-height: 48px; }
    .casclient p.client { margin: 58px 0 18px 0; }
    .casclient p span.red { font-size: 18px; }
    .casclient p span.black { font-size: 22px; }
    .casclient p.objectif span.black { font-size: 16px; }
    .casconcret-pictos p{ font-size: 14px; }
    .liste_technique{ font-size: 14px; line-height: 22px; }
    .liste_technique b{ font-size: 16px; }
    .casconcret-pictos {
        padding: 22px 0;
        margin: 0 0 30px 0;
    }
    .cas_concret_texte {
        margin: 50px 0 50px 0;
        padding: 40px 0 40px 0;
    }
    .cas_concret_texte .zone-texte::after{
        width: 80px;
        height: 80px;
        bottom: -120px;
    } 
    .troisbloc ul li{ font-size: 12px; line-height: 18px; }
    .troisbloc::before{ height: 150px; }
    .troisbloc h4{ font-size: 16px; margin: 1rem auto 0 auto; }
    .faq { padding: 0 0 60px 0; margin: 40px 0 -60px 0; }
    .tabs .tab-question{ font-size: 16px; }
    .tabs .tab-reponse{ font-size: 14px; line-height: 24px; }
    .tabs .tab-question::after{ top: 10px; }
    .bloc-texteimage .zone-texte p{ margin: 1rem 40px 2rem 40px; }

   .production .bandeau .soustitre{ font-size: 24px; }
    p.type_de_prestation {
        margin: 24px 0;
        font-size: 18px;
    }
    .production .bgrose h3 { font-size: 20px; }
    .production .carac-prod p {
        font-size: 14px;
        margin: 8px 0;
    }
    .production p.objectif { font-size: 16px; }
    .production .texte-motclient {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 32px;
    }
    .production .nom-motclient { font-size: 18px; }
    .production .poste-motclient { font-size: 12px; }
    .dernieres-real-titre.casclient h2 span{ letter-spacing: .15rem; }
    .dernieres-real-titre.casclient h2 { padding-top: 58px; margin-bottom: 60px; margin-left: 0; }
    .dernieres-real-titre.casclient .decocas::before { top: -120px; }
    .dernieres-real a.relative p.uppercase { font-size: 24px; }
    .dernieres-real a.relative p { font-size: 16px; }
    .bgcables{ padding: 0 0 160px 0; }

    .spannomargin-8.encart-post { margin: 14px 0; }
    .page-productions .bandeau h1 { font-size: 36px; }
    .searchindustry {
        margin: 0 14px 1rem 14px;
        width: calc(100% - 30px);
        height: 56px;
        line-height: 56px;
        padding: 0 14px;
        background: white url(gfx/filtrer.svg) no-repeat 92.5% center / 20px;
        font-size: 14px;
    }
    .page-productions .bgrose {
        margin: 120px 0 0 0;
        padding: 0 0 50px 0;
    }


    #page .contact .bgrose input[type="text"], 
    #page .contact .bgrose input[type="email"], 
    #page .contact .bgrose input[type="tel"], 
    #page .contact .bgrose textarea{
        font-size: 16px;
        margin-bottom: 16px;
        border-radius: 16px;
    }
    #page .contact .bgrose input[type="submit"] {
        height: 80px;
        line-height: 70px;
        font-size: 24px;
    }
    #page .contact .bgrose span.italique{ font-size: 14px; }
    #page .contact .bgrose h3 { font-size: 24px; margin-top: 9rem; margin-bottom: 1rem; }
    #page .contact .bgrose p.tel { font-size: 22px; margin-bottom: 1rem; }
    #page .contact .bgrose p.adresse { font-size: 16px; }
    #page .contact .bgrose { padding: 50px 0 80px 0; }


    .prestation .bandeau .bloc-blanc::before {
        right: 86px;
        top: 90px;
    }
    .prestation .picto {
        right: 46px;
        top: 40px;
        max-width: 50px;
        max-height: 50px;
    }


}
/**/
@media (min-width: 1480px) and (max-width: 1599px){
    p.phrase-video { font-size: 46px; line-height: 54px; }
    p.phrase-video span { font-size: 60px; }
    .nosprojets { height: 41.5vw; }
    .illustration-vert3{ height: 320px; margin: 20px 0 80px -30px; }


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

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

}
/**/
@media (min-width: 1900px){
    .nosprojets .spannomargin-22.relative,
    .nosprojets .spannomargin-22.relative .outimg, 
    .nosprojets{ max-height: 710px; }
}
/**/