@import('css/fonts.css');
html{
  width: 100%;
  float: left;
}
*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
    outline:none;
}
body{
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Nunito', sans-serif;
}
body.menu-open {
  height: 100vh;
  overflow-y: hidden;
}
@media screen and (max-width: 1024px) {
    #menu-menu-horizontal{
        display:none;
    }
    
}
#menu-menu-horizontal li{
  list-style-type: none;
  display: inline-block;
  margin: 0px;
}
#menu-menu-horizontal li:last-child{
  margin-right: 0;
}
#menu-menu-horizontal li .sub-menu{
  display: none;
}
#menu-menu-horizontal li:hover .sub-menu{
  display: block;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  padding:0;
}
#menu-menu-horizontal li .sub-menu li{
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #db3f36;
}
#menu-menu-horizontal li .sub-menu li:last-child{
  border-bottom: none;
}
#menu-menu-horizontal li .sub-menu li a{
  color: #db3f36;
  font-size: 16px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  text-align:left;
  width:100%;
}
#menu-menu-horizontalkn{
  margin: 0;
  padding: 0;
  display:flex;
}
#menu-menu-horizontal{
    margin:0; padding:0;
}
#menu-menu-horizontal li a{
    display: inline-block;
    text-decoration: none;
  position: relative;
  font-size: 16px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #db3f36;
  padding: 10px 20px;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#overlay{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background-color: #1d1d1b;
  opacity:.98;
    z-index:3;
}
#overlay.active{
  display:block;
}
#outzone{
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100vh;
  position: fixed;
  background-color: transparent;
    z-index:3;
}
#outzone.active{
  display:block;
}
input{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}
main{
  width: 100%;
}
section{
  padding: 80px 0;
  width: 100%;
}
.marge{
  margin: 0 auto;
}
h1{
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
h2{
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
h3{

  font-weight: 800;
    font-size:28px;
    line-height:30px;
}
h4{
  font-weight: bold;
  color: #db3f36;
  text-transform: uppercase;
    font-size:20px;
    line-height:24px;
}
h5{
  font-weight: 700;
  color: #3cb4f0;
  text-transform: uppercase;
}
p, ul li, ol li{
  font-weight: 400;
  color: #000;
}
strong{font-weight: 900;}
em{font-style: italic;}
a{
  color: #3cb4f0;
  cursor: pointer;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
a:hover{color: #000;}
ul li{list-style-type: disc; list-style-position: outside;}
ol li{list-style-type: decimal; list-style-position: outside;}
ul li::marker, ol li::marker{color: #3cb4f0; font-weight: 600;}
/*--boutons--*/
.btn{
    display:inline-block;
    background-color: #db3f36;
    border:1px solid #db3f36;
    color:#fff;
    text-decoration: none;
    font-size:15px;
    line-height:16px;
    padding:10px 15px;
    border-radius:3px;
    white-space: nowrap;
}
.btn:hover{
    background-color: transparent;
    border:1px solid #db3f36;
    color:#db3f36;
}
main .btn + .btn{
    margin-left:15px;
}
.btn2{ /* light black */
    display:inline-block;
    background-color: transparent;
    border:1px solid #db3f36;
    color: #db3f36;
    text-decoration: none;
    font-size:15px;
    line-height:16px;
    padding:10px 15px;
    border-radius:3px;
    margin-right:15px;
    margin-bottom:15px;
}
.btn2:hover{
    background-color: #db3f36;
    border:1px solid #db3f36;
    color:#fff;
}
.btn_white{
    display:inline-block;
    background-color: transparent;
    border:1px solid #fff;
    color:#fff;
    text-decoration: none;
    font-size:13px;
    line-height:14px;
    padding:10px;
    border-radius:3px;
    margin-right:20px;
    margin-bottom: 20px;
}
.btn_white:hover{
    background-color: #fff;
    color:#000;
}
blockquote{
  text-align: center;
}
blockquote p{
  margin: 0 auto;
  font-weight: 300;
  color: #fff;
  background: #3cb4f0;
  width: auto;
  max-width: 100%;
  display: inline-block;
  float: none;
}
pre{
  overflow-x: scroll;
  font-weight: 400;
  color: #3cb4f0;
  background: #000;
  border: 1px #8c8c8c solid;
}
img{
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.video-responsive {
    width:100%;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.txtcenter{
    text-align: center;
}
.txtright{
    text-align: right;
}
.txtleft{
    text-align: left;
}

iframe{
    border:none;
}
iframe body.custom_color {
    border-top: none!important;
}
/*----------MENU--------*/
#mainmenu{
    opacity:0;
    background-color:#db3f36;
    position:fixed;
    top:0;
    right:0;
    width:0;
    height:100vh;
    z-index:54;
    display:none;
    /*transform:translateX(100%);*/
    -webkit-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
    /*padding:80px 40px 20px 80px;*/
    pointer-events: none;
    overflow-y: auto;
}
#mainmenu #close-menu{
    cursor: pointer;
    position: absolute;
    top:40px;
    right:40px;
    color:#FFF;
}

#mainmenu .menu{
   padding:0;
}
#mainmenu ul.menu  li{
    list-style-type:none;
    margin: 0 auto 15px;
}
#mainmenu  ul.menu li a{
    color:#fff;
    font-size:20px;
    text-decoration:none;
    font-weight:600;
    opacity:1;
}
#mainmenu  ul.menu li ul{
    margin-top:10px;
}
#mainmenu  ul.menu li ul li a{
    font-weight:normal;
}
#mainmenu ul.menu  li a:hover{
    opacity:.5;
}
ul.list_rs_head{
    border-top:1px solid rgba(255,255,255,.2);
    padding:20px 0 0 0
}
ul.list_rs_head li{
    list-style-type: none;
    display:inline-block;
}
ul.list_rs_head li:not(:first-child){
    margin-left:15px;
}
ul.list_rs_head li a{
    position:relative;
    z-index:2;
    display:block;
    width:36px;
    height:36px;
    text-indent:-999px;
    overflow:hidden;
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center center;
    -webkit-filter:brightness(100);
            filter:brightness(100);
}
ul.list_rs_head li.fb a{
    background-image:url('img/fb.svg');
}
ul.list_rs_head li.lk a{
    background-image:url('img/lk.svg');
}
ul.list_rs_head li.tw a{
    background-image:url('img/tw.svg');
}
ul.list_rs_head li.in a{
    background-image:url('img/in.svg');
}


#mainmenu.active{
    display:block;
    opacity:1;
    /*transform:translateX(0);*/
    pointer-events: auto;
    /*width:auto;*/
}
/* - - - - HEADER STYLE 1 - - - - */
header{
    background-color:#f8f3f4;
    -webkit-box-shadow: 0px 0.1rem 0.5rem 0px rgb(0 0 0 / 0);
            box-shadow: 0px 0.1rem 0.5rem 0px rgb(0 0 0 / 0);
}
header.sticky{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:50;
    -webkit-box-shadow: 0px 0.1rem 0.5rem 0px rgb(0 0 0 / 25%);
            box-shadow: 0px 0.1rem 0.5rem 0px rgb(0 0 0 / 25%);
}
header.bg-black{
    background-color:#1d1d1b;
}
header.bg-black #topheader{
   background-color: #1d1d1b;
}
#topheader .marge{
    text-align: right;
    padding:25px 0 3px 0;
}
#buttons{
    vertical-align: bottom;
}
#buttons > a{
    display:inline-block;
    color:#db3f36;
    border:1px solid #db3f36;
    background-color:transparent;
    font-size:13px;
    line-height:14px;
    text-transform: uppercase;
    font-weight:bold;
    border-radius: 3px;
    padding:5px 10px;
    text-decoration: none;
    margin-right:20px;
}
#buttons > a:hover{
    color:#fff;
    border:1px solid #db3f36;
    background-color:#db3f36;
}
#btnmenu{
    display:inline-block;
    position:relative;
    font-size:16px;
    line-height:14px;
    text-transform: uppercase;
    font-weight:bold;
    color:#db3f36;
    padding:10px 70px 9px 20px;
    vertical-align: bottom;
    cursor: pointer;
    z-index:5;
    opacity: 1;
    pointer-events:auto;
     -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
#btnmenu::before{
    content:'';
    /*display:inline-block;*/
    position:absolute;
    width:1px;
    height:calc(100% - 5px);
    background-color: #c6c2c3;
    left:0;
    bottom:0;
    vertical-align: bottom;
}
header.bg-black #btnmenu::before{
    background-color: #000;
}
#btnmenu .burger{
    display:inline-block;
    width:52px;
    position:absolute;
    right:0;
    bottom:4px;
     -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
#btnmenu .burger span{
    position:absolute;
    display:block;
    height:2px;
    background-color:#db3f36;
    border-radius:1px;
    left:0;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
#btnmenu .burger span:first-child{
    display:block;
    width:6.5px;
    left:calc(100% - 6.5px);
    bottom:24px;
    top: auto;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
}
#btnmenu .burger span:nth-child(2){
    display:block;
    width:26px;
    left:calc(100% - 26px);
    bottom:12px;
    -webkit-transform:translateX(0);
            transform:translateX(0);
    opacity:1;
}
#btnmenu .burger span:last-child{
    display:block;
    width:52px;
    bottom:0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
#btnmenu:hover .burger span{
   left:0;
}
#btnmenu.active{
    opacity: 0;
    pointer-events: none;
}
/*#btnmenu.active::before{
    display:none;
}
#btnmenu.active .burger{
    bottom: 50%;
}
#btnmenu.active .burger span:first-child{
    width: 40px;
    left: 0;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}
#btnmenu.active .burger span:nth-child(2){
    transform:translateX(300%);
    opacity:0;
}
#btnmenu.active .burger span:last-child{
     width: 40px;
    transform: rotate(-45deg);
}*/




#bottomheader{
  height: 20px;
  margin-bottom: -1px;
}

header.bg-black #bottomheader{
  background-color: #1d1d1b;
}
a#logoheader{
  /*width: 140px;*/
  display:block;
  z-index:1000;
}
header.sticky a#logoheader{
    width: 70px;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
}

