@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       ***********/
/******************************************/
/******************************************/
/*************      PAGE DE CONNEXION      *************/
/******************************************/
@media screen and (max-width: 992px) {
  .connexion .hero {
    display: none;
  }
}
.connexion .formulaire {
  background-color: #DFCD00;
  padding: 100px 0px;
}
@media screen and (max-width: 1200px) {
  .connexion .formulaire {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 992px) {
  .connexion .formulaire {
    padding: 60px 0px;
    background-color: #00698C;
    min-height: 100vh;
  }
}
.connexion .formulaire .logo {
  display: none;
}
@media screen and (max-width: 992px) {
  .connexion .formulaire .logo {
    display: block;
    width: 160px;
    margin: 0px auto 60px auto;
  }
}
.connexion .formulaire .ensemble {
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  width: 540px;
  display: block;
  margin: 0px auto;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .connexion .formulaire .ensemble {
    width: 90%;
  }
}
.connexion .formulaire .ensemble h3 {
  color: #00698C;
  margin-bottom: 10px;
}
.connexion .formulaire .ensemble .error {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: red;
}
@media screen and (max-width: 1200px) {
  .connexion .formulaire .ensemble .error {
    font-size: 19px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .connexion .formulaire .ensemble .error {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .connexion .formulaire .ensemble .error {
    font-size: 17px;
    line-height: 22px;
  }
}
.connexion .formulaire .ensemble form label {
  display: none;
}
.connexion .formulaire .ensemble form .login-username {
  margin: 30px 0px 25px 0px;
}
.connexion .formulaire .ensemble form input {
  border: 1px solid #00698C;
  border-radius: 20px;
  width: 100%;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1200px) {
  .connexion .formulaire .ensemble form input {
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 992px) {
  .connexion .formulaire .ensemble form input {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .connexion .formulaire .ensemble form input {
    font-size: 17px;
    line-height: 17px;
  }
}
.connexion .formulaire .ensemble form input::-moz-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
}
.connexion .formulaire .ensemble form input::placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1200px) {
  .connexion .formulaire .ensemble form input::-moz-placeholder {
    font-size: 19px;
    line-height: 19px;
  }
  .connexion .formulaire .ensemble form input::placeholder {
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 992px) {
  .connexion .formulaire .ensemble form input::-moz-placeholder {
    font-size: 18px;
    line-height: 18px;
  }
  .connexion .formulaire .ensemble form input::placeholder {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .connexion .formulaire .ensemble form input::-moz-placeholder {
    font-size: 17px;
    line-height: 17px;
  }
  .connexion .formulaire .ensemble form input::placeholder {
    font-size: 17px;
    line-height: 17px;
  }
}
.connexion .formulaire .ensemble form input:focus {
  outline: none;
}
.connexion .formulaire .ensemble form .login-submit {
  display: none;
}
.connexion .formulaire .ensemble .forgot {
  display: table;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #00698C;
  margin: 30px auto;
}
@media screen and (max-width: 1200px) {
  .connexion .formulaire .ensemble .forgot {
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 992px) {
  .connexion .formulaire .ensemble .forgot {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .connexion .formulaire .ensemble .forgot {
    font-size: 17px;
    line-height: 17px;
  }
}
.connexion .formulaire .ensemble .bouton {
  display: block;
  margin: 20px auto;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .connexion .formulaire .ensemble .bouton {
    width: 65%;
  }
}
@media screen and (max-width: 576px) {
  .connexion .formulaire .ensemble .bouton {
    width: 100%;
  }
}
.connexion .formulaire .ensemble .bouton a {
  width: 100%;
  text-decoration: none;
  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) {
  .connexion .formulaire .ensemble .bouton a {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
@media screen and (max-width: 992px) {
  .connexion .formulaire .ensemble .bouton a {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 26px;
  }
}
@media screen and (max-width: 767px) {
  .connexion .formulaire .ensemble .bouton a {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 24px;
  }
}
.connexion .formulaire .ensemble .bouton a:hover {
  background-color: #ffffff;
  color: #00698C;
}
.connexion .formulaire .ensemble span {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #00698C;
}
@media screen and (max-width: 1200px) {
  .connexion .formulaire .ensemble span {
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 992px) {
  .connexion .formulaire .ensemble span {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .connexion .formulaire .ensemble span {
    font-size: 17px;
    line-height: 17px;
  }
}

/******************************************/
/*************      RÉINITIALISATION MOT DE PASSE      *************/
/******************************************/
.reset_password .fond {
  background-color: #DFCD00;
  padding: 100px 0px;
}
@media screen and (max-width: 1200px) {
  .reset_password .fond {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 992px) {
  .reset_password .fond {
    padding: 60px 0px;
    background-color: #00698C;
    min-height: 100vh;
  }
}
.reset_password .fond .logo {
  display: none;
}
@media screen and (max-width: 992px) {
  .reset_password .fond .logo {
    display: block;
    width: 160px;
    margin: 0px auto 60px auto;
  }
}
.reset_password .fond .reset_form {
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  width: 540px;
  display: block;
  margin: 0px auto;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .reset_password .fond .reset_form {
    width: 90%;
  }
}
.reset_password .fond .reset_form legend {
  margin-bottom: 30px;
  color: #00698C;
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .reset_password .fond .reset_form legend {
    font-size: 33px;
  }
}
@media screen and (max-width: 1200px) {
  .reset_password .fond .reset_form legend {
    font-size: 31px;
  }
}
@media screen and (max-width: 992px) {
  .reset_password .fond .reset_form legend {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .reset_password .fond .reset_form legend {
    font-size: 27px;
  }
}
@media screen and (max-width: 576px) {
  .reset_password .fond .reset_form legend {
    font-size: 25px;
  }
}
.reset_password .fond .reset_form p {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width: 1200px) {
  .reset_password .fond .reset_form p {
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 992px) {
  .reset_password .fond .reset_form p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .reset_password .fond .reset_form p {
    font-size: 17px;
    line-height: 17px;
  }
}
.reset_password .fond .reset_form label {
  display: none;
}
.reset_password .fond .reset_form input {
  margin-top: 30px;
  border: 1px solid #00698C;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1200px) {
  .reset_password .fond .reset_form input {
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 992px) {
  .reset_password .fond .reset_form input {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .reset_password .fond .reset_form input {
    font-size: 17px;
    line-height: 17px;
  }
}
.reset_password .fond .reset_form input:focus {
  outline: none;
}
.reset_password .fond .reset_form button {
  margin-top: 30px;
  width: 100%;
  text-decoration: none;
  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) {
  .reset_password .fond .reset_form button {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
@media screen and (max-width: 992px) {
  .reset_password .fond .reset_form button {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 26px;
  }
}
@media screen and (max-width: 767px) {
  .reset_password .fond .reset_form button {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 24px;
  }
}
.reset_password .fond .reset_form button:hover {
  background-color: #ffffff;
  color: #00698C;
}

/******************************************/
/*************      COFNIRMATION ENVOI MAIL / RÉINITIALISATION MOT DE PASSE     *************/
/******************************************/
.confirmation_reset_password .fond,
.confirmation_email_reset_password .fond {
  background-color: #DFCD00;
  padding: 100px 0px;
}
@media screen and (max-width: 1200px) {
  .confirmation_reset_password .fond,
  .confirmation_email_reset_password .fond {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 992px) {
  .confirmation_reset_password .fond,
  .confirmation_email_reset_password .fond {
    padding: 60px 0px;
    background-color: #00698C;
    min-height: 100vh;
  }
}
.confirmation_reset_password .fond .logo,
.confirmation_email_reset_password .fond .logo {
  display: none;
}
@media screen and (max-width: 992px) {
  .confirmation_reset_password .fond .logo,
  .confirmation_email_reset_password .fond .logo {
    display: block;
    width: 160px;
    margin: 0px auto 60px auto;
  }
}
.confirmation_reset_password .fond .reset_form,
.confirmation_email_reset_password .fond .reset_form {
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  width: 540px;
  display: block;
  margin: 0px auto;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .confirmation_reset_password .fond .reset_form,
  .confirmation_email_reset_password .fond .reset_form {
    width: 90%;
  }
}
.confirmation_reset_password .fond .reset_form h3,
.confirmation_email_reset_password .fond .reset_form h3 {
  color: green;
  margin-bottom: 30px;
}
.confirmation_reset_password .fond .reset_form p,
.confirmation_reset_password .fond .reset_form a,
.confirmation_email_reset_password .fond .reset_form p,
.confirmation_email_reset_password .fond .reset_form a {
  color: #272727;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .confirmation_reset_password .fond .reset_form p,
  .confirmation_reset_password .fond .reset_form a,
  .confirmation_email_reset_password .fond .reset_form p,
  .confirmation_email_reset_password .fond .reset_form a {
    font-size: 19px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .confirmation_reset_password .fond .reset_form p,
  .confirmation_reset_password .fond .reset_form a,
  .confirmation_email_reset_password .fond .reset_form p,
  .confirmation_email_reset_password .fond .reset_form a {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .confirmation_reset_password .fond .reset_form p,
  .confirmation_reset_password .fond .reset_form a,
  .confirmation_email_reset_password .fond .reset_form p,
  .confirmation_email_reset_password .fond .reset_form a {
    font-size: 17px;
    line-height: 22px;
  }
}

/******************************************/
/*************      INSCRIPTION      *************/
/******************************************/
@media screen and (max-width: 992px) {
  .inscription .hero h1 strong {
    display: none;
  }
}
.inscription .fond {
  background-color: #DFCD00;
  padding: 100px 0px;
}
@media screen and (max-width: 1200px) {
  .inscription .fond {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 992px) {
  .inscription .fond {
    padding: 60px 0px;
    background-color: #00698C;
    min-height: 100vh;
  }
}
.inscription .fond .logo {
  display: none;
}
@media screen and (max-width: 992px) {
  .inscription .fond .logo {
    display: block;
    width: 160px;
    margin: 0px auto 60px auto;
  }
}
.inscription .fond .formulaire,
.inscription .fond .message {
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  width: 540px;
  display: block;
  margin: 0px auto;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .inscription .fond .formulaire,
  .inscription .fond .message {
    width: 90%;
  }
}
.inscription .fond .formulaire h3,
.inscription .fond .message h3 {
  color: #00698C;
  margin-bottom: 30px;
}
.inscription .fond .formulaire form input,
.inscription .fond .message form input {
  display: block;
  margin: 0px auto 25px auto;
  border: 1px solid #00698C;
  border-radius: 20px;
  width: 100%;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1200px) {
  .inscription .fond .formulaire form input,
  .inscription .fond .message form input {
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 992px) {
  .inscription .fond .formulaire form input,
  .inscription .fond .message form input {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .inscription .fond .formulaire form input,
  .inscription .fond .message form input {
    font-size: 17px;
    line-height: 17px;
  }
}
.inscription .fond .formulaire form input::-moz-placeholder, .inscription .fond .message form input::-moz-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
}
.inscription .fond .formulaire form input::placeholder,
.inscription .fond .message form input::placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1200px) {
  .inscription .fond .formulaire form input::-moz-placeholder, .inscription .fond .message form input::-moz-placeholder {
    font-size: 19px;
    line-height: 19px;
  }
  .inscription .fond .formulaire form input::placeholder,
  .inscription .fond .message form input::placeholder {
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 992px) {
  .inscription .fond .formulaire form input::-moz-placeholder, .inscription .fond .message form input::-moz-placeholder {
    font-size: 18px;
    line-height: 18px;
  }
  .inscription .fond .formulaire form input::placeholder,
  .inscription .fond .message form input::placeholder {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .inscription .fond .formulaire form input::-moz-placeholder, .inscription .fond .message form input::-moz-placeholder {
    font-size: 17px;
    line-height: 17px;
  }
  .inscription .fond .formulaire form input::placeholder,
  .inscription .fond .message form input::placeholder {
    font-size: 17px;
    line-height: 17px;
  }
}
.inscription .fond .formulaire form input:focus,
.inscription .fond .message form input:focus {
  outline: none;
  box-shadow: none;
}
.inscription .fond .formulaire input[type=submit],
.inscription .fond .message input[type=submit] {
  margin-top: 40px;
  width: auto;
  text-decoration: none;
  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) {
  .inscription .fond .formulaire input[type=submit],
  .inscription .fond .message input[type=submit] {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
@media screen and (max-width: 992px) {
  .inscription .fond .formulaire input[type=submit],
  .inscription .fond .message input[type=submit] {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 26px;
  }
}
@media screen and (max-width: 767px) {
  .inscription .fond .formulaire input[type=submit],
  .inscription .fond .message input[type=submit] {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 24px;
  }
}
.inscription .fond .formulaire input[type=submit]:hover,
.inscription .fond .message input[type=submit]:hover {
  background-color: #ffffff;
  color: #00698C;
}
.inscription .fond .formulaire .succes h3,
.inscription .fond .message .succes h3 {
  color: green;
}
.inscription .fond .formulaire .succes a,
.inscription .fond .formulaire .succes p,
.inscription .fond .message .succes a,
.inscription .fond .message .succes p {
  color: #272727;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .inscription .fond .formulaire .succes a,
  .inscription .fond .formulaire .succes p,
  .inscription .fond .message .succes a,
  .inscription .fond .message .succes p {
    font-size: 19px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .inscription .fond .formulaire .succes a,
  .inscription .fond .formulaire .succes p,
  .inscription .fond .message .succes a,
  .inscription .fond .message .succes p {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .inscription .fond .formulaire .succes a,
  .inscription .fond .formulaire .succes p,
  .inscription .fond .message .succes a,
  .inscription .fond .message .succes p {
    font-size: 17px;
    line-height: 22px;
  }
}
.inscription .fond .formulaire .echec_mail,
.inscription .fond .formulaire .echec_pseudo,
.inscription .fond .message .echec_mail,
.inscription .fond .message .echec_pseudo {
  margin-bottom: 25px;
}
.inscription .fond .formulaire .echec_mail p,
.inscription .fond .formulaire .echec_pseudo p,
.inscription .fond .message .echec_mail p,
.inscription .fond .message .echec_pseudo p {
  font-weight: 500;
  text-align: left;
  font-size: 14px;
  color: red;
}

/******************************************/
/*************      TABLEAU DE BORD      *************/
/******************************************/
@media screen and (max-width: 992px) {
  .tableau_bord {
    padding-bottom: 67px;
  }
}
@media screen and (max-width: 465px) {
  .tableau_bord {
    padding-bottom: 79px;
  }
}
.tableau_bord .right h2 {
  margin: 60px 60px 30px 60px;
  color: #00698C;
}
@media screen and (max-width: 992px) {
  .tableau_bord .right h2 {
    margin: 60px 50px 30px 50px;
    text-align: center;
    text-transform: none;
  }
}
@media screen and (max-width: 767px) {
  .tableau_bord .right h2 {
    margin: 60px 40px 30px 40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .tableau_bord .right h2 {
    margin: 60px 0px 30px 0px;
    padding: 0px 20px;
    font-size: 25px;
  }
}
.tableau_bord .right .infos {
  margin: 0px 40px;
}
@media screen and (max-width: 992px) {
  .tableau_bord .right .infos {
    margin: 0px 30px 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  .tableau_bord .right .infos {
    margin: 0px 20px 60px 20px;
  }
}
@media screen and (max-width: 576px) {
  .tableau_bord .right .infos {
    margin: 0px 0px 60px 0px;
  }
}
.tableau_bord .right .infos .col-6:first-of-type {
  display: none;
}
@media screen and (max-width: 992px) {
  .tableau_bord .right .infos .col-6:first-of-type {
    display: block;
  }
}
.tableau_bord .right .infos .col-6 {
  margin-top: 30px;
}
.tableau_bord .right .infos .col-6 .info_card {
  margin: 0px 20px;
  padding: 30px 20px;
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 20px;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .tableau_bord .right .infos .col-6 .info_card {
    padding: 25px 15px;
    margin: 0px 15px;
  }
}
@media screen and (max-width: 576px) {
  .tableau_bord .right .infos .col-6 .info_card {
    padding: 20px 10px;
    margin: 0px 10px;
  }
}
.tableau_bord .right .infos .col-6 .info_card img {
  width: 100px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .tableau_bord .right .infos .col-6 .info_card img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .tableau_bord .right .infos .col-6 .info_card img {
    width: 80px;
  }
}
@media screen and (max-width: 576px) {
  .tableau_bord .right .infos .col-6 .info_card img {
    width: 75px;
  }
}
.tableau_bord .right .infos .col-6 .info_card .nombre {
  color: #DFCD00;
  font-weight: 700;
  font-size: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .tableau_bord .right .infos .col-6 .info_card .nombre {
    font-size: 65px;
  }
}
@media screen and (max-width: 1200px) {
  .tableau_bord .right .infos .col-6 .info_card .nombre {
    font-size: 60px;
  }
}
@media screen and (max-width: 992px) {
  .tableau_bord .right .infos .col-6 .info_card .nombre {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .tableau_bord .right .infos .col-6 .info_card .nombre {
    font-size: 50px;
  }
}
@media screen and (max-width: 576px) {
  .tableau_bord .right .infos .col-6 .info_card .nombre {
    font-size: 45px;
  }
}
.tableau_bord .right .infos .col-6 .info_card h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 0px;
  color: #00698C;
}
@media screen and (max-width: 1300px) {
  .tableau_bord .right .infos .col-6 .info_card h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1200px) {
  .tableau_bord .right .infos .col-6 .info_card h3 {
    font-size: 21px;
  }
}

/******************************************/
/*************      MON PROFIL      *************/
/******************************************/
@media screen and (max-width: 992px) {
  .profil {
    padding-bottom: 67px;
  }
}
@media screen and (max-width: 465px) {
  .profil {
    padding-bottom: 79px;
  }
}
.profil .right .bandeau {
  position: relative;
}
.profil .right .bandeau .nom_mobile h1 {
  margin-left: 50px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .profil .right .bandeau .nom_mobile h1 {
    margin-left: 20px;
  }
}
.profil .right .bandeau .nom_mobile h1 em {
  color: #DFCD00;
}
@media screen and (max-width: 992px) {
  .profil .right .bandeau .contenu {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .profil .right .bandeau .contenu {
    right: 0px;
  }
}
.profil .right .bandeau .contenu .ensemble_avatar .avatar {
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .profil .right .bandeau .contenu .ensemble_avatar .avatar {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .profil .right .bandeau .contenu .ensemble_avatar .avatar {
    width: 120px;
  }
}
@media screen and (max-width: 576px) {
  .profil .right .bandeau .contenu .ensemble_avatar .avatar {
    width: 100px;
  }
}
@media screen and (max-width: 992px) {
  .profil .right .bandeau .contenu .ensemble_avatar .grade {
    bottom: -5px;
  }
}
@media screen and (max-width: 576px) {
  .profil .right .bandeau .contenu .ensemble_avatar .grade {
    bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  .profil .right .bandeau .contenu .ensemble_avatar .grade svg {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .profil .right .bandeau .contenu .ensemble_avatar .grade svg {
    width: 40px;
  }
}
@media screen and (max-width: 576px) {
  .profil .right .bandeau .contenu .ensemble_avatar .grade svg {
    width: 30px;
  }
}
.profil .right .contenu_right {
  margin: 0px 60px;
}
@media screen and (max-width: 992px) {
  .profil .right .contenu_right {
    margin: 0px 50px 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .profil .right .contenu_right {
    margin: 0px 40px 60px 40px;
  }
}
@media screen and (max-width: 576px) {
  .profil .right .contenu_right {
    margin: 0px 0px 60px 0px;
    padding: 0px 20px;
  }
}
.profil .right .contenu_right h2 {
  margin: 60px 0px 30px 0px;
  color: #00698C;
}
@media screen and (max-width: 992px) {
  .profil .right .contenu_right h2 {
    text-align: center;
    text-transform: none;
  }
}
@media screen and (max-width: 767px) {
  .profil .right .contenu_right h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .profil .right .contenu_right h2 {
    font-size: 25px;
  }
}
.profil .right .contenu_right .informations form {
  width: 80%;
}
@media screen and (max-width: 1400px) {
  .profil .right .contenu_right .informations form {
    width: 100%;
  }
}
.profil .right .contenu_right .informations form span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .profil .right .contenu_right .informations form span {
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 992px) {
  .profil .right .contenu_right .informations form span {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .profil .right .contenu_right .informations form span {
    font-size: 17px;
    line-height: 17px;
  }
}
.profil .right .contenu_right .informations form input {
  width: 90%;
  border: 0px;
  border-radius: 20px;
  background-color: #F0F2F2;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .profil .right .contenu_right .informations form input {
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 992px) {
  .profil .right .contenu_right .informations form input {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .profil .right .contenu_right .informations form input {
    font-size: 17px;
    line-height: 17px;
  }
}
.profil .right .contenu_right .informations form input::-moz-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.profil .right .contenu_right .informations form input::placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1200px) {
  .profil .right .contenu_right .informations form input::-moz-placeholder {
    font-size: 19px;
    line-height: 19px;
  }
  .profil .right .contenu_right .informations form input::placeholder {
    font-size: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 992px) {
  .profil .right .contenu_right .informations form input::-moz-placeholder {
    font-size: 18px;
    line-height: 18px;
  }
  .profil .right .contenu_right .informations form input::placeholder {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .profil .right .contenu_right .informations form input::-moz-placeholder {
    font-size: 17px;
    line-height: 17px;
  }
  .profil .right .contenu_right .informations form input::placeholder {
    font-size: 17px;
    line-height: 17px;
  }
}
.profil .right .contenu_right .informations form input:focus {
  outline: none;
}
.profil .right .contenu_right .informations form input[type=button] {
  display: table;
  margin: 40px auto 0px auto;
  width: auto;
  text-decoration: none;
  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) {
  .profil .right .contenu_right .informations form input[type=button] {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
@media screen and (max-width: 992px) {
  .profil .right .contenu_right .informations form input[type=button] {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 26px;
  }
}
@media screen and (max-width: 767px) {
  .profil .right .contenu_right .informations form input[type=button] {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 24px;
  }
}
.profil .right .contenu_right .informations form input[type=button]:hover {
  background-color: #ffffff;
  color: #00698C;
}
.profil .right .contenu_right .informations form .error {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: red;
}
@media screen and (max-width: 1200px) {
  .profil .right .contenu_right .informations form .error {
    font-size: 19px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .profil .right .contenu_right .informations form .error {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .profil .right .contenu_right .informations form .error {
    font-size: 17px;
    line-height: 22px;
  }
}
.profil .right .contenu_right .informations form .validate {
  text-align: center;
  margin-top: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: green;
}
@media screen and (max-width: 1200px) {
  .profil .right .contenu_right .informations form .validate {
    font-size: 19px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .profil .right .contenu_right .informations form .validate {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .profil .right .contenu_right .informations form .validate {
    font-size: 17px;
    line-height: 22px;
  }
}
.profil .right .contenu_right .fond_mobile {
  margin-top: 60px;
  padding: 60px 0px;
}
@media screen and (max-width: 992px) {
  .profil .right .contenu_right .fond_mobile {
    background-color: rgba(217, 217, 217, 0.2);
    border-radius: 20px;
  }
}
.profil .right .contenu_right .fond_mobile h2 {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .profil .right .contenu_right .fond_mobile h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .profil .right .contenu_right .fond_mobile h2 {
    font-size: 25px;
  }
}
.profil .right .contenu_right .fond_mobile .avatars .carousel-avatars {
  width: 80%;
  display: block;
  margin: 60px auto 0px auto;
}
@media screen and (max-width: 1600px) {
  .profil .right .contenu_right .fond_mobile .avatars .carousel-avatars {
    width: 95%;
  }
}
.profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .item img {
  border-radius: 50%;
  border: 5px solid rgba(0, 105, 140, 0.2);
  display: block;
  margin: 0px auto;
  width: 200px;
}
@media screen and (max-width: 1400px) {
  .profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .item img {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  .profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .item img {
    width: 120px;
  }
}
.profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .item img:hover {
  cursor: pointer;
  border-color: #DFCD00;
  transition: all 0.2s ease;
}
.profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .item .selected {
  border-color: #DFCD00;
}
.profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .owl-nav button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background-image: url(../../src/img/arrow_carrousel.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-position: cover;
}
.profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .owl-nav button span {
  display: none;
}
.profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .owl-nav button:hover {
  background-image: url(../../src/img/arrow_carrousel_hover.svg);
}
.profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .owl-nav .owl-prev {
  left: -60px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .owl-nav .owl-prev {
    left: -40px;
  }
}
.profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .owl-nav .owl-next {
  right: -60px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .owl-nav .owl-next {
    right: -40px;
  }
}
.profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .owl-dots {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0px 5px;
  border: 1px solid #00698C;
}
.profil .right .contenu_right .fond_mobile .avatars .carousel-avatars .owl-dots .owl-dot.active {
  background-color: #00698C;
}
.profil .right .contenu_right .fond_mobile .avatars .bouton_avatar {
  display: table;
  margin: 80px auto 0px auto;
  width: auto;
  text-decoration: none;
  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) {
  .profil .right .contenu_right .fond_mobile .avatars .bouton_avatar {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
@media screen and (max-width: 992px) {
  .profil .right .contenu_right .fond_mobile .avatars .bouton_avatar {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 26px;
    margin: 50px auto 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .profil .right .contenu_right .fond_mobile .avatars .bouton_avatar {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 24px;
  }
}
.profil .right .contenu_right .fond_mobile .avatars .bouton_avatar:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #00698C;
}
.profil .right .contenu_right .fond_mobile .avatars .validate {
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: green;
}
@media screen and (max-width: 1200px) {
  .profil .right .contenu_right .fond_mobile .avatars .validate {
    font-size: 19px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .profil .right .contenu_right .fond_mobile .avatars .validate {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .profil .right .contenu_right .fond_mobile .avatars .validate {
    font-size: 17px;
    line-height: 22px;
  }
}
.profil .right .contenu_right .fond_mobile .avatars .validate p {
  margin-bottom: 0px;
}

/******************************************/
/*************      MES OBSERVATIONS     *************/
/******************************************/
.page-template-mes-observations {
  position: relative;
}

@media screen and (max-width: 992px) {
  .observations .right .bandeau .contenu {
    display: none;
  }
}
.observations .right .contenu_right {
  margin: 60px 60px 0px 60px;
}
@media screen and (max-width: 992px) {
  .observations .right .contenu_right {
    margin: 0px 50px;
  }
}
@media screen and (max-width: 767px) {
  .observations .right .contenu_right {
    margin: 0px 40px;
  }
}
@media screen and (max-width: 576px) {
  .observations .right .contenu_right {
    margin: 0px;
    padding: 0px 20px;
  }
}
.observations .right .contenu_right .bouton {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .observations .right .contenu_right .bouton {
    margin: 60px auto 0px auto;
  }
}
.observations .right .contenu_right .bouton a {
  color: #ffffff;
  background-color: #00698C;
  border: 2px solid #00698C;
}
.observations .right .contenu_right .bouton a:hover {
  background-color: #ffffff;
  color: #00698C;
}
.observations .right .contenu_right .mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .observations .right .contenu_right .mobile {
    display: table;
  }
}
.observations .right .contenu_right .desktop {
  display: table;
}
@media screen and (max-width: 992px) {
  .observations .right .contenu_right .desktop {
    display: none;
  }
}
.observations .right .contenu_right .libelle {
  margin-top: 30px;
}
.observations .right .contenu_right .libelle p {
  font-weight: 700;
  color: #272727;
  margin-bottom: 0px;
}
.observations .right .contenu_right .guide {
  position: relative;
}
@media screen and (max-width: 992px) {
  .observations .right .contenu_right .guide {
    margin-top: 30px;
  }
}
.observations .right .contenu_right .guide img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .observations .right .contenu_right .guide img {
    display: none;
  }
}
.observations .right .contenu_right .guide .download img {
  position: absolute;
  width: 70px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  .observations .right .contenu_right .guide .download img {
    width: 60px;
    bottom: -30px;
  }
}
@media screen and (max-width: 1200px) {
  .observations .right .contenu_right .guide .download img {
    width: 50px;
    bottom: -25px;
  }
}
@media screen and (max-width: 992px) {
  .observations .right .contenu_right .guide .download img {
    display: block;
    margin: 0px auto;
    width: 60px;
    position: relative;
    left: inherit;
    bottom: inherit;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .observations .right .contenu_right .guide .download img {
    width: 50px;
  }
}
@media screen and (max-width: 576px) {
  .observations .right .contenu_right .guide .download img {
    width: 40px;
  }
}
.observations .right .contenu_right h2 {
  margin: 60px 0px;
  color: #00698C;
}
@media screen and (max-width: 992px) {
  .observations .right .contenu_right h2 {
    text-align: center;
    text-transform: none;
  }
}
@media screen and (max-width: 767px) {
  .observations .right .contenu_right h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .observations .right .contenu_right h2 {
    font-size: 25px;
  }
}
.observations .right .contenu_right .suivi_desktop {
  display: block;
}
@media screen and (max-width: 992px) {
  .observations .right .contenu_right .suivi_desktop {
    display: none;
  }
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item {
  border: 0px;
  background-color: transparent;
  border-radius: 20px;
  margin-bottom: 20px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header {
  background-color: transparent;
  border-radius: 20px;
  border: 0px !important;
  margin: 0px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button {
  border: 0px !important;
  border-radius: 20px;
  background-color: rgba(217, 217, 217, 0.2);
  padding-left: 0px;
  padding: 16px 16px 10px 16px;
  box-shadow: none;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button .row {
  margin: 0px;
  width: 100%;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button .row img {
  margin: 7px 0px;
  width: 55px;
  height: 55px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button .row .plante {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #00698C;
}
@media screen and (max-width: 1200px) {
  .observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button .row .plante {
    font-size: 19px;
    line-height: 19px;
  }
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button .row .etape {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}
@media screen and (max-width: 1200px) {
  .observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button .row .etape {
    font-size: 19px;
    line-height: 24px;
  }
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button .row .vert {
  color: #32A41B;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button .row .orange {
  color: #DF6133;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button .row .rouge {
  color: #E40F0F;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button .row .date {
  margin-right: 30px;
  text-align: right;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #272727;
}
@media screen and (max-width: 1200px) {
  .observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button .row .date {
    font-size: 19px;
    line-height: 19px;
  }
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button[aria-expanded=true] {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button:focus {
  box-shadow: none;
  background-color: rgba(217, 217, 217, 0.2);
  border: 0px !important;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header button:hover {
  background-color: rgba(217, 217, 217, 0.2);
  transition: all 0.2s ease;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-header .accordion-button::after {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300698C'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  background-size: 100%;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse {
  border: 0px !important;
  outline: none !important;
  box-shadow: none !important;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0px 16px 36px 16px;
  background-color: rgba(217, 217, 217, 0.2);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .border_top {
  padding-top: 26px;
  border-top: 2px solid #00698C;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .border_top:nth-of-type(2) {
  margin-left: 24px;
  padding-left: 0px;
}
@media screen and (max-width: 1400px) {
  .observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .border_top:nth-of-type(2) {
    margin: 0px 105px;
    width: calc(100% - 190px);
  }
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .border_top:last-of-type {
  margin-right: 84px;
}
@media screen and (max-width: 1400px) {
  .observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .border_top:last-of-type {
    margin: 0px 105px;
    width: calc(100% - 190px);
    border-top: 0px;
  }
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .width-col {
  width: 55px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body img {
  width: 310px;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .localisation,
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .etapes {
  position: relative;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .localisation img,
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .etapes img {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  -o-object-fit: none;
     object-fit: none;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .localisation {
  margin-bottom: 40px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .localisation img {
  width: 32px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .etapes img {
  width: 37px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .margin {
  padding-left: 60px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .margin .titre {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #00698C;
  margin-bottom: 8px;
  padding-top: 10px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .margin .texte {
  font-weight: 500;
  color: #272727;
  font-size: 15px;
  line-height: 20px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .margin .texte ul {
  padding-left: 0px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .margin .texte ul li {
  font-weight: 500;
  color: #272727;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  list-style: none;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .margin .texte ul li strong {
  font-weight: normal;
  font-weight: 700;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .margin .texte ul li::before {
  content: "•";
  color: #272727;
  font-weight: 500;
  display: inline-block;
  width: 1em;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .bouton {
  margin-top: 40px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .bouton a {
  color: #ffffff;
  background-color: #00698C;
  border: 2px solid #00698C;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .bouton a:hover {
  background-color: #ffffff;
  color: #00698C;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide {
  display: none;
  margin-top: 40px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  transition: all 0.2s ease;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #00698C;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide h3 {
    font-size: 19px;
    line-height: 19px;
  }
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide h3:last-of-type {
  margin-top: 40px;
  margin-bottom: 20px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #272727;
}
@media screen and (max-width: 1200px) {
  .observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide p {
    font-size: 19px;
    line-height: 24px;
  }
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide .form-check {
  margin-bottom: 15px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide .form-check input {
  background-color: #D9D9D9;
  border-radius: 5px;
  background-image: none !important;
  border: 0px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide .form-check input:checked {
  background-color: #D9D9D9;
  background-image: url(../../src/img/checked_input.svg) !important;
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide .form-check input:focus {
  filter: none;
  box-shadow: none;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide .form-check label {
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide .form-check label {
    font-size: 19px;
    line-height: 19px;
  }
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide .form-check:hover {
  cursor: pointer;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide .form-check:hover input:hover,
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide .form-check:hover label:hover {
  cursor: pointer;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide .form-check:first-of-type {
  margin-top: 20px;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide input[type=date] {
  width: auto;
  border: 1px solid #00698C;
  padding: 12px 30px;
  text-align: center;
  border-radius: 30px;
  outline: 0;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide input[type=date] {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide input[type=date]:focus {
  box-shadow: none;
  border: 1px solid #00698C;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide input[type=date]:hover {
  cursor: pointer;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide input[type=button] {
  margin-top: 40px;
  text-decoration: none;
  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) {
  .observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide input[type=button] {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_hide input[type=button]:hover {
  background-color: #ffffff;
  color: #00698C;
}
.observations .right .contenu_right .suivi_desktop .accordion .accordion-item .accordion-collapse .accordion-body .form_visible {
  display: block;
}
.observations .right .contenu_right .suivi_mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .observations .right .contenu_right .suivi_mobile {
    display: block;
  }
}
.observations .right .contenu_right .suivi_mobile .observation {
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: rgba(217, 217, 217, 0.2);
  padding: 16px;
}
.observations .right .contenu_right .suivi_mobile .observation img {
  margin: 7px 0px;
  width: 55px;
  height: 55px;
}
.observations .right .contenu_right .suivi_mobile .observation .plante {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #00698C;
}
@media screen and (max-width: 767px) {
  .observations .right .contenu_right .suivi_mobile .observation .plante {
    font-size: 17px;
    line-height: 17px;
  }
}
@media screen and (max-width: 576px) {
  .observations .right .contenu_right .suivi_mobile .observation .plante {
    font-size: 16px;
    line-height: 16px;
  }
}
.observations .right .contenu_right .suivi_mobile .observation .etape {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  .observations .right .contenu_right .suivi_mobile .observation .etape {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .observations .right .contenu_right .suivi_mobile .observation .etape {
    font-size: 16px;
    line-height: 21px;
  }
}
.observations .right .contenu_right .suivi_mobile .observation .vert {
  color: #32A41B;
}
.observations .right .contenu_right .suivi_mobile .observation .orange {
  color: #DF6133;
}
.observations .right .contenu_right .suivi_mobile .observation .rouge {
  color: #E40F0F;
}
.observations .right .contenu_right .suivi_mobile .observation .date {
  display: inline-block;
  margin-right: 30px;
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .observations .right .contenu_right .suivi_mobile .observation .date {
    font-size: 17px;
    line-height: 17px;
  }
}
@media screen and (max-width: 576px) {
  .observations .right .contenu_right .suivi_mobile .observation .date {
    font-size: 16px;
    line-height: 16px;
  }
}
.observations .right .contenu_right .suivi_mobile .observation .arrow {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .observations .right .contenu_right .suivi_mobile .observation .arrow {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 576px) {
  .observations .right .contenu_right .suivi_mobile .observation .arrow {
    width: 20px;
    height: 20px;
  }
}
.observations .right .contenu_right .suivi_mobile .observation:hover {
  cursor: pointer;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab {
  z-index: 1200;
  top: -103px;
  right: -100%;
  position: absolute;
  width: 100%;
  height: calc(100% + 103px);
  background-color: #ffffff;
  transition: all 0.2s ease;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .link {
  position: absolute;
  top: 60px;
  left: 15px;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .link svg {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 40px;
  height: auto;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .link svg circle {
  fill: #00698C;
  transition: all 0.2s ease;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .link h3 {
  display: inline-block;
  color: #00698C;
  margin-left: 10px !important;
  transition: all 0.2s ease;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .link:hover {
  cursor: pointer;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .link:hover svg circle {
  fill: #DFCD00;
  transition: all 0.2s ease;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .link:hover h3 {
  color: #DFCD00;
  transition: all 0.2s ease;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content {
  padding: 100px 30px 60px 30px;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .plante {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .observations .right .contenu_right .suivi_mobile .suivi_tab .content .plante {
    font-size: 17px;
    line-height: 17px;
  }
}
@media screen and (max-width: 576px) {
  .observations .right .contenu_right .suivi_mobile .suivi_tab .content .plante {
    font-size: 16px;
    line-height: 16px;
  }
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .bouton {
  margin: 20px 0px 0px 40px;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .bouton a {
  color: #ffffff;
  background-color: #00698C;
  border: 2px solid #00698C;
}
@media screen and (max-width: 576px) {
  .observations .right .contenu_right .suivi_mobile .suivi_tab .content .bouton a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 24px;
  }
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .bouton a:hover {
  background-color: #ffffff;
  color: #00698C;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content img {
  display: block;
  width: 665px;
  height: 665px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .observations .right .contenu_right .suivi_mobile .suivi_tab .content img {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 576px) {
  .observations .right .contenu_right .suivi_mobile .suivi_tab .content img {
    width: 300px;
    height: 300px;
  }
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .localisation,
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .etapes {
  position: relative;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .localisation img,
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .etapes img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0px;
  height: auto;
  -o-object-fit: none;
     object-fit: none;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .localisation {
  margin-bottom: 40px;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .localisation img {
  width: 32px;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .etapes img {
  width: 37px;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .margin {
  padding-left: 60px;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .margin .titre {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #00698C;
  margin-bottom: 8px;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .margin .texte {
  font-weight: 500;
  color: #272727;
  font-size: 15px;
  line-height: 20px;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .margin .texte ul {
  padding-left: 0px;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .margin .texte ul li {
  font-weight: 500;
  color: #272727;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  list-style: none;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .margin .texte ul li strong {
  font-weight: normal;
  font-weight: 700;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab .content .margin .texte ul li::before {
  content: "•";
  color: #272727;
  font-weight: 500;
  display: inline-block;
  width: 1em;
}
.observations .right .contenu_right .suivi_mobile .suivi_tab_visible {
  right: 0;
  transition: all 0.2s ease;
}
.observations .right .contenu_right .suivi_mobile .observation_tab {
  z-index: 1400;
  top: -103px;
  right: -100%;
  position: absolute;
  width: 100%;
  height: calc(100% + 103px);
  background-color: #ffffff;
  transition: all 0.2s ease;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .link {
  position: absolute;
  top: 60px;
  left: 15px;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .link svg {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 40px;
  height: auto;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .link svg circle {
  fill: #00698C;
  transition: all 0.2s ease;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .link h3 {
  display: inline-block;
  color: #00698C;
  margin-left: 10px;
  transition: all 0.2s ease;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .link:hover {
  cursor: pointer;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .link:hover svg circle {
  fill: #DFCD00;
  transition: all 0.2s ease;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .link:hover h3 {
  color: #DFCD00;
  transition: all 0.2s ease;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width {
  padding: 60px 30px;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width h3 {
  color: #00698C;
  margin-left: 40px;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form {
  margin-top: 60px;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date {
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 20px;
  padding: 25px;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape h3,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date h3 {
  margin-left: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #00698C;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape h3,
  .observations .right .contenu_right .suivi_mobile .observation_tab .width form .date h3 {
    font-size: 17px;
    line-height: 17px;
  }
}
@media screen and (max-width: 576px) {
  .observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape h3,
  .observations .right .contenu_right .suivi_mobile .observation_tab .width form .date h3 {
    font-size: 16px;
    line-height: 16px;
  }
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape p,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape p,
  .observations .right .contenu_right .suivi_mobile .observation_tab .width form .date p {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape p,
  .observations .right .contenu_right .suivi_mobile .observation_tab .width form .date p {
    font-size: 16px;
    line-height: 21px;
  }
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape .form-check input,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date .form-check input {
  background-color: transparent;
  border: 1px solid #A8A8A7;
  background-image: url(../../src/img/round_grey.svg);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: top 1px center;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape .form-check input:checked,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date .form-check input:checked {
  border: 1px solid #00698C;
  background-image: url(../../src/img/round_blue.svg);
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape .form-check input:focus,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date .form-check input:focus {
  filter: none;
  box-shadow: none;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape .form-check label,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date .form-check label {
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape .form-check label,
  .observations .right .contenu_right .suivi_mobile .observation_tab .width form .date .form-check label {
    font-size: 19px;
    line-height: 19px;
  }
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape .form-check:hover,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date .form-check:hover {
  cursor: pointer;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape .form-check:hover input:hover,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape .form-check:hover label:hover,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date .form-check:hover input:hover,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date .form-check:hover label:hover {
  cursor: pointer;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape .form-check:first-of-type,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date .form-check:first-of-type {
  margin-top: 20px;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape input[type=date],
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date input[type=date] {
  display: block;
  margin: 20px auto 0px auto;
  width: auto;
  border: 1px solid #00698C;
  padding: 12px 30px;
  text-align: center;
  border-radius: 30px;
  outline: 0;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape input[type=date],
  .observations .right .contenu_right .suivi_mobile .observation_tab .width form .date input[type=date] {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape input[type=date]:focus,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date input[type=date]:focus {
  box-shadow: none;
  border: 1px solid #00698C;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape input[type=date]:hover,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date input[type=date]:hover {
  cursor: pointer;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .etape input[type=date]::-webkit-calendar-picker-indicator,
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form .date {
  margin-top: 20px;
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form input[type=button] {
  display: table;
  margin: 40px auto 0px auto;
  text-decoration: none;
  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) {
  .observations .right .contenu_right .suivi_mobile .observation_tab .width form input[type=button] {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
.observations .right .contenu_right .suivi_mobile .observation_tab .width form input[type=button]:hover {
  background-color: #ffffff;
  color: #00698C;
}
.observations .right .contenu_right .suivi_mobile .observation_tab_visible {
  right: 0;
  transition: all 0.2s ease;
}

/******************************************/
/*************      MES VIGILANCES POLLENS     *************/
/******************************************/
@media screen and (max-width: 992px) {
  .vigilances {
    padding-bottom: 67px;
  }
}
@media screen and (max-width: 465px) {
  .vigilances {
    padding-bottom: 79px;
  }
}
@media screen and (max-width: 992px) {
  .vigilances .right .bandeau .contenu {
    display: none;
  }
}
.vigilances .right .contenu_right {
  margin: 60px 60px 0px 60px;
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right {
    margin: 0px 50px;
  }
}
@media screen and (max-width: 767px) {
  .vigilances .right .contenu_right {
    margin: 0px 40px;
  }
}
@media screen and (max-width: 576px) {
  .vigilances .right .contenu_right {
    margin: 0px 0px 60px 0px;
    padding: 0px 20px;
  }
}
.vigilances .right .contenu_right .application {
  display: block;
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .application {
    display: none;
  }
}
.vigilances .right .contenu_right .application .right {
  text-align: right;
}
.vigilances .right .contenu_right .application .right h1,
.vigilances .right .contenu_right .application .right h2,
.vigilances .right .contenu_right .application .right h3,
.vigilances .right .contenu_right .application .right p {
  color: #00698C;
}
.vigilances .right .contenu_right .application .right .bouton {
  display: table;
  margin-left: auto;
  margin-top: 40px;
}
.vigilances .right .contenu_right .application img {
  display: block;
  width: 80%;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .vigilances .right .contenu_right .application img {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .plantes {
    background-color: rgba(217, 217, 217, 0.2);
    border-radius: 20px;
    padding: 25px;
    margin-top: 60px;
  }
}
.vigilances .right .contenu_right .plantes h2 {
  margin: 60px 0px 30px 0px;
  color: #00698C;
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .plantes h2 {
    text-transform: none;
    margin: 0px 0px 30px 0px;
  }
}
@media screen and (max-width: 767px) {
  .vigilances .right .contenu_right .plantes h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .vigilances .right .contenu_right .plantes h2 {
    font-size: 25px;
  }
}
.vigilances .right .contenu_right .plantes p {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #272727;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .vigilances .right .contenu_right .plantes p {
    font-size: 19px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .plantes p {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .vigilances .right .contenu_right .plantes p {
    font-size: 17px;
    line-height: 22px;
  }
}
.vigilances .right .contenu_right .plantes .liste_desktop {
  display: block;
  margin-top: 60px;
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .plantes .liste_desktop {
    display: none;
  }
}
.vigilances .right .contenu_right .plantes .liste_desktop .form-check {
  margin-bottom: 15px;
  display: table;
}
.vigilances .right .contenu_right .plantes .liste_desktop .form-check input {
  background-color: #D9D9D9;
  border-radius: 5px;
  background-image: none !important;
  border: 0px;
}
.vigilances .right .contenu_right .plantes .liste_desktop .form-check input:checked {
  background-color: #D9D9D9;
  background-image: url(../../src/img/checked_input.svg) !important;
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}
.vigilances .right .contenu_right .plantes .liste_desktop .form-check input:focus {
  filter: none;
  box-shadow: none;
}
.vigilances .right .contenu_right .plantes .liste_desktop .form-check label {
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .vigilances .right .contenu_right .plantes .liste_desktop .form-check label {
    font-size: 19px;
    line-height: 19px;
  }
}
.vigilances .right .contenu_right .plantes .liste_desktop .form-check:hover {
  cursor: pointer;
}
.vigilances .right .contenu_right .plantes .liste_desktop .form-check:hover input:hover,
.vigilances .right .contenu_right .plantes .liste_desktop .form-check:hover label:hover {
  cursor: pointer;
}
.vigilances .right .contenu_right .plantes .liste_mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .plantes .liste_mobile {
    display: block;
  }
}
.vigilances .right .contenu_right .plantes .liste_mobile .form-check {
  width: 80%;
  display: block;
  margin: 25px auto;
  position: relative;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .vigilances .right .contenu_right .plantes .liste_mobile .form-check {
    width: 85%;
  }
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .plantes .liste_mobile .form-check {
    width: 90%;
  }
}
.vigilances .right .contenu_right .plantes .liste_mobile .form-check label {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .vigilances .right .contenu_right .plantes .liste_mobile .form-check label {
    font-size: 17px;
    line-height: 17px;
  }
}
@media screen and (max-width: 576px) {
  .vigilances .right .contenu_right .plantes .liste_mobile .form-check label {
    font-size: 16px;
    line-height: 16px;
    padding-right: 80px;
  }
}
.vigilances .right .contenu_right .plantes .liste_mobile .form-check input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 30px;
  background-color: #BCBCBC;
  margin: 0px;
  border: 0px;
  background-image: url(../../src/img/round.svg);
}
.vigilances .right .contenu_right .plantes .liste_mobile .form-check input:checked {
  background-color: #00698C;
  background-image: url(../../src/img/round.svg);
}
.vigilances .right .contenu_right .plantes .liste_mobile .form-check input:focus {
  filter: none;
  box-shadow: none;
  background-image: url(../../src/img/round.svg);
}
.vigilances .right .contenu_right .plantes .bouton_plantes {
  display: table;
  text-align: center;
  width: 20%;
  margin-top: 80px;
  text-decoration: none;
  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) {
  .vigilances .right .contenu_right .plantes .bouton_plantes {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .plantes .bouton_plantes {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 26px;
    margin: 50px auto 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .vigilances .right .contenu_right .plantes .bouton_plantes {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 24px;
  }
}
.vigilances .right .contenu_right .plantes .bouton_plantes:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #00698C;
}
.vigilances .right .contenu_right .plantes .validation_plantes p {
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #32A41B;
}
@media screen and (max-width: 1200px) {
  .vigilances .right .contenu_right .plantes .validation_plantes p {
    font-size: 19px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .plantes .validation_plantes p {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .vigilances .right .contenu_right .plantes .validation_plantes p {
    font-size: 17px;
    line-height: 22px;
  }
}
.vigilances .right .contenu_right .bulletin {
  padding-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .bulletin {
    background-color: rgba(217, 217, 217, 0.2);
    border-radius: 20px;
    padding: 25px;
    margin: 60px 0px;
  }
}
.vigilances .right .contenu_right .bulletin h2 {
  margin: 60px 0px 30px 0px;
  color: #00698C;
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .bulletin h2 {
    text-transform: none;
    margin: 0px 0px 30px 0px;
  }
}
@media screen and (max-width: 767px) {
  .vigilances .right .contenu_right .bulletin h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .vigilances .right .contenu_right .bulletin h2 {
    font-size: 25px;
  }
}
.vigilances .right .contenu_right .bulletin .form_bulletin_desktop {
  margin-bottom: 15px;
  display: table;
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .bulletin .form_bulletin_desktop {
    display: none;
  }
}
.vigilances .right .contenu_right .bulletin .form_bulletin_desktop input {
  background-color: #D9D9D9;
  border-radius: 5px;
  background-image: none !important;
  border: 0px;
}
.vigilances .right .contenu_right .bulletin .form_bulletin_desktop input:checked {
  background-color: #D9D9D9;
  background-image: url(../../src/img/checked_input.svg) !important;
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}
.vigilances .right .contenu_right .bulletin .form_bulletin_desktop input:focus {
  filter: none;
  box-shadow: none;
}
.vigilances .right .contenu_right .bulletin .form_bulletin_desktop label {
  margin-left: 5px;
  margin-top: 5px;
}
.vigilances .right .contenu_right .bulletin .form_bulletin_desktop label p {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .vigilances .right .contenu_right .bulletin .form_bulletin_desktop label p {
    font-size: 19px;
    line-height: 24px;
  }
}
.vigilances .right .contenu_right .bulletin .form_bulletin_desktop label ul {
  padding-left: 0px;
}
.vigilances .right .contenu_right .bulletin .form_bulletin_desktop label ul li {
  font-weight: 500;
  color: #272727;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .vigilances .right .contenu_right .bulletin .form_bulletin_desktop label ul li {
    font-size: 19px;
    line-height: 24px;
  }
}
.vigilances .right .contenu_right .bulletin .form_bulletin_desktop label ul li::before {
  content: "•";
  color: #272727;
  font-weight: 500;
  display: inline-block;
  width: 1em;
}
.vigilances .right .contenu_right .bulletin .form_bulletin_desktop:hover {
  cursor: pointer;
}
.vigilances .right .contenu_right .bulletin .form_bulletin_desktop:hover input:hover,
.vigilances .right .contenu_right .bulletin .form_bulletin_desktop:hover label:hover {
  cursor: pointer;
}
.vigilances .right .contenu_right .bulletin .form_bulletin_mobile {
  width: 100%;
  margin: 25px 0px;
  position: relative;
  padding: 0px;
  display: none;
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .bulletin .form_bulletin_mobile {
    display: table;
  }
}
@media screen and (max-width: 576px) {
  .vigilances .right .contenu_right .bulletin .form_bulletin_mobile label {
    padding-right: 80px;
  }
}
.vigilances .right .contenu_right .bulletin .form_bulletin_mobile label p {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .vigilances .right .contenu_right .bulletin .form_bulletin_mobile label p {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .vigilances .right .contenu_right .bulletin .form_bulletin_mobile label p {
    font-size: 16px;
    line-height: 21px;
  }
}
.vigilances .right .contenu_right .bulletin .form_bulletin_mobile label ul {
  padding-left: 0px;
}
.vigilances .right .contenu_right .bulletin .form_bulletin_mobile label ul li {
  font-weight: 500;
  color: #272727;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .vigilances .right .contenu_right .bulletin .form_bulletin_mobile label ul li {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .vigilances .right .contenu_right .bulletin .form_bulletin_mobile label ul li {
    font-size: 16px;
    line-height: 21px;
  }
}
.vigilances .right .contenu_right .bulletin .form_bulletin_mobile label ul li::before {
  content: "•";
  color: #272727;
  font-weight: 500;
  display: inline-block;
  width: 1em;
}
.vigilances .right .contenu_right .bulletin .form_bulletin_mobile input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 30px;
  background-color: #BCBCBC;
  margin: 0px;
  border: 0px;
  background-image: url(../../src/img/round.svg);
}
.vigilances .right .contenu_right .bulletin .form_bulletin_mobile input:checked {
  background-color: #00698C;
  background-image: url(../../src/img/round.svg);
}
.vigilances .right .contenu_right .bulletin .form_bulletin_mobile input:focus {
  filter: none;
  box-shadow: none;
  background-image: url(../../src/img/round.svg);
}
.vigilances .right .contenu_right .bulletin .bouton_bulletin {
  display: table;
  text-align: center;
  margin-top: 45px;
  text-decoration: none;
  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) {
  .vigilances .right .contenu_right .bulletin .bouton_bulletin {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 28px;
  }
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .bulletin .bouton_bulletin {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 26px;
    margin: 45px auto 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .vigilances .right .contenu_right .bulletin .bouton_bulletin {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 24px;
  }
}
@media screen and (max-width: 576px) {
  .vigilances .right .contenu_right .bulletin .bouton_bulletin {
    line-height: 22px;
  }
}
.vigilances .right .contenu_right .bulletin .bouton_bulletin:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #00698C;
}
.vigilances .right .contenu_right .bulletin .validation_bulletin p {
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #32A41B;
}
@media screen and (max-width: 1200px) {
  .vigilances .right .contenu_right .bulletin .validation_bulletin p {
    font-size: 19px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .vigilances .right .contenu_right .bulletin .validation_bulletin p {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .vigilances .right .contenu_right .bulletin .validation_bulletin p {
    font-size: 17px;
    line-height: 22px;
  }
}/*# sourceMappingURL=utilisateur.css.map */