@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist&display=swap');
.showreelContainer
{
    z-index: 1;
}
.navbar
{
    padding-top: 0 !important;
}
.titreForm
{
    text-align: start !important;
}
.nav-container
{
    width: 100%;
}
a:hover
{
    color: #F42534 !important;
}
.containerContactForm
{
    z-index: 2;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.ContactForm
{
    background-color: rgba(14, 19, 28, 0.5) !important ;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(5px) !important;
    color: #FFFFFF !important;
    position: relative;
    height: 100%;
    width:800px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.form
{
        margin-top: 100px;
        height: 100%;
        width: 100%;
        padding: 0 !important;
        margin: 100px 0 100px 0 !important;
        display: flex;
        justify-content: center;
    }
.titreForm
{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-size: 3vw;
}
.contactLienHeader
{
    color: #F42534 !important;
}
.piedDePage
{
    margin-top: -110px !important;
}
a{
    color: #FFFFFF !important;
}
p
{
    font-family: "Urbanist";
}
.text-center h2{
    text-align: start;
    font-family: "Bebas Neue";
    font-size: 2vw !important;
}
.lienTel
{
    text-decoration: none;
}
.containerAdresse
{
    margin-top: 10%;
    width: 100%;
    font-size: 1vw;
    text-align: start;
}
.retrouvez
{
    margin-bottom: 5%;
}
.containerAdresse p 
{
    line-height: 100%;
}
.adresse
{
    font-size: 1.5vw;
}

@media screen and (max-width: 800px) {
    .carroussels
    {
        display: none !important;
    }
    .piedDePage
    {
        margin-top: 0px !important;
    }
    .ContactForm
    {
        width: 100%;
    }
    iframe
    {
        width: 80vw;
    }
    .form
    {
        width: 100%;
        padding: 0 !important;
        margin: 100px 0 100px 0 !important;
        display: flex;
        justify-content: center;
    }
    .titreForm{
        text-align: center !important;
        font-size: 8vw;
    }
    .text-center h2, .containerAdresse {
        text-align: center;
    }
    .text-center h2{
        font-size: 7vw !important;
    }
    .containerAdresse
    {
        font-size: 4vw;
    }
    .adresse
    {
        font-size: 5vw;
    }
}