/*---slider--*/
.slider-wrapper{
    position:relative;
    background-color: #f8f3f4;
}
.slider{
    width:100%;
    position: relative;
    z-index: 0;
}
.slick-list{
    overflow:hidden;
    z-index:0;
}
.slick-track{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.slider-item{
    outline:none;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility:visible;
}
.slider-item.slick-active{
    /*z-index:49!important;*/
}
.slider-item .contentslide{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
    height: 100%;
    position:relative;
}
.slider-item .contentslide > div{

   display:block;
}
.slider-item .contentslide .img_right .imagewrapper{
    background-size: cover;
    background-position: center;
    overflow:hidden;
    width:100%;
    height:100%;
    position:relative;
    -webkit-animation:hidefromright 1s ease-in-out forwards;
            animation:hidefromright 1s ease-in-out forwards;
}
.slider-item.slick-active .contentslide .img_right .imagewrapper{
    width:0;
    -webkit-animation:showfromright 1s ease-in-out .4s forwards;
            animation:showfromright 1s ease-in-out .4s forwards;
}
.slider-item .contentslide .img_right{
    -ms-flex-item-align: stretch;
        align-self: stretch;

}
.slider-item .contentslide .img_right img{
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    max-width: none;
}
.slider-item .contentslide .text_left{
    padding-top: 150px;
    padding-bottom: 100px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index:2;
}
.slider-item .contentslide .text_left .textwrapper{
    margin:0 45px;
}
.slider-item .contentslide .text_left .textwrapper p{
   text-transform:uppercase;
   color:#db3f36;
   font-size:20px;
   line-height:20px;
   margin-bottom:35px;
   opacity:0;
   -webkit-transform: translateY(0);
           transform: translateY(0);
   -webkit-animation: disapear .3s ease-in-out forwards;
           animation: disapear .3s ease-in-out forwards;
}
.slider-item .contentslide .text_left .textwrapper h2{
   text-transform:uppercase;
   /*color:#000;*/
   /*font-size:54px;
   line-height:54px;*/
   margin-bottom:0;
   margin-bottom:65px;
   font-weight: 800;
   opacity:0;
   -webkit-transform: translateY(0);
           transform: translateY(0);
   -webkit-animation: disapear .3s ease-in-out forwards;
           animation: disapear .3s ease-in-out forwards;
}
.slider-item .contentslide .text_left .textwrapper .btn{
    float: right;
    opacity:0;
    -webkit-transition:all 0.6s ease-in-out;
    transition:all 0.6s ease-in-out;
}
.slider-item.slick-active .contentslide .text_left .textwrapper p{
   text-transform:uppercase;
   color:#db3f36;
   font-size:20px;
   line-height:20px;
   margin-bottom:35px;
   opacity:0;
   -webkit-animation: appear .5s ease-in-out .3s forwards;
           animation: appear .5s ease-in-out .3s  forwards;
}
.slider-item.slick-active .contentslide .text_left .textwrapper h2{
   opacity:0;
   -webkit-transform: translateY(100%);
           transform: translateY(100%);
   -webkit-animation: appearup .5s ease-in-out .7s forwards;
           animation: appearup .5s ease-in-out .7s forwards;
}
.slider-item.slick-active .contentslide .text_left .textwrapper .btn{
    opacity:1;
}
#slidenav{
    position:absolute;
    left:0;
    bottom:0;
    z-index:3;
}
#slidenav .slick-arrow{
    display:block;
    background-color: #000;
    border:1px solid #000;
    width:60px;
    height:60px;
    overflow:hidden;
    text-indent:-9999px;
    float:left;
    background-image:url('img/arrow-slider.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center center;
}
#slidenav .slick-arrow:nth-child(2){
    float:right;
    -webkit-transform:rotate(180deg);
            transform:rotate(180deg);
}
#slidenav .slick-arrow:hover{
    background-color: transparent;txt_img
    -webkit-filter:brightness(0);
            -webkit-filter:brightness(0);
                    filter:brightness(0);
}
#slidedots{
    position:absolute;
    left:0;
    bottom:65px;
    text-align:center;
    z-index:3;
}
.slick-dots{
    width:100%;
    margin:0;
    padding:0;
}
.slick-dots li{
    list-style-type:none;
    display:inline-block;
    width:18px;
    height:18px;
    cursor:pointer;
    margin:0 13px;
    text-align:center;
}
.slick-dots li button{
    cursor:pointer;
    outline:none;
    display:inline-block;
    text-indent:-999px;
    overflow:hidden;
    width:10px;
    height:10px;
    vertical-align: middle;
    border:1px solid transparent;
    background-color:#db3f36;
    border-radius:50%;
    padding:0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.slick-dots li:hover,
.slick-dots li.active{
}
.slick-dots li:hover button,
.slick-dots li.slick-active button{
    border:1px solid #db3f36;
    background-color:transparent;
    width:18px;
    height:18px;
}

/*-animations--*/
@-webkit-keyframes appear{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
@keyframes appear{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
@-webkit-keyframes appearup{
    0%{
        -webkit-transform:translateY(100%);
                transform:translateY(100%);
        opacity:0;
    }
    100%{
        -webkit-transform:translateY(0);
                transform:translateY(0);
        opacity:1;
    }
}
@keyframes appearup{
    0%{
        -webkit-transform:translateY(100%);
                transform:translateY(100%);
        opacity:0;
    }
    100%{
        -webkit-transform:translateY(0);
                transform:translateY(0);
        opacity:1;
    }
}
@-webkit-keyframes disapear{
    0%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
}
@keyframes disapear{
    0%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
}
@-webkit-keyframes showfromright{
    0%{
        width:0%;
        float:right;
    }
    100%{
        width:100%;
        float:right;
    }
}
@keyframes showfromright{
    0%{
        width:0%;
        float:right;
    }
    100%{
        width:100%;
        float:right;
    }
}
@-webkit-keyframes hidefromright{
    0%{
        width:100%;
        float:left;
    }
    100%{
        width:0;
        float:left;
    }
}
@keyframes hidefromright{
    0%{
        width:100%;
        float:left;
    }
    100%{
        width:0;
        float:left;
    }
}

/* - - - - SECTION ENTETE - - - - */
#entete{
   /* margin-top:-100px;*/
    background-color:#1d1d1b;
    padding: 0;
}
#entete .marge{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    max-width:100%;
    min-height:calc(100vh - 200px);
    position:relative;
    /*align-items: center;*/
}
/*#entete .marge > div{
   width:50%;
   display:block;
}*/
#entete .marge .text_left span{
    text-transform:uppercase;
   color:#db3f36;
   font-size:20px;
   line-height:20px;
   margin-bottom:35px;
   opacity:0;
   -webkit-transform: translateY(100%);
           transform: translateY(100%);
   -webkit-animation: appearup .5s ease-in-out .3s forwards;
           animation: appearup .5s ease-in-out .3s  forwards;
}
#entete .marge .text_left h1{
   text-transform:uppercase;
   color:#fff;
   /*font-size:54px;
   line-height:54px;*/
   /*margin-bottom:65px;*/
   font-weight: 800;
   opacity:0;
   -webkit-transform: translateY(100%);
           transform: translateY(100%);
   -webkit-animation: appearup .5s ease-in-out .7s forwards;
           animation: appearup .5s ease-in-out .7s forwards;
}
#entete .marge .text_left h1 .sous-titre{
    display:block;
    color:#fff;
}
#entete .marge .img_right img{
    display: block;
    max-width: none;
    height: 100%;
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
#entete .marge .text_left{
    padding-top:100px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    position:relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/*#entete .marge .text_left .contenu{

    padding-left:45px;
}*/

#entete .marge .img_right{
    -ms-flex-item-align: stretch;
        align-self: stretch;
    background-size:cover;
    background-position:center;
}





