/*
Theme Name: Astra Child
Template: astra
*/


/* =========================================================
   DREAM AVENUE
========================================================= */

@font-face {
    font-family: 'Dream Avenue';
    src: url('./fonts/dream-avenue.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* =========================================================
   CORMORANT GARAMOND
========================================================= */

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('./fonts/CormorantGaramond-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Cormorant Garamond';
    src: url('./fonts/CormorantGaramond-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Cormorant Garamond';
    src: url('./fonts/CormorantGaramond-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Cormorant Garamond';
    src: url('./fonts/CormorantGaramond-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Cormorant Garamond';
    src: url('./fonts/CormorantGaramond-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


/* =========================================================
   PP HATTON
========================================================= */

@font-face {
    font-family: 'PP Hatton';
    src: url('./fonts/PP Hatton Medium 500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'PP Hatton';
    src: url('./fonts/PP Hatton Ultralight 200.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


/* =========================================================
   PLAYFAIR DISPLAY
   Tes fichiers sont en TTF, donc PAS .woff2
========================================================= */

@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



input,
select,
textarea {
    all: unset;
    /* réinitialise tout héritage, user agent et thème */
    display: block;
    /* remet display normal */
    box-sizing: border-box;
    width: 100%;
    padding: 12px 16px;
    margin: 0 0 16px 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
}

/* Focus */


/* Font */

section p,
a,
h1,
h2,
h3 {
    font-family: 'Cormorant Garamond', serif !important;
}

section {
    overflow-x: hidden !important;
    overflow-y: hidden;
}

a:hover,
button:hover {
    color: black !important;
}

a {
    text-decoration: none !important;
}

#primary {
    margin: 0 !important;
    padding: 0 !important;
}

/* #p1ssCtn1sct2Box1{
    font-family: "PP Hatton", serif!important;
    font-weight: 400;
}
#p2ssCtn1sct2Box1{
    font-family: "PP Hatton", serif!important;
    font-weight: 400;
} */

#p1ssCtn1sct2Box1 {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 400;
    font-size: 3.5rem;
}

#p2ssCtn1sct2Box1 {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600;
    font-size: 3rem;
}

#ssCtn1sct2Box2 p {
    font-size: 1.8rem !important;
}



/* section 1 accueil */
body {
    background-color: white;
    margin: 0 !important;
    padding: 0 !important;
}

html {
    margin: 0 !important;
}



.ast-container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

#sct1 {
    background-color: beige !important;
    width: 100% !important;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    align-items: center;
    position: relative;

}

#sct1>img {
    position: absolute;
    width: 100%;
    height: 100%;
}

#sct1>div {
    width: 100%;
    height: auto;
    position: relative;
    width: 80%;
    margin: auto;
}

#ssSs1sct1>div {
    display: grid;
    grid-template-columns: 80% 20%;
    width: 80%;
    margin: auto;
}

#ssSs1sct1 h1 {
    display: flex;
    align-items: end;
    justify-content: end;
    font-size: 2rem;
}

#ssSs2sct1 {
    display: flex;
    justify-content: center;
}

#ssSs2sct1>div {
    width: 80%;
    position: relative;
}

#ssSs2sct1 img {
    position: absolute;
    bottom: -100px;
}

#ssSs2sct1 p {
    text-align: center;
    font-size: 5rem;
    width: 70%;
    margin-bottom: 0;
}

.pssSs2_1sct1 {
    margin-right: 30%;
}

.pssSs2_2sct1 {
    margin-left: 30%;
}

#ssSs3sct1 {
    display: flex;
    justify-content: center;
}

#ssSs3sct1>div {
    width: 268px;

}

#ssSs3sct1 p {
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
}

#ssSs3sct1 img {}

#sct1 {
    background-color: beige !important;
    width: 100% !important;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    align-items: center;
    position: relative;
}

#sct1>img {
    position: absolute;
    width: 100%;
    height: 100%;
}

#sct1>div {
    width: 100%;
    height: auto;
    position: relative;
    width: 80%;
    margin: auto;
}

#ssSs1sct1>div {
    display: grid;
    grid-template-columns: 80% 20%;
    width: 80%;
    margin: auto;
}

#ssSs1sct1 h1 {
    display: flex;
    align-items: end;
    justify-content: end;
    font-size: 2rem;
}

#ssSs2sct1 {
    display: flex;
    justify-content: center;
}

#ssSs2sct1>div {
    width: 80%;
    position: relative;
}

#ssSs2sct1 img {
    position: absolute;
    bottom: -100px;
}

#ssSs2sct1 p {
    text-align: center;
    font-size: 5rem;
    width: 70%;
    margin-bottom: 0;
}

.pssSs2_1sct1 {
    margin-right: 30%;
}

.pssSs2_2sct1 {
    margin-left: 30%;
}

#ssSs3sct1 {
    display: flex;
    justify-content: center;
}

#ssSs3sct1>div {
    width: 268px;

}

#ssSs3sct1 p {
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
}

#ssSs3sct1 img {}

#anim1Index {
    animation: scalePulse 2s ease-in-out forwards;
    transform-origin: center;
    display: block;
    margin: auto;
    max-width: 100%;
}

@keyframes scalePulse {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.95);
    }

    75% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}


body {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    background-color: #fff;
}

/* Page 1 */
.page1 {
    display: grid;
    grid-template-columns: 40% 60%;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
}

.left h1 {
    position: absolute;
    z-index: 11;
    background-color: white;
    transform: translateX(100px) translateY(-110px);
    font-size: 6rem !important;
    font-weight: 400;
    padding: 20px;
}

.left h2 {
    position: absolute;
    z-index: 10;
    background-color: white;
    transform: translateX(100px);
    font-size: 6rem;
    padding: 20px;
    border-radius: 15px;
    font-weight: 400;
}


.left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
}

.left h1 {
    font-size: 5rem;
    line-height: 1.2;
    padding: 15px;
    border-radius: 15px;
}

#bg1 {

    transform: translateX(300px) translateY(100px);
    z-index: 15;
    position: absolute;
}

.right {
    flex: 1;
    position: relative;
}

.right img {
    width: 100%;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    object-fit: cover;
}

.logoIndex {
    position: absolute;
    top: 30%;
    left: 10%;
    font-size: 2rem;
    font-weight: bold;
}

/* Page 2 */
/* La section principale */
.page2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Vidéo */
.page2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Wrapper vidéo */
.page2 .video-wrapperIndex {
    position: relative;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    filter: brightness(0.6);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    animation: moveDownRadius 1s ease forwards;
    animation-delay: 2s;
}

/* Animation descente / arrondi du bloc vidéo */
@keyframes moveDownRadius {
    0% {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        transform: translateY(0);
    }

    100% {
        border-top-left-radius: 120px;
        border-top-right-radius: 120px;
        transform: translateY(120px);
    }
}

/* Vidéo dans le wrapper */
.video-wrapperIndex video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay par-dessus la vidéo */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
    color: white;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    pointer-events: none;
}

/* Titre MAISON AQUARIUS */
.page2 h3 {
    color: white;
    font-size: 3rem;
    position: absolute;
    top: 180px;
    right: 100px;
    font-family: 'Playfair Display', serif !important;
    font-weight: 100;
    z-index: 5;
    margin: 0;
}

/* Blocs de texte superposés */
.text-blockIndex {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    opacity: 0;
    /* caché par défaut */
}

.text-blockIndex p,
.text-blockIndex h1,
.text-blockIndex h2 {
    margin: 0 !important;
}

/* H1 / H2 généraux */
.page2 h1 {
    color: white;
    font-size: 7rem;
    position: absolute;
    left: 100px;
    font-family: 'Dream Avenue', serif !important;
    font-weight: 100;
    z-index: 5;
}

.page2 h2 {
    color: white;
    font-size: 7rem;
    position: absolute;
    left: 100px;
    font-family: 'Dream Avenue', serif !important;
    font-weight: 100;
    z-index: 5;
}

/* Positions spécifiques */
.page2 .first h1 {
    top: 240px;
}

.page2 .first h2 {
    top: 360px;
}

.page2 .second h1 {
    top: 350px;
}

.page2 .second h2 {
    top: 470px;
}

/* Texte "Communication" */
#textCommunicationIndex1 {
    color: white;
    font-size: 7rem;
    position: absolute;
    top: 455px;
    left: 100px;
    margin: 0 !important;
    font-family: 'Dream Avenue', serif !important;
    font-weight: 100;
    z-index: 5;
}

/* Gros & rouge */
#textAndIndex {
    color: #8b1027;
    font-size: 20rem;
    position: absolute;
    top: 275px;
    left: 165px;
    margin: 0 !important;
    font-family: "PP Hatton", serif !important;
    font-weight: 100;
    z-index: 4;
}

/* Animations texte */
@keyframes fadeSlide {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }

    50% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }

    100% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }
}

@keyframes fadeSlide2 {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

/* ⚠️ Les ANIMATIONS ne se lancent que quand la vidéo est prête */
.page2.video-ready .text-blockIndex.first {
    animation: fadeSlide 3s ease-in-out;
    animation-delay: 0s;
}

.page2.video-ready .text-blockIndex.second {
    animation: fadeSlide2 3s ease-in-out forwards;
    animation-delay: 3s;
}

/* (si tu veux animer les <p> du second bloc en même temps) */
.page2.video-ready .text-blockIndex.second p {
    animation: fadeSlide2 3s ease-in-out forwards;
    animation-delay: 3s;
}


/* .page2 {
    position: relative;
    overflow: hidden;
    height: 100vh;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
}


.text-blockfirst .page2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page2 .video-wrapperIndex {
    filter: brightness(0.6);
}

.page2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page2 h1 {
    color: white;
    font-size: 7rem;
    position: absolute;
    top: 240px;
    left: 100px;
    font-family: 'Dream Avenue', serif !important;
    font-weight: 100;
    z-index: 5;
}

.page2 .first h1 {
    top: 240px;
}

.page2 .first h2 {
    top: 360px;
}

.page2 .second h1 {
    top: 350px;
}

.page2 .second h2 {
    top: 470px;
}

.page2 h2 {
    color: white;
    font-size: 7rem;
    position: absolute;
    left: 100px;
    font-family: 'Dream Avenue', serif !important;
    font-weight: 100;
    z-index: 5;
}

#textCommunicationIndex1 {
    color: white;
    font-size: 7rem;
    position: absolute;
    top: 455px;
    left: 100px;
    margin: 0 !important;
    font-family: 'Dream Avenue', serif !important;

    font-weight: 100;
    z-index: 5;

}

#textAndIndex {
    color: #8b1027;
    font-size: 20rem;
    position: absolute;
    top: 275px;
    left: 165px;
    margin: 0 !important;
    font-family: "PP Hatton", serif !important;
    font-weight: 100;
    z-index: 4;

}

.page2 h3 {
    color: white;
    font-size: 3rem;
    position: absolute;
    top: 180px;
    right: 100px;
    font-family: 'Playfair Display', serif !important;
    font-weight: 100;
    z-index: 5;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
    color: white;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
}

.text-blockIndex {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    opacity: 0;
}

.text-blockIndex p,
.text-blockIndex h1,
.text-blockIndex h2 {
    margin: 0 !important;
}


@keyframes fadeSlide {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }

    50% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }

    100% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }
}

@keyframes fadeSlide2 {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

.text-blockIndex.first {
    animation: fadeSlide 3s ease-in-out normal;
    animation-delay: 0 !important;
}

.text-blockIndex.second {
    animation: fadeSlide2 3s ease-in-out forwards;
    animation-delay: 3s;
}

.text-blockIndex.secod p {
    animation: fadeSlide2 3s ease-in-out forwards;
    animation-delay: 3s;
}



.video-wrapperIndex {
    position: relative;
    width: 100%;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    animation: moveDownRadius 1s ease forwards;
    animation-delay: 2s;
}

@keyframes moveDownRadius {
    0% {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        transform: translateY(0);
    }

    100% {
        border-top-left-radius: 120px;
        border-top-right-radius: 120px;
        transform: translateY(120px);
    }
}

.video-wrapperIndex video {
    width: 100%;
    height: calc(100dvh - 0px);
    object-fit: cover;
}


.video-wrapperIndex video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@keyframes revealHorizontal {
    from {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    to {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
} */


/* section 2 index */
#sct2 {
    width: 100%;
    height: 120dvh;
    height: calc(var(--vh, 1vh) * 120);
}

#ssCtn1sct2 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr;
}

#ssCtn1sct2 {
    margin: 50px;
}


#ssCtn1sct2Box2 {
    display: flex;
    align-items: center;
    margin: 30px 0;
    gap: 10px;
}

#ssCtn1sct2Box2>img {
    width: 50px !important;
}

#ssCtn1sct2Row1 {
    margin: 0 25px;
}

#ssCtn1sct2Box2 p {
    margin: 0;
    font-size: 1rem;
    color: #8f2222;
}

#ssCtn1sct2Box1 {

    margin: auto
}

#ssCtn1sct2Box1 p {
    margin: 0;
    width: 100%;
    margin: auto;
}

#ssCtn1sct2Row2 {
    display: flex;
    justify-content: center;
    height: 90%;
}

#ssCtn1sct2Row2 picture img {
    width: auto;
    height: auto;
}

#p2ssCtn1sct2Box1 {
    text-align: end;
    font-weight: 600;
}

#ssCtn1sct2Row3 {
    grid-column: 1/3;
    display: flex;
    justify-content: center;
    height: 50px;
    margin-top: 30px;
}

#ssCtn1sct2Row3 a {
    font-size: 1rem !important;
}

#ssCtn1sct2Box3 p {
    margin-bottom: 1.3em;
}

#sct2 a {
    background-color: #f6f5f3;
    border-radius: 30px;
    color: black;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

/* section 3 (petite) */

#sct3 {
    width: 100%;
    height: 45vh;
    height: calc(var(--vh, 1vh) * 45);
    display: flex;
    align-items: center;
}




#sct3>div {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f5f3;
}

#engagementP1 {
    position: absolute;
    top: 0;
    font-size: 2.5rem;
    top: -3rem;
    margin: 0 !important;
}

#engagementIndexTitle {
    position: absolute;
    top: -1.5rem;
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
}

#campagne {
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
}

/* sct 4 */
#sct4 {
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
}

