@import url('https://fonts.cdnfonts.com/css/valorant');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    padding: 0;
    margin: 0;
    font-family: "Segoe UI";
  }
  li {
    list-style: none;
  }


a header{
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}

  .me,
  .me:visited {
    color: red;
    text-decoration: none;
    text-transform: uppercase;
  }
  .me:hover {
    color: white;
  }
  
  
  nav {
    background: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 24px
  }
  nav ul {
    display: flex;
    justify-content: space-evenly;
    width: 60%;
    
  }
  #icons {
    cursor: pointer;
    display: none;
  }
  h3 {
color: white;
  }

  .formulaire {
    margin: 20px;
}

.form1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rech {
    font-size: 18px;
    margin-bottom: 10px;
}

input[type="text"] {
    padding: 10px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

button[type="submit"] {
    padding: 10px 20px;
    background-color: red;
    color: #000;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

button[type="submit"]:hover {
    background-color: black;
    color: #ccc;
}



.title{
  color: red;
  font-size: 50px;
  display: flex;
  justify-content: center;
  font-family: 'VALORANT', sans-serif;
}

.para{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-block-end: 50px;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
}

p{
  display: flex;
  justify-content: center;
  max-width: 650px;
  
}


.img1{
width: 100%;
}


  @media (max-width: 481px) {


    #carre img{
      height: 100px;
      width: 125px;
      
    }
    

    #icons {
      display: block;
      color: red;
    }
    #icons:before {
      content: "\2630";
      color: red;
    }
    .active #icons:before {
      content: "\2715";
      color: red;
    }
    nav ul {
      position: fixed;
      left: -100%;
      top: 5%;
      flex-direction: column;
      background: black;
      width: 100%;
      text-align: center;
      transition: 0.25s;
    }
    nav li {
      padding: 3px 0;
    }
    nav li:hover {
      background: rgb(157, 217, 240);
    }
    nav.active ul {
      left: 0;
    }

    
    
  }


  footer{
    background-color: black;
    color: red;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  h1,h2{

display: flex;
justify-content: center;

  }




  .container{
    display: grid;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    grid-template-columns: 33% 33% 33%;
    
}

#carre {
  display: flex;
  justify-content: center;
  max-width: 450px;
  min-height: 300px;
  height: auto;
  background-color: #F2F2F2;
  border-radius: 15px;
  padding: 3px;
  margin: 10px;
  margin-block-end: 50px;
  margin-block-start: 25px;
 
}

#content-carre {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}

#carre img{
  height: 200px;
  width: 250px;
  
}





.aadmin{
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  
  color: black;
  font-weight: bold;
}

.aadmin:hover{
  
  color: red;
}

.add{
  display: flex;
  justify-content: center;
  flex-direction: column;
}



.aadmin3{
  color: #000;
  text-decoration: none;
  display: flex;
 
  margin-top: 25px;
  
  color: black;
  font-weight: bold;
}

.aadmin3:hover{
  
  color: red;
}


.aadmin2{
  color: #000;
  text-decoration: none;

 

  color: black;
  font-weight: bold;
}

.aadmin2:hover{
  
  color: red;
}

.aadmin4{
  color: #000;
  text-decoration: none;

 

  color: black;
  font-weight: bold;
}

.aadmin4:hover{
  
  color: blue;
}


.form2{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
