


/* ACCUEIL */

/* Bannière */
body.custom-theme-ld .home-banner {
    height: calc(100vh - 76px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
body.custom-theme-ld .home-banner .et_pb_row {

}

/* Icônes */
body.custom-theme-ld .et_pb_section .et_pb_row.icons-line {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.icons-line::after {
    display: none;
}
body.custom-theme-ld .et_pb_section .et_pb_row.icons-line .et_pb_column {
    width: calc(20% - 32px);
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* Boutons */
body.custom-theme-ld .home-banner .et_pb_row.row-buttons .et_pb_column {
    display: flex;
    gap: 15px;
}

/* RESPONSIVE */
@media only screen and (max-width: 980px) {

    /* Bannière */
    body.custom-theme-ld .home-banner {
        height: calc(100vh - 61px);
    }

    /* Icônes */
    body.custom-theme-ld .et_pb_section .et_pb_row.icons-line {
        gap: 30px;
    }
    body.custom-theme-ld .et_pb_section .et_pb_row.icons-line .et_pb_column {
        width: calc(33.3333% - 20px);
    }

    /* Images */
    body.custom-theme-ld .et_pb_section .et_pb_row.images-home-int {
        display: flex;
        flex-direction: column;
    }
    body.custom-theme-ld .et_pb_section .et_pb_row.images-home-int .et_pb_column {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    body.custom-theme-ld .et_pb_section .et_pb_row.images-home-int .et_pb_column:last-child {
        margin-bottom: 0px !important;
    }
}
@media only screen and (max-width: 767px) {

    /* Boutons */
    body.custom-theme-ld .home-banner .et_pb_row.row-buttons .et_pb_column {
        flex-direction: column;
        gap: 10px;
    }
}
@media only screen and (max-width: 680px) {

    /* Icônes */
    body.custom-theme-ld .et_pb_section .et_pb_row.icons-line {
        gap: 30px;
    }
    body.custom-theme-ld .et_pb_section .et_pb_row.icons-line .et_pb_column {
        width: calc(50% - 15px);
    }

}
@media only screen and (max-width: 480px) {

    /* Icônes */
    body.custom-theme-ld .et_pb_section .et_pb_row.icons-line .et_pb_column {
        width: 100% !important;
    }

}


