section.trois-entrees{
    padding-bottom: 180px;
}

section.trois-entrees .wrapper{
    background: var(--beige);
    padding: 84px 0 0;
    background-size: cover;
}

section.trois-entrees .titre{
    color: #000;
    font-family: Biotif, sans-serif;
    font-weight: 300;
    line-height: 34px;
    font-size: 32px;
    font-style: italic;
    text-align: center;
}

section.trois-entrees .titre .ogg{
    font-family: Ogg, sans-serif;
    font-style: normal;
}

section.trois-entrees .entrees{
    margin-top: 33px;
    display: flex;
    /*flex-direction: column;*/
    flex-direction: row;
    grid-gap: 7px;
}

section.trois-entrees .entrees .liste-dropdown{
    cursor: pointer;
    position: relative;
}

section.trois-entrees .entrees .liste-dropdown .choix-wrapper{
    display: none;
    position: absolute;
    border: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.04);
}

section.trois-entrees .entrees .liste-dropdown .choix{
    display: flex;
    background: #fff;
    flex-direction: column;
    padding: 21px 12px 29px 32px;
    grid-gap: 8px;
}

section.trois-entrees .entrees .liste-dropdown .selected{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding: 17px 12px;
}

section.trois-entrees .entrees .liste-dropdown .selected:hover span{
    font-weight: 500;
}

section.trois-entrees .entrees .liste-dropdown .selected span{
    color: #000;
    font-family: Biotif, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
}

section.trois-entrees .entrees .liste-dropdown .selected svg,
section.trois-entrees .entrees .liste-dropdown .choix span svg{
    transform: rotate(90deg);
    transition: transform 0.3s ease-in-out;
}

section.trois-entrees .entrees .liste-dropdown.open .selected svg,
section.trois-entrees .entrees .liste-dropdown .choix .single-choix.open span svg{
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
}

section.trois-entrees .entrees .liste-dropdown.open .selected svg path{
    fill: var(--gris4);
}

section.trois-entrees .entrees .liste-dropdown.open .selected{
    background: #fff;
    border-color:var(--gris);
}

section.trois-entrees .entrees .liste-dropdown.open .selected span{
    font-weight: 500;
}

section.trois-entrees .entrees .liste-dropdown.open .selected span{
    color: var(--gris4);
}

section.trois-entrees .entrees .cta-experience{
    /*background: rgba(255, 255, 255, 0.50);*/
    background: var(--bleu);
    color:#fff;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.04);
    /*color: #000;*/
    font-family: Biotif, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    padding: 17px 12px;
    position: relative;
    transition: all .3s ease-in-out;
}

section.trois-entrees .entrees .cta-experience:hover{
    text-decoration: underline;
    /*text-decoration-color: var(--gris);*/
    text-decoration-color: var(--bleu);
    background: #fff;
    color: var(--bleu);
    text-underline-offset: 6px;
    /*font-weight: 500;*/
}

/*section.trois-entrees .entrees .cta-experience:hover::before{
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 1px;
    background: var(--gris);
}*/

section.trois-entrees .entrees .liste-dropdown .choix .pays-wrapper{
    display: none;
    padding: 10px 0;
}

section.trois-entrees .entrees .liste-dropdown .choix .pays-wrapper .pays{
    display: flex;
    flex-direction: column;
    grid-gap: 7px;
    padding: 0 10px;
}

section.trois-entrees .entrees .liste-dropdown .choix span,
section.trois-entrees .entrees .liste-dropdown .choix a{
    color: #000;
    font-family: Biotif, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px; /* 100% */
}

section.trois-entrees .entrees .liste-dropdown .choix span{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.trois-entrees .entrees .liste-dropdown .choix a:hover{
    font-weight: 600;
}

section.trois-entrees .entrees .entree{
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    flex: 1;
}

section.trois-entrees .entrees .entree span{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:15px;
    font-size: 22px;
    font-family: Ogg, sans-serif;
    line-height: 24px;
    color:#000;
}

section.trois-entrees .entrees .entree span svg{
    height: 11px;
    width: 50px;
}

section.trois-entrees .entrees .entree .image{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    min-height: 200px;
}

section.trois-entrees .entrees .entree .image img{
    width: 100%;
    height: 100%;
    aspect-ratio: 164 / 200;
    object-fit: cover;
}

@media screen and (min-width: 768px){
    section.trois-entrees .titre{
        font-size: 42px;
        line-height: 30px;
    }

    /*section.trois-entrees .entrees{
        flex-direction: row;
        justify-content: space-between;
        margin-top: 44px;
    }*/

    section.trois-entrees .entrees .liste-dropdown,
    section.trois-entrees .entrees > a{
        flex: 1;
    }
}

@media screen and (min-width: 992px) {
    section.trois-entrees{
        padding-bottom: 0;
    }

    section.trois-entrees .wrapper{
        padding: 105px 0 100px;
    }

    section.trois-entrees .entrees{
        gap:20px;
        padding: 0 60px;
        margin-top: 40px;
    }

    section.trois-entrees .entrees .entree{
        padding: 70px 60px;
    }

    section.trois-entrees .entrees .entree span{
        font-size: 28px;
        line-height: 32px;
        z-index: 3;
        transition: all .3s ease-in-out;
        position: relative;
    }

    section.trois-entrees .entrees .entree span svg path{
        transition: fill .3s ease-in-out;
    }

    section.trois-entrees .entrees .entree .image{
        transform:unset;
        opacity: 0;
        transition: all .3s ease-in-out;
    }

    section.trois-entrees .entrees .entree::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000078;
        z-index: 1;
        opacity: 0;
        transition: all .3s ease-in-out;
    }

    section.trois-entrees .entrees .entree:hover span{
        color:#fff;
    }

    section.trois-entrees .entrees .entree:hover span svg path{
        fill: #fff;
    }

    section.trois-entrees .entrees .entree:hover .image,
    section.trois-entrees .entrees .entree:hover::after{
        opacity: 1;
    }

    /*section.trois-entrees .entrees{
        grid-gap: 64px;
    }

    section.trois-entrees .entrees .cta-experience{
        padding: 20px 51px 17px 17px;
    }*/
}