/* - - - - FORM BASE - - - - */
/*.formulaire{
  float: left;
}
.formulaire .gform_wrapper{
  width: 100%;
  float: left;
  margin: 0;
}
.formulaire .gform_wrapper form{
  width: 100%;
  float: left;
}
.formulaire .gform_wrapper .gform_heading{
  margin: 20px auto 0;
  width: 100%;
  float: left;
}
.formulaire .gform_wrapper h3.gform_title{
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto;
  width: 100%;
  float: left;
}
.formulaire .gform_wrapper span.gform_description{
  font-size: 15px;
  line-height: 24px;
  margin: 0 auto;
  font-weight: 400;
  color: #000;
  width: 100%;
  float: left;
  text-align: center;
}
.formulaire .gform_wrapper .gform_body{
  margin: 20px auto 0;
  width: 100%;
  float: left;
}
.formulaire .gform_wrapper .gform_footer{
  margin: 20px auto 0;
  padding: 0;
  width: 100%;
  float: left;
  clear: none;
  text-align: center;
}
.formulaire .gform_wrapper .gform_footer input[type="submit"]{
  font-size: 15px;
  line-height: 16px;
  padding: 10px 15px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -ms-transition: All 0.3s ease-in-out;
}
.formulaire .gform_wrapper ul.gform_fields{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.formulaire .gform_wrapper ul.gform_fields li.gfield{
  padding: 0 10px;
  margin: 20px auto 0 !important;
  width: 100%;
  float: left;
  clear: none;
}
.formulaire .gform_wrapper .top_label .gfield_label{
  font-size: 16px;
  line-height: 20px;
  margin: 0 auto 4px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  float: left;
  display: block;
  clear: none;
}
.formulaire .gform_wrapper .gfield_required{font-weight: 400;}
body .formulaire .gform_wrapper .top_label div.ginput_container{
  width: 100%;
  float: left;
  margin: 0;
}
.formulaire .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.formulaire .gform_wrapper textarea.medium{
  padding: 10px 15px;
  width: 100%;
  float: left;
  border: none;
  outline: none;
}
*/
/* - - - - FORM STYLE 1 - - - - */
/*#formstyle1{
  width: 900px;
  margin: 40px calc(50% - 450px);
  padding: 10px 20px 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  background: #fff;
}
#formstyle1 .gform_wrapper h3.gform_title{
  text-transform: uppercase;
  color: #3cb4f0;
  font-weight: 700;
  text-align: center;
}
#formstyle1 .gform_wrapper .gform_footer input[type="submit"]{background: #1e1e1e}
#formstyle1 .gform_wrapper .gform_footer input[type="submit"]:hover{background: #3cb4f0;}
#formstyle1 .gform_wrapper .top_label .gfield_label{color: #1e1e1e;}
#formstyle1 .gform_wrapper .gfield_required{color: #3cb4f0;}
#formstyle1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#formstyle1 .gform_wrapper textarea.medium{background: #f1f1f1;}
*/
.gform_body ul{
    padding:0;
    margin:0;
}
.gform_body li{
    margin:10px 10px;
    list-style-type: none;
}
.gform_body input,
.gform_body select,
.gform_body textarea,
.gform_body .button{
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    border-radius:3px;
    border:1px solid #fff;
    background-color:transparent;
    font-size:13px;
    color:#fff;
    padding:10px;
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ /* IE 10+ */
  color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #fff;
    opacity: 1;
}
input::placeholder,
textarea::placeholder{
    color: #fff;
    opacity: 1;
}
.gform_body .hidden_label label{
    display:none;
}
.gform_wrapper input[type="submit"]{
    cursor:pointer;
    padding:10px;
    margin-top:15px;
    color:#fff;
    background-color:#000;
    border:1px solid #000;
    border-radius:3px;
    font-size:13px;
    line-height:14px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.gform_wrapper input[type="submit"]:hover{
    color:#000;
    background-color:transparent;
    border:1px solid #000;
}
/*----------clearers --------*/
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/*-------------------------*/
/* FLEXIBLE */
/*-------------------------*/
section[id^="block-"] h2{
    position:relative;
    padding-left: 60px;
    font-weight:800;
    /*font-size:50px;
    line-height:50px;*/
    margin-bottom:30px;
    text-align:left;
}
section[id^="block-"] h2:before{
    content:url('img/before-h2.svg');
    /*height:40px;
    width:40px;*/
    position:absolute;
    left:0;
    top:0;
}
section[id^="block-"] h2.white,
section[id^="block-"].white-title h2{
    color:#fff;
}
section[id^="block-"] h2.white:before,
section[id^="block-"].white-title h2:before{
  content:url('img/before-h2-white.svg');
}
/*--posts--*/
.posts{

}
.posts .marge{
    text-align:center;
}
.posts > div .marge{
    position:relative;
    width:100%!important;
}
.posts > div .marge::before{
    content:'';
    width:100%;
    height:calc(50% + 120px);
    position:absolute;
    top:0;
    left:0;
    background-color:#c6c2c3;
    border-radius:3px;
    z-index:0;
}
.home .posts .marge ul {
	background: #c6c2c3;
	padding-bottom: 70px;
}

.home .posts .marge ul::before {
	display: none;
}

@media (min-width: 1024px) {
	.home .posts > div .marge ul li {
		width: calc(100% / 3 - 60px);
	}
}
.posts > div .marge ul{
    text-align:left;
    padding:0;
    position:relative;
    z-index:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.posts > div .marge ul li{
    position:relative;
    list-style-type:none;
    /*width: calc(33% - 60px);
    margin:60px 30px 0px 30px;*/
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}
.posts > div .marge ul li .img img{
    display:block;
}
.posts > div .marge ul li .texte{
    padding:20px 40px 115px 20px;
}
.posts > div .marge ul li .texte h3{
    margin-top:0;
}
.posts > div .marge ul li .texte p{
    margin-top:30px;
    font-size:15px;
    line-height:20px;
}
.posts > div .marge ul li .btn{
    position:absolute;
    bottom:30px;
    left:50%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
}
.posts .marge .btn2{
    margin:50px auto 0 auto;
}


.page-id-30 .posts ul  li a{
    text-decoration: none;
    color:#000;
}
.page-id-30 .posts > div .marge::before{
    content:unset;
}
.page-id-30 .posts > div .marge ul{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
/*--Contenu deux colonnes--*/
.col1-2{
    background-color: #141414;
    color:#fff;
    padding:0;
    margin:0;
}
.col1-2 .wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.col1-2.pp_droite .wrapper{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
}
.col1-2 .wrapper .left{
    background-size:cover;
    background-position: center;
}
.col1-2 .wrapper .left,
.col1-2 .wrapper .right{
    -webkit-box-flex:1;
        -ms-flex:1 1 50%;
            flex:1 1 50%;
    position:relative;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}
.col1-2 .wrapper .left::before{
    content:'';
    background-image:url(img/flecheblanche.svg);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: top center;
    position:absolute;
    top:auto;
    bottom:0;
    left:50%;
    width:60px;
    height:30px;
    visibility: visible;
    -webkit-transform:rotate(180deg);
            transform:rotate(180deg);
    z-index:3;
}
.col1-2.pp_droite .wrapper .left::before{
    top:0;
    bottom:auto;
    left:50%;
    width:60px;
    height:30px;
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg);
}
.col1-2 .wrapper .left img{
    display:block;
    width:100%;
    position:relative;
    z-index:0;
}
.col1-2 .wrapper .right{
    padding:100px;
}
.col1-2 .wrapper .right h2{
   margin-bottom: 30px;
}
.col1-2 .wrapper .right p{
    padding-left:60px;
    margin-bottom:20px;
    color:#fff;
}
.col1-2 .wrapper .right .btn{
    float:right;
    margin-top:40px;
}
/*--Contenu deux colonnes Refait--*/
.col1-2-alt{
    background-color: #141414;
    color:#fff;
    padding:0;
    margin:0;
}
.col1-2-alt .global-wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
/*.col1-2-alt .wrapper{
    width:50%;
    display:flex;
    align-self: stretch;
}*/
/*.col1-2-alt .wrapper:nth-child(odd){
    flex-direction:column;
}
.col1-2-alt .wrapper:nth-child(even){
    flex-direction:column-reverse;
}*/
.col1-2-alt .wrapper .left{
    background-size:cover;
    background-position: center;
}
.col1-2-alt .wrapper .left,
.col1-2-alt .wrapper .right{
    -webkit-box-flex:1;
        -ms-flex:1 1 50%;
            flex:1 1 50%;
    position:relative;
    -ms-flex-item-align: stretch;
        align-self: stretch;
   /*height: 50%;*/
    overflow: hidden;
}
 /* .col1-2-alt .wrapper .left::before{
  content:'';
    background-image:url(img/flecheblanche.svg);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: top center;
    position:absolute;
    width:60px;
    height:30px;
    visibility: visible;
    z-index:3;
}
.col1-2-alt .wrapper:nth-child(even) .left::before{
    top:0;
    bottom:auto;
    left:50%;
    transform:rotate(0deg) translateX(-50%);
}
.col1-2-alt .wrapper:nth-child(odd) .left::before{
    top:auto;
    bottom:0;
    left:50%;
    transform:rotate(180deg) translateX(-50%);
}*/
.col1-2-alt .wrapper .left img{
    display:block;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    position:relative;
    z-index:0;
    left:50%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
}
.col1-2-alt .wrapper .right{
    /*padding:100px 10%;*/
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.col1-2-alt .wrapper .right h2{
   margin-bottom: 30px;
}
.col1-2-alt .wrapper .right p{
    padding-left:60px;
    margin-bottom:20px;
    color:#fff;
}
.col1-2-alt .wrapper .right .btn{
    float:right;
    margin-top:40px;
}
/*--bloc_creation--*/
.creations{
   background-color:#ffc87a;
    padding:65px 0;
    text-align:center;
}
.creations h2{
    text-align:left;
}
.bloc_creation{
    margin:85px 0 85px 0;
}
.bloc_creation ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    margin:0;
    padding:0;
    width:100%;
}
.bloc_creation ul li{
    list-style-type:none;
    cursor:pointer;
    margin: 0;
}
.bloc_creation ul li .contenu{
    display:block;
    width:100%;
    position:relative;
    background-size:cover;
    background-position:center center;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    z-index:0;
    border-radius:0;
}
.bloc_creation ul li .contenu::before{
    content: '';
    display:block;
    padding-bottom: 100%;
}
.bloc_creation ul li .contenu .overlay{
    position:absolute;
    width:100%;
    height:100%;
    opacity:1;
    top:0;
    left:0;
    -webkit-transform:scale(1);
            transform:scale(1);
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.bloc_creation ul li .contenu .overlay::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:3px;
    opacity:1;
    background-color: rgba(0,0,0,.75);
    opacity:0;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.bloc_creation ul li .contenu .overlay::after{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    width:calc(100% - 70px);
    height:calc(100% - 70px);
    border:1px solid #fff;
    border-radius:3px;
}
.bloc_creation ul li .contenu .overlay > div{
    text-align:left;
    width:100%;
    height:100%;
    position:absolute;
    top:50%;
    left:50%;
    /*-webkit-transform:translate(-50%,calc(-50% - 1rem)) scale(.7);
            transform:translate(-50%,calc(-50% - 1rem)) scale(.7);*/
    -webkit-transform:translate(-50%,-50%) scale(.7);
            transform:translate(-50%,-50%) scale(.7);
}
.bloc_creation ul li .contenu .overlay h3{
    color:#fff;
    font-size:20px;
    line-height:24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #000000;
}
.bloc_creation ul li .contenu .overlay p{
    color:#fff;
    font-size:15px;
    line-height:20px;
    opacity:0;
     -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.bloc_creation ul li .contenu .overlay p:not(:last-of-type){
    margin-bottom: 20px;
}
.bloc_creation ul li .contenu .overlay p strong{
    color:#bb1b1e;
    font-weight:normal;
}
.bloc_creation ul li .contenu:hover{
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-box-shadow: 30px 15px 15px 15px rgb(0 0 0 / 20%);
            box-shadow: 30px 15px 15px 15px rgb(0 0 0 / 20%);
    z-index:2;
     border-radius:3px;
}
.bloc_creation ul li .contenu:hover .overlay{
    /*opacity:1;
    -webkit-transform:scale(1);
            transform:scale(1);*/
}
.bloc_creation ul li .contenu:hover .overlay::before{
    opacity:.7;
}
.bloc_creation ul li .contenu:hover .overlay p{
    opacity:1;
}
.creations .btn2{
    border-color:#000;
    color:#000;
}
.creations .btn2:hover{
    background-color: #000;
    color:#fff;
}
/*--block-img-txt--*/
.block-img-txt{
    padding: 65px 0 95px 0;
}
.block-img-txt .marge{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.block-img-txt .left{
   width:53%;
    padding-right: 60px;
}
.block-img-txt .left img{
    width:calc(100% - 40px);
    height:auto;
    display:block;
    margin-bottom:40px;
    -webkit-box-shadow: 40px 40px 0px 0px #c6c2c3;
    box-shadow: 40px 40px 0px 0px #c6c2c3;
}
.block-img-txt .right{
  width:47%;
}
.block-img-txt p{
    padding-left: 60px;
    margin-bottom: 20px;
}
.block-img-txt .btn{
    float: right;
    margin-top: 40px;
}
.block-img-txt.noir{
    background-color: #282828;
}
.block-img-txt.noir p{
    color: #fff;
}
.block-img-txt.noir .left img{
    -webkit-box-shadow: 40px 40px 0px 0px #000000;
    box-shadow: 40px 40px 0px 0px #000000;
}
/*---formations--*/
.les_formations{

}
.les_formations .marge{

}
.formations .marge h2{

}
.les_formations .marge > p{
    max-width:700px;
    padding-left:60px;
    margin-left:0;
}
.les_formations .marge ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    padding:0;
    margin:20px 0;
}
.les_formations .marge ul li{
    list-style-type:none;
    margin: 0 13px 6rem 13px;
}
.formations .marge ul li:not(:nth(child(4n+1))){
    margin-left:35px;
}

.les_formations .marge ul li .contenu{
    position:relative;
    width:100%;
    height:calc(100% - 25px);
    border-radius:3px;
    background-color: #ffc87a;
    padding:40px 40px 45px 40px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.les_formations .marge ul li .contenu p{
    color:#000;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.les_formations .marge ul li .contenu::before{
    content:'';
    position:absolute;
    border:1px solid #fff;
    border-radius:3px;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    width:calc(100% - 20px);
    height:calc(100% - 20px);
}
.les_formations .marge ul li .contenu .btn{
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
    bottom:-80px;
}
.les_formations .marge ul li .contenu:hover{
     background-color:#88898b;
}
.les_formations .marge ul li .contenu:hover p{
    color:#fff;
}
/*--- troupe-ecole */
.troupe-ecole{
    padding:150px 0;
    position:relative;
    overflow:hidden;
}
.troupe-ecole::after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,.25);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index:0;
}
.troupe-ecole .contenu{
    width:50%;
    position:relative;
    z-index:1;
}
.troupe-ecole p{
    color:#fff;
    padding-left:60px;
}
.troupe-ecole .btn{
    float: right;
    margin-top: 40px;
}
/*---Section Texte - Image--*/
section.texte{
   padding-bottom: 100px;
}
section.texte .marge{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
section.texte.pp_droite .marge{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
}
section.texte .left{
   width:53%;
    padding-right: 60px;
}
section.texte.pp_droite .left {
    width: 53%;
    padding-right: 0;
    padding-left:60px;
}
section.texte .left img{
    width:calc(100% - 40px);
    height:auto;
    display:block;
    margin-bottom:40px;
    -webkit-box-shadow: 40px 40px 0px 0px #c6c2c3;
    box-shadow: 40px 40px 0px 0px #c6c2c3;
}
section.texte.color .left img{
    -webkit-box-shadow: 40px 40px 0px 0px rgba(0,0,0,.2);
    box-shadow: 40px 40px 0px 0px rgba(0,0,0,.2);
}
section.texte.pp_droite .left img{
   margin-left:auto;
    -webkit-box-shadow: -40px 40px 0px 0px #c6c2c3;
    box-shadow: -40px 40px 0px 0px #c6c2c3;
}
section.texte.color.pp_droite .left img{
     -webkit-box-shadow: -40px 40px 0px 0px rgba(0,0,0,.2);
    box-shadow: -40px 40px 0px 0px rgba(0,0,0,.2);
}
section.texte .citations{

}
section.texte .citations ul{
    padding:0;
    margin:80px 0 0 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
section.texte .citations ul li{
    list-style-type:none;
    max-width:300px;
    padding:0;
}
section.texte .citations ul li:not(:first-child){
    margin-left:100px;
}
section.texte .citations ul li:only-child{
    max-width:none;
}
section.texte .citations ul li p{
    font-size:16px;
    line-height:20px;
    font-weight: 600;
    font-style: italic;
}
section.texte .citations ul li p:first-child::before{
    content:url('img/quote.svg');
    width:40px;
    height:auto;
    float:left;
    margin: 0 5px 0 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
}
section.texte.white-title .citations ul li p:first-child::before{
    -webkit-filter:brightness(100);
            filter:brightness(100);
}
section.texte .citations ul li span{
    color:#bb1b1e;
    font-weight: 800;
    font-size:16px;
    line-height:18px;
    margin-top:20px;
}
section.texte .citations ul li:not(:only-child)  span{
    display:block;
    text-align:left;
}
section.texte .right{
  width:47%;
}
section.texte .right p{
    padding-left: 60px;
    margin-bottom: 20px;
}
section.texte .right h3{
    padding-left: 60px;
    font-weight:bold;
    font-size:20px;
    line-height:24px;
    color:#bb1b1e;
}
section.texte.Cover{
    background-size:cover;
    padding:0;
}
section.texte.Cover .marge{
    width:auto;
   /* margin: 0 0 0 52%;*/
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
            flex-direction:column-reverse;
}
section.texte.Cover .marge .left{
    background-color:rgba(0,0,0,.8);
    padding:40px 100px 100px 100px;
    width:100%;
}
section.texte.Cover .marge .left .citations p{
    color:#fff;
}
section.texte.Cover .marge .left .citations p:first-child::before {
    content: url(img/quote-red.svg);
}
section.texte.Cover .marge .right{
    background-color:rgba(255,255,255,.9);
    padding:50px 100px 50px 50px;
    width:100%;
}
section.texte.Cover .marge .right p{
    padding-left:60px;
}
/*---demarche---*/
.demarche{
    background-color:#f8f3f4;
}
.demarche .marge{

}
.demarche h2{
    max-width:45%;
    margin-left: 0;
}
.demarche .marge .demarches ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.demarche .marge .demarches ul li{
    list-style-type:none;
   /* flex:1;*/
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
/*.demarche .marge .demarches ul li:not(:nth-child(2n+1)){
    margin-left:50px;
}*/
.demarche .marge .demarches ul li img{
    width:100%;
}
.demarche .marge .demarches ul li .texte{
    padding:20px 20px 30px 20px;
}
.demarche .marge .demarches ul li h3{
    font-size:24px;
    line-height:30px;
    color:#bb1b1e;
    font-weight:800;
}
.demarche .marge .citations ul{
    padding:0;
    margin:80px 0 0 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.demarche .marge .citations ul li{
    list-style-type:none;
    max-width:300px;
}
.demarche .marge .citations ul li:not(:first-child){
    margin-left:100px;
}
.demarche .marge .citations ul li:only-child{
    max-width:460px;
}
.demarche .marge .citations ul li p{
    font-size:16px;
    line-height:20px;
    font-weight: 600;
    font-style: italic;
}
.demarche .marge .citations ul li p:first-child::before{
    content:url('img/quote.svg');
    width:40px;
    height:auto;
    float:left;
    margin: 0 5px 0 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
}
.demarche .marge .citations ul li span{
    color:#bb1b1e;
    font-weight: 800;
    font-size:16px;
    line-height:18px;
    margin-top:10px;
}
.demarche .marge .citations ul li:only-child  span{
    display:block;
    text-align:right;
}
/*--ressources--*/
.ressources{
    background: rgb(248,243,244);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(248,243,244,1)), color-stop(60%, rgba(248,243,244,1)), color-stop(60%, rgba(248,243,244,0)), to(rgba(248,243,244,0)));
    background: linear-gradient(180deg, rgba(248,243,244,1) 0%, rgba(248,243,244,1) 60%, rgba(248,243,244,0) 60%, rgba(248,243,244,0) 100%);
}
.ressources .marge{

}
.ressources .marge h2{
    max-width:650px;
    margin-left:0;
}
.ressources .contenu_haut{

}
.ressources .contenu_haut ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding:0;
    margin:0;
}
.ressources .contenu_haut ul li{
    list-style-type:none;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
/*.ressources .contenu_haut ul li:not(:first-child){
    margin-left:50px;
}*/
.ressources .contenu_haut ul li img{
    width:100%;
}
.ressources .contenu_haut li .texte{
    padding:10px 20px 30px 20px;
}
.ressources .contenu_haut ul li h3{
    font-size:24px;
    line-height:30px;
    color:#bb1b1e;
    font-weight:800;
}
.ressources .contenu_bas{
    margin-top:80px;
    padding-bottom: 60px;
}
.ressources .contenu_bas ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    padding:0;
    margin:20px 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.ressources .contenu_bas ul li{
    list-style-type:none;
    position: relative;
}
/*ressources .contenu_bas ul li:not(:first-child){
    margin-left:55px;
}*/
.ressources .contenu_bas ul li .contenu{
    position:relative;
    width:100%;
    height:calc(100% - 25px);
    border-radius:3px;
    background-color: #ffc87a;
    padding:40px 40px 45px 40px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.ressources .contenu_bas ul li .contenu p{
    color:#000;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.ressources .contenu_bas ul li .contenu::before{
    content:'';
    position:absolute;
    border:1px solid #fff;
    border-radius:3px;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    width:calc(100% - 20px);
    height:calc(100% - 20px);
}
.ressources .contenu_bas ul li .bouton{
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
    bottom:-80px;
}
.ressources .citations{
    margin-top:70px;
}
.ressources .citations ul{
    padding:0;
    margin:80px 0 0 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.ressources .citations ul li{
    list-style-type:none;
    max-width:300px;
}
.ressources .citations ul li:not(:first-child){
    margin-left:100px;
}
.ressources .citations ul li:only-child{
    max-width:460px;
}
.ressources .citations ul li p{
    font-size:16px;
    line-height:20px;
    font-weight: 600;
    font-style: italic;
}
.ressources .citations ul li p:first-child::before{
    content:url('img/quote.svg');
    width:40px;
    height:auto;
    float:left;
    margin: 0 5px 0 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
}
.ressources .citations ul li span{
    color:#bb1b1e;
    font-weight: 800;
    font-size:16px;
    line-height:18px;
    margin-top:10px;
}
.ressources .citations ul li:only-child  span{
    display:block;
    text-align:right;
}
/*--videos--*/
.videos{
    background-color: #f8f3f4;
}
.videos .marge{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
/*.videos .left{
    width:50%;
}
.videos .left video{

}
.videos .right{
   width: 50%;
   padding:20px 0 45px 60px;

}*/
.videos .right .citations{
   background-image:url('img/quote-white.svg');
   background-repeat: no-repeat;
   background-size:25% auto;
   background-position:right calc(100% - 20px);
}
.videos .right .citations p{
    font-style: italic;
    font-size:18px;
    line-height:30px;
}
.videos .right .citations p:first-child::before{
    content: url(img/quote.svg);
    width: 72px;
    height: auto;
    float: left;
    margin: 0 10px -.5em 0;
}
.videos .right .citations .ref{
    color:#bb1b1e;
    text-align: right;
    margin-top:45px;
    font-size:16px;
    line-height:24px;
}
.videos .right .citations .titre{
    font-style:italic;
}
.videos .right .citations .titre::before{
    content:'« ';
}
.videos .right .citations .titre::after{
    content:' »';
}
.videos .right .citations .auteur{
    font-weight: 800;
}
/*--theatre--*/
.theatre{
   padding:100px 0;
   position:relative;
}
.theatre::after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,.25);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index:0;
}
.theatre .marge{
    position:relative;
    z-index:1;
}
.theatre .left{
    width: 51%;
}
.theatre .left p{
    color:#fff;
}
/*--bloc-formations--*/
.bloc-formations{

}
.bloc-formations h2{
    max-width: 50%;
    margin-left: 0;
}
.bloc-formations .formations-wrapper ul{
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.bloc-formations .formations-wrapper ul li{
    list-style-type: none;
   /* flex:1 1 calc(50% - 20px);
    margin:20px;*/
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 15, 20, .2);
    box-shadow: 0px 0px 20px 0px rgba(0, 15, 20, .2);
    border-radius:3px;
    overflow:hidden;
}
.bloc-formations .formations-wrapper ul li:nth-child(odd){
    margin-left:0;
}
.bloc-formations .formations-wrapper ul li:nth-child(even){
    margin-right:0;
}
.bloc-formations .bloc-single-formation{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.bloc-formations .bloc-single-formation{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    background-color: #fff;
}
.bloc-formations .bloc-single-formation .leftimg{
    /*width:40%;
    position:relative;
    overflow:hidden;*/
    background-size: cover;
    background-position:center;
}
/*.bloc-formations .bloc-single-formation .leftimg img{
    display:block;
    position:absolute;
    height:100%;
    width:auto;
    max-width:none;
    left:50%;
    top:0;
    transform:translateX(-50%);
}
.bloc-formations .bloc-single-formation .contenu{
    width:60%;
    position:relative;
}*/
.bloc-formations .bloc-single-formation .contenu h2{
    padding-left: 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    max-width:none;
}
.bloc-formations .bloc-single-formation .contenu h3{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color:#bb1b1e
}
.bloc-formations .bloc-single-formation .contenu .category{
    display:block;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
    color:#88898b;
}
.bloc-formations .bloc-single-formation .contenu h2::before{
    content: unset;
}
/*.bloc-formations .bloc-single-formation .contenu .btns{
    position:absolute;
    bottom:15px;
    left:15px;
}*/
.bloc-formations .bloc-single-formation .contenu .btns a{
    margin-top:0;
    margin-right:15px;
    margin-bottom:15px;
    padding: 15px 20px;
    font-size: 13px;
    line-height:14px;
    float:none;
}
.bloc-formations .contenu_bas{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.bloc-formations .contenu_bas .left,
.bloc-formations .contenu_bas .right{
    margin:20px;
}
.bloc-formations .contenu_bas > div:only-child{
    width:100%;
    margin:20px 0;
}
.bloc-formations .contenu_bas > div:only-child.citations ul {
    margin: 30px 0 0 0;
}
/*.bloc-formations .contenu_bas > div:only-child.citations ul li{
    width:50%;
    max-width:none;
    padding:0 75px;
}
.bloc-formations .contenu_bas > div:only-child.citations ul li:nth-child(even){
    margin-left:40px;
}*/
.bloc-formations .contenu_bas .left{
    margin-left:0;
}
.bloc-formations .contenu_bas .right{
    margin-right:0;
}
.bloc-formations .encart{
    border:1px solid #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 15, 20, .2);
    box-shadow: 0px 0px 20px 0px rgba(0, 15, 20, .2);
    padding:30px 20px 20px 20px;
}
.bloc-formations .encart h3{
    font-size:24px;
}
.bloc-formations .encart p > a{
    display:inline-block;
    background-color: #db3f36;
    border:1px solid #db3f36;
    color:#fff;
    text-decoration: none;
    border-radius:3px;
    margin:30px 0 0 0;
    padding: 15px 20px;
    font-size: 13px;
    line-height:14px;
    float:right;
}
.bloc-formations .encart p > a:hover{
    background-color: transparent;
    border:1px solid #db3f36;
    color:#db3f36;
}

.bloc-formations.surmesure{


}
.bloc-formations.surmesure .contenu_haut{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}

/*.bloc-formations.surmesure .contenu_haut .left{
   width:53%;
    padding-right: 60px;
}*/

.bloc-formations.surmesure .contenu_haut img{
    width:calc(100% - 2vw);
    height:auto;
    display:block;
    margin-bottom:40px;
     -webkit-box-shadow: 2vw 2vw 0px 0px rgba(0,0,0,.2);
    box-shadow: 2vw 2vw 0px 0px rgba(0,0,0,.2);
}
/*.bloc-formations.surmesure .right{
    width:47%;
    padding-bottom: 40px;
}*/
.bloc-formations.surmesure .right h2{
    max-width:none;
}
.bloc-formations.surmesure .right p{
    padding-left: 60px;
    margin-bottom: 20px;
}
.bloc-formations.surmesure .right h3{
    padding-left: 60px;
    font-weight:bold;
    font-size:20px;
    line-height:24px;
    color:#bb1b1e;
}
.bloc-formations.surmesure .right .btn2,
.bloc-formations.surmesure .right .btn
{
    float:right;
}
.bloc-formations.surmesure .contenu_bas{
    display:block;
    margin-top:30px;
}
.bloc-formations.surmesure .contenu_bas .projets ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    margin:0;
    padding:0;
}
.bloc-formations.surmesure .contenu_bas .projets ul li{
    position:relative;
    list-style-type:none;
    /*width: calc(33% - 40px);
    margin:0 0 30px 60px;*/
    background-color: #fff;
    border-radius:3px;
    overflow:hidden;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
    box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
}
/*.bloc-formations.surmesure .contenu_bas .projets ul li:nth-child(3n + 1){
    margin-left:0;
}*/
.bloc-formations.surmesure .contenu_bas .projets ul li .status{
    font-size:13px;
    line-height:14px;
    position:absolute;
    padding:10px;
    border-bottom-right-radius:3px;
    top:0;
    left:0;
    z-index:2;
}
.bloc-formations.surmesure .contenu_bas .projets ul li.realise .status{
    background-color:#ffc87a;
}
.bloc-formations.surmesure .contenu_bas .projets ul li.en-cours .status{
    background-color:#db3f36;
    color:#fff;
}
.bloc-formations.surmesure .contenu_bas .projets ul li .texte{
    padding:20px 20px 40px 20px;
}
.bloc-formations.surmesure .citations ul{
    margin:0;
    padding:0;
    position:relative;
    z-index:0;
}
/*.bloc-formations.surmesure .citations ul li .content{
    padding:40px 25%;
}*/
.bloc-formations.surmesure .citations.slider-wrapper #slidenav{
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
}
.bloc-formations.surmesure .citations.slider-wrapper #slidenav .slick-arrow {
    display: block;
    background-color: transparent;
    border: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    background-image: url(img/arrow-slider.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-filter:brightness(0);
            filter:brightness(0);
    opacity:1;
}
.bloc-formations.surmesure .citations.slider-wrapper #slidenav .slick-arrow:nth-child(2){
    float:right;
}
.bloc-formations.surmesure .citations.slider-wrapper #slidenav .slick-arrow:hover{
    opacity:.5;
}
/*---Args ecole --*/
.argumentaire_ecole{

}
.argumentaire_ecole.layout1 .marge{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
/*.argumentaire_ecole.layout1 .marge .text{
    flex:1 1 50%;
    padding-right:90px;
}*/
.argumentaire_ecole.layout1 .marge .text .wrapper{
    padding-left:60px;
}
.argumentaire_ecol.layout1e .marge .btns{
    margin-top:40px;
}
.argumentaire_ecole.layout1 .marge .btns a{
    margin-right:20px;
    margin-bottom:20px;
}
/*.argumentaire_ecole.layout1 .marge .args{
    flex:1 1 50%;
}*/
.argumentaire_ecole.layout1 .marge .args .args-wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    /*padding:0 15px;*/
    position:relative;
}
.argumentaire_ecole.layout1 .marge .args .args-wrapper::before{
    content:'';
    background-color: #c6c2c3;
    width:100%;
    height:50%;
    position:absolute;
    left:0;
    top:0;
    border-radius:3px;
    z-index:0;
}
.argumentaire_ecole.layout1 .marge .args .args-wrapper .arg{
    position:relative;
    z-index:1;
    /*flex:1 1 33.34%;*/
     -webkit-box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
    box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
    border-radius: 3px;
    margin:30px 15px 0 15px;
    background-color: #fff;
}
.argumentaire_ecole.layout1 .marge .args .args-wrapper .arg img{
    display:block;
    width:100%;
}
.argumentaire_ecole.layout1 .marge .args .args-wrapper .arg .content{
    padding: 10px 15px 30px 15px;
}
.argumentaire_ecole.layout1 .marge .args .args-wrapper .arg .content h3{
    font-size:22px;
    line-height:24px;
}
.argumentaire_ecole.layout1 .marge .args .args-wrapper .arg .content .desc{
    font-size:13px;
    line-height:18px;
}
.argumentaire_ecole.layout2{
    background-color: #f8f3f4;
}
.argumentaire_ecole.layout2 .marge .args-wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.argumentaire_ecole.layout2 .marge .args-wrapper .arg{

     -webkit-box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
    box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
    border-radius: 3px;
    /*margin:25px;*/
    background-color: #fff;
}
.argumentaire_ecole.layout2 .marge .args-wrapper .arg img{
    width:100%;
    display: block;
}
.argumentaire_ecole.layout2 .marge .args-wrapper .arg .content{
    padding:20px 20px 30px 20px;
}
.argumentaire_ecole.layout2 .marge .citations ul{
    margin-top:70px;
}
.argumentaire_ecole.layout2 .marge .citations ul li{
    max-width:500px;
}
.argumentaire_ecole.layout3{
    background-color: #f8f3f4;
}
.argumentaire_ecole.layout3 .marge .wrapper{
    padding-left:60px;
    /*width:calc(50% - 60px);*/
    max-width:650px;
}
.argumentaire_ecole.layout3 .marge .args-wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.argumentaire_ecole.layout3 .marge .args-wrapper .arg{
   /* flex:1; */
     -webkit-box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
    box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
    border-radius: 3px;
    margin:25px;
    background-color: #fff;
}
.argumentaire_ecole.layout3 .marge .args-wrapper .arg img{
    width:100%;
    display: block;
}
.argumentaire_ecole.layout3 .marge .args-wrapper .arg .content{
    padding:20px 20px 30px 20px;
}
.argumentaire_ecole.layout3 .marge .args-wrapper .arg h3{
    font-size: 24px;
    line-height: 30px;
    color:#bb1b1e;
}
/*---bandeau citation --*/
.bandeau_citation{
    background-color: #c6c2c3;
    padding:0;
}
.bandeau_citation .marge{
    padding:50px 0;
}
.bandeau_citation .marge .wrapper{
    max-width:500px;
    margin:0 auto;
}
.bandeau_citation .marge .citation{
    font-weight: 600;
    font-style:italic;
}
.bandeau_citation .marge .citation::before{
    content:url('img/quote.svg');
    width:40px;
    height:auto;
    float:left;
    margin: 0 5px 0 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    -webkit-filter:brightness(100);
            filter:brightness(100);
}
.bandeau_citation .marge .author{
    float:right;
    color:#bb1b1e;
    font-size:16px;
    line-height:18px;
     margin-top:20px;
}
.bandeau_citation .marge .author .title-author{
    font-style:italic;
}
.bandeau_citation .marge .author .title-author::before{
    content:'« ';
    font-style: italic;
}
.bandeau_citation .marge .author .title-author::after{
    content:' »';
    font-style: italic;
}
.bandeau_citation .marge .author .name-author{
    font-weight: 800;
}
/*---bg_txt--*/
.bg_txt{
    background-size:cover;
    position:relative;
}
.bg_txt.left{
    background-position: right;
}
.bg_txt.right{
    background-position: left;
}
.bg_txt::after{
   content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,.25);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index:0;
}
.bg_txt.right::after{
    background: rgba(0,0,0,.25);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.bg_txt .contenu{
    position:relative;
    z-index:1;
   /* width:45%;*/
}
.bg_txt .wrapper{
    padding-left:60px;
}
.bg_txt .contenu p{
    color:#fff;
}
.bg_txt.right .contenu{
    float:right;
}
.bg_txt.right .contenu .btn-wrapper{
    margin-top:20px;
}
/*--paragraphe photo--*/
.txt_img{
    padding: 65px 0 95px 0;
}
.txt_img .marge{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.txt_img.right .marge{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
/*.txt_img .img-wrapper{
    width: 53%;
    padding-right: 60px;
}*/
/*.txt_img.right .img-wrapper{
    padding-left:60px;
    padding-right:0;
}*/
.txt_img .img-wrapper img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    -webkit-box-shadow: 2vw 2vw 0px 0px rgb(0 0 0 / 20%);
            box-shadow: 2vw 2vw 0px 0px rgb(0 0 0 / 20%);
}
.txt_img.right .img-wrapper img{
    -webkit-box-shadow: -2vw 2vw 0px 0px rgb(0 0 0 / 20%);
            box-shadow: -2vw 2vw 0px 0px rgb(0 0 0 / 20%);
}
/*.txt_img .txt-wrapper{
    width: 47%;
    padding-left:60px;
}*/
/*.txt_img.right .txt-wrapper{
    padding-right:60px;
    padding-left:0;
}*/
.txt_img .txt-wrapper h2 + .wrapper{
    padding-left:60px;
}
.txt_img .txt-wrapper p{
    margin-bottom: 20px;
}
.txt_img .txt-wrapper .wrapper.white p{
    color:#FFF!important;
}
.txt_img .txt-wrapper .btns{
    margin-top:30px;
}
/*.txt_img .txt-wrapper .btns a + a{
    margin-left:20px;
}*/
.txt_img .txt-wrapper ul{
    padding: 0 0 0 60px;
}
.txt_img .txt-wrapper ul li{
    margin:0;
}
.txt_img .txt-wrapper ul li::marker, .txt_img .txt-wrapper ol li::marker {
    color: #bb1b1e;
    font-weight: 600;
    font-size: 1.2em;
}
.txt_img .citations{

}
.txt_img .citations ul{
    padding:0;
    margin:80px 0 0 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    /*flex-wrap:nowrap!important;*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.txt_img .citations ul li{
    list-style-type:none;
    /*max-width:300px;*/
    padding:0;
    margin-bottom:40px;
}
/*.txt_img .citations ul li:not(:first-child){
    margin-left:100px;
}*/
.txt_img .citations ul li:only-child{
    max-width:none;
}
.txt_img .citations ul li p{
    font-size:16px;
    line-height:20px;
    font-weight: 600;
    font-style: italic;
}
.txt_img .citations ul li p:first-child::before{
    content:url('img/quote.svg');
    width:40px;
    height:auto;
    float:left;
    margin: 0 5px 0 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
}
.txt_img.white-title .citations ul li p:first-child::before{
    -webkit-filter:brightness(100);
            filter:brightness(100);
}
.txt_img .citations ul li span{
    color:#bb1b1e;
    font-weight: 800;
    font-size:16px;
    line-height:18px;
    margin-top:20px;
}
.txt_img .citations ul li:not(:only-child)  span,
.page-id-16 .txt_img .citations ul li span{
    display:block;
    text-align:left;
}



/*--equipe--*/
.equipe{

}
#contacts.equipe{
   background-color:#f8f3f4;
} /*page contact*/

.equipe .marge{
    text-align:center;
}
.equipe .team-wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 65px;
    text-align:left;
}
.equipe .team-member{
    cursor:pointer;
   /* width: calc(20% - 60px);
    margin: 0 30px 50px 30px;*/
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
            box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
}
#contacts.equipe .team-member{
    cursor:default;
}
.equipe .team-member.mutelink{
    pointer-events: none;
}
.equipe .team-member img,
.equipe .team-member svg{
   display:block;
    width:100%;
}
.equipe .team-member .txt-wrapper{
    padding:20px 20px 30px 20px;
}
.equipe .team-member .firstname{
    display:block;
    font-weight: 300;
    font-size:20px;
    line-height:26px;
}
.equipe .team-member .lastname{
    display:block;
    font-weight: 800;
    font-size:20px;
    line-height:26px;
}
.equipe .team-member .role{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:20px;
    color:#bb1b1e;
}
.equipe .team-member .modal{
    background-color: transparent;
    position:fixed;
    top:calc(50% + 50px);
    left:50%;
    /*max-width:600px;*/
    height:auto;
    max-height:calc(100vh - 120px);
    -webkit-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
    opacity:0;
    visibility: hidden;
    z-index:4;
}
.equipe .team-member .modal .content{
    overflow-y: auto;
    max-height: calc(100vh - 60px);
}
.equipe .team-member .modal.active{
    opacity:1;
    visibility: visible;
}
.equipe .team-member .modal .closemodal{
    color:#bb1b1e;
    font-weight:300;
    font-size:14px;
    line-height:14px;
    display:block;
    margin-bottom:30px;
    text-align: center;
    text-transform:uppercase;
}
.equipe .team-member .modal .top{
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.equipe .team-member .modal .top .left{
    width:45%;
    text-align:left;
    overflow:hidden;
    position:relative;
}
.equipe .team-member .modal .top .left img,
.equipe .team-member .modal .top .left svg{
    max-width:none;
    width:auto;
    height:100%;
    display:block;
    position: absolute;
   /* top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);*/
}
.equipe .team-member .modal .top .right{
    /*padding:20px 20px 40px 20px;
    width:55%;*/
}
.equipe .team-member .modal .top .right .firstname{
    font-weight: 300;
    font-size:32px;
    line-height:36px;
    display:block;
    margin-bottom:15px;
}
.equipe .team-member .modal .top .right .lastname{
    font-weight: 800;
    font-size:32px;
    line-height:36px;
    display:block;
    margin-bottom:25px;
}
.equipe .team-member .modal .top .right .role{
    font-weight: normal;
    font-size:18px;
    line-height:26px;
    display:block;
    color:#bb1b1e;
}
.equipe .team-member .modal .bottom{
    padding:20px;
    background-color: #f8f3f4;
}


/*--slider--*/
.slider_full{
    padding:0;
}
.slider_full .sliderfull{

}
.slider_full .slider-wrapper{
    width: 100%;
    overflow: hidden;
}
.slider_full .sliderfull img{
     width:100%;
}
.slider_full .sliderfull .slider-item{
    position:relative;
    /*max-height:620px;*/
    background-size:cover;
    background-position:center;
}
.slider_full .sliderfull .slider-item .contentslide{
    /*position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;*/
    padding-top:150px;
    padding-bottom:200px;
    text-align:left;
}
.slider_full .sliderfull .slider-item .contentslide h2{
    margin-left:90px;
    /*margin-top:-100px;*/
    max-width:25%;
}
.slider_full #slidenav{
    width:100%;
}
.slider_full  #slidenav .slick-arrow{
    background-color: #bb1b1e;
    border:1px solid #bb1b1e;
}
.slider_full #slidenav .slick-arrow:hover{
    background-color: transparent;
    border:1px solid #fff;
    -webkit-filter:none;
            filter:none;
}
/*--blocs--*/
section.blocs{

}
section.blocs .textwrapper{
    max-width:800px;
    margin: 0 auto;
}
section.blocs .textwrapper p{
    font-size:24px;
    line-height:30px;
}
section.blocs ul#blocs_culture{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:0;
    margin:0;
}
section.blocs ul#blocs_culture li{
    list-style-type:none;
   /* flex:1;*/
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
            box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
    border-radius: 3px;
    background-color: inherit;
    font-weight:900;
    font-size:20px;
    line-height:26px;
    padding:30px 40px;
    margin: 30px 20px 0 20px;
}
/*--realisation passées--*/
.rea_passees{
    background-color:#f8f3f4;
    padding:90px 0 50px 0;
}
.rea_passees .intro_rea{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    padding-bottom: 80px;
}

