@font-face {
  font-family: 'arlon';
  src: url(font/ArlonSemiBold-DEMO.otf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #333;
}



/* ======================
   SECTION 1 (inchangée)
   ====================== */
#section1 {
  height: 100vh;
  position: relative;
  background-image: url(image/newbackground.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: start;
  padding-left: 20vh;
  padding-top: 20vh;
  flex-direction: column;
  color: rgb(0, 0, 0);
  overflow: hidden;
}

#section1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Dégradé transparent vers couleur du site */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #333 100%);
  z-index: 0;
}

/* Remet le contenu au-dessus de l’overlay */

.titre h1 {
  font-size: 10em;
  font-family: 'arlon';
  font-weight: 100;
  color: white;
}
.sous-titre h2 {
  font-size: 2em;
  color: white;
    font-family: 'Montserrat', Arial, sans-serif;
}

@media only screen and (max-width: 1450px) {
  #section1 {
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 10vw;
  }
}

@media only screen and (max-width: 960px) {
  #section1 h1 {
    font-size: 6em;
    margin-bottom: 20px;
  }
  .sous-titre h2 {
    text-align: start;
    font-size: 1.5em;
    word-wrap: break-word;
  }
  #section1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: start;
    padding-left: 10vw;
  }
}

@media only screen and (max-width: 700px) {
  #section1 {
    color: white;
    padding-right: 5px;
    padding-left: 10vw;
  }
  #section1 h1 {
    margin-bottom: 10px;
  }

}

.cta-discover {
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 44px 0 0 0;
}

.cta-discover a {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 36px;
  height: 64px;
  background: linear-gradient(90deg, #00b6ff 0%, #0086ff 100%);
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none;
  border-radius: 18px;
  box-shadow: 0 2px 32px 0 rgba(0,183,255,0.25), 0 1.5px 7px rgba(0,0,0,0.12);
  border: none;
  position: relative;
  overflow: hidden;
  transition:
    box-shadow 0.70s cubic-bezier(.4,2,.4,1),
    background 0.83s,
    transform 0.72s cubic-bezier(.4,2,.4,1); /* plus lent et plus "smooth" */
  letter-spacing: 0.01em;
  will-change: transform;
}

.cta-discover a span {
  z-index: 15;
  position: relative;
}

.cta-discover a svg {
  stroke: #fff;
  transition: transform 0.50s cubic-bezier(.4,2,.4,1);
  z-index: 15;
}

.cta-discover a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(255,255,255,0.27) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.83s;
  opacity: 1;
}

