/*********** S'ENGAGER ***********/
#ancre-contacts {
  transform: translateY(-120px);
}

.ligne-4 {
  width: 100%;
}

.ligne-4 .col {
  max-width: 100%;
  box-sizing: border-box;
}

#sengager .col-1 {
  color: #876500;
  background-image: linear-gradient(
      to bottom,
      rgba(248, 204, 70, 0.8),
      rgba(248, 204, 70, 0.8)
    ),
    url("/images/photos/Photo-Entreprise.jpg");
}

#sengager .col-2 {
  width: 53%;
  background-color: #0a2c7a;
}

#sengager .col-2 .contenu {
  max-width: 600px;
  padding: 70px 50px 70px 130px;
}

#sengager p,
#sengager h2,
#sengager li {
  color: white;
}

#sengager .container-boutons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/*********** SERVICES ***********/

#services {
  margin-top: 80px;
}

/*********** COMMENT ***********/
#comment {
  margin-top: 120px;
  margin-bottom: 60px;
}

#comment .ligne-3_3 {
  display: none;
}

#comment .ligne-3 {
  margin-bottom: 40px;
}

#comment .ligne-3 #fleche-verte {
  display: none;
}

/*********** AVANTAGES (S4) ***********/
#avantages {
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: #0a2c7a;
  color: white;
}

#avantages .ligne-2 {
  display: flex;
  gap: 40px;
}

#avantages h2 {
  color: white;
}

#avantages p {
  font-size: 18px;
}

#avantages .col p:first-child {
  margin-top: 0px;
}

#avantages .col-1,
#avantages .col-2 {
  width: 60%;
}

#avantages .col-3 img {
  max-width: 100%;
  position: relative;
  top: -56px;
}

#avantages .col-2 > p {
  margin-bottom: 0px;
}

.background {
  max-width: 100%;
  position: relative;
}

@media (max-width: 600px) {
  #avantages {
    padding-top: 60px;
    margin-top: 0px;
  }
  #avantages .ligne-2 {
    flex-direction: column;
    gap: 0px;
  }
  #avantages .col-1,
  #avantages .col-2 {
    width: 100%;
  }
  #avantages .col-3 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #avantages .col-3 img {
    top: 0px;
    max-width: 59%;
  }
}

/*********** CONTATCS ***********/
#contacts {
  margin-bottom: 120px;
}


.contact {
  display: flex;
  gap: 15px;  
  width: 100%;
  box-sizing: border-box;
  max-width: 500px;
}

.contact .texte p {
  margin-bottom: 4px !important;
}

.contact .texte a {
  color : var(--bleu-80); 
}

.contact .texte p:nth-child(1) {
  font-size: 22px;
}

.contact > img {
  width: 20% ;
  aspect-ratio: 1/1;
  border-radius: 90px;
} 

.contact .texte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}

.contact .email img {
  width: 17.682px;
  height: 14.146px;
  margin-bottom: 0;
}

.contact a:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 8px;
}


@media (max-width: 600px) {
  #contacts {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .contact {
    flex-direction: column !important;
  }

  .contact > img {
    width: 40%;
  }

  .contact p {
    text-align: center !important;
  }

  .contact a {
    justify-content: center !important;
  }

}

@media (max-width: 400px) {

  .section-sengager .col .bloc {
    flex-direction: column;
  }
}
