﻿
div#SERVICES {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
}

.wrap-list-scea {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    flex-wrap: wrap;
    gap: 32px;
}
.title-scea {
    color: var(--color-black);
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.list-scea {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.list-scea li {
    gap: 10px;
    display: flex;
    align-items: center;
    flex: 0 0 calc(33.33% - 10px);
    box-sizing: border-box;
}

.list-scea li img {
    padding-right: 5px;
    width: 25px;
    height: 25px;
}

.list-scea li span {
    color: var(--color-black);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.list-scea li i {
    display: flex;
    font-size: 20px;
    color: var(--MAIN-COLOR);
}

ul.list-scea.with-pictos::-webkit-scrollbar {
    height: 0;
}

ul.list-scea.with-pictos:hover::-webkit-scrollbar {
    height: 8px;
}

ul.list-scea.with-pictos::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

ul.list-scea.with-pictos::-webkit-scrollbar-track {
    background: transparent;
}

.btn-detail-scea {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 8px;
    background: var(--color-white);
    height: 42px;
    color: var(--MAIN-COLOR);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    transition: all .4s ease-out;
    border: 1px solid var(--HEB-LIGHT, #E1EAF8);
}

.btn-scea span.btn-detail-scea:hover {
    color: var(--color-white);
    background: var(--MAIN-COLOR);
}

.btn-scea {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

/** MEDIA QUERIES **/

@media (min-width: 769px) and (max-width: 1024px) {

    .scea {
        width: 100%;
        gap: 24px;
    }

    .wrap-list-scea {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 20px;
        align-self: stretch;
        width: 100%;
    }

    .list-scea li i {
        font-size: 16px;
    }

    .btn-scea span.btn-detail-scea {
        color: var(--MAIN-COLOR);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .list-scea {
        list-style-type: none;
        column-count: 3;
        align-self: stretch;
    }

    .list-scea li {
        width: auto;
        padding-bottom: 5px;
        padding-top: 0;
    }
}

@media (max-width: 768px) {

    div#SERVICES, .map-div {
        gap: 16px;
    }

    .scea {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-content: flex-end;
        gap: 32px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .list-scea li {
        flex: 0 0 calc(50% - 10px);
    }

    .list-scea li i {
        font-size: 16px;
    }

    .scea h2.title-scea {
        flex: 1 0 0;
       color: var(--Colors-BE-NOIR, #000);
        /* PHONE/H1 */
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .scea .list-scea {
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        column-count: initial;
        gap: 16px;
    }

    .list-scea li {
        width: 45%!important;
        padding: 0
    }

    .list-scea li span {
        font-size: 12px;
    }

    .list-scea li img {
        width: 15px;
        height: 15px;
    }

    .wrap-list-scea {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        gap: 10px;
        width: 100%;
    }

    .btn-scea {
        margin-top: 10px;
        border-radius: 20px;
    }

    .btn-scea span.btn-detail-scea {
        text-decoration: none;
        font-weight: bold;
    }

    .section-scea-map {
        display: flex;
        width: 100%;
        align-items: flex-start;
        gap: 5px;
    }
}
