:root {
    --black-color: #1B1B1B;
    --white-color: #fefefe;
    --blue-neon-color: #d6faff;
    --pink-color: #FF308F;
    --blue-color: #03d9ff;
    --yellow-color: rgb(255, 204, 0);
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: var(--black-color) !important;
}

/************************************************
COMMUN
*************************************************/

ul {
    list-style: none inside none;
}

a {
    text-decoration: none;
    font-family: "Orbitron", sans-serif;
}

.off-screen-menu {
    display: none;
}

/************************************************
ANIMATION
************************************************/

@keyframes clignotement {

    0%,
    18%,
    21%,
    32%,
    42%,
    100% {
        text-shadow:
            0 0 7px var(--white-color),
            0 0 21px var(--blue-color),
            0 0 42px var(--blue-color);


    }

    20%,
    34%,
    41% {
        text-shadow: none;
        box-shadow: none;
    }
}

/**************************************************
Structure 
**************************************************/
.row {
    display: flex;
    flex-flow: row wrap;
    max-width: 75rem !important;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.row-header {
    display: flex;
    flex-flow: row wrap;
    max-width: 75rem !important;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    justify-content: space-between;
}

.carousel-row {
    max-width: 75rem !important;
    margin-left: auto;
    margin-right: auto;
}

.nowrap {
    flex-wrap: nowrap;
}



h2 {
    color: var(--blue-neon-color) !important;
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    padding-bottom: 2rem;
    text-shadow: 0 0 7px var(--white-color),
        0 0 21px var(--blue-color),
        0 0 42px var(--blue-color);


}



/************************************************ 
Header 
***********************************************/

#header {
    background: var(--black-color);
}

.header-logo {
    width: 15rem;
}

#header-nav {
    display: flex;
}

.row-menu {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

#header-nav {
    margin-left: auto;
    margin-right: auto;
}

.header-navi-lien {
    display: inline-block;
    padding: .5rem 1rem;
    color: #d6faff;
    font-size: larger;
}

.header-navi-lien:hover {
    text-shadow: 0 0 7px var(--white-color),
        0 0 21px var(--blue-color),
        0 0 42px var(--blue-color);

}



/************************************************************* 
IMAGE PIZZAPLEX
*************************************************************/
.section-informations {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
    padding: 2rem;
    background: transparent url(../images/mainentrance.webp) center no-repeat;
    background-size: cover;
    position: relative;
    border: 3px solid #e091d2;
    box-shadow: 0 0 8px var(--white-color), inset 0 0 8px var(--white-color), 0 0 16px #ed3bcf, inset 0 0 16px #ed3bcf, 0 0 32px #ed3bcf, inset 0 0 32px #ed3bcf;
    flex-direction: column;

}

.section-informations h1 {
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5.5rem;
    color: #d6faff;
    line-height: 1;
    animation: clignotement 1.4s infinite alternate;

}


/*****************************************************
Carousel 
*****************************************************/

.carousel-up {
    text-align: center;
    padding: 3rem 0rem;
}

.carousel-up h2 {
    color: var(--blue-neon-color);
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    padding-bottom: 2rem;
    text-shadow: 0 0 7px var(--white-color),
        0 0 21px var(--blue-color),
        0 0 42px var(--blue-color);


}

/************************************************************
CAROUSEL - CARDS 
************************************************************/
.carousel-cards-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3rem;
    justify-content: space-evenly;
}

.cards {
    flex: 0 0 45%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 2rem;
}

.shadow-cards {
    position: relative;
    overflow: hidden;
}

.lien {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .85);
}

.cards-pics {
    width: 100%;
}

.cards:hover {
    flex: 0 0 49%;
    border: 2px solid var(--blue-neon-color);
}

.lien span {
    color: var(--white-color);
    padding: 1rem;
    border: 1px solid var(--white-color);
}

.lien:hover {
    opacity: 1;
}

.carousel-map {
    padding: 1rem;
    border: 10px solid #2f2f2f;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.map {
    width: 100%;
}

.bouton-containr {
    margin-top: 2rem;
}

