@charset "UTF-8";
/* 
Theme Name: Pollin'air
Text Domain: pollinair
Authors: Mathieu Benedetti & Martin Schmitt
*/
/******************************************/
/***********      FONTS        ***********/
/******************************************/
@font-face {
  font-family: "montserrat-variable";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf");
}
@font-face {
  font-family: "montserrat-italic-variable";
  src: url("../fonts/Montserrat-Italic-VariableFont_wght.ttf");
}
/******************************************/
/***********      COLORS       ***********/
/******************************************/
/******************************************/
/*************      HOME      *************/
/******************************************/
.home .hero {
  padding: 40px 0px 0px 0px;
  color: #00698C;
  text-align: center;
  background: center center/cover no-repeat url(../img/visuel_bandeau.jpg);
}
@media screen and (max-width: 767px) {
  .home .hero .contenu {
    padding: 0px 8px;
  }
}
.home .hero .contenu h1 {
  padding: 60px 0px 20px 0px;
}
.home .hero .contenu h2 {
  margin: 20px 0px 40px 0px;
  font-weight: 400;
}
.home .hero .contenu p {
  font-size: 25px;
  margin: 20px 0px 60px 0px;
}
@media screen and (max-width: 1200px) {
  .home .hero .contenu p {
    font-size: 23px;
  }
}
@media screen and (max-width: 992px) {
  .home .hero .contenu p {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .home .hero .contenu p {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .home .hero .contenu p br {
    display: none;
  }
}
.home .hero .regions .liste_regions {
  text-align: center;
  position: relative;
  bottom: -22px;
}
@media screen and (max-width: 1200px) {
  .home .hero .regions .liste_regions {
    bottom: -16px;
  }
}
@media screen and (max-width: 992px) {
  .home .hero .regions .liste_regions {
    bottom: 0;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .home .hero .regions .liste_regions {
    padding: 0px 8px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .home .hero .regions .liste_regions .bouton {
    width: 50%;
    display: block;
    margin: 0px auto 25px auto;
  }
}
@media screen and (max-width: 576px) {
  .home .hero .regions .liste_regions .bouton {
    width: 90%;
  }
}
.home .hero .regions .liste_regions .bouton a {
  font-weight: 900;
  letter-spacing: 1px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .home .hero .regions .liste_regions .bouton a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .home .hero .regions .liste_regions .bouton a {
    font-size: 14px;
    line-height: 14px;
    padding: 12px 18px;
  }
}
@media screen and (max-width: 992px) {
  .home .hero .regions .liste_regions .bouton a {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 26px;
  }
}
@media screen and (max-width: 767px) {
  .home .hero .regions .liste_regions .bouton a {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 24px;
  }
}
.home .hero .regions .liste_regions .bouton a:hover {
  border-color: #ffffff;
}
.home .hero .regions .liste_regions > div > div {
  padding-left: 20px;
  padding-right: 20px;
}
.home .hero .regions .liste_regions .col-lg-3:last-child .bouton {
  margin-bottom: 0px;
}
.home .hero .regions .logos_regions {
  background-color: #00698C;
}
.home .carte {
  padding: 100px 0px 80px 0px;
}
@media screen and (max-width: 1200px) {
  .home .carte {
    padding: 80px 0px 60px 0px;
  }
}
@media screen and (max-width: 992px) {
  .home .carte {
    padding: 60px 0px;
  }
}
.home .carte h2 {
  text-align: center;
  color: #00698C;
}
.home .carte .map {
  background-image: url(../../src/img/fond_carte.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .home .carte .map {
    background: none;
  }
}
.home .carte .map svg {
  z-index: 30;
  position: relative;
  width: 777px;
  display: block;
  margin: 0px auto;
}
@media screen and (max-width: 992px) {
  .home .carte .map svg {
    width: 90%;
  }
}
.home .carte .map svg #idf,
.home .carte .map svg #hdf,
.home .carte .map svg #ge,
.home .carte .map svg #co {
  fill: #00698c;
  transition: all 0.2s ease;
}
.home .carte .map svg #idf:hover,
.home .carte .map svg #hdf:hover,
.home .carte .map svg #ge:hover,
.home .carte .map svg #co:hover {
  cursor: pointer;
  fill: #163D50;
}
.home .carte .map svg .region_active {
  fill: #163D50 !important;
}
.home .carte .map .info_bulle {
  display: none;
}
.home .carte .map .info_bulle_block {
  display: block;
  position: absolute;
  z-index: 40;
}
.home .carte .map .marker {
  display: none;
}
.home .carte .map .marker img {
  width: 70px;
}
@media screen and (max-width: 992px) {
  .home .carte .map .marker img {
    width: 43px;
  }
}
.home .carte .map .marker_block {
  display: block;
  position: absolute;
  z-index: 40;
}
.home .cta {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .home .cta {
    padding: 60px 0px;
  }
}
.home .cta img {
  width: 155px;
  height: auto;
  margin-bottom: 30px;
}
.home .cta h2 {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .home .cta h2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 1200px) {
  .home .cta h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 992px) {
  .home .cta h2 {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .home .cta h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 576px) {
  .home .cta h2 {
    font-size: 25px;
  }
}
.home .cta h2 strong {
  font-size: 70px;
}
@media screen and (max-width: 1400px) {
  .home .cta h2 strong {
    font-size: 65px;
  }
}
@media screen and (max-width: 1200px) {
  .home .cta h2 strong {
    font-size: 60px;
  }
}
@media screen and (max-width: 992px) {
  .home .cta h2 strong {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .home .cta h2 strong {
    font-size: 50px;
  }
}
@media screen and (max-width: 576px) {
  .home .cta h2 strong {
    font-size: 45px;
  }
}
.home .cta h2 br:first-of-type {
  display: block !important;
}
.home .cta p {
  font-size: 25px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .home .cta p {
    font-size: 23px;
  }
}
@media screen and (max-width: 992px) {
  .home .cta p {
    font-size: 21px;
  }
}
@media screen and (max-width: 992px) {
  .home .cta p br {
    display: none;
  }
}
.home .cta .bouton {
  display: table;
  margin: 40px auto 0px auto;
}
.home .video .size_mobile h2 {
  text-align: center;
  color: #00698C;
  margin: 100px 0px;
}
@media screen and (max-width: 1200px) {
  .home .video .size_mobile h2 {
    margin: 80px 0px;
  }
}
@media screen and (max-width: 992px) {
  .home .video .size_mobile h2 {
    margin: 60px 0px;
  }
}
.home .video .size_mobile h2 em {
  font-style: normal;
}
@media screen and (max-width: 576px) {
  .home .video .size_mobile h2 em {
    display: none;
  }
}
.home .video .video_player {
  position: relative;
  width: 100%;
}
.home .video .video_player img {
  position: relative;
  z-index: 20;
  width: 100%;
  height: auto;
}
.home .video .video_player a .play {
  position: absolute;
  z-index: 30;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 290px;
  height: 220px;
  background-image: url(../../src/img/player-youtube.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1400px) {
  .home .video .video_player a .play {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media screen and (max-width: 1200px) {
  .home .video .video_player a .play {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
@media screen and (max-width: 992px) {
  .home .video .video_player a .play {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
@media screen and (max-width: 767px) {
  .home .video .video_player a .play {
    transform: translate(-50%, -50%) scale(0.4);
  }
}
.home .video .video_player a:hover .play {
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 0.2s ease;
}
@media screen and (max-width: 1400px) {
  .home .video .video_player a:hover .play {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (max-width: 1200px) {
  .home .video .video_player a:hover .play {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media screen and (max-width: 992px) {
  .home .video .video_player a:hover .play {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
@media screen and (max-width: 767px) {
  .home .video .video_player a:hover .play {
    transform: translate(-50%, -50%) scale(0.5);
  }
}

/******************************************/
/*************      Je me protège      *************/
/******************************************/
.protege .application {
  position: relative;
}
@media screen and (max-width: 992px) {
  .protege .application {
    background-color: #00698C;
    padding: 40px 0Px;
  }
}
.protege .application .fond {
  padding-top: 20px;
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 65%;
  background-color: #00698C;
  background-image: url(../../src/img/fond_application.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .protege .application .fond {
    display: none;
  }
}
.protege .application .index {
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .protege .application .index {
    padding: 0px 8px;
  }
}
.protege .application .index h2 {
  margin-top: 60px;
  text-transform: none;
  text-align: right;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .protege .application .index h2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 1200px) {
  .protege .application .index h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 992px) {
  .protege .application .index h2 {
    font-size: 29px;
    margin-top: 0px;
    text-align: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .protege .application .index h2 {
    font-size: 27px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 576px) {
  .protege .application .index h2 {
    font-size: 25px;
    margin-left: 10px;
  }
}
.protege .application .index .bouton {
  display: table;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .protege .application .index .bouton {
    margin-right: auto;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .protege .application .index .bouton {
    margin-left: 15px;
  }
}
@media screen and (max-width: 576px) {
  .protege .application .index .bouton {
    margin-left: 10px;
  }
}
.protege .application .index .desktop {
  display: block;
}
@media screen and (max-width: 992px) {
  .protege .application .index .desktop {
    display: none;
  }
}
.protege .application .index .desktop img {
  margin-top: 20px;
}
.protege .application .index .mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .protege .application .index .mobile {
    display: block;
  }
}
.protege .application .index .mobile img {
  width: 100%;
  height: auto;
}
.protege .prevention {
  margin-top: 60px;
}
.protege .prevention .background {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .protege .prevention .background {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .protege .prevention .margin_right {
    width: 720px;
    margin: 0px auto;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 767px) {
  .protege .prevention .margin_right {
    width: 540px;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 576px) {
  .protege .prevention .margin_right {
    width: 100%;
    padding: 0px 20px;
  }
}
.protege .prevention .margin_right h2 {
  color: #00698C;
  margin-bottom: 40px;
}
.protege .prevention .margin_right h3 {
  text-transform: none;
  color: #00698C;
  margin-bottom: 30px;
}
.protege .prevention .margin_right p {
  margin-bottom: 20px;
}
.protege .prevention .margin_right p:last-of-type {
  margin-bottom: 40px;
}
.protege .cta {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .protege .cta {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .protege .cta {
    padding: 60px 8px;
  }
}
.protege .cta .citation {
  position: relative;
}
.protege .cta .citation p {
  font-weight: 200;
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .protege .cta .citation p {
    font-size: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .protege .cta .citation p {
    font-size: 50px;
  }
}
@media screen and (max-width: 992px) {
  .protege .cta .citation p {
    font-size: 45px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .protege .cta .citation p {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .protege .cta .citation p {
    font-size: 35px;
  }
}
@media screen and (max-width: 992px) {
  .protege .cta .citation p br {
    display: none;
  }
}
.protege .cta .citation .before,
.protege .cta .citation .after {
  position: absolute;
  width: 40px;
}
@media screen and (max-width: 1200px) {
  .protege .cta .citation .before,
  .protege .cta .citation .after {
    width: 35px;
  }
}
.protege .cta .citation .before {
  top: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .protege .cta .citation .before {
    left: -20px;
  }
}
@media screen and (max-width: 1200px) {
  .protege .cta .citation .before {
    top: -30px;
  }
}
@media screen and (max-width: 576px) {
  .protege .cta .citation .before {
    left: 0;
  }
}
.protege .cta .citation .after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 1400px) {
  .protege .cta .citation .after {
    right: -30px;
  }
}
@media screen and (max-width: 1200px) {
  .protege .cta .citation .after {
    right: -20px;
    bottom: -30px;
  }
}
@media screen and (max-width: 576px) {
  .protege .cta .citation .after {
    right: 0;
  }
}
.protege .cta .contenu h2 {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .protege .cta .contenu h2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 1200px) {
  .protege .cta .contenu h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 992px) {
  .protege .cta .contenu h2 {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .protege .cta .contenu h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 576px) {
  .protege .cta .contenu h2 {
    font-size: 25px;
  }
}
.protege .cta .contenu h2 strong {
  color: #DFCD00;
}
.protege .cta .contenu p {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .protege .cta .contenu p br {
    display: none;
  }
}
.protege .cta .bouton {
  display: table;
  margin: 40px auto 0px auto;
}
.protege .comportement {
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .protege .comportement {
    padding: 40px 0px 25px 0px;
  }
}
@media screen and (max-width: 767px) {
  .protege .comportement {
    padding: 40px 8px 25px 8px;
  }
}
.protege .comportement .background {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .protege .comportement .background {
    display: none;
  }
}
.protege .comportement .margin_left {
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  .protege .comportement .margin_left {
    width: 720px;
    margin: 0px auto;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 767px) {
  .protege .comportement .margin_left {
    width: 540px;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 576px) {
  .protege .comportement .margin_left {
    width: 100%;
    padding: 0px 20px;
  }
}
.protege .comportement .margin_left h2 {
  color: #00698C;
  margin-bottom: 40px;
}
.protege .comportement .margin_left h3 {
  text-transform: none;
  color: #00698C;
  margin-bottom: 30px;
}
.protege .comportement .margin_left p {
  margin-bottom: 20px;
}
.protege .comportement .margin_left p:last-of-type {
  margin-bottom: 0px;
}
.protege .comportement .liste {
  margin: 0px 50px;
  padding-top: 10px;
}
@media screen and (max-width: 992px) {
  .protege .comportement .liste {
    width: 720px;
    margin: 0px auto;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 767px) {
  .protege .comportement .liste {
    width: 540px;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 576px) {
  .protege .comportement .liste {
    width: 100%;
    padding: 0px 20px;
  }
}
.protege .comportement .liste .ensemble {
  margin-top: 30px;
  min-height: 100px;
  height: auto;
  position: relative;
}
.protege .comportement .liste .ensemble img {
  position: absolute;
  left: 0;
  width: 100px;
  height: auto;
}
.protege .comportement .liste .ensemble .contenu {
  margin-left: 120px;
  margin-right: 5%;
}
@media screen and (max-width: 992px) {
  .protege .comportement .liste .ensemble .contenu {
    margin-right: 0;
  }
}
.protege .comportement .legende {
  margin: 30px 50px 0px 50px;
}
@media screen and (max-width: 992px) {
  .protege .comportement .legende {
    margin: 30px 0px 0px 0px;
  }
}
.protege .comportement .legende p {
  margin-right: 5%;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .protege .comportement .legende p {
    margin: 0px;
  }
}

/******************************************/
/*************      Je m'informe     *************/
/******************************************/
.informe .video .fond {
  height: 100%;
  background-color: #00698C;
  padding-left: 50px;
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  .informe .video .fond {
    padding: 40px 0px;
  }
}
.informe .video .fond .contenu {
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .informe .video .fond .contenu {
    width: 720px;
    margin: 0px auto;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 767px) {
  .informe .video .fond .contenu {
    width: 540px;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 576px) {
  .informe .video .fond .contenu {
    width: 100%;
    padding: 0px 20px;
  }
}
.informe .video .fond .contenu h2 {
  color: #ffffff;
  margin-bottom: 40px;
}
.informe .video .fond .contenu p {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .informe .video .fond .contenu p br {
    display: none;
  }
}
.informe .video .fond .contenu p:last-of-type {
  margin-bottom: 0px;
}
.informe .video .video_player {
  position: relative;
  width: 100%;
}
.informe .video .video_player .miniature_desktop {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .informe .video .video_player .miniature_desktop {
    display: none;
  }
}
.informe .video .video_player .miniature_mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .informe .video .video_player .miniature_mobile {
    display: block;
  }
}
.informe .video .video_player .miniature_mobile img {
  position: relative;
  z-index: 20;
  width: 100%;
  height: auto;
}
.informe .video .video_player a .play {
  position: absolute;
  z-index: 30;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 290px;
  height: 220px;
  background-image: url(../../src/img/player-youtube.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1400px) {
  .informe .video .video_player a .play {
    transform: translate(-50%, -50%) scale(0.4);
  }
}
@media screen and (max-width: 1200px) {
  .informe .video .video_player a .play {
    transform: translate(-50%, -50%) scale(0.3);
  }
}
@media screen and (max-width: 992px) {
  .informe .video .video_player a .play {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
@media screen and (max-width: 767px) {
  .informe .video .video_player a .play {
    transform: translate(-50%, -50%) scale(0.4);
  }
}
.informe .video .video_player a:hover .play {
  transform: translate(-50%, -50%) scale(0.6);
  transition: all 0.2s ease;
}
@media screen and (max-width: 1400px) {
  .informe .video .video_player a:hover .play {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
@media screen and (max-width: 1200px) {
  .informe .video .video_player a:hover .play {
    transform: translate(-50%, -50%) scale(0.4);
  }
}
@media screen and (max-width: 992px) {
  .informe .video .video_player a:hover .play {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
@media screen and (max-width: 767px) {
  .informe .video .video_player a:hover .play {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.informe .chiffres {
  padding: 80px 0px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .informe .chiffres {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .informe .chiffres {
    padding: 60px 8px;
  }
}
.informe .chiffres h2 {
  color: #00698C;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .informe .chiffres h2 {
    margin-bottom: 60px;
  }
}
.informe .chiffres h3 {
  color: #00698C;
  font-size: 25px;
}
@media screen and (max-width: 1200px) {
  .informe .chiffres h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 992px) {
  .informe .chiffres h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1200px) {
  .informe .chiffres h3 br {
    display: none;
  }
}
.informe .chiffres img {
  width: 100%;
  height: auto;
}
.informe .chiffres .separation {
  width: 50%;
  display: block;
  margin: 0px auto 30px auto;
  height: 1px;
  background-color: #00698C;
  display: none;
}
@media screen and (max-width: 992px) {
  .informe .chiffres .separation {
    display: block;
  }
}
.informe .chiffres .contenu {
  margin-top: 30px;
}
.informe .chiffres .contenu p strong {
  font-weight: 500;
  font-size: 15px;
}
.informe .chiffres .contenu p:last-child {
  margin-bottom: 0px;
}
.informe .savoir {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .informe .savoir {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 767px) {
  .informe .savoir {
    padding: 40px 8px;
  }
}
.informe .savoir h2 {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .informe .savoir h2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 1200px) {
  .informe .savoir h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 992px) {
  .informe .savoir h2 {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .informe .savoir h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 576px) {
  .informe .savoir h2 {
    font-size: 25px;
  }
}
.informe .savoir p {
  font-size: 25px;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .informe .savoir p {
    font-size: 23px;
  }
}
@media screen and (max-width: 992px) {
  .informe .savoir p {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .informe .savoir p {
    font-size: 19px;
  }
}
.informe .notions {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .informe .notions {
    padding-top: 60px;
  }
}
.informe .notions h2 {
  text-align: center;
  color: #00698C;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .informe .notions h2 {
    margin-bottom: 60px;
  }
}
.informe .notions .row {
  position: relative;
}
.informe .notions img {
  background-color: #ffffff;
  position: relative;
  z-index: 30;
  width: 100%;
  height: auto;
}
.informe .notions .fond {
  position: absolute;
  z-index: 20;
  height: 100%;
  width: 100%;
  background-color: #ECECEC;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .informe .notions .fond {
    display: none;
  }
}
.informe .notions .contenu {
  position: relative;
  z-index: 30;
  padding: 0px 50px;
}
@media screen and (max-width: 1200px) {
  .informe .notions .contenu {
    padding: 40px;
    background-color: #ECECEC;
  }
}
@media screen and (max-width: 992px) {
  .informe .notions .contenu {
    padding: 40px 0px;
  }
}
.informe .notions .contenu .size_mobile h3 {
  text-transform: none;
  color: #00698C;
  margin-bottom: 30px;
}
.informe .notions .contenu .size_mobile p {
  color: #00698C;
  margin-bottom: 20px;
}
.informe .notions .contenu .size_mobile p:last-of-type {
  margin-bottom: 0px;
}
.informe .indice {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}
@media screen and (max-width: 992px) {
  .informe .indice {
    padding: 60px 0px;
  }
}
.informe .indice .size_mobile h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.informe .indice .size_mobile h3 {
  color: #ffffff;
  margin-bottom: 30px;
}
.informe .indice .size_mobile p {
  color: #ffffff;
  margin-bottom: 30px;
}
.informe .indice .size_mobile li {
  color: #ffffff;
}
.informe .indice .size_mobile .bouton {
  margin-top: 40px;
}
.informe .logos_regions {
  padding: 20px 0px 40px 0px;
}
@media screen and (max-width: 992px) {
  .informe .logos_regions {
    padding: 10px 0px 20px 0px;
  }
}

/******************************************/
/*************      Je passe à l'action     *************/
/******************************************/
.action .projet .background {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .action .projet .background {
    display: none;
  }
}
.action .projet .margin_right {
  padding: 60px 0px;
}
@media screen and (max-width: 992px) {
  .action .projet .margin_right {
    padding: 40px 0px;
    background-color: #00698C;
  }
}
.action .projet .margin_right .size_mobile h2 {
  color: #00698C;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .action .projet .margin_right .size_mobile h2 {
    color: #ffffff;
  }
}
.action .projet .margin_right .size_mobile h3 {
  text-transform: none;
  color: #00698C;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .action .projet .margin_right .size_mobile h3 {
    color: #DFCD00;
  }
}
.action .projet .margin_right .size_mobile p {
  margin-bottom: 20px;
  color: #272727;
}
@media screen and (max-width: 992px) {
  .action .projet .margin_right .size_mobile p {
    color: #ffffff;
  }
}
.action .projet .margin_right .size_mobile p strong {
  color: #000000;
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
}
@media screen and (max-width: 1200px) {
  .action .projet .margin_right .size_mobile p strong {
    font-size: 23px;
  }
}
@media screen and (max-width: 992px) {
  .action .projet .margin_right .size_mobile p strong {
    font-size: 21px;
    color: #ffffff;
  }
}
.action .projet .margin_right .size_mobile a {
  margin-top: 40px;
  text-decoration: none;
  display: table;
  font-size: 20px;
  line-height: 20px;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #00698C;
  border: 2px solid #00698C;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .action .projet .margin_right .size_mobile a {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
@media screen and (max-width: 992px) {
  .action .projet .margin_right .size_mobile a {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 26px;
    border: 2px solid #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .action .projet .margin_right .size_mobile a {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 24px;
  }
}
.action .projet .margin_right .size_mobile a:hover {
  background-color: #ffffff;
  color: #00698C;
}
.action .video .fond {
  background-color: #00698C;
}
@media screen and (max-width: 992px) {
  .action .video .fond {
    background-color: #ffffff;
  }
}
.action .video .fond .size_mobile h2 {
  text-align: center;
  color: #ffffff;
  padding: 60px 0px;
  margin: 0px;
}
@media screen and (max-width: 992px) {
  .action .video .fond .size_mobile h2 {
    padding: 40px 0px;
    color: #00698C;
  }
}
.action .video .video_player {
  position: relative;
  width: 100%;
}
.action .video .video_player img {
  position: relative;
  z-index: 20;
  width: 100%;
  height: auto;
}
.action .video .video_player a .play {
  position: absolute;
  z-index: 30;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 290px;
  height: 220px;
  background-image: url(../../src/img/player-youtube.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1400px) {
  .action .video .video_player a .play {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media screen and (max-width: 1200px) {
  .action .video .video_player a .play {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
@media screen and (max-width: 992px) {
  .action .video .video_player a .play {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
@media screen and (max-width: 767px) {
  .action .video .video_player a .play {
    transform: translate(-50%, -50%) scale(0.4);
  }
}
.action .video .video_player a:hover .play {
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 0.2s ease;
}
@media screen and (max-width: 1400px) {
  .action .video .video_player a:hover .play {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (max-width: 1200px) {
  .action .video .video_player a:hover .play {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media screen and (max-width: 992px) {
  .action .video .video_player a:hover .play {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
@media screen and (max-width: 767px) {
  .action .video .video_player a:hover .play {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.action .averti .background {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .action .averti .background {
    display: none;
  }
}
.action .averti .margin_right {
  padding: 60px 0px 20px 0px;
}
@media screen and (max-width: 992px) {
  .action .averti .margin_right {
    padding: 40px 0px 20px 0px;
    background-color: #ECECEC;
  }
}
.action .averti .margin_right .size_mobile h2 {
  color: #00698C;
  margin-bottom: 40px;
}
.action .averti .margin_right .size_mobile h3 {
  text-transform: none;
  color: #00698C;
  margin-bottom: 30px;
}
.action .averti .margin_right .size_mobile p {
  margin-bottom: 20px;
  color: #272727;
}
.action .averti .margin_right .size_mobile p strong {
  color: #000000;
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
}
@media screen and (max-width: 1200px) {
  .action .averti .margin_right .size_mobile p strong {
    font-size: 23px;
  }
}
@media screen and (max-width: 992px) {
  .action .averti .margin_right .size_mobile p strong {
    font-size: 21px;
  }
}
.action .averti .margin_right .size_mobile a {
  margin: 40px 0px;
  text-decoration: none;
  display: table;
  font-size: 20px;
  line-height: 20px;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #00698C;
  border: 2px solid #00698C;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .action .averti .margin_right .size_mobile a {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
@media screen and (max-width: 992px) {
  .action .averti .margin_right .size_mobile a {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 26px;
  }
}
@media screen and (max-width: 767px) {
  .action .averti .margin_right .size_mobile a {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 24px;
  }
}
.action .averti .margin_right .size_mobile a:hover {
  background-color: #ffffff;
  color: #00698C;
}
.action .logos_regions {
  padding: 20px 0px 40px 0px;
}
@media screen and (max-width: 992px) {
  .action .logos_regions {
    padding: 10px 0px 20px 0px;
  }
}/*# sourceMappingURL=martin.css.map */