/* Gelato Luxe */
<link href="https://fonts.googleapis.com/css2?family=Satisfy&display=swap" rel="stylesheet">


<link href="https://fonts.googleapis.com/css2?family=Satisfy&family=Sofia&display=swap" rel="stylesheet">



/*---------------------------------------------*/
section.section-aubaine {
    margin-top: 20px;
}
.section-aubaine {
    position: relative;
    width: 100%;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

/* Image de fond + dégradé */
.section-aubaine::before {
	height: 732px;
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at right center, rgba(114, 42, 29, 0.8) 0%, rgb(52, 16, 22) 85%),
        url("https://www.reservation.laubaine-videgrenier.fr/img/cms/Vide-grenier-permanent-a-Villeneuve-sur-Lot-–-LAubaine-seconde-main-organisee-et-chaleureuse.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Image horloge pleine hauteur */
.section-aubaine::after {
    content: "";
    position: absolute;
    top: 0;
    top: -40px;
    right: 473px;
    height: 100%;
    width: 32%;
    background: url("https://www.reservation.laubaine-videgrenier.fr/img/cms/élément visuel 2@4x.png") no-repeat right center;
    background-size: contain;
    opacity: 0.05;
    z-index: 2;
    pointer-events: none;
}

/* Contenu */
.aubaine-content {
    position: relative;
    z-index: 3;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
}

/* 2/3 texte */
.aubaine-text {
    flex: 0 0 66.666%;
}

/* H1 */
.aubaine-text h1 {
    font-family: "gelato-luxe", cursive;
    font-size: 80px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 30px;
    color: white;
}

/* Trait sous le H1 */
.aubaine-text h1::after {
    content: "";
    display: block;
    width: 580px;
    height: 6px;
    background: #ffffff;
    margin-top: 25px;
}

.yello {
    color: #F8AC15!important;
}

.highlight {
    background: #ffffff;
    color: #341016;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
}

/* Paragraphe */
.aubaine-text p {
    font-family: "sofia-pro-soft", cursive;
    font-size: 22px;
    line-height: 1.6;
    max-width: 600px;
   
    color: white;
}

/* 1/3 logo */
.aubaine-logo {
    flex: 0 0 33.333%;
    display: flex;
    justify-content: center;
}

.aubaine-logo img {
    
    max-width: 500px;
    height: auto;
}

/* Container flex boutons */
.accesliens {
    display: flex;
    gap: 25px;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* Style commun boutons */
.accesliens a {
    padding: 14px 28px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

/* Icônes dans les boutons */
.accesliens i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* Petit effet au hover sur icône */
.btn-resa:hover i,
.btn-deposant:hover i {
    transform: translateX(4px);
}

/* Bouton Réserver */
.btn-resa {
    background: #de4613;
    border-top-left-radius: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.27);
}

.btn-resa:hover {
    background: #f15b28;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}

/* Bouton Espace déposant */
.btn-deposant {
    background: #c57e11;
    border-top-left-radius: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.27);
}

.btn-deposant:hover {
    background: #e29826;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}

.accesliens a svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    transition: transform 0.3s ease;
    color: white; /* S'assure que le SVG suit la couleur du texte */
}

.btn-resa:hover svg,
.btn-deposant:hover svg {
    transform: translateX(4px);
}



/* Responsive */
@media (max-width: 1000px) {

    .aubaine-content {
        flex-direction: column;
        text-align: center;
    }

    .aubaine-text,
    .aubaine-logo {
        flex: 100%;
    }

    .aubaine-text h1 {
        font-size: 48px;
    }

    .section-aubaine::after {
        width: 70%;
        opacity: 0.08;
        right: 0;
    }

    .aubaine-logo img {
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .accesliens {
        justify-content: center;
    }
}


/*----------------------ESPACE DEPOSANT-----------------------*/
/* Section pleine largeur avec image + dégradé (défilement normal) */
.espace-deposant {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background:
        linear-gradient(0deg, rgba(255, 246, 188, 0.9) 0%, rgba(252, 249, 232, 0.9) 74%, #fcf9e8 100%),
        url("https://www.reservation.laubaine-videgrenier.fr/img/cms/élément visuel 5@4x.png");
    background-size: cover;
    background-position: contain;
    background-repeat: no-repeat;
    /* Pas de fixed pour que l'image défile */
    color: #fff;
	background-attachment: fixed !important;
}

/* Contenu centré */
.espace-content {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    text-align: center;
}

/* H1 principal */
.espace-text h1 {
    font-family: "gelato-luxe", cursive;
    font-size: 80px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 50px;
    color: black;
}

/* Flex pour les deux blocs */
.espace-blocs {

    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;

}

/* Bloc individuel (agrandi) */
.bloc {
    background: url("https://www.reservation.laubaine-videgrenier.fr/img/cms/Fond-feuille-de-papier-decor-site-du-vide-grenier-permanent-de-LAubaine.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 50px 30px; /* plus grand padding */
    flex: 0 0 380px; /* plus large que 300px */
    text-align: center;
    color: #341016;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.bloc:hover {
    transform: translateY(-5px);
}

/* Image dans le bloc */
.bloc img {
    width: 540px;
    height: 140px;
    object-fit: contain;
    margin-bottom: 25px;
}

/* Titre du bloc */
.bloc h2 {
    font-family: "gelato-luxe", cursive;
    font-size: 50px; 
    margin-bottom: 20px;
	color: black;
}

/* Paragraphe du bloc */
.bloc p {
    font-family: "sofia-pro-soft", cursive;
    font-size: 22px;
    line-height: 1.6;
    max-width: 600px;
    color: black;
}

/* Responsive */
@media (max-width: 1000px) {
    .espace-blocs {
        flex-direction: column;
        align-items: center;
    }

    .bloc {
        flex: 0 0 80%; /* s'adapte à la largeur */
        padding: 40px 20px;
    }

    .bloc img {
        width: 120px;
        height: 120px;
    }

    .bloc h2 {
        font-size: 28px;
    }

    .bloc p {
        max-width: 90%;
    }
}

.bloc {
    display: flex;
    flex-direction: column;
    text-decoration: none; /* enlève le soulignement du lien */
    color: inherit;        /* garde la couleur du texte */
    background: url("https://www.reservation.laubaine-videgrenier.fr/img/cms/Fond-feuille-de-papier-decor-site-du-vide-grenier-permanent-de-LAubaine.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 50px 30px;
    flex: 0 0 380px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.bloc:hover {
    transform: translateY(-5px);
    cursor: pointer;
}
.etiquette-info {
    display: flex;
    flex-direction: column;
    gap: 15px; /* espace entre les lignes */
    font-family: "Sofia", cursive;
    font-size: 18px;
    line-height: 1.6;
    color: white;
}

.etiquette-item {
    display: flex;
    align-items: flex-start;
    gap: 10px; /* espace entre le svg et le texte */
}

.etiquette-item svg {
	
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    stroke: black; /* couleur du SVG */
    margin-top: 4px; /* ajuster verticalement selon le texte */
}


/*******************************************************************************/

/* Bouton à l'intérieur du bloc */
.btn-inbloc {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 12px 24px;

    cursor: pointer;
    transition: all 0.3s ease;
	
	color: white;
	background: #de4613;
    border-top-left-radius: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.27);
}

.btn-inbloc svg {
    transition: transform 0.3s ease;
}

.btn-inbloc:hover {
	color: white;
    background: #f15b28;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}

.btn-inbloc:hover svg {
    transform: translateX(4px);
}
/* Bouton à l'intérieur du bloc 2 */
.btn-inbloc2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 250px;
    padding: 12px 24px;
    
    color: #fff;
    font-weight: 600;
   
    cursor: pointer;
    transition: all 0.3s ease;
	background: #c57e11;
    border-top-left-radius: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.27);
}

.btn-inbloc2 svg {
    transition: transform 0.3s ease;
}

.btn-inbloc2:hover {
	color: #fff;
   background: #e29826;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}

.btn-inbloc2:hover svg {
    transform: translateX(4px);
}
/*--------------------------------------------RESASTAND---------------------------------*/
/* Section ResaStand */
.resa-stand {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    justify-content: center; /* centre horizontal */
    align-items: center;     /* centre vertical */
    color: white;
    overflow: hidden;
    
    /* Image de fond et dégradé */
   background:
        linear-gradient(135deg, var(--theme-palette-color-1, #341016) 0%, var(--theme-palette-color-2, #722a1d) 100%),
        url("https://www.reservation.laubaine-videgrenier.fr/img/cms/Reservationdestand.jpg") center/cover no-repeat;
}



/* Image en transparence sur la gauche */
.resa-stand::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: url("https://www.reservation.laubaine-videgrenier.fr/img/cms/élément%20visuel%203@4x.png") no-repeat left center;
    background-size: contain;
    opacity: 0.2;
    pointer-events: none;
}

/* Contenu centré dans la section */
.resa-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    text-align: center;
}

/* Texte de la section */
.resa-text h1 {
    font-family: "gelato-luxe", cursive;
    font-size: 60px;
    line-height: 1.1em;
    margin-bottom: 20px;
    color: white;
}

.resa-text p {
    font-family: "sofia-pro-soft", cursive;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: white;
}

/* Bouton */
.accesliens {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.accesliens a {
    padding: 14px 28px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.accesliens a svg {
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s ease;
    color: white;
}

.btn-resa {
    background: #de4613;
    border-top-left-radius: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.27);
    transition: all 0.3s ease;
}

.btn-resa:hover {
    background: #f15b28;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
}

.btn-resa:hover svg {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1000px) {
    .resa-text h1 {
        font-size: 40px;
    }
    .resa-text p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .resa-content {
        max-width: 90%;
    }
}