.dl-pdf {
    padding: 1rem;
    border-radius: 2rem;
    border: 4px solid var(--blue-neon-color);
    color: var(--blue-neon-color);
}

.dl-pdf:hover {
    text-shadow: 0 0 7px var(--white-color),
        0 0 21px var(--blue-color),
        0 0 42px var(--blue-color);


}



/*************************************************************************
DAYCARE / Garderie
*************************************************************************/

.daycare {
    background: url(../images/interludes/fnaf-daycare-background-4i2woexc88dd7wss.jpg);
    position: relative;
    overflow: visible;
    margin: 3rem 0rem;
    border-top: 7px solid rgb(27, 232, 251);
    border-bottom: 7px solid rgb(27, 232, 251);
    background-position: right;
    background-position-x: 610px;
}

.linear-gradient {
    background: linear-gradient(124deg, rgba(42, 184, 224, 1) 49%, rgba(42, 184, 224, 1) 49%, rgb(27, 232, 251) 50%, rgba(0, 0, 0, 0) 50%);
}

.daycare-container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.sun {
    width: 63%;
    position: relative;
    z-index: 2;
    transform: translateY(-15%) translateZ(20px);
}

.daycare-right {
    flex: 0 0 45%;
    position: relative;
    z-index: 1;
}

.daycare-bot {
    flex: 0 0 45%;
    position: relative;
    height: 275px;

}

.daycare-text p {
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: var(--white-color);
}

.button-1 {
    display: inline-block;
    padding: 1rem;
    background-color: var(--yellow-color);
    color: var(--white-color);
    border-radius: 2rem;
    margin-top: 2rem;
    z-index: 1;
    border: 2px solid var(--yellow-color)
}

.button-1 a {
    color: var(--white-color);
}

.button-1:hover {
    display: inline-block;
    padding: 1rem;
    background-color: var(--white-color);
    color: var(--yellow-color);
    border-radius: 2rem;
    margin-top: 2rem;
    z-index: 1;
    border: 2px solid var(--yellow-color);
}


/*************************************************************
PRESENTATION ANIMATRONIQUE
**********************************************************/
.presentation {
    background-color: var(--black-color);
    padding: 3rem 0rem;

}

.presentation-title {
    display: flex;
    flex-flow: row wrap;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding: 2rem 0rem 0rem 0rem;
}

.presentation-robot-title {
    padding: 2rem;
}


/* REVERSE */

.presentation-reverse {
    background-color: var(--black-color);
    padding: 3rem 0rem;
}


.probleme-taille {
    width: 375px;
}

.probleme-taille2 {
    width: 425px;
}

.presentation-right p,
.presentation-right-reverse p {

    font-family: '', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    padding: 0rem 1.5rem;
    font-size: larger;
}


.presentation-right,
.presentation-right-reverse {
    padding: 4rem;
}

/************************************************************
PRESENTATION - SPECIFICITÉ 
*************************************************************/
#freddy {
    display: flex;
    text-align: center;
    border: 5px solid orange;
    background-image: url(../images/presentation/freddy-background.png);
    border-radius: 2rem;
    box-shadow: 0 0 8px var(--white-color), inset 0 0 8px var(--white-color), 0 0 16px #ed3b3b, inset 0 0 16px #ed3b3b, 0 0 32px #ed3b3b, inset 0 0 32px #ed3b3b;

}

.freddy-text {
    color: #eb6426;
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
}

#monty {
    display: flex;
    text-align: center;
    border: 5px solid #61f653;
    background-image: url(../images/presentation/monty-background.png);
    background-position: right;
    border-radius: 2rem;
    box-shadow: 0 0 8px var(--white-color), inset 0 0 8px var(--white-color), 0 0 16px #CF70F0, inset 0 0 16px #CF70F0, 0 0 32px #CF70F0, inset 0 0 32px #CF70F0;

}

.monty-text {
    color: #db26eb;
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
}

