/**
 * GENERAL
 */

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
section:not(#banniere, #contact, #slogan) {
  padding-top: 6vh;
  padding-bottom: 6vh;
}
.row {
  margin-left: 1px;
  margin-right: 1px;
}

/**
  * TITRE SECTION
  */

h2 {
  padding-bottom: 20px;
  font-weight: bold;
  color: #046197;
  font-size: 38px !important;
  letter-spacing: -2px;
  text-align: center;
}

h2::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 6%;
  right: 47%;
  border-bottom: 3px solid #046197;
}

.titre-section {
  padding-bottom: 50px;
}

/**
  * BANDEAU SUPERIEUR
  */

.bandeau-sup img {
  max-height: 60px;
  transition: opacity 400ms;
}
.bandeau-sup img:hover {
  opacity: 0.7;
}
.ariane {
  font-size: 20px;
  font-weight: bold;
}
.bloc-logo .bloc-connexion {
  padding: 15px;
}

/*
.bloc-connexion .form-input {
  color: black;
  height: 34px;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  vertical-align: middle;
}

.bloc-connexion a {
  color: white;
  font-size: 16px;
  line-height: 34px;
}
.bloc-connexion a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.bloc-connexion .login {
  max-width: 180px;
}
.bloc-connexion .password {
  max-width: 110px;
}
.bloc-langue .bold {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
.bloc-langue .bold:hover {
  font-weight: bold;
  text-decoration: none;
}
.bloc-langue a {
  cursor: pointer;
  font-size: 14px;
  color: white;
  text-decoration: none;
  padding: 0 5px;
}
.bloc-langue a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .bandeau-sup {
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 20px;
  }
  .bloc-logo-connexion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .bloc-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .bloc-langue {
    text-align: right;
  }
  .bloc-logo,
  .bloc-connexion,
  .bloc-langue {
    padding: 0 30px;
  }
  .ariane {
    margin-top: 8px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .bandeau-sup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .bloc-logo-connexion {
    display: flex;
    flex-direction: column;
  }
  .bloc-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .bloc-langue {
    text-align: right;
  }
  .bloc-logo,
  .bloc-connexion,
  .bloc-langue {
    padding: 0 30px;
  }
  .ariane {
    margin-top: 8px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .bandeau-sup {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
  .bloc-logo-connexion {
    display: flex;
    flex-direction: column-reverse;
  }
  .bloc-connexion {
    text-align: center;
  }
  .bloc-logo {
    display: flex;
    flex-direction: column;
  }
  .bloc-logo,
  .bloc-connexion,
  .bloc-langue {
    padding-top: 10px;
  }
  .ariane {
    margin: 0;
    padding: 0;
  }
}
*/

/**
  * CONNEXION
   */

.connexion {
  display: flex;
  flex-direction: row-reverse;
}

.connexion .form-input {
  color: black;
  height: 34px;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  vertical-align: middle;
}

.connexion a {
  color: white;
  font-size: 16px;
  line-height: 34px;
}
.connexion a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.connexion .login {
  max-width: 180px;
}
.connexion .password {
  max-width: 110px;
}

@media (min-width: 768px) {
  .connexion a {
    padding-left: 20px;
  }
}

/**
  * BANNIERE
  */

.banniere-habilitations {
  background: url('../../../images_mh/fond-habilitations.webp') no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#banniere .filtre {
  color: #fff;
  background: #012e47c9;
  background-size: cover;
}
#banniere #texte-intro {
  padding: 1% 5%;
  letter-spacing: -1px;
  line-height: 1.5;
}
#banniere #texte-intro h1 {
  font-weight: bold;
  text-align: center;
}
#banniere #texte-intro h3 {
  margin: 0;
  text-align: center;
}

@media only screen and (max-width: 460px) {
  #banniere #texte-intro h1 {
    font-size: 30px;
  }
  #banniere #texte-intro h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 460px) {
  #banniere #texte-intro h1 {
    font-size: 30px;
  }
  #banniere #texte-intro h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #banniere #texte-intro h1 {
    font-size: 40px;
  }
  #banniere #texte-intro h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  #banniere #texte-intro h1 {
    font-size: 55px;
  }
  #banniere #texte-intro h3 {
    font-size: 35px;
  }
}

/**
  * FLECHE
  */

.go_top {
  background: url('../../../images_monhabilitation_blog/top.png') no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: 50% 50%;
  position: fixed;
  width: 70px;
  height: 60px;
  bottom: 0;
  right: 1.5%;
  transition: background-color 400ms;
}

.go_top:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/**
  * CALL TO ACTION
  */

.btn-call-action {
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-call-action a {
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  color: white;
  width: fit-content;
  text-decoration: none;
}

.btn-call-action a {
  background-color: #023456;
  background-image: linear-gradient(90deg, #046197, #ffffff00);
  transition: background-color 200ms;
}

.btn-call-action a:hover {
  background-color: #3090c9;
}

/**
  * ERREUR
  */

#erreur h3 {
  font-weight: bold;
  font-size: 35px;
  letter-spacing: -2px;
  color: #046197;
}
#erreur h4 {
  font-weight: 300;
  font-size: 25px;
}

/**
 * CONTACT
 */

#contact {
  /*background: url('../images_leaneo/fond-contact.png');*/
  background-size: cover;
  background-attachment: fixed;
  /*min-height: 265px;*/
}

/*
 #contact .filtre {
   color: white;
   height: 190px;
   background: rgba(0, 61, 96, 0.75);
   background-size: cover;
 }
 
 #contact .coordonnees {
   font-size: 20px;
 }
 
 #contact .coordonnees h3 {
   padding: 40px 0 20px 0;
   margin-top: 0;
   font-size: 28px;
   line-height: 1.6;
   letter-spacing: -1px;
   font-weight: bold;
 }
 
 .dummymail,
 .dummytel {
   unicode-bidi: bidi-override;
   direction: rtl;
   padding: 15px 0;
 }
 
 .dummymail:hover,
 .dummytel:hover {
   cursor: pointer;
   text-decoration: underline;
 }
 
 #contact .adresse {
   padding-top: 40px;
   padding-bottom: 40px;
   font-size: 20px;
 }
 
 #contact .adresse a {
   color: white;
 }
 
 #contact .adresse img {
   margin: 15px 0;
 }
 
 #contact .adresse img:hover {
   cursor: pointer;
   opacity: 0.7;
 }*/

.row-flex {
  display: flex;
  flex-direction: row;
  align-items: center; /*align to the cross axis*/
  justify-content: center; /*align to the main axis*/
}

.white-hyperlink,
.white-hyperlink:hover {
  color: white;
}
