/*ia25*/
#ia25 .desc-balado:focus {outline: 2px solid #000;}
#ia25 p{margin-bottom: 1rem;}
#ia25 p:last-child{margin-bottom: 0;}
a.cadre-blanc-question {background-color: rgba(255, 255, 255, 0.75);}
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: #920E0D; }
.cadre-blanc-question h2 {color: #920E0D; font-size: 1.75rem; margin-bottom: 1rem; text-transform: uppercase;}

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

.cadre-blanc p a {text-decoration: underline; color: #920E0D; font-weight: semibold;}
.cadre-blanc p a:hover {color: #c10100; }
.cadre-blanc p strong { color: #920E0D; }

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

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


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

.cadre-blanc h2{color: #920E0D; font-size: 1.75rem; margin-bottom: 1rem; text-transform: uppercase;}
.cadre-blanc h3{color: #920E0D; font-size: 1.5rem; margin-bottom: 1rem;}
.cadre-blanc h4{color: #920E0D; font-size: 1.25rem; margin-bottom: 1rem;}
.cadre-blanc h5{color: #920E0D; font-size: 1rem; margin-bottom: 1rem;}

.bordure-icone-ia {
  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 #920E0D;
}
.media-contenu div.media-item:last-child{
  margin-bottom: 0rem;
  border-bottom: none;
}

#ia25 {
  background: url("/wp-content/uploads/sites/19/2024/09/fond-ia24.webp");
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-position: center;
}
#ia25 hr {
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #920E0D !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: #920E0D;
  border-radius: 0.5rem;
  display: inline-block;
}
.cadre-blanc a:hover h2.semaine {
  text-transform: uppercase;
  color: white !important;
  background-color: #c10100;
  
}

.cadre-blanc h2.semaine {
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white !important;
  background-color: #920E0D;
  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: #920E0D;
  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: #920E0D;
  border-radius: 0.5rem;
  display: inline-block;
}

.primeur-ia {
  background-color: #c10100;
  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(193, 1, 0, 0.7);
}

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

.primeur-ia:hover {
  background-color: #7A0B0A;
  color: white;
  animation: none;
  box-shadow: 0 0 20px rgba(193, 1, 0, 0.8);
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(193, 1, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(193, 1, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(193, 1, 0, 0);
  }
}

.actif-ia {
    background-color: #920E0D ;
    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-ia:hover {
    background-color: #7A0B0A;
    color: white;
  }

@media (min-width: 768px) {
  .primeur-ia {
    font-size: 1.5rem;
  }
  .actif-ia {
    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-ia {
    border: 4px solid #fff;
  }
  .tw-bg-primary-ia h1{color: #fff; font-size: 2rem; margin-bottom: 1rem; text-transform: uppercase;}
.tw-bg-primary-ia h2{color: #fff; font-size: 1.75rem; margin-bottom: 1rem; text-transform: none;}
.tw-bg-primary-ia h3{color: #fff; font-size: 1.5rem; margin-bottom: 1rem; text-transform: none;}
.tw-bg-primary-ia h4{color: #fff; font-size: 1.25rem; margin-bottom: 1rem; text-transform: none;}
.tw-bg-primary-ia h5{color: #fff; font-size: 1rem; margin-bottom: 1rem; text-transform: none;}
}