/* 
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       ***********/
/******************************************/
/******************************************/
/***********      GLOBALES      ***********/
/******************************************/
html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
html body {
  font-family: "montserrat-variable";
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #272727;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  html body {
    font-size: 19px;
  }
}
@media screen and (max-width: 992px) {
  html body {
    font-size: 18px;
  }
}
html body .main_content {
  margin-top: 103px;
}
html body .margin_ancre {
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  html body .padding_mobile {
    padding: 0px 8px;
  }
}
html body h1,
html body h2,
html body h3,
html body p {
  line-height: 120%;
}
html body h1 {
  font-weight: 700;
  font-size: 100px;
}
@media screen and (max-width: 1400px) {
  html body h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1200px) {
  html body h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 992px) {
  html body h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  html body h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 576px) {
  html body h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  html body h1 br {
    display: none;
  }
}
html body h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
}
@media screen and (max-width: 1400px) {
  html body h2 {
    font-size: 47px;
  }
}
@media screen and (max-width: 1200px) {
  html body h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 992px) {
  html body h2 {
    font-size: 41px;
  }
}
@media screen and (max-width: 767px) {
  html body h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  html body h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  html body h2 br {
    display: none;
  }
}
html body h3 {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  html body h3 {
    font-size: 33px;
  }
}
@media screen and (max-width: 1200px) {
  html body h3 {
    font-size: 31px;
  }
}
@media screen and (max-width: 992px) {
  html body h3 {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  html body h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 576px) {
  html body h3 {
    font-size: 25px;
  }
}
html body .margin_right {
  margin-right: 50px;
}
@media screen and (max-width: 992px) {
  html body .margin_right {
    margin-right: 0px;
  }
}
html body .margin_left {
  margin-left: 50px;
}
@media screen and (max-width: 992px) {
  html body .margin_left {
    margin-left: 0px;
  }
}
html body .bouton a {
  text-decoration: none;
  display: table;
  font-size: 20px;
  line-height: 20px;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  html body .bouton a {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
@media screen and (max-width: 992px) {
  html body .bouton a {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 26px;
  }
}
@media screen and (max-width: 767px) {
  html body .bouton a {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 24px;
  }
}
html body .bouton a:hover {
  transition: all 0.2s ease;
}
html body .bouton.bleu a {
  color: #00698C;
  background-color: #ffffff;
  border: 2px solid #00698C;
}
html body .bouton.bleu a:hover {
  background-color: #00698C;
  color: #ffffff;
  border-color: #ffffff;
}
html body .bouton.jaune a {
  color: #00698C;
  background-color: #ffffff;
  border: 2px solid #DFCD00;
}
html body .bouton.jaune a:hover {
  background-color: #DFCD00;
  border-color: #ffffff;
}
@media screen and (max-width: 992px) {
  html body .size_mobile {
    width: 720px;
    margin: 0px auto;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 767px) {
  html body .size_mobile {
    width: 540px;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 576px) {
  html body .size_mobile {
    width: 100%;
    padding: 0px 20px;
  }
}
html body .main_content:not(.home) .hero {
  padding: 50px 0px;
  background-color: rgba(236, 236, 236, 0.3);
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .main_content:not(.home) .hero .contenu {
    padding: 0px 8px;
  }
}
html body .main_content:not(.home) .hero .contenu h1 {
  color: #00698C;
  margin: 0px;
  padding: 0px;
  line-height: 90%;
}
html body .main_content:not(.home) .hero .contenu h1 strong {
  font-weight: 400;
  color: #00698C;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 100%;
}
@media screen and (max-width: 1400px) {
  html body .main_content:not(.home) .hero .contenu h1 strong {
    font-size: 47px;
  }
}
@media screen and (max-width: 1200px) {
  html body .main_content:not(.home) .hero .contenu h1 strong {
    font-size: 44px;
  }
}
@media screen and (max-width: 992px) {
  html body .main_content:not(.home) .hero .contenu h1 strong {
    font-size: 41px;
  }
}
@media screen and (max-width: 767px) {
  html body .main_content:not(.home) .hero .contenu h1 strong {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  html body .main_content:not(.home) .hero .contenu h1 strong {
    font-size: 35px;
  }
}
html body .main_content:not(.home) .hero .contenu h1 br {
  display: block !important;
}
html .main_content:not(.home) .mobile_bar {
  z-index: 800;
  position: fixed;
  bottom: -1px;
  width: 100%;
  display: none;
  background-color: #DFCD00;
  padding: 5px 0px 8px 0px;
}
@media screen and (max-width: 992px) {
  html .main_content:not(.home) .mobile_bar {
    display: block;
  }
}
html .main_content:not(.home) .mobile_bar .content {
  margin-top: 7px;
  text-align: center;
}
html .main_content:not(.home) .mobile_bar .content a {
  text-decoration: none;
}
html .main_content:not(.home) .mobile_bar .content a img {
  height: 30px;
  margin-bottom: 5px;
}
html .main_content:not(.home) .mobile_bar .content a p {
  margin-bottom: 0px;
  font-weight: 400;
  color: #00698C;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  html .main_content:not(.home) .mobile_bar .content a p {
    font-size: 10px;
  }
}
html .main_content:not(.home) .nav_compte_desktop {
  position: relative;
  height: 100%;
  background-color: #00698C;
  display: block;
}
@media screen and (max-width: 992px) {
  html .main_content:not(.home) .nav_compte_desktop {
    display: none;
  }
}
html .main_content:not(.home) .nav_compte_desktop .logo {
  display: block;
  width: 210px;
  margin: 0px auto;
  padding: 60px 0px;
}
html .main_content:not(.home) .nav_compte_desktop .liste {
  padding-bottom: 450px;
}
html .main_content:not(.home) .nav_compte_desktop .liste a {
  display: block;
  background-color: #00698C;
  padding: 30px 0px;
  color: #ffffff;
  text-decoration: none;
}
html .main_content:not(.home) .nav_compte_desktop .liste a .row {
  width: 100%;
  transition: all 0.2s ease;
}
html .main_content:not(.home) .nav_compte_desktop .liste a .row img {
  margin-left: auto;
  display: block;
  width: 55px;
}
@media screen and (max-width: 1400px) {
  html .main_content:not(.home) .nav_compte_desktop .liste a .row img {
    width: 53px;
  }
}
@media screen and (max-width: 1300px) {
  html .main_content:not(.home) .nav_compte_desktop .liste a .row img {
    width: 51px;
  }
}
@media screen and (max-width: 1200px) {
  html .main_content:not(.home) .nav_compte_desktop .liste a .row img {
    width: 49px;
  }
}
html .main_content:not(.home) .nav_compte_desktop .liste a .row h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 0px;
  padding: 5px 15px;
  margin-left: 10px;
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 1400px) {
  html .main_content:not(.home) .nav_compte_desktop .liste a .row h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1300px) {
  html .main_content:not(.home) .nav_compte_desktop .liste a .row h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1200px) {
  html .main_content:not(.home) .nav_compte_desktop .liste a .row h3 {
    font-size: 18px;
  }
}
html .main_content:not(.home) .nav_compte_desktop .liste a:hover {
  background-color: #163D50;
  transition: all 0.2s ease;
}
html .main_content:not(.home) .nav_compte_desktop .liste .actif {
  background-color: #163D50;
}
html .main_content:not(.home) .nav_compte_desktop .ensemble_bot {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
}
html .main_content:not(.home) .nav_compte_desktop .ensemble_bot .logo_blanc {
  display: block;
  width: 216px;
  margin: 0px auto 60px auto;
}
html .main_content:not(.home) .nav_compte_desktop .ensemble_bot .footer3 .wp-block-buttons,
html .main_content:not(.home) .nav_compte_desktop .ensemble_bot .footer3 p {
  display: none;
}
html .main_content:not(.home) .nav_compte_desktop .ensemble_bot .footer3 .rs {
  text-align: center;
}
html .main_content:not(.home) .nav_compte_desktop .ensemble_bot .footer3 .rs a {
  display: inline-block;
  margin: 0px 10px;
}
html .main_content:not(.home) .nav_compte_desktop .ensemble_bot .footer3 .rs a svg {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #DFCD00;
  border-radius: 50%;
  padding: 5px;
}
html .main_content:not(.home) .nav_compte_desktop .ensemble_bot .footer3 .rs a svg path {
  fill: #ffffff;
  transition: all 0.2s ease;
}
html .main_content:not(.home) .nav_compte_desktop .ensemble_bot .footer3 .rs a:hover svg path {
  fill: #00698C;
  transition: all 0.2s ease;
}
html .main_content:not(.home) .nav_compte_desktop .ensemble_bot .credits {
  text-align: center;
  padding-top: 20px;
}
html .main_content:not(.home) .nav_compte_desktop .ensemble_bot .credits p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #ffffff;
}
html .main_content:not(.home) .nav_compte_desktop .ensemble_bot .credits p a {
  color: #ffffff;
  transition: all 0.2s ease;
}
html .main_content:not(.home) .nav_compte_desktop .ensemble_bot .credits p a:hover {
  color: #DFCD00;
}
html .main_content:not(.home) .bandeau {
  padding: 20px 0px 35px 0px;
  background-color: rgba(236, 236, 236, 0.3);
}
@media screen and (max-width: 992px) {
  html .main_content:not(.home) .bandeau {
    padding: 0px;
    background-color: transparent;
  }
}
html .main_content:not(.home) .bandeau .nom_mobile {
  background-color: #00698C;
  text-align: center;
  display: none;
  padding: 20px 0px;
}
@media screen and (max-width: 992px) {
  html .main_content:not(.home) .bandeau .nom_mobile {
    display: block;
  }
}
html .main_content:not(.home) .bandeau .nom_mobile h1 {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  html .main_content:not(.home) .bandeau .nom_mobile h1 {
    font-size: 21px;
  }
}
@media screen and (max-width: 576px) {
  html .main_content:not(.home) .bandeau .nom_mobile h1 {
    font-size: 19px;
  }
}
html .main_content:not(.home) .bandeau .nom_mobile h1 em {
  font-weight: normal;
  font-family: "montserrat-italic-variable";
}
html .main_content:not(.home) .bandeau .nom_mobile h1 br {
  display: inline !important;
}
html .main_content:not(.home) .bandeau .ensemble_avatar {
  padding: 0px 100px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  html .main_content:not(.home) .bandeau .ensemble_avatar {
    padding: 0px 80px;
  }
}
@media screen and (max-width: 1200px) {
  html .main_content:not(.home) .bandeau .ensemble_avatar {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 992px) {
  html .main_content:not(.home) .bandeau .ensemble_avatar {
    padding: 0px 12px;
    display: block;
    margin: 25px auto;
  }
}
html .main_content:not(.home) .bandeau .ensemble_avatar .avatar {
  width: 200px;
  height: auto;
  display: block;
  margin: 0px auto;
}
@media screen and (max-width: 1400px) {
  html .main_content:not(.home) .bandeau .ensemble_avatar .avatar {
    width: 180px;
  }
}
@media screen and (max-width: 1200px) {
  html .main_content:not(.home) .bandeau .ensemble_avatar .avatar {
    width: 160px;
  }
}
@media screen and (max-width: 576px) {
  html .main_content:not(.home) .bandeau .ensemble_avatar .avatar {
    width: 140px;
  }
}
html .main_content:not(.home) .bandeau .ensemble_avatar .grade {
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  html .main_content:not(.home) .bandeau .ensemble_avatar .grade {
    bottom: -10px;
  }
}
html .main_content:not(.home) .bandeau .ensemble_avatar .grade svg {
  display: inline-block;
  width: 75px;
  margin: 0px 5px;
}
@media screen and (max-width: 1400px) {
  html .main_content:not(.home) .bandeau .ensemble_avatar .grade svg {
    width: 70px;
  }
}
@media screen and (max-width: 1200px) {
  html .main_content:not(.home) .bandeau .ensemble_avatar .grade svg {
    width: 60px;
  }
}
@media screen and (max-width: 576px) {
  html .main_content:not(.home) .bandeau .ensemble_avatar .grade svg {
    width: 50px;
  }
}
html .main_content:not(.home) .bandeau .avec_grade {
  padding-bottom: 15px;
}
@media screen and (max-width: 992px) {
  html .main_content:not(.home) .bandeau .contenu {
    padding: 0px 8px;
  }
}
html .main_content:not(.home) .bandeau .contenu .nom_desktop {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  html .main_content:not(.home) .bandeau .contenu .nom_desktop {
    display: none;
  }
}
html .main_content:not(.home) .bandeau .contenu .nom_desktop h1 {
  color: #00698C;
  margin: 0px;
  padding: 0px;
  line-height: 70%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  html .main_content:not(.home) .bandeau .contenu .nom_desktop h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  html .main_content:not(.home) .bandeau .contenu .nom_desktop h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  html .main_content:not(.home) .bandeau .contenu .nom_desktop h1 {
    font-size: 70px;
  }
}
html .main_content:not(.home) .bandeau .contenu .nom_desktop h1 strong {
  font-weight: 400;
  color: #00698C;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 100%;
}
@media screen and (max-width: 1400px) {
  html .main_content:not(.home) .bandeau .contenu .nom_desktop h1 strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  html .main_content:not(.home) .bandeau .contenu .nom_desktop h1 strong {
    font-size: 35px;
  }
}
html .main_content:not(.home) .bandeau .contenu .nom_desktop h1 br {
  display: block !important;
}
html .main_content:not(.home) .bandeau .contenu .nom_desktop .titre_avec_grade {
  top: -20px;
}/*# sourceMappingURL=pollinair.css.map */