@-ms-viewport {
    width: device-width;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    cursor: crosshair;
    overflow-x: hidden;

}

.header {
    padding: 1.5em 10%;
    display: flex;
    justify-content: space-between;
    text-decoration: underline;
    font-size: 1.3rem;
}

.header:hover {

    color: white;
    text-shadow: 0.5px 0 0 black, 0.5px 0.5px 0 black, 0 0.5px 0 black, -0.5px 0.5px 0 black, -0.5px 0 0 black, -0.5px -0.5px 0 black, 0 -0.5px 0 black, 0.5px -0.5px 0 black;

}

.intro {
    padding: 0em 10%;
    font-size: 9.5vw;
    text-align: center;
}



.intro img {
    width: 100%;
}

.separation {
    padding: 6em 10%;
}

.separation img {
    width: 100%;
}



.grid {
    display: flex;
    flex-wrap: wrap;
    z-index: 100;
    background-color: rgb(0, 0, 0);
}

.grid-item {
    width: 50%;
    flex: 0 0 auto;
}

.grid-item {
    font-size: 2.5rem;
    text-transform: uppercase;
    padding: 0rem 6%;
    color: white;
    text-shadow: 1px 0 0 black, 1px 1px 0 black, 0 1px 0 black, -1px 1px 0 black, -1px 0 0 black, -1px -1px 0 black, 0 -1px 0 black, 1px -1px 0 black;

}

.grid-item h3 {
    margin-top: 20px;
    font-size: 8vw;
    margin-left: 10%;
    text-decoration: underline;
    color: white;
    text-shadow: 1px 0 0 black, 1px 1px 0 black, 0 1px 0 black, -1px 1px 0 black, -1px 0 0 black, -1px -1px 0 black, 0 -1px 0 black, 1px -1px 0 black;

    z-index: 100;
}

.grid-item h3:hover {
    color: black;
    text-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 1px 0 white, -1px 0 0 white, -1px -1px 0 white, 0 -1px 0 white, 1px -1px 0 white;
}

.grid-item h2 {
    font-size: 8vw;
    text-decoration: underline;
    color: black;
    text-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 1px 0 white, -1px 0 0 white, -1px -1px 0 white, 0 -1px 0 white, 1px -1px 0 white;
}

.grid-item h2:hover {
    color: white;
    text-shadow: 1px 0 0 black, 1px 1px 0 black, 0 1px 0 black, -1px 1px 0 black, -1px 0 0 black, -1px -1px 0 black, 0 -1px 0 black, 1px -1px 0 black;
}

.grid-intro {
    font-style: italic;
    margin-top: 30px;
    font-size: 3.5rem;
    text-decoration: underline;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 0 0 black, 1px 1px 0 black, 0 1px 0 black, -1px 1px 0 black, -1px 0 0 black, -1px -1px 0 black, 0 -1px 0 black, 1px -1px 0 black;

}

.grid-item img {
    width: 100%;
    z-index: 100;
    margin-left: 50px;
}

.grid-item-separation {
    width: 100%;
    padding: 4em 5%;
}

.grid-item-sticky {
    position: sticky;
    top: 0%;
    z-index: 200;
}

.grid-item-sticky-1 {
    position: sticky;
    top: 0%;
    z-index: 100;
}

.grid-item-sticky-2 {
    position: sticky;
    top: 20%;
    z-index: 100;
}

.grid-item-sticky-3 {
    position: sticky;
    top: 40%;
    z-index: 100;
}

.grid-item-sticky-4 {
    position: sticky;
    top: 60%;
    z-index: 100;
}

.grid-item-sticky-5 {
    position: sticky;
    top: 80%;
    z-index: 100;
}


.people {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    background-color: rgb(0, 255, 76);
}

.person {
    width: 25%;
    height: 30vh;
    flex: 1 1 auto;
}



