/* ----------- TEMPLATE ------------- */

.template {
    display: none;
}
.template.visible {
    display: flex;
}

/*
.template img {
    background-color: var(--accent);
    border: 2.5px solid var(--principale);
    border-radius: 25px;
    max-width: 300px;
    width: 100%;
    height: auto;
    transform: translateY(75px);
    transition: var(--transition);
    padding: 0;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
*/

#service_card:hover > img {
    top: 65px;
}

.popup .title > img {
    height: 50px;
    width: auto;
    max-width: 200px;
}

.avantages#section {
    align-items: center;
}
.avantages > #section_title {
    align-items: center !important;
}
.avantages > #section_title h2 {
    text-align: center;
}

.popup_content iframe {
    border: 2.5px solid var(--principale);
    border-radius: 15px;
    overflow: hidden;
}
