@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {

    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

header {
    background-color: aliceblue;
    opacity: 0.85;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 200px;

}
.logo-g{
    
    display: flex;
    align-items: center;
}
.logo-m{
  width: 60px;
  height: 60px;
  background-image: url("../img/logo.png");
  background-size: cover;
  background-repeat: no-repeat;
  
  
}
.icon1{
    color: rgba(21, 21, 176, 0.79);
    font-size: 2em;
    text-align: center;
    margin: 7px;
}
.fa-solid fa-graduation-cap{
    font-size: 2em;
}
.logo-t .logo{
   font-size: 1em;
   color: blue;
}
.logo-t .form{
   font-size: 0.6em;
   color: rgb(34, 34, 105);
   letter-spacing: 6px;
}

.logo{
    text-decoration: none;
    color: blueviolet;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8em;
}
.navigation a{
color:blueviolet;
text-decoration: none;
font-size: 1em;
font-weight: 500;
padding-left: 30px;
}
.navigation a:hover{
    color:rgb(28, 28, 88)
}
section{
    padding: 100px 200px;
    height: 100%;
}
section .footer{
    padding: 10px 20px;
    height: auto;
    
}

.main {
 width: 100%;
 min-height: 100vh; 
 display: flex;
 align-items: center;
 background: url(../img/classe.jpg) no-repeat; 
 background-size: cover;
 background-attachment: fixed;
 background-size: cover;
 background-attachment: fixed;
 animation: change 20s infinite alternate ;
 position: relative;
 z-index: 1;

}

.main-suc {
 width: 100%;
 min-height: 100vh; 
 display: flex;
 align-items: center;
 background: url(../img/classe-6.jpg) no-repeat; 
 background-size: cover;
 background-attachment: fixed;
 background-size: cover;
 
}

@keyframes change {
  0% {
    background: url(../img/classe-1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  50% {
    background: url(../img/classe-2.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  75% {
    background: url(../img/classe-3.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed; 
  }
  100% {
    background: url(../img/classe-4.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  
}
.main-suc {
 width: 100%;
 min-height: 100vh; 
 display: flex;
 align-items: center;
 background: url(../img/classe-6.jpg) no-repeat; 
 background-size: cover;
 background-attachment: fixed;
 background-size: cover;
 
}

.main-div{
    padding: 50px;
    width: 500px;
    position: relative;
    /* background-color: rgb(6, 6, 211);
    border-radius: 30px;
    background-blend-mode:darken;
    mix-blend-mode: darken; */
    
    
}
.main-div::after {
    content: '';
    position: absolute;
    background: rgba(11, 65, 147, 0.8);
    border-radius: 30px;
    mix-blend-mode:darken;
    inset: 0;
    z-index: -1;

}
.main h2 {
    color: rgb(255, 255, 255);
    font-size: 0.8em;
    font-weight: 500;
}
.main span {
    display: inline-block;
    color: rgb(251, 251, 251);
    font-size: 1.4em;
    font-weight: 700;
    margin-top: 10px;
}
.main h3 {
    color: aliceblue;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.main-btn {
  color: rgb(23, 44, 62);
  background-color: rgb(191, 166, 23);
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  padding: 0.9375em 2.18875em;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 15px;
  margin-bottom: 40px;
  transition: 0.5s;
}
.main-btn:hover{
    background-color: rgb(220, 200, 84);
    transform: scale(1.1);
}
.social-icons a{
    color: azure;
    font-size: 1.7em;
    padding-right: 30px;
}


.presentation {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(../img/back-3.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.pre{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 550px;
}
.pre-g{
    width: 50%;  
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-radius: 15px;
    padding: 15px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    
}
.info-top{
  
  background-color: #e3eaf0;
  border-radius: 10px;

}
.info-bottom{
  height: 50%;
  align-content: center;
}
.pre-g h2{
    color: rgb(19, 19, 37);
    font-weight: 700;
    padding-left: 15px;
    padding-top: 30px;
}
.info-bottom{
    background-color: rgba(255, 228, 196, 0);
}
.pre-g p{
    color: rgb(29, 29, 56);
    font-size: 1.1em;
    text-align: justify;
    padding: 15px;
}
.div1{
    width: 100%;
    height: 100%; 
    background-image: url("../img/carte.png");
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: changer 40s infinite alternate ; 
}
@keyframes changer {
  0% {
    background: url(../img/carte-1.png);
    background-size:contain;
    background-repeat: no-repeat;
    }
  25% {
    background: url(../img/carte-2.png);
    background-size:contain;
    background-repeat: no-repeat;
      }
  50% {
    background: url(../img/carte-3.png);
    background-size:contain;
    background-repeat: no-repeat;
      }
  75% {
    background: url(../img/carte-4.png);
    background-size:contain;
    background-repeat: no-repeat;
    
  }
   100% {
    background: url(../img/carte-5.png);
    background-size:contain;
    background-repeat: no-repeat;

  }   
}


.pre-d{
    width: 50%;  
    background-color: #ffffff2b;
    backdrop-filter: blur(4px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 25px;
    margin: 5px;
    display: flex;
    flex-direction: column;    
}
.title {
    color: rgb(48, 48, 48);
    font-size: 1.1em;
    font-weight: 200;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
   
    }
.content{
    border-radius: 5px;
    background-color: rgba(97, 92, 84, 0);
    width: 95%;
    display: flex;
    position: relative;
       
}
.dix{
  width: 100px;
  height: 100px;
  background-image: url("../img/10.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  right: -00px;
  z-index: 999;
 }
.projects-card {    
    background-color: rgba(62, 28, 28, 0.765);
    border: 1px solid #fff;    
    width: 80%;
    max-width:430px;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px;
    transition: 0.7s ease;
    
    
    
    
}
.projects-card:hover{
    transform: scale(1.02);
}
.Projects-images img {
    width: 100%;
    
    

}
.projects-card:hover .Projects-images{
    opacity: 90%;
}

/*--session categorie--*/

.Catalogue {
 width: 100%;
 min-height: 100vh; 
 display: flex;
 align-items: center;
 background: url(../img/back-4.png) no-repeat;
 background-size: cover;
 background-attachment: fixed;
}
.main-cart{
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 235, 205, 0.121);
    
    }
.main-cart-title{
    background-color: rgb(224, 236, 246);
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.content-cat{
    
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    
} 
.content-cat-info{
border-radius: 10px ;
background: #f0f0f0;
margin-top: 10px;


}
.content-cat-carte{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}
.content-cat-title{
  justify-self: center; 
}
.content-cat-title-title{
    color: rgb(48, 48, 48);
    font-size: 1.2em;
    padding-top: 10px;
    font-weight: 200;    
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.content-cat-2{
    margin: 5px;
    border-radius: 10px;
    background-color: rgba(135, 128, 128, 0.2);
    width: 100%;
    display: flex;
    
}


.icon{
    color: blue;
    font-size: em;
    text-align: center;
}
.info01{
  height: 55%;
  
}
.info02 {
    text-align: center;
    font-size: 0.9em;
}
.info02 h3 {
    color: rgb(60, 60, 152);
    font-size: 1em;
    font-weight: 900;
    margin: 5px;
}
.info02 p{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
}
.info02 p span{
    color: rgb(152, 11, 11);
    font-weight: 500;
    font-size: 0.8em;

}
.main-btn-info {
    
  color: rgb(23, 44, 62);
  background-color: rgb(210, 196, 3);
  text-decoration: none;
  font-size: 1em;
  font-weight: 800;
  padding: 0.8em 1.6em;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 15px;
  margin-bottom: 40px;
  transition: 0.5s;
}
.main-btn-info:hover{
    background-color: rgb(220, 200, 84);
    transform: scale(1.02);
}

/*--session inscription--*/

.inscription{
   
 width:100%;
 min-height: 100vh; 
 display: flex;
 align-items: center;
 background: url(../img/classe-4.jpg) no-repeat;
 opacity: 0.9;
 background-size: cover;
 background-attachment: fixed;
 

}


.contact{
   
 width:100%;
 min-height: 100vh; 
 display: flex;
 align-items: center;
 background: url(../img/classe-6.jpg) no-repeat;
 opacity: 0.9;
 background-size: cover;
 background-attachment: fixed;
 

}

/*Footer*/

footer {
    background: linear-gradient(90deg, #29292a, #1e354e);
    color: #ccc;
    text-align: center;
    padding: 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
}
footer span {
    color: #fff;
    font-weight: bold;
}

/*Map*/
.map-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #ddd;
}

.map-container::after {
    content: "Cabinet Lakhdari - Localisation";
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.map-container iframe {
    width: 100%;
    height: 350px;
    border: 0;
}


