body {
  font-family: Arial, sans-serif;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  color: #333;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
h1 {
  background-color: #ff4802;
  color: white;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.header-info {
  text-align: center;
  margin-bottom: 20px;
}
.header-info p {
  font-size: 1.2em;
  margin: 5px 0;
}
nav {
  background-color: #0056be;
  padding: 10px;
  text-align: center;
  border-radius: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 1em;
}
nav a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  margin: 0!important;
  width: 100%;
  max-width: max-content;
}
nav a:hover {
  text-decoration: underline;
}
.content {
background-color: #ff712c;
    padding: 20px;
    border-radius: 15px;
    color: white;
}
img {
  width: 100%; /* Taille trois fois plus grande */
  height: auto; /* Taille trois fois plus grande */
  border-radius: 15px;
  margin: 0;
  max-width: max-content;
}
.photo-gallery {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  /* align-content: center; */
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.photo-gallery img {
  max-width: 38%;
}
footer {
  display: block;
  background: #000001;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  padding: 1em;
  color: white;
  text-align: center;
}
@media (max-width: 768px) {
  nav {
    display: flex;
    flex-direction: row;
    margin-top: 145px !important;
    padding: 1em;
    gap: 10px;
  }
  .photo-gallery {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 1em;
  }
}
header a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
  background: #267de8;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 700;
  max-width: max-content;
  margin: 0 auto;
}
header a span {
  font-size: 34px;
  line-height: 1;
}
.mail-contact {
  background: #0056be;
  position: sticky;
  bottom: 0;
  padding: 15px;
  z-index: 1;
}
.mail-contact a {
  display: flex;
  background: #ff4801;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 100px;
  max-width: max-content;
  margin: 0 auto;
  padding: 10px;
  font-size: 20px;
  font-weight: 800;
}
iframe {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-top: 2em
}
.fixed_phone {
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  background: transparent;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fixed_phone {
    position: fixed;
    background: #000001;
    top: 0;
    padding: 0px 10px 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    max-width: 100%;
    z-index: 1000;
    box-sizing: border-box;
  }
  nav {
    margin-top: 50px;
    width: 100%;
    box-sizing: border-box;
    /* padding-top: 87px !important; */
  }
  h1 {
    font-size: 22px;
  }
  header {
    padding: 0
  }
  nav a {
    font-size: 15px !important
  }
  .photo-gallery img {
    max-width:100%
  }
    section {
    padding: 0 1em
}
    footer a {
        color: white
    }
}