*{
    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 */


.superposition {
  width: 100%;
  display: flex;
  flex-wrap: wrap;

}

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

.nom_bordure{
  font-size: 50px;
  text-align: center;
 
  color:#4a473f ;
  padding-top: 45px;


}

/* bordure d,en bas */

.bordure_gauche{
  width: 100%;
  height: 150px;
  background-color: lightgrey;
  background: linear-gradient(to left,
  #c3c3c3 40%, #c7bc6a, #000000);

}

.nom_bordure_gauche {
  font-size: 50px;
  text-align: center;
  color: #4a473f;
  padding-top: 45px;


}




/* animation image André */


@-webkit-keyframes andre{

  10%{
    right: 0px;
  }
 
  100%{
   right: 100px;
  }


}

@-moz-keyframes andre {
  10%{
    right: 0px;
  }

  100% {
    right: 100px;
  }


}

@keyframes andre {
  10%{
    right: 0px;
  }
 
  100% {
   right: 100px;
  }

}


.contenu_andre{
  width: 90%;
  margin: auto;


}


.image_fond{
  position: relative;
  float: right;
  width: 550px;
  height: 725px;
  right: 100px;
  border-radius: 10px;
  z-index: 1;
  background-color: rgb(51, 58, 78);

}

.bouge img{
  position: relative;
  float: right;
  background-color: #c3c3c3;
  border-radius: 10px;
  margin-top: 25px;
  z-index: 9;
  -webkit-animation: andre;
  -webkit-animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: andre;
  -moz-animation-duration: 5s;
  animation-name: andre;
  animation-fill-mode: forwards;
  animation-duration: 5s;
  margin-right: 25px;

}

/* texte */
.texte{
  display: flex;
  width: 550px;
  height: auto;
  font-size: 20px;
  text-align: justify;
  color: #716b5f;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f2ede6;
  border: 2px solid #58544d;
  border-radius: 15px;
  box-shadow: 2px 2px black;
  margin-bottom: 30px;
  margin-left: 100px;
  margin-top: -35px;


}


/* animation image francois */




@-webkit-keyframes francois {

  10% {
    left: 0px;
  }

  100% {
    left: 100px;
  }


}

@-moz-keyframes francois {
  10% {
    left: 0px;
  }

  100% {
    left: 100px;
  }


}

@keyframes francois {
  10% {
    left: 0px;
  }

  100% {
    left: 100px;
  }

}


.contenu_francois {
  width: 90%;
  margin: auto;


}


.image_fond_francois {
 position: relative;
  width: 550px;
  height: 725px;
  left: 100px;
  border-radius: 10px;
  z-index: 1;
  background-color: rgb(51, 58, 78);

}

.bouge_francois img {
  position: relative;
  float: left;
  background-color: #c3c3c3;
  border-radius: 10px;
  margin-top: 25px;
  margin-left: 125px;
  z-index: 9;
  -webkit-animation: francois;
  -webkit-animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: francois;
  -moz-animation-duration: 5s;
  animation-name: francois;
  animation-fill-mode: forwards;
  animation-duration: 5s;
  margin-left: 25px;

}

/* texte */
.texte_francois {
  position: relative;
  float: right;
  width: 550px;
  height: auto;
  font-size: 20px;
  text-align: justify;
  color: #716b5f;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f2ede6;
  border: 2px solid #58544d;
  border-radius: 15px;
  box-shadow: 2px 2px black;
  margin-bottom: 30px;
  margin-top: -750px;
  right: 100px;


}

.texte_offre{
  text-align: center;
  font-size: 28px;
  color: #99958d;
  margin-bottom: 30px;
}

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

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


/* 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;
  ;
}






@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: 1550px){

  .image_fond{
    right: 50px;
  }

  .image_fond_francois{
    left: 50px;
  }

  .texte{
    margin-left: 50px;
  }

  .texte_francois{
    right: 50px;
  }
  
}

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

  .image_fond{
    width: 500px;
    height: 660px;
  }
  
  .image_fond_francois{
    width: 500px;
    height: 660px;
  }

  .bouge img{
    width: 450px;
  }
  .bouge_francois img{
    width: 450px;
  }

  .texte{
    width: 500px;
  }

  .texte_francois{
    width: 500px;
    margin-top: -700px;
  }
}


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

    .image_fond {
        right: 0px;
      }
    
      .image_fond_francois {
        left: 0px;
      }

    
      .texte {
        margin-left: 0px;
      }
    
      .texte_francois {
        right: 0px;
      }
    
    }

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

    .bouge img{
      -webkit-animation: none;
      -moz-animation: none;
      animation-name: none;
    }

    .bouge_francois img{
      -webkit-animation: none;
      -moz-animation: none;
      animation-name: none;
    }
      
    }

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

      .image_fond{
       float: none;
       margin: auto;
       margin-bottom: 30px;
      }

      .texte{
        margin: auto;
        margin-bottom: 30px;
      }

      .image_fond_francois{
        float: none;
        margin: auto;
        margin-bottom: 30px;
      }

      .texte_francois{
        float: none;
        margin: auto;
        margin-bottom: 30px;
      }
      
    }

         @media screen and (max-width: 1024px) {
            .button {
              font-size: 15px;
              padding: 4px;
              background-color: #58544d;
              color: white;
              border-radius: 5px;
              cursor: pointer;
              margin-left: 10px;
            }

          }

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

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

        }

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

      .nom_bordure{
        font-size:30px;
        padding-top: 35px;
      }

      .nom_bordure_gauche{
        font-size: 30px;
        padding-top: 35px;
      }

      .bordure{
        height: 100px;
      }

      .bordure_gauche{
        height: 100px;
        background: linear-gradient(to right,
              #c3c3c3 40%, #c7bc6a, #000000);
      }

      .image_fond{
        width: 350px;
        height: 465px;
        right: 0px;
      }

      .image_fond_francois{
        width: 350px;
        height: 465px;
        left: 0px;
      }

      .bouge img{
        width: 300px;
      }

      .bouge_francois img{
        width: 300px;
      }

      .texte{
        width: 300px;
      }

      .texte_francois{
        width: 300px;
      }

      .texte_offre{
        font-size: 15px;
      }

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