/* IMPORT FONTS */

@font-face {
    font-family: 'Harmonique';
    src: url('../fonts/Harmonique-Bold.eot');
    src: url('../fonts/Harmonique-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Harmonique-Bold.woff2') format('woff2'),
        url('../fonts/Harmonique-Bold.woff') format('woff'),
        url('../fonts/Harmonique-Bold.ttf') format('truetype'),
        url('../fonts/Harmonique-Bold.svg#Harmonique-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Harmonique';
    src: url('../fonts/Harmonique-Regular.eot');
    src: url('../fonts/Harmonique-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Harmonique-Regular.woff2') format('woff2'),
        url('../fonts/Harmonique-Regular.woff') format('woff'),
        url('../fonts/Harmonique-Regular.ttf') format('truetype'),
        url('../fonts/Harmonique-Regular.svg#Harmonique-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/BarlowCondensed-Bold.eot');
    src: url('../fonts/BarlowCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BarlowCondensed-Bold.woff2') format('woff2'),
        url('../fonts/BarlowCondensed-Bold.woff') format('woff'),
        url('../fonts/BarlowCondensed-Bold.ttf') format('truetype'),
        url('../fonts/BarlowCondensed-Bold.svg#BarlowCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/BarlowCondensed-Medium.eot');
    src: url('../fonts/BarlowCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BarlowCondensed-Medium.woff2') format('woff2'),
        url('../fonts/BarlowCondensed-Medium.woff') format('woff'),
        url('../fonts/BarlowCondensed-Medium.ttf') format('truetype'),
        url('../fonts/BarlowCondensed-Medium.svg#BarlowCondensed-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('BarlowCondensed-Regular.eot');
    src: url('BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('BarlowCondensed-Regular.woff2') format('woff2'),
        url('BarlowCondensed-Regular.woff') format('woff'),
        url('BarlowCondensed-Regular.ttf') format('truetype'),
        url('BarlowCondensed-Regular.svg#BarlowCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --black:#000000;
    --green: #00843d;
    --green2: #94b53c;
    --green3: #086734;
    --red: #f9423a;
    --red2: #bc332d;
    --white: #ffffff;
    --f1: "Harmonique", sans-serif;
    --f2: "Barlow", sans-serif;
    --text: 300 16px/24px var(--f1);
    --title: bold 48px/48px var(--f2);
    
}

/* RESET */
body,
ul,
li,
ol,
form,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

input,
textarea,
select {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}

* {
    outline: none !important;
}



ul {
    list-style-type: none;
}

body {
    font: var(--text);
    color: var(--black)
}

body * {
    box-sizing: border-box;
    outline: 0
}

a {
    text-decoration: none;
    outline: none;
    color: var(--black);
    transition: all ease-in-out .4s;
}

img {
    border: none;
}

p {
    margin-bottom: 33px
}



/* CLASS */
.clear {
    clear: both;
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}

.clr:after {
    content: '';
    display: table;
    width: 100%;
    clear: both
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    text-indent: -99999;
    width: 15px;
    height: 15px;
    border: 2px solid var(--white);
    background: transparent;
    border-radius: 50%;
    padding: 0;
}

.container {
    max-width: 1250px;
    padding: 0;
    margin: auto;
    width: 100%;
}

.slick-dots li {
    margin: 0 5px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.slick-dots li.slick-active button {
    background-color: var(--white);
}

.title {
    font: var(--f1);
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

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

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-start {
    justify-content: flex-start;
}

.flex-column {
    flex-direction: column;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.slick-prev,
.slick-next {
    width: 70px;
    height: 70px;
    background: url(../images/arrow-bien.svg) center no-repeat var(--green);
    z-index: 50;
    cursor: pointer;
    text-indent: -9999px;
    outline: none;
    border: 0;
    padding: 0;
    border-radius: 50%;
}

.slick-arrow {
    transition: all ease-in-out .4s;
}

.slick-prev {
    transform: rotate(180deg);
}

.slick-dots li {
    display: inline-block;
    height: 22px;
    margin: 0 5px
}

.btn {
    display: inline-block;
    padding: 15px 20px 15px 20px;
    font: normal 16px/22px var(--f1);
    font-weight: 300;
    background: none;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: var(--red);
    border: var(--red) solid 1px;
    text-align: center
}
.btn.btn-red {
    background-color: var(--red);
    color: var(--white);
}

.btn.btn-red:hover {
    background-color: var(--red2);
    color: var(--white);
    border-color: var(--red2)
}

.btn.btn-green {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}
.btn.btn-green:hover {
    background-color: var(--green3);
    border-color: var(--green3)
}

.title {
    font: var(--title);
}

.text-center {
    text-align: center;
}

h2 {
    font: var(--title);
}
main  {
    background: url(../images/bg-body.png) no-repeat left center
}

body.overflow {
    overflow: hidden;
}

/**** HEADER ****/
.main-header {
    overflow-x: hidden;
}

.headTop  {
    border-bottom: #eee solid 1px;
    position: relative;
}
.headTop:after {
    content: "";
      border-bottom: #eee solid 1px;
      right: -100%;
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: -1px
}

.headTop .blcBtn {
    gap: 1px;
    display: flex;
}

.blc-menu .blcLeft {
    padding: 5px 0px 0
}

.btn-login {
    background-color: var(--green);
    color: var(--white);
    border-color: var(--green);
    font-size: 12px;
    padding: 12px 25px 12px 25px
}
.btn.btn-login:hover {
    background-color: var(--green3);
    border-color: var(--green3)
}
.btn-login:before {
    content: "";
    background: url(../images/login.png);
    width: 15px; height: 17px;
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
    margin-top: 2px;
}


.btn-inscription {
    background-color: var(--red);
    color: var(--white);
    font-size: 12px;
    padding: 12px 25px 12px 25px
}
.btn.btn-inscription:hover {
    background-color: var(--red2);
    border-color: var(--red2);
}
.btn-inscription:before {
     content: "";
    background: url(../images/inscription.png);
    width: 17px; height: 17px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 14px
}

.language-switcher {
    position: relative;
    margin-right: 25px;
    cursor: pointer;
    transition: all ease-in-out .4s;

}


.language-switcher ul {
    position: absolute;
    top: 25px;
    display: none;
}
.language-switcher a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: 4px;
}

.language-switcher:after {
    content: "";
    background: url(../images/select.png);
    width: 11px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.blc-menu .blcRight {
    width: calc(100% - 170px);
}

.blc-menu .blcRight {
    width: calc(100% - 170px);
    border-left: #eee solid 1px;
}

.language-switcher ul {
    display: none;
}

.blc-nav {
    padding:36px 0
}

.blc-nav ul {
    display: flex;
}
.blc-nav ul li {
    padding: 0 30px;
    position: relative;
}
.blc-nav ul li a {
    position: relative;
}
.blc-nav ul li a:after {
    content: "";
    border-bottom: var(--green) solid 2px;
    position: absolute;
    bottom: -42px;
    left: 0;
    display: block;
    transition: all ease-in-out .4s;
    width:0
}

.blc-nav ul li a:hover {
    color: var(--green);
}

.blc-nav ul li a:hover:after {
    width: 100%
}

.blc-nav ul li.selected a:after {
    width: 100%
}
.blc-nav ul li.selected a {
    color: var(--green)
}

.blc-nav ul li:last-child {
    padding-right: 0
}

.wrapMenuMobile {
    display: none;
}
 

/* BANNER */
.slideImage {
    height: 597px
}

.slideImage .img{
    height: 597px;
    width: 100%;
    display: block;
}

.slideImage .img.mobile{
    display: none
}

.slideImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .item {
    position: relative;
    height: 100%;
}
.banner {
    position: relative;
}

.banner .textBanner {
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    width: 650px;
    left: 0;
    padding: 68px 40px 70px;
    text-align: center;
    top: 50%;
    margin-top: -161px;
}

.banner .textBanner h1 strong {   
    display: block;
    color: var(--black);
    text-transform: none;
    font-family:  var(--f2);
    font-weight: bold
}
.banner .textBanner h1 {
    font: 300 46px/60px var(--f1) ;
    display: block;
    color:var(--red);
    text-transform: uppercase;
}

/* A propos */
.sec-Apropos {
    padding: 100px 0 63px
}
.textImage {
    margin: 0 -35px;
}

.textImage .col {
    width: 50%;
    padding: 0 35px
}
.textImage .img img {
    width: 100%
}
.textImage h2 {
    font:var(--title);
    margin-bottom: 36px
}

.textImage p {
    margin-bottom: 44px;
    max-width: 463px
}

/* DOMAINE*/
.sec-domaine {
    padding-bottom: 74px
}
.sec-domaine h3 {
    font-size: 30px;
    font-family: var(--f2);
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    line-height: 35px
}
.lstDomaine .item {
    width: 25%
}
.lstDomaine .item .inner {
    text-align: center;
    display: block;
}
.lstDomaine .item .inner .ico { 
    width: 140px; 
    height: 140px;
    border-radius: 50%;
    border: 2px solid var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    position: relative;
    transition: all ease-in-out .4s;
  }
  .lstDomaine .item .inner .ico img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin:auto;
    bottom: 0;
     transition: all ease-in-out .4s;

  }
  .lstDomaine .item .inner .ico img.hvr {
    opacity: 0
  }

  .lstDomaine .item .inner  span {
    text-transform: uppercase;
    font-size: 30px;
    font-family: var(--f2);
    font-weight: bold;

  }




  /* Options*/

.lstOption  .item {
    width: 33.33%
}
.lstOption  .item .img img {
    width: 100%;
    display: block;
}

.lstOption  .item .inner {
    position: relative;
    
}
.lstOption .item .inner .text {
    background: rgba(0,132,61,0.9);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 80px);
    height: 200px;
    top: 0;
    bottom: 0;
    margin: auto;
    margin: auto 40px;
    flex-direction: column;
    padding: 40px;
    transition: all ease-in-out .4s;
    cursor: pointer;
}



.lstOption .item .inner .text  h2 {
    color: var(--white);
    font-size: 24px;
    line-height: 30px;
    font-family: var(--f1);
    display: block;
    text-transform: uppercase;
    text-align: center
}
.lstOption .item .inner .hide {
    width: 100%;
   transition: all ease-in-out .6s;
   visibility: hidden;
   opacity: 0;
   height: 0;
   display: none;
}

.lstOption .item .inner.active .hide {
    visibility: visible;
   opacity: 1;
   height: auto;
   display: block;
}
.lstOption .item .inner.active .text {
    height: calc(100% - 80px)
}



.form-option {
    text-align: center;
    margin-top: 40px
}

.form-option .btn {
    margin-top: 20px;
    cursor: pointer
}


.lstOption .item .inner .blcChp {
    margin-bottom: 20px
}
.blcChp select {
    height: 60px;
    background: url(../images/select.png) no-repeat calc(100% - 20px) center;
    background-color: var(--white);
    border: none;
    font-size: 16px;
    font-family: var(--f1);
    width: 100%;
    padding: 0 30px;
    appearance:none;
    cursor: pointer;
}

/* CAPACITE */
.sec-capacite {
    background: url(../images/bg-capacite.jpg) no-repeat center;
    background-size: cover;
    padding: 61px 0 211px;
    margin-top: 80px
}

.sec-capacite h2 {
    font:var(--title);
    color: var(--white);
    margin-bottom: 36px
}
.lstCapacity {
    margin:0 -30px;
}
.lstCapacity .item {
    padding: 0 30px;
}
.lstCapacity .item .inner {
   background-color: var(--red);
   height: 120px;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all ease-in-out .4s
}


.lstCapacity .item .inner h3 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    font-family: var(--f1)

}
.lstCapacity  .item {
    width: calc(33.33% - 40px);
}

/* Newsletter*/
.sec-newsletter {
    margin-top: -165px;
    margin-bottom: -165px;
}

.blcNewsletter {
    background-color: var(--white);
    max-width: 905px;
    margin:0 auto;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.41);
    box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.41);
    padding: 57px 60px;
    position: relative;
}
.blcNewsletter h2 {
     font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--black);
    text-align: center;
    font-family: var(--f1);
    margin-bottom: 6px
}
.blcNewsletter p{
    text-align: center;
    margin-bottom: 20px
}
#mc4wp-form-1 {
    margin-top: 30px;
    display: block;
}

