/* -------- FONT -------- */
@font-face {
    font-family: "TanNimbus";
    src: url("font/tan-nimbus.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

/* -------- GLOBAL -------- */
body {
    margin: 0;
    background: #f9ddb2;
    font-family: Arial, sans-serif;
}

/* -------- TOP BAR -------- */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ff7923;
    padding: 15px 25px;
    color: white;
    font-weight: bold;
}

.menu .icon {
    margin-right: 10px;
    margin-top: 20px;
}

.menu {
    font-size: 22px;
    color: #ff7923;
}

.socials img {
    width: 30px;
    margin-left: 15px;
    margin-top: 15px;
    filter: brightness(0) invert(1);
}

/* -------- HERO -------- */
.hero {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

/* vague orange */
.orange-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px; /* ajuste si nécessaire */
    overflow: hidden;
}

.orange-wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* contenu */
.hero-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 150px;
    flex-wrap: wrap;
}

.photo img {
    width: 600px;
    border-radius: 50%;
    filter: sepia(40%);
}

/* -------- TEXTES -------- */
.text-zone {
    text-align: left;
}

.sub {
    font-family: TanNimbus, cursive;
    font-size: 32px;
    color: #d85c16;
    margin-bottom: 20px;
}

.text-zone h1 {
    font-family: TanNimbus, sans-serif;
    font-size: 78px;
    color: #ff7923;
    margin: 0;
}

.h1_global {
    font-family: TanNimbus, sans-serif;
    text-align: center;
    font-size: 78px;
    color: #ff7923;
    margin: 0;
    margin-top: 70px;
}

.h2_global {
    font-family: TanNimbus, sans-serif;
    font-size: 42px;
    margin-top: -10px;
    color: #ff7923;
    text-align: center;

}


.text-zone h2 {
    font-family: TanNimbus, sans-serif;
    font-size: 42px;
    margin-top: -10px;
    color: #ff7923;
}

