@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Ephesis", sans-serif;
    background-image: url("image/Effet-papier.png");
    background-size: cover;
    /* L'image couvre tout l'écran */
    background-position: center;
    /* Centre l'image */
    background-repeat: no-repeat;
    /* Empêche la répétition */
    background-attachment: fixed;
    /* L'image reste fixe au scroll */

}


nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #6f6f6f;
    overflow: hidden;
    position: fixed;
    width: 100%;
    background: url('image/beige.png');
    z-index: 1000;
}

.photo-bienvenue {
    width: 200px;
    border-radius: 50%;
    display: block;
    margin: 70px auto;
    margin-bottom: -10px;
    /* réduit l'espace avant le titre suivant */
}

.photo-apropos {
    width: 350px;
    max-width: 90%;
    display: block;
    margin: 70px auto;
    border-radius: 10px;
    margin-bottom: -10px;
    /* réduit l'espace avant le titre suivant */
}

nav h1 {
    color: #ffffff;
    font-family: "Ephesis", sans-serif;
    font-size: 20px;
}

nav .onglets {
    margin-top: 25px;
    margin-left: center;
    font-size: 20px;
    margin-bottom: 25px;
    display: flex;
    gap: 20px;
    /* augmente la valeur pour plus d’espace */
}

nav .onglets a {
    text-decoration: none;
    color: #000000;
    margin-right: 10px;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('image/titre.png');
    background-size: cover;
    color: rgb(255, 255, 255);
    text-shadow:
        -2px -2px 0 black,
        2px -2px 0 black,
        -2px 2px 0 black,
        2px 2px 0 black,
        0px 2px 0 black,
        2px 0px 0 black,
        -2px 0px 0 black,
        0px -2px 0 black;
    padding: 0px;
    font-size: 20PX;
}

header h1,
header h2,
header h3 {
    margin: 0;
}

header .main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

header h1 {
    font-family: "Ephesis", sans-serif;
    font-size: 45px;
    margin-top: 100PX;
}

