/*
Theme Name: Theme Enfant Hello Elementor
Author: Myranda Murcy
Description: Theme enfant Hello Elementor pour Cerbere Medic
Template: hello-elementor
*/

/*Fil d'ariane*/
.fil-ariane ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.fil-ariane ul li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.fil-ariane a {
    color: #0A163D !important;
    text-decoration: none;
}

.fil-ariane a:hover {
    color: #A3283B !;
}

.fil-ariane span {
    color: #A3283B !important;
}

.fil-ariane li {
    color: #0A163D !important;
}
/*Bouton retour haut de page*/
#back-to-top {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #A3283B;
    border: 3px solid #F0F0F2;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s, transform .3s;
    transform: translateY(12px);
}

#back-to-top.visible {
    opacity: 1;
    transform: translateY(0);
}
/*Retire la puce sur post info*/
.elementor-post-info {
    padding-left: 0;
    list-style: none;
}
/*Permet l'affichage en ligne du temps de lecture sur mobile*/
.elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}