.button-follow-out-career{
    width: 10rem;
    height: 2.5rem;
    font-family: var(--font-family-barlow);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    border-radius: 35px;
    overflow: hidden;
    border: 1px solid black;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color:black;
    z-index:3;
    margin-bottom: 4rem;
    background-color: #eceae6;
  }

.button-follow-out-career span{
    position: absolute;
    background-color: rgb(251, 255, 3);
    line-height: 1.2rem;
    font-weight: 500;
    font-size: 1.2rem;
    color:white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1; 
}
  
.button-follow-out-career:hover{
    color:white;
    background-color:black;
  }

.button-follow-out-career:hover span {
    width: 250%; 
    height: 1400%; 
}

.button-follow-out-career:active{
    background-color: black;
}



.button-follow-out-contact{
    width: 10rem;
    height: 2.5rem;
    font-family: var(--font-family-barlow);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    border-radius: 35px;
    overflow: hidden;
    border: 1px solid black;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color:black;
    z-index:3;
    background-color: #eceae6;
  }

.button-follow-out-contact span{
    position: absolute;
    background-color: rgb(251, 255, 3);
    line-height: 1.2rem;
    font-weight: 500;
    font-size: 1.2rem;
    color:white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1; 
}
  
.button-follow-out-contact:hover{
    color:white;
    background-color:black;
  }

.button-follow-out-contact:hover span {
    width: 250%; 
    height: 1400%; 
}

.button-follow-out-contact:active{
    background-color: black;
}


.button-follow-out-front{
    position: relative;
    width: 9.375rem;
    height: 2.5rem;
    overflow: hidden;
    border: 1.2px solid black;
    border-radius: 25px;
    display: flex; /* Utilise Flexbox */
    align-items: center; /* Centre verticalement le contenu */
    justify-content: center; /* Centre horizontalement le contenu */
    font-family: var(--font-family-barlow);
    line-height: 1.2rem;
    font-weight: 500;
    font-size: 1.2rem;
    z-index:3;
    cursor:pointer;
    text-decoration: none;
    color:black;
    text-transform: uppercase;
    /* margin-top: 7rem; */
}


.button-follow-out-front:hover span {
    width: 250%; 
    height: 1400%;
}

.button-follow-out-front:hover{
    color:white;
}


.button-follow-out-front span{
    position: absolute;
    background-color: black;
    line-height: 1.2rem;
    font-weight: 500;
    font-size: 1.2rem;
    color:black;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.button-follow-out-front:active{
    background-color: black;
}

.button-follow-out{
    position: relative;
    width: 9.375rem;
    height: 2.5rem;
    display: block;
    overflow: hidden;
    border: 1.2px solid black;
    border-radius: 25px;
    display: flex; /* Utilise Flexbox */
    align-items: center; /* Centre verticalement le contenu */
    justify-content: center; /* Centre horizontalement le contenu */
    font-family: var(--font-family-barlow);
    line-height: 1.2rem;
    font-weight: 500;
    font-size: 1.2rem;
    z-index:3;
    cursor:pointer;
    text-decoration: none;
    color:black;
    text-transform: uppercase;
    margin-top: 2rem;
}


.button-follow-out:hover span {
    width: 250%; 
    height: 1400%;
}

.button-follow-out:hover{
    color:white;
}


.button-follow-out span{
    position: absolute;
    background-color: black;
    line-height: 1.2rem;
    font-weight: 500;
    font-size: 1.2rem;
    color:black;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.button-follow-out:active{
    background-color: black;
    overflow: hidden;
}

@media (max-width: 1025px) {
    .button-follow-out-career{
        margin-bottom: 0rem;
        margin-top: 2rem;
    }
}