header h3 {
    font-family: "Caveat", sans-serif;
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

header h5 {
    font-family: "Caveat", sans-serif;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

header button {
    cursor: pointer;
}

section h2 {
    font-family: "Ephesis", sans-serif;
    font-size: 40px;
    text-align: center;
    margin-top: 30px;

}


section h4 {
    font-family: "Ephesis", sans-serif;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;

}

.h2b {
    font-family: "Ephesis", sans-serif;
    font-size: 40px;
    text-align: center;
    margin-top: 40px;
    border-bottom: 2px solid #000000;
    width: 30%;
    margin-left: 35%;
}

.pb {
    color: #393838;
    font-family: "Ephesis", sans-serif;
    font-size: 28PX;
    text-align: center;
    margin: 20px auto
}

section p {
    font-family: "Ephesis", sans-serif;
    font-size: 28px;
    text-align: center;
}

.main .content .card .left h6 {
    font-family: "Ephesis", sans-serif;
    font-size: 18px;
    margin-top: 5px;
}

.main {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .content .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 70px auto;
    /* centre horizontalement */
    max-width: 700px;
    /* largeur maximale de la carte */
    gap: 5px;
    /* espace entre texte et image */
    position: relative;
}

.main .content .card .left {
    flex: 0 0 30%;
    padding: 5px 15px 15px 15px;
    background-color: #CAC4B0;
    color: #000000;
    font-family: "Ephesis", sans-serif;
    text-align: center;
    overflow: hidden;
    margin-top: 0px;
    font-size: 22px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main .content .card .right {
    flex: 0 0 70%;
    display: flex;
    justify-content: center;

}

.main .content .card .right img {
    width: 100%;
    max-width: 320px;
    /* ← ajuste ici la taille idéale */
    height: auto;

}

.main .content .card .right img:hover {
    transform: scale(1.03);
}

.btn1 {
    background-color: #393838;
    color: #fff;
    margin-left: 50PX;
    padding: 5PX;
    border-radius: 100%;
    cursor: pointer;
}

.imgt {
    width: 100%;
    margin-top: 65PX;
}

.contactp {
    color: #000000;
    font-family: "Ephesis", sans-serif;
    font-size: 35PX;
    text-align: center;
    margin-top: 50PX;
}

.h2t {
    border-bottom: 2px solid #000000;
    width: 50%;
    margin-left: 25%;
    margin-top: 99PX;
}

.Avis {
    border-bottom: 2px solid #000000;
    width: 50%;
    margin-left: 25%;
    margin-top: 99PX;
}

.avis strong {
    font-size: 20px;
    font-family: "Caveat", sans-serif;
    display: block;
    margin-bottom: 5px;
}

.h2p {
    border-bottom: 2px solid #000000;
    width: 50%;
    margin: 40px auto 20px auto;
}

.contacth2 {
    border-bottom: 2px solid #000000;
    width: 50%;
    margin-left: 25%;
    color: #000000;
    margin-top: 73PX;
}

footer {
    background: url('image/beige.png');
}

form {
    margin: 50px auto;
    max-width: 900px;
    text-align: center;
}

input,
textarea,
button {
    border: 2px solid black;
    /* contour noir */
    width: 40%;
    padding: 10px;
    margin: 20px auto;
    /* centre les champs */
    display: block;
    /* nécessaire pour le centrage */
    font-size: 1.2em;
    font-family: "Caveat", sans-serif;
    border-radius: 8px;
}

textarea {
    height: 100px;
}

button {
    font-size: 1.3em;
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
    cursor: pointer;
}

.copy {
    color: #000000;
    text-align: center;
    font-family: "Ephesis", sans-serif;
    font-size: 20px;
    /* correction */
}

.insta {
    display: flex;
    flex-direction: column;
    /* met le texte sous l’icône */
    align-items: center;
    /* centre le tout */
    text-decoration: none;
    color: #000000;
}

.insta i {
    font-size: 45px;
}

.insta span {
    margin-top: 1px;
    /* espace entre icône et texte */
    font-size: 25px;
}



/* ðÂÂÂÂÂÂÂÂÂÂÂÂÂÂ¥ FORCE DEFINITIVE LIENS FOOTER EN BLANC */

footer a,
footer a:visited,
footer a:active {
    color: #000000 !important;
    text-decoration: none !important;
}

footer a:hover {
    color: #000000 !important;
    text-decoration: underline !important;
}

/* ========================= */
/* VERSION TELEPHONE */
/* ========================= */

@media screen and (max-width:768px) {

    nav .onglets {
        margin-left: 0;
        margin-bottom: 20px;
    }

    /* carte verticale */
    .main .content .card {
        flex-direction: column-reverse;
        align-items: center;
        margin: 40px auto;
    }

    /* bloc texte */
    .main .content .card .left {
        width: 50%;
        /* réduit la largeur */
        padding: 6px 8px;
        /* réduit la hauteur */
    }


    /* image */
    .main .content .card .right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .main .content .card .right img {
        max-width: 300px;
    }

    /* titres */
    .main .content .card .left h3 {
        font-size: 20px;
    }

    .main .content .card .left h6 {
        font-size: 16px;
    }

    /* coeur */
    .like-container {
        position: relative;
        width: 100%;
        margin-top: 5px;
        /* espace sous l'image */
        left: 0;
        top: 0;
        text-align: center;
    }

    .video-presentation{
max-width:100px;   /* ← taille réelle */
width:100%;
margin:20px auto;
}


}



/* BANNIERE COOKIES RGPD */

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    /* texte au-dessus, boutons dessous */
    align-items: center;
    /* centre horizontalement */
    gap: 10px;
    /* espace entre texte et boutons */
    z-index: 9999;
    font-family: "Caveat", sans-serif;
}

.cookie-text {
    text-align: center;
    font-size: 16px;
}

.cookie-banner p {
    margin: 0;
    font-size: 20px;
}

.cookie-banner a {
    color: #ffffff;
    text-decoration: underline;
}

.cookie-buttons button {
    width: auto;
    padding: 10px 18px;
    /* augmente la taille du bouton */
    font-size: 16px;
    /* texte plus grand */
    margin-left: 10px;
    border-radius: 8px;
    cursor: pointer;
}


.cookie-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    /* centre les boutons */
    align-items: center;
    width: 100%;
}

#accept-cookies {
    background-color: #ffffff;
    color: #000000;
}

#refuse-cookies {
    background-color: #444;
    color: #ffffff;
}

#accept-cookies:hover {
    opacity: 0.8;
}

#refuse-cookies:hover {
    opacity: 0.8;
}

.like-container {
    width: 100%;
    position: relative;
    top: -30px;
    /* remonte le coeur */
    left: 0px;
    /* décale à droite */
    text-align: center;
}


.like-btn {
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

.like-btn:hover {
    color: #ff4d6d;
    transform: scale(1.2);
}

.like-btn.liked {
    color: red;
}

.like-count {
    margin-left: 8px;
    font-weight: bold;
}

@keyframes pop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.stars span {
    font-size: 30px;
    cursor: pointer;
    color: gray;
}

.stars span.active {
    color: gold;
}

.stars {
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 100%;
}

.avis p {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0;
    margin-top: 4px;
    margin-bottom: 0;
}

.zoom-img {
    cursor: zoom-in;
}

#lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding-top: 60px;
}

#lightbox-img {
    max-width: 90%;
    max-height: 85%;
}

#close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: white;
    cursor: pointer;
    padding: 20px;
    user-select: none;
}

.prev {
    left: 30px;
}

.next {
    right: 30px;
}

.prev:hover,
.next:hover {
    color: #ccc;
}

.video-presentation{
width:100%;
max-width:200px;
display:block;
margin:40px auto;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.2);
margin:70px auto 0px auto;
}