/* Media queries pour mobile */
@media screen and (max-width: 767px) {
#travaillons_ensemble{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 50px 0;
    gap: 50px;
}

#travaillons_ensemble_haut{
	border-top: 1px solid #1E1E1E33;
	position: relative;
	display: flex;
	height: 40vh;
	width: 100%;
}

/* ? a propos icon */
.apropos_footer {
  position: absolute;
  top: 0%;
  left: 17%;
  cursor: pointer;
}

/* ? Contact icon */
.contact_footer {
  position: absolute;
  top: 30%;
  left: 54%;
  cursor: pointer;
}

.realisations_footer {
 	position: absolute;
	left: 3%;
	cursor: pointer;
}


/* ? travaillons_ensemble bas */

#travaillons_ensemble_bas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 30px;
}

#travaillons_ensemble_bas h1{
    color: #1E1E1E;
    font-family: "Cabinet Grotesk", "Hanken Grotesk", sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 1.92px;
    text-align: center;
}

#contact_footer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.bouton_contact{
  display: flex;
  padding: 12px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #837EC2;
  cursor: pointer;
  text-decoration: none;
}

.bouton_contact p{
  color: #FFFAEC;
  font-family: "Cabinet Grotesk", "Hanken Grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}

.bouton_linkedin{
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #F7A9A8;
    cursor: pointer;
}

.bouton_linkedin img{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

 /* ? Footer Bas */

#footer{
    width: 100%;
}

#footer_bas{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    background: rgba(131, 126, 194, 0.20);
    gap: 10px;
}

#footer_bas a{
    cursor: pointer;
}

.ml_rgpd{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ml_rgpd a{
    color: #1E1E1E;

    font-family: "Cabinet Grotesk", "Hanken Grotesk", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    text-decoration: none;

}

.ml_rgpd a:hover{
    color: #837EC2;
}
}