/* .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;}

h1 span {
font-size: 2rem !important;
}
.ui-dialog.ui-widget.ui-widget-content {
top:8% !important;
}
.inscrivez-vous .btn-register a::before,
.inscrivez-vous .btn-register a::after {
    background-color: #2dac8d !important;
    background-color: color-mix(in srgb, #2dac8d 100%, #2dac8d100%) !important;
}


.haut-voir-la-suite p,
.haut-voir-la-suite span {
  text-indent: -9999px;
}
.haut-voir-la-suite span br {
  display: none;
}
.haut-voir-la-suite p::after {
   margin-top:-2rem;
   content: 'Ce site est réservé aux professionnels de santé.';
   display:flex;
   text-indent:0;
   justify-content:center;
}
.haut-voir-la-suite span::after {
    margin-top:-2rem;
    content: "Pour suivre cette émission, \A choisissez l'une des deux options ci-dessous :";
    display:flex;
    text-indent:0;
    justify-content:center;
    white-space: pre;
}

.wrap-infoform span.infoform {
    text-indent: -9999px;
    visibility: hidden;
}
.wrap-infoform span.infoform::after {
    margin-top: -2rem;
    content: 'Un formulaire bien renseigné nous permet de vous proposer une information scientifique adaptée.';
    display: flex;
    text-indent: 0;
    justify-content: center;
    visibility: visible;
}

.accordion-details .speakers .speaker .ico-avatar {
    background-image: url("/sites/www.e-direct.tv/files/images/picto-women.png") !important;
    background-size: 7.5rem 7.5rem !important;
    width: 8rem !important;
    height: 7rem !important;
    background-position-y: 0.1rem !important;
}
ul.speakers li .ico-avatar {
    background-image: url("/sites/www.e-direct.tv/files/images/picto-women.png") !important;
    background-size: 7.5rem 7.5rem !important;
    background-position-y: 0.1rem !important;
    width: 6rem !important;
    height: 6rem !important;
}
.calendar-links::after {
   content: none !important;
}