/* .color1 se rapporte toujours au bouton questions si intégré */
/* orange */
.color1 {background-color:#ff9000 !important;}
/* pour le dégradé - dans ce cas ajouter .btns-grp__btn*/
.color1.btns-grp__btn:before {
background-color:#ff9000 !important;/*Safari*/
background-color: color-mix(in srgb, #ff9000 50%, #a66511) !important;
}
.color1.btns-grp__btn:after {
background-color:#ff9000 !important;/*Safari*/
background-color: color-mix(in srgb, #ff9000 50%, #a66511) !important;
}
/* Fin color1 */

/* violet */
.color2 {background-color:#7700ff !important;}
/* vert */
.color3 {background-color:#139f16 !important;}
/* framboise */
.color4 {background-color:#ff0060 !important;}

.logo-dermato {
  width: 17rem !important;
}
#details .details-infos ul li p {
  display:flex;
  flex-direction: column;
}
#details .details-infos ul > li:first-child p::after {
  content: "06/06/2026 à 08h45";
  clear:left;
}
#details .details-infos ul > li:last-child {
  display: none;
}
.accordion-details {
 width: 100%;
}