body{
    height: 100vh;
    margin:0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.homepage{
    background-image: url('images/gggg.gif');
    background-size: cover;
}

.intro-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5%;
}

.intro-container h1{
    font-size: 3.2em;
    text-transform: uppercase;
}

.intro-container h1 a{
    color: white;
    mix-blend-mode: difference;
}

.intro-container p{
    text-align: center;
}

.intro{
    width: 35vw;
    background-color: white;
    padding: 10px 20px;
    border-radius: 50px;
}

.boites h2{
    display: block;
    max-width: 50%;
    text-align: center;
    color: white;
    background-color: black;
    margin-bottom: 30vh;
    margin: 0 auto;
    font-weight: 600;
    font-size: 1.2em;
    padding: 1em;
    border-radius: 25px;
}

.boite-items{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 50vw;
    margin: 5em auto;
}


.boite-items a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: black;
}

.boite-items h3{
    font-size: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 30px;
    border-radius: 100vw;
}

.b-1 h3{
    background-color: #3E1EFD;
}

.b-2 h3{
    background-color: #D500D1;
}

.b-3 h3{
    background-color: #FC8B0B;
}

.b-4 h3{
    background-color: #FCEB28;
}

.b-1 h4, .b-2 h4, .b-3 h4, .b-4 h4{
    text-align: center;
    font-weight: 400;
    margin: 5px 0;
}

.exp1{
    background-image: url('images/organic\ 1-\ copie.gif');
    background-size: cover;
}

.exp2{
    background-image: url('images/organic\ 1-.gif');
    background-size: cover;
}

.exp3{
    background-image: url('images/organic\ 1-_1.gif');
    background-size: cover;
}

.exp4{
    background-image: url('images/organic\ 1-_2.gif');
    background-size: cover;
}

.container-exp{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5%;
}

.container-exp h1{
    text-transform: uppercase;
    max-width: 50%;
    align-self: flex-start;
}

.container-exp h2{
    font-size: 3em;
    font-weight: 400;
    border-radius: 50px;
    text-align: center;
    margin: 5px auto;
    background-color: black;
}

.exp1 h2{
    color: #3E1EFD;
    padding: 10px 30px;
    max-width: 20px;
    margin: 100px auto;
}

.exp2 h2{
    color: #D600D6;
    padding: 10px 30px;
    max-width: 20px;
    margin: 100px auto;
}

.exp3 h2{
    color: #FC8B0B;
    padding: 10px 30px;
    max-width: 20px;
    margin: 100px auto;
}

.exp4 h2{
    color: #FCEB28;
    padding: 10px 30px;
    max-width: 20px;
    margin: 100px auto;
}

.container-exp h3{
    background-color: black;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    margin: 50px 50px 30px 50px;
}

.container-exp p{
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 50px;
}

.imagePlay{
    width:70px;
    height:70px ;
    margin: 100px auto;
}

a{
    text-decoration: none;
    color: black;
}

.button{
    background-color: black;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    margin: 20px;
}
.one{
    border: 3px solid #3E1EFD;
}
.two{
    border: 3px solid #D500D1;
}
.three{
    border: 3px solid #FC8B0B;
}
.four{
    border: 3px solid #FCEB28;
}
.button a{
    color: white;
}