main p{
    color:#fffaef;
  font-family: "Signika Negative";
  font-size: 1.125em;
  font-weight: 700;;
  line-height: 1.5;
  text-align: justify;
  border-radius: 80px;
  background-color: #fffaef;
}

h1{
    color: #1f1f1e;
    margin-left: 300px;
    margin-right: 300px;
    margin-bottom: 20px;
}

p a{
    color: #ff7f31;
    font-size:1.125em;
}

p a:hover{
    opacity: 50%;
}

.conteneur{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:30px;
    margin:50px;
}

.conteneur div{
    font-family: "Signika Negative";
    color: #1f1f1e;
    font-weight: 700;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background-color: white;
}

.box-photo img{
    width: 65%;
    border-radius: 20px;

}

.box-photo{
    border-radius: 20px ;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.box-one{
    border-radius: 20px ;
    text-align: justify;
    padding: 50px;
    
}

.box-two{
    text-align: center;
    border-radius: 20px ;
    padding: 50px;
}

.box-three{
    text-align: justify;
    border-radius: 20px ;
    padding: 50px;
    display: flex;
    align-items: center;
}

.box-four{
    border-radius:20px;
    display: flex;
    align-items: center;
    padding: 50px;
    
}

.box-five{
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 50px;

}

.box-six{
    grid-column-start: 1;
    grid-column-end:1.5;
    border-radius: 20px ;
    padding: 50px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background-color: white;
}

.box-seven{
    grid-column-start:3;
    grid-column-end: 1.5;
    border-radius: 20px ;
    padding:50px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background-color: white;
}

.last-box{
    display: flex;
    justify-content: center;
    margin-left: 50px;
    margin-right: 50px;
    gap:30px;
    font-family: "Signika Negative";
    color: #1f1f1e;
    font-weight: 700;
    padding-bottom: 50px;
}

.fond-qsj{
    background-color: #fffaef;
}

.lien-link{
    color:#ff7f31;
    text-decoration:none;
    font-family: "Signika Negative";
    font-size: 1em;
}

@media screen and (max-width:480px) {

    nav{
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: none;
      margin: 0px;
      height: 220px;
      font-size: 0.75em;
      line-height: 1.25;
  
    }
  
    .lien-page{
      display: flex;
      flex-direction: column;
  
    }
  
    h1{
      font-size: 3em;
      margin: 0px;
      font-weight: 600;
      text-align: center;
    }

    nav a{
        margin-left: 0px
    }
    
    nav img{
        width: 20%;
    }

    .conteneur{
        display: flex;
        flex-direction: column;
        margin: 20px;
    }

    .last-box{
        flex-direction: column;
        margin: 20px;
    }

    
    
    
    
    
      
    }
