/* 
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       ***********/
/******************************************/
/******************************************/
/***********      HEADER      ***********/
/******************************************/
header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #ffffff;
  padding: 0px;
  transition: all 0.2s ease;
  background-color: #ffffff;
}
header .menu_mobile {
  height: 100%;
  width: 100%;
  position: relative;
  transition: all 0.2s ease;
}
header .menu_mobile .logo_mobile {
  display: inline-block;
  position: relative;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-left: 50px;
  top: 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  header .menu_mobile .logo_mobile {
    margin-left: 20px;
  }
}
header .menu_mobile .logo_mobile img {
  height: 90px;
  width: auto;
  display: block;
  transition: all 0.2s ease;
}
header .menu_mobile .nom_region {
  position: absolute;
  left: 150px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  header .menu_mobile .nom_region {
    left: 120px;
  }
}
header .menu_mobile .nom_region a {
  text-decoration: none;
  font-weight: 700;
  font-size: 25px;
  color: #00698C;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  header .menu_mobile .nom_region a {
    font-size: 23px;
  }
}
@media screen and (max-width: 992px) {
  header .menu_mobile .nom_region a {
    font-size: 21px;
  }
}
header .menu_mobile .nom_region a:hover {
  color: #DFCD00;
}
header .menu_mobile .button_profil {
  float: right;
  margin-right: 50px;
  padding-top: 15px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  header .menu_mobile .button_profil {
    display: none;
  }
}
header .menu_mobile .button_profil svg {
  width: 70px;
  transition: all 0.2s ease;
}
header .menu_mobile .button_profil svg circle {
  fill: #00698C;
  transition: all 0.2s ease;
}
header .menu_mobile .button_profil svg path {
  fill: #DFCD00;
  transition: all 0.2s ease;
}
header .menu_mobile .button_profil svg:hover circle {
  fill: #DFCD00;
  transition: all 0.2s ease;
}
header .menu_mobile .button_profil svg:hover path {
  fill: #00698C;
  transition: all 0.2s ease;
}
header .menu_mobile .logout {
  float: right;
  margin-right: 50px;
  padding-top: 25px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  header .menu_mobile .logout {
    display: none;
  }
}
header .menu_mobile .logout svg {
  width: 35px;
  transition: all 0.2s ease;
}
header .menu_mobile .logout svg path {
  fill: #00698C;
  transition: all 0.2s ease;
}
header .menu_mobile .logout svg:hover path {
  fill: #DFCD00;
  transition: all 0.2s ease;
}
header .menu_mobile .menu {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 900;
  left: -100%;
  top: 0;
  background-color: #00698C;
  opacity: 0;
}
header .menu_mobile .menu .contenu_menu {
  text-align: left;
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  header .menu_mobile .menu .contenu_menu {
    width: 100%;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
header .menu_mobile .menu .contenu_menu .logo_menu_desktop {
  width: 365px;
  display: block;
  margin-left: auto;
  position: relative;
  top: -15px;
}
@media screen and (max-width: 767px) {
  header .menu_mobile .menu .contenu_menu .logo_menu_desktop {
    display: none;
  }
}
header .menu_mobile .menu .contenu_menu .logo_menu_mobile {
  width: 150px;
  display: none;
  margin: 0px auto 60px auto;
}
@media screen and (max-width: 767px) {
  header .menu_mobile .menu .contenu_menu .logo_menu_mobile {
    display: block;
  }
}
header .menu_mobile .menu .contenu_menu .main_menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  header .menu_mobile .menu .contenu_menu .main_menu {
    text-align: center;
  }
}
header .menu_mobile .menu .contenu_menu .main_menu > li {
  list-style: none;
  margin-bottom: 40px;
}
header .menu_mobile .menu .contenu_menu .main_menu > li > a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
  color: #ffffff;
  transition: all 0.2s ease;
}
header .menu_mobile .menu .contenu_menu .main_menu > li > a:hover {
  color: #DFCD00;
}
header .menu_mobile .menu .contenu_menu .main_menu > li .sub-menu {
  list-style: none;
  border-left: 2px solid #ffffff;
  padding-left: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  header .menu_mobile .menu .contenu_menu .main_menu > li .sub-menu {
    border: 0px;
    padding: 0px;
  }
}
header .menu_mobile .menu .contenu_menu .main_menu > li .sub-menu li {
  margin-bottom: 25px;
}
header .menu_mobile .menu .contenu_menu .main_menu > li .sub-menu li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 25px;
  color: #DFCD00;
  transition: all 0.2s ease;
}
header .menu_mobile .menu .contenu_menu .main_menu > li .sub-menu li a:hover {
  color: #ffffff;
}
header .menu_mobile .menu .contenu_menu .main_menu > li .sub-menu li:last-child {
  margin-bottom: 0px;
}
header .menu_mobile .menu .contenu_menu .main_menu > li .sub-menu li:before {
  display: none;
}
header .menu_mobile .menu .contenu_menu .main_menu > li:before {
  display: none;
}
header .menu_mobile .menu .contenu_menu .main_menu > li:last-child {
  margin-bottom: 0px;
}
header .menu_mobile .menu .contenu_menu .bouton {
  display: table;
  margin: 100px auto 0px auto;
}
@media screen and (max-width: 992px) {
  header .menu_mobile .menu .contenu_menu .bouton {
    margin: 80px auto 0px auto;
  }
}
@media screen and (max-width: 767px) {
  header .menu_mobile .menu .contenu_menu .bouton {
    margin: 60px auto 0px auto;
  }
}
header .menu_mobile .visible {
  opacity: 1;
  left: 0;
  transition: all 0.2s ease;
}
header .menu_mobile #menuToggle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  z-index: 1000;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  header .menu_mobile #menuToggle {
    right: 20px;
    left: inherit;
    transform: translate(0, -50%);
  }
}
header .menu_mobile #menuToggle input {
  color: #00698C;
  display: flex;
  width: 30px;
  height: 21px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
header .menu_mobile #menuToggle span {
  display: flex;
  width: 30px;
  height: 3px;
  margin-bottom: 6px;
  position: relative;
  background: #00698C;
  border-radius: 5px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
header .menu_mobile #menuToggle span {
  transform-origin: 0% 100%;
}
header .menu_mobile #menuToggle span:last-child {
  transform-origin: 0% 0%;
  margin-bottom: 0px;
}
header .menu_mobile #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-9px, -8px);
  background: #ffffff;
}
header .menu_mobile #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .menu_mobile #menuToggle input:checked ~ span:nth-last-child(1) {
  transform: rotate(-45deg) translate(-1px, 0px);
}

.navshrink header {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}
.navshrink header .menu_mobile .logo_mobile {
  padding-bottom: 5px;
}
.navshrink header .menu_mobile .logo_mobile img {
  height: 70px;
}
.navshrink header .menu_mobile .button_profil {
  padding-top: 7px;
}
.navshrink header .menu_mobile .button_profil svg {
  width: 55px;
}
.navshrink header .menu_mobile .logout {
  padding-top: 15px;
}
.navshrink header .menu_mobile .logout svg {
  width: 30px;
}/*# sourceMappingURL=header.css.map */