html {
  scroll-behavior: smooth;
}

body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.haut{
    height: 80px;
    background-color: rgb(19, 21, 40);
    display: flex;
    justify-content: space-between;
    position:fixed;
    top:0;
    width:100%;
    z-index: 1000;
}
.sk h2{
    color: white;
    font-size: 30px;
    margin-left: 35px;
}
.sk h2 span{
    color:rgba(255, 199, 16, 0.992);
}
.navig{
    margin-top: 5px;
}
.navigation {
  list-style: none;
  display: flex;      
  gap:20px;   
  font-size: 19px;  
  margin-right: 35px; 
    font-family: 'Roboto Condensed';
}

.navigation li{
  color: white;
  font-weight: bold;    
  transition: color 0.7s, background-color 0.3s;
  padding: 10px 10px;
}

.navigation li:hover {
  color: rgba(255, 199, 16, 0.992);
  border-radius: 5px;
  background-color:  rgb(38, 40, 68);
  cursor: pointer;
}

.accueil{
    background-color: rgb(38, 40, 68);
    background-size: 100%;
    height: 700px;
    text-align: center;
    padding-top: 140px;
    justify-content: center;
    align-items: center;
}
.accueil h1{
    color: white;
    margin-top: 100px;
    font-size: 95px;
    font-family: 'Lobster' sans-serif;
    transition: transform 0.3s ease;
    z-index: 1;
}
.accueil h1:hover{
    transform: scale(1.2);
}
.ligne{
    margin: 0 auto;
    width: 500px;
    height: 2px;
    background-color: rgb(255, 237, 123);
}
.accueil p{
    color: rgb(255, 237, 123);
    font-weight: bold;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.accueil marquee{
    width: 500px;
}
.etu{
    color:rgb(253, 240, 156);
}
.continuer{
    font-weight: bold;
    font-size: 17px;
    border: none;
    background-color: rgb(19, 21, 40);
    color: white;
    text-align: center;
    padding: 10px 20px;
    transition: transform 0.3s ease;
    cursor: pointer;
    margin-top: 45px;
}
.continuer:hover{
    transform: scale(1.2);
}
.apropos-back{
     background-color:rgb(200, 202, 234);
     height: 710px;
}
.apropos{
     display: flex;
     gap: 200px;
     justify-content: space-between;
}
.moi-img{
    margin-right: 250px;
    margin-top: 220px;

}
.moi-img img{
    width: 300px;
    height: auto;
} 
.presentation{
    width: 510px;
    font-family: 'Roboto Condensed';
    margin-left: 250px;
    margin-top: 100px;
}
.presentation h1{
    font-size: 40px;
    color: rgb(19, 21, 40);
}
.presentation p{
    color: white;
    font-size: 20px;
    line-height: 1;
}
.cv{
    font-weight: bold;
    font-size: 19px;
    border: none;
    background-color: rgb(19, 21, 40);
    color: white;
    text-align: center;
    padding: 11px 30px;
    transition: transform 0.3s ease;
    cursor: pointer;
    margin-left: 700px;
    transition: color 0.7s, background-color 0.3s;
}
.cv:hover{
    transform: scale(1.2);
    color: rgba(255, 199, 16, 0.992);
    transition: transform 0.3s ease;
}
.formation{
    height: 710px;
    background-color:rgb(224, 225, 244);
    background-size: 100%;
    padding: 0;
    margin-top: -22px;
}
.baccalaureat{
    padding-top: 150px;
    width: 700px;
    font-family: 'Roboto Condensed';
    margin: 0px auto;
    text-align: right;
}
.baccalaureat h1{
    color: rgb(38, 40, 68);
    font-size: 35;
}
.annee{
    font-weight: bold;
    color: rgb(180, 184, 236);
    font-size: 27px;
}
.forms{
     display: flex;
     gap: 100px;
}
.mes-formations{
    background-color: rgb(57, 59, 87);
    padding: 10px 30px;
    border-radius: 3%;
}
.mes-formations p{
    font-size: 19px;
    color: white;
    font-weight: ;
}