/*********** JE SUIS... (S1) ***********/
#jesuis {
  padding-top: 60px;
  padding-bottom: 220px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
}

#jesuis .texte-profil {
  display: flex;
  flex-direction: column;
}

#jesuis .profil {
  color: white;
  font-size: 35px;
}

#jesuis .ligne-1 {
  margin-bottom: 50px;
  color: white;
}

#jesuis .ligne-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px;
}

#jesuis .bloc {
  background-color: #f1f1f1;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  align-items: end;
  min-height: 190px;
  min-width: 173px;
  position: relative;
  top: -16px;
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-family: Apparat !important;
  font-size: 25px;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: 85% 15%;
  background-size: 25%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#jesuis .bloc:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#jesuis .bloc-1 {
  background-color: #f8cc46;
  color: #a17800;
  background-image: url("/icons/Icon_Entreprise_0-4.svg");
}

#jesuis .bloc-1:hover {
  background-color: #ffecb0;
}

#jesuis .bloc-2 {
  background-color: #f77129;
  color: #823004;
  background-image: url("/icons/Icon_Formation_0-4.svg");
}

#jesuis .bloc-2:hover {
  background-color: #ffba96;
}

#jesuis .bloc-3 {
  background-color: #52d59d;
  color: #185e38;
  background-image: url("/icons/Icon_Autre-categorie_0-4.svg");
}

#jesuis .bloc-3:hover {
  background-color: #c4f5da;
}

@media (min-width: 901px) and (max-width: 1200px) {
  #jesuis .ligne-2 {
    gap: 32px;
  }
  #jesuis .bloc {
    min-height: 115px;
    background-position: 95% 10%;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  #jesuis {
    background-size: 168%;
    background-position-y: 0%;
  }
}

@media (min-width: 601px) and (max-width: 700px) {
  #jesuis {
    background-size: 228%;
    background-position-y: 0%;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  #jesuis .ligne-2 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  #jesuis .bloc {
    min-height: 115px;
    background-position: 95% 10%;
  }
}

@media (max-width: 600px) {
  #jesuis .ligne-2 {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  #jesuis .bloc {
    min-height: 115px;
    background-position: 95% 15%;
    background-size: 18%;
  }
  #jesuis {
    background-size: 396%;
    background-position-y: 0%;
  }
}
