﻿.heroContact {
    width: calc(100%);
    height: calc(100dvh - 30px);
    min-height: 830px;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 15px;
    background: #0d0d0d;
    text-align: center;
    position: relative;
    border-radius: var(--radius);
    padding: 0 30px;
    gap: 0 50px;
    justify-content: space-between;
    flex-wrap: wrap;
    isolation: isolate;
}

    .heroContact::after {
        inset: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: var(--primary-linear);
        position: absolute;
        opacity: .3;
        z-index: -1;
    }

    .heroContact .logoBg {
        position: absolute;
        inset: 0;
        width: 245px;
        height: 80px;
        background: #fff;
        border-bottom-right-radius: var(--radius);
    }

        .heroContact .logoBg > div:first-child {
            position: absolute;
            top: 0;
            left: 100%;
            width: var(--radius);
            height: var(--radius);
            background: #fff;
            z-index: 10;
            border-bottom-right-radius: var(--radius);
        }

            .heroContact .logoBg > div:first-child::before {
                --second-radius: calc(var(--radius) - 1px);
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #101514;
                border-top-left-radius: var(--radius);
                border-bottom-right-radius: var(--second-radius);
            }

        .heroContact .logoBg > div:last-child {
            position: absolute;
            top: 100%;
            left: 0;
            width: var(--radius);
            height: var(--radius);
            background: var(--bg);
            z-index: 10;
            border-bottom-right-radius: var(--radius);
        }

            .heroContact .logoBg > div:last-child::before {
                --second-radius: calc(var(--radius) - 1px);
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #172422;
                border-top-left-radius: var(--radius);
                border-bottom-right-radius: var(--second-radius);
            }

    .heroContact .haloZone {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        overflow: hidden;
    }

    .heroContact .clientZone {
        margin-top: auto;
        width: 100%;
    }

    .heroContact .haloZone {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        overflow: hidden;
        border-radius: var(--radius);
    }

        .heroContact .haloZone > div {
            position: absolute;
            top: -60px;
            background: linear-gradient(180deg, var(--primary), transparent);
            transform: rotate(20deg);
            filter: blur(30px);
        }

            .heroContact .haloZone > div:nth-child(1) {
                right: 20px;
                height: 775px;
                width: 150px;
                opacity: .2;
            }

            .heroContact .haloZone > div:nth-child(2) {
                right: 300px;
                height: 1000px;
                width: 50px;
                opacity: .1;
            }

            .heroContact .haloZone > div:nth-child(3) {
                right: 450px;
                height: 650px;
                width: 150px;
                opacity: .2;
            }

            .heroContact .haloZone > div:nth-child(4) {
                right: 700px;
                height: 775px;
                width: 250px;
                opacity: .1;
            }

            .heroContact .haloZone > div:nth-child(5) {
                right: 1050px;
                height: 700px;
                width: 150px;
                opacity: .2;
            }

            .heroContact .haloZone > div:nth-child(6) {
                right: 1250px;
                height: 900px;
                width: 40px;
                opacity: .3;
            }

            .heroContact .haloZone > div:nth-child(7) {
                right: 1350px;
                height: 600px;
                width: 150px;
                opacity: .2;
            }

            .heroContact .haloZone > div:nth-child(8) {
                right: 1500px;
                height: 800px;
                width: 100px;
                opacity: .3;
            }

    .heroContact .clientZone .partenaireTitle {
        color: #fff;
        font-size: 14px;
        padding: 0 20px;
    }

    .heroContact .zoneRight {
        background: linear-gradient(120deg, rgba(55, 55, 55, 0.6), rgba(55, 55, 55, 0.2));
        position: relative;
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
        padding: 50px 70px 50px 50px;
        width: calc(50% - 25px);
        display: flex;
        flex-direction: column;
        gap: 20px;
        overflow: hidden;
    }

        .heroContact .zoneRight fieldset {
            display: flex;
            gap: 50px;
        }

            .heroContact .zoneRight fieldset div {
                display: flex;
                flex-direction: column;
                width: 100%;
                text-align: left;
            }

                .heroContact .zoneRight fieldset div label {
                    color: var(--primary);
                    font-weight: var(--light);
                    font-size: 16px;
                    opacity: .8;
                }

                .heroContact .zoneRight fieldset div input,
                .heroContact .zoneRight fieldset div textarea {
                    all: unset;
                    width: 100%;
                    color: #fff;
                    background: #3c3c3c;
                    padding: 8px 10px;
                    border-bottom: 2px solid #808080;
                    transition: .3s;
                    font-weight: var(--light);
                    font-size: 16px;
                }

                    .heroContact .zoneRight fieldset div input:focus,
                    .heroContact .zoneRight fieldset div textarea:focus {
                        border-color: var(--primary);
                    }

                .heroContact .zoneRight fieldset div textarea {
                    height: 100px;
                }

    .heroContact .zoneLeft {
        text-align: left;
        color: #fff;
        width: calc(50% - 25px);
        margin: 28dvh auto auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .heroContact h1 {
        font-weight: var(--bold);
        color: #fff;
        display: flex;
        flex-direction: column;
        font-size: 52px;
    }

        .heroContact h1 strong {
            background: var(--primary);
            color: #fff;
            padding: 6px 10px;
            width: fit-content;
        }

    .heroContact p {
        opacity: .8;
        text-align: justify;
        width: min(700px, 100%)
    }

    .heroContact .zoneRight borders {
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        pointer-events: none;
    }

    .heroContact .zoneRight span:nth-child(1) {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(90deg, var(--primary), transparent);
        width: 60%;
        height: 2px;
    }

    .heroContact .zoneRight span:nth-child(2) {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(180deg, var(--primary), transparent);
        height: 60%;
        width: 2px;
    }

    .heroContact .zoneRight span:nth-child(3) {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        background: linear-gradient(-90deg, var(--primary), transparent);
        width: 60%;
        height: 2px;
    }

    .heroContact .zoneRight span:nth-child(4) {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        background: linear-gradient(0deg, var(--primary), transparent);
        height: 60%;
        width: 2px;
    }

    .heroContact .zoneLeft ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

        .heroContact .zoneLeft ul li {
            list-style-type: none;
            display: flex;
            align-items: center;
            gap: 20px;
        }

            .heroContact .zoneLeft ul li i {
                font-size: 28px;
                width: 30px;
                display: flex;
                justify-content: center;
                color: var(--primary);
            }

.zoneBottom {
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}

    .zoneBottom p {
        width: fit-content;
        white-space: nowrap;
        margin-bottom: 20px;
    }

    .zoneBottom ul {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        justify-content: end;
        margin-bottom: 20px;
    }

        .zoneBottom ul li {
            list-style-type: none;
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .zoneBottom ul li:not(:first-child)::before {
                content: '-';
                display: block;
                margin-bottom: 5px;
            }

            .zoneBottom ul li a {
                text-decoration: none;
                color: #fff;
                text-align: left;
                transition: .3s;
            }

                .zoneBottom ul li a:hover {
                    color: var(--primary);
                }


.accordion {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    gap: 20px;
}
.accordion.left,
.accordion.right {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.accordion-item {
    border-bottom: none;
    width:100%;
}


.accordion-button {
    width: 100%;
    padding: .5rem .5rem;
    background: var(--platform);
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
    border-radius: var(--radius) var(--radius) 0 0;
    display: flex;
    align-items:center;
    line-height: 1.1em;
    padding-right: 35px;
}
.accordion-button i {
    min-width: 40px;
    min-height: 40px;
    background: var(--primary);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius: var(--radius);
    color:#fff;
    margin-right: 10px;
}
    .accordion-button:hover {
        background: #e9ecef;
    }

    .accordion-button:focus {
        outline: none;
    }
    .accordion-header {
        margin: 10px 0 0 0
    }

    .accordion-button::after {
        content: "▾";
        position: absolute;
        right: 1.25rem;
        transition: transform 0.35s ease;
        font-size: 1rem;
    }

    .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg);
    }

.accordion-collapse {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease, opacity 0.25s ease;
    opacity: 0;
}

    .accordion-collapse.show {
        opacity: 1;
        transition: height 0.35s ease, opacity 0.25s ease;
    }

.accordion-body {
    padding: .8rem 1rem;
    font-size: 16px;
    line-height: 1.2em;
    background: var(--platform);
    border-radius: 0 0 var(--radius) var(--radius);
}

.accordion-body ul li {
    font-size: 16px;
    line-height: 1.2em;
}
.accordion-body ul li::marker {
    color: var(--primary)
}
.mod {
    width: 100%;
}


/* Responsive */

@media (max-width: 1600px) {
    .heroContact h1 {
        font-size: 38px;
    }
}

@media (max-width: 1200px) {
    .heroContact h1 {
        font-size: 32px;
    }

    .heroContact .zoneRight {
        padding: 0 50px 30px 30px;
    }
}

@media (max-width: 1100px) {
    .heroContact .zoneRight fieldset {
        gap: 30px;
    }

        .heroContact .zoneRight fieldset div input,
        .heroContact .zoneRight fieldset div textarea {
            font-size: 14px;
        }

    .heroContact .zoneRight {
        padding: 0 40px 20px 20px;
    }

    .heroContact .zoneRight {
        gap: 10px;
    }

        .heroContact .zoneRight fieldset div label {
            font-size: 14px;
        }
}

@media (max-width: 992px) {
    .heroContact h1 {
        font-size: 23px;
    }

    .heroContact .zoneLeft p {
        font-size: 12px;
    }

    .zoneBottom p {
        font-size: 12px;
    }

    .zoneBottom ul li a {
        font-size: 12px;
    }

    .zoneBottom ul li::before {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .heroContact {
        min-height: 500px;
        height: fit-content;
        padding: 80px 30px 30px;
        flex-direction: column;
        gap: 20px;
    }
    .accordion {
        flex-direction: column;
        gap: 0px;
    }
        .accordion-button {
            font-size: 16px;
        }

        .heroContact .zoneLeft,
        .heroContact .zoneRight {
            width: 100%;
            margin: 0 auto;
        }

        .heroContact .logoBg {
            width: 145px;
            height: 60px;
        }

        .heroContact h1 {
            text-align: center;
            align-items: center;
        }

        .heroContact .zoneLeft p {
            display: none;
        }

        .heroContact .zoneLeft ul {
            flex-direction: row;
            justify-content: center;
        }

            .heroContact .zoneLeft ul li {
                font-size: 14px;
            }

    .zoneBottom {
        flex-direction: column;
        align-items: center;
    }

        .zoneBottom p {
            margin: 0
        }

        .zoneBottom ul {
            margin: 0;
            justify-content: center;
            flex-wrap: wrap;
            gap: 0 10px;
        }

            .zoneBottom ul li {
                white-space: nowrap;
            }
}

@media (max-width: 576px) {
    .heroContact {
        min-height: 500px;
        padding: 80px 10px 30px;
    }
    .accordion-button {
        font-size: 15px;
    }

        .heroContact h1 {
            font-size: 20px;
        }

        .heroContact .zoneLeft ul {
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

            .heroContact .zoneLeft ul li i {
                width: 20px;
            }

            .heroContact .zoneLeft ul li {
                gap: 10px;
            }

        .heroContact .zoneRight fieldset div input,
        .heroContact .zoneRight fieldset div textarea {
            font-size: 12px;
            padding: 4px 10px;
        }

    .zoneBottom ul li:not(:first-child)::before {
        display: none;
    }
}
