/*
 Theme Name:   Mon thème enfant
 Theme URI:    https://www.elegantthemes.com
 Description:  Description de mon thème enfant
 Author:       Juliette LEBRETON
 Author URI:   https://bristol.fr
 Template:     Divi
 Version:      4.4.3
*/
/* espace avant extension accessibilite*/
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    margin-top:30px !important;
}

input#wpbdp-main-box-keyword-field{
    color:tomato !important;
}

/* Faire sautiller la flèche de défilement */

span.sayit {
background:none !important;
color:#3a3a3a !important;
}

/* ########################################## */
.menu-style-vert .et-menu {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;   /* Empêche les retours à la ligne */
  overflow-x: auto;               /* Permet un scroll horizontal si besoin */
  gap: 4px;                      /* Espace réduit entre onglets */
}

.menu-style-vert .et-menu > li {
  margin: 0 !important;           /* Supprime marges qui cassent la ligne */
  min-width: 80px;                /* Largeur minimale pour lisibilité */
  flex-shrink: 0;                 /* Empêche réduction trop forte */
}

.menu-style-vert .et-menu > li > a {
  padding: 10px !important;       /* Padding 10px tout autour */
  font-size: 13px !important;
  white-space: nowrap !important;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
}

/* Onglets verts */
.menu-style-vert .et-menu > li:not(.menu-purple) > a {
  background-color: #077235;
  color: #ffffff;
}

.menu-style-vert .et-menu > li:not(.menu-purple) > a:hover {
  background-color: #ffffff;
  color: #077235;
  border: 1px solid #077235;
}

/* Bouton violet */
.menu-style-vert .et-menu > li.menu-purple {
  min-width: 90px;   /* Un peu plus large */
  flex-shrink: 0;
}

.menu-style-vert .et-menu > li.menu-purple > a {
  background-color: #8860a6;
  color: #ffffff;
  padding: 10px !important;       /* Padding 10px tout autour */
}

.menu-style-vert .et-menu > li.menu-purple > a:hover {
  background-color: #ffffff;
  color: #8860a6;
  border: 1px solid #8860a6;
}

/* ##############################################################################  */


/* Texte dans rond page etre soutenu en essonne */
.texte-rond-identique {
  width: 220px;
  height: 220px;
  background-color: #f3d3db; /* Couleur rose */
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  padding: 10px;
  margin: auto;
  word-wrap: break-word;
}

/* Uniformisation affichage logo boite a outils */
/* Logos 1 */
.logo-galerie img,
.logo-galerie2 img {
  max-height: 150px; /* ajuste selon les besoins */
  width: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  cursor: pointer;
}

.logo-galerie2 img {
  max-height: 200px;
}

.logo-galerie img:hover,
.logo-galerie2 img:hover {
  transform: scale(1.15) translateY(-5px);
  opacity: 0.9;
}