/* .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;
}

#pills-tabContent .wrap-logos {
  display: block !important;
}
/* Fin color1 */

/* violet */
.color2 {background-color:#7700ff !important;}
/* vert */
.color3 {background-color:#139f16 !important;}
/* framboise */
.color4 {background-color:#ff0060 !important;}
.logo-dermato-emissiondermarena {
  width: 26rem !important;
  height: auto !important;
}

.lavideo {
text-align: center;
}

#pills-details .details-infos li:first-child {
   display: none;
}