body{
    background-image: url("../logo.PNG");
    background-repeat: repeat;
    background-size: 65%;
    background-position-x: center;
    padding: 0;
    margin: 0;
    background-attachment: fixed;
    /* box-sizing: border-box; */
    /* overflow-x: hidden; */
    /* padding-bottom: 0; */
    /* position: fixed; */
}
body::-webkit-scrollbar{
    width: 5px;
    background: none;
}
body::-webkit-scrollbar-thumb{
    width: 5px;
    background: rgb(85, 117, 246);
    border-radius: 20px;
}
.conteneur{
    width: 100%;
    min-height: 800px;
    background-color: #ffffff3d;
    backdrop-filter: blur(50px);
    /* padding-top: 10px; */
    margin: auto;
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    /* overflow-x: hidden; */
}

header{
    height: 80px;
    padding-right: 30px;
    margin: auto;
    border-bottom: 2px solid orangered;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ffffff3d;
    backdrop-filter: blur(30px);
    padding-top: 10px;
    position: sticky;
    top:0;
    z-index: 10;
    padding-top: 0;
}

header .logo{
    /* width: 20%; */
    height: 70px;
    padding: 0;
    margin: 0;
}
header .logo img{
    height: 100%;
    margin-top: 0;
}


header .btnConnection{
    width: 25%;
    height: 70px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

header .btnConnection button{
    width: 150px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background-color: rgb(85, 117, 246);
    color: white;
    font-weight: bold;
    transition-duration: 400ms;
}

header .btnConnection button:hover{
    box-shadow: 0 0 5px 0 orangered;
}

#nav, #nav2{
    width: 15%;
    display: none;
    justify-content: end;
    align-items: center;
    margin-top: 5px;
    align-self: flex-end;
}
#nav >ul, #nav2 >ul{
    /* width: 90%; */
    display: flex;
    justify-content: end;
    align-items: center;
}
#menu, #menu2{
    width: 90%;
    position: relative;
    list-style-type: none;
}
#menu:hover #ul,  #menu2:hover #ul2{
    display: block;
}
#menu i, #menu2 i{
    font-size: 30px;
}
#menu li, #menu2 li{
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 30px;
    padding-left: 5px;
    padding-top: 8px;
    cursor: pointer;
}
#ul li:hover, #ul2 li:hover{
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.733);
}
#ul, #ul2{
    width: 120px;
    padding: 0;
    background:linear-gradient( #fffffff3, rgba(85, 117, 246, 0.617));
    backdrop-filter: blur(30px);
    /* border-bottom-right-radius: 5px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    position: absolute;
    margin-left: -125px;
    margin-top: -15px;
    border: 2px solid rgba(85, 117, 246, 0.755);
    display: none;
    overflow-x: hidden;
}

#nav2{
    align-self:end;
    margin-right: 30px;
}
#ul2{
    margin-top: -125px;
    margin-left: -115px;        
    border-bottom-left-radius: 10px;        
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
}
#menu2 i{
    color: white;
}






/* Corps */
.corps{
    min-height: 580px;
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* .swiper-slide{
    width: 100%;
    height: 380px;
    transition-duration: 400ms;
} */

.swiper-wrapper{
    min-height: 580px;
    padding: 10px;
}
.mySwiper{
    min-height: 500px;
    margin: auto; 
    /* margin-bottom: 30px;    */
}

.swiper-slide {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 2px solid transparent;
    background: #ffffff3d;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow-x: hidden;
  }
/* .div {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 2px solid transparent;
    background: #ffffff3d;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    margin-top: 10px;
  } */

  .swiper-slide:hover{
    box-shadow: 0 0 10px 0 rgb(85, 117, 246);
    margin-top: 0;
  }
  .swiper-slide:hover .description button{
    background-color: rgb(85, 117, 246);
  }
  .swiper-slide:hover .description{
    background-color: orangered;
  }
  /* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

.swiper-slide .video{
    width: 90%;
    margin: auto;
    padding: 0;
    margin-top: 20px;
}

.swiper-slide .video video{
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.play{
    position: absolute;
    z-index: 40;
    width: 50%;
    margin: auto;
    /* border: 1px solid black; */
    height: 50px;
    font-size: 50px;
    color: orangered;
    text-align: center;
    margin-top: -115px;
    margin-left: 15%;
    cursor: pointer;
}
.play i:hover{
    color: rgb(8, 36, 137);
    text-shadow: 0 0 10px black;
}
.description{
    width: 96%;
    padding: 0 10px;
    background: none;
    margin: auto;
    background-color: rgb(8, 36, 137);
    color: white;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition-duration: 400ms;
    backdrop-filter: blur(20px) opacity(10%) contrast(200%) ;
    /* backdrop-filter: blur(20px); */
}

.description h2{
    margin-top: 0px;
    padding: 5px;
    font-size: 20px;
}
.description p{
    margin-top: -10px;
    padding: 0;
    font-size: 16px;
}

.description button{
    width: 120px;
    height: 30px;
    border-radius: 10px;
    border: none;
    background-color: orangered;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    transition-duration: 400ms;
}

.description button:hover{
    box-shadow: 0 0 5px 0 rgb(0, 0, 0);
}














/* Section Formulaire */
.sectionFormulaire{
    width: 35%;
    min-height: 600px;
    max-height: 650px;
    /* overflow-y: auto; */
    border: 1px solid transparent;
    position: absolute;
    z-index: 9;
    margin-top: -100px;
    background: rgba(255, 255, 255, 0.726);
    backdrop-filter: blur(5px) brightness(1) contrast(100%) opacity(90%);
    /* backdrop-filter: opacity(90%); */
    /* backdrop-filter: ; */
    padding: 0;
    border-radius: 10px;
}



.divbutton{
    width: 90%;
    padding: 20px;
    margin: auto;
    height: 50px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 25%;
    padding-top: 30px;

}
.divbutton button{
    width: 150px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background-color: orangered;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
}
#inscrire{
    background-color: rgb(85, 117, 246);
}
.divbutton button:hover{
    box-shadow: 0 0 10px 0 rgb(85, 117, 246);
}
#inscrire:hover{
    box-shadow: 0 0 5px 0 orangered;
}