.form-control::-moz-placeholder {
    color: #ccc !important;
    opacity: 1 !important;
}
.form-control::-webkit-input-placeholder {
    color: #ccc !important;
    opacity: 1 !important;
}
.form-control::placeholder {
    color: #ccc !important;
    opacity: 1 !important;
}


.form-control {
    background-color: var(--white);
    border: #cccccc solid 1px;
    height: 60px;
    padding: 0 30px;
    width: 100%;
    color: #cccccc;
    font-size: 16px;
    font-family: var(--f1)
}
.form-news .blcChp {
    position: relative;
    display: flex;
}

.form-news .blcChp .btn {
    cursor: pointer;
    padding: 15px 30px;
    transition: all ease-in-out .4s
}



.btn {
    transition: all ease-in-out .4s
}


/* Footer */
.footer {
    background-color: #f4f4f4;
    padding: 140px 0 20px
}
.log-ftr {
    margin-bottom: 15px;
    display: block;
}
.social {
    margin-bottom: 50px
}
.social ul {
    display: flex;
}
.social ul li {
    padding: 0 5px
}
.social ul li a {
    display: flex;
    width: 60px;
    height: 60px;
    border:var(--green) solid 1px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: relative;
}
.social ul li a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
.social ul li a .img-hover {
    opacity: 0
}