/*.rea_passees .intro_rea .img-wrapper{
    width: 53%;
    padding-right: 60px;
}
.rea_passees .intro_rea.right .img-wrapper{
    padding-left:60px;
    padding-right:0;
}*/
.rea_passees .intro_rea .img-wrapper img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    -webkit-box-shadow: 2vw 2vw 0px 0px rgb(0 0 0 / 20%);
            box-shadow: 2vw 2vw 0px 0px rgb(0 0 0 / 20%);
}
.rea_passees .intro_rea.right .img-wrapper img{
    -webkit-box-shadow: -2vw 2vw 0px 0px rgb(0 0 0 / 20%);
            box-shadow: -2vw 2vw 0px 0px rgb(0 0 0 / 20%);
}
/*.rea_passees .intro_rea .txt-wrapper{
    width: 47%;
    padding-left:60px;
}
.rea_passees .intro_rea.right .txt-wrapper{
    padding-right:60px;
    padding-left:0;
}*/
.rea_passees .intro_rea .txt-wrapper p{
    font-size:17px;
    line-height:22px;
}
.rea_passees h3{
    color:#bb1b1e;
    font-size:28px;
    line-height:30px;
    font-weight:bold;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.old_creations-wrapper ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    margin:0;
    padding: 0;
}
.old_creations-wrapper ul li{
    list-style-type: none;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
            box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
}
.old_creations-wrapper ul li .contenu{
    padding:20px 20px 40px 20px;
}
.old_creations-wrapper ul li .contenu h4{
    font-size:24px;
    line-height:30px;
    font-weight:900;
    margin-bottom:20px;
}
/*--ateliers + projets--*/
.bloc_ateliers{
    background-color:#282828;
    padding:90px 0 50px 0;
}
.bloc_ateliers .intro_ateliers{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.bloc_ateliers .intro_ateliers.right{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
}
/*.bloc_ateliers .intro_ateliers .img-wrapper{
    width: 53%;
    padding-right: 60px;
}
.bloc_ateliers .intro_ateliers.right .img-wrapper{
    padding-left:60px;
    padding-right:0;
}*/
.bloc_ateliers .intro_ateliers .img-wrapper img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    -webkit-box-shadow: 2vw 2vw 0px 0px rgb(0 0 0 / 20%);
            box-shadow: 2vw 2vw 0px 0px rgb(0 0 0 / 20%);
}
.bloc_ateliers .intro_ateliers.right .img-wrapper img{
    -webkit-box-shadow: -2vw  2vw  0px 0px rgb(0 0 0 / 20%);
            box-shadow: -2vw  2vw  0px 0px rgb(0 0 0 / 20%);
}
/*.bloc_ateliers .intro_ateliers .txt-wrapper{
    width: 47%;
    padding-left:60px;
}
.bloc_ateliers .intro_ateliers.right .txt-wrapper{
    padding-right:60px;
    padding-left:0;
}*/
.bloc_ateliers .intro_ateliers.right .txt-wrapper p{

}
.bloc_ateliers .intro_ateliers .txt-wrapper p,
.bloc_ateliers .intro_ateliers .txt-wrapper li{
    color:#fff;
}
.bloc_ateliers .intro_ateliers .txt-wrapper h2 + .wrapper{
    padding-left:60px;
}