form{
    width: 90%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    /* margin-top: 50px; */
    max-height: 480px;
    overflow-y: auto;
}
#formInscription{
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    /* margin-top: 50px; */
    max-height: 530px;
    overflow-y: auto;
}
form::-webkit-scrollbar{
    width: 5px;
    background: none;
}
form::-webkit-scrollbar-thumb{
    width: 1px;
    background: orangered;
    border-radius: 5px;
}

form >div{
    width: 90%;
    margin: auto;
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    margin-bottom: 30px;
}
#formInscription > div{
    width: 44%;
    margin-bottom: 15px;

}
#special{
    /* margin-top: -10px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.special{
    margin-top: -15px;
}

form label{
    font-size: 18px;
    font-weight: bold;
}
form input, select{
    width: 100%;
    height: 40px;
    border-radius: 0px;
    padding-left: 5px;
    font-size: 16px;
    border: none;
    margin-top: 5px;
    border: 1px solid black;
    /* background-color: rgba(255, 255, 255, 0.426); */
    /* text-transform: capitalize; */
}

select::-webkit-scrollbar{
    width: 8px;
    background: none;
}
select::-webkit-scrollbar-thumb{
    width: 8px;
    background: rgb(128, 127, 126);
    border-radius: 10px;
}
/* form optgroup, form option{
    background: none;
}
form select::before{
    background-color: rgba(255, 255, 255, 0.279);
    backdrop-filter: blur(20px);
    background-color: none; 
} */





/* form optgroup{
    background: rgba(255, 68, 0, 0.329);
    backdrop-filter: blur(20px) opacity(20%);
} */
.capitalize{
    text-transform: capitalize;
}
form input:focus, form select:focus{
    border: 3px solid rgb(85, 117, 246);
}

form input::placeholder{
    text-transform: none;
}


form button{
    width: 150px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background-color: rgb(85, 117, 246);
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;   
    margin-top: 30px;
}
form button:hover{
    box-shadow: 0 0 5px 0 orangered;
}





.divParaTrait, .divParaTrait2{
    width: 90%;
    border-bottom: 2px solid orangered;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 50px;
}
.divParaTrait2{
    border-top: 2px solid orangered;
    border-bottom: none;
}
.divParaTrait p a, .divParaTrait2 p a{
    text-decoration: none;
    color: orangered;
    font-weight: bolder;
}

.divParaTrait p a:hover, .divParaTrait2 p a:hover{
    color: black;
}

.divbutton2{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 80px;
}
.divbutton2 button{
    width: 150px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background-color: orangered;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;   
    margin-top: 30px;
}

.divbutton2 button:hover{
    box-shadow: 0 0 5px 0 rgb(85, 117, 246);
}







/* pieds de page */
footer{
    width: 100%;
    height: 70px;
    background-color: rgb(8, 36, 137);
    margin-top:15px;
    margin-bottom: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}

.contact{
    width: 25%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    column-gap: 20px;
}
.contact i{
    color: white;
    font-size: 22px;
    transition-duration: 200ms;
}

.contact i:hover{
    margin-top: -10px;
}

nav{
    width: 50%;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul{
    width: 80%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
}

nav ul li{
    width: 120px;
    list-style-type: none;
    font-weight: bold;
}

nav ul li:hover{
    text-decoration: underline;
}
nav ul a{
    text-decoration: none;
    color: white;
}













/* 
.swiper {
    width: 95%;
    height: 600px;
  }

.card-list .card-item{
    list-style-type: none;
}
.card-list{
    display: flex;
    column-gap: 15%;
}
.card-list .card-item .card-link{
    width: 25%;
    user-select: none;
    height: 350px;
    display: block;
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    border:  2px solid transparent;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
}
.card-list .card-item .card-link:hover{
    border-color: rgba(255, 68, 0, 0.408);
}
.card-list .card-link .card-image{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px;
}

.card-list .card-link h1{
    color: rgb(85, 117, 246);
    padding: 8px 16px;
    font-size: 1.5em;
    font-weight: bold;
} */