#chica {
    display: flex;
    text-align: center;
    border: 5px solid var(--white-color);
    background-image: url(../images/presentation/chica-background.png);
    border-radius: 2rem;
    box-shadow: 0 0 8px var(--white-color), inset 0 0 8px var(--white-color), 0 0 16px #D292A2, inset 0 0 16px #D292A2, 0 0 32px #D292A2, inset 0 0 32px #D292A2;

}

.chica-text {
    color: var(--white-color);
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
}

#roxy {
    display: flex;
    text-align: center;
    border: 5px solid #c8c8c8;
    background-image: url(../images/presentation/roxy-background.png);
    background-position: right;
    border-radius: 2rem;
    box-shadow: 0 0 8px var(--white-color), inset 0 0 8px var(--white-color), 0 0 16px #CF70F0, inset 0 0 16px #CF70F0, 0 0 32px #CF70F0, inset 0 0 32px #CF70F0;

}

.roxy-text {
    color: #9316b2;
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
}

/*************************************************************************
RECRUTEMENT
*************************************************************************/

.recrutement {
    background-color: #0d0d48;
    position: relative;
    overflow: visible;
    margin: 3rem 0rem;
    border-top: 7px solid var(--yellow-color);
    border-bottom: 7px solid var(--yellow-color);
}

.recrutement-container {
    display: flex;
    align-items: center;
    position: relative;
}

.staff-bot-pic {
    width: 33%;
    position: relative;
    z-index: 2;
    transform: translateY(-15%) translateZ(20px);
}

.recrutement-bot {
    flex: 0 0 45%;
    position: relative;
    height: 275px;
}

.recrutement-right {
    flex: 0 0 45%;
    position: relative;
    z-index: 1;
}

.recrutement-text p {
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: var(--white-color);
}

.button-2 {
    display: inline-block;
    padding: 1rem;
    background-color: var(--black-color);
    color: var(--white-color);
    border-radius: 2rem;
    margin-top: 2rem;
    z-index: 1;
    border: 2px solid var(--black-color);

}

.button-2 a {
    color: var(--white-color);
}

.button-2:hover {
    display: inline-block;
    padding: 1rem;
    background-color: var(--white-color);
    color: var(--black-color);
    border-radius: 2rem;
    margin-top: 2rem;
    z-index: 1;
    border: 2px solid var(--black-color);
}


/****************************************************************
Menu - Restaurant 
***************************************************************/

.restauration {
    padding: 3rem 0rem;
}

.restau {
    display: flex;
    flex-flow: row wrap;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;

}

.restau-container {
    display: flex;

}

.restau-menu {
    padding: 3rem;
    padding-right: 8rem;
    background-color: var(--white-color);
    flex: 0 0 65%;
    border: 5px solid var(--pink-color);
    border-radius: 2rem;
}

.restau-menu h3,
.restau-menu h4 {
    color: var(--pink-color);
    padding-left: 2rem;
    font-size: larger;
    font-family: "Orbitron", sans-serif;
}

.restau-menu h4 {
    font-size: smaller;
    padding-bottom: 1rem;
}

.restau-menu p {
    padding-left: 2rem;
    padding-bottom: 1rem;
}

.pizza-bot {
    flex: 0 0 30%;
    width: 50%;
    position: relative;
    transform: translateY(11%) translateZ(20px);
    left: -7rem;
}

.restau-img {
    background: url(../images/restauration/fond-carreaux-v2.png);
    background-size: cover;
}

.button-3 {
    display: inline-block;
    padding: 1rem;
    background-color: var(--pink-color);
    color: var(--white-color);
    border-radius: 2rem;
    margin-top: 2rem;
    z-index: 1;
    border: 2px solid var(--pink-color);
}

.button-3 a {
    color: var(--white-color);
}

.button-3:hover {
    display: inline-block;
    padding: 1rem;
    background-color: var(--white-color);
    color: var(--pink-color);
    border-radius: 2rem;
    margin-top: 2rem;
    z-index: 1;
    border: 2px solid var(--pink-color);
}

.bouton {
    text-align: center;
}

/*************************************************************************
PRINCESS QUEST - PUB / ARCADE GAME
*************************************************************************/

