
html, body {
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Italiana', sans-serif;
    min-height: 100%;
  }
p , li{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h2, h1{
    font-size: 64px;
    margin: 10vh 0;
}
h3{
    font-weight: 700 ;
}
h4{ 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400 ;
}
nav{
    background-color: #fff ;
    height: 15vh;
    box-shadow: 0px 5px 5px -2px rgba(152,188,178,0.8);
    border-radius: 0 0 10px 10px;
}
.nav-item{
    margin-right: 8vw;
    font-family: 'Italiana', sans-serif;
    font-weight: 600 ;
}
.nav-link{
    color: #1B5082;
    font-size: 20px;
}
#navbarSupportedContent{
    justify-content: center;
}
#blob1{
    position: fixed;
    top:-400px;
    left:-400px;
    height: 100vh;
    opacity: 0.6;
    z-index: -1;
    filter: blur(1.5rem);
}
#blob2{
    position: fixed;
    bottom:-400px;
    right:-400px;
    height: 100vh;
    opacity: 0.6;
    z-index: -1;
    filter: blur(1.5rem);
}
.logo{
    height:8vh;
    border: 50px;
    margin-left: 5vw;
}
.nav-link:hover{
    color:#1f5b94;
}
.hero{
    display: flex;
    /* background-image: url(../../uploads/homePage/accueil-658aa5f87326a.jpg); */
    background-size: cover;
    justify-content:center ;
    height: 80vh;
    align-items: center;
    color: #fff;
    font-family: 'Savoye LET', sans-serif;

}
.hero h1{
    font-family: 'Savoye LET', sans-serif;
    font-size: 150px;
    text-shadow: rgb(152,188,178) 1px 0 10px;
}
.card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 45vh;
    max-height: 45vh;
    background-color: #98BCB2;
    color: #FFF;
    margin: 15vh 0;
    border-radius: 10px;
    padding-top: 5%;
    text-decoration: none;
    box-shadow: 0px 0px 25px 10px #98BCB2;
    overflow: hidden;
  }
  .title{
    display: flex;
    justify-content: center;
  }
a{
    text-decoration: none;
    color: #fff;
}
.texte-card{
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
    height: 30%;
    padding: 0 5%;
}
.texte-card p{
    font-size: 0.8rem;
}
.card-date{
    display: flex;
    align-self: flex-end;
    padding: 0 5%;
    color: rgba(255, 255,255, 0.6);
}
.card-body img{
    border-radius: 10px;
    width:15vw;
    min-height: 60%;
    max-height: 60%;
    border: 1px solid #FFF;
}
.btn-insc{
    padding: 5px 30px;
    color: #fff;
    border-radius: 5px;
    background-color: #1B5082;
}
.btn-insc:hover{
    color: #fff;
}
.btn-home{
    font-size: 26px;
    padding: 5px 30px;
    color: #fff;
    border-radius: 10px;
    background-color: #01172F;
}
.homeForm{
    display: flex;
    justify-content: flex-end;
}

.pres-ecole{
    display: flex; 
    flex-direction : row; 
    align-items: center;
    text-align: justify
    
}
.pres-prof{
    display: flex;
    margin-top: 5vh;
    align-items: center;
    text-align: justify;
}
.pres-prof p{
    margin-right: 3vw;
}
.img-ecole{
    box-shadow: 0px 0px 25px 10px #98BCB2;
}
.image-ecole{
    margin-right: 5vw;
}
.pres-cours{
    text-align: justify;
}
.pres-cours h3{
    margin: 10vh 0 8vh 0;
}
.nav-cours{
    display: flex;
    justify-content: center;
    margin: 8vh 0 ;
    
}
.nav-cours ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 3vh ;
    width: 40%;
    background-color: #01172F;
    border-radius: 10px;
}
.nav-cours li a{
    color:#FFF;
    font-family: 'Italiana', sans-serif;
    font-weight: 500 ;
}
.ALaUne{
    display: flex;
    height: 50vh;
    width: 100vw;
    align-items: center;
    
}
.ALaUne img{
    
    height: 100%;
    width: auto;
    padding: 2vw;
}


.pres-actu-alaune{
    display: flex;
    flex-direction: column;
    width: 30vw;
    font-size: 18px;
}
.pres-actu-alaune h5{
    margin-bottom: 3vh;
    font-size: 36px;
}
.pres-actu-alaune  a {

    color:#01172F ;
}
.show{
    margin-top: 3vh;
    align-self: flex-end;
    font-size: 24px;
    background-color: #FFF;
    padding-bottom: 5vh;
    padding-left: 1vw;
}
.article-show{
    display: flex;
    flex-direction: column;
    text-align: justify;
}
.article-img{
    align-self: center;
    width: 600px;
    margin-bottom: 6vh;
}
.pres-prof img {
	max-width: 40%;
    }
.Titre-Contact{
    visibility: hidden;
}
#contactForm{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#contactForm a{
    background-color: #01172F;
    margin-top: inherit;
    font-size: larger;
    font-size: calc(1.3rem + .6vw);
}

#contactForm form{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 4vh 4vw;
    background-color: #98BCB2;
    width: 95%;
    height: 100%;
    box-shadow: 0px 0px 25px 10px #98BCB2;
}
.text_form{
    display: flex;
    align-self: center;
    text-align: center;
}
.colu{
    padding: 0;
}
.colu input{
    height: 100%;
    width: 80%;
    border: none;
}
.formRow{
    height: 8%;
}
.formRow input{
    border: none;
}
.messageRow textarea{
    border: none;
}
.messageRow{
    height: 40%;
}
.form-group{
    display: flex;
    justify-content: flex-end;
}
.form-group button{
    padding: 1vh 3vw;
    background-color: #01172F;
    border-radius: 0;
    border: none;
}
.form-group button:hover{
    background-color: #022143;
}
.adresse{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10vh;
}

.form-control{
    margin-bottom: 4vh;
    height: 5vh;
}
form textarea{
    height: 30vh;
    width: 60vw;
}
footer {
    background-color: #01172F;
    margin-top: 15vh;
    color: #fff;
    border-radius: 0;
}
footer .nav-link{
    color: #FFF !important;
    font-size:medium;
}
footer .logo{
    border-radius: 50%;
}

@media only screen and (max-width: 900px){

    .burger{
        margin-right: 7vw !important;
        
    }
    .hero h1{
        font-size: 100px;
    }
    .mobileRow{
        flex-direction: column !important;
    }
    .col-3{
        width: 95%;
        align-self: center;
    }
    .colum{
        width: 50% !important;
    }
    .card-body{
        margin: 3vh 0;
    }
    .card-image{
        width: 95% !important;
    }
    .ALaUne{
        flex-direction: column;
        text-align: justify;
    }
    .ALaUne img{
        max-width: 50%;
        height: auto;
    }
    .pres-actu-alaune{
        margin-bottom: 3vh;
        width: fit-content;
        padding: 0 7vw 0 2vw;
    }
    .Titre-Contact{
        margin: 0;
    }
    form textarea{
        height: 30vh;
        width: 80vw;
    }
    #contactForm form{
        width: 100%;
    }
    .adresse{
        flex-direction: column-reverse;
    }
    iframe{
        width: 365px;
    }

    .pres-ecole, .pres-prof{
        display: block;

    }
    .pres-prof img {
	max-width: 100%;
    }
    .image-ecole{
        max-width: 365px;
        margin-bottom: 4vh;
    }
    .nav-cours{
        display: block;
    }
    .nav-cours ul {
        width: auto;
    }
    .article-img {
        max-width : 100%;
    }
}