#ssCtn1sct4Row1Index {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 250px;
}

#ssCtn1sct4Box2Index {
    display: flex;
    justify-content: center;
}

#ssCtn1sct4Box2Index img {
    height: 250px;
}

#ssCtn1sct4Row1Index p {
    font-size: 1.3rem;
    color: rgb(0, 0, 0);
    margin: 0;
    text-align: center;
}

#ssCtn1sct4Box1Index,
#ssCtn1sct4Box3Index {
    background-color: #4c77635c;
    padding: 0 30px;
}


#ssCtn1sct4Box1Index,
#ssCtn1sct4Box3Index {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#ssCtn1sct4Row2Index {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: center;
}

#ssCtn1sct4Row2Index>img {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ssCtn1sct4Row2Index p {
    position: relative;
    text-align: center;
    font-size: 1.3rem;
    width: 90%;
    margin: 0 auto;
}

#sct5 {
    padding: 150px 0;
}


/* footer */
footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 25px;
    background-color: #f6f5f3;
}

footer a {
    color: black;
}

.contact-line {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 10px;
}

.contact-numbers a {
    color: black;
}

.contact-line p {
    margin: 0;
}

.contact-line p a {
    color: #8f2222;
    font-weight: 600;

}

#social-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

#design-contact {
    margin-bottom: 50px;
}

#footer-middle {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 25px;
}

#footer-navigation {
    padding-bottom: 25px;
}

#footer-contact-button {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

#footer-bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footer-logo {
    display: flex;
    justify-content: center;
}

#footer-logo img {
    width: 40%;
    margin-bottom: 50px;
}

#contact-title {
    font-size: 1.8rem;
}

#footer-slogan {
    font-size: 2rem;
    transform: translateY(-40px);
}

#contact-support-button {
    background-color: #8f2222;
    color: white;
    padding: 10px;
    font-size: 1.3rem;
    font-family: 'Cormorant Garamond', serif;


}

#contact-support-button :hover {
    color: white;
}

#social-icons img {
    margin-bottom: 50px
}

#footer-legal {
    position: absolute;
    bottom: 0px;
    right: 100px;
    width: 100%;
}

#footer-legal a {
    margin-right: 10px;

}

/* section prestations*/


#sctPrestation1 {
    width: 100%;
    height: 80dvh;
    height: calc(var(--vh, 1vh) * 80);
    transform: translateY(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 15;
    overflow-x: hidden !important;
    gap: 50px;
}

.sctPrestationStart #engagementP1 {
    margin: 0 !important;
    top: -2rem !important;
}

#ctnSc1Prestation {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f5f3;
}

.ctn2Sc1Prestation1 {
    width: 100%;
    position: absolute;
    bottom: 60px;
}

.ts_left {
    display: flex;
    justify-content: end;
    align-items: center;
}

.ts_left span {
    transform: translateX(8px) translateY(-7px);
}

.ts_right {
    display: flex;

}

.ts_right span {
    transform: translateX(7px) translateY(10px);

}

.modifTitlePrestaDroite {
    display: flex;
    align-items: center;
    justify-content: end;
}

.modifTitlePrestaDroite span {
    display: inline-block;
    transform: translateX(3px) translateY(-5px);
}


#ssCtn2Sc1Prestation {
    width: 100%;
    display: grid;
    grid-template-columns: 30% 40% 30%;
    align-items: center;
    height: 240px;
}

#ssCtn2Sc1Prestation svg {
    width: 100%;
}

#ctnLigne {
    position: relative;
    display: flex;
    justify-content: center;
}

#ctnLigne p {
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 5;
    font-size: 2rem;
    font-family: 'Playfair Display', serif !important;
    font-weight: 400 !important;
}

.ctn2Sc1Prestation1>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;

    position: absolute;
    overflow: hidden;
    /* important : masque ce qui dépasse */
    opacity: 1;
    height: auto;
    /* on part d'une hauteur nulle */
    /* ⏳ décale l’animation de 2 secondes */
}

@keyframes revealVertical2 {
    from {
        width: 0;
        height: 0;
        opacity: 0;
    }

    to {
        width: 400px;
        height: auto;
        /* hauteur initiale de ton conteneur */
        opacity: 1;
    }
}


/* section 2 préstation */
.sctPrestation2 {
    height: 80dvh;
    height: calc(var(--vh, 1vh) * 80);
}

.ctn2Sc1PrestationOne {
    height: 90dvh !important;
    height: calc(var(--vh, 1vh) * 90) !important;
}

.sctPrestation2>div {
    display: grid;
    grid-template-columns: 45% 55%;
    height: 330px;
    margin: auto;
    width: 100%;
    overflow: hidden;
}

.sctPrestation2 h2 {
    font-size: 1.8rem;
}

.modifTitlePrestaDroite::first-letter {
    font-size: 3.3rem !important;
    color: #8f2222 !important;
    font-weight: 600 !important;
}

.sctPrestation2 h2::first-letter {
    font-size: 3.3rem !important;
    color: #8f2222;
    font-weight: 600;
}

.sctPrestation2 h2 span {
    font-size: 3.3rem;
    color: #8f2222;
    font-weight: 600;
}

.sctPrestation2 h3 {
    font-size: 1.8rem;
}

/* reverse */
.ctnrevsersePers {
    direction: rtl;
}

.ctnTwoPresctionsct2 {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: 0;
    justify-content: center !important;
    padding: 0 !important;
    gap: 7px !important;
}

.ctnTwoPresctionsct2>div {
    align-items: center;
}

.ctnTwoPresctionsct2 p {
    margin: 0 !important;
}

.ctnTwoPresctionsct2One {
    padding-top: 0 !important;
}

.stpPrestaOne>div {
    height: 350px;
}

.stpPrestaOne .ctnPrestationImg {
    height: 350px;
}

.stpPrestaOne .ctnOnePresctionsct2 {
    margin-top: 25px !important;
}

.stpPrestaOne .ctnTopSctpres2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.ctnTwoPresctionsct2 {
    padding: 40px 0;
    margin-left: 10%;
}

.ctnOnePresctionsct2Gen {
    margin-top: 5px !important;
    margin-left: 5% !important;
}

.ctnTwoPresctionsct2 p {
    margin-bottom: 10px !important;
    font-size: 1.2rem;
}

.ctnTwoPresctionsct2 svg {
    width: 35px;
    height: 35px;
}

.ctnTwoPresctionsct2>div {
    display: flex;
    gap: 40px;
}

/* .ctnTwoPresctionsct2reverse {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
} */

.ctnTopSctpres2 {
    width: 100%;
    height: 100%;
    margin: auto;
}

.ctnTwoPresctionsct2 img {
    margin-right: 10px;
}

.ctnTopSctpres2 {
    background-color: #f6f5f3;
}

.sctPrestation2 h2 {
    width: 90%;
    margin-left: 5%;
}

.sctPrestation2 h3 {
    width: 50%;
    margin-left: 10%;
}

.ctnOnePresctionsct2 {
    display: flex;
    align-items: center;
    width: 90%;
    margin-left: 10%;
}

.ctnOnePresctionsct2 p {
    margin: 0;
    margin-left: 15px;
    font-size: 1.3rem;
}

.ctnOnePresctionsct2 img {
    width: 40px;
    height: 40px;
}

.ctnOnePresctionsct2 {
    margin-top: 30px;
}

.ctnTwoPresctionsct2New {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 10%;
}

.ctnTwoPresctionsct2 div div {
    display: flex;
    flex-direction: column;
}

.titleNoPadding {
    margin: 0;
}

.ctnPrestationImg {
    position: relative;
    width: 100%;
    height: 330px;
    /* Fixe la hauteur souhaitée, à ajuster */
    overflow: hidden;
}

.ctnPrestationImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Remplit le container sans déformation, en recadrant */
    display: block;
    /* Supprime espace blanc sous l'image */
}


.ctnPrestationImg span {
    position: absolute;
    display: flex;
    height: 100%;
    width: 25%;
    right: 0;


}

.ctnPrestationImgreverse {
    position: absolute;
    display: flex;
    height: 100%;
    width: 25%;
    left: 0;
}



.ctnPrestationImg div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 25%;
    bottom: 0;
    height: 50px;
    background-color: #f6f5f3;
}

.ctnTopSctpres2Reverse {
    height: 100%;
}

.ctnTopSctpres2Reverse>div {
    height: 100%;
}

.ctnPrestationImg>span {

    height: 100%;
    width: 25%;
    background-color: #f6f5f36e;
    left: 0;
}

/* .ctnPrestationImg{
    display: flex;
    justify-content: end;
}
.ctnPrestationImg p{
    width: 80%;
} */
.ctnTwoPresctionsct2reverse>div {
    direction: ltr !important;
}

.sctPrestation2reverse h2 {
    width: 90%;
    text-align: end;
    margin-right: 5%;
    margin-left: 0 !important;
}

.sctPrestation2reverse h3 {
    width: 85%;
    text-align: end;
    margin-right: 15%;
    margin-left: 0 !important;
    margin-bottom: 50px;
    font-weight: 400;
}

.sctPrestation2 h3 {

    margin-bottom: 50px;
    font-weight: 400;
}

/* section store prestation */
.title2Prestation {
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
}

.title2PrestationMiddel {
    height: 60dvh !important;
    height: calc(var(--vh, 1vh) * 60) !important;
}

.ctnGenTopPrestation {
    width: 100%;
    height: 50%;
}

.ctnGenTopPrestationGen {
    display: flex;
    align-items: center;
    height: 60% !important;
    margin-top: 300px;

}

.ctnGenTopPrestationGen>div {
    z-index: 20;
}

.title2Prestation>div {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.title2PrestationMiddel>div {
    top: unset !important;
    left: unset !important;
    transform: unset !important;
    position: static !important;
    /* valeur par défaut normale */
    bottom: auto !important;
}

section #ctnEtapeProject2>p:first-of-type {
    /* Tes styles ici */
    font-size: 1.3rem;
    font-family: "PP Hatton", serif !important;
}

section #ctnEtapeProject1>p:first-of-type {
    /* Tes styles ici */
    font-size: 1.3rem;
    font-family: "PP Hatton", serif !important;
}

section #ctnEtapeProject3>p:first-of-type {
    /* Tes styles ici */
    font-size: 1.3rem;
    font-family: "PP Hatton", serif !important;
}

/* section middel */

#sctMiddPrestation {
    height: 90dvh;
    height: calc(var(--vh, 1vh) * 90);
    position: relative;
}

#sctMiddPrestation>div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#sctMiddPrestation p:nth-child(1) {
    top: -1.3rem;
    font-weight: 800;
}

#ctnSc1Prestation p:nth-child(1) {
    position: absolute;
    top: -1.3rem;
    font-weight: 800;
    margin: 0;
    font-size: 2rem;
}

#sctMiddPrestation h3 {
    text-align: center;
    font-size: 2rem;
}

body #ssCtnTopMiddPres a {
    padding: 7px 20px !important;
}

#ssCtnTopMiddPres>div {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 150px;
    margin-top: 100px;
}

.ctnPrestationMidell {
    transform: translateY(50px);
    margin: 0;
}

.ctnPrestationMidell>div {
    margin: 0;
}

#sctMiddPrestation a {
    background-color: #f6f5f3 !important;
    color: black !important;
    border-radius: 25px !important;
    padding: 10px !important;
}

/* prokecct */
#partieProject {
    height: 150dvh;
    height: calc(var(--vh, 1vh) * 150);
    padding-top: 100px;
}

#titleProjet {
    position: absolute;
    top: -1.3rem;
    font-weight: 800;
    margin: 0;
    font-size: 2rem;
}

#partieProjectTop {
    position: relative;
}

#partieProjectTop>img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);

}

#titlePrestaBando {
    position: absolute;
    top: -1.3rem;
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
}

#partieProjectTop>div {
    position: relative;

}

#partieProjectBottom {
    position: relative;
}

#partieProjectCtn>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    /* On lance l'animation au chargement */
    animation: spin 3s linear 1;
}

/* Animation qui fait tourner l'image */
@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s, transform 0.6s;
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

.move-on-scroll {
    transition: transform 0.1s linear;
}

.ctn2Sc1Prestation1 {
    width: 100%;
    position: relative;
    bottom: 60px;
    height: 240px !important;
    margin-top: 25px;

}

#maskReveal {
    width: 100%;
    height: auto;
    overflow: hidden;

    /* État caché dès le départ */
    opacity: 1;

    /* Animation reveal retardée */

    /* attend 2s avant de commencer */
}

/* Animation keyframes */
@keyframes revealHorizontal {
    from {
        clip-path: inset(0 100% 0 0);
        /* tout caché sauf à gauche */
        opacity: 0;
    }

    to {
        clip-path: inset(0 0 0 0);
        /* tout dévoilé */
        opacity: 1;
    }
}



.title-animate {
    display: inline-block;
    /* nécessaire pour la transformation */
    animation: flipOnce 1s linear 1;
    backface-visibility: hidden;
}


/* Animation désactivée sans la classe */



#partieProjectCtn {
    height: 100%;
    position: relative;
    transform: translateY(-150px);
}

#partieProjectCtn>img {
    position: absolute;


    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.elemProject {
    position: absolute !important;
    transform: translateX(-50%);
    background-color: #f6f5f3;
    width: 235px;
    height: 230px;
    padding: 25px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;


}

.elemProject-25 {
    left: 20%;
    top: 25%;
}

/* 2e carte au milieu (plus en hauteur) */
.elemProject-50 {
    left: 50%;
    top: 10%;
    /* ← celle-ci est plus haute */
}

/* 3e carte à droite (en bas) */
.elemProject-75 {
    left: 80%;
    top: 25%;
}

.elemProject p {
    text-align: center;
}


.elemProject1-25 {
    left: 20%;
    bottom: 25%;
}

/* 2e carte au milieu (plus en hauteur) */
.elemProject1-50 {
    left: 50%;
    bottom: 10%;
    /* ← celle-ci est plus haute */
}

/* 3e carte à droite (en bas) */
.elemProject1-75 {
    left: 80%;
    bottom: 25%;
}

.elemProject p {
    text-align: center;
}

#presationImgBloc {
    height: 463px;
    position: relative;
}

#presationImgBloc>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: 50%;
}

