/*ih26*/
#ih26 .desc-balado:focus {outline: 2px solid #000;}
#ih26 p{margin-bottom: 1rem;}
#ih26 p:last-child{margin-bottom: 0;}
a.cadre-blanc-question {background-color: rgba(255, 255, 255, 0.85);}
a:hover.cadre-blanc-question {background-color: rgba(255, 255, 255, 1);}
a.cadre-blanc-question p  {color: #000;}
a:hover.cadre-blanc-question p  {color: #000;}
.cadre-blanc-question p strong { color: #104F90; }
.cadre-blanc-question h2 {color: #104F90; font-size: 1.75rem; margin-bottom: 1rem; }

.tw-bg-primary-ih h1{color: #fff; font-size: 2.25rem; margin-bottom: 1rem; text-transform: uppercase;}
.tw-bg-primary-ih h2{color: #fff; font-size: 1.75rem; margin-bottom: 1rem; }
.tw-bg-primary-ih h3{color: #fff; font-size: 1.675rem; margin-bottom: 1rem; ;}
.tw-bg-primary-ih h4{color: #fff; font-size: 1.5rem; margin-bottom: 1rem; }
.tw-bg-primary-ih h5{color: #fff; font-size: 1.25rem; margin-bottom: 1rem; }

.cadre-blanc p a {text-decoration: underline; color: #104F90; font-weight: semibold;}
.cadre-blanc p a:hover {color: #0e00c1; }
.cadre-blanc p strong { color: #104F90; }

.cadre-blanc ul li{list-style: disc; margin-left: 1.25rem; margin-bottom: 0.5rem;}
.cadre-blanc ul li::marker {color: #104F90; }
.cadre-blanc ul li:last-child {margin-bottom: 0;}

.cadre-blanc ol li::marker {color: #104F90; }
.cadre-blanc ol li{list-style: decimal; margin-left: 1.25rem; margin-bottom: 0.5rem;}
.cadre-blanc ol li:last-child {margin-bottom: 0;}


#ih26 .cadre-blanc {background-color: rgba(255, 255, 255, 0.85); border: none; }

#ih26 .shadow-cadre-blanc {box-shadow: 0px 1px 9px 8px rgba(16,79,144,0.3);
-webkit-box-shadow: 0px 1px 9px 8px rgba(16,79,144,0.3);
-moz-box-shadow: 0px 1px 9px 8px rgba(16,79,144,0.3); }

.cadre-blanc h2{color: #104F90; font-size: 1.75rem; margin-bottom: 1rem; }
.cadre-blanc h2.titre-top{ margin-bottom: 0rem!important; }

.cadre-blanc h3{color: #104F90; font-size: 1.5rem; margin-bottom: 1rem;}
.cadre-blanc h4{color: #104F90; font-size: 1.25rem; margin-bottom: 1rem;}
.cadre-blanc h5{color: #104F90; font-size: 1rem; margin-bottom: 1rem;}

.bordure-icone-ih {
  border: 8px solid #fff;
}
.desc-balado {
  max-height: 250px;
  /* overflow-x: scroll; */
  padding: 2rem;
  border: 1px #cecece solid;
  overflow-x: hidden;
  background-color: #fff;
}

.media-contenu div.media-item{
  margin-bottom: 4rem;
  border-bottom: 2px solid #104F90;
}
.media-contenu div.media-item:last-child{
  margin-bottom: 0rem;
  border-bottom: none;
}

#ih26 {
  background: url("/wp-content/uploads/sites/19/2025/11/fond-ih26.webp");
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-position: center;
}
#ih26 hr {
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #104F90 !important;
  border-left: 0;
}
.cadre-blanc a h2.semaine {
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white !important;
  background-color: #104F90;
  border-radius: 0.5rem;
  display: inline-block;
}
.cadre-blanc a:hover h2.semaine {
  text-transform: uppercase;
  color: white !important;
  background-color: #0e00c1;
  
}

.cadre-blanc h2.semaine {
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white !important;
  background-color: #104F90;
  border-radius: 0.5rem;
  display: inline-block;
}
.cadre-blanc h3.semaine {
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white !important;
  background-color: #104F90;
  border-radius: 0.5rem;
  display: inline-block;
}
.cadre-blanc h1.semaine {
  padding: 1rem 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white !important;
  background-color: #104F90;
  border-radius: 0.5rem;
  display: inline-block;
}

.primeur-ih {
  background-color: #0e00c1;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 600;
  transition: all 0.2s;
  text-align: center;
  font-size: 1.25rem;
  position: relative;
  animation: pulse-glow 2s infinite;
  box-shadow: 0 0 0 0 rgba(14, 0, 193, 0.7);
}

.primeur-ih.disabled-link {
  animation: none;
  box-shadow: none;
}

.primeur-ih:hover {
  background-color: #0a327a;
  color: white!important;
  animation: none;
  box-shadow: 0 0 20px rgba(14, 0, 193, 0.8);
}
.primeur-ih:focus {
    background-color: #0a327a;
    color: white;
    animation: none;
    box-shadow: 0 0 20px rgba(14, 0, 193, 0.8);
  }
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(14, 0, 193, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(14, 0, 193, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(14, 0, 193, 0);
  }
}

.actif-ih {
    background-color: #104F90 ;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 0.2s;
    text-align: center;
    font-size: 1.25rem;
    display: inline-block;
    text-decoration: none;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .actif-ih:hover {
    background-color: #0a327a;
    color: white;
  }

@media (min-width: 768px) {
  .primeur-ih {
    font-size: 1.5rem;
  }
  .actif-ih {
    font-size: 1.5rem;
  }

}

.disabled-link {
  pointer-events: none;
  opacity: 1;
  cursor: not-allowed;
  background-color: #524848 !important;
  color: grey !important;
}

@media (max-width: 768px) {
  .bordure-icone-ih {
    border: 4px solid #fff;
  }
  .tw-bg-primary-ih h1{color: #fff; font-size: 2rem; margin-bottom: 1rem; text-transform: uppercase;}
.tw-bg-primary-ih h2{color: #fff; font-size: 1.75rem; margin-bottom: 1rem; text-transform: none;}
.tw-bg-primary-ih h3{color: #fff; font-size: 1.5rem; margin-bottom: 1rem; text-transform: none;}
.tw-bg-primary-ih h4{color: #fff; font-size: 1.25rem; margin-bottom: 1rem; text-transform: none;}
.tw-bg-primary-ih h5{color: #fff; font-size: 1rem; margin-bottom: 1rem; text-transform: none;}
}