/*!
Theme Name: Lettre d'Amazonie
Description: Thème enfant de Divi
Author: Fabien Buchillot
Template: Divi 5
Version: 2.0
*/

/* Point de rupture du menu */
@media (max-width: 1200px) {
 #et_mobile_nav_menu {
 display: block;
 }
#top-menu {
 display: none;
 }
 }


/* Cacher reCaptcha */
.grecaptcha-badge {
    visibility: collapse !important;
}

.centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;

/* Et les déclinaisons avec préfixes pour obtenir un résultat homogène sur les divers navigateurs  */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
}

/* clignotement */
.clignote {
  color:white;
  animation: clignote 3s linear infinite;
}
@keyframes clignote {  
  50% { opacity: 0; }
}

/* blog nouvelles */
#blog_nouvelles .et_pb_post {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* afficher la lettre */
.couv_lettre .entry-featured-image-url {
  padding-top: calc(297 / 210 * 100%);
}

.couv_lettre  .entry-featured-image-url img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: initial;
}


/* page des nouvelles */
#nouvelle .entry-title, #nouvelle .post-meta, #nouvelle .post-content {
	margin-right: 18px;
	margin-left: 18px;
}
#nouvelle .et_pb_post {
	margin-bottom: 18px;
}

/* Ombre couverture */
.ombre_couv {
  box-shadow: 0px 0px 12px #000;
}

/* Bouton revue */
._df_button {
		background-color:#1c5900 !important;
}