.bloc_ateliers .txt-wrapper ul li::marker, .bloc_ateliers .txt-wrapper ol li::marker {
    color: #bb1b1e;
    font-weight: 600;
    font-size: 1.2em;
}
.liste_projets {
    margin-top:60px;
}
.liste_projets ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    margin:0;
    padding: 0;
}
.liste_projets ul li{
    background-color:#fff;
    list-style-type: none;
    position:relative;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
            box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
    border-radius:3px;
    overflow:hidden;
}
.liste_projets ul li .status{
    font-size:13px;
    line-height:14px;
    position:absolute;
    padding:10px;
    border-bottom-right-radius:3px;
    top:0;
    left:0;
    z-index:2;
}
.liste_projets ul li.realise .status{
    background-color:#ffc87a;
}
.liste_projets ul li.encours .status{
    background-color:#db3f36;
    color:#fff;
}
.liste_projets ul li .contenu{
    padding:20px 20px 40px 20px;
}
.liste_projets ul li .contenu h4{
    font-size:24px;
    line-height:30px;
    font-weight:900;
    margin-bottom:20px;
}
/*--evenements--*/
.bloc_events{
    background-color:#fff;
    padding:90px 0 50px 0;
}
.bloc_events .intro{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
/*.bloc_events .intro.right{
    flex-direction:row-reverse;
}
.bloc_events .intro .img-wrapper{
    width: 53%;
    padding-right: 60px;
}
.bloc_events .intro.right .img-wrapper{
    padding-left:60px;
    padding-right:0;
}*/
.bloc_events .intro .img-wrapper img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    -webkit-box-shadow: 2vw 2vw 0px 0px rgb(0 0 0 / 20%);
            box-shadow: 2vw 2vw 0px 0px rgb(0 0 0 / 20%);
}
.bloc_events .intro.right .img-wrapper img{
    -webkit-box-shadow: -2vw 2vw 0px 0px rgb(0 0 0 / 20%);
            box-shadow: -2vw 2vw 0px 0px rgb(0 0 0 / 20%);
}
/*.bloc_events .intro .txt-wrapper{
    width: 47%;
    padding-left:60px;
}
.bloc_events .intro.right .txt-wrapper{
    padding-right:60px;
    padding-left:0;
}*/
.bloc_events .intro.right .txt-wrapper p{

}
.bloc_events .intro .txt-wrapper h2 + .wrapper{
    padding-left:60px;
}