/* .sctPrestation2reverse h2::first-letter{
   font-size: 1.3rem!important;
   position: absolute;
   transform: translateX(70px);
} */


/* Responsive pour mobiles */
@media (min-width: 1000px) {
    #partieProject {
        height: 1100px !important;
    }

    .ctnPromotions {
        margin: 75px 0;
    }
}

@media (max-width: 768px) {
    /* #partieProject {
        height: auto;
        padding: 40px 10px;
    } */

    #partieProjectCtn {
        transform: none;
        display: grid;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }

    .elemProj1 {
        grid-row: 1/2;
    }

    .elemProj2 {
        grid-row: 2/3;
    }

    .elemProj3 {
        grid-row: 3/4;
    }

    .elemProj4 {
        grid-row: 4/5;
    }

    .elemProj5 {
        grid-row: 5/6;
    }

    .elemProj6 {
        grid-row: 6/7;
    }


    #partieProjectCtn>img {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .elemProject {
        position: static !important;
        width: 90%;
        max-width: 400px;
        height: auto;
        transform: none;
        margin: auto;
    }

    .elemProject p {
        text-align: left;
    }

    #remisePresattion #campagne {
        font-size: 1rem !important;
    }

}

#remisePresattion {
    height: 150dvh;
    height: calc(var(--vh, 1vh) * 150);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: visible !important;
    overflow-x: visible !important;

}

#remisePresattion #engagementP1 {
    top: -2rem !important;
}

#ctnCenterPresationRemise {
    display: grid;
    grid-template-columns: 50% 50%;

}

#blocRemiseTexte {
    display: flex;
    align-items: center;
    width: 100%;
}

#noteRemise {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: center;
}

#pourcentageRemise,
#texteRemise {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-family: "PP Hatton", serif !important;

}

#remiseTexteContenu {
    background-color: #f6f5f3;
    width: 100%;
    transform: translateX(-35%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    gap: 15px;

}

#remiseTexteContenu p {
    width: 70%;
    margin: 0;

}

#texteMaquette,
#texteServeur {
    font-size: 1.5rem;
    text-align: center;
}

#texteServeur {
    margin-bottom: 100px !important;
}

/* espace client  */



.commande-wrapper {
    width: 100%;
    /* background: #f9fafb; */
    border-radius: 12px;
    position: relative;
}

.commande-title {
    font-size: 3rem;
    margin-top: 100px;
    color: #111827;
    text-align: center;
}

.liste-commandes {
    list-style: none;
    padding: 0;
}

.commande-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: box-shadow 0.2s;
    display: grid;
    grid-template-columns: 50% 50%;
}




.separator-a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    width: 100%;
    max-width: 420px;
    margin: 30px auto;
}

.separator-a span {
    display: block;
    flex: 1;
    height: 1px;

    background: linear-gradient(90deg,
            transparent,
            #d8b57a);
}

.separator-a span:last-child {
    background: linear-gradient(90deg,
            #d8b57a,
            transparent);
}

.separator-a strong {
    color: #9f2929;

    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}







.commande-item h3 {
    grid-column: 1/3;
}

.commande-item:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.commande-item h3 {
    margin-top: 0;
    color: #1f2937;
}

.commande-item p,
.commande-item li {
    font-size: 15px;
    color: #374151;
    margin-bottom: 5px;
    margin: 15px 0;
}

.pdf-links {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column: 1/3;
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
}

.pdf-links>p {
    width: 100%;
    display: flex;
    justify-content: center;
    grid-column: 1/3;
}

.pdfTotalWidth {
    grid-column: 1/3;
}

.ctnLinkPyt {
    grid-column: 1 / 3;
    display: flex;
    justify-content: center;
}

.ctnLinkPyt a:hover {
    background-color: #dfd3c3 !important;
}

.ctnLinkPyt a:focus {
    color: black !important;
}

.ctnLinkPyt a:focus-visible {
    border-style: none;
}


.pdf-block {
    position: relative;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    color: white;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.35);
    /* rend l'image plus sombre */
    z-index: 1;
}

.pdf-block a {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: white;
}

.pdf-block p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 400;
    color: white;
}

.icon-download {
    margin-top: 6px;
    width: 22px;
    height: 22px;
    opacity: 0.85;
}

.btn-paiement {
    display: inline-block;
    margin-top: 10px;
    padding: 15px 20px;
    background-color: #605342;
    color: rgb(0, 0, 0);
    border-radius: 8px;
    text-decoration: none;
}

.btn-paiement {
    display: inline-block;
    padding: 8px 12px;
    background-color: #dfd3c3;
    color: rgb(0, 0, 0);
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s;
    margin: auto;
    grid-column: 1/3;
}

.btn-paiement:hover {
    background-color: #1d4ed8;
}

.alert-msg {
    color: #b91c1c;
    font-weight: bold;
    background: #fee2e2;
    padding: 10px;
    border-radius: 5px;
}


.user-info-card {
    max-width: 500px;
    margin: 30px auto;
    padding: 30px;
    border-radius: 20px;
    box-shadow:
        10px 10px 20px #bebebe,
        -10px -10px 20px #ffffff;
    list-style: none;
    font-family: 'Segoe UI', sans-serif;
    background-color: white;
}

.user-info-card li {
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 12px;
}

.user-info-card li:hover {
    transform: scale(1.02);
}

.user-info-card strong {
    color: #333;
    font-weight: 600;
}

.tiTleInfoUser {
    text-align: center;
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #444;
    text-shadow: 1px 1px 2px #fff;
}


.entry-title {
    display: none;
}

.entry-header {
    display: none;
}

/* commande page */
#sctCompteClient {
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    /* min-height: 350dvh; */
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* #sctCompteClient .commande-wrapper {
    height: calc(var(--vh, 1vh) * 150);
} */

#sctCompteClient a:focus {
    color: white !important;
}

#sctCompteClient button:hover {
    background-color: white !important;
    color: black;
}

#sctCompteClient button:focus {
    background-color: white !important;
}

#sctCompteClient button:active {
    background-color: white !important;
}


.listeEspace li {
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.listeEspace {
    margin: 0 !important;
}

.listeEspace li {
    font-size: 1.3rem;
}

.listeEspace li strong {
    font-size: 1.5rem;
}

.listeEspace a {
    font-size: 1.3rem;
    color: black !important;
}

#sctCompteClient .tabs-wrapper {
    min-height: 100vh;
}

#tabs-wrapper>strong {
    position: relative;
}

#sctCompteClient>img {
    position: absolute;
    top: 90px;
    width: 100%;
    height: 200px;
    z-index: 10;
}

#sctCompteClient>p {
    position: absolute;
    z-index: 10;
    top: 120px;
    font-size: 2rem;
    color: white;
    font-family: 'Playfair Display', serif;
}

.tabs-buttons-custom {
    display: flex;
    flex-direction: column;
    gap: 150px;
    justify-content: space-evenly;
    margin-top: 300px;
    position: relative;
    z-index: 10;
}

.tab-itemTop {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.tab-item {
    width: 200px;
}

.tab-item {
    position: relative;
    border-radius: 16px;
    height: 50px;
}

.tab-item img {
    width: 25px;
    z-index: 20;
}

.tab-itemOne img {
    width: 30px !important;
    left: 10px !important;
}

.tab-itemTop {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p1CtnTopSct1EspaceClient {
    /* Tes styles ici */
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px !important;
}

.p2CtnTopSct1EspaceClient {
    font-size: 1.3rem;
    width: 60%;
    text-align: center;
}

.tab-bg {
    position: absolute;
    left: 15px;
    top: 50%;
    /* inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
    /* Rend l’image un peu sombre */
    z-index: 1;
    transform: translateY(-50%);
}

.tab-btn {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    color: rgb(0, 0, 0);
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 50px !important;

}

.tab-btn:hover,
.tab-btn.active {
    outline: 2px solid #8d0f27;
}


.tabs-wrapper {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;

    position: relative;
    /* top: 250px; */


}

.tabs-buttons {
    display: flex;
    gap: 10px;
    height: 50px;
    display: flex;
    gap: 10px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.reduction-palier {
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 24px;
    width: 70% !important;
    margin: 100px auto;

}

#ctnIconCommande {
    grid-row: 1/2;
    grid-column: 1/2;
}

.CtnCommandeTitre {
    grid-row: 1/2;
    grid-column: 1/3;
    margin-left: 35%;
}

.CtnCommandeTitre {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
}

.CtnCommandeTitre img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.CtnCommandeTitre h3 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 500;
}


.reduction-palier p {
    margin: 6px 0;
    font-size: 1rem;
    text-align: center;
}












.commande-wrapper {
    width: 100%;
}

/* ======================================
   BLOC PALIER
====================================== */

.reduction-palier {
    width: min(1100px, calc(100% - 40px));
    margin: 80px auto;
    padding: 22px 45px 28px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #eee8e4;
    border-radius: 18px;
    box-shadow:
        0 8px 25px rgba(39, 25, 20, 0.07);

    text-align: center;
}

.ctnDateCommande {
    text-align: center;
}

/* ======================================
   TITRE
====================================== */

.reduction-title {
    margin: 0;

    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 500;

    color: #171313;
}

.reduction-title span {
    color: #9f2929;
}


/* ======================================
   PETIT SÉPARATEUR DORÉ
====================================== */

.reduction-separator {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin: 17px auto 25px;
}

.reduction-separator span {
    width: 105px;
    height: 1px;

    background: #dfbd83;
}

.reduction-separator i {
    display: block;

    width: 8px;
    height: 8px;

    background: #d8a75c;

    transform: rotate(45deg);
}


/* ======================================
   INFORMATIONS
====================================== */

.reduction-infos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    align-items: center;

    margin-bottom: 26px;
}

.reduction-infos p {
    position: relative;

    margin: 0;
    padding: 4px 25px;

    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 400;

    color: #272020;
}

.reduction-label {
    font-weight: 500;
}


/* séparateurs verticaux */

.reduction-infos p:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;
    top: 50%;

    transform: translateY(-50%);

    width: 1px;
    height: 30px;

    background: #ddb679;
}


/* ======================================
   PROGRESS BAR
====================================== */

.progress-bar-container {
    width: 88%;
    height: 12px;

    margin: 0 auto;

    background: #f5eaea;

    border-radius: 50px;

    overflow: hidden;
}

.progress-bar {
    height: 100%;

    border-radius: 50px;

    background: linear-gradient(90deg,
            #8f2222 0%,
            #a52c2c 100%);

    transition: width 0.6s ease;
}


/* ======================================
   PALIER ATTEINT
====================================== */

.palier-atteint {
    color: #9f2929 !important;
    font-weight: 600 !important;
}


/* ======================================
   TABLETTE
====================================== */

@media (max-width: 900px) {

    .reduction-palier {
        padding: 25px 25px 30px;
    }

    .reduction-infos p {
        padding: 4px 15px;
        font-size: 15px;
    }

}


/* ======================================
   MOBILE
====================================== */

@media (max-width: 650px) {

    .reduction-palier {
        width: calc(100% - 30px);

        margin: 25px auto;

        padding: 25px 18px;

        border-radius: 15px;
    }

    .reduction-title {
        font-size: 24px;
    }

    .reduction-separator {
        margin: 15px auto 22px;
    }

    .reduction-separator span {
        width: 65px;
    }

    .reduction-infos {
        grid-template-columns: 1fr;

        gap: 14px;

        margin-bottom: 22px;
    }

    .reduction-infos p {
        padding: 0;

        font-size: 15px;
    }

    .reduction-infos p:not(:last-child)::after {
        display: none;
    }

    .progress-bar-container {
        width: 100%;
        height: 10px;
    }

    #ctnIconCommande {
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: start;
    }

    #iconCommande {
        width: 130px;
        height: 130px;
        margin-left: 0 !important;
    }

    .CtnCommandeTitre {
        margin-left: 45%;
    }

    .commande-statut {
        width: 130px !important;
    }

}












.progress-bar-container {
    width: 100%;
    height: 12px;
    background: #ddd;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 10px;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(to right, #ef516e, #8b1027);
    transition: width 0.4s ease-in-out;
}


.tab-btn {
    padding: 10px 20px;
    border: none;
    /* background: #eee; */
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.3s;
    background-color: white;
}

.tab_item2 div {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: auto;
    gap: 25px;
}

.tab_item2 {
    display: flex;
    justify-content: center;
}

.tab-btn.active {
    color: #000000;
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#sctCompteClient {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #F7F7F7;
}

/* 2. Forcer les wrappers internes à s'étendre à 100% aussi */
.tabs-wrapper,
.tabs-content,
.liste-commandes-grid {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    /* height: 110dvh; */
}

.tabs-content {
    height: auto !important;
}


/* 3. Fond gris comme sur l’image */
.liste-commandes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 30px 0px;
    box-sizing: border-box;
}

/* 4. Chaque bloc rouge */
.commande-item {
    padding: 30px;
    color: white;
    border-radius: 15px;
    min-height: 600px;
    height: 600px;
    width: 70%;
    box-sizing: border-box;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

#iconCommande {
    width: 130px;
    margin-left: 15%;
    margin-top: 8%;
}

.commande-item h3 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.numberTransform {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}






.commande-statut {
    display: inline-block;
    margin: 0;
    padding: 7px 16px;

    border-radius: 20px;

    font-size: 13px;
    font-weight: 500;
    width: 35%;
    text-align: center;
}

/* EN ATTENTE */
.commande-statut.en-attente {
    color: #a52a2a;
    background: #fbeeee;
    border: 1px solid #efd0d0;
}

/* VALIDÉ */
.commande-statut.valide {
    color: #377a4a;
    background: #edf7ef;
    border: 1px solid #cce5d2;
}






/* section a propos */
.sctTopTitleGen {
    height: 55dvh !important;
    height: calc(var(--vh, 1vh) * 55) !important;

}

.sctTopTitleGen>div {
    align-items: end !important;
    height: 150px !important;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}

#ct1Propos {
    height: 110dvh;
    height: calc(var(--vh, 1vh) * 110);
    display: flex;
    flex-direction: column;
    position: relative;
}



#blocBas {
    position: relative;
    width: 100%;
}

