*
{

    /* all font */
    font-family: "Sora", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;

    --couleur_base : #3b2b73;
    --couleur_base_second : #db3c55;

    --noir_base : rgb(13, 17, 23);
    --noir_base_0_1 : rgba(13, 17, 23, 0.1);
    --noir_base_0_2 : rgba(13, 17, 23, 0.2);
    --noir_base_0_4 : rgba(13, 17, 23, 0.4);
    --noir_base_0_5 : rgba(0, 0, 0, 0.5);
    --blanc_base : rgb(255, 255, 255);
    --blanc_base_0_1 : rgba(255, 255, 255, 0.1);
    --blanc_base_0_2 : rgba(255, 255, 255, 0.2);
    --blanc_base_0_5 : rgba(255, 255, 255, 0.5);
    --blanc_base_0_8 : rgba(255, 255, 255, 0.8);
    --couleur_1_base : rgb(59, 43, 115);
    --couleur_1_base_0 : rgba(59, 43, 115, 0);
    --couleur_1_base_0_3 : rgba(59, 43, 115, 0.3);
    --couleur_1_base_0_6 : rgba(59, 43, 115, 0.6);
    --couleur_1_base_0_8 : rgba(59, 43, 115, 0.8);

    font-family: Arial, Helvetica, sans-serif;

    /* type color */
    --theme_color_restaurant : #FF7F50;
    --theme_color_cocktails : #00CED1;
    --theme_color_voiture : #1B263B;
    --theme_color_hopital : #FF3366;
    --theme_color_cinema : #C70039;
    --theme_color_tourisme : #2ECC71;
    --theme_color_game : #9B5E83;
    --theme_color_tourisme : #6B8E23;
    --theme_color_hotel : #1B1F3B;
    --theme_color_activite : #FFD700;
    --theme_color_boutique : #C70039;

    /* background */
    --background_anime : linear-gradient(120deg, #2D3142, #EF8354, #BFC0C0);
    --background_anime_1 : linear-gradient(120deg, #1B1F3B, #FF3366, #FFD700);
    --background_anime_2 : linear-gradient(120deg, #0D1B2A, #1B263B, #F4A261);
    --background_anime_3 : linear-gradient(120deg, #FF7F50, #FFD700, #00CED1);
    --background_anime_4 : linear-gradient(120deg, #3E1F47, #DAA520, #FAEBD7);
    --background_anime_5 : linear-gradient(120deg, #2A363B, #99B898, #FECEAB);
    --background_anime_6 : linear-gradient(120deg, #2A363B, #99B898, #FECEAB);
    --background_anime_7 : linear-gradient(120deg, #9B5E83, #FF6B6B, #FFE66D);
    --background_anime_8 : linear-gradient(120deg, #2C3E50, #BDC3C7, #16A085);
    --background_anime_9 : linear-gradient(120deg, #F67280, #355C7D, #C06C84);
    --background_anime_10 : linear-gradient(120deg, #6B4226, #D9A066, #F5E0C3);
    --background_anime_11 : linear-gradient(120deg, #D72638, #F46036, #F7D716);
    --background_anime_12 : linear-gradient(120deg, #F8B195, #F67280, #C06C84);
    --background_anime_13 : linear-gradient(120deg, #FF5733, #C70039, #FFC300);
    --background_anime_14 : linear-gradient(120deg, #4A148C, #D81B60, #FFEA00);
    --background_anime_15 : linear-gradient(120deg, #00BFA6, #FFD54F, #FF4081);
    --background_anime_16 : linear-gradient(120deg, #A47551, #D9BF77, #6B8E23);
    --background_anime_17 : linear-gradient(120deg, #FF7E00, #D94A26, #FFD27F);
    --background_anime_18 : linear-gradient(120deg, #4A4E2A, #8B6B61, #E0C097);
    --background_anime_19 : linear-gradient(120deg, #2C3E50, #BDC3C7, #16A085);
    --background_anime_20 : linear-gradient(120deg, #F39C12, #8E44AD, #2ECC71);
    --background_anime_21 : linear-gradient(120deg, #FF7F50, #FFD700, #4682B4);
    --background_anime_22 : linear-gradient(120deg, #1B1F3B, #FF3366, #1B1F3B);
    --background_anime_23 : linear-gradient(120deg, #FF3366, #FF3366, #ffffff);
    --background_anime_24 : linear-gradient(120deg, #1B1F3B, #1B1F3B, #ffffff);


    --couleur_porte : #A15835;
}
body
{
    margin: 0;
    padding: 0;
}
body.block_scroll
{
    overflow: hidden;
}
input,
select,
button
{
    border: none;
    outline: none;
}
.btn
{
    display: inline-block;
    border: none;
    outline: none;
}

/* block */
.flex-wrap
{
    display: flex;
    flex-wrap: wrap;
}

/* CSS */
.btn-mode-1 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

.btn-mode-1:focus {
    box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.btn-mode-1:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
}

.btn-mode-1:active {
    box-shadow: #3c4fe0 0 3px 7px inset;
    transform: translateY(2px);
}

/* Loader plein écran */
.loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--blanc_base_0_5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 9999;
}

.door {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background: #1a1a1a;
    background-size: cover;
    background-position: center;
    animation: gradientAnimation 20s ease infinite;
    z-index: 2;
    transition: transform 2s ease-in-out;
}

.door.left {
    left: 0;
    transform-origin: left;
    animation: openLeft 2s forwards;
}

.door.right {
    right: 0;
    transform-origin: right;
    animation: openRight 2s forwards;
}

@keyframes openLeft {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(-90deg); }
}

@keyframes openRight {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(90deg); }
}

.div-logo-loader {
    position: relative;
    z-index: 1;
    font-size: 3rem;
    color: white;
    opacity: 0;
    animation: fadeIn 1.2s ease-in-out 1.2s forwards;
}
.logo-loader
{
    width: 150px;
}

@keyframes fadeIn {
    to { opacity: 1; }
}

/* Contenu principal masqué au début */
.main-content {
    display: none;
    padding: 2rem;
    color: white;
    background: #121212;
}

/* Classe ajoutée pour afficher le contenu après */
.show-content {
    display: block;
}

.fade-out {
    animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
    to { opacity: 0; visibility: hidden; }
}

/* text */
.titre_3
{
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    color: var(--noir_base);
}

/* swiper */

.swiper 
{
    width: 100%;
    height: 100%;
}

/* video arrière plan */
.video-container 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-container video 
{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}
.video-container .background-filtre
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--noir_base_0_5);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}
/* image background */

.img-arriere-banniere-container 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.img-arriere-banniere-container img 
{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}
.img-arriere-banniere-container .background-filtre
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--noir_base_0_5);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}
/* text publicitaire */
.text_publicitaire_du_bas
{
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.text_publicitaire_du_haut
{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 150px;
    left: 0;
    right: 0;
    z-index: 3;
}
.details_text_publicitaire_du_bas
{
    width: 33.33%;
}
.details_text_publicitaire_du_bas
img
{
    display: inline-block;
    width: 50px;
}
.text_publicitaire_du_haut
.details_text_publicitaire_du_bas
{
    width: 50%;
    text-align: center;
}
.lien_details_text_publicitaire_du_bas{
    padding: 20px;
    font-size: 35px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px var(--theme_color_game);
    text-shadow: 4px 4px 0 #fff;
    transform: translate(-2px, -2px);
    display: inline-block;
}

/* effect radar */
.parent-radar-container
{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: var(--noir_base);
    z-index: 1;
    position: relative;
}
.radar-container 
{
    position: relative;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--blanc_base_0_2), transparent 70%);
    overflow: hidden;
    box-shadow: 0 0 15px var(--noir_base_0_4);
}

.radar-scan {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) rotate(0deg);
    background: conic-gradient(
    var(--couleur_1_base_0_3),
    var(--couleur_1_base_0) 60%
    );
    border-radius: 50%;
    animation: scan 4s linear infinite;
    z-index: 1;
}

@keyframes scan {
    from {
    transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
    transform: translate(-50%, -50%) rotate(360deg);
    }
}

.radar-point 
{
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 50px;
    height: 50px;
    background-color: var(--couleur_1_base_0_8);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--couleur_1_base_0_6);
    animation: fadeOut 3s linear forwards;
}
.radar-point 
img
{
    display: inline-block;
    width: 100%;
} 

@keyframes fadeOut {
    0% {
    opacity: 1;
    }
    100% {
    opacity: 0;
    }
}
/* logo login radar */
.div_logo_et_login
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;  
    display: flex; 
    z-index: 2;
    height: 60px;
    overflow: hidden;
    background: var(--noir_base_0_1);
    transition: .5s;
}
.div_logo_et_login.active
{
    background: var(--noir_base_0_5);
}
.div_logo_et_login
.logo,
.div_logo_et_login
.login
{
    width: 50%;
}
.div_logo_et_login
.logo
a:hover,
.div_logo_et_login
.logo
a:active,
.div_logo_et_login
.logo
a
{
    font-size: 20px;
    color: var(--blanc_base);
    text-decoration: none;
}
.div_logo_et_login
.logo
img
{
    width: 40px;
}
.div_logo_et_login
.login
{
    text-align: right;
}
.div_logo_et_login
.login
a:hover,
.div_logo_et_login
.login
a:active,
.div_logo_et_login
.login
a
{
    display: inline-block;
    padding: 10px;
    border: 1px solid var(--blanc_base);
    border-radius: 10px;
    text-decoration: none;
    color: var(--blanc_base);
}
/* bare de recherche radar */
.div_parent_recherche
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.div_parent_recherche
.div_recherche
{
    width: 50%;
    position: relative;
    padding: 0;
}
.div_parent_recherche
.div_recherche
.div_logo_derriere_barre_de_recherche
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items:center;
}
.div_parent_recherche
.div_recherche
.div_logo_derriere_barre_de_recherche
img
{
    width: 150px;
    display: inline-block;
    opacity: .5;
}
.div_parent_recherche
.div_recherche
.div_form
{
    height: 100%;
    background: var(--blanc_base);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 5px;
}
.div_parent_recherche
.div_recherche
.div_form
input,
.div_parent_recherche
.div_recherche
.div_form
select,
.div_parent_recherche
.div_recherche
.div_form
button
{
    padding: 10px;
    font-size: 16px;
}
.div_parent_recherche
.div_recherche
.div_form
input
{
    border-radius: 5px 0px 0px 5px;
    position: relative;
}
.div_parent_recherche
.div_recherche
.div_form
select
{
    border-radius: 5px 0px 0px  5px;
    background: var(--noir_base_0_1);
}
.div_parent_recherche
.div_recherche
.div_form
button
{
    border-radius: 0px 5px 5px 0px;
    background: var(--couleur_base);
    outline: none;
    border: none;
    color: #ffffff;
}
.div_choix_recherche
{
    display: none;
    text-align: left;
}
.div_choix_recherche.active
{
    display: block;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    background: var(--blanc_base);
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    max-height: 300px;
    overflow: auto;
    width: 100%;
}
.div_choix_recherche
.choix
{
    display: block;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid var(--noir_base_0_1);
}
.div_choix_recherche
.choix:hover,
.div_choix_recherche
.choix:active,
.div_choix_recherche
.choix
{
    color: var(--noir_base);
    font-size: 16px;
    text-decoration: none;
}
.div_choix_recherche
.choix:hover,
.div_choix_recherche
.choix:active
{
    opacity: 0.5;
}
.div_choix_recherche
.choix
i
{
    display: inline-block;
    width: 20px;
    font-size: 16px;
    text-align: center;
}

/* slide pour voir les thèmes en cours */
.titre_div_choix_de_types_de_lieu
{
    padding: 10px 20px;
}
.div_choix_de_types_de_lieu
{
    height: 300px;
    margin-top: 20px;
}
.div_choix_de_types_de_lieu
.swiper_choix_par_theme
{
    padding: 10px;
}
.div_choix_de_types_de_lieu
.swiper-slide
{
    width: auto;
}
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu
{
    width: 300px;
    height: 200px;
    background: var(--noir_base);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu.soiree
{
    /* background: var(--background_anime_2);
    background-size: 300% 300%; */
    background-size: cover;
    background-position: center;
    animation: gradientAnimation 5s ease infinite;
    font-family: 'Arial', sans-serif;
    color: white;
    text-align: center;
}
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu.verre
{
    /* background: var(--background_anime_8);
    background-size: 300% 300%; */
    background-size: cover;
    background-position: center;
    animation: gradientAnimation 5s ease infinite;
    font-family: 'Arial', sans-serif;
    color: white;
    text-align: center;
}
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu.date
{
    /* background: var(--background_anime_12);
    background-size: 300% 300%; */
    background-size: cover;
    background-position: center;
    animation: gradientAnimation 5s ease infinite;
    font-family: 'Arial', sans-serif;
    color: white;
    text-align: center;
}
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu.safari
{
    /* background: var(--background_anime_3);
    background-size: 300% 300%; */
    background-size: cover;
    background-position: center;
    animation: gradientAnimation 5s ease infinite;
    font-family: 'Arial', sans-serif;
    color: white;
    text-align: center;
}
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu.reunion
{
    /* background: var(--background_anime_9);
    background-size: 300% 300%; */
    background-size: cover;
    background-position: center;
    animation: gradientAnimation 5s ease infinite;
    font-family: 'Arial', sans-serif;
    color: white;
    text-align: center;
}
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu.plage
{
    /* background: var(--background_anime_10);
    background-size: 300% 300%; */
    background-size: cover;
    background-position: center;
    animation: gradientAnimation 5s ease infinite;
    font-family: 'Arial', sans-serif;
    color: white;
    text-align: center;
}
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu.gourmand
{
    /* background: var(--background_anime_11);
    background-size: 300% 300%; */
    background-size: cover;
    background-position: center;
    animation: gradientAnimation 5s ease infinite;
    font-family: 'Arial', sans-serif;
    color: white;
    text-align: center;
}
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu.divertissement
{
    /* background: var(--background_anime_5);
    background-size: 300% 300%; */
    background-size: cover;
    background-position: center;
    animation: gradientAnimation 5s ease infinite;
    font-family: 'Arial', sans-serif;
    color: white;
    text-align: center;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu
.background
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px); */
    background: var(--noir_base_0_5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 1;
}
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu
a
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu
a:hover,
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu
a:active,
.div_choix_de_types_de_lieu
.swiper-slide
.choix_de_types_de_lieu
a
{
    color: var(--blanc_base);
    text-decoration: none;
    font-weight: bold;
}

/* choix par type d'endroit */
.section_choix_par_type_endroit
{
    padding: 10px;
}
.titre_section_choix_par_type_endroit
{
    padding: 5px 10px;
}
.div_details_choix_par_type_endroit
{
    padding: 10px;
}
.div_details_choix_par_type_endroit:hover,
.div_details_choix_par_type_endroit:active,
.div_details_choix_par_type_endroit
{
    text-decoration: none;
}
.details_choix_par_type_endroit
{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--noir_base_0_1);
    height: 200px;
}
.details_choix_par_type_endroit:hover
{
    background: var(--noir_base_0_2);
}
.sous_details_choix_par_type_endroit
.icone_details_choix_par_type_endroit
{
    color: var(--noir_base);
    text-align: center;
    font-size: 40px;
}
.sous_details_choix_par_type_endroit
.icone_details_choix_par_type_endroit
img
{
    display: inline-block;
    width: 45px;
}
.sous_details_choix_par_type_endroit
.icone_details_choix_par_type_endroit.restaurant
{
    color: var(--theme_color_restaurant);
}
.sous_details_choix_par_type_endroit
.icone_details_choix_par_type_endroit.cocktails
{
    color: var(--theme_color_cocktails);
}
.sous_details_choix_par_type_endroit
.icone_details_choix_par_type_endroit.cinema
{
    color: var(--theme_color_cinema);
}
.sous_details_choix_par_type_endroit
.icone_details_choix_par_type_endroit.boutique
{
    color: var(--theme_color_boutique);
}
.sous_details_choix_par_type_endroit
.icone_details_choix_par_type_endroit.jeu
{
    color: var(--theme_color_game);
}
.sous_details_choix_par_type_endroit
.icone_details_choix_par_type_endroit.voiture
{
    color: var(--theme_color_voiture);
}
.sous_details_choix_par_type_endroit
.icone_details_choix_par_type_endroit.safari
{
    color: var(--theme_color_tourisme);
}
.sous_details_choix_par_type_endroit
.icone_details_choix_par_type_endroit.hotel
{
    color: var(--theme_color_hotel);
}
.sous_details_choix_par_type_endroit
.icone_details_choix_par_type_endroit.hopital
{
    color: var(--theme_color_hopital);
}
.sous_details_choix_par_type_endroit
.icone_details_choix_par_type_endroit.activite
{
    color: var(--theme_color_activite);
}
.sous_details_choix_par_type_endroit
.text_details_choix_par_type_endroit:hover,
.sous_details_choix_par_type_endroit
.text_details_choix_par_type_endroit:active,
.sous_details_choix_par_type_endroit
.text_details_choix_par_type_endroit
{
    color: var(--noir_base);
    text-decoration: none;
}
.sous_details_choix_par_type_endroit
.text_details_choix_par_type_endroit
{
    font-size: 20px;
    font-weight: bold;
}

/* footer */

footer
{
    padding: 10px;
    background: var(--noir_base);
}
.section_footer
{
    padding: 5px 10px;
}
.section_footer
.div_details
.titre,
.section_footer
.div_details
.titre_
{
    padding: 10px 5px;
    font-size: 20px;
    color: var(--blanc_base);
    font-weight: bold;
    position: relative;
    padding-right: 25px;
    border-radius: 10px;
    display: block;
    text-decoration: none;
}
.section_footer
.div_details
.titre:hover
{
    background: var(--blanc_base_0_1);
}
.section_footer
.div_details
.titre
.icone,
.section_footer
.div_details
.titre_
.icone
{
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blanc_base);
}
.section_footer
.div_details
.details
{
    transition: .5s;
}
.section_footer
.div_details
.details
{
    height: 0px;
    overflow: hidden;
}
.section_footer
.div_details
.details.active
{
    height: auto;
}
.section_footer
.div_details
.details
a
{
    display: block;
    width: 100%;
    padding: 10px 5px;
    margin: 5px 0px;
    font-size: 16px;
    font-weight: bold;
}
.section_footer
.div_details
.details
a:hover,
.section_footer
.div_details
.details
a:active,
.section_footer
.div_details
.details
a
{
    color: var(--blanc_base_0_5);
    text-decoration: none;
    outline: none;
    border-radius: 10px;
}
.section_footer
.div_details
.details
a:hover
{
    background: var(--blanc_base_0_1);
    color: var(--blanc_base);
}
.section_footer.social_media
.titre
{
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    font-size: 20px;
    color: var(--blanc_base);
    font-weight: bold;
}
.section_footer.social_media
.div_reseaux_sociaux
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_footer.social_media
.div_reseaux_sociaux
.div_details_reseaux_sociaux
{
    width: 35%;
    padding: 10px;
    text-align: center;
}
.section_footer.social_media
.div_reseaux_sociaux
.div_details_reseaux_sociaux
a
{
    margin: 10px;
    font-size: 20px;
}
.section_footer.social_media
.div_reseaux_sociaux
.div_details_reseaux_sociaux
a:hover,
.section_footer.social_media
.div_reseaux_sociaux
.div_details_reseaux_sociaux
a:active,
.section_footer.social_media
.div_reseaux_sociaux
.div_details_reseaux_sociaux
a
{
    color: var(--blanc_base);
    text-decoration: none;
    outline: none;
}
.section_footer.news_letter
.titre
{
    text-align: center;
    padding: 10px 5px;
    color: var(--blanc_base);
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}
.section_footer.news_letter
.description
{
    padding: 10px;
    font-size: 16px;
    color: var(--blanc_base);
    text-align: center;
    width: 100%;
}
.section_footer.news_letter
.div_parent_input
{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_footer.news_letter
.div_parent_input
.div_input
{
    width: 50%;
    display: inline-block;
    position: relative;
}
.section_footer.news_letter
.div_parent_input
.div_input
input[type=email]
{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: var(--noir_base);
    border-radius: 10px;
    padding-right: 55px;
}
.section_footer.news_letter
.div_parent_input
.div_input
button[type=submit]
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    border-radius: 0px 10px 10px 0px;
    background: var(--couleur_1_base);
    color: var(--blanc_base);
    border: none;
}
.section_footer.copyright
{
    padding: 20px;
    padding-top: 50px;
}
.section_footer.copyright
.description
{
    text-align: center;
    font-size: 11px;
    color: var(--blanc_base_0_5);
}
/* creer un compte */
.section_creer_un_compte
{
    padding: 20px;
}
.div_parent_creer_compte
{
    display: flex;
    justify-content: center;
    align-items: center;    
}
.div_creer_compte
{
    width: 35%;
    background: var(--noir_base);
    color: var(--blanc_base);
    margin: 30px 0px;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    padding-right: 200px;
    font-size: 16px;
}
.div_creer_compte
a
{
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    display: inline-flex;
    width: 190px;
    justify-content: center;
    align-items: center;
    background: var(--couleur_1_base);
    border-radius: 10px;
}
.div_creer_compte
a:hover,
.div_creer_compte
a:active,
.div_creer_compte
a
{
    color: var(--blanc_base);
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
}
/* login */
.header_logo_login
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    background: var(--blanc_base);
}
.header_logo_login
img
{
    display: inline-block;
    width: 50px;
}
.section_login
{
    height: 100vh;
    overflow: hidden;
    background: var(--blanc_base);
    display: flex;
    justify-content: center;
    align-items: center;
}
.div_parent_section_login
{
    width: 50%;
    padding: 0px;
    border-radius: 10px;
    box-shadow: var(--noir_base_0_2) 0px 5px 15px;
    overflow: hidden;
}
.div_design_login
{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--background_anime_22);
    animation: gradientAnimation 20s ease infinite;
    background-size: 300% 300%;
    padding: 20px;
    min-height: 400px;
    height: auto;
}
.div_design_login.user
{
    background: var(--background_anime_24);
    animation: gradientAnimation 20s ease infinite;
    background-size: 300% 300%;
    padding: 20px;
}
.div_design_login.etablissement
{
    background: var(--background_anime_23);
    animation: gradientAnimation 20s ease infinite;
    background-size: 300% 300%;
    padding: 20px;
    height: 400px;
}
.div_design_login
.text
{
    color: var(--blanc_base);
    font-size: 20px;
    text-align: center;
    margin: 20px 0px;
}
.div_design_login
.div_btn_design_login
{
    text-align: center;
}
.div_design_login
.div_btn_design_login
a
{
    display: inline-block;
    border: 1px solid var(--blanc_base);
    padding: 10px;
    border-radius: 10px;
}
.div_design_login
.div_btn_design_login
a:active,
.div_design_login
.div_btn_design_login
a:hover,
.div_design_login
.div_btn_design_login
a
{
    font-size: 16px;
    font-weight: bold;
    color: var(--blanc_base);
    text-decoration: none;
    margin-bottom: 20px;
}
.div_form_login
{
    padding: 20px;
}
.div_form_login
.titre
{
    font-size: 30px;
    font-weight: bold;
    color: var(--noir_base);
    padding: 10px 0px;
}
.div_input_form_login
{
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    padding: 0px;
    border: 1px solid var(--noir_base_0_4);
    border-radius: 10px;
    overflow: hidden;
}
.div_input_form_login.erreur
{
    border: 1px solid red;
}
.sous_div_form_login
p.erreur
{
    color: red;
    margin: 0;
    padding: 0;
}
.div_input_form_login.check
{
    border: none;
}
.div_input_form_login
input
{
    height: 100%;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: var(--noir_base);
    border-radius: 10px;
}
.div_input_form_login
input[type=submit],
.div_input_form_login
button
{
    outline: none;
    border: none;
    background: var(--couleur_1_base);
    border-radius: 0px;
    color: var(--blanc_base);
    font-weight: bold;
    width: 100%;
    padding: 10px;
}
.div_input_form_login
input[type=submit]:active,
.div_input_form_login
button:active
{
    opacity: 0.8;
}
.div_input_form_login
button[type=button]
{
    background: var(--couleur_base_second);
    border:1px solid var(--couleur_base_second);
    color: var(--blanc_base);
}
.div_input_form_login
input[type=password]
{
    padding-right: 45px;
}
.div_input_form_login
a
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--noir_base_0_4);
}
.div_input_form_login
a:hover,
.div_input_form_login
a:active,
.div_input_form_login
a
{
    color: var(--noir_base);
    text-decoration: none;
}
.div_input_form_login
a:active
{
    background: var(--noir_base_0_1);
}
.div_input_form_login
input[type=checkbox]
{
    width: 0px;
    visibility: hidden;
}
.div_input_form_login
label
i.active
{
    color: var(--couleur_1_base);
}
.div_input_form_login.lien
{
    border: none;
}
.div_input_form_login.lien
a
{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
}
.div_input_form_login.lien
a:active,
.div_input_form_login.lien
a:hover,
.div_input_form_login.lien
a
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: blue;
}

/* baniere */
body.with_header
{
    padding-top: 65px;
}
header
{
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
    box-shadow: var(--noir_base_0_2) 0px 3px 8px;
    height: 65px;
    z-index: 5;
    background: var(--blanc_base);
}
.header_map
{
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.with_header.type
header
{
    background: var(--theme_color_restaurant);
}
.with_header.type
header
{
    background: var(--theme_color_restaurant);
}
.with_header.etablissement
header
{
    background: var(--noir_base_0_5);
}
header
.div_logo
img
{
    width: 45px;
}
header
.div_parent_input_recherche
{
    padding: 5px;
    text-align: center;
}
.div_input_recherche
{
    display: inline-block;
    width: 50%;
    border: 1px solid var(--noir_base_0_1);
    border-radius: 10px;
    position: relative;
}
.div_input_recherche.full
{
    width: 100%;
}
.div_input_recherche
input[type=search]
{
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    padding-right: 65px;
    border-radius: 10px 15px 15px 10px;
}
.div_input_recherche
button
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: none;
    background: var(--couleur_base);
    color: var(--blanc_base);
    width: 60px;
    border-left: 1px solid var(--noir_base_0_1);
    border-radius: 0px 10px 10px 0px;
}
header
.lien_connexion
{
    padding: 10px 20px;
    text-align: right;
}
header
.lien_connexion
a
{
    padding: 10px;
    border: 1px solid var(--noir_base_0_1);
    border-radius: 10px;
    background: var(--blanc_base);
}
header
.lien_connexion
a:active,
header
.lien_connexion
a:hover,
header
.lien_connexion
a
{
    font-size: 20px;
    color: var(--noir_base);
    font-weight: bold;
    text-decoration: none;
}
/* section resultat recherche */
.section_text_resultat_recherche
{
    padding: 20px;
}
.text_resultat_recherche
{
    font-size:40px;
    font-weight: bold;
    color: var(--noir_base);
    letter-spacing: 2px;
}
.section_choix_par_type_resultat_recherche
{
    padding: 10px;
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.swiper-slide
{
    width: auto;
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.swiper-slide
.div_choix
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
p
{
    color: var(--noir_base);
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix
{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix
.indice
{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: var(--blanc_base);
    font-size: 11px;
    color: var(--noir_base);
    font-weight: bold;
    border-radius: 50%;
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix
a
{
    text-decoration: none;
    color: var(--noir_base);
    font-size: 50px;
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix.ekuke:hover
a
{
    background: none;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, #db3c55, #3b2b73);
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix.restaurant:hover
a
{
    color: var(--theme_color_restaurant);
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix.cocktails:hover
a
{
    color: var(--theme_color_cocktails);
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix.cinema:hover
a
{
    color: var(--theme_color_cinema);
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix.boutique:hover
a
{
    color: var(--theme_color_boutique);
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix.jeu:hover
a
{
    color: var(--theme_color_game);
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix.voiture:hover
a
{
    color: var(--theme_color_voiture);
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix.safari:hover
a
{
    color: var(--theme_color_tourisme);
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix.hotel:hover
a
{
    color: var(--theme_color_hotel);
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix.hopital:hover
a
{
    color: var(--theme_color_hopital);
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix.activite:hover
a
{
    color: var(--theme_color_activite);
}
.section_choix_par_type_resultat_recherche
.swiper_section_choix_par_type_resultat_recherche
.choix.activite
a
{
    text-decoration: none;
    color: var(--noir_base);
}

/* choix en présentation */
.section_choix_en_presentation
{
    padding: 10px;
}
.section_choix_en_presentation
.swiper_section_choix_en_presentation
.swiper-slide
{
    width: auto;
    position: relative;
}
.section_choix_en_presentation
.swiper_section_choix_en_presentation
.swiper-slide
.info_vu_statu
{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    left: 10px;
    overflow: hidden;
    z-index: 2;
    border-radius: 50%;
    padding: 1.5px;
    border: 2px solid var(--blanc_base);
    background: var(--blanc_base_0_5);
}
.section_choix_en_presentation
.swiper_section_choix_en_presentation
.swiper-slide
.info_vu_statu.active
{
    border: 2px solid var(--couleur_1_base);
}
.section_choix_en_presentation
.swiper_section_choix_en_presentation
.swiper-slide
.info_vu_statu
img
{
    display: inline-block;
    width: 100%;
    border-radius: 50%;
}
.section_choix_en_presentation
.swiper_section_choix_en_presentation
.swiper-slide
.div_choix_en_presentation
{
    display: block;
    width: 200px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.section_choix_en_presentation
.swiper_section_choix_en_presentation
.swiper-slide
.div_choix_en_presentation
.div_text
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items:end;
    height: 150px;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    background: linear-gradient(180deg, var(--noir_base_0_1) 0%, var(--noir_base));
}
.section_choix_en_presentation
.swiper_section_choix_en_presentation
.swiper-slide
.div_choix_en_presentation
.div_text,
.section_choix_en_presentation
.swiper_section_choix_en_presentation
.swiper-slide
.div_choix_en_presentation
.div_text,
.section_choix_en_presentation
.swiper_section_choix_en_presentation
.swiper-slide
.div_choix_en_presentation
.div_text
{
    color: var(--blanc_base);
    text-decoration: none;
    outline: none;
}

/* vu statu */
.div_parent_vu_statu
{
    display: none;
}
.div_parent_vu_statu.active
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--noir_base);
    z-index: 10;
}
.div_parent_vu_statu.active
.swiper-button-next {
    width: 30%;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    transition: 1s;
}
.div_parent_vu_statu.active
.swiper-button-next:active {
    background: var(--blanc_base_0_2);
}
.div_parent_vu_statu.active
.swiper-button-next::after {
    content: none;
} 
.div_parent_vu_statu.active
.swiper-button-prev {
    width: 30%;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    transition: 1s;
}
.div_parent_vu_statu.active
.swiper-button-prev {
    opacity: 1 !important;  
    pointer-events: all !important;  
}
.div_parent_vu_statu.active
.swiper-button-prev:active {
    background: var(--blanc_base_0_2);
}
.div_parent_vu_statu.active
.swiper-button-prev::after {
    content: none;
}   
.div_parent_vu_statu.active
.swiper_vu_statu
.swiper_wrapper_vu_statu
{
    width: 100%;
}
.div_parent_vu_statu.active
.swiper_vu_statu
.swiper_wrapper_vu_statu
.swiper_slide_vu_statu
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.div_parent_vu_statu.active
.swiper_vu_statu
.swiper_wrapper_vu_statu
.swiper_slide_vu_statu
img
{
    width: auto;
    height: auto;
}
.autoplay-progress svg {
    width: 50px;
    height: 50px;
    transform: rotate(-90deg);  /* Pour que le cercle commence en haut */
}

.autoplay-progress svg circle {
    fill: none;
    stroke-width: 4;
    stroke: #ccc;
}

.autoplay-progress svg circle:nth-child(1) {
    stroke: #ddd;  /* Couleur de fond du cercle */
}

.autoplay-progress svg circle:nth-child(2) {
    stroke: #00f;  /* Couleur de la progression */
    stroke-dasharray: 157;  /* Longueur totale du cercle */
    stroke-dashoffset: 157;  /* Initialement invisible */
    transition: stroke-dashoffset 0.3s linear;
}
.autoplay-progress svg circle:nth-child(2) {
    stroke-dashoffset: calc(157 - (157 * var(--progress)));
}
.div_parent_vu_statu
.bouton_sortie_statu:active
{
    opacity: 0.5;
}
.div_parent_vu_statu
.bouton_sortie_statu
{
    position: absolute;
    top: 10px;
    right: 10px;
    outline: none;
    border: none;
    background: var(--blanc_base_0_5);
    color: var(--noir_base);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    z-index: 10;
}
.div_parent_vu_statu
.div_progress_barre
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    z-index: 3;
    display: flex;
    gap: 5px;
}
.div_parent_vu_statu
.progress_barre
{
    width: 100%;
    height: 100%;
    background-color: var(--noir_base_0_5);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.div_parent_vu_statu
.sous_progress_barre
{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--couleur_1_base);
    z-index: 2;
    width: 100%;
}  

/* section produit */
.section_produits
{
    padding: 5px;
}
.section_produits
.div_parent_details_produit
{
    padding: 20px;
}
.section_produits
.div_parent_details_produit
.div_details_produit
{
    padding: 10px;
    border-radius: 10px;
    background: var(--blanc_base);
    box-shadow: 0 0 10px var(--noir_base_0_4);
}
.section_produits
.div_parent_details_produit
.div_details_produit.voir_plus
{
    height: 500px;
    width: 100%;
}
.section_produits
.div_parent_details_produit
.div_details_produit.voir_plus
a
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--noir_base);
    font-size: 16px;
    font-weight: bold;
}
.div_parent_details_produit
.div_details_produit
.div_details
.nom_boutique
{
    font-size: 16px;
    color: var(--couleur_1_base);
    padding: 10px 0px;
    text-decoration: none;
    text-decoration: underline;
    text-underline-offset: 5px;
    width: 100%;
    display: inline-block;
}
.section_produits
.div_parent_details_produit
.div_details_produit
.div_parent_image
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_produits
.div_parent_details_produit
.div_details_produit
.div_parent_image
.div_image
{
    background-size: cover;
    background-position: center;
    height: 350px;
    width: 350px;
    border-radius: 10px;
    margin: 20px 0px;
    position: relative;
}
.section_produits
.div_parent_details_produit
.div_details_produit
.div_parent_image
.div_image
.div_like
{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    z-index: 2;
    background: var(--blanc_base_0_5);
    color: var(--noir_base);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.div_parent_image
.div_image
.prix
{
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 40px;
    width: 40px;
    z-index: 2;
    background: var(--blanc_base);
    color: var(--noir_base);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
}
.section_produits
.div_parent_details_produit
.div_details_produit
.div_details
.text
{
    width: 100%;
    color: var(--noir_base);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 5px;
}
.section_produits
.div_parent_details_produit
.div_details_produit
.div_details
.info_details
{
    font-size: 17px;
    padding: 10px 20px;
}
.section_produits
.div_parent_details_produit
.div_details_produit
.div_details
.info_details.route
i
{
    color: var(--couleur_1_base);
}
.div_details_produit
.div_details
.info_details.type
{
    text-align: right;
}
.section_produits
.div_parent_details_produit
.div_details_produit
.div_details
.info_details.type
i
{
    font-size: 25px;
}
.div_details_produit
.div_details
.info_details.note
{
    text-align: right;
}
.div_details_produit
.div_details
.info_details.note
i
{
    color: var(--theme_color_activite);
    text-align: right;
}
.section_produits
.div_voir_la_suite
{
    padding: 20px;
    text-align: center;
}
.section_produits
.div_voir_la_suite
.voir_la_suite
{
    padding: 10px;
    font-size: 20px;
    font-weight: normal;
    border: 1px solid var(--noir_base_0_1);
    border-radius: 10px;
}
.section_produits
.div_voir_la_suite
.voir_la_suite:hover,
.section_produits
.div_voir_la_suite
.voir_la_suite:active,
.section_produits
.div_voir_la_suite
.voir_la_suite
{
    color: var(--noir_base);
    text-decoration: none;
    outline: none;
}
.aucun_result
{
    width: 100%;
    text-align: center;
    color: var(--couleur_base_second);  
    padding: 20px 0px;
    margin: 20px 0px;
    font-size: 40px;
    border: 2px solid var(--couleur_base_second);
}

/* type en cours */
.section_titre_type_en_cours
{
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.section_titre_type_en_cours.theme
{
    background: none;
}
.section_titre_type_en_cours
.div_titre_type_en_cours
.titre_type_en_cours
.icone
{
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    font-size: 50px;
    color: var(--blanc_base);
}
.section_titre_type_en_cours
.div_titre_type_en_cours
.titre_type_en_cours
.text
{
    text-align: center;
    width: 100%;
    padding: 10px 20px;
    font-size: 50px;
    color: var(--blanc_base);
    z-index: 4;
    position: relative;
    box-shadow: var(--noir_base_0_5) 0px 0px 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.section_titre_type_en_cours
.div_background
{
    position: absolute;
    background: var(--theme_color_restaurant);
    top: 100%;
    height: 150px;
    width: 100%;
    z-index: 1;
}
.section_titre_type_en_cours.theme
.div_background
{
    background: var(--background_anime_2);
    background-size: 300% 300%;
    animation: gradientAnimation 20s ease infinite;
    font-family: 'Arial', sans-serif;
    top: -65px;
    height: 415px;
}

/* etablissement */
.section_intro_etablissement
{
    position: relative;
}
.section_intro_etablissement
.background
{
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    bottom: -20px;
    background-size: cover;
    background-position: center;
    border-radius: 0px 0px 100px 100px;
    overflow: hidden;
}
.section_intro_etablissement
.background
.div_ombrage
{
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, var(--noir_base_0_1) 0%, var(--noir_base));
}
.section_intro_etablissement
.div_etablissement_detail
{
    display: flex;
    justify-content: center;
    align-items: end;
    height: 400px;
    position: relative;
    z-index: 2;
}
.section_intro_etablissement.mini
.div_etablissement_detail
{
    height: 200px;
}
.section_intro_etablissement
.div_etablissement_detail
.sous_div_etablissement_detail
{
    width: 100%;
    padding: 10px 100px;
}
.section_intro_etablissement
.div_etablissement_detail
.sous_div_etablissement_detail
.titre
{
    font-size: 20px;
    font-weight: bold;
    color: var(--blanc_base);
    padding: 5px 0px;
}
.section_intro_etablissement
.div_etablissement_detail
.sous_div_etablissement_detail
.description
{
    color: var(--blanc_base);
    padding: 5px 0px;
    font-size: 16px;
}
.section_intro_etablissement
.div_etablissement_detail
.sous_div_etablissement_detail
.detail
{
    padding: 10px 0px;
}
.section_intro_etablissement
.div_etablissement_detail
.sous_div_etablissement_detail
.detail
.note
{
    display: inline-block;
    margin: 0px 10px;
    color: var(--blanc_base);
}
.section_intro_etablissement
.div_etablissement_detail
.sous_div_etablissement_detail
.detail
.note i
{
    color: var(--theme_color_activite);
}
.section_intro_etablissement
.div_etablissement_detail
.sous_div_etablissement_detail
.detail
.Ville
{
    display: inline-block;
    margin: 0px 10px;
    color: var(--blanc_base);
}
.section_intro_etablissement
.div_etablissement_detail
.sous_div_etablissement_detail
.detail
.Ville i
{
    color: var(--theme_color_cocktails);
}

/* section information */
.section_information_etablissement
{
    margin: 30px 0px;
    padding: 20px;
}
.section_information_etablissement
.div_parent_trouver_etablissement
{
    background: var(--noir_base_0_1);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}
.section_information_etablissement
.div_parent_trouver_etablissement
.div_trouver_etablissement
{
    width: 50%;
    background: var(--blanc_base);
    padding: 10px;
    border-radius: 10px;
}
.section_information_etablissement
.div_parent_trouver_etablissement
.div_trouver_etablissement
.icone
{
    padding: 5px;
}
.section_information_etablissement
.div_parent_trouver_etablissement
.div_trouver_etablissement
.icone
a
{
    padding: 10px 20px;
    font-size: 20px;
    background: var(--couleur_1_base);
    border-radius: 10px;
}
.section_information_etablissement
.div_parent_trouver_etablissement
.div_trouver_etablissement
.icone
a:active,
.section_information_etablissement
.div_parent_trouver_etablissement
.div_trouver_etablissement
.icone
a:hover,
.section_information_etablissement
.div_parent_trouver_etablissement
.div_trouver_etablissement
.icone
a
{
    color: var(--blanc_base);
    text-decoration: none;
    outline: none;
}
.section_information_etablissement
.div_details_informations
{
    background: var(--noir_base_0_1);
    padding: 20px;
}
.section_information_etablissement
.div_details_informations
.details
{
    font-size: 16px;
    margin: 5px 0px;
    padding: 5px 0px;
    border-bottom: 1px solid var(--noir_base_0_1);
}
.section_information_etablissement
.div_details_informations
.details
.titre_details
{
    font-weight: bold;
}
.section_information_etablissement
.div_envoyer_un_message
{
    background: var(--noir_base_0_1);
    border-radius: 0px 0px 10px 10px;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_information_etablissement
.div_envoyer_un_message
.envoyer_un_message
{
    width: 50%;
    background: var(--blanc_base);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.section_information_etablissement
.div_envoyer_un_message
.envoyer_un_message
input[type=text]
{
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 16px;
    padding-right: 62.5px;
}
.section_information_etablissement
.div_envoyer_un_message
.envoyer_un_message
button
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--couleur_1_base);
    color: var(--blanc_base);
}

/* section map */
.section_map
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: var(--noir_base_0_1);
    border-radius: 10px;
    margin: 30px;
}
.section_map
.div_section_mp
{
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.section_map
.div_section_mp
iframe
{
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

/* section profil */
.section_profil
{
    padding: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    background: var(--noir_base_0_1);
}
.section_profil
.div_profil
{
    padding: 10px;
    background: var(--blanc_base);
    border-radius: 10px;
}
.section_profil
.div_profil
.div_photo_de_profil
{
    width: 100%;
    text-align: center;
}
.div_photo_de_profil_modif
{
    width: 100%;
    text-align: center;
}
.section_profil
.div_profil
.div_photo_de_profil
.photo_de_profil
{
    border: 2px solid var(--couleur_1_base);
    padding: 10px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}
.div_photo_de_profil_modif
.photo_de_profil
{
    border: 2px solid var(--couleur_1_base);
    padding: 10px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}
.section_profil
.div_profil
.div_photo_de_profil
.photo_de_profil
img
{
    width: 100%;
    border-radius: 50%;
}
.div_photo_de_profil_modif
.photo_de_profil
img
{
    width: 100%;
    border-radius: 50%;
}
.section_profil
.div_profil
.div_photo_de_profil
.nom
{
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: var(--noir_base);
}
.div_photo_de_profil_modif
.nom
{
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: var(--noir_base);
}
.div_photo_de_profil_modif
.btn_modifier_photo_de_profil
{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid var(--couleur_1_base);
    background: var(--couleur_base);
    color: var(--blanc_base);
    border-radius: 10px;
    font-size: 14px;
}
.div_photo_de_profil_modif
.btn_modifier_photo_de_profil:active
{
    opacity: .5;
}
.section_profil
.div_profil
.div_details_profil
{
    font-size: 16px;
    color: var(--noir_base);
}
.section_profil
.div_profil
.div_details_profil
.details
{
    padding: 10px 20px;
    margin: 10px 0px;
    border-bottom: 1px solid var(--noir_base_0_1);
}
.detail_centre_d_interet
{
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    background: var(--blanc_base);
    border-radius: 10px;
    font-size: 16px;
    color: var(--noir_base);
    border: 1px solid var(--noir_base);
    margin: 5px 5px;
}
.detail_centre_d_interet
.supp
{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--blanc_base);
    padding: 5px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    border-radius: 50%;
    background: var(--noir_base);
    cursor: pointer;
}
.detail_centre_d_interet
.supp:active
{
    opacity: 0.8;
}
.detail_centre_d_interet.link
{
    background: var(--couleur_1_base);
    color: var(--blanc_base);
    border: none;
    text-decoration: none;
}
.detail_centre_d_interet.full
{
    width: 100%;
    text-align: center;
}
/* crop debut */
.div_modifier_photo_de_profile {
    font-family: 'Segoe UI', sans-serif;
    background: #f9fafc;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 0;
    height: auto;
    overflow: hidden;
}

.div_modifier_photo_de_profile
.titre {
    margin-bottom: 15px;
    color: var(--noir_base);
}

.container_cropper {
    width: 95%;
    max-width: 450px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

#preview_container_cropper {
    width: 100%;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
}

#preview_cropper {
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.controls_cropper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
}

.btn_cropper {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(to right, var(--couleur_1_base), var(--couleur_base_second));
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn_cropper:hover {
    background: linear-gradient(to right, var(--couleur_1_base), var(--couleur_base_second));
}

.file_cropper {
    width: 0px;
    height: 0px;
    padding: 0;
    border-radius: 0px;
    border: none;
    background: none;
    visibility: hidden;
}
.btn_upload_img_cropper
{
    width: 100%;
    padding: 10px;
    border: 1px solid var(--couleur_1_base);
    color: var(--blanc_base);
    background: var(--couleur_base);
    border-radius: 10px;
    font-size: 16px;
    outline: none;
}
.btn_upload_img_cropper:active
{
    opacity: 0.5;
}

.zoom_control_cropper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.zoom_control_cropper input[type="range"] {
    flex: 1;
    accent-color: #007bff;
}

.progress_cropper {
    width: 100%;
    height: 10px;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

.progress_bar_cropper {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #007bff, #00c4ff);
    transition: width 0.2s;
}

#result_cropper {
    margin-top: 10px;
    text-align: center;
}
/* crop fin */
.section_editer_profil
{
    text-align: center;
    padding: 20px;
}
.section_editer_profil
a
{
    display: inline-block;
    padding: 10px;
    border: 1px solid var(--couleur_1_base);
    background: var(--couleur_base);
    border-radius: 10px;
    text-decoration: none;
    color: var(--blanc_base);
}

/* slide pub */
.div_parent_slide_pub
{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.div_parent_slide_pub
.mySwiperPub
{
    width: 60%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.div_parent_slide_pub
.mySwiperPub
img
{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* section statut */
.section_statut
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: var(--noir_base);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.section_statut
.div_parent_statut
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

/* afficher produit */
.section_afficher_produit
.div_photo_produit
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-position: center;
    background-size: cover;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
}
.div_background
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--noir_base_0_5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.section_afficher_produit
.div_image_produit
{
    width: 35%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}
.section_afficher_produit
.div_image_produit
img
{
    width: 100%;
    height: auto;
}
/* details produit */
.section_detail_produit
{
    padding: 30px;
    font-size: 16px;
    color: var(--noir_base);
    display: flex;
    justify-content: center;
    align-items: center;
}
.div_detail_produit
{
    width: 50%;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.detail_produit
{
    width: 100%;
    padding: 10px 0px;
}
.detail_produit:not(:last-child) {
    border-bottom: 1px solid var(--noir_base_0_1);
}
.detail_produit:last-child {
    border-bottom: none;
}
.intro
{
    display: inline-block;
    width: 180px;
    font-weight: bold;
}
/* commentaires */
.comment-section {
    margin-top: 20px;
}
.existing-comments .comment {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.add-comment .form-group {
    margin-bottom: 15px;
}


/* map */
.info-window {
    background: linear-gradient(to right, #db3c55, #3b2b73);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-family: sans-serif;
    outline: none;
}
.info-window a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}
.parent_div_map
{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    background: linear-gradient(135deg, #db3c55, #3b2b73);
}
.div_map
{
    height: 95vh; 
    width: 90%; 
    margin:0px 5%; 
    margin-bottom: 0px; 
    border: 5px solid #3b2b73;
    border-bottom: 5px solid #db3c55;
    background: linear-gradient(135deg, #db3c55, #3b2b73);
}
.div_activer_la_direction
{
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activer_la_direction
{
    background: linear-gradient(135deg, #db3c55, #3b2b73);
    padding: 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 20px;
    outline: none;
    border: none;
}
.icone_rotate {
    animation: icone-rotation 1s linear infinite;
    display: inline-block;
}

@keyframes icone-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* notification */
.section_notification
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: -100%;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
}
.section_notification.active
{
    display: block;
    right: 0;
    transition: right 0.5s ease;
}
.background_section_notification
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--noir_base_0_5);
    z-index: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.div_notification
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    width: 70%;
    background: var(--blanc_base);
    z-index: 2;
    box-shadow: var(--noir_base_0_5) 0px 0px 10px;
    display: block;
    padding: 10px;
    padding-top: 50px;
}
.div_sorti_notification
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    display: flex;
    justify-content: right;
    align-items: center;
    overflow: hidden;
    padding: 0px 20px;
}
.btn_sorti_notification:active
{
    opacity: 0.8;
}
.btn_sorti_notification
{
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--couleur_base);
    border-radius: 10px;
    font-size: 25px;
    color: var(--blanc_base);
}
.details_notifications
{
    padding: 10px;
    border-bottom: 1px solid var(--noir_base_0_1);
    background: var(--blanc_base);
}
.details_notifications.new
{
    background: #ccc;
}
.text_notifications
{
    margin-top: 5px;
    font-size: 16px;
    color: var(--noir_base);
}
.date_notification
{
    font-size: 14px;
    color: var(--noir_base_0_5);
}
.lien_notification
{
    display: inline-block;
    text-decoration: none;
    color: var(--blanc_base);
    background: var(--couleur_1_base);
    padding: 5px;
    border-radius: 5px;
}





.null
{
    display: none;
}