@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Général */
.wrapper {
  padding: 0 15px;
  margin-top: 20px;
  max-width: 100%;
}

.TT1{
  /*background-color: aquamarine;*/
  display: flex;
  text-align: center;
}
.title1 {
  
  margin-top: 70px;
  margin-bottom: 45px;
  width: 100%;
  font-family: "OpenSans-Light",Arial,sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #029739;
}

.row {
  margin-top: 26px;
}

.col-12 {
  margin-top: 25px;
}

.font {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; /* Light */
}

/* Galerie de photos */
.photo-gallery {
 /* background-color: bisque;*/
  width: 1020px;
  display: flex;
  flex-wrap: wrap;
  
}

.photo {
  flex: 1 1 calc(33.333% - 10px);
  display: flex;
  justify-content: center;
  margin-bottom: 5px;

}
.img-1 {
  margin: 5px;
}

.Content_galery{
  /* background-color: #029739;*/
  justify-content: center;
  display: flex;
}



@media (max-width: 768px) {
  .photo {
    flex: 1 1 calc(50% - 10px);
  margin: 5px;
  }
}

@media (max-width: 480px) {
  .photo {
    flex: 1 1 100%;
    margin: 5px;
  }
}






  .footer {
    border-top: 3px solid;
      border-top-color: currentcolor;
    margin-top: 15px;
    padding: 30px 0;
    background-color: #fff;
    border-color: #fff;
  }

  .content-title{
       background-color: pink;
       width: 1020px;
       justify-content: center;
  }


  .content-area {
    width: 929px;
    text-align: right;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  }

  .footer-content{
    display: flex;
    background-color: #fff;
    width: 100%;
    padding: 50px;
    justify-content: center;
  }

  @media only screen and (max-width: 568px) {
    .title1 {
      font-size: 20px;
    }
  }
  
  @media only screen and (min-width: 569px) {
    .footer {
      max-width: 1020px;
    }
  }

  @media only screen and (min-width: 769px) {
    .header, .banner, .footer {
      min-width: 1020px;
    }
  }
  @media only screen and (min-width: 569px) {
    .footer {
      margin-left: auto !important;
      margin-right: auto !important;
      padding: 15px !important;
    }
  }