#blocColonnes {
    position: relative;
    background-color: rgba(255, 255, 255, 0.663);
    display: grid;
    grid-template-columns: 50% 50%;
    width: 70%;
    bottom: 50px;
    top: 150px;
    height: 570px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 20px;
    padding: 10px;
}

#blocBas>img {
    width: 100%;
    position: absolute;
}

#blocBas>div {
    position: relative;
}

#blocTopContenuPropos {
    height: 50dvh;
    height: calc(var(--vh, 1vh) * 50);
    display: flex;
    align-items: end;
    margin-bottom: 50px;
}

#blocContenuPropos,
#blocBas {
    height: 100%;
}

#colonne1Propos,
#colonne2Propos {
    width: 90%;
    margin: auto;
    background-color: white;
    position: relative;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 5px;
    border-radius: 20px;
}

#colonne1Propos>div,
#colonne2Propos>div {
    width: 85%;
    margin: 0 auto;
}

#blocContenuPropos a {
    background-color: #8d0f27;
    border-radius: 35px;
    color: white;
    text-align: center;
    padding: 10px;
    width: 50%;
    margin: 30px auto;
}

#colonne1Propos div p,
#colonne2Propos div p {
    margin: 0 !important;
}

.elNoneFont {
    color: black;
    font-family: 'Playfair Display' !important;
    margin: 0px 10px 0 30px;
}

#blocColonnes p {
    margin: 0 !important;
}

#blocColonnes button {
    font-family: 'Playfair Display', serif;
}

#col1P1,
#col2P1 {
    width: 100% !important;
    position: absolute;
    top: 60px;
    text-align: center;
    margin-top: 100px;
    font-size: 2rem !important;
    margin-bottom: 0 !important;
    font-weight: 400;
    color: #960f28;
    font-family: "PP Hatton", serif !important;
    padding: 0;
}

#colonne1Propos {
    gap: 13px;
}

#ct1Propos a:hover {
    background-color: #600000 !important;
    color: white !important;
}

#ctnBtnPropos button:hover {
    background-color: #600000 !important;
}

#ctnBtnPropos a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
}

#ctnBtnPropos a img {
    width: 40px;
}

#titlePropos {
    position: absolute;
    font-size: 2rem;
    top: -3.5rem;
    font-weight: 800;
}

.decouverteProposA a {
    background-color: #bebebe;
    border-radius: 35px;

    text-align: center;
    padding: 10px;
    width: 20%;
    margin: 30px auto;
    color: #8d0f27;
}

#col1P2 {
    color: black;
    font-weight: 600;
}

#colonne1Propos img,
#colonne2Propos img {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, -50%);
    width: 200px;
}

#colonne1Propos p,
#colonne2Propos p {
    width: 80%;
    margin: 0 auto !important;
}

#ctnBtnPropos a {
    width: 25%;
    background-color: #ffffff;
    color: #8d0f27 !important;
    font-size: 1rem !important;
    border-radius: 50px;
    border: 1px solid #BC9982;
}

#ctnBtnPropos {
    width: 100%;
    display: flex;
    justify-content: center;
}

#ctnLastPropos1 {
    display: flex;
    justify-content: center;
}

/* section 2 a propos */
#sctPropos2 {
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

#ctnFinalSct2 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#ctnFinalSct2>div {

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#ctnLastPropos2 {
    display: flex;
    justify-content: center;
}

#valeurTitre1,
#valeurTitre2,
#valeurTitre3 {
    width: 100%;
    margin: 0;
}

#ctnFinalSct2 img {
    position: absolute;
    transform: translateX(-80px);
}

#ctnFinalSct2 p {
    position: relative;
    z-index: 10;
}

#ctnFinalSct2 {
    height: 200px;
}

#valeurTexte1,
#valeurTexte2,
#valeurTexte3 {
    width: 50%;
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Playfair Display', serif;
}

#valeurTitre1 {
    margin-right: 35px;
    text-align: center;
    font-size: 2rem;
}

#valeurTitre2 {
    margin-left: 35px;
    text-align: center;
    font-size: 2rem;
}

#valeurTitre3 {
    margin-left: 35px;
    text-align: center;
    font-size: 2rem;
}

#valeurTexte3,
#valeurTexte1,
#valeurTexte2 {
    width: 80%;
}

#valeurTexte1 {
    margin-left: 35px;

}

/* section portfolio */

.portfolio-section {
    padding: 40px 20px;
    background-color: #fff;
    padding: 0 200px;
    margin-bottom: 200px;
    overflow: visible !important;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 colonnes */
    grid-auto-rows: 200px;
    /* hauteur de base, ajustable */
    gap: 25px;
}

/* Styles généraux */
.portfolio-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#portfolioTitle {
    position: absolute;
    font-size: 2rem;
    top: -1.3rem;
    margin: 0;
    font-weight: 800;
}

/* Placement précis selon ton schéma */


.item1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.item2 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.item3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.item4 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.item5 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.item6 {
    grid-column: 1 / 3;
    grid-row: 3 / 5;
}

.item7 {
    grid-column: 3 / 4;
    grid-row: 3 / 5;
}

.item8 {
    grid-column: 1 / 2;
    grid-row: 5 / 7;
}

.item9 {
    grid-column: 2 / 3;
    grid-row: 5 / 7;
}

.item10 {
    grid-column: 3 / 4;
    grid-row: 5 / 6;
}

.item11 {
    grid-column: 3 / 4;
    grid-row: 6 / 7;
}

/* new xonneixon */
/* Structure générale */
.login-section {
    display: grid;
    grid-template-columns: 55% 45%;
    width: 100% !important;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    margin: 0 !important;
    max-width: 100% !important;
}

.login-section form img {
    left: 3px;
    top: 15px;
}

.login-section form input {
    text-align: start;
}

.login-section form input[type=submit] {
    text-align: center !important;
    width: 50%;
    margin: 0 auto;

}

.login-section .login-card {
    height: 480px;
    margin-top: 100px;
}

/* Colonne gauche */
.login-image {
    position: relative;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    /* pour centrer l’image */
    width: 100%;
    height: 100%;
    /* hauteur fixe à ajuster */
    overflow: hidden;
    /* pour cacher ce qui dépasse */
}

.login-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* remplit sans déformation */
    display: block;
    /* enlève l’espace blanc sous l’image */
    position: relative;
    /* pas de absolute ici, sinon pb de taille */
}


/* Colonne droite */
.login-form-container {
    background-color: #f6f5f3;
    display: flex;
    align-items: center;
}

.login-card {
    background: white;
    padding: 40px;
    max-width: 680px;
    width: 100%;
    height: 60%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transform: translateX(-200px);
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body .login-section .loginCardPro {
    padding: 0 30px !important;
}
.loginCardPro label{
    margin-bottom: 12px!important;
}
.labelResterCo {
    transform: translateY(-50px);
    width: 150px;
}

.labelResterCoParticulier {
    position: absolute;
    bottom: 0;
}

.login-card input[type=text],
.login-card input[type=password],
.login-card input[type=number] {
    font-size: 0.8rem;
    padding: 10px 10px 10px 45px;
    height: 30px !important;
}

.login-card label {
    font-size: 1rem;
    margin-top: 15px;
}

.login-card input[type=submit] {
    background-color: black;
    margin-top: 10px;
    color: white;
    font-family: 'Playfair Display', serif;
}

.login-card form p {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.login-card a {
    margin-top: 20px !important;
    color: rgb(47, 47, 47);
}

.login-card h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top: 50px;
}

.checkbox-label {
    margin: 0;
}

.login-card p {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 30px;
    line-height: 1.4;
}

.login-card>p {
    margin-bottom: 5px !important;
}

/* Champs de formulaire */
label {
    display: block;
    text-align: left;
    font-size: 0.85rem;
    font-weight: bold;
}

.input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 20px;
}

.input-group .icon {
    margin-right: 8px;
    font-size: 1.1rem;
}

.input-group input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 0.95rem;
}

/* Bouton */
button {
    background: black;
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
}

button:hover {
    background: initial !important;
}

/* inscription */
#sctInscription {
    width: 100%;
    height: 120dvh;
    height: calc(var(--vh, 1vh) * 120);
    margin: 0;
    position: relative;
    max-width: 100% !important;
    overflow: hidden;

}


#sctInscription input[type="radio"] {
    all: revert;
    /* annule ton all: unset */
    appearance: none;
    /* supprime le style par défaut du navigateur */
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    /* rond */
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
}

/* Quand sélectionné */
#sctInscription input[type="radio"]:checked {
    border-color: #8b1027;
}

/* Le rond rouge à l'intérieur quand coché */
#sctInscription input[type="radio"]:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #8b1027;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#sctInscription input[type="submit"] {
    color: white !important;
    cursor: pointer;
}

#sctInscription input[type="text"],
#sctInscription input[type="password"],
#sctInscription input[type="email"],
#sctInscription input[type="number"] {
    padding-left: 50px;
}

#sctInscription form>label,
#champs_pro label {

    margin-top: 15px;
    margin-bottom: 10px;
}

#sctInscription form input[type="submit"] {
    background-color: black !important;
}

#ctnStatusInscription p {
    margin-bottom: 10px !important;
}

#ctnStatusInscription>div {
    display: flex;
    gap: 50px;
    margin-bottom: 15px;
}

#ctnStatusInscription label {
    display: flex;
    gap: 15px;
    font-size: 1rem;
}

#ctnBtnTriggerInscription {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    position: absolute;
    bottom: 50px;
    transform: translate(-50%);
    left: 50%;
}

#sctInscription>img {
    position: absolute;
    width: 100%;
    height: 50dvh;
    height: calc(var(--vh, 1vh) * 50);
    object-fit: cover;
    margin-top: 100px;

}

#ctnInscription {
    width: 60%;
    height: 600px;
    /* Hauteur par défaut à particulier */
    position: absolute;
    z-index: 10;
    background-color: white;
    transform: translate(-50%);
    left: 50%;
    top: 250px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transition: height 0.5s ease;
    /* Ajout transition */
}

#ctnInscription form>p {
    text-align: center;
    width: 70%;
    margin: auto;
}

#champs_pro {
    display: none;
    /* bien cacher au départ */
    opacity: 0;
    transition: opacity 1s ease;
    /* pour transparence progressive */
}

.visible {
    transition: 1s;
    display: block !important;
    opacity: 1 !important;
}

#ctnInscription h3 {
    text-align: center;
}

#ctnInscription form
/* connexion */

#sctFormInscription {
    width: 100%;
    max-width: 100%;
    height: 120dvh;
    height: calc(var(--vh, 1vh) * 120);
    display: grid;
    grid-template-rows: 20% 70% 5% 5%;
    background: linear-gradient(to bottom, #fafafa, #ede3dc);



}

.ctnInputConnexion {
    position: relative;
}

.ctnInputConnexion img {
    position: absolute;
    height: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
}


#sctFormInscription>p {
    text-align: center;
    font-size: 1.3rem;
}

body #site-content .loginCoParti {
    padding: 0 30px !important;
}

.ctnTopConnexion {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.ssCtnTopConnexion {
    background-color: #dfd3c3;
    width: 100%;
    height: 50px;
    position: relative;
}

.ssCtnTopConnexionEspaceClie img {
    position: absolute;
    width: 100%;
}

#ssCtnTopConnexion p {}

/* .ctnBtnConnexion{
    display: flex;
    justify-content: center;
    align-items: center;
} */
.ctnBtnConnexion {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ctnGenBtnConnexion {
    display: grid;
    width: 80%;
    margin: auto;
    grid-template-columns: 40% 20% 40%;
    height: 80%;
    margin-bottom: 100px;
}

.ctnBtnConnexion form {
    display: flex;
    flex-direction: column;

}

.ctnBtnConnexion form p {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.ctnBtnConnexion form a {
    width: 100%;
    font-style: none;
    text-decoration: none !important;
    color: rgb(0, 0, 0);
    font-size: 1.3rem;
    text-align: center;

}

.ctnTitleLogin {
    display: flex;
    align-items: center;
}

.ctnTitleLogin p {
    margin: 0;
    font-size: 1.5rem;
    margin-left: 10px;
}

.ctnTitleLogin img {
    width: 50px;
}

.ctnLigneCenterLogin p {
    margin-bottom: 5px;
    font-size: 2rem;
}

.ctnLigneCenterLogin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.ctnLigneCenterLogin>span {
    width: 4px;
    height: 90px;
    display: flex;
}

.ctnLigneCenterLogin>span>span {
    width: 4px;
    height: 90px;
    background-color: #dfd3c3;
}

.ctnLastLogin {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}

.ctnLastLoginTop {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #4285f4;
    width: 450px;
}

.ctnLastLoginTop p {
    margin: 0;
    padding: 15px 5px;
    background-color: #4285f4;
    width: 100%;
    text-align: center;
    color: white;
}

.ctnLastLoginBtn {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #385c9b;
    width: 450px;
}

.ctnLastLoginBtn p {
    margin: 0;
    padding: 15px 5px;
    background-color: #385c9b;
    width: 100%;
    text-align: center;
    color: white;
}

.ctnLastLogin img {
    width: 25px;
    height: 25px;
    margin: 0 15px;

}

.titre1Connexion {
    font-size: 2.5rem;
    margin-bottom: 25px !important;
    margin-left: 5%;
}

.ssCtnTopConnexion p {
    font-size: 1.5rem;
    transform: translateY(-20px);
    margin-left: 10%;
}

#sctFormInscription input[type=text],
#sctFormInscription input[type=password] {
    border-style: none;
    border: 3px solid #dfd3c3;
}

#sctFormInscription form p {
    border: 3px solid #dfd3c3;
}

#sctFormInscription input[type=submit] {
    background-color: transparent !important;
    color: black;
    border: 2px solid #8f2222;
    width: 50%;
    margin: auto;
    border-radius: 50px;
    font-size: 1.3rem;
}

.checkbox-label {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #000;
    margin-top: 25px;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid #960f28;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    user-select: none;
    pointer-events: none;
}

.checkbox-text {
    user-select: none;
    pointer-events: none;
}

.checkbox-label input[type="checkbox"]:checked+.custom-checkbox::after {
    content: "✔";
    color: #960f28;
    font-size: 20px;
    position: absolute;
    top: 2px;
    transform: translateY(-2px);
}

/* sct promotion */

#sctPromotion {
    height: auto;
}

