*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-size: 18px;
  
  }
  body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #f9f7ed;
  }
  
  /* barre de navigation*/
  
  .logo{
    margin-left:25px;
    margin-top: 10px;
  }
  
  .topnav a{
  float: right;
  display: block;
  color: #99958d;
  margin-right: 25px;
  margin-top:25px;
  }
  
  .icon{
    display: none;

  }


/* texte et imeges superposées */

  
.bordure{
  width: 100%;
  height: 150px;
  margin-top: 10px;
  background-color: lightgrey;
  background: linear-gradient(to right,
  #c3c3c3 40%, #c7bc6a, #000000);
}

.texte_bordure{
  font-size: 40px;
  width: 500px;
  color: #646059;
  padding-top: 45px;
  padding-left: 45px;

}

.container{
  width: 70%;
  top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  margin-bottom: 30px;

}

.superposition{
    width: 800px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }

  .texte1{
    margin-top: -30px;
    margin-right: -100px;
    margin-left: 100px;
    color: #716b5f;
    font-size: 20px;
    text-align: justify;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    left: 20px;
    background-color: #eae4dd;
    border: 2px solid #58544d;
    border-radius: 15px;
    box-shadow: 2px 2px black;
    
    z-index: 6;
  }

.paragraphe{
  color: black;
}

.special{
  color: black;
  font-size: 20px;
}

.espace{
 margin-left: 5px;
}


.container2{
  width: 70%;
  top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  margin-bottom: 30px;

  
}


  .superposition_bas{
    width: 800px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
   
  }



  .texte2{
   margin-top: -15px;
    margin-right: -100px;
    margin-left: 100px;
    color: #716b5f;
    font-size: 20px;
    text-align: justify;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    left: 20px;
    background-color: #eae4dd;
    border: 2px solid #58544d;
    border-radius: 15px;
    box-shadow: 2px 2px black;
    
    z-index: 6;
  }
  


/* Pied de page */

.fond_pied{
  width: 100%;
  background-color: black;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}


.text_pied{
  color: white;
  margin-bottom: 20px;
}

.copy{
  color: white;
  font-size: 12px;
  margin-bottom: 20px;

}

.courriel a{
  font-size: 20px;
  color:#d6c116 ;
 }



/*Nous contacter*/

.offre{
  text-align: center;
  margin-bottom: 30px;
}

.texte_offre{
  font-size: 28px;
 color: #99958d;
}

.button{
  font-size: 15px;
  padding: 10px;
  background-color: #58544d;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
}




@media screen and (max-width: 1030px){
    .topnav a:not(:first-child) {display: none;}
    .icon{
     float: right;
     display: block;
     margin-right: 25px;
     margin-top: 25px;
    }

 }

 
 @media screen and (max-width: 1030px){
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
     position: absolute;
     right: 0;
     top: 0;
    }
 
    .topnav.responsive a {
     float: none;
     display: block;
     text-align: left;
     margin-left: 25px;
    }
 }

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

    .texte2 {
        margin-top: -12px;
        margin-right: -120px;

    }

      .superposition{
        width: 500px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }

      .superposition img{
        width: 400px;
        margin: auto;
      }

      .superposition_bas{
        width: 500px;
        display: flex;
        flex-wrap: wrap;
       justify-content: right;
     
      }

   .enseignement img{
    width: 400px;
    margin: auto;
   }

   .texte1{
    width: 350px;
   }

   .texte2{
    width: 350px;
   }
       
      }


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

  .superposition{
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }


  .superposition{
    width: 300px;
    margin: auto;
  }

  .superposition_bas{
    width: 400px;
    display: flex;
    flex-wrap: wrap;
   justify-content: center;
 
  }

.enseignement img{
width: 300px;
margin-top: 30px;
margin-left: 10px;

}

.texte1{
width: 350px;
margin-left: 50px;
}

.texte2{
width: 300px;
margin-left: 25px;
}

.texte_bordure{
  font-size: 30px;
  width: 300px;
}

.texte_offre{
  font-size: 15px;
}

.button{
  font-size: 12px;
}
   
  }
  


  
 