/*********** SOS APPRENTI ***********/

#sos {
  padding: 160px 0px 120px 0px;
  background-color: #0a2c7a;
}

#sos,
#sos h2 {
  color: white;
}

#sos .container {
  display: flex;
  gap: 100px;
}

#sos .col-1 {
  width: 55%;
}

#sos .col-1 img {
  position: absolute;
  width: 20px;
  transform: translate(200%, -50%);
}

#sos .col-2 {
  width: 45%;
}

#sos .col-2 img {
  max-width: 580px;
  position: absolute;
  top: 100px;
  transition: transform 0.4s cubic-bezier(0.23, 1.83, 0.42, 1.19);
  -webkit-transition: transform 0.4s cubic-bezier(0.23, 1.83, 0.42, 1.19);
}

#sos .col-2 img:hover {
  transform: scale(1.05);
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.23, 1.83, 0.42, 1.19);
  -webkit-transition: transform 0.4s cubic-bezier(0.23, 1.83, 0.42, 1.19);
}

#sos .bulle {
  background-color: white;
  color: #0a5adb;
  padding: 28px;
  border-radius: 16px;
}

#sos .bulle p {
  margin-top: 0px;
}

@media (min-width: 901px) and (max-width: 1100px) {
  #sos .container {
    gap: 38px;
  }
  #sos .col-1 {
    width: 55%;
  }
  #sos .col-2 img:last-child {
    max-width: 36%;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  #sos .container {
    gap: 38px;
  }
  #sos .col-1 {
    width: 55%;
  }
  #sos .col-2 img:last-child {
    max-width: 100%;
    position: inherit;
  }
}

@media (max-width: 700px) {
  #sos .container {
    flex-direction: column;
  }
  #sos .col-2 img {
    display: none;
  }
  #sos .col {
    width: 100%;
  }
  #sos .col-2 {
    display: none;
  }
}

/*********** CONTATCS PROS ***********/

.contacts {
  color: #0a2c7a;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contacts {
  padding: 100px 0px 100px 0px;
}

.contacts h2 {
  margin-bottom: 60px;
}

.contacts .container {
  display: flex;
  gap: 30px;
  height: 100%;
}

.contacts h4 {
  font-size: 18px;
}

.contacts .poste {
  display: none;
}

.contacts .col {
  width: fit-content ;
}



#contacts-antenne .container,
#contacts-services .container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.contacts .col-0 {
  padding-bottom: 20px;
}

.contacts .col-0 h4 {
  margin-bottom: 10px;
}

.contacts .col-0 img {
  max-width: 100px;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#contacts.contacts .col-3 {
  width: 55%;
}

.contacts .col p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.contacts .col a {
  margin-top: 10px;
}

.contacts .contact:last-child {
  margin-bottom: 0px;
}

.contacts .col.reduit h4 {
  margin-bottom: 10px;
}

.contacts .col.reduit a {
  margin-top: 0px;
}

.ligne-2 {
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}

.contacts .trait-vertical {
  border-right: 1px solid #e0e0e0;
  height: 200px;
  align-self: center;
}

.col h4 {
  text-align: center;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 32px;
  margin-right: 0;
  box-shadow: none !important;
}

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

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

.contact .texte a {
  justify-content: center;
}

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

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

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

.contact .email {
  display: flex ;
  flex-direction: row;
  align-items: center;
  width: stretch;
  gap: 4px;
}

.contact .email img {
  display: none;
}

#contacts .bouton , #contacts-antenne .bouton, #contacts-services .bouton{
  display: flex !important;
  justify-content: center;
  width: stretch;
  text-align: center;
}

@media (max-width: 1150px) {
  .contacts .trait-vertical {
    display: none;
  }
  .contacts .container {
    flex-wrap: wrap;
  }
  .contacts .col {
    width: initial;
  }
}

@media (min-width: 601px) and (max-width: 1100px) {
  .contacts .container {
    gap: 50px;
  }
  #contacts.contacts .col-3 {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .contacts .container {
    gap: 30px;
  }
  .contacts h2 {
    margin-bottom: 30px;
  }
  .contacts .trait-vertical {
    border: 0.5px solid #e0e0e0;
  }
}

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

#contacts-services {
  background-color: #0a5adb;
  color: white;
}

#contacts-services h2,
#contacts-services h3,
#contacts-services h4, 
#contacts-services a{
  color: white;
  border-color: white;
}

/*********** ANTENNES ***********/

#contacts-antenne {
  color: #0a2c7a;
}

#contacts-antenne .ligne-2 {
  max-width: 950px ;
  align-items: stretch;
}

#contacts-antenne .col,  #contacts-antenne .contact {
  max-width: 220px;
}   

#contacts-antenne .contact p {
  text-align: center;
}

#contacts-antenne .contact a {
  max-width: 220px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}