.ctnTopPromotion {
    margin-top: 140px;
}

.ctnPromotions {
    display: flex;
    justify-content: space-around;
    align-items: start;
    height: 100%;
    padding-top: 30px;
    background-color: #F7F7F7 !important;
}

.promotionCard {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    border: 5px solid white;
    width: 350px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 20px;
}

.titrePromotion {
    color: #8f2222;
    font-size: 1.5rem !important;
    text-align: center;
}

.promotionCard p {
    width: 100%;
    text-align: center;
}

.avantage {
    font-size: 1.3rem;
    margin-bottom: 0;
}

.nbCommandes {
    font-size: 1.3rem;
}

/* .promotionCard div {
    border: 2px solid #8d0f27;
    padding: 10px;
} */
/* 
.contenuCarte {
    background-color: #dfd3c3;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 30px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;

}

.ctnCartesInscription {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
}

.ctnCartesInscription button {
    margin-bottom: 15px;
    background-color: white !important;
    border-radius: 30px;
    color: black;
}

.titreCarte {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.texteIntroInscription1 {
    margin-top: 50px;
    margin-left: 5%;
    font-size: 1.3rem;
}

.texteIntroInscription2 {
    margin-left: 10%;
    font-size: 1.3rem;
}

.btnIdentifier a {
    color: black !important;
} */
/* Section principale */
.identification-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 50/50 */
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    /* pleine hauteur écran */
}

/* Colonne gauche */
.identification-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    background: #fff;
    width: 70%;
    margin: auto;
}

.identification-title {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    margin-top: 0px;
}

.identification-subtitle {
    font-size: 1.5rem;
    color: #555;
    margin-bottom: 2rem;
}

/* Boutons */
.identification-actions {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.5rem;
}

/* Conteneur du toggle */
#identification-pro-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    margin-top: 20px;
    /* pour espacer du reste du formulaire */
    margin-bottom: 50px;
}

/* Switch */
#identification-pro-toggle .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
}

#identification-pro-toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Slider */
#identification-pro-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b1b1b1;
    /* rouge foncé */
    border-radius: 34px;
    transition: 0.4s;
}

#identification-pro-toggle .slider::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

/* Quand activé */
#identification-pro-toggle .switch input:checked+.slider {
    background-color: #600000;
}

#identification-pro-toggle .switch input:checked+.slider::before {
    transform: translateX(23px);
}


.btn-identify {
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    border: none;
    background: #222;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-identify:hover {
    color: white !important;
}

/* .btn-identify:hover {
    background: #444;
} */

/* Checkbox */
.identification-options label {
    font-size: 0.9rem;
    color: #333;
}

/* Colonne droite : image */
.identification-right {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.identification-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Contact */


#contactSctForm {
    max-width: 800px;
    margin: 0px auto 20px auto !important;
    background: #f6f5f3;
    padding: 2rem;
    height: 800px;
    overflow-X: hidden;

}

.btnCreationCompte button {
    font-size: 1.5rem !important;
    font-family: "PP Hatton", serif !important;
}

.btnCreationCompte a {
    padding: 10px;
}

.contact-numbers a {
    font-family: "Dream Avenue", sans-serif !important;

}


.formTitle {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 32px;
    margin-top: 32px;
}

#titleContact {
    position: absolute;
    top: -1.5rem;
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
}

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm textarea {
    width: 100%;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: none;
    background: #fff;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

.formRow {
    display: flex;
    gap: 1rem;
}

.formRow input {
    flex: 1;
}

.checkboxGroup {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.9rem;
    margin: 1rem 0;
}

.checkboxGroup label {
    font-size: 1rem;
}

.checkboxGroup input {
    width: 30px !important;
    background-color: white;
    border-style: none;
    all: revert;
}

.bottomRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.bottomRow button {
    color: black;
}

.submitBtn {
    border: 1px solid #000;
    padding: 0.7rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    font-family: 'Cormorant Garamond', serif;
    margin-top: 50px;
    background-color: #f6f5f3;
}

.captchaPlaceholder {
    border: 1px solid #ccc;
    padding: 1rem;
    background: #fff;
    font-size: 0.85rem;
}

.formFooter {
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 0.9rem;
}

.logoContainer {
    display: flex;
    align-items: center;

}

/* ----------- Cercle ----------- */
.circleText {
    width: 150px;
    height: 150px;
}

.circleText svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg) translateY(105px);
    /* démarrage en haut */
}

.circleText text {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    fill: #444;
    letter-spacing: 2px;
}

/* ----------- Texte principal ----------- */
.logoCircle {
    font-size: 1.8rem;
    text-align: right;
    transform: rotate(-10deg);
    opacity: 0.7;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.3;
    font-family: "Didot", "Bodoni MT", serif;
    /* police élégante */
}

.logoCircle .line1 {
    font-weight: 300;
}

.logoCircle .line2 {
    font-weight: 400;
}


.contact-numbers {
    display: flex;
    justify-content: space-around;
}

.contact-numbers a {
    border: 2px solid black;
    padding: 10px;
    width: 25%;
    text-align: center;
    font-size: 1.3rem;
}

.promo-text {
    background-color: #f6f5f3;
    width: 100%;
    margin: 150px 0;
    padding: 50px 10px;
}

.promo-text p {
    text-align: center;
    font-size: 1.3rem;
    margin: 0;
}

.promo-button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.promo-button button {
    background-color: #e5e7eb;
    color: black;
    font-size: 2rem;

}

.promo-button a {
    background-color: #e5e7eb;
    color: black;
    font-size: 2rem;
    padding: 0 30px;
}

/* header */
/*header*/
header {
    display: grid;
    grid-template-columns: 25% 60% 15%;
    grid-template-rows: 100%;
    align-items: center;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    width: 100%;
    height: 15dvh;
    height: calc(var(--vh, 1vh) * 15);
    position: fixed;
    z-index: 1000;
    top: 0;
    opacity: 1;
    /* clip-path: inset(0 100% 0 0);
  opacity: 0;
  animation: revealHorizontal 1.8s ease forwards;
  animation-delay: 3s;   */
}

header nav {
    height: 100%;
    display: flex;
    align-items: center;
}

.header {
    transition: 0.5s !important;
}



.logo {
    width: 100%;

}

.logo a {
    width: 100%;
    display: flex;
    gap: 5%;
    text-decoration: none;
    font-size: 2rem;
    color: rgb(0, 0, 0);
    font-family: 'montserrat', sans-serif;


}

.logo p {
    margin: 0;
    display: flex;
    align-items: center;
}

.logo img {
    height: 10dvh;
    height: calc(var(--vh, 1vh) * 10);
    margin-left: 25px;

}

nav ul {
    list-style: none;
    display: flex;
    padding: auto;
    justify-content: space-around;
    width: 100%;
}

nav ul li {
    margin: 0 10px;
}

#contHGen {
    display: none;
}

#contHGen {
    display: none;
}

#contHCtn a img {
    display: none;
}


nav ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 1.3rem;
    font-family: 'montserrat', sans-serif;
}

.social-icons {
    display: flex;
    justify-content: center;
}

.social-icons a {
    margin-left: 10px;
}

.social-icons a i {
    color: #000000;
    font-size: 20px;
}

#navMob {

    transition: 1s;
}

.addNeon {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.addNeon::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;

    height: 2px;
    background-color: #1DAEEF;
    /* Couleur bleue */
    box-shadow:
        0 0 5px #1DAEEF,
        0 0 10px #1DAEEF,
        0 0 15px #1DAEEF;
    animation: 1s animate forwards;
}

#ulDesk {
    margin: 0;
}

#ulDesk {
    list-style: none;
    display: flex;
    gap: 30px;
    /* espacement entre les liens */
    padding: 0;
    margin: 0;
}

#ulDesk li {
    position: relative;
    padding: 10px 0;
}

#ulDesk li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #8b1027;
    /* ou ta couleur */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

#ulDesk li:hover::after {
    transform: scaleX(1);
}

@keyframes animate {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@media screen and (max-width: 1500px) {

    header {
        grid-template-columns: 30% 50% 20%;

    }


}

@media screen and (max-width: 1450px) {
    #blocColonnes {
        width: 75%;
    }



}

@media screen and (max-width: 1350px) {
    #blocColonnes {
        width: 85%;
    }

    #colonne1Propos p,
    #colonne2Propos p {
        width: 90% !important;
    }



}

@media screen and (max-width: 1150px) {
    #blocColonnes {
        width: 90%;
    }



}




@media screen and (max-width: 800px) and (min-height: 500px) {

    #sctCompteClient>img {
        height: 8% !important;
    }
}

/* tablette */
@media (min-width: 600px) and (max-width: 1000px) {
    .login-section {
        grid-template-columns: 1fr !important;
        grid-template-rows: 50% 50% !important;
        height: 150dvh !important;
        height: calc(var(--vh, 1vh) * 150) !important;
    }

    .login-form-container {
        background-color: #fff !important;
    }

    .login-section .login-card {
        margin-top: 20px !important;
    }

    /* préstation */
    .stpPrestaOne>div {
        height: 250px !important;
    }

    .stpPrestaOne .ctnPrestationImg {
        height: 250px !important;
    }

    .stpPrestaOne .ctnOnePresctionsct2 {
        margin-top: 10px !important;
    }

    .sctPrestation2>div {
        height: 250px !important;
    }

    .ctnPrestationImg {
        height: 250px !important;
    }

    .sctPrestation2 {
        height: 75dvh !important;
        height: calc(var(--vh, 1vh) * 75) !important;
    }

    #remisePresattion #campagne {
        text-align: center;
    }

    #remiseTexteContenu {
        height: 35dvh !important;
        height: calc(var(--vh, 1vh) * 35) !important;
    }

    #infosRemiseSupplementaires {
        width: 90%;
        margin: 0 auto;
    }

    /* a propos */
    #blocColonnes a {
        font-size: 1.3rem !important;
    }
}

/* @media screen and (min-width: 1400px) and (min-height: 800px) {
    .page2 .second h1 {
        top: auto !important;
        bottom: 30%;
    }

    .page2 .second h2 {
        top: auto !important;
        bottom: 15%;
    }

    .page2 .first h1 {
        bottom: 50%;
        top: auto;
    }

    .page2 .first h2 {
        bottom: 35%;
        top: auto;
    }

    .page2 .first p {
        bottom: 15%;
        top: auto;
    }
} */

@media screen and (max-width: 1400px) and (min-width: 1024px) {
    #campagne {
        width: 90%;
        text-align: center !important;
    }



    #remisePresattion {
        height: 830px;
    }

    #footer-slogan {
        padding-top: 30px;
    }

    #footer-slogan img {
        height: 40px;
    }
}

@media screen and (max-width: 1400px) {

    /* compte client */
    .commande-item {
        width: 85%;

    }

    /* Connexion pro */
    .login-card {
        position: absolute;
        max-width: 650px;
        width: 100%;
        height: 65dvh;
        height: calc(var(--vh, 1vh) * 65);
        padding-top: 25px !important;
    }

    .login-card h2 {
        margin-top: 25px;
    }

    #remiseTexteContenu {
        transform: translateX(-40%);
    }


    .login-card a {
        font-size: 1rem;
    }

    .login-card p {
        margin-bottom: 0px !important;
    }

    /* identification */
    .identification-left {
        width: 80%;
    }

}

@media screen and (max-width: 1100px) {

    header {
        grid-template-columns: 25% 55% 20%;

    }

    .login-card {
        max-width: 550px;
    }


}

@media screen and (min-width: 1100px) {

    #navMob {
        display: none;

    }


}

#liMob8 {
    display: none;
}

#soc-iconsDesk {
    display: flex;

}

#soc-iconsDesk img {
    height: 30px;
}

#linkUserCompte {
    margin-left: 35px;
}

@media (max-width:1100px) {
    .logo p {
        font-size: 1.3rem;
    }

    #liMob8 {
        display: flex;
    }

    #soc-iconsDesk {
        display: none;
    }

    li {
        transition: 1s;
    }

    header {
        grid-template-columns: 90% 0% 0% 10%;
        grid-template-rows: 1fr !important;
        padding-bottom: 10px;
        padding-top: 10px;
        top: -10px;

    }

    #moinHeader {
        display: none;
    }

    #ulMob2 {
        a {
            display: flex;
            gap: 5%;
        }
    }

    #contHCtn {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
    }

    #contHCtn img {
        width: 40px;
        height: 40px;
    }

    #contHGen {
        display: flex;
        flex-direction: column;
        grid-column: 3/4;
        grid-row: 1/2;
    }

    #ulDesk {
        display: none;
    }

    .social-icons {
        height: 8dvh;
        height: calc(var(--vh, 1vh) * 8);
        align-items: center;
        transform: translateY(5px);
        justify-content: end;

    }

    .l {
        width: 30px;
        height: 4px;
        position: relative;
        transform-origin: center;
        transition: all 0.5s;
        border-radius: 2px;
        background: black;
    }

    .open .l1 {
        transform: rotate(45deg);
        top: 0px;
    }

    .open .l2 {
        opacity: 0;
    }

    .open .l3 {
        top: -9px;
        transform: rotate(-45deg);
    }

    .l1 {
        top: -5px;
    }

    .l2 {
        top: 0px;
    }

    .l3 {
        top: 5px;
    }

    #navMob {

        transition: 1s;
        padding-top: 0px;
        z-index: -5;
        height: 0px;
        overflow: hidden;
        transform: translateY(-100px);
    }

    #liMob1,
    #liMob5,
    #liMob6 {
        grid-column: 1/3;
    }

    #liMob5 {
        grid-row: 3/4;
    }

    #liMob6 {
        grid-row: 4/5;
    }

    .navMobActive {
        display: block !important;
        transition: 1s;
        grid-column: 1/5;
        height: 0%;
        grid-row: 2/3;
        width: 100%;
        background-color: rgb(255, 255, 255);
        position: absolute;
        top: 10px;
        left: 0px;
        bottom: 0px;
        height: 110dvh;
        height: calc(var(--vh, 1vh) * 110);
        overflow: hidden;
        animation: animatemenuopen 1s forwards;
    }

    .navMobDesactivate {
        display: block !important;
        transition: 1s;
        grid-column: 1/5;
        height: 0%;
        grid-row: 2/3;
        width: 100%;
        background-color: rgb(255, 255, 255);
        position: absolute;
        top: 10px;
        left: 0px;
        bottom: 0px;
        height: 110dvh;
        height: calc(var(--vh, 1vh) * 110);
        overflow: hidden;
        animation: animatemenuClose 1s forwards;
        overflow: hidden;
    }

    nav ul li a {
        font-size: 2rem;
    }


    @keyframes animatemenuClose {
        0% {
            height: 110dvh;
            height: calc(var(--vh, 1vh) * 110);
        }

        100% {
            height: 0%;
            padding: 0;
        }
    }

    @keyframes animatemenuopen {
        0% {
            height: 0%;
        }

        100% {
            height: 110dvh;
            height: calc(var(--vh, 1vh) * 110);
        }
    }

    .ulMobActive {

        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 0;
        align-items: center;
        gap: 12%;
        transition: 1s;
        opacity: 1 !important;


    }

    .ulMobActiveOnly {
        opacity: 0;
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 0;
        align-items: center;
        gap: 3%;
        transition: 0.5s;


    }

    .ulMobActive li,
    a {

        font-size: 1.8rem;

    }

    .ulMobActive2 {

        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        height: 80%;
        padding: 0;
        align-items: center;
        gap: 12%;
        transition: 1s;



    }

    .ulMobActive2 li {
        display: block;


    }

    .ulMobActive2 a {
        font-size: 1.8rem;
    }

    #liMob2,
    #liMob3,
    #liMob4 {
        display: none;
    }

    .posGrilleMob1 {
        grid-column: 2/3;
        grid-row: 2/3;
        transition: 1s;
    }

    .posGrilleMob2 {
        grid-column: 2/3;
        grid-row: 3/4;
        transition: 1s;
    }

    .posGrilleMob3 {
        grid-column: 2/3;
        grid-row: 4/5;
        transition: 1s;
    }

    #contHCtn a img {
        display: block;
    }
}

