
.titre-page{
    width: 100%;
    text-align: center;
}

h1 {
    font-family: Classyvogueregular;
    font-size: 5vw;
    color: #e84e1b;
    font-weight: normal;
    padding: 2vw;
    padding-bottom: 0vw;
}
h3{
    font-family: Classyvogueregular;
    font-size: 3vw;
    color: #e84e1b;
    font-weight: normal;
    padding-top: 2vw;
}
.titre-page{
    width: 60wv;
    text-align: center;
}
p{
    color: black;
    font-size: 1.5vw;
    font-family: InterLight;
    width: 60wv;
    margin-top: 1vw;
}
@media (max-width: 600px) {
    .container {
        width: 80vw; 
    }
    h1{
        font-size: 10vw;
        
    }
    h3{
        font-size: 6vw;
        width: 80wv;
        white-space: nowrap;
    }
    p{
    width: 80vw;
    font-size: 3vw;

    }
}


.classic-video iframe{
    margin-top: 1vw;
    width: 60vw;
    height: 33.75vw;
}
.mobile-video div{
    display: flex;
    margin-left: 7.5vw;
    margin-right: 7.5vw;
    margin-bottom:2vw;
}
.mobile-video-2 div{
    display: flex;
    margin-left: 0;
    margin-right: 0;
    
}
.mobile-video div iframe{
    margin-top: 1vw;
    width: 15vw;
    height: 26.667vw;
}
.mobile-video p{
    padding-bottom:2vw;
}
.mobile-video div p{
    width: 45vw;
    padding-left:2vw;
    padding-left: 2vw;
}
@media (max-width: 600px){
    .mobile-video div{
    margin-left: 0;
    margin-right: 0;
}
    .classic-video iframe{
    width: 80vw;
    height: 45vw;
    } 
    .mobile-video div iframe{
    margin-top: 1vw;
    width: 40vw;
    height: 71.111vw;
}
.mobile-video div p{
    width: 40vw;

}
}





footer{
    width: 100vw;
    background-color: #e84e1b;  
    margin-top: 3vw;
}
footer h2{
    font-weight: normal;
    font-family: InterSemiBold;
    color: #e6e6f4;
    display: flex;
    justify-content: center;
    padding: 2vw;
    font-size: 1.5vw;
}
@media (max-width: 600px){
    footer h2{
        font-size: 2.5vw;
    }
}