.bloc_events .txt-wrapper ul li::marker, .bloc_events .txt-wrapper ol li::marker {
    color: #bb1b1e;
    font-weight: 600;
    font-size: 1.2em;
}
.liste_projets {
    margin-top:60px;
    padding:0 0 0 60px;
}
.liste_projets ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin:0 0 0 -25px;
    padding: 0;
}
.liste_projets ul li{
    background-color:#fff;
    list-style-type: none;
    position:relative;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
            box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
    border-radius:3px;
    overflow:hidden;
}
.liste_projets ul li img{
    width:100%;
}
.liste_projets ul li .contenu{
    padding:20px 20px 40px 20px;
}
.bloc_events .txt-wrapper h3,
.bloc_events .liste_projets h3{
    font-size:18px;
    line-height:22px;
    font-weight:bold;
    text-transform: uppercase;
    color:#bb1b1e;
}
/*--cooperation--*/
.cooperation{
    background-color: #f8f3f4;
    padding:0 0 100px 0;
}
img.entete{
    width:100%;
    display:block;
    margin-bottom:50px;
}
.cooperation h2,
.cooperation .intro{
    max-width:540px;
    margin-left:0;
    margin-right:0;
}
.cooperation h2 + .wrapper{
    padding-left:60px;
}
.blocs-cooperations{
    margin-top:40px;
}
.blocs-cooperations .coop-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
            box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
    margin:0 0 30px 0;
    border-radius:3px;
    overflow:hidden;
    background-color:#fff;
    min-height:260px;
}
/*.blocs-cooperations .coop-item:nth-child(even){
   flex-direction:row-reverse;
}*/
.blocs-cooperations .coop-item .image-wrapper{
    -ms-flex-item-align:stretch;
        align-self:stretch;
    min-width:400px;
    background-size:cover;
    background-position: center;
}
/*.blocs-cooperations .coop-item .image-wrapper img{
    display:block;
    min-width:100%;
    height:100%;
}*/
.blocs-cooperations .coop-item .text-wrapper{
    padding:20px;
}
.blocs-cooperations .coop-item .text-wrapper h3.coop-title{
    color:#bb1b1e;
    font-weight:bold;
    font-size:18px;
    line-height:22px;
    margin:0 0 10px 0;
}
.cooperation .bloc-footer{
    text-align:center;
    margin-top:20px;
}