.person img {
    z-index: 10000000000;
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.temoignage{
    display: none;
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    font-size: 3.2rem;
    text-decoration: underline;
    color: rgb(255, 255, 255);
    background-color:  rgb(0, 255, 76);
    text-transform: uppercase;
    padding: 1.6rem;
    text-shadow: 1px 0 0 black, 1px 1px 0 black, 0 1px 0 black, -1px 1px 0 black, -1px 0 0 black, -1px -1px 0 black, 0 -1px 0 black, 1px -1px 0 black;
}

.temoignage-1{
     display: none;
    position: absolute;
    background-image:  url(../images/FADIL-3.gif);
    background-repeat: repeat;
    background-repeat: repeat;
    background-position: center;
    background-size: 15%;
}


.person-1:hover .temoignage-1{
    display: block;
    pointer-events: none;
    z-index: 1000;
}

.temoignage-2{
    display: none;
    position: absolute;
    background-image:  url(../images/Charlotte-3.gif);
    background-repeat: repeat;
    background-position: center;
    background-size: 15%;
}



.person-2:hover .temoignage-2{
    display: block;
    pointer-events: none;
    z-index: 1000;
}

.temoignage-3{
    display: none;
    position: absolute;
    background-image:  url(../images/PATRICK-2.gif);
    background-repeat: repeat;
    background-position: center;
    background-size: 15%;
}



.person-3:hover .temoignage-3{
    display: block;
    pointer-events: none;
    z-index: 1000;
}

.temoignage-4{
    display: none;
    position: absolute;
    background-image:  url(../images/MARJO-2.gif);
    background-repeat: repeat;
    background-position: center;
    background-size: 15%;
}


.person-4:hover .temoignage-4{
    display: block;
    pointer-events: none;
    z-index: 1000;
}

.temoignage-5{
    display: none;
    position: absolute;
    background-image:  url(../images/DIANA-2.gif);
    background-repeat: repeat;
    background-position: center;
    background-size: 15%;
}


.person-5:hover .temoignage-5{
    display: block;
    pointer-events: none;
    z-index: 1000;
}

.temoignage-6{
    display: none;
    position: absolute;
    background-image:  url(../images/LORIS-2.gif);
    background-repeat: repeat;
    background-position: center;
    background-size: 15%;
}


.person-6:hover .temoignage-6{
    display: block;
    pointer-events: none;
    z-index: 1000;
}

.temoignage-7{
    display: none;
    position: absolute;
    background-image:  url(../images/CHARLOTTE-4.gif);
    background-repeat: repeat;
    background-position: center;
    background-size: 15%;
}


.person-7:hover .temoignage-7{
    display: block;
    pointer-events: none;
    z-index: 1000;
}

.temoignage-8{
    display: none;
    position: absolute;
    background-image:  url(../images/ANTO-2.gif);
    background-repeat: repeat;
    background-position: center;
    background-size: 15%;
}


.person-8:hover .temoignage-8{
    display: block;
    pointer-events: none;
    z-index: 1000;
}

.temoignage-9{
    display: none;
    position: absolute;
    background-image:  url(../images/JOSH-2.gif);
    background-repeat: repeat;
    background-position: center;
    background-size: 15%;
}


.person-9:hover .temoignage-9{
    display: block;
    pointer-events: none;
    z-index: 1000;
}

.temoignage-10{
    display: none;
    position: absolute;
    background-image:  url(../images/JESS-2.gif);
    background-repeat: repeat;
    background-position: center;
    background-size: 15%;
}


.person-10:hover .temoignage-10{
    display: block;
    pointer-events: none;
    z-index: 1000;
}

.temoignage-11{
    display: none;
    position: absolute;
    background-image:  url(../images/VAL-2.gif);
    background-repeat: repeat;
    background-position: center;
    background-size: 15%;
}


.person-11:hover .temoignage-11{
    display: block;
    pointer-events: none;
    z-index: 1000;
}

.temoignage-12{
    display: none;
    position: absolute;
    background-image:  url(../images/CAMILLE-2.gif);
    background-repeat: repeat;
    background-position: center;
    background-size: 15%;
}


.person-12:hover .temoignage-12{
    display: block;
    pointer-events: none;
    z-index: 1000;
}

.conclusion {
    font-size: 10vw;
    padding: 0% 10%;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    color: white;
    text-shadow: 1px 0 0 black, 1px 1px 0 black, 0 1px 0 black, -1px 1px 0 black, -1px 0 0 black, -1px -1px 0 black, 0 -1px 0 black, 1px -1px 0 black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.decoration {
    position: relative;
    margin: 0;
    width: 0;
    height: 0px;

}

#gif1{
    transform: rotate(0deg);
    top: 105vh;
    left: -10vw;
    z-index: -100;
}



#gif2{
    transform: rotate(90deg);
    top: -0vh;
    left: 40vw;
    z-index: -100;
}