.cta-discover a:hover, .cta-discover a:focus {
  background: linear-gradient(90deg, #0054b8 0%, #00cfff 100%);
  transform: scale(1.04) translateY(-2px);
  box-shadow: 0 4px 38px 0 rgba(0,183,255,0.34), 0 1.5px 18px rgba(0,0,0,0.16);
}

.cta-discover a:hover svg {
  transform: translateX(7px) scale(1.15);
}

.cta-discover a:active {
  transform: scale(0.98);
}

@media (max-width: 500px) {
  .cta-discover a {
    height: 52px;
    font-size: 1.1em;
    padding: 0 19px;
    border-radius: 13px;
    gap: 10px;
  }
  .cta-discover {
    margin-top: 28px;
  }
  .cta-discover a svg {
    width: 19px;
    height: 19px;
  }
}

/* ======================
   SECTION 2 – Services
   ====================== */
.services-section {
 
  background: #333333;
  color: #fff;
  padding: 50px 50px 80px 50px;
  text-align: center;
  margin-bottom: 100px;

}
.services-title {
  font-size: 57px;
  font-family: 'arlon', Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 100px;
}
.services-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 160px;
  max-width: 1500px;
  margin: 0 auto;
}
.service-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  min-width: 340px;
  max-width: 420px;
  text-align: left;
  gap: 22px;
}
.service-icon {
  width: 90px;
  height: 90px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.service-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-title {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 7px;
}
.service-desc {
  color: #ccc;
  font-size: 20px;
  opacity: 0.95;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
}

/* Responsive layout for mobile */
@media (max-width: 1000px) {
  .services-cards {
    display: flex;
  justify-content: start;
    gap: 40px 0;
    max-width: 800px;
  }
  .service-card {
    max-width: 90vw;
  }
}
@media (max-width: 700px) {
  .services-title {
    font-size: 42px;
      margin-bottom: 50px;
  }
  .services-section {
    padding: 30px 50px 40px 50px;
  }
  .services-cards {
    display: flex;
  justify-content: start;
    gap: 40px 0;
    max-width: 800px;
  }
  .service-card {
    max-width: 98vw;
    min-width: 0;
  }
  .service-title {
    font-size: 22px;
  }
  .service-desc {
    font-size: 16px;
  }
  .service-icon {
    width: 70px;
    height: 70px;
  }
}

/* ======================
   SECTION 3 – À propos
   ====================== */
.about-section {
  background: #323333;
  padding: 70px 0;
  color: #fff;
  margin-bottom: 100px;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2vw;
  flex-wrap: wrap;
}
.about-img {
  flex: 1 1 ;
  max-width: 640px;
  min-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-img img {
  width: 100%;
  max-width: 640px;
  aspect-ratio: 2/1.25;
  object-fit: cover;
  border-radius: 50px;
  box-shadow: 0 2px 32px 0 rgba(0,0,0,0.15);
  background: #eee;
}
.about-content {
  flex: 1 1;
  min-width: 300px;
  max-width: 760px;
  padding: 0 12px;
}
.about-content h2 {
  font-size: 57px;
  font-family: 'arlon', Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 28px;
  color: #fff;
}
.about-content p {
  font-size: 24px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.36;
  color: #e2e2e2;
  margin: 0;
}

/* Responsive */
@media (max-width: 1100px) {
  .about-container {
    flex-direction: row;
    gap: 38px;
    padding: 0 6vw; /* un peu plus large sur les côtés */
  }
  .about-img {
    order: 1;
    max-width: 98vw;
    min-width: 0;
    padding: 0;
  }
  .about-content {
    order: 2;
    max-width: 98vw;
    min-width: 0;
    padding: 0;
      text-align: start;
  }
  .about-content h2 {
    font-size: 42px;
    margin-bottom: 16px;
  }
  .about-content p {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
.about-container {
    flex-direction: column;
  }
  .about-img {
    order: 2;}
    .about-content {
    order: 1;}
}
@media (max-width: 600px) {
  .about-section {
    padding: 34px 0;
  }
  .about-container {
    flex-direction: column;
    gap: 26px;
    padding: 0 8vw; /* encore un peu plus large */
  }
  .about-content {
    order: 1;
    text-align: center;
  }
  .about-img {
    order: 2;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .about-img img {
    border-radius: 24px;
  }
  .about-content h2 {
    font-size: 42px; /* un peu plus grand que la version précédente */
    margin-bottom: 14px;
  }
  .about-content p {
    font-size: 17px;
  }
}

/* ======================
   SECTION 4 – NOUS CONTACTER
   ====================== */
.contact-section {
    border-top: #0086ff 5px solid;
  background: #fafbfc;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 100px
}
.contact-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 0 5vw;
  flex: 1 0 auto;
  padding-bottom: 100px;
}
.contact-info {
  flex: 1 1 430px;
  max-width: 480px;
}
.contact-info h2 {
  color: #0086ff;
  font-size: 57px;
  font-family: 'arlon', Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 32px;
}
.contact-info address {
  font-style: normal;
  font-size: 28px;
  color: #222;

}
.contact-info address {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 22px; /* espace entre chaque bloc */
}

.address-bloc {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.45;
}
.contact-info a {
  color: #222;
  text-decoration: underline;
  font-size: 28px;
  transition: color 0.18s;
  word-break: break-all;
}
.contact-info a:hover {
  text-decoration: underline;
  color: #005bb5;
}
.contact-map {
  flex: 2 1 550px;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-map iframe {
  border: 0;
  border-radius: 22px;
  width: 100%;
  min-width: 320px;
  max-width: 700px;
  height: 360px;
  box-shadow: 0 2px 24px 0 rgba(0,0,0,0.25);
  background: #eee;
  transition: box-shadow 0.2s;
}
.contact-credits {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #888;
  margin-top: 32px;
  padding-bottom: 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  flex-shrink: 0;
}
.contact-credits a {
  color: #0086ff;
  text-decoration: none;
  font-weight: 600;
}
.contact-credits a:hover {
  text-decoration: underline;
  color: #005bb5;
}

/* Responsive styles */
@media (max-width: 1100px){
    .contact-info h2 {
    font-size: 39px; /* gros titre mobile */
 
  }
}
@media (max-width: 950px) {
  .contact-container {
    flex-direction: row;
    gap: 8px; /* espace minimal entre les blocs */
    padding: 0 5vw;
  }
  .contact-info {
    max-width: 100%;
    text-align: start;
  }
  .contact-info h2 {
    margin-bottom: 14px;
    font-size: 36px;
  }
  .contact-info address {
    font-size: 20px;
  }
  .contact-info a {
    font-size: 20px;
  }
  .contact-map {
    max-width: 100%;
    justify-content: center;
    align-items: flex-start;
  }
  .contact-map iframe {
    height: 220px;
    max-width: 98vw;
    min-width: 0;
    border-radius: 18px;
  }
  .contact-credits {
    font-size: 15px;
    margin-top: 14px;
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .contact-section {
  
    padding-top: 30px;

  }
  .contact-container {
    flex-direction: column;
    gap: 2px; /* quasi aucun espace entre infos et map */
    padding: 0 3vw;
  }
  .contact-info h2 {
    font-size: 42px; /* gros titre mobile */
    margin-bottom: 45px;
  }
  .contact-info address {
    text-align: center;
    align-items: center;
    font-size: 20px; /* texte bien lisible mobile */
    line-height: 1.5;
  }
  .contact-info {
  flex: 1 1 ;
  max-width: auto;
}
  .contact-info a {
    font-size: 20px;
  }
  .contact-map {
    flex: 2 1 ;
    margin-top: 36px;
    margin-bottom: 50px;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
  }
  .contact-map iframe {
    width: 70%;
    min-width: 0;
    max-width: 100%;
    border-radius: 11px;
    aspect-ratio: 1.2/1;
  }
  .contact-credits {
    font-size: 12px;
    margin-top: 7px;
    padding-bottom: 6px;
  }
}

/* ======================
   RÉPONSIVE

