/* Menu et Header */

div[data-elementor-type='templately-header'] {
    position: sticky;
    z-index: 2;
    top: 0;
    background-color: #b9d8cc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
}


/* Footer */

#footer_section a.eael-item-active {
    background-color: transparent;
}

.links-footer a {
    color: white !important;
}

.links-footer a:hover,
.links-footer a:focus {
    color: #b9d8cc !important;
}


/* Page d'accueil */

.card-service {
    height: 100%;
}

.card-service .elementor-heading-title span {
    font-size: 18px;
    font-weight: bold;
}


/* Mes services */

.step a,
.step-title,
.scroll-margin-top {
    scroll-margin-top: 50px;
}

.step .infobox-title-section {
    display: flex !important;
    gap: 30px;
    align-items: center;
    span {
        border: 5px solid #fff;
        border-radius: 100px;
        height: 65px;
        width: 65px;
        display: block;
        text-align: center;
        line-height: 55px !important;
    }
}

.step-title {
    padding: 20px;
    width: fit-content;
}

.step-title--cream {
    background-color: #f6fcdb;
}

.step-title--yellow {
    background-color: #feeaa1;
}

.step-title--red {
    background-color: #F07C63;
}

.step-title--blue {
    background-color: #4aa3a2;
}


/* Contact */

.infobox-title-section .title {
    margin-bottom: 5px !important;
}


/* Mentions légales */

.legacy-content h5 {
    color: #226d68;
    margin-top: 30px;
}