#gif3{
    transform: rotate(210deg);
    top: 120vh;
    left: 80vw;
    z-index: -100;
}

#gif4{
    transform: rotate(-30deg);
    top: 180vh;
    left: 20vw;
    z-index: -100;
}



.stores {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}


.record-stores {
    background-color: rgb(0, 255, 76);
}

.title {
    font-size: 10vw;
    padding: 1.5% 10% ;
    text-decoration: underline;
    text-transform: uppercase;
    text-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 1px 0 white, -1px 0 0 white, -1px -1px 0 white, 0 -1px 0 white, 1px -1px 0 white;
}

.title:hover{
    color: white;
    text-shadow: 1px 0 0 black, 1px 1px 0 black, 0 1px 0 black, -1px 1px 0 black, -1px 0 0 black, -1px -1px 0 black, 0 -1px 0 black, 1px -1px 0 black;

}

.store {
    width: 20%;
    flex: 1 1 auto;

}

.storeName {
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
    color: black;
    text-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 1px 0 white, -1px 0 0 white, -1px -1px 0 white, 0 -1px 0 white, 1px -1px 0 white;

}

.storeName:hover {
    color: white;
    text-shadow: 1px 0 0 black, 1px 1px 0 black, 0 1px 0 black, -1px 1px 0 black, -1px 0 0 black, -1px -1px 0 black, 0 -1px 0 black, 1px -1px 0 black;
}

.storeInfos {
    margin-top: 8px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: black;
    text-transform: uppercase;

}



@media screen and (max-width: 1300px) {
    html {
        font-size: 14px;
    }

    .grid-item img {
        width: 100%;
        z-index: 100;
        margin-left: 39px;
    }

}

@media screen and (max-width: 1100px) {
    html {
        font-size: 13px;
    }

    .grid-item img {
        width: 100%;
        z-index: 100;
        margin-left: 32px;
    }

    

    #gif1{
        top: 50vh;
    }
    #gif2{
        top: 0vh;
    }
    #gif3{
        top: 70vh;
    }
    #gif4{
        top: 110vh;
    }

   
  
}


@media screen and (max-width: 1500px) {
    .temoignage {

        font-size: 3rem;
}
.storeName {
    font-size: 1rem;
}

.storeInfos {
    font-size: 1rem;
    color: black;
}
}
@media screen and (max-width: 1370px) {
    .temoignage {

        font-size: 2.9rem;
}

.storeName {
    font-size: 1rem;
}

.storeInfos {
    font-size: 1rem;
    color: black;
}
}


@media screen and (max-width: 1300px) {
    .temoignage {

        font-size: 3.3rem;
}
.storeName {
    font-size: 1.1rem;
}

.storeInfos {
    font-size: 1.1rem;
}
}

