*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
  font-family: 'Open Sans', sans-serif;
  background-color: rgb(255, 255, 229);
}

.container-grille {
    height: 100vh;
    width: 100%;
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    grid-template-rows: auto 1fr auto;
    grid-gap : 10px;
    background-color: rgb(255, 255, 229);
}

header {
    grid-column: span 3;
    padding: 30px;
    text-align: center;
    font-size: 22px;
    background-color: rgb(255, 255, 229);
}

main {
    padding: 20px;
    height: 2200px;
    background-color: rgb(255, 255, 229);
    text-align: center;
    align-items: center;
    justify-content: center;
}

nav {
    background-color: rgb(34, 52, 98);
    border-radius: 20px;
}

.list-sidenav {
    list-style-type: none;
    max-height: 650px;
    display: flex;
    flex-direction: column;
}

.list-sidenav li {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-sidenav li a {
    font-size: 18px;
    color: #fff;
}

aside {
    padding: 20px;
    background-color: rgb(34, 52, 98);
    font-size: 22px;
    color: white;
    border-radius: 20px;
}

aside p {
    height: 750px;
    display: center;
    justify-content: left;
    font-family: 'Playfair Display', serif;
}

footer {
    grid-column: span 3;
    padding: 30px;
    text-align: center ;
    font-size: 20px;
    background-color: #2e282a;
    color: #fff;
}

@media screen and (max-width: 3000px) {
    
    .container-grille{
        display: flex;
        flex-direction: column;
    }

    .list-sidenav {
        flex-direction: row;
        justify-content: center;
    }

    .list-sidenav li {
        margin: 0 10px;
    }

    aside p {
        height: auto;
    }
    aside{
      border-radius: 0px;
    }
}

.wrapper {
    display: grid;
    background-color: rgb(255, 255, 229);
    text-align: center;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    
  }

  .box {
    background-color: rgb(255,185,44);
    border-radius: 10px;
    font-size: 100%;
    justify-content: center;
    display: grid;
    padding: 15px;
    color: #fff;
    margin: 5px;
  }

 @media screen and (max-width: 1000px) {
    img {
    width: 150px;
    height: 200px;
    filter: drop-shadow(0 0 6px rgb(5 , 147 ,254) );
  }
  aside{
    border-radius: 0px;
  }
  }

@media screen and (min-width: 1000px) {
img {
  width:234px ;
  height: 300px;
  filter: drop-shadow(0 0 6px rgb(5 , 147 ,254) );
}
}

@media screen and (max-width:780px) {
  img {
    width: 150px;
    height: 200px;
  }
}

@media screen and (max-width:650px) {
  img {
    width: 100px;
    height: 150px;
  }
}
@media screen and (max-width:500px) {
  img {
    width: 70px;
    height: 120px;
  }
}

.Logo2 {
  width:250px ;
  height: 50px;
  border : none;
  filter: none;
}


.Conseil {
  position: relative;
  width: 160px; 
  height: 220px; 
  filter: drop-shadow(0 0 6px rgb(5 , 147 ,254) ); 
} 

a {
  margin: 10px;
  text-decoration: none;
  justify-content: space-between;
}

.zoom {
  transition: transform .1s;
  align-items: center;
  justify-content: center;
  }
  
.zoom:hover {
    transform: scale(2);
    }

ul {
  align-items: center;
  justify-content: center;
  list-style: none;
}

input{
  padding: 10px;
}


form.logins{
  justify-content:center;
  margin-left: 450px;
  width: 30rem;
  text-align: center;
  border-color: white;
  color: white;
  border-radius: 30px;
  background-color: rgb(34, 52, 98);
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

form.comm{
  justify-content: flex-start;
}
.motdp {
  line-height: 50px;
}

.email{
  line-height: 50px;
}

.star {
  font-size: 1.5rem;
}

.hoverstar {
  color: rgb(34, 52, 98);
}

.box {
  list-style-type: none;
}

div.inscription{
grid-gap: 40px;
}