.has-submenu {
    position: relative;
}

header a:hover {
    color: #000000 !important;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0.5rem 0;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99;
}

.menu-item:hover .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.menu-link,
.submenu-link {
    display: block;
    text-decoration: none;
    color: #333;
    transition: background 0.5s;
}

.submenu-link:hover {
    background: #f5f5f5;
}

.menu-item ul {
    margin: 0;
    width: 50%;
    max-width: 50%;
    transform: translateX(-25%);
    text-align: center;
}

/* animation */

#ctnSc1Prestation {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f6f5f3;
}

/* Rebond par lettre */
#engagementP1 {
    display: flex;
    gap: 2px;
    font-size: 3rem;
}

#engagementP1 span {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    transform: translateY(50px);
}


/* projet page */
#sctProketPage {
    height: 40dvh;
    height: calc(var(--vh, 1vh) * 40);
    display: flex;
    align-items: end;
}

#sctProketPage #engagementP1 {
    top: -2.1rem;
    font-weight: 800;
}

.sctpagerepertoire #engagementP1 {
    top: -1.5rem !important;
}

.titleFormule {
    position: absolute;
    font-size: 2rem;
    margin: 0;
    top: -1.5rem;
    font-weight: 800;
}



.TitreProjetGen {
    font-size: 1.8rem;
    margin-bottom: 0.65rem;
}

.TitreProjetGen2 {
    font-size: 0.8rem;
}









/* Mise en place des lettres */
#engagementP1 span {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    color: #111;
    overflow: hidden;
    transform: translateY(50px);
}

/* Petit carré/couverture qui masque la lettre */

/* Chaque lettre apparaît après le passage du cache */
#engagementP1 span {
    /* animation: fadeInLetter 0.6s ease forwards; */
    margin-bottom: 0 !important;
    top: -2.5rem;
}

#engagementP1 {
    margin-bottom: 0 !important;
}

/* ---- KEYFRAMES ---- */
@keyframes revealCover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes fadeInLetter {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ---- Délais progressifs par lettre ---- */
#engagementP1 span:nth-child(1)::before,
#engagementP1 span:nth-child(1) {
    animation-delay: 0s;
}

#engagementP1 span:nth-child(2)::before,
#engagementP1 span:nth-child(2) {
    animation-delay: 0.1s;
}

#engagementP1 span:nth-child(3)::before,
#engagementP1 span:nth-child(3) {
    animation-delay: 0.2s;
}

#engagementP1 span:nth-child(4)::before,
#engagementP1 span:nth-child(4) {
    animation-delay: 0.3s;
}

#engagementP1 span:nth-child(5)::before,
#engagementP1 span:nth-child(5) {
    animation-delay: 0.4s;
}

#engagementP1 span:nth-child(6)::before,
#engagementP1 span:nth-child(6) {
    animation-delay: 0.5s;
}

#engagementP1 span:nth-child(7)::before,
#engagementP1 span:nth-child(7) {
    animation-delay: 0.6s;
}

#engagementP1 span:nth-child(8)::before,
#engagementP1 span:nth-child(8) {
    animation-delay: 0.7s;
}

#engagementP1 span:nth-child(9)::before,
#engagementP1 span:nth-child(9) {
    animation-delay: 0.8s;
}

#engagementP1 span:nth-child(10)::before,
#engagementP1 span:nth-child(10) {
    animation-delay: 0.9s;
}

#engagementP1 span:nth-child(11)::before,
#engagementP1 span:nth-child(11) {
    animation-delay: 1s;
}

#engagementP1 span:nth-child(12)::before,
#engagementP1 span:nth-child(12) {
    animation-delay: 1.1s;
}

#engagementP1 span:nth-child(13)::before,
#engagementP1 span:nth-child(13) {
    animation-delay: 1.2s;
}

/* Animation fade-slide pour le sous-titre */
.fade-slide {
    opacity: 1;

}

/* @keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
} */


/* Responsive index */

#sct4Mob {
    display: none;
}

#sct4 {
    display: block;
}

#sct5 {
    display: block;
}

#sct5 video {
    padding: 0 !important;
}

@media (max-width: 1300px) {
    #sctCompteClient .tab_item2 {
        width: 100%;
    }

    #sctCompteClient .tab-itemOne img {
        width: 20px !important;
        left: 6px;
    }

    #sctCompteClient .tab-item img {
        width: 15px;
        left: 6px;

    }

    .tab-item {
        width: 170px;
    }

    header .logo p {
        display: none;
    }

    header {
        grid-template-columns: 20% 60% 20%;
    }

    .identification-right {
        display: flex;
    }

    #ulDesk {
        gap: 15px;
    }

    .identification-actions a {
        font-size: 1rem !important;
    }

    /* projet */
    /* #partieProject {
        height: 200dvh;
        height: calc(var(--vh, 1vh) * 200) !important;

    } */
    /* prestation */
    #pourcentageRemise {
        font-size: 1.5rem;
    }

    #texteRemise {
        font-size: 1.3rem;
    }

    #noteRemise {
        font-size: 1rem;
    }

    #ctnSc1Prestation #campagne {
        font-size: 1rem !important;
    }

}

/* section 2 */
@media (max-width: 1200px) and (min-width: 770px) {
    body .stpPrestaOne .ctnPrestationImg {
        height: 350px !important;
    }

    body .stpPrestaOne>div {
        height: 350px !important;
    }
}


@media (max-width: 1200px) {

    /* footer */
    footer a {
        font-size: 1rem;
    }

    #design-contact {
        margin-bottom: 10px;
    }

    #footer-slogan {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 1.5rem;
    }

    #nav-title {
        margin-bottom: 0px;
    }

    #contact-title {
        margin-bottom: 25px;
    }

    #footer-legal a {
        font-size: 1rem !important;
    }

    #social-icons img {
        margin: 0 !important;
    }

    #footer-legal {
        position: initial !important;
    }

    #footer-navigation a {
        font-size: 1rem;
    }

    /* portfolio */
    .portfolio-section {
        padding: 0 100px;
    }

    /* identifoication */
    .identification-title {
        font-size: 3rem;
    }

    /* espace client */
    .promotionCard {
        width: 270px;
    }

    .tab_item2 div {
        width: 90%;
    }



}

@media (max-width: 1000px) {

    /* inscription */
    #ctnInscription {
        width: 80%;
    }

    /* compte client */

    #sctCompteClient {
        min-height: 520dvh;
        min-height: calc(var(--vh, 1vh) * 520);
    }

    .ctnPromotions {
        flex-direction: column !important;
        align-items: center;
        gap: 50px;

    }

    #sctCompteClient>img {
        height: 250px;
    }

    .liste-commandes-grid {
        grid-template-columns: 1fr !important;
        height: auto;
    }

    .tab_item2 div {
        width: 95%;
    }

    /* Placement précis selon ton schéma */
    .portfolio-section {
        padding: 0 20px;
    }

    .portfolio-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 3 colonnes */
        grid-auto-rows: 150px;
        /* hauteur de base, ajustable */
        gap: 15px;
    }

    .item1 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .item2 {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }

    .item3 {
        grid-column: 1 / 2;
        grid-row: 7 / 8;
    }

    .item4 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .item5 {
        grid-column: 2 / 3;
        grid-row: 7 / 8;
    }

    .item6 {
        grid-column: 1 / 3;
        grid-row: 3 / 5;
    }

    .item7 {
        grid-column: 1 / 2;
        grid-row: 8 / 10;
    }

    .item8 {
        grid-column: 1 / 2;
        grid-row: 5 / 7;
    }

    .item9 {
        grid-column: 2 / 3;
        grid-row: 5 / 7;
    }

    .item10 {
        grid-column: 2 / 3;
        grid-row: 8 / 9;
    }

    .item11 {
        grid-column: 2 / 3;
        grid-row: 9/ 10;
    }

    #ssCtn1sct2Row3 a {
        width: 30%;
    }

    /* Styles appliqués pour les écrans de 700px ou moins */
    .page2 h1,
    .page2 h2 {
        font-size: 3.5rem;
    }

    .page2 h3 {
        top: 50px;
        right: 10px;
        font-size: 1.5rem !important;
    }

    #sct2 {
        overflow: hidden;
        position: relative;
    }

    #ssCtn1sct2Row2 {
        position: absolute;
        right: -180px;
        /* ou ce que tu veux */
        top: 45%;
        transform: translateY(-50%);
        height: auto !important;
    }


    #ssCtn1sct2Row2 picture img {
        height: 50dvh;
        height: calc(var(--vh, 1vh) * 50);
    }

    #ssCtn1sct2 {
        margin: 0;
        grid-template-columns: 1fr;
    }

    #sct5 {
        display: none;
    }

    #ssCtn1sct2Box1 p {
        margin: 0;
        text-align: start;
        font-size: 1.5rem;
    }

    #ssCtn1sct2Box2 p {
        font-size: 0.9rem !important;
    }

    #ssCtn1sct2Box3 p {
        font-size: 0.9rem;
    }

    #ssCtn1sct2Box3 {
        width: 70%;
    }

    #ssCtn1sct2 {
        grid-template-rows: 80% 20%;
        height: 100%;

    }

    #ssCtn1sct2Row1 {
        display: flex;
        align-items: center;
    }

    #ssCtn1sct2Box2 {
        margin: 20px 0 30px 0;
    }

    #ssSsCtn1sct2Row1 {
        position: relative;
    }

    #ssCtn1sct2Box2 img {
        position: absolute;
        right: 0;
        top: 0;
    }

    /* 3 */
    #engagementP1 {
        text-align: center;
        font-size: 2rem;
        top: -1.2rem;
    }

    /* 4 */
    #sct4Mob {
        display: block;
    }

    #sct4 {
        display: none;
    }

    #ssCtn1sct4Row2Index img {
        display: none;
    }

    #ctnTopSct4Mob {
        position: relative;
        display: flex;
        justify-content: end;
        margin-bottom: 100px;
    }

    #ctnTopSct4Mob>div {
        position: relative;
        background-color: #24594093;
        width: 80%;
        padding: 10px;

    }

    #ctnTopSct4Mob p {
        color: black;
    }

    #ctnTopSct4Mob>img {
        position: absolute;
        height: 100%;
        left: 0;
    }

    /*  */
    #ctnBtnSct4Mob {
        position: relative;
        display: flex;
        justify-content: start;
        margin-top: 100px;
        margin-bottom: 100px;
        overflow: hidden;
    }

    #ctnBtnSct4Mob>div {
        position: relative;
        background-color: #24594093;
        width: 80%;
        padding: 10px;

    }

    #ctnBtnSct4Mob p {
        color: black;
    }

    #ctnBtnSct4Mob>img {
        position: absolute;
        height: 80%;
        right: -50px;
    }

    /* identification */
    .identification-title {
        font-size: 2rem;
    }

    .identification-actions {
        gap: 30px;
    }

    .identification-left {
        width: 90%;
    }

    /* prestation */
    #ctnCenterPresationRemise {
        display: grid;
        grid-template-rows: 20% 80% !important;
        grid-template-columns: 1fr !important;

    }

    #remiseTexteContenu {
        transform: inherit !important;
        height: 50dvh;
        height: calc(var(--vh, 1vh) * 50);
        width: 80%;
        margin: auto;
        justify-content: center;
        gap: 15px;
        border-radius: 15px;
    }

    #presationImgBloc img {
        width: 150px;
        top: 70%;
    }

    #remisePresattion {
        justify-content: space-around;
    }

    #presationImgBloc {
        height: auto !important;
    }

    #partieProjectCtn>img {
        display: none;
    }


    .sctPrestation2 p {
        font-size: 0.7rem;
        margin: 0 !important;

    }

    .ctnTwoPresctionsct2 {
        padding: 10px 0;
    }

    .ctnTwoPresctionsct2 svg {
        width: 15px !important;
        height: 15px !important;
    }

    .sctPrestation2>div {
        width: 100% !important;
    }

    .sctPrestation2 h2 {
        font-size: 2rem;
        width: 100%;
    }

    .sctPrestation2 h3 {
        font-size: 1.3rem;
    }

    .sctPrestation2 {
        height: 50dvh;
        height: calc(var(--vh, 1vh) * 50);
    }

    #ctnLigne p {
        font-size: 2rem;
    }

    .ctn2Sc1PrestationOne {
        height: 57dvh !important;
        height: calc(var(--vh, 1vh) * 57) !important;
    }

    .ctnOnePresctionsct2 {
        margin-top: 10pxs;
    }

    .ctnTwoPresctionsct2>div {
        gap: 5px;
    }
}

