/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.about-author{display:none !important;}
.fusion-sharing-box{display:none !important;}

body a {
  font-weight: 600;
  text-decoration: underline;
}
/******************* FIGURE (VISUELS SIMPLES) *******************/
figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1rem 0;
}

figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 3px;
  border-radius: 4px;
}

figure figcaption {
  text-align: center;
  margin: 0;
  font-size: 0.95rem;
  color: #7c6853;
}

/******************* MEDIA TEXTE + IMAGE (GÉNÉRIQUE) *******************/
.yo-media {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  margin: 1.5rem 0;
  padding: 1.2rem;
  background-color: #f5f3ee;
  border-left: 3px solid #c4913b;
  border-radius: 4px;
}

.yo-media--left .yo-media__image { 
  order: 0; 
}

.yo-media--right .yo-media__image { 
  order: 1; 
}

.yo-media__image {
  flex: 0 0 35%;
}

.yo-media__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  max-width: 100%;
}

.yo-media__content {
  flex: 1;
  color: #3a3a3a;
  font-size: 1rem;
  line-height: 1.6;
}

.yo-media__content a {
  color: #c4913b;
  text-decoration: underline;
}

.yo-media__content a:hover {
  color: #9a6f28;
}

@media (max-width: 768px) {
  .yo-media {
    flex-direction: column;
  }

  .yo-media__image {
    flex: none;
    width: 100%;
  }
}
/******************* ENCADRÉ "À RETENIR" *******************/
.yo-encadre {
  background-color: #f5f3ee;
  border-left: 3px solid #c4913b;
  padding: 1rem 1.2rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.yo-encadre__titre {
  margin: 0 0 0.5rem 0;
  font-weight: bold;
  color: #c4913b;
}

.yo-encadre ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #3a3a3a;
}

.yo-encadre li {
  margin-bottom: 0.3rem;
}