/*
Theme Name: CTRL S
Template: twentytwentyone
Author: IUT
Version: 1.0
*/

.site-title,
.site-description,
.entry-title {
    display: none !important;
}

@font-face {
    font-family: 'Tumbtest';
    src: url('fonts/TumbTest-Regular\ V2.otf') format('opentype');
}

:root body {
    margin: 0;
    background-color: #FF7C2A;
}

:root img {
    width: 100%;
}

.logo {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 100000;
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 16px;
}

.logo>img {
    width: 100px;
}

.crea {
    color: #FCFAFA;
    font-family: "Clother";
    font-weight: 400;
    font-size: 16px !important;
}

p {
    font-family: "clother", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FCFAFA;
    text-align: left;
    font-size: 24px;
}

.inscription {
    font-size: 16px !important;
}

:root h2 {
    font-family: 'Tumbtest' !important;
    color: #FCFAFA;
    text-align: right;
    line-height: 60px;
}

.newsletter-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    position: relative;
    inset: 0;
    padding-inline: 5%;
    text-align: center;
}


.col-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.svg-container {
    position: relative;
    display: inline-block;
    max-height: 90vh;
    max-width: 100%;
}

.svg-container svg {
    display: block;
    width: auto;
    height: auto;
    max-height: 90vh;
    max-width: 100%;
}


.form-content {
    position: absolute;
    top: 18%;
    bottom: 15%;
    left: 35%;
    right: 0;
    width: 56%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 100%;
    padding-top: 32px;
    padding-inline: 5px;
}

.bottom-text {
    text-align: right;
    margin-bottom: 16px;
}


.consent {
    color: rgba(255, 255, 255, 0.664);
    font-size: 8px !important;
    padding-top: 20%;
    text-align: left !important;
}

.live {
    text-align: right !important;
    color: #fcfafa !important;
    transition: 0.3s ease !important;
    padding-top: 32px !important;
}

.live:hover {
    text-decoration: underline !important;
}

.allez {
    text-align: right;
    padding-right: 5%;
}

.allez>.live {
    color: white;
}

/* --- Responsive Mobile --- */

@media (max-width: 1100px) {


    .newsletter-wrapper {
        grid-template-columns: 1fr;
        justify-content: center;
        grid-template-rows: auto auto auto;
        overflow: hidden;
        padding: 40px 20px;
        margin-top: 20%;
        max-width: 100vw;
    }

    .col-left {
        order: 1;
    }

    .col-center {
        order: 2;
        width: 120vw;
        transform: translateX(-8%);
    }

    .col-right {
        order: 3;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 10%;
    }

    .svg-container svg {
        max-height: 100vh;
    }

    p {
        font-size: 16px;
        text-align: center;
    }

    .bottom-text {
        position: relative;
        text-align: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    h2 {
        text-align: center !important;
        margin: 0;
    }

    .consent {
        color: rgba(255, 255, 255, 0.664);
        font-size: 8px !important;
        padding-top: 10%;
        text-align: left !important;
    }

    .logo {
        background-color: #FFB91D;
        top: 0;
        left: 0;
        right: 0;
        padding-block: 16px;
    }

    .logo>img {
        width: 70px;
    }

    .allez {
    text-align: center;
    padding-right: 5%;
}
}

.confirm {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #6743FF;
    z-index: 10;
}

:root a {
    color: #FFB91D;
    text-decoration: none;
    font-family: "Clother";
    transition: 0.3s ease;
    font-weight: 400;
}

:root a:hover {
    transform: scale(1.05);
}


.form-content input {
    background: transparent;
    border: none !important;
    border-bottom: 8px solid #FFB91D !important;
    color: #FCFAFA !important;
    font-family: "clother", sans-serif;
    font-size: 1rem;
    outline: none !important;
    text-align: left;
}


.form-content input::placeholder {
    color: rgba(252, 250, 250, 0.8);
    font-family: "clother", sans-serif;
}


.form-content button {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 20px;
    cursor: pointer;
    font-family: 'Tumbtest', sans-serif;
    font-size: 1.5rem;
    color: #FCFAFA !important;
    position: absolute;
    bottom: 32px;
    left: 15px;
    right: 15px;
    background-color: #FFB91D !important;
    border: 6px solid #000000 !important;
    border-radius: 15px;
    padding-top: 5px !important;
    margin-inline: 8px;
    box-shadow: 0 0 0 8px #FCFAFA, 5px 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.form-content button:hover {
    transform: scale(1.05);
}

.form-content>p {
    text-align: center;
    font-size: 24px;
}

span {
    font-size: 80px;
}

.heure {
    margin-top: 32px;
}

footer {
    background-color: #FFB91D;
    height: 50px;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer>.ouais {
    text-align: center !important;
    font-size: 12px;
}

.ouais>a {
    color: white !important;
}

.mentions-legales {
    margin-top: 7% !important;
    padding-inline: 5%;
}