@media screen and (max-width: 1230px) {
    .storeName {
        font-size: 1rem;
    }
    
    .storeInfos {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1200px) {
    .temoignage {

        font-size: 3rem;
}
.store {
    width: 35%;
    flex: 1 1 auto;
}
.storeName {
    font-size: 1.7rem;
}

.storeInfos {
    font-size: 1.7rem;
}
}


@media screen and (max-width: 1000px) {
    html {
        font-size: 12px;
    }

    .temoignage {

        font-size: 3.3rem;
}
}

@media screen and (max-width: 930px) {
    html {
        font-size: 12px;
    }

    .temoignage {

        font-size: 3.2rem;
}
}

@media screen and (max-width: 900px) {
    html {
        font-size: 11px;
    }

    .grid-item {
        width: 80%;
        flex: 1 1 auto;
        padding: 5%;
    }

 

    .grid-item img {
        width: 100%;
        z-index: -100;
        margin-left: 160px;
        padding-bottom: 5%;
        padding-top: 5%;
    }

    .grid-item h3 {
        margin-top: 70px;
        margin-left: 0%;
        margin-bottom: 70px;
        z-index: -300;
    }

    .grid-item {
        font-size: 2.5rem;
        text-transform: uppercase;
        padding: 0rem 10%;
        color: white;
    }

    .grid-item img {
        width: 50%;
        z-index: 100;
    }

    .grid-item-sticky-1 {
        position: sticky;
        top: 0%;
        z-index: 100;
        left: 0%;
    }
    
    .grid-item-sticky-2 {
        position: sticky;
        top: 0%;
        z-index: 100;
    }
    
    .grid-item-sticky-3 {
        position: sticky;
        top: 0%;
        z-index: 100;
    }
    
    .grid-item-sticky-4 {
        position: sticky;
        top: 0%;
        z-index: 100;
    }
    
    .grid-item-sticky-5 {
        position: sticky;
        top: 0%;
        z-index: 100;
    }

    
    
    .person {
        width: 30%;
        height: 30vh;
        flex: 1 1 auto;
    }

    .temoignage {

        font-size: 3.9rem;
    }
    #gif4{
        top: 100vh;
    }
    
}

@media screen and (max-width: 830px) {
    .temoignage {

        font-size: 3.8rem;
    }
}

@media screen and (max-width: 770px) {
    .temoignage {

        font-size: 3.7rem;
    }

    .storeName {
        font-size: 1.5rem;
    }
    
    .storeInfos {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 740px) {
    .temoignage {

        font-size: 3.6rem;
    }
}


@media screen and (max-width: 700px) {
    html {
        font-size: 11px;
    }

    #gif4{
        top: 120vh;
    }

    .store {
        width: 35%;
        flex: 1 1 auto;
    }
    .temoignage {

        font-size: 3.4rem;
    }
}

@media screen and (max-width: 630px) {
    .temoignage {

        font-size: 3.3rem;
    }
    .storeName {
        font-size: 1.3rem;
    }

    .storeInfos {
        font-size: 1.3rem;
        color: black;
    }
}


@media screen and (max-width: 615px) {
    html {
        font-size: 10px;
    }

    .header {
        padding: 1.5em 10%;
        display: flex;
        justify-content: space-between;
        text-decoration: underline;
        font-size: 1.1rem;
    }

    .grid-item img {
        
        margin-left: 110px;
       
    }

    .person {
        width: 50%;
        height: 30vh;
        flex: 1 1 auto;
    }

    .temoignage {
        font-size: 4rem;

    }

    .conclusion {
        padding: 5% 10%;
    }

    .storeName {
        font-size: 1.3rem;
    }

    .storeInfos {
        font-size: 1.3rem;
        color: black;
    }
}

@media screen and (max-width: 500px) {
    .temoignage {

        font-size: 3.7rem;
    }
}

    @media screen and (max-width: 375px) {
        html {
            font-size: 7px;
        }

        .grid-item h2 {
            
            text-shadow: 0.5px 0 0 white, 0.5px 0.5px 0 white, 0 0.5px 0 white, -0.5px 0.5px 0 white, -0.5px 0 0 white, -0.5px -0.5px 0 white, 0 -0.5px 0 white, 0.5px -0.5px 0 white;
        }

        .separation {
            padding: 2em 10%;
        }

        #gif1{
            top: 110vh;
        }

        .conclusion{
            font-size: 6rem;
            text-shadow: 0.5px 0 0 black, 0.5px 0.5px 0 black, 0 0.5px 0 black, -0.5px 0.5px 0 black, -0.5px 0 0 black, -0.5px -0.5px 0 black, 0 -0.5px 0 black, 0.5px -0.5px 0 black;

        }

        .storeName {
            font-size: 1.8rem;
           
        }
        
        .storeInfos {
            font-size: 1.8rem;
           
        
        }   
    }


