:root{
    --color-yellow : #FFD21B;
    --color-blue : #0AB0F0;
    --color-red : #FF3E3A;
    --color-bio : #2DB400;
    --color-locavor : #FE7400;
    --width-contain : 85vw;
}

@font-face {
    font-family: "Kristen ITC";
    src: url(../font/ITCKRIST.ttf);
}
@font-face {
    font-family: "Eras ITC";
    src: url(../font/ErasMediumBT.ttf);
}

a{
    text-decoration: none;
    color: black;
}

.bg_yellow{
    background-color: var(--color-yellow);
}
.bg_blue{
    background-color: var(--color-blue);
}
.bg_red{
    background-color: var(--color-red);
}
.bg_white{
    background-color: white;
}

body{
    background-color: white;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: unset;
    font-family: 'Eras ITC';
    font-size: 30px;
}

.secondTypo{
    font-family: 'Kristen ITC';
}

.header{
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
}

.sendBoutique{
    width: 70px;
    height: 100px;
    z-index: 10;
    background-color: var(--color-yellow);
    display: flex;
    align-items: flex-end;
    border-radius: 0 0 40px 40px;
    position: fixed;
    top: 0px;
    right: 8vw;
}

.sendBoutique img{
    width: inherit;
    height: auto;
    padding-bottom: 10px;
}

.logo{
    width: 47vh;
    height: auto;
    display: block;
    margin: 6vh auto;
}

.apple{
    width: 20vh;
    height: auto;
    position: absolute;
    top: 60%;
    left: 9%;
}

.lemon{
    width: 14vh;
    height: auto;
    position: absolute;
    top: 4%;
    left: 29%;
}

.red{
    width: 18vh;
    height: auto;
    position: absolute;
    top: 44%;
    right: 17%;
    z-index: -1;
}

.scroll-downs{
    z-index: 1;
    position: absolute;
    top: 80vh;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width :34px;
    height: 55px;
}

.mouse{
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid black;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller{
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: black;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}

@keyframes scroll{
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(10px); opacity: 0;}
}

.container{
    display: block;
    width: var(--width-contain);
    max-width: 1980px;
    margin: auto;
    margin-top: 50px;
    overflow: hidden;
}

.bgTitle{
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
    margin-bottom: 20px;
}
/* titre de partie */
h2{
    margin: 0;
    padding: 5px;
    color: white;
    font-size: 45px;
    font-weight: 500;
}

.composition, .where{
    margin-top: 90px;
}


.story{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.story p{
    width: 40vw;
}

.story span{
    color: var(--color-blue);
}

.story img{
    width: 35vw;
}

/* 
    PARTIE COMPOSITION
*/

.check_list{
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
}

.bio{
    color: var(--color-bio);
}

.line{
    display: flex;
    align-items: center;
}

.check{
    width: 50px;
    height: 50px;
    margin-right: 30px;
    border-radius: 5px;
    border: 6px solid black;
}

.check img{
    width: 60px;
    position: relative;
    top: -5px;
    right: 6px;
    animation: annimCheck 0.5s ease-in 1;
}

#c1, #c2, #c3, #c4{
    animation-play-state: paused;
}


@keyframes annimCheck {
    0%{
        clip-path: polygon(30% 41%, 30% 41%, 30% 41%, 30% 41%, 30% 41%, -8% 67%);
    }

    50%{
        clip-path: polygon(30% 41%, 42% 64%, 42% 64%, 42% 64%, 43% 108%, -8% 67%);
    }

    100%{
        clip-path: polygon(30% 41%, 42% 64%, 83% -1%, 151% -12%, 43% 108%, -8% 67%);
    }
}

/* texte et c'est tout */
h4{
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    color: var(--color-blue);
}

/* 
    PARTIE OU NOUS TROUVER
*/

.locavorBanner{
    height: 360px;
    background-image: url(../images/locavorBanner.jpg);
    background-size: 140%;
    background-position-y: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

.textLocavor{
    width: 90%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
}

.textLocavor p{
    font-weight: 500;
    color: var(--color-locavor);
    margin: 10px;
}

.textLocavor img{
    width: 200px;
}

.shopOnline{
    margin-top: 80px;
}

.modaContact{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 60px;
    color: var(--color-blue);
}

.modaContact img{
    width: 110px;
}

.modaContact a{
    margin: 10px;
}

h5{
    text-align: center;
    font-weight: normal;
}



footer{
    width: 100vw;
    height: 170px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

footer img{
    height: 100%;
}

.legal{
    color: black;
    font-size: 18px;
    text-align: center;
    width: 60vw;
}

.franceRelance{
    height: 80%;
    margin: 0px;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width:1025px){
    
    body{
        font-size: 35px;
    }

    .header{
        height: 60vh;
    }

    .logo{
        width: 30vh;
    }

    .apple{
        top: 37%;
    }

    .lemon{
        width: 140px;
        left: 26%;
    }

    .scroll-downs{
        display: none;
    }

    .story{
        flex-direction: column;
    }

    .story p{
        width: 85vw;
    }

    .story img{
        width: 45vw;
        margin: auto;
    }

    .check img{
        animation: none;
    }

    #c1, #c2, #c3, #c4{
        animation-play-state: unset;
    }

    .locavorBanner{
        height: 310px;
    }

    .textLocavor{
        flex-direction: column-reverse;
        justify-content: center;
        width: 90%;
    }

    .textLocavor img{
        width: 150px;
    }

    .textLocavor p{
        text-align: center;
    }

    .shopOnline{
        margin-top: 50px;
    }

    .shopOnline p{
        margin: 20px 0;
    }

    .modaContact{
        font-size: 50px;
    }

    .modaContact p{
        margin: 10px 0;
    }

    .modaContact img{
        width: 90px;
    }

    .redirectContact{
        width: 40vw;
        height: 40vw;
    }

    .redirectContact p{
        font-size: 26px;
    }

    .reseaux a{
        font-size: 26px;
    }

    .legal{
        font-size: 14px;
    }
}

@media screen and (max-width:768px){

    body{
        font-size: 25px;
    }

    .apple{
        width: 16vw;
    }
    .lemon{
        width: 10vw;
    }
    .red{
        width: 14vw;
    }

    .locavorBanner{
        height: 270px;
        background-size: cover;
    }

    .modaContact{
        font-size: 40px;
    }

    footer{
        height: 80px;
    }

    .legal{
        font-size: 9px;
        width: 43vw;
    }
}

@media screen and (max-width:478px) {
    
    body{
        font-size: 21px;
    }

    .apple{
        width: 20vw;
        left: 2%;
    }
    .lemon{
        width: 14vw;
        left: 15%;
    }
    .red{
        width: 18vw;
        top: 52%;
        right: 10%;
    }

    h2{
        font-size: 32px;
    }

    .sendBoutique{
        width: 50px;
        height: 70px;
    }

    .story img{
        width: 70vw;
    }

    .check{
        width: 30px;
        height: 30px;
    }

    .check img{
        width: 40px;
    }

    h4{
        font-size: 40px;
    }

    .modaContact{
        font-size: 21px;
    }

    .modaContact a{
        margin: 3px;
    }

    .modaContact img{
        width: 50px;
    }

}
