/******************************************/
/***********      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       ***********/
/******************************************/
@media screen and (max-width: 992px) {
  .home footer,
  .page-template-connexion footer,
  .page-template-inscription footer,
  .page-template-reset-password footer,
  .page-template-confirmation-reset-password footer,
  .page-template-confirmation-email-reset-password footer {
    display: none;
  }
}

.page-template-tableau-bord footer,
.page-template-profil footer,
.page-template-mes-observations footer,
.page-template-vigilances-pollens footer {
  display: none;
}

footer .options {
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  footer .options {
    padding-top: 40px;
  }
}
footer .options .ensemble_logo {
  position: relative;
  margin-bottom: 40px;
}
footer .options .ensemble_logo .logo {
  width: 215px;
  display: block;
  margin: 0px auto;
}
@media screen and (max-width: 1400px) {
  footer .options .ensemble_logo .logo {
    width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  footer .options .ensemble_logo .logo {
    width: 190px;
  }
}
footer .options .titre {
  position: relative;
  width: 100%;
}
footer .options .titre h3 {
  position: relative;
  z-index: 30;
  display: table;
  margin: 0px auto;
  text-transform: uppercase;
  font-weight: 400p;
  font-size: 20px;
  background-color: #ffffff;
  padding: 0px 40px;
  color: #00698C;
}
@media screen and (max-width: 1200px) {
  footer .options .titre h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 992px) {
  footer .options .titre h3 {
    font-size: 18px;
    padding: 0px 30px;
  }
}
footer .options .titre .trait {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #00698C;
}
footer .options .liste {
  text-align: center;
}
footer .options .liste img {
  display: inline-block;
  height: 80px;
  width: auto;
  margin: 40px;
}
@media screen and (max-width: 1400px) {
  footer .options .liste img {
    height: 70px;
    margin: 40px 35px;
  }
}
@media screen and (max-width: 1200px) {
  footer .options .liste img {
    height: 60px;
    margin: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .options .liste img {
    display: block;
    margin: 40px auto;
  }
}
footer .options .liste img:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 767px) {
  footer .options .liste img:first-child {
    margin-left: auto;
  }
}
footer .options .liste img:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  footer .options .liste img:last-child {
    margin-right: auto;
  }
}
footer .top {
  background-color: #00698C;
  padding: 40px 0px;
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  footer .top {
    padding: 20px 0px 0px 0px;
    bottom: -1px;
    position: relative;
  }
}
footer .top img {
  width: 100%;
  height: auto;
}
footer .top h3 {
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  footer .top h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1200px) {
  footer .top h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 992px) {
  footer .top h3 {
    font-size: 19px;
  }
}
footer .top h3 a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}
footer .top h3 a:hover {
  color: #DFCD00;
}
footer .top ul {
  border-left: 2px solid #DFCD00;
  list-style: none;
  padding-left: 15px;
}
footer .top ul li {
  margin-bottom: 8px;
}
footer .top ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}
footer .top ul li a:hover {
  color: #DFCD00;
  transition: all 0.2s ease;
}
footer .top ul li:before {
  display: none;
}
footer .top ul li:last-child {
  margin-bottom: 0px;
}
footer .top .footer1,
footer .top .footer2 {
  display: block;
}
@media screen and (max-width: 992px) {
  footer .top .footer1,
  footer .top .footer2 {
    display: none;
  }
}
footer .top .footer_mobile {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  footer .top .footer_mobile {
    display: block;
  }
}
footer .top .footer_mobile h3 {
  font-weight: 600;
  font-size: 17px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer .top .footer_mobile h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  footer .top .footer_mobile h3 {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  footer .top .footer_mobile h3 {
    font-size: 10px;
  }
}
footer .top .footer_mobile h3 a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}
footer .top .footer_mobile h3 a:hover {
  color: #DFCD00;
}
footer .top .footer_mobile h3:after {
  content: "|";
  display: inline-block;
  font-size: 21px;
  margin: 0px 5px 0px 8px;
}
@media screen and (max-width: 767px) {
  footer .top .footer_mobile h3:after {
    font-size: 19px;
  }
}
@media screen and (max-width: 576px) {
  footer .top .footer_mobile h3:after {
    font-size: 17px;
  }
}
@media screen and (max-width: 420px) {
  footer .top .footer_mobile h3:after {
    font-size: 14px;
  }
}
footer .top .footer_mobile h3:last-child:after {
  display: none;
}
footer .top .footer3 .wp-block-button {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  footer .top .footer3 .wp-block-button {
    display: none;
  }
}
footer .top .footer3 .wp-block-button a.wp-element-button {
  display: inline-block;
  color: #00698C;
  font-size: 20px;
  line-height: 20px;
  padding: 12px 30px;
  background-color: #ffffff;
  border: 2px solid #DFCD00;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  footer .top .footer3 .wp-block-button a.wp-element-button {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
@media screen and (max-width: 992px) {
  footer .top .footer3 .wp-block-button a.wp-element-button {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 26px;
  }
}
@media screen and (max-width: 767px) {
  footer .top .footer3 .wp-block-button a.wp-element-button {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 24px;
  }
}
footer .top .footer3 .wp-block-button a.wp-element-button:hover {
  background-color: #DFCD00;
  border: 2px solid #ffffff;
  transition: all 0.2s ease;
}
@media screen and (max-width: 992px) {
  footer .top .footer3 p {
    display: none;
  }
}
footer .top .footer3 .rs {
  text-align: center;
}
footer .top .footer3 .rs a {
  display: inline-block;
  margin: 0px 10px;
}
footer .top .footer3 .rs a svg {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #DFCD00;
  border-radius: 50%;
  padding: 5px;
}
footer .top .footer3 .rs a svg path {
  fill: #ffffff;
  transition: all 0.2s ease;
}
footer .top .footer3 .rs a:hover svg path {
  fill: #00698C;
  transition: all 0.2s ease;
}
footer .credits {
  text-align: center;
  padding: 13px 0px;
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  footer .credits {
    background-color: #00698C;
    padding-bottom: 30px;
    padding-top: 20px;
  }
}
footer .credits p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #2e2e2e;
}
@media screen and (max-width: 992px) {
  footer .credits p {
    color: #ffffff;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  footer .credits p {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  footer .credits p {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  footer .credits p {
    font-size: 10px;
  }
}
footer .credits p a {
  text-decoration: none;
  color: #2e2e2e;
  transition: all 0.2s ease;
}
@media screen and (max-width: 992px) {
  footer .credits p a {
    color: #ffffff;
  }
}
footer .credits p a:hover {
  color: #DFCD00;
}
footer .connexion {
  background-color: #DFCD00;
  display: none;
  padding: 8px 0px;
}
@media screen and (max-width: 992px) {
  footer .connexion {
    display: block;
  }
}
footer .connexion .bouton {
  display: table;
  margin: 0px auto;
}
footer .connexion .bouton a {
  position: relative;
  padding-left: 45px;
}
footer .connexion .bouton a svg {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
footer .connexion .bouton a svg g path {
  fill: #DFCD00;
}
footer .connexion .bouton a:hover {
  transition: all 0.2s ease;
}
footer .connexion .bouton a:hover svg g path {
  fill: #ffffff;
}/*# sourceMappingURL=footer.css.map */