.my-underline {
    background-image: url("svg/underline_brush.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 100%;
    padding-bottom: 0.5em;
    display: inline-block;
}

.my-underline-white {
    background-image: url("svg/underline_brush_white.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 100%;
    padding-bottom: 1em;
    padding-right: 1em;
    display: inline-block;
}

.btn-orange {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, #ff7923, #d85c16);
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 45px;
    text-decoration: none;
    transition: 0.25s ease;
}

.btn-orange:hover {
    transform: translateY(-3px);
    box-shadow: 0px 10px 25px rgba(216, 92, 22, 0.5);
}

.btn-orange:active {
    transform: translateY(0px);
    box-shadow: 0px 4px 12px rgba(216, 92, 22, 0.45);
}

.section-generic {

	margin-bottom: 150px;
    padding-top: 30px;

}

.logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 40px 0;
}

.logos-track {
    display: inline-flex;
    gap: 80px;
    white-space: nowrap;
    animation: scroll 45s linear infinite;
}

.logo-item {
    flex-shrink: 0;
}

.logo-item img {
    height: 180px;
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

.logo-item img:hover {
    opacity: 1;
}


/* Fade on edges */
.logo-slider:before,
.logo-slider:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.logo-slider:before {
    left: 0;
    background: linear-gradient(to right, #f9ddb2, transparent);
}

.logo-slider:after {
    right: 0;
    background: linear-gradient(to left, #f9ddb2, transparent);
}

@keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.google-reviews {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

.reviews-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.arrow {
    font-size: 55px;
    cursor: pointer;
    user-select: none;
    color: #ff7923;
    transition: 0.2s;
}

.arrow:hover {
    transform: scale(1.2);
}

.review-card {
    background: #ff7923;
    color: white;
    padding: 40px;
    width: 550px;
    border-radius: 25px;
    text-align: left;
    min-height: 100px;
}

.review-card h3 {
    margin-top: 0;
    font-size: 22px;
    font-weight: bold;
}

.stars {
    margin: 10px 0 20px;
    font-size: 22px;
}

.give-review {
    font-family: TanNimbus;
    font-size: 20px;
    margin-top: 15px;
    color: #ff7923;
}

.give-review a {
    color: #ff7923;
    font-weight: bold;
}

/* ---- SECTION CONTACT ---- */



.form-section {
    text-align: center;
    padding-top: 60px;
    margin-top: 80px;
}

.contact-title {
    font-family: TanNimbus;
    font-size: 62px;
    color: #ff7923;
    margin-bottom: 50px;
}

.form-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.form-row .label-text {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    margin: 0 8px 0 0;
    font-size: 25px;
}

.form-row .select-event {
    flex: 0 0 auto;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.form-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    position: relative;
    margin-left: 20%;
}

.input-phone {
    width: 350px;
    padding: 18px 20px;
    font-size: 20px;
    border-radius: 40px;
    border: 2px solid #804a2b;
    background-color: #f9ddb2;
    font-family: TanNimbus, sans-serif;
    color: #804a2b;
}

.input-phone::placeholder {
    color: #804a2b;
    opacity: 0.7;
}

.select-event {
    padding: 18px 20px;
    font-size: 20px;
    border-radius: 40px;
    border: 2px solid #804a2b;
    background-color: #f9ddb2;
    font-family: TanNimbus, sans-serif;
    color: #804a2b;
    
}

.btn-submit {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: #ff7923;
    color: white;
    font-size: 28px;
    cursor: pointer;
}

.rgpd {
    font-size: 15px;
    margin-top: 15px;
    opacity: 0.7;
    color:#804a2b;
    font-weight: bold;
}

.orange-bottom-wave {
    margin-top: 80px;
    position: relative;

}

.orange-bottom-wave svg {
    width: 100%;
    height: 400px;
    display: block;
}

.contact-block {
    position: absolute;
    top: 200px;
    left: 80px;
    color: #ffe5b2;
    font-family: TanNimbus, sans-serif;
}

.contact-block h3 {
    font-size: 20px;
    margin: 0;
}

.contact-block p {
    font-size: 16px;
    margin: 10px 0;
}

.contact-block .links a {
    color: #ffe5b2;
    font-size: 22px;
}

.contact-photo {
    position: absolute;
    right: 50px;
    width: 380px;
    margin-top: 100px;
    z-index: -1;
    filter: sepia(50%);
}

.callback-form {
    text-align: center;
    margin-top: 100px;
}

.callback-form .label-text {
    font-family: TanNimbus, sans-serif;
    font-size: 25px;
    color:#804a2b;
}

.copyright {
    text-align: center;
    font-size: 14px;
    color: #804a2b;
    margin-top: 20px;
    font-family: TanNimbus, sans-serif;
}

/* TAGS (1-15): grands mots cliquables, style "vrac" */
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
}
.tags a {
    color: #ff7923;
    text-decoration: none;
    font-weight: 700;
    background: transparent;
    border: none;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    transition: transform 160ms ease, opacity 160ms ease;
}
.tags a:hover {
    transform: translateY(-4px) scale(1.02);
    opacity: 0.95;
    text-decoration: underline;
}

/* Variations individuelles pour un rendu "vrac" : tailles et rotations différentes */
.tags .tag-1  { font-size: 44px; transform: rotate(-6deg);  margin: 6px 10px; }
.tags .tag-2  { font-size: 34px; transform: rotate(4deg);   margin: 6px 8px;  }
.tags .tag-3  { font-size: 30px; transform: rotate(-3deg);  margin: 4px 10px; }
.tags .tag-4  { font-size: 38px; transform: rotate(6deg);   margin: 8px 12px; }
.tags .tag-5  { font-size: 28px; transform: rotate(-8deg);  margin: 6px 8px;  }
.tags .tag-6  { font-size: 32px; transform: rotate(2deg);   margin: 6px 10px; }
.tags .tag-7  { font-size: 26px; transform: rotate(-4deg);  margin: 4px 8px;  }
.tags .tag-8  { font-size: 36px; transform: rotate(5deg);   margin: 8px 10px; }
.tags .tag-9  { font-size: 24px; transform: rotate(-2deg);  margin: 4px 6px;  }
.tags .tag-10 { font-size: 40px; transform: rotate(3deg);   margin: 8px 12px; }
.tags .tag-11 { font-size: 22px; transform: rotate(-1deg);  margin: 4px 6px;  }
.tags .tag-12 { font-size: 30px; transform: rotate(7deg);   margin: 6px 8px;  }
.tags .tag-13 { font-size: 27px; transform: rotate(-5deg);  margin: 6px 8px;  }
.tags .tag-14 { font-size: 33px; transform: rotate(4deg);   margin: 6px 10px; }
.tags .tag-15 { font-size: 20px; transform: rotate(0deg);   margin: 4px 6px;  }

/* Mobile: réduire légèrement les tailles et limiter rotations pour lisibilité */
@media (max-width: 600px) {
    .tags { gap: 8px; padding: 12px 0; }
    .tags a { font-weight: 700; }
    .tags .tag-1  { font-size: 28px; transform: rotate(-3deg); }
    .tags .tag-2  { font-size: 24px; transform: rotate(2deg); }
    .tags .tag-3  { font-size: 22px; transform: rotate(-2deg); }
    .tags .tag-4  { font-size: 26px; transform: rotate(3deg); }
    .tags .tag-5  { font-size: 20px; transform: rotate(-3deg); }
    .tags .tag-6  { font-size: 22px; }
    .tags .tag-7  { font-size: 18px; }
    .tags .tag-8  { font-size: 24px; }
    .tags .tag-9  { font-size: 16px; }
    .tags .tag-10 { font-size: 26px; }
    .tags .tag-11 { font-size: 14px; }
    .tags .tag-12 { font-size: 22px; }
    .tags .tag-13 { font-size: 18px; }
    .tags .tag-14 { font-size: 24px; }
    .tags .tag-15 { font-size: 14px; }
}

.a-copiright {
    color: #804a2b;
    text-decoration: none;
}

.tag1 {
    font-family: TanNimbus, sans-serif;
    color: #ff7923;
    cursor: pointer;
    transition: color 0.3s ease;
}

.tag2 {
    font-family: TanNimbus, sans-serif;
    color: #ff7923;
    cursor: pointer;
    transition: color 0.3s ease;
}






/* --- RESPONSIVE GLOBAL --- */
@media (max-width: 900px) {

    body {
        overflow-x: hidden;
    }

    /* -------- HERO -------- */
    .hero-content {
        flex-direction: column;
        text-align: center;
        padding-top: 80px;
        gap: 20px;
    }

    .photo img {
        width: 70%;
        max-width: 320px;
    }

    .text-zone h1 {
        font-size: 42px;
    }

    .text-zone h2 {
        font-size: 28px;
    }

    .sub {
        font-size: 24px;
    }

    .h1_global {
        font-size: 42px;
        margin-top: 40px;
    }

    .h2_global {
        font-size: 28px;
    }

    /* -------- LOGO SLIDER -------- */
    .logo-item img {
        height: 110px;
    }

    .logos-track {
        gap: 40px;
        animation: scroll 25s linear infinite;
    }

    /* -------- SECTION REVIEWS -------- */
    .review-card {
        width: 80%;
        padding: 25px;
    }

    .arrow {
        font-size: 40px;
    }

    /* ------- FORM SECTION ------- */
    .form-wrapper {
        flex-direction: column;
        margin-left: 0;
        gap: 20px;
    }

    .input-phone,
    .select-event {
        width: 90%;
        font-size: 18px;
    }

    /* Stack label + select vertically on smaller screens */
    .form-row .label-text,
    .form-row .select-event {
        flex: 0 0 100%;
        display: block;
        margin-top: 10px;
    }

    .btn-submit {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }

    .contact-photo {
        position: static;
        width: 65%;
        margin-top: 40px;
    }

    /* -------- FOOTER -------- */
    .contact-block {
        position: static;
        text-align: center;
        margin-top: 20px;
    }

    .orange-bottom-wave svg {
        height: 250px;
    }
}

/* --- EXTRA MOBILE OPTIMISATION (petits écrans < 600px) --- */
@media (max-width: 600px) {

    .section-generic {

        margin-left : 5px;
        margin-right: 5px;
    }

    .photo img {
        width: 80%;
    }

    .hero-content {
        padding-top: 60px;
    }
    .text-zone {
        text-align: center;
    }

    .h1_global {
        font-size: 28px;
    }

    .h2_global {
        font-size: 20px;
    }

    .btn-orange {
        font-size: 12px;
        padding: 12px 25px;
    }

    .logo-item img {
        height: 90px;
    }

    .review-card {
        width: 90%;
    }

    .logos-track {
        animation: scroll 60s linear infinite;
    }

}

