* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


header {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    position: sticky;  
    top: 0%;       
    width: 100%;     
    z-index: 1000;
}

.header-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index:1000;
    font-family: 'Arial';
}



.logo {
    font-size: 24px;
    font-weight: bold;
    z-index:1000;
}

.nav-bar {
    list-style: none;
    display: flex;
    gap: 20px;
    z-index:1000;
}

.nav-bar li {
    position: relative;
    z-index:1000;
}
.nav-bar a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
}

.nav-bar a:hover {
    color: #382cba;
    z-index:1000;
}


body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: url(Img/AdobeStock_730456740_Video_4K_Preview\ \(1\).mp4);
}

#background-video{
    position: absolute;
    filter:brightness(0.5);
    top:0;
    left:0;
    width:100%;
    object-fit:cover;
    z-index:-1;
}

.content-video{
    position: relative;
    z-index:1;
    text-align: center;
}


.content-video .text{
    font-size: x-large;

}

video {
    width: 100%;
    height: 100%;
     
}

.text{
    color: white;
    margin-top: 7%;
    margin-left: 35%;
    height: 320px;
    width: 30%;
}

.text h1{
    font-size: 75px;
    font-family:'Arial';
}

.text h2{
    font-size: 45px;
    font-family:'Arial';
}

.image{
    font-size: 15px;
    display: flex;
    color:white;
    text-align:center;
    margin-bottom: 10px;
}

.image img{
    margin-top: 10%;
    margin-left: 30%;
    margin-bottom: 2%;
    width: 500px;
    transition: transform 0.2s;
    box-shadow: 0px 4px 10px rgb(0, 0, 0);
    border-radius: 50px;
}

.premiere_image{
    margin-right: 2%;
}
    
.premiere_image img{
    height: 310px;
}

.deuxieme_image{
    margin-right: 2%;
}

.image img:hover {
    transform: scale(1.1);
}
.premiere_image p{
    margin-left:60%;
    font-family:'Arial';
}
.deuxieme_image p{
    margin-left:60%;
    font-family:'Arial';
}
.troisieme_image p{
    margin-left:60%;
    font-family:'Arial';
}
footer{
    color:white;
    background-color: #000000;
    display: flex;
    padding: 0px;
    height: 50px;
    justify-content: center;
    align-items:center;
    font-family:'Arial';
}