/*--Bloc les stages--*/
.bloc_stages{
    background-color:#fff;
    padding:90px 0 70px 0;
}
.bloc_stages .intro{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.bloc_stages .intro.right{
   /* flex-direction:row-reverse;*/
}
/*.bloc_stages .intro .img-wrapper{
    width: 53%;
    padding-right: 60px;
}*/
/*.bloc_stages .intro.right .img-wrapper{
    padding-left:60px;
    padding-right:0;
}*/
.bloc_stages .intro .img-wrapper img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    -webkit-box-shadow: 2vw 2vw 0px 0px rgb(0 0 0 / 20%);
            box-shadow: 2vw 2vw 0px 0px rgb(0 0 0 / 20%);
}
.bloc_stages .intro.right .img-wrapper img{
    -webkit-box-shadow: -2vw 2vw 0px 0px rgb(0 0 0 / 20%);
            box-shadow: -2vw 2vw 0px 0px rgb(0 0 0 / 20%);
}
/*.bloc_stages .intro .txt-wrapper{
    width: 47%;
    padding-left:60px;
}
.bloc_stages .intro.right .txt-wrapper{
    padding-right:60px;
    padding-left:0;
}*/
.bloc_stages .intro.right .txt-wrapper p{

}
.bloc_stages .intro .txt-wrapper h2 + .wrapper{
    padding-left:60px;
}

.bloc_stages .txt-wrapper ul li::marker, .bloc_stages .txt-wrapper ol li::marker {
    color: #bb1b1e;
    font-weight: 600;
    font-size: 1.2em;
}
.liste_stages {
    margin-top:60px;
}
.liste_stages ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    margin:0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.liste_stages ul li{
    background-color:#ffc87a;
    list-style-type: none;
    position:relative;
   /* width: calc(25% - 35px); */
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
            box-shadow: 0px 0px 20px 0px rgb(0 15 20 / 20%);
    margin:0 25px 50px 25px;
    border-radius:3px;
    overflow:hidden;
    padding:20px;
}
.liste_stages ul li::after{
    content:'';
    position:absolute;
    width:calc(100% - 40px);
    height:calc(100% - 40px);
    top:20px;
    left:20px;
    border-radius:3px;
    border:1px solid #fff;
}
.liste_stages ul li .contenu{
    padding:20px;
}
.liste_stages ul li .contenu h3{
    font-size:28px;
    line-height:30px;
    font-weight:900;
    margin-bottom:20px;
}
.liste_stages ul li .contenu h4{
    font-size:18px;
    line-height:22px;
    font-weight:bold;
    margin-bottom:20px;
    color:#bb1b1e;
}
/*--trajectoire--*/
.bloc_trajectoire{

}
.bloc_trajectoire .cols{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/*.col-etapes{
    width:60%;
    max-width:520px;
    padding-right:60px;
}*/
.step{
    margin-bottom: 45px;
}
/*.col-illus{

}*/
/*.col-illus .image-wrapper{
    margin-bottom:80px;
}*/
/*.col-creas{
    max-width:280px;
    padding-left:60px;
}*/
.col-creas .creas-liste{
    margin:0;
    padding:0;
}
.col-creas .creas-liste li{
    list-style-type: none;
    font-size:13px;
    line-height:16px;
    margin-bottom:15px;
}
.col-creas .creas-liste li .titre{
    font-weight:900;
}

/*---paragraphes--*/
.paragraphes{

}
.paragraphes .paras{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}




/********************/
/* CITATIONS */
/********************/
.citations ul:not(.cit-slider){
    padding:0;
    margin:80px 0 0 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.citations ul li{
    list-style-type:none;
    max-width:300px;
}
.citations ul li:not(:first-child){
    margin-left:100px;
}
.citations ul li:only-child,
.citations ul.cit-slider li{
    max-width:none;
}
.citations ul li p{
    font-size:16px;
    line-height:20px;
    font-weight: 600;
    font-style: italic;
}
.citations ul li p:first-child::before{
    content:url('img/quote.svg');
    width:40px;
    height:auto;
    float:left;
    margin: 0 5px 0 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
}
.citations.alt-white ul li p:first-child::before,
.white-title .citations ul li p:first-child::before
{
    -webkit-filter:brightness(100);
            filter:brightness(100);
}
.citations.red ul li p:first-child::before
{
    content:url('img/quote-red.svg');
}
.citations ul li span{
    color:#bb1b1e;
    font-weight: 800;
    font-size:16px;
    line-height:18px;
    margin-top:20px;
}
.citations ul li span{
    display:block;
    text-align:right;
}
/********************/
/* SINGLE CREATION */
/********************/
.single-creation #entete .desc p{
    font-size:20px;
    line-height:24px;
    font-weight:bold;
    color:#bb1b1e;
}
.single-creation .bandeau_images{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;

}
/*.single-creation .bandeau_images .image-wrapper{
    flex:1;
}*/
.single-creation .bandeau_images .image-wrapper img{
    display: block;
    width:100%;

}
.single-creation .presentation{
    background-color: #c6c2c3;
    text-align: center;
    padding:95px 0 100px 0;
}
.single-creation .presentation h2{
    font-size:20px;
    line-height:24px;
    font-weight:bold;
    color:#bb1b1e;
    text-transform: uppercase;
    max-width:900px;
}
.single-creation .presentation .wrapper{
    max-width:900px;
    margin:0 auto;
}
.single-creation .presentation p{

    font-size:20px;
    line-height:28px;
}
.single-creation h2.h4-like{
     font-size:20px;
    line-height:24px;
    font-weight:bold;
    color:#bb1b1e;
    text-transform: uppercase;
}
.single-creation .infos{
    padding:90px 0 100px 0;
}
/*.single-creation .infos .left,
.single-creation .infos .right{
    width:calc(50% - 60px);
    float:left;
}
.single-creation .infos .left{
    margin-right:60px;
}
.single-creation .infos .right{
    margin-left:60px;
}*/
.single-creation .infos .para{
    margin-bottom:40px;

}
.single-creation .infos .para h2{
    margin-bottom:30px;
}
.single-creation .video-bloc{
    padding: 80px 0;
    background-color: #f8f3f4;
}
.single-creation .video-bloc .marge{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
/*.single-creation .video-bloc .marge .left{
    width:50%;
}
.single-creation .video-bloc .marge .right{
    width:50%;
    padding: 0 0 45px 60px;
}*/
.single-creation .video-bloc .marge .right h2.h4-like{
    font-size:28px;
    line-height:30px;
    margin-bottom:30px;
}
.single-creation .video-bloc .marge .right p{
    font-size:17px;
    line-height:22px;
}
/*---cta--*/
.cta{
    background-color:#f8f3f4;
    text-align:center;
}
.cta h3{
    text-align:center;
}
.cta p{
    text-align:center;
}
.cta .btn{
    float:none;
    margin:20px auto;
}

/********************/
/* NEWSLETTER */
/********************/
.newsletter{
    position:relative;
    background-position:center center;
    background-size:cover;
}
.newsletter::after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: #bb1b1e;
    opacity:.7;
    z-index:0;
}
.newsletter .marge{
    position:relative;
    z-index:1;
    text-align:center;
}
.newsletter .marge .center h2{
    margin-bottom:20px;
    font-size: 40px;
    line-height: 40px;
    padding:0;
    text-align:center;
}
.newsletter .marge .center h2::before{
    content:unset;
}
.newsletter .marge .center p{
    color:#fff;
    max-width:460px;
    margin: 0 auto;
}
.newsletter .form_newsletter{
    margin-top:40px;
}
/*.newsletter .form_newsletter .gform_body ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}*/

/********************/
/* CONTACT*/
/********************/
.page-template-template-contact #content,
.page-template-template-inscription #content{

}


.contactform .gform_wrapper .gform_body li{
    width: calc(100% - 20px);
    margin:1.5rem 0;
}


.contactform .gform_wrapper .gform_body .gfield_label{
    font-weight:bold;
    text-transform:uppercase;
}
.contactform .gform_wrapper .gform_body .gfield_label .gfield_required{
    color:#bb1b1e;
}
.contactform .gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.contactform .gform_wrapper .gform_body select,
.contactform .gform_wrapper .gform_body textarea{
    border:1px solid #000;
    border-radius:3px;
    font-size:13px;
    line-height:14px;
    padding:10px;
    width: 100%;
    color:#000;
}
.contactform .gform_wrapper .gform_body  li#field_2_13  input,
.contactform .gform_wrapper .gform_body  li .ginput_container_consent input{
     border:1px solid #000;
    border-radius:50%;
    font-size:13px;
    line-height:14px;
    vertical-align: middle;
    position:relative;
    cursor:pointer;
}
.contactform .gform_wrapper .gform_body  li#field_2_13 label,
.contactform .gform_wrapper .gform_body  li .ginput_container_consent label{
    cursor:pointer;
}
.contactform .gform_wrapper .gform_body  li#field_2_13  input::after,
.contactform .gform_wrapper .gform_body  li .ginput_container_consent input::after{
    content:'';
    width:0;
    height:0;
    position:absolute;
    top:50%;
    left:50%;
    border-radius:50%;
    opacity:0;
    -webkit-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
    background-color:#bb1b1e;
    -webkit-transition:all .3s  ease-in-out;
    transition:all .3s  ease-in-out;
}
.contactform .gform_wrapper .gform_body  li#field_2_13  input:checked::after,
.contactform .gform_wrapper .gform_body  li .ginput_container_consent input:checked::after{
    width:70%;
    height:70%;
    opacity: 1;
}
.contactform .gform_wrapper .gform_body  li#field_2_13 .gfield_label,
.contactform .gform_wrapper .gform_body  li .ginput_container_consent .gfield_label{
    display:none;
}
.contactform .gform_wrapper .gform_footer{
    text-align:center;
}
.contactform .gform_wrapper .gform_footer  .gform_button{
    cursor:pointer;
}
.contactform .gform_wrapper .validation_message{
    color:#bb1b1e;
}
.contactform .gform_wrapper .validation_error{
    margin-bottom:20px;
    color:#bb1b1e;
    font-weight:bold;
}