.nav-ftr li {
    padding-right: 35px
}
.nav-ftr li a {
    text-transform: uppercase;
    font-size: 12px;
    font-family: var(--f1);
    text-decoration: underline
}
.nav-ftr li a:hover {
    color: var(--green2)
}



.offres {
    display: flex;
    align-items: center;
}
.offres span {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
}
.offres a {
    display: block;
    margin-left:22px;
    margin-top: 7px
}


.footer .blcRight {
    padding-top: 39px;
}
.footerBottom {
    border-top:#cccccc solid 1px;
    padding: 21px 0;
    margin-top: 8px;
}
.footerBottom ul li a,
.footerBottom ul li span {
    font-size: 14px;
    font-family: var(--f1);
}

.footerBottom ul li.adress span{
    position: relative;
}
.footerBottom ul li.adress span:before {
    content: "";
    background:url(../images/map.png);
    width: 24px;
    height: 28px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.adresse-mobile ul li a{
    position: relative;

}
.adresse-mobile ul li.adress {
    margin-bottom: 20px;
    display: block;
}


.adresse-mobile ul li.adress span{
    position: relative;
    font-size: 14px;
    white-space: nowrap;
}
.adresse-mobile ul li.adress span::before {
    content: "";
    background: url(../images/map.png);
    width: 16px;
    height: 19px;
    display: inline-block;
    margin-right: 2px;
    vertical-align: top;
    background-size: cover;
    margin-top: 2px
}
.adresse-mobile .tel, .adresse-mobile .mail {
    width: 100%;
    margin-bottom: 20px
}
.adresse-mobile .tel a, .adresse-mobile .mail a {
    width: calc(100% - 40px);
    display: block;
    background-color: var(--green);
    color: var(--white);
    font-size: 14px;
    font-family: var(--f1);
    padding: 18px 20px;
    text-align: center;
    margin: 0 20px;
}

.adresse-mobile .tel a:before {
    content: "";
    background:url(../images/tel2.png);
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.adresse-mobile .mail a:before {
    content: "";
    background:url(../images/mail2.png);
    width: 17px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.footerBottom ul li a{
    position: relative;
}

.footerBottom ul li.tel a:before {
    content: "";
    background:url(../images/tel.png);
    width: 28px;
    height: 29px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.footerBottom ul li.mail a:before {
    content: "";
    background:url(../images/mail.png);
    width: 25px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 2px
}
.footerBottom ul li.finance a {
    display: inline-block;
    padding: 1px 5px;
    vertical-align: middle;
}
.footerBottom ul {
    align-items: baseline;
}

.adresse-mobile {
    display: none
}


.sec-banner.page .slideImage {
    height: 360px;
}

.sec-banner.page  .banner .textBanner {
    padding: 23px 40px 27px
}

.sec-banner.page .banner .textBanner {
    margin-top: -53px
}

.sec-banner.page .banner .textBanner {
   width: 460px;
    
}

.sec-banner.page .slideImage .img {
    height: 360px
}

.blcCgv {
    padding: 60px 0 200px;
}
.blcCgv h2 {
    margin-bottom: 30px
}

.no-result {
    color: var(--red)
}

.blcCgv ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.blcCgv ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--red);
    position: absolute;
    left: 0;
    top: 9px;
    display: block;
}

.blcCgv p a {
    color: var(--red)
}
.blcCgv p strong {
    font-weight: 700
}

.mc4wp-response {
        margin-top: 20px;
}
.mc4wp-response .mc4wp-alert.mc4wp-error {

    color: #f9423a;
}

@media (min-width:992px) {
    .lstDomaine .item .inner:hover .ico {
        background-color: var(--green)
      }

      .lstDomaine .item .inner:hover .ico img.hvr  {
        opacity: 1
      }
      .lstDomaine .item .inner:hover .ico img.on  {
        opacity: 0
      }


    .language-switcher:hover {
        opacity: 0.7
    }

    .lstOption .item .inner:hover .text {
        background: rgba(0,132,61,0.7);
    }

    .form-option .btn:hover {
        background-color: var(--red2);
        color: var(--white);
        border-color: var(--red2)
    }

    .lstCapacity .item .inner:hover {
       
        background-color: var(--red2);
    }
    .form-news .blcChp .btn:hover {
        background-color: var(--red2);
        color: #fff
    }
    .social ul li a:hover {
        background-color: var(--green)
    }
    .social ul li a:hover .img-hover {
        opacity: 1
    }
    .social ul li a:hover .img {
        opacity: 0
    }
    .lstOption .item .inner:hover .hide {
        visibility: visible;
       opacity: 1;
       height: auto;
       display: block;
    }
    .lstOption .item .inner:hover .text {
        height: calc(100% - 80px)
    }
    .finance a:hover {
        opacity: 0.7;
    }
    .footerBottom ul li a:hover {
        color: var(--green2)
    }
    .btn:hover {
        background-color: var(--red);
        color: var(--white);

        
    }
    .btn.btn-red:hover {
        background-color: var(--red2);
        color: var(--white);
        border-color: var(--red2);
    }
    .offres a:hover {
        opacity: 0.7
    }

      .form-option .btn.btn-red:hover {
        background-color: var(--red2);
        color: var(--white);
        border-color: var(--red2)
    }


}

@media (max-width:1365px) {   
    .container {
        padding: 0 40px
    }
    .form-option {
        margin-top: 20px;
    }
    .form-option .btn {
        margin-top: 3px;
    }

}


@media (max-width:1200px) {  
    .blc-nav ul li {
        padding: 0 20px;
    }
    .textImage .col {
        padding: 0 20px;
    }
    .textImage {
        margin: 0 -20px;
    }
    .lstOption .item .inner .text {
        padding: 20px
    }
    .lstOption .item .inner.active .text {
        height: calc(100% - 30px);
        width: calc(100% - 30px);
        left: 0;
        right: 0;
        margin: auto;
    }
    .lstCapacity .item {
        padding: 0 20px;
    }
    .lstCapacity {
        margin: 0 -20px;
    }
    .lstCapacity .item .inner {
        padding: 0 10px
    }
    .blcCgv {
        padding: 60px 0 150px;
    }


}

@media (max-width:991px) {

.wrapMenuMobile                                             { width:auto; height:35px; display:block; z-index:80; transition:all 400ms ease-in-out;  cursor:pointer;  text-transform:uppercase; position:absolute; left:20px; top:10px;}
.menuMobile                                                 { width:45px; display:block; height:30px; cursor:pointer; position:relative; line-height:20px;border:1px solid #fff; text-indent: 37px; line-height: 28px;}
.menuMobile>div                                             { width:25px; height:2px; background:var(--green); position:absolute; left:0;right:0;margin:auto; top:50%; margin-top:-1px;}
.menuMobile>div:before                                      { width:100%; height:2px; background:var(--green); position:absolute; right:0; top:8px; content:"";}
.menuMobile>div:after                                       { width:100%; height:2px; background:var(--green); position:absolute; right:0; top:-8px; content:"";}
.menuMobile.active>div                                      { height:0px;}
.menuMobile.active > div::before                            { top: 0;transform: rotate(45deg);}
.menuMobile.active > div::after                             { top: 0;transform: rotate(-45deg);}

    .blc-nav.active .menu {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .menu {
        width: 100%;
        height: 100vh;
        position: absolute;
        left: -100%;
        top: 47px;
        padding: 0;
        background: #fff;
        z-index: 9999;
        transition: all ease-in-out .4s;
        opacity: 0;
        visibility: hidden;
    }
    .blc-nav ul {
        display: flex;
        flex-direction: column;
    }

    .blc-nav ul li a::after {
        display: none
     }
     .blc-nav ul li {
        padding: 9px 20px;
        border-bottom: #ccc solid 1px;
    }



    .main-header .container {
        padding: 0;
    }
    
    .blc-menu{
        flex-direction: column-reverse;
    }
    .blc-menu .blcRight {
        width: 100%;
        border-left: none;
    }
    .blc-menu .blcLeft {
        width: 100%;
        text-align: center;
    }
    .slideImage {
        height: 500px;
    }
    .slideImage .img {
        height: 500px
    }
    .sec-Apropos {
        padding: 40px 0;
    }
    .textImage h2 {
        margin-bottom: 25px;
    }
    .textImage .col {
        width: 100%;
    }
    .textImage .col.img {
        margin-bottom: 15px;
    }
    .textImage p {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .lstDomaine .item .inner span {
        font-size: 20px
    }
    .lstOption .item {
        width: 100%;
    }
    .lstDomaine .item .inner .ico {
        width: 100px;
        height: 100px;
        margin: 0 auto 20px;
    }

     .lstDomaine .item .inner .ico img {
        max-width: 40px
     }


    .banner .textBanner {
        width: auto;  
        padding: 40px;  
        margin-top:-130px;
    }

    .footer .blcleft {
        text-align: center;
    }
    .nav-ftr {
        display: none;
    }
    .footer .container {
        flex-direction: column;
    }
    .social {
        margin-bottom: 20px;
    }
    .footer .blcRight {
        padding-top: 0;
        text-align: center;
    }
    .social ul {
        align-items: center;
        justify-content: center;
    }
    .offres {
        justify-content: center;
    }
    .footerBottom ul {
        align-items: baseline;
        flex-direction: column;
        align-items: center;
    }
    .footer {
        padding: 140px 0 0;
    }

    .adresse-mobile {
        display: block;
    }
    .footerBottom .adress, .footerBottom .tel, .footerBottom .mail {
        display: none;
    }
    .condition {
        display: none;
    }

    .form-news .blcChp .btn {
        width: 60px;
        font-size: 0;
        background: url(../images/news.png) no-repeat center;
        background-color: var(--red);
    }

    .lstOption .item .img img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
    }
    .lstOption .item .inner .img {
        height: 500px;
    }
    .sec-newsletter {
        margin-top: 0;
        margin-bottom: 0;
        background-color: #fff;
    }
    .blcNewsletter {
        box-shadow: none;
        padding: 40px 0;
        background-color: #fff
    }
    .sec-capacite {
        margin-top: 40px;
        padding: 40px 0
    }
    
    .footer {
        padding:20px 0 0
    }
    .sec-domaine {
        padding-bottom: 50px;
    }
    .footerBottom {

        padding: 10px 0 10px;
      
    }
    .adresse-mobile ul {
        align-items: center;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .blc-nav {
        padding: 0
    }
    body {
        background-image: none;
    }
    .headTop:after  {
        display: none
    }
    .blcCgv {
        padding: 40px 0 0;
    }



 }

 @media (max-width:768px) {
    .btn-login {
        font-size: 0;
        width: 50px;
        padding: 13px 0px
    }
    .btn-login::before { 
        margin-right: 0;

    }

    .btn-inscription {
         font-size: 0;
        width: 50px;
        padding: 13px 0px
    }
    .btn-inscription:before {
        margin-right: 0
    }

    .slideImage .img.mobile{
        display: block
    }
    .slideImage .img.desktop{
        display: none
    }
    .slideImage {
        height: 167px;
    }
    .slideImage .img {
        height: 167px
    }
    .banner .textBanner {
        width: 100%;
        padding: 40px;
        margin-top: 0;
        position: static;
    }
    .banner .textBanner h1 {
        font-size: 35px;
        line-height: normal;
    }
    .sec-Apropos {
        padding: 0 0 40px;
        border-bottom: #ccc solid 1px
    }
    .textImage .col {
        text-align: center;
    }
    .sec-domaine {
        padding-bottom: 10px;
        padding-top: 25px;
    }
    .lstDomaine .item {
        width: 50%;
        margin-bottom: 25px;
    }
    .lstDomaine .item .inner .ico {
        margin-bottom: 20px
    }
    .lstOption .item .inner .img {
        display: none;
    }
    .lstOption .item .inner .text {
        padding: 20px;
        position: static;
        width: 100%;
        margin: 0;
        height: auto;
        align-items: start
    }
    .sec-option {
        padding: 0 40px;
    }
    .lstOption .item {
        margin-bottom: 10px
    }
    .lstOption .item .inner .text h2 {
        text-align: left;
        width: 100%;
        position: relative;
    }
    .lstOption .item .inner .text h2:after {
        content: "";
        background: url(../images/arw-w.png);
        width: 14px;
        height: 8px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin:auto;
    }
    .lstOption .item .inner.active .text h2:after {
        transform: rotate(180deg);
    }
    .lstOption .item .inner.active .text {
        height: auto;
        width: 100%;
        
    }
    
    .lstDomaine .item .inner .ico {
        width: 78px;
        height: 78px
    }
    .lstDomaine .item .inner .ico img {
        max-width: 35px;
    }
    .sec-capacite h2 {
        text-align: center
    }
    .sec-banner.page .banner .textBanner {
        width: 100%;
    }
    .sec-banner.page .slideImage .img {
        height: 100%;
    }
    .sec-banner.page .slideImage {
        height: 167px;
    }
    .sec-banner.page .banner .textBanner {
        margin-top: 0;
    }
    .sec-banner.page .slideImage .img {
        height: 100%;
    }
    .blcCgv {
        padding: 0;
    }
        


  }

   @media (max-width:600px) { 

    :root {
        --title: bold 36px/normal var(--f2);
    }


    .container {
        padding: 0 20px
    }

    .wrapMenuMobile {
        left: 10px
    }
    .banner .textBanner h1 {
        font-size: 24px;
        line-height: normal;
    }
    .lstDomaine .item .inner .ico {
        width: 78px;
        height: 78px;
        min-width: 78px
    }
    .lstDomaine .item .inner .ico img {
        max-width: 35px;
    }
    .lstDomaine .item {
        width: 100%;
        margin-bottom: 25px;
    }
    
    .lstDomaine .item .inner .ico {
        margin: 0 10px 0 0
    }
    .lstDomaine .item .inner {
        text-align: left;
        display: flex;
        align-items: center;
    }
    .textImage h2 {
        margin-bottom: 25px
    }
    .lstDomaine .item .inner span {
        font-size: 24px
    }
    .sec-domaine h3 {
        font-size: 24px;
        line-height: normal;
    }
    .sec-option {
        padding: 0 20px;
    }
    .form-control {
        padding: 0 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    textarea.form-control {
        white-space: inherit;
    }


   }




















  

    
 

 