@charset "UTF-8";

@font-face {
    font-family: "arial";
    src: url("../fonts/ariblk.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "arizona";
    src: url("../fonts/ABCBingo-Bold-Trial.otf") format("opentype");
    font-weight: 500;
}

body{
    background-image: url(../images/Numériser\ 6.png);
    background-size: 100vw;
    overflow-x:hidden;
}


@media screen and (max-width:800px) {
    .body {
        overflow-x: hidden !important;
    }}

h2{
    font-family: arial;
    font-size:7em;
    text-align: center;
    position:absolute;
}

h3 {
    font-family: arizona;
    font-size:7vw;
    text-align: center;
    position:relative;
    top:38vh;
    animation: blinker 0.5s linear infinite;
}

.full-screen {
    height: 100vh;
    width: 100%;
}

.subtitle-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subtitle-item {
    text-align: center;
    color:gainsboro;
    font-family: arizona;
    height: 20%;
    display: flex;
    align-items: center;
    font-size:15vw;
    line-height:5;
    animation: blinker 0.5s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media screen and (max-width:800px) {
    .subtitle-item {
        font-size:9em;
        line-height:12;
    }}


    @media screen and (max-width:800px) {
        .main-title-content{
            font-size:30vw !important;
            padding-top:10vw !important;
            line-height:0.8;
            transform: translate(0%,2%);
        }}

.title-container {
    display: grid;
    grid-template-columns: 1fr;
}

.main-title-container, .subtitle-container {
    grid-row: 1;
    grid-column: 1;
}

.main-title-container {
    margin-top: -70vh;
    position: sticky;
    top: 0px;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 50;
    pointer-events: none;
    transform: translate(0%,-0.3%);
}

.main-title-content {
    font-size:12vw;
    font-family: arizona;
    color:black;
    text-align: center;
    pointer-events: none;
    mix-blend-mode: difference !important;
}

.sticky-image {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    mix-blend-mode:difference !important;
    overflow:hidden;
}

.sticky-image img {
    width: 100%;
    position: relative;

}

.stickyhaut{
  transform:translate(-20%, 40%)
}


.petiteSticky {
    width: 100vw !important;
    transform:translate(20%, -40%);
}

.stickysaffran{
    transform:translate(-35%,-40%)!important;
}

.stickython{
    transform:translate(20%,60%);
}

.alignLeft {
    bottom: 0px !important;
    left: 0px !important;
    mix-blend-mode:difference;
}

.alignCenter {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:800px) {
    .stickyhaut{
        width:200vw !important;
    }
}

@media screen and (max-width:800px) {
    .petiteSticky{
        width:200vw !important;
        transform:translate(-30%, 70%)
    }
}


@media screen and (max-width:800px) {
    .stickysaffran{
        width:200vw !important;
    }
}

@media screen and (max-width:800px) {
    .sticky-image{
        width:200vw !important;
    }
}
/* Modals */

.modal-btn-1, .modal-btn-2, .modal-btn-3, .modal-btn-4 {
    position: fixed;
    font-family:arizona;
    color:black;
    z-index: 20;
    font-size: clamp(1rem, 3vw, 6rem);
    transition: all 0s ease-in-out;
}

@media screen and (max-width:800px) {
    .modal-btn-1, .modal-btn-2, .modal-btn-3, .modal-btn-4 {
        font-size:10vw;
    }
}

.modal-btn-1:hover, .modal-btn-2:hover, .modal-btn-3:hover, .modal-btn-4:hover {
    cursor: pointer;
    opacity: 1 !important;
    color:white;
}

.modal-btn-1 {
    top: 2%;
    left: 1%;
    z-index:100;
}

.modal-btn-2 {
    top:2%;
    right: 1%;
    z-index:100;
}

.modal-btn-3 {
    bottom: 1%;
    left: 1%;
    z-index:100;
}

.modal-btn-4 {
    bottom: 1%;
    right: 1%;
    z-index: 100;
}

.modal-1, .modal-2, .modal-3, .modal-4 {
    position: fixed;
    /* display: none; */
    z-index: 100;
    transition: all 0.5s ease;
}

.modal-1 {
    height:80vh;
    font-family: arizona;
    font-size:4vw;
    top: 0;
    color:black;
    text-align: center;
    padding-left:1vw;
    padding-right:3vw;
    transform: translate(-100%, 0%);
    background-image: url("../images/Numériser\ 7.png");
    background-repeat: no-repeat;
}


@media screen and (max-width:800px) {
 .modal-1{
     font-size:8vw;
     background-image:url(../images/Numériser\ 10.png);
     background-size: 100vw;
     height:95vh;
     padding-left: 4vw;
     background-repeat:no-repeat;

 }}

.highlight{
    background-color: rgb(255, 255, 255);
    pointer-events: none;
}


.highlightyellow{
    background-color:white;
}

.modal-2 {
    height:80vh;
    font-family: arizona;
    font-size:4vw;
    color:black;
    text-align:center;
    padding-left:1vw;
    padding-right:3vw;
    top: 0;
    right: 1.1vw;
    transform: translate(110%, 0);
    background-image: url("../images/Numériser\ 7.png");
    background-repeat: no-repeat;
}

@media screen and (max-width:800px) {
    .modal-2{
        font-size:8vw;
        background-image:url(../images/Numériser\ 10.png);
        background-size: 100vw;
        height: 95vh;
        padding-left: 4vw;
        background-repeat:no-repeat;
    }}


.modal-3 {
    height:80vh;
    font-family: arizona;
    font-size:4vw;
    bottom: 0;
    text-align: center;
    color:black;
    padding-left:1vw;
    padding-right:3vw;
    transform: translate(-100%, 0);
    background-image: url("../images/Numériser\ 7.png");
    background-repeat: no-repeat;
}

@media screen and (max-width:800px) {
    .modal-3{
        font-size:8vw;
        background-image:url(../images/Numériser\ 10.png);
        background-size: 100vw;
        height:95vh;
        padding-left: 4vw;
        background-repeat:no-repeat;
   
    }}

.modal-4 {
    height:80vh;
    font-family: arizona;
    font-size:4vw;
    bottom: 0;
    text-align:center;
    color:black;
    padding-left:1.1vw;
    padding-right:3.2vw;
    transform: translate(100%, 0);
    background-image: url("../images/Numériser\ 7.png");
    background-repeat: no-repeat;
}

@media screen and (max-width:800px) {
    .modal-4{
        font-size:8vw;
        background-image:url(../images/Numériser\ 10.png);
        background-size: 100vw;
        height:95vh;
        padding-left:4vw;
        background-repeat:no-repeat;
    }}


.food-container {
    display: flex;
    position: relative;
    z-index: 10;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    width: 100%;
    height: 90vh;
    line-height:0.7;
}

.food-item {
    padding: 0.5%;
    font-family:arizona;
    color:white;
    font-size: clamp(1rem, 11vw, 11rem);
    mix-blend-mode:difference;
    transform: translate(0%,30%);
}

@media screen and (max-width:800px) {
    .food-item{
        font-size:25vw;
        text-align:center;
        line-height:0.8;
        transform:translate(0%,125%);
    }
    }

.food-item:hover {
    cursor: pointer;
    opacity: 1;
    color:black;
}

/* Food modals */
.hidden-food-modal {
    position: fixed;
    font-family:arizona;
    top: 0;
    left: 0;
    transform: translate(0, -100%);
    transition: all 1.3s ease;
    visibility: hidden;
    z-index: 200;
}

.show-food-modal {
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    transition: all 1.3s ease;
    background-color: white;
    z-index: 200;
}