.page-template-template-contact #content .right .adresse,
.page-template-template-inscription #content .right .adresse{
    display: inline-block;
    margin: 40px auto;
    width: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.page-template-template-contact #content .right .map{
    position: relative;
    padding-bottom: 85%;
    -webkit-box-shadow: -2vw 2vw 0px 0px #f8fafc;
            box-shadow: -2vw 2vw 0px 0px #f8fafc;
    margin-left:2vw;
    margin-bottom:calc(2vw + 40px);
}
.page-template-template-contact #content .right .map img{
    display:block;
}

.page-template-template-contact #content .right .map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.page-template-template-contact #content .right .map iframe .place-card.place-card-large{
    display:none!important;
}
.page-template-template-contact #content .right .map  .adress-bubble{
    position:absolute;
    top:20px;
    right:20px;
    background-color:#fff;
    padding:20px;
    max-width:280px;
}
.adress-bubble::after{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position:absolute;
    bottom:0;
    left:0;
    -webkit-transform:translateY(100%);
            transform:translateY(100%);
}
.page-template-template-contact #content .right .map .adress-bubble h4{
    margin:0 0 30px 0;
}
.page-template-template-contact #content .right .map .adress-bubble p:not(:last-child){
    margin:0 0 30px 0;
}
.page-template-template-contact #content .right .map .adress-bubble p.infos{
    margin:0;
}
.page-template-template-contact #content .right .map .adress-bubble .tel{
   color:#bb1b1e;
}
.page-template-template-contact .acces > div{
    -webkit-column-count: 2;
            column-count: 2;
}



/********************/
/* FOOTER */
/********************/
footer{
    background-color: #141414;
}
footer p{
    color:#fff;
}
.topfooter{
    padding:65px 0 90px 0;
}
.topfooter .marge{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.topfooter .marge > div{
    padding:50px 0 0 0;
}
/*.topfooter > div.col10{
    width:10%;
}
.topfooter > div.col15{
    width:15%;
}
.topfooter > div.col25{
    width:25%;
}
.topfooter > div.col50{
    width:50%;
}*/
.topfooter #logofooter img{
    max-height:100px;
    width:auto;
}
.topfooter .marge > div.text_footer{
    position:relative;
    padding-left:30px;
    padding-right:30px;
}
/*.topfooter .text_footer::before{
    content:'';
    width:1px;
    height: calc(100% - 50px);
    background-color: #000;
    position:absolute;
    left:10px;
    top:50px;
}*/
.topfooter .menu {
    margin:0;
    padding:0;
    /*column-count: 3;*/
}
.topfooter .menu li{
    display: inline-block;
    margin:0 0 15px 0;
    list-style-type:none;
	width: 100%;
}
.topfooter .menu li a {
    color:#fff;
    font-size:14px;
    line-height:20px;
    text-transform: uppercase;
    text-decoration:none;
}
.topfooter .menu li a:hover {
    color:#db3f36;
}
.topfooter .adresse p{
    font-size:13px;
    line-height:18px;
}
.topfooter .list_rs_foot{

    margin:0;
    padding:0;
}
.topfooter .list_rs_foot li{
    list-style-type:none;
    display:inline-block;
    position:relative;
}
.topfooter .list_rs_foot li:not(:last-child){
    margin-right:15px;
}
.topfooter .list_rs_foot li::after{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:50%;
    left:50%;
    border-radius:3px;
    border:1px solid #db3f36;
    background-color: transparent;
    opacity:0;
    -webkit-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    z-index:0;
}
.topfooter .list_rs_foot li:hover::after{
    opacity:1;
    width:115%;
    height:115%;
}
.topfooter .list_rs_foot li a{
    position:relative;
    z-index:2;
    background-color:#db3f36;
    border-radius:3px;
    display:block;
    width:36px;
    height:36px;
    text-indent:-999px;
    overflow:hidden;
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center center;
}
.topfooter .list_rs_foot li.fb a{
    background-image:url('img/fb.svg');
}
.topfooter .list_rs_foot li.lk a{
    background-image:url('img/lk.svg');
}
.topfooter .list_rs_foot li.tw a{
    background-image:url('img/tw.svg');
}
.topfooter .list_rs_foot li.in a{
    background-image:url('img/in.svg');
}

.topfooter .list_rs_foot li.yt a{
    background-image:url('img/yt.png');
}

.bottomfooter{
    background-color:#000;
    color:#646464;
    font-size:13px;
    line-height:18px;
}
.bottomfooter .marge{
    padding:20px 0  0 0;
}
.legal{
    margin-bottom: 25px;
}
.legal a{
    color:#646464;
    text-decoration:none;
    opacity:1;
}
.legal a:hover{
    opacity:.5;
}
.legal a:not(:last-child)::after{
    content:'-';
    display:inline-block;
    margin:0 15px;
}
.copyright{
     margin-bottom: 25px;
}

/*----hack */
.emphase,
.txt_img .txt-wrapper .wrapper.white p.emphase{
    font-size:1.1em!important;
    color: #db3f36!important;
    line-height:1.5!important;
}{
    font-size:1.1em!important;
    color: #db3f36!important;
    line-height:1.5!important;
}

#ct-ultimate-gdpr-cookie-popup{
  width: 300px !important;
  line-height: 20px !important;
      border-radius: 5px !important;
      z-index: 999999 !important;
      opacity: 1;
      position: fixed !important;
      padding: 15px !important;
      font-size: 13px;
      font-weight: 400;
      text-align: left;
      bottom: 20px !important ;
right: 20px !important;
}
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content h4{
  margin: 0 0 10px;
  color: #136874;
  font-weight: 700;
}
.ct-ultimate-gdpr-cookie-popup-bottomPanel{padding: 15px 0;}
#ct-ultimate-gdpr-cookie-change-settings,
#ct-ultimate-gdpr-cookie-accept,
.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-accept {
    float:left;
    margin:0 0 5px;
}
.ct-ultimate-gdpr-cookie-modal-content ul li{
    list-style-type:none;
}
.ct-ultimate-gdpr-cookie-modal-btn a {
    color: #fff;
    border-radius: 40px;
    padding: 6px 21px;
    font-weight: 600;
    background-color: #db3f36;
    border: 2px solid #db3f36;
    font-size: 14px;
    text-decoration:none;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.ct-ultimate-gdpr-cookie-modal-btn.save a:hover {
    border: 1px solid #db3f36 !important;
    color:#941c39!important;
    text-decoration: none;
}
ul.ct-ultimate-gdpr-cookie-modal-slider{
    float:none;
}
.ct-ultimate-gdpr-slider{
    border: 3px solid #db3f36!important;
}
.ct-ultimate-gdpr-cookie-modal-slider li.ct-ultimate-gdpr-cookie-modal-slider-item--active label:after{
    background:#db3f36;
}
.ct-ultimate-gdpr-cookie-modal-slider-not-able li:before{
    color:#136874!important;
}
.ct-ultimate-gdpr-cookie-modal-slider-able li:before {
    color: #136874!important;
}
.ct-ultimate-gdpr-cookie-modal-content ul li div{
    background-size:70% auto;
    background-position:center center;
    background-repeat:no-repeat;
}
.ct-ultimate-gdpr-cookie-modal-content ul li::before{display: none;}
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons #ct-ultimate-gdpr-cookie-change-settings{
  float: left;
  margin: 0 0 10px;
}
#ct-ultimate-gdpr-cookie-open{
  width: 50px;
  height: 50px;
}
.wpcf7-list-item .wpcf7-list-item-label{
  font-size: 13px !important;
  color: #555;
  cursor: pointer;
}
.wpcf7-form-control .wpcf7-list-item{padding: 0 !important;}
#ct-ultimate-gdpr-cookie-open span{position: absolute;}
.ct-ultimate-gdpr-cookie-popup-modern #ct-ultimate-gdpr-cookie-read-more {
    margin: 0 0 7px 0 !important;
    clear: both;
}
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons #ct-ultimate-gdpr-cookie-read-more{float: left;}
#ct-ultimate-cookie-close-modal2{width: auto;font-family: montserrat_semibold,sans-serif;
font-size: 12px;
font-weight: 400;
text-align: center;float: left;
margin: 0 0 7px 7px;
border-radius: 5px;
padding: 6px 10px;
cursor: pointer;
border: 1px solid #fff;
text-decoration: none;}
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content{padding: 15px 0 0;}
#ct-ultimate-gdpr-cookie-popup #ct-ultimate-cookie-close-modal{left: 15px;right: auto;}
#ct-ultimate-gdpr-cookie-accept, #ct-ultimate-gdpr-cookie-read-more, #ct-ultimate-gdpr-cookie-change-settings{background: none !important;}
#ct-ultimate-gdpr-cookie-accept:hover, #ct-ultimate-gdpr-cookie-change-settings:hover, #ct-ultimate-gdpr-cookie-read-more:hover, a#ct-ultimate-cookie-close-modal2:hover {
  opacity: 1;
  background-color: #fff !important;
  color: #db3f36 !important;
  transition: All .3s ease-in-out;
  -webkit-transition: All .3s ease-in-out;
  -moz-transition: All .3s ease-in-out;
}
#ct-ultimate-gdpr-cookie-content strong{
  width: 100%;
float: left;
padding: 10px 0;
}



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

/*before essb*/

/*****************/
#block-newsletter .btn2{background-color: #000;
color: #ffffff;border: 1px solid #000}
#block-newsletter .btn2:hover{background: none;
color: #ffffff;border: 1px solid #000}

.essb_displayed_sidebar::before,.essb_displayed_sidebar_left::before{
    content:'PARTAGEZ !'!important;
    background-color: #111!important;
    padding: .2em .5em!important;
    font-size: 1rem!important;
    height: 40.5px!important;
    line-height: 40.5px!important;
    width: 90px!important;
    display: block!important;
    color: #fff!important;
    position: relative!important;
}
.gform_body input[type="radio"], .gform_body input[type="checkbox"] {
  border: 1px solid #000;
  padding: 0;
  margin: 0;
   width: 15px;
    height: 15px;
}

.gform_body input[type="radio"]:checked, .gform_body input[type="checkbox"] {
  background-color: #000;
  padding: 0;
  margin: 0;
	   
}