.pquest {
    background: url(../images/interludes/princessquestsword.jpg);
    position: relative;
    overflow: visible;
    margin: 3rem 0rem;
    border-top: 7px solid var(--yellow-color);
    border-bottom: 7px solid var(--yellow-color);
    background-position: top;
    background-position-x: right;
}


.linear-gradient-2 {
    background: linear-gradient(124deg, #9C8226 49%, #9C8226 49%, var(--yellow-color) 50%, rgba(0, 0, 0, 0) 50%);
}

.pquest-container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.princess {
    width: 39%;
    position: relative;
    z-index: 2;
    transform: translateY(-15%) translateZ(20px);
    right: -200px;
}

.pquest-right {
    flex: 0 0 45%;
    position: relative;
    z-index: 1;
}

.pquest-bot {
    flex: 0 0 45%;
    position: relative;
    height: 275px;

}

.pquest-text p {
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: var(--white-color);
}

.button-4 {
    display: inline-block;
    padding: 1rem;
    background-color: #B59E4A;
    color: var(--white-color);
    border-radius: 2rem;
    margin-top: 2rem;
    z-index: 1;
    border: 2px solid #B59E4A;
}

.button-4 a {
    color: var(--white-color);
}

.button-4:hover {
    display: inline-block;
    padding: 1rem;
    background-color: var(--white-color);
    color: #B59E4A;
    border-radius: 2rem;
    margin-top: 2rem;
    z-index: 1;
    border: 2px solid #B59E4A;
}


/***************************************************************
FORMULAIRE
**************************************************************/

.legend {
    display: none;
}

/*****************************************************************
FOOTER
********************************************************************/

footer {
    background-color: #1B1B1B;
    padding: 20px 0;
    color: #e2e2e2;
    text-align: center;
    font-family: "Orbitron", sans-serif;
    border-top: 7px solid #c8c8c8;
    margin-top: 3rem;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.footer-image img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    padding: 0;

}

.contact-opening {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.contact,
.opening-hours {
    text-align: left;

}

.info {
    display: block;
    color: #e2e2e2;
}

.footer-social {
    margin: 10px 0;
}

.footer-social h3 {
    padding-bottom: 1rem;
}

.footer-info h3 {
    padding-bottom: 1rem;
}

.footer-social a {
    margin: 0 15px;
    display: inline-block;
}

.fa-brands {
    font-size: x-large;
    color: #e2e2e2;
}

.contact a {
    color: #e2e2e2;
}

.footer-copyright {
    margin-top: 20px;
    font-size: 0.9em;
    color: #777;
}

.footer-copyright a {
    color: #777;
}

/* FOOTER - HOVER */

.footer-copyright a:hover {
    text-shadow: 0 0 7px #777,
        0 0 21px var(--white-color),
        0 0 42px var(--white-color);
}

.fa-brands:hover,
.info:hover,
.contact a:hover {
    text-shadow: 0 0 7px #e2e2e2,
        0 0 21px var(--white-color),
        0 0 42px var(--white-color);
}

/*************************************
FORMULAIRE
************************************/
.formulaire {
    flex: 0 0 50%;
    border: 3px solid var(--pink-color);
}

.formulaire-row {
    display: flex;
    flex-flow: row wrap;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

.formulaire-fieldset {
    display: flex;
    flex-direction: column;
    padding: 2rem 4rem;
    background-color: var(--white-color);
    color: var(--black-color);
    font-family: "Orbitron", sans-serif;

}

.formulaire-objet {
    margin-bottom: 2rem;
}

.formulaire-input {
    border: 0 none;
    border-bottom: 3px solid var(--pink-color);
    width: 70%;
    padding: 0.5rem;
    margin-top: 1rem;
}

.formulaire-checkbox {
    border: 0 none;
    border-bottom: 3px solid var(--pink-color);
    width: 5%;
    padding: 0.5rem;
}

textarea {
    resize: none;
    height: 175px;
}

.formulaire-bouton {
    padding: 1rem;
    background-color: var(--pink-color);
    color: var(--white-color);
    border: 2px solid var(--pink-color);
    font-family: "Orbitron", sans-serif;
    border: 0;
    border-radius: 2rem;
}

.formulaire-bouton:hover {
    background-color: var(--white-color);
    color: var(--pink-color);
    border: 2px solid var(--pink-color);

}

.italic {
    color: #7b7b7b;
    font-style: italic;
}

.formulaire-right {
    flex: 0 0 49%;
}

.pinksuperstar {
    width: 99%;
}


/***********************
VERSION MOBILE - 320 / 425px 
***********************/

@media screen and (320px <=width <=425px) {

    /*******************************************
    JAVASCRIPT - MENU - RESPONSIVE
    *********************************************/

    #header-nav {
        display: none;
    }

    .header-navi-lien {
        display: inline-block;
        padding: .5rem 1rem;
        color: #d6faff;
        font-size: smaller;
    }

    .row-menu {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        flex-direction: column;
    }


    .off-screen-menu {
        background-color: var(--black-color);
        height: 100vh;
        width: 100%;
        max-width: 450px;
        position: fixed;
        top: 0;
        right: -450px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 3rem;
        transition: .3s ease;
    }

    .off-screen-menu.active {
        right: 0;
        z-index: 3;
    }

    /* nav */
    nav {
        padding: 1rem;
        display: flex;
        background-color: var(--black-color);
        margin-top: 25px;
    }



    /* ham menu */
    .ham-menu {
        height: 50px;
        width: 40px;
        margin-left: auto;
        position: relative;
    }

    .ham-menu span {
        height: 5px;
        width: 100%;
        background-color: var(--blue-neon-color);
        border-radius: 25px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: .3s ease;
        z-index: 4;
    }

    .ham-menu span:nth-child(1) {
        top: 25%;
    }

    .ham-menu span:nth-child(3) {
        top: 75%;
    }

    .ham-menu.active span {
        background-color: white;
    }

    .ham-menu.active span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .ham-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .ham-menu.active span:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    /*********************************************
    COMMUN
    *********************************************/

    h2 {
        text-align: center;
    }

    /*********************************************
    IMAGE PIZZAPLEX
    **********************************************/

    .section-informations h1 {
        font-size: 3rem;
        text-align: center;
    }

    /*********************************************
    CAROUSEL
    **********************************************/
    .cards {
        margin-bottom: 1rem;
    }

    .carousel-up {
        padding: 1rem;
    }

    .carousel-cards-container {
        display: flex;
        flex-wrap: wrap;
        padding-top: 3rem;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .carousel-up h2 {
        color: var(--blue-neon-color);
        font-family: "Orbitron", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2rem;
        padding-bottom: 2rem;
        text-shadow: 0 0 7px var(--white-color), 0 0 21px var(--blue-color), 0 0 42px var(--blue-color);
    }

    /************************************************
    DAYCARE
    **********************************************/

    .daycare {
        background-position: unset;
        background-position-x: unset;
    }

    .daycare-right {
        padding: .5rem;
    }

    .daycare-text p {
        font-size: 1.3rem;
    }

    .sun {
        display: none;
    }

    .button-1 {
        display: inline-block;
        padding: 0.5rem;
        background-color: var(--yellow-color);
        color: var(--white-color);
        border-radius: 2rem;
        margin-top: 1rem;
        font-size: small;
        border: 2px solid var(--yellow-color);
        text-align: center;
    }

    .linear-gradient {
        background: linear-gradient(90deg, rgba(42, 184, 224, 1) 49%, rgba(42, 184, 224, 1) 49%, rgb(27, 232, 251) 50%, rgba(0, 0, 0, 0) 50%);
    }


    /*********************************************
    Presentation - Personnage
    *********************************************/

    .presentation,
    .presentation-reverse {
        padding: 1rem;
    }

    #freddy,
    #chica {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

    #monty,
    #roxy {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

    .monty-text {
        font-size: 2.2rem;
    }

    .probleme-taille {
        width: 100%;
    }

    .presentation-robot-title {
        padding: 2rem 0rem;
    }

    .presentation-right,
    .presentation-right-reverse {
        padding: 1rem;
    }

    /********************************************
    RECRUTEMENT
    **********************************************/
    .recrutement-bot {
        flex: 0 0 45%;
        position: static;
        height: unset;
    }

    .staff-bot-pic {
        width: 100%;
        transform: unset;
    }

    .recrutement-text p {
        font-size: 1.5rem;
        text-align: center;
    }

    .button-2 {
        margin-top: 1rem;
        text-align: center;
    }

    /********************************************
    RESTAURATION
    ******************************************/
    .restau-container {
        padding: 1rem;
    }

    .restau-menu {
        padding: 2rem;
        padding-right: 2rem;
        background-color: var(--white-color);
        flex: 0 0 100%;
        border: 5px solid var(--pink-color);
        border-radius: 2rem;
    }

    .restau-img {
        display: none;
    }

    /******************************************
    PQUEST
    *******************************************/
    .linear-gradient-2 {
        background: linear-gradient(102deg, #9C8226 49%, #9C8226 49%, var(--yellow-color) 50%, rgba(0, 0, 0, 0) 50%);
    }

    .pquest-text p {
        font-size: 1.5rem;
        text-align: center;
    }

    .pquest-bot {
        flex: 0 0 45%;
        position: static;
        height: unset;
    }

    .princess {
        width: 100%;
        position: unset;
        z-index: 2;
        transform: unset;
    }

    .pquest-right {
        text-align: center;
    }

    .button-4 {
        text-align: center;
        padding: 0.5rem;
        font-size: .8rem;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .princess {
        right: unset;
    }

    /************************************
    Formulaire
    *************************************/
    .formulaire {
        flex: 0 0 100%;
    }

    .formulaire-fieldset {
        padding: 1rem;
    }

    .formulaire-input {
        width: 85%;
    }

    .pinksuperstar {
        display: none;
    }

    /*************************************
    Footer
    ************************************/

    .footer-container,
    .contact-opening {
        display: flex;
        flex-direction: column;
    }

    .contact,
    .opening-hours {
        text-align: center;
    }

    .contact a {
        color: #e2e2e2;
        font-size: 0.9rem;
    }
}

/****************************************************
VERSION MOBILE - 425px / 699px
******************************************************/


@media screen and (425px <=width <=699px) {

    /*******************************************
    JAVASCRIPT - MENU - RESPONSIVE
    *********************************************/

    #header-nav {
        display: none;
    }

    .header-navi-lien {
        display: inline-block;
        padding: .5rem 1rem;
        color: #d6faff;
        font-size: smaller;
    }

    .row-menu {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        flex-direction: column;
    }


    .off-screen-menu {
        background-color: var(--black-color);
        height: 100vh;
        width: 100%;
        max-width: 450px;
        position: fixed;
        top: 0;
        right: -450px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 3rem;
        transition: .3s ease;
    }

    .off-screen-menu.active {
        right: 0;
        z-index: 3;
    }

    /* nav */
    nav {
        padding: 1rem;
        display: flex;
        background-color: var(--black-color);
        margin-top: 35px;
    }



    /* ham menu */
    .ham-menu {
        height: 50px;
        width: 40px;
        margin-left: auto;
        position: relative;
    }

    .ham-menu span {
        height: 5px;
        width: 100%;
        background-color: var(--blue-neon-color);
        border-radius: 25px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: .3s ease;
        z-index: 4;
    }

    .ham-menu span:nth-child(1) {
        top: 25%;
    }

    .ham-menu span:nth-child(3) {
        top: 75%;
    }

    .ham-menu.active span {
        background-color: white;
    }

    .ham-menu.active span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .ham-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .ham-menu.active span:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }


    /*********************************************
    COMMUN
    *********************************************/

    h2 {
        text-align: center;
    }

    /*********************************************
    IMAGE PIZZAPLEX
    **********************************************/

    .section-informations h1 {
        font-size: 4rem;
        text-align: center;
    }

    /*********************************************
    CAROUSEL
    **********************************************/
    .cards {
        margin-bottom: 1rem;
    }

    .carousel-up {
        padding: 1rem;
    }

    .carousel-cards-container {
        display: flex;
        flex-wrap: wrap;
        padding-top: 3rem;
        justify-content: space-evenly;
        flex-direction: column;
    }

    /************************************************
    DAYCARE
    **********************************************/

    .daycare {
        background-position: unset;
        background-position-x: unset;
    }

    .daycare-right {
        padding: .5rem;
    }

    .daycare-text p {
        font-size: 1.5rem;
    }

    .sun {
        display: none;
    }

    .button-1 {
        display: inline-block;
        padding: 0.5rem;
        background-color: var(--yellow-color);
        color: var(--white-color);
        border-radius: 2rem;
        margin-top: 1rem;
        border: 2px solid var(--yellow-color);
        text-align: center;
    }

    .linear-gradient {
        background: linear-gradient(90deg, rgba(42, 184, 224, 1) 49%, rgba(42, 184, 224, 1) 49%, rgb(27, 232, 251) 50%, rgba(0, 0, 0, 0) 50%);
    }

    /*********************************************
    Presentation - Personnage
    *********************************************/

    .presentation,
    .presentation-reverse {
        padding: 1rem;
    }

    #freddy,
    #chica {
        display: flex;
        flex-direction: column-reverse;
    }

    #monty,
    #roxy {
        display: flex;
        flex-direction: column-reverse;
    }

    .probleme-taille2 {
        width: 100%;
    }

    .presentation-right,
    .presentation-right-reverse {
        padding: 1rem;
    }

    /********************************************
    RECRUTEMENT
    **********************************************/
    .recrutement-bot {
        flex: 0 0 45%;
        position: static;
        height: unset;
    }

    .staff-bot-pic {
        width: 100%;
        transform: unset;
    }

    .recrutement-text p {
        font-size: 1.5rem;
        text-align: center;
    }

    .button-2 {
        margin-top: 1rem;
        text-align: center;
    }

    /********************************************
    RESTAURATION
    ******************************************/
    .restau-container {
        padding: 1rem;
    }

    .restau-menu {
        padding: 2rem;
        padding-right: 2rem;
        background-color: var(--white-color);
        flex: 0 0 100%;
        border: 5px solid var(--pink-color);
        border-radius: 2rem;
    }

    .restau-img {
        display: none;
    }

    /******************************************
    PQUEST
    *******************************************/
    .linear-gradient-2 {
        background: linear-gradient(102deg, #9C8226 49%, #9C8226 49%, var(--yellow-color) 50%, rgba(0, 0, 0, 0) 50%);
    }

    .pquest-text p {
        font-size: 1.5rem;
        text-align: center;
    }

    .pquest-bot {
        flex: 0 0 45%;
        position: static;
        height: unset;
    }

    .pquest-right {
        text-align: center;
    }

    .princess {
        width: 100%;
        position: unset;
        z-index: 2;
        transform: unset;
    }

    .princess {
        right: unset;
    }


    /************************************
    Formulaire
    *************************************/
    .formulaire {
        flex: 0 0 100%;
    }

    .formulaire-fieldset {
        padding: 1rem;
    }

    .formulaire-input {
        width: 85%;
    }

    .pinksuperstar {
        display: none;
    }

    /*************************************
    Footer
    ************************************/

    .footer-container,
    .contact-opening {
        display: flex;
        flex-direction: column;
    }

    .contact,
    .opening-hours {
        text-align: center;
    }
}

/****************************************************
VERSION MOBILE - 550px / 700px ( UTILE POUR IMAGE STAFFBOT / PQUEST
******************************************************/

@media screen and (550px <=width <=700px) {

    .staff-bot-pic {
        width: 50%;
        transform: unset;
    }

    .princess {
        width: 50%;
        right: unset;
    }
}

/****************************************************
VERSION TABLETTE - 701px / 1280px 
******************************************************/

@media screen and (701px <=width <=900px) {

    /*********************************************
    COMMUN
    *********************************************/

    h2 {
        text-align: center;
    }

    /**********************************************
    HEADER
    ************************************************/
    .row-header {
        display: flex;
        flex-flow: row wrap;
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
        justify-content: center;
    }

    /*********************************************
    IMAGE PIZZAPLEX
    **********************************************/

    .section-informations h1 {
        font-size: 4rem;
        text-align: center;
    }

    /*********************************************
    CAROUSEL
    **********************************************/
    .cards {
        margin-bottom: 1rem;
    }

    .carousel-up {
        padding: 1rem;
    }

    .carousel-cards-container {
        display: flex;
        flex-wrap: wrap;
        padding-top: 3rem;
        justify-content: space-evenly;
        flex-direction: column;
    }

    /************************************************
    DAYCARE
    **********************************************/

    .daycare {
        background-position: unset;
        background-position-x: unset;
    }

    .daycare-right {
        padding: .5rem;
    }

    .daycare-text p {
        font-size: 1.5rem;
    }

    .sun {
        display: none;
    }

    .button-1 {
        display: inline-block;
        padding: 0.5rem;
        background-color: var(--yellow-color);
        color: var(--white-color);
        border-radius: 2rem;
        margin-top: 1rem;
        border: 2px solid var(--yellow-color);
        text-align: center;
    }

    .linear-gradient {
        background: linear-gradient(90deg, rgba(42, 184, 224, 1) 49%, rgba(42, 184, 224, 1) 49%, rgb(27, 232, 251) 50%, rgba(0, 0, 0, 0) 50%);
    }

    /*********************************************
    Presentation - Personnage
    *********************************************/

    .presentation,
    .presentation-reverse {
        padding: 1rem;
    }

    #freddy,
    #chica {
        display: flex;
        flex-direction: column-reverse;
    }

    #monty,
    #roxy {
        display: flex;
        flex-direction: column-reverse;
    }

    .probleme-taille {
        width: 310px;
    }

    .presentation-right,
    .presentation-right-reverse {
        padding: 1rem;
    }


    /********************************************
    RECRUTEMENT
    **********************************************/
    .recrutement-bot {
        flex: 0 0 45%;
        position: static;
        height: unset;
    }

    .staff-bot-pic {
        width: 50%;
        transform: unset;
    }

    .recrutement-text p {
        font-size: 1.5rem;
        text-align: center;
    }

    .button-2 {
        margin-top: 1rem;
        text-align: center;
    }

    /********************************************
    RESTAURATION
    ******************************************/
    .restau-container {
        padding: 1rem;
    }

    .restau-menu {
        padding: 2rem;
        padding-right: 2rem;
        background-color: var(--white-color);
        flex: 0 0 100%;
        border: 5px solid var(--pink-color);
        border-radius: 2rem;
    }

    .restau-img {
        display: none;
    }

    /******************************************
    PQUEST
    *******************************************/
    .linear-gradient-2 {
        background: linear-gradient(102deg, #9C8226 49%, #9C8226 49%, var(--yellow-color) 50%, rgba(0, 0, 0, 0) 50%);
    }

    .pquest-text p {
        font-size: 1.5rem;
        text-align: center;
    }

    .pquest-bot {
        flex: 0 0 45%;
        position: static;
        height: unset;
    }

    .pquest-right {
        text-align: center;
    }

    .princess {
        width: 50%;
        position: unset;
        z-index: 2;
        transform: unset;
        right: unset;
    }



    /************************************
    Formulaire
    *************************************/
    .formulaire {
        flex: 0 0 100%;
    }

    .formulaire-fieldset {
        padding: 1rem;
    }

    .formulaire-input {
        width: 85%;
    }

    .pinksuperstar {
        display: none;
    }

    /*************************************
    Footer
    ************************************/

    .footer-container,
    .contact-opening {
        display: flex;
        flex-direction: column;
    }

    .contact,
    .opening-hours {
        text-align: center;
    }

}

@media screen and (901px <=width <=1280px) {
    .princess {
        width: 40%;
        position: relative;
        left: 200px;
    }

    .pquest-right,
    .daycare-right {
        padding: 2rem;
    }
}