/*** ***/
.article .bloc-intro{
  padding: 48px 0 22px;
}

/*** module visuel / texte ***/
.main{
  max-width: 100%;
  /*overflow: hidden;*/
  position: static;
  z-index: 0;
}
.module-visuel-texte{
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: 40px;
}
.module-visuel-texte .wrapper-push-image{
  position: relative;
}
.module-visuel-texte .wrapper-push-image:before{
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  top: -40px;
  bottom: -40px;
  right: 95px;
  left: -50vw;
  background-color: #eaeaea;
}
.module-visuel-texte .wrapper-push-image .absolute{
  pointer-events: none;
}
.module-visuel-texte .wrapper-push-text{
  margin-left: 17.5%;
}
.module-visuel-texte .wrapper-push-text{
  text-align: left;
}
.module-visuel-texte .h3{
  margin-top: 0;
}
.module-visuel-texte .btn{
  width: 315px;
  padding: 0;
  margin-top: 13px;
  font-size: 16px;
  line-height: 46px;
}
.module-visuel-texte.miroir .row{
  direction: rtl;
}
.module-visuel-texte.miroir .row .col{
  direction: ltr;
}
.module-visuel-texte.miroir .wrapper-push-image:before{
  left: 95px;
  right: -50vw;
}
.module-visuel-texte.miroir .wrapper-push-text{
  margin-left: 0;
  margin-right: 17.57%;
}
/*** module texte / video ***/
.module-visuel-texte.video .wrapper-push .wrapper-push-image .icon-play{
  font-size: 72px;
  color: #fff;
  -ms-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.module-visuel-texte.video .wrapper-push .wrapper-push-image:hover .icon-play{
  color: #dfa237;
}

@media (max-width: 991px){
  .article .bloc-intro{
    padding: 19px 0 43px;
  }
  .article .bloc-intro .h2{
    padding-bottom: 21px;
  }
  .module-visuel-texte{
    padding: 0;
  }
  .module-visuel-texte .wrapper-push-image:before,
  .module-visuel-texte.miroir .wrapper-push-image:before{
    top: initial;
    bottom: -20px;
    right: 50px;
    left: -1000px;
    height: 110px;
  }
  .module-visuel-texte .wrapper-push-image{
    margin-bottom: 41px;
  }
  .module-visuel-texte .wrapper-push-text,
  .module-visuel-texte.miroir .wrapper-push-text{
    margin: 0;
  }
  .module-visuel-texte .btn{
    max-width: 315px;
    width: 100%;
  }
  .module-visuel-texte.video .wrapper-push .wrapper-push-image .icon-play{
    font-size: 38px;
  }
}


/*** RTE ***/
.rte{
  margin-bottom: 23px;
}
.wysiwyg{
  font-weight: 300;
}
.wysiwyg a,
.wysiwyg a:hover{
  color: #009ee6;
}
.wysiwyg a{
  color: #009ee6;
}
.wysiwyg p,
.wysiwyg li{
  padding: 11px 0;
}
.wysiwyg strong,
.wysiwyg b{
  font-weight: 400;
}
.wysiwyg ul{
  margin: 0;
  list-style: disc inside none;
}
.wysiwyg ol{
  padding: 0;
  margin: 0;
  list-style-position: inside;
  list-style-image: none;
}
.wysiwyg img{
  margin: 11px 0;
  max-width: 100%;
}

/*** liste-pays ***/
.list-pays{
  margin-bottom: 40px;
}
.list-pays .wrapper-push{
  padding-top: 40px;
  border-top: 1px solid #e0e9f2;
  text-align: center;
}
.list-pays li{
  display: inline-block;
  margin: 0 15px 10px;
}
.list-pays li a{
  display: block;
}

@media (max-width: 991px){
  .list-pays{
    margin-bottom: 21px;
  }
  .list-pays ul{
    margin: 0 -6px;
    letter-spacing: -1em;
  }
  .list-pays li{
    margin: 0 5px 10px;
  }
  .list-pays li img{
    width: 62px;
  }
}


/*** module contacts utiles ***/
.section-contacts-utiles{
  padding: 41px 0 31px;
  background-color: #0080d1;
}
.contacts-utiles{
  color: #fff;
  text-align: center;
}
.contacts-utiles .h3{
  margin-bottom: 45px;
}
.contacts-utiles .wrapper-push{
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 28px;
}
.contacts-utiles .wrapper-push .nom,
.contacts-utiles .wrapper-push .poste{
  font-weight: 500;
}
.contacts-utiles .wrapper-push,
.contacts-utiles .wrapper-push a{
  color: #fff;
}

@media (max-width: 991px){
  .section-contacts-utiles{
    padding: 31px 0 21px;
  }
  .contacts-utiles .h3{
    margin-bottom: 35px;
  }
}

/*** module documents utiles ***/
.documents-utiles{
  height: 180px;
  margin-bottom: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.article .documents-utiles{
  margin-bottom: 0;
}
.documents-utiles .container{
  text-align: left;
  font-weight: 500;
  color: #fff;
}
.documents-utiles .h3{
  margin: 0 0 18px;
}
.documents-utiles .wrapper-push,
.documents-utiles a{
  color: #fff;
  text-decoration: none;
}
.documents-utiles a:hover{
  text-decoration: underline;
}
.documents-utiles .link-download{
  margin-left: 10px;
}
.documents-utiles .link-download .icon{
  font-size: 21px;
  vertical-align: middle;
}

@media (max-width: 991px){
  .documents-utiles{
    height: 320px;
    margin-bottom: 50px;
  }
  .article .documents-utiles{
    margin-bottom: 0;
  }
  .documents-utiles .container{
    text-align: center;
  }
  .documents-utiles .h3{
    font-size: 20px;
  }
  .documents-utiles .wrapper-push{
    margin-bottom: 24px;
  }
  .documents-utiles .text-download,
  .documents-utiles .link-download{
    display: block;
  }
}

/*** module temoignages ***/
.temoignages{
  margin-bottom: 65px;
}
.temoignages .h3{
  margin: 0 0 35px;
}
.temoignages .wrapper-push-image{
  margin-bottom: 43px;
}
.fonction-push{
  margin-bottom: 22px;
  font-weight: 500;
}
.temoignages .text-push{
  margin-bottom: 25px;
}
.temoignages .cta-push{
  font-weight: 400;
}

@media (max-width: 991px){
  .temoignages{
    margin-bottom: 45px;
  }
  .temoignages .h3{
    margin-bottom: 25px;
    text-align: center;
  }
  .temoignages .wrapper-push-image{
    margin-bottom: 23px;
  }
  .temoignages .carousel-indicators{
    margin-top: 20px;
  }
}

/*** module chiffres cles ***/
.chiffres-cles{
  margin-bottom: 42px;
}
.chiffres-cles .h3{
  margin: 0 0 35px;
}
.chiffres-cles .wrapper-push{
  text-align: center;
  color: #009ee6;
}
.chiffre-push{
  font-family: 'Roboto Slab';
  font-size: 74px;
  font-weight: 300;
  letter-spacing: -0.64px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.chiffre-push *{
 letter-spacing: inherit;
}
@media (max-width: 991px){
  .chiffres-cles .h3{
    margin: 0 0 18px;
  }
  .chiffres-cles .carousel-indicators{
    margin-top: 10px;
  }
}

/*** module prix normes (page article) ***/
.article .section-prix-normes{
  background-color: #0080d1;
}
.article .section-prix-normes .prix-normes,
.article .section-prix-normes .wrapper-push,
.article .section-prix-normes a{
  color: #fff;
}
.article .section-prix-normes .h3{
  text-align: left;
}
.article .prix-normes .wrapper-push-image{
  height: 160px;
}
.article .prix-normes .wrapper-push-image img{
  max-height: 160px;
}

@media (max-width: 991px){
  .article .section-prix-normes{
    margin-bottom: 0;
  }
  .article .prix-normes .wrapper-push-image{
    height: 232px;
  }
}
/*** popin video ***/
.modal-body{
  padding: 0;
}
.modal.in .modal-dialog{
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal-content{
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
button.close {
  position:  absolute;
  top: -15px;
  right: -15px;
  opacity: 1;
  z-index: 1;
  width:  28px;
  height: 28px;
  padding: 6px;
  border-radius: 50%;
  background-color:  #fff;
  font-size: 16px;
}
.video-responsive{
  padding-top: 56.25%;
  position: relative;
  background: #000;
}
.video-responsive iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px){
  .modal-content{
    padding: 0 10px;
  }
  button.close{
    top: -10px;
    right: 0px;
    width: 20px;
    height: 20px;
    padding: 4px;
    font-size: 12px;
  }
}