@media (max-width: 800px) {

    /* compte client */
    .logo img {
        height: 100px;
        margin-left: 15px;
    }

    .commande-item {
        height: 75dvh;
        height: calc(var(--vh, 1vh) * 75);
    }

    .pdf-links {
        transform: translateX(-8px);
    }

    .ssCtnTopConnexionEspaceClie {
        background-color: #F7F7F7;
    }

    .tab_item2>div {
        width: 450px;
        overflow-y: hidden;
        overflow-x: scroll;
        gap: 15px;
        padding: 10px;
        border-radius: 50px;
        background-color: black;
    }

    /* Pour Webkit (Chrome, Safari, Edge) */
    .tab_item2>div::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    .tab_item2>div::-webkit-scrollbar-track {
        background: #F7F7F7;
        /* couleur de la piste (fond de la scrollbar) */
    }

    .tab_item2>div::-webkit-scrollbar-thumb {
        background: #F7F7F7;
        /* couleur du pouce (la barre qu'on déplace) */
        border-radius: 10px;
    }

    /* Pour Firefox */
    .tab_item2>div {
        scrollbar-width: thin;
        /* taille fine */
        scrollbar-color: #F7F7F7 #F7F7F7;
        /* couleur du pouce et de la piste */
    }

    .tab_item2 img {
        display: none;
    }

    .tab-btn {
        width: 115px;
    }

    .login-card {
        justify-content: start;
        padding-top: 0px !important;
    }


    #sctCompteClient .tabs-buttons-custom {
        position: initial;
        margin-top: 480px;
    }

    .login-sectionParticulier .labelResterCo {
        transform: translateY(-50px) !important;
    }

    .labelResterCo {
        transform: translateY(0px) !important;
    }

    .login-card h2 {
        margin-top: 0px !important;
    }

    #bgDeskCompte {
        display: none;
    }

    #bgDeskCompteMob {
        display: block;
    }

    .p2CtnTopSct1EspaceClient {
        margin-bottom: 120px;
        width: 90%;
    }

    #sctCompteClient .tab_item2 {
        margin: 0 auto;
        position: absolute;
        top: 220px;
        overflow: hidden;
        border-radius: 49px;
        left: 50%;
        transform: translateX(-50%);
        width: 525px;
    }

    .btn-paiement {
        border-radius: 50px;
        font-size: 1.3rem;
    }

    .p1CtnTopSct1EspaceClient {
        font-size: 2rem;
        text-align: center;
    }

    .listeEspace {
        padding: 0 !important;
    }

    .reduction-palier {
        width: 90% !important;
    }

    .reduction-palier p {
        font-size: 1.3rem;
    }

    .commande-item h3 {
        font-size: 1.3rem;
    }

    .tab-item {
        height: 40px;
    }

    .tab-item img {
        display: none;
    }

    .tab_item2>div {
        width: 100%;
    }

    #sctCompteClient .scroll_wrapper {
        width: 525px;
    }


    /* footer */
    footer #social-icons {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    footer #social-icons img {
        width: 60px;
    }

    #footer-slogan {
        transform: translateY(0px);
    }

    #site-footer {
        grid-template-columns: 1fr !important;
    }

    footer a,
    footer p {
        text-align: center;
    }

    .contact-line {
        width: 100%;
        justify-content: center;
    }

    footer #nav-links {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /* loign */
    .login-section {
        grid-template-columns: 1fr !important;
        grid-template-rows: 50% 50%;
        height: 100dvh;
        height: calc(var(--vh, 1vh) * 100);
    }

    .login-card {
        left: 50%;
        transform: translateX(-50%);
    }

    .login-image {
        position: relative;
        width: 100%;
        height: auto;
        /* prend toute la hauteur écran */
        overflow: hidden;
    }

    .login-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Le rectangle blanc */
    .login-image .overlayLoginPro {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        /* ajuste selon besoin */
        background: #fff;
        border-top-left-radius: 50px;
    }

    .login-card {
        box-shadow: inherit;
    }

}

#bgDeskCompte {
    display: block;
}

#bgDeskCompteMob {
    display: none;
}

@media screen and (max-width: 600px) and (max-height: 700px) {
    /* .ctn2Sc1PrestationOne {
        height: 110dvh !important;
        height: calc(var(--vh, 1vh) * 110) !important;
    } */

    /* .sctPrestation2 {
        height: 80dvh;
        height: calc(var(--vh, 1vh) * 100);
    } */

    /* .ctnTwoPresctionsct2 {
        gap: 8% !important;
    } */

    .ctnPrestationImg {
        height: 250px;
    }

    .sctPrestation2>div {
        height: 230px;
    }

    .sctPrestation2 h3 {
        font-size: 1.3rem;
    }

    #ct1Propos {
        height: 135dvh;
        height: calc(var(--vh, 1vh) * 135);
    }
}

@media screen and (max-width: 600px) and (max-height: 760px) {

    /* #sctPrestation1 {
        height: 80dvh !important;
        height: calc(var(--vh, 1vh) * 80) !important;
    } */
    /* 
    .stpPrestaOne {
        height: 70dvh !important;
        height: calc(var(--vh, 1vh) * 70) !important;
    }

    #remisePresattion {
        height: 200dvh;
        height: calc(var(--vh, 1vh) * 200) !important;
    }

    #remiseTexteContenu {
        height: 55dvh;
        height: calc(var(--vh, 1vh) * 55) !important;
    } */

    /* #sctPrestation1 {
        height: 72dvh;
        height: calc(var(--vh, 1vh) * 72) !important;
    } */

    /* portfolio */


    /* identification */
    /* .identification-title {
        margin-top: 30px !important;
    } */

    /* .identification-left {
        margin-bottom: 20px !important;
    } */

    /* index */

    /* #textAndIndex {
        top: 200px !important;

    } */

    /* login */
    /* .login-sectionParticulier {
        height: 150dvh;
        height: calc(var(--vh, 1vh) * 150) !important;
        grid-template-rows: 40% 60% !important;
    } */
}

@media (min-width: 600px) {

    #valeurTitre1,
    #valeurTitre2,
    #valeurTitre3 {
        font-size: 1.5rem !important;
    }

    #valeurTexte1,
    #valeurTexte2,
    #valeurTexte3 {
        font-size: 1.3rem !important;
    }

}

@media (max-width: 600px) {

    /* header */
    header {
        grid-template-columns: 40% 30% 30%;
        height: 100px;
    }


    .logo img {
        width: auto;
        height: 90px;
        object-fit: cover;
        margin-left: 15px;
    }

    /* login */
    .login-form-container {
        background-color: white;
    }

    /* inscription */
    #ctnInscription {
        width: 90%;
    }

    #sctInscription form>p {
        width: 90%;
    }

    #sctInscription>img {
        margin-top: 85px;
    }

    /* index */

    .page2 h1,
    .page2 h2,
    #textCommunicationIndex1 {
        position: initial;
        margin-left: 15px !important;
    }



    #ssCtn1sct2Box2 img {
        right: 50px;
    }

    #sct2 {
        width: 100%;
        height: 100dvh;
        height: calc(var(--vh, 1vh) * 100);
    }

    #ssCtn1sct2Row3 {
        margin-top: 50px;
    }

    #ssCtn1sct2Row3 a {
        width: 70%;
        font-size: 1rem;
    }

    #sct3 {
        height: 30dvh;
        height: calc(var(--vh, 1vh) * 30);
    }

    .page2 video {
        object-fit: cover;
        filter: brightness(0.5);
    }

    .page2 .text-blockIndex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        margin-top: 100px;
    }

    #textCommunicationIndex1 {
        font-size: 3.5rem;
    }

    #sct3>div {
        height: 70px;
    }

    #textAndIndex {
        left: 50px;
    }

    #sct3 #engagementP1 {
        top: -1.2rem;
    }

    .video-wrapperIndex {
        transform: translateY(15px);
    }

    .video-wrapperIndex video {
        -webkit-appearance: none;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }



    #engagementP1 span {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: bold;
        transform: translateY(20px);
    }

    /* prestation */
    #sctPrestation1 {
        transform: translateY(0);
    }

    #partieProject {
        padding: 0 0 50px 0 !important;
    }

    #pourcentageRemise {
        font-size: 1.8rem;
    }

    #texteRemise,
    #noteRemise {
        font-size: 1.5rem;
    }


    .stpPrestaOne>div {
        height: 230px !important;
    }

    #ssCtn2Sc1Prestation {
        grid-template-columns: 20% 60% 20% !important;
    }

    #ssCtnTopMiddPres a {
        font-size: 1rem !important;
    }

    .ctn2Sc1Prestation1 {
        height: 240px !important;
        margin-top: 30px;
    }

    .ctnPrestationMidell>div {
        margin: 0 !important;
    }

    #ctnLigne p {
        font-size: 1.2rem;
    }

    #sctPrestation1 #engagementP1 {
        font-size: 1.5rem;
        top: 0.3rem;
    }

    #sctPropos2 #ssCtn2Sc1Prestation {
        height: 160px;

    }

    #ctnFinalSct2 img {
        display: none !important;
    }

    #sctProketPage #engagementP1 {
        font-size: 1.5rem;
        top: -0.9rem;
        font-weight: 600;
    }

    #sctProketPage #engagementP1 span {
        font-size: 1.5rem;
        top: -1.3rem;
        font-weight: 600;
    }


    .ctn2Sc1PrestationOne {
        height: 40dvh !important;
        height: calc(var(--vh, 1vh) * 40);
    }

    #remiseTexteContenu {
        gap: 15px;
        height: 50dvh;
        height: calc(var(--vh, 1vh) * 50);
    }

    .sctPrestation2>div {
        height: 210px;
    }

    .stpPrestaOne .ctnOnePresctionsct2Gen {
        margin-top: 10px !important;
        gap: 5px;
    }

    .stpPrestaOne>div {
        grid-template-columns: 50% 50%;
    }

    .stpPrestaOne {
        height: 50dvh !important;
        height: calc(var(--vh, 1vh) * 50) !important;
    }

    .ctnOnePresctionsct2 img {
        width: 30px;
        height: 30px;
    }

    .stpPrestaOne .ctnPrestationImg {
        height: 230px;
    }

    .login-section {
        height: 150dvh;
        height: calc(var(--vh, 1vh) * 150);
    }


    /* projet */
    #remisePresattion #ctnSc1Prestation {
        height: 150px;
    }

    #remisePresattion #ctnSc1Prestation p {
        text-align: center;
    }

    #remisePresattion #engagementP1 {
        font-weight: 600;
        top: -1rem !important;
    }

    #remisePresattion #campagne {
        width: 95%;
    }

    section #ctnEtapeProject1>p:first-of-type {
        font-size: 1.5rem;
    }

    section #ctnEtapeProject2>p:first-of-type {
        font-size: 1.5rem;
    }

    #ct1Propos {
        min-height: 650px;
    }

    section #ctnEtapeProject3>p:first-of-type {
        font-size: 1.5rem;
    }

    section #ctnEtapeProject4>p:first-of-type {
        font-size: 1.5rem;
    }

    section #ctnEtapeProject5>p:first-of-type {
        font-size: 1.5rem;
    }

    .video-wrapperIndex {
        position: relative;
        width: 101%;
        height: 100dvh;
        height: calc(var(--vh, 1vh) * 100);
        overflow: hidden;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        animation: none;
    }

    @keyframes moveDownRadius {
        0% {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            transform: translateY(0);
        }

        100% {
            border-top-left-radius: 70px;
            border-top-right-radius: 70px;
            transform: translateY(60px);
        }
    }

    .video-wrapperIndex video {
        position: relative;
        width: 100%;
        height: 100dvh;
        height: calc(var(--vh, 1vh) * 100);
        overflow: hidden;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        animation: moveDownRadius 1s ease forwards;
        animation-delay: 2s;
    }


    #ssCtnTopMiddPres>div {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    #ssCtnTopMiddPres>div button {
        width: 70%;
    }

    #presationImgBloc>img {

        top: 0;
        left: 50%;
        transform: translate(-50%);
        z-index: 50;
    }

    /* a propos de nous */
    #colonne1Propos p,
    #colonne2Propos p {
        font-size: 0.85rem !important;
    }

    #colonne1Propos,
    #colonne2Propos {
        width: 95%;
        height: 450px;
        gap: 20px !important;
    }

    #colonne1Propos img,
    #colonne2Propos img {
        left: 50%;
        top: 0px;
        width: 100px;
    }

    #colonne2Propos {
        gap: 13px !important;
    }
    #sctCompteClient>img {
        top: 35px!important;
    }

    #colonne1Propos div p,
    #colonne2Propos div p {
        font-size: 0.8rem !important;
    }

    #colonne1Propos {
        gap: 20px !important;
    }


    #ctnBtnPropos a {
        width: 70%;
    }

    #sctPropos2 {
        height: 60dvh;
        height: calc(var(--vh, 1vh) * 70);
    }

    #ct1Propos {
        height: 100dvh;
        height: calc(var(--vh, 1vh) * 100);
    }

    #ct1Propos a {
        font-size: 1rem;
    }



    /* préstation */
    #sctPrestation1 {
        height: 70dvh;
        height: calc(var(--vh, 1vh) * 70);
        justify-content: end;
        gap: 0 !important;
    }

    .sctPrestationEnd #engagementP1 {
        top: 5px !important;
    }

    .sctPrestation2 h2 {
        margin: 0 !important;
        font-size: 1.2rem !important;
    }

    .sctPrestation2 h3 {
        font-size: 1rem !important;
    }

    .ctn2Sc1Prestation1 {
        transform: translateY(40px);
    }


    .ctn2Sc1Prestation1>img {
        max-width: 50%;
    }

    .ctnGenTopPrestationGen {
        align-items: end;
    }

    .pctnLigne {
        font-size: 1.5rem;
    }

    /* page compte client */
    .tab_item2>div {
        width: 450px;
        overflow-y: hidden;
        overflow-x: scroll;
        gap: 15px;
        padding: 10px;
        border-radius: 50px;
        background-color: black;
    }

    .ctnPromotions {
        padding-bottom: 100px;
    }

    /* Pour Webkit (Chrome, Safari, Edge) */
    .tab_item2>div::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    .tab_item2>div::-webkit-scrollbar-track {
        background: #F7F7F7;
        /* couleur de la piste (fond de la scrollbar) */
    }

    .tab_item2>div::-webkit-scrollbar-thumb {
        background: #F7F7F7;
        /* couleur du pouce (la barre qu'on déplace) */
        border-radius: 10px;
    }

    /* Pour Firefox */
    .tab_item2>div {
        scrollbar-width: thin;
        /* taille fine */
        scrollbar-color: #F7F7F7 #F7F7F7;
        /* couleur du pouce et de la piste */
    }

    .tab_item2 img {
        display: none;
    }

    #sctCompteClient {
        display: initial;
    }

    .tab-btn {
        width: 115px;
    }

    .login-card {
        justify-content: start;
        padding-top: 0px !important;
    }

    #sctCompteClient>img {
        height: 420px !important;
    }

    #sctCompteClient .commande-wrapper {
        height: auto;
    }



    #sctCompteClient .tabs-buttons-custom {
        position: initial;
        margin-top: 600px;
    }

    .login-sectionParticulier {
        height: calc(var(--vh, 1vh) * 130);
        grid-template-rows: 40% 60%;
    }

    body .loginCardPro {
        left: 50%;
        transform: translateX(-50%) translateY(-60px) !important;
    }

    .login-sectionParticulier .labelResterCo {
        transform: translateY(-20px) !important;
    }

    .labelResterCo {
        transform: translateY(0px) !important;
    }

    .login-card h2 {
        margin-top: 0px !important;
    }

    #bgDeskCompte {
        display: none;
    }

    #bgDeskCompteMob {
        display: block;
    }

    .p2CtnTopSct1EspaceClient {
        padding-bottom: 120px;
        width: 90%;
    }

    #sctCompteClient .tab_item2 {
        margin: 0 auto;
        position: absolute;
        top: 220px;
        overflow: hidden;
        border-radius: 49px;
        left: 50%;
        transform: translateX(-50%);
        width: 400px;
    }

    .btn-paiement {
        border-radius: 50px;
        font-size: 1.3rem;
    }

    .p1CtnTopSct1EspaceClient {
        font-size: 2rem;
    }

    .reduction-palier {
        width: 90% !important;
    }

    .reduction-palier p {
        font-size: 1.3rem;
    }

    .commande-item h3 {
        font-size: 1.3rem;
    }

    .tab-item {
        height: 40px;
    }

    .tab-item img {
        display: none;
    }

    .tab_item2>div {
        width: 100%;
    }

    #sctCompteClient .scroll_wrapper {
        width: 400px;
    }

    /* identification */
    .identification-left {
        width: 90%;
        padding: 30px 0 !important;
        margin: auto;
    }

    .identification-subtitle {
        font-size: 1rem;
    }

    .identification-subtitle {
        font-size: 1rem !important;
    }

    .btn-identify:hover {
        color: black !important;
    }

    .identification-left h1,
    .identification-left h2 {
        text-align: center;
    }

    #identification-pro-toggle {
        justify-content: center;

    }

    .identification-right>img {
        transform: translateY(60px);
    }

    .identification-actions {
        gap: 20px;
    }

    .identification-section {
        display: grid;
        grid-template-columns: 1fr !important;
        grid-template-rows: 1fr 1fr;

    }

    .identification-section> :first-child {
        grid-row: 2;
    }

    .identification-section> :last-child {
        grid-row: 1;
    }

    .identification-actions {
        position: relative;
        display: flex;
        width: 100%;
        height: 61px;
        background: #222;
        border-radius: 60px;
        padding: 5px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        margin: 0 auto;
        text-align: center;
    }
    .login-section form input[type=submit] {
        margin: 30px auto!important;
    }

    

    .identification-actions span {
        height: 50px !important;
    }

    .identification-actions p {
        width: 100%;
        text-align: center;

    }

    .btn-identify {
        flex: 1;
        border: none;
        outline: none;
        background: none;
        color: #ccc;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        z-index: 2;
        transition: color 0.3s ease;
    }

    .btn-identify.active {
        color: #000;
    }

    .indicator {
        position: absolute;
        top: 5px;
        left: 5px;
        width: calc(50% - 10px);
        /* moitié de la largeur */
        height: 40px;
        background: #fff;
        border-radius: 50px;
        transition: all 0.3s ease;
        z-index: 1;
    }


    /* contact */
    .promo-button button {
        font-size: 1rem;
    }

    .formContainer {
        width: 100%;
    }

    #contactSctForm {
        padding: 0 !important;
    }

    .contact-numbers a {
        font-size: 1rem;
        padding: 10px;
        color: black;
        width: 30%;
    }
    .formTitle{
        width: 90%;
        text-align: center;
    }

    .logoCircle {
        font-size: 1rem;
    }

    .circleText {
        position: absolute;
    }

    .circleText svg {
        transform: rotate(-90deg) translateY(-25px) translateX(10px);
    }

    .logoCircle {
        transform: rotate(-10deg) translateX(10px);
    }

    .formFooter {
        margin-top: 15px;
    }

    .promo-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .promo-text p {
        width: 90%;
    }

    /* portfolio */
    #engagementP1 {
        font-size: 2rem;
        top: -0.5rem;
    }

    #ctnSc1Prestation {
        height: 70px;
    }

    .sctTopTitleGen {
        height: 40dvh !important;
        height: calc(var(--vh, 1vh) * 40) !important;
    }

    /* prestation */

    /* .ctn2Sc1Prestation1 {
    height: 240px !important;
    margin-top: 30px;
} */

    .ctnPrestationMidell {
        transform: translateY(30px);
        margin: 0 !important;
        overflow-x: hidden !important;
    }

    /* .ctnPrestationMidell>div {
    margin: 0 !important;
} */
    .ctnPrestationMidell>div {
        margin: 0 !important;
    }

    .ctnGenTopPrestationGen {
        height: 30% !important;
        margin-top: 0px;
    }

    .ctnPrestationImg {
        height: auto;
    }

    .sctPrestation2 h2 {
        font-size: 1.5rem;
        width: 90%;
        margin: 50px 0 0 20px !important;
    }

    .sctPrestation2 h3 {
        font-size: 1.3rem;
    }

    .sctPrestation2 h2 span {
        font-size: 2.5rem;
        width: 100%;
    }

    #sctMiddPrestation #ctnSc1Prestation {
        height: 100px;
    }

    #sctMiddPrestation #engagementP1 {
        top: -1.2rem;
        font-weight: 600;
    }

    #engagementP1 {
        font-weight: 600;
    }

    #infosRemiseSupplementaires p {
        width: 80%;
        text-align: center;
        margin: auto;
    }

    #sctMiddPrestation #campagne {
        width: 80%;
        margin: auto;
        text-align: center;
    }



    /* page propos */
    #valeurTitre1,
    #valeurTitre2,
    #valeurTitre3 {
        font-size: 0.9rem;
    }

    #valeurTexte1,
    #valeurTexte2,
    #valeurTexte3 {
        font-size: 0.9rem;
    }

    #blocColonnes {
        width: 90%;
    }

    #valeurTitre3 {
        margin-left: 10px;
    }

    #colonne1Propos p,
    #colonne2Propos p {
        padding: 0;
        width: 85%;
        margin: 0 auto !important;
        font-size: 1.3rem;
    }

    .elNoneFont {
        margin: 0px 1px 0 5px;
    }



    #blocBas>img {
        height: 40dvh;
        height: calc(var(--vh, 1vh) * 40);
        object-fit: cover;
    }


    #blocContenuPropos a {
        width: 90%;
    }

    /* footer */
    footer #nav-links {
        gap: 10px;
    }

    /* connexion */
    .login-section .login-card {
        padding: 0 !important;
        width: 90%;
        margin-top: 50px;
    }

    body #site-content .loginCoParti {
        padding: 0 !important;
    }

    .promo-text {
        padding: 20px 0;
    }

    .formContainer {
        padding: 50px 0;
        margin: 0;
    }

    .contactForm {
        margin: 0 15px;
    }

    .contact-numbers {
        margin-top: 50px;
    }


    #ctnLoginPro {
        margin: 0 !important;
    }

}



@media (max-width: 450px) {
    #sctCompteClient .tab_item2 {
        width: 350px;
    }


    #sctCompteClient .scroll_wrapper {
        width: 350px;
    }

    #sctCompteClient .tab-btn {
        width: 100px;
        font-size: 1rem;
    }

    .p1CtnTopSct1EspaceClient {
        text-align: center;
    }
}


@media (max-width: 380px) {

    #colonne1Propos p,
    #colonne2Propos p {
        width: 100% !important;
    }

    #colonne1Propos>div,
    #colonne2Propos>div {
        width: 100%;
    }

    #blocColonnes {
        width: 95% !important;
    }

    .spanTitreMobile {
        display: none !important;
    }
}

@media (max-width: 400px) {
    #col1P2 {
        height: 85px !important;
    }

    #colonne1Propos>div,
    #colonne2Propos>div {
        height: 80px !important;
    }

    #col1P3 {
        height: 80px !important;
    }

    #blocContenuPropos a {
        margin: 0 auto !important;
    }

    #remiseTexteContenu {
        gap: 15px;
        height: 55dvh;
        height: calc(var(--vh, 1vh) * 55);
    }
}


@media (max-width: 390px) {
    #colonne1Propos {
        gap: 12px !important;
    }
}


@media (max-width: 350px) {

    #sctCompteClient .tab_item2 {
        width: 300px;
    }


    #sctCompteClient .scroll_wrapper {
        width: 300px;
    }

    #sctCompteClient .tab-btn {
        width: 83px;
        font-size: 1rem;
    }

    #blocColonnes {
        width: 98% !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {}

@media screen and (max-width: 600px) and (max-height: 900px) {
    /* #sctPrestation1 {
        height: 66dvh;
        height: calc(var(--vh, 1vh) * 66);

    } */

    /* .sctTopTitleGen {
        height: 40dvh !important;
        height: calc(var(--vh, 1vh) * 40) !important;
    } */
}

@media screen and (max-width: 600px) and (max-height: 700px) {

    #remiseTexteContenu {
        height: 55dvh;
        height: calc(var(--vh, 1vh) * 55);
    }

    /* #partieProject {
        height: auto;
        padding: 100px 10px;
    } */

    /* #remisePresattion {
        height: 170dvh;
        height: calc(var(--vh, 1vh) * 170);
    } */

    #remisePresattion #campagne {
        width: 95%;
    }

    /* #remisePresattion #ctnSc1Prestation {
        height: 190px;
    } */

    /* bandeaux*/
    /* #sctPrestation1 {
        height: 80dvh;
        height: calc(var(--vh, 1vh) * 80) !important;
    } */

    /* .sctTopTitleGen {
        height: 50dvh !important;
        height: calc(var(--vh, 1vh) * 50) !important;
    } */

    #sctPropos2 {
        gap: 0px !important;
    }

    /* footer */
    #footer-bottom {
        gap: 20px;
    }

}

/* tablette */

@media (min-width: 768px) and (max-width: 1023px) {
    .page2 .second h1 {
        top: auto !important;
        bottom: 50% !important;
        font-size: 5.5rem !important;
    }

    .page2 .second h2 {
        top: auto !important;
        bottom: 35% !important;
        font-size: 5.5rem !important;
    }

    .page2 .first h1 {
        top: auto !important;
        bottom: 50% !important;
        font-size: 5.5rem !important;
    }

    .page2 .first h2 {
        top: auto !important;
        bottom: 40% !important;
        font-size: 5.5rem !important;
    }

    #textAndIndex {
        top: auto !important;
        bottom: 28% !important;

    }

    #textCommunicationIndex1 {
        top: auto !important;
        bottom: 30% !important;
        font-size: 5.5rem !important;
    }

    /* prestation */
    .sctPrestation2 p {
        font-size: 1.3rem !important;
    }

    #ssCtnTopMiddPres>div {
        gap: 60px !important;
    }

    #partieProjectCtn {
        transform: none;
        display: grid;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }

    #partieProject {
        padding: 0 0 100px 0 !important;
        height: 200dvh;
        height: calc(var(--vh, 1vh) * 200) !important;
    }

    #partieProjectCtn>img {
        display: none;
    }

    #remisePresattion {
        height: 120dvh;
        height: calc(var(--vh, 1vh) * 120);
    }

    .elemProject {
        position: static !important;
        width: 90%;
        max-width: 600px;
        height: auto;
        transform: none;
    }

    #campagne {
        text-align: center;
    }

    #remisePresattion {
        height: 160dvh;
        height: calc(var(--vh, 1vh) * 160);
    }

    .elemProject p {
        text-align: left;
    }

    .sctPrestation2>div {
        height: 280px !important;
    }

    .stpPrestaOne .ctnPrestationImg {
        height: 280px !important;
    }

    .sctPrestation2 p {
        font-size: 1.2rem !important;
    }


    .sctPrestation2 {
        height: 80dvh !important;
        height: calc(var(--vh, 1vh) * 80) !important;
    }

    .ctnPrestationImg {
        height: 280px !important;
    }

    #sctPrestation1 {
        padding-bottom: 50px;
    }

    body .stpPrestaOne {
        height: 90dvh !important;
        height: calc(var(--vh, 1vh) * 90) !important;
    }

    #remiseTexteContenu {
        height: 40dvh;
        height: calc(var(--vh, 1vh) * 40);
        gap: 30px;
    }

    #remisePresattion #campagne {
        text-align: center;
    }

    #presationImgBloc img {
        width: 130px;
        top: 100%;
    }

}


.ma-contact-alert-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    padding: 0 15px;
}

.ma-contact-alert {
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #111;
    border-left: 4px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.ma-contact-alert .icon {
    font-size: 22px;
    flex-shrink: 0;
}

.ma-contact-alert.success {
    background: #e8f9ed;
    border-left-color: #20a64a;
}

.ma-contact-alert.error {
    background: #fdeaea;
    border-left-color: #c93636;
}

.ma-contact-alert.warning {
    background: #fff8e6;
    border-left-color: #d99a00;
}

.ma-contact-alert .text {
    font-weight: 500;
}