.container-recrut{
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top:150px;
}

.colonne1{
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-central{
    width: 80%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FFF;
    box-shadow: 1px 1px 3px 3px rgb(245,245,245);
}

.colonne2{
    padding-top: 20px;
    padding-bottom: 20px;
}

.team{
    border: 4px solid #FFF;
}

.text-recrut{
    text-align: center;
}

.text-recrut .btn{
    background-color:#e62f4a;
    color: #FFF;
    width: 150px;
    text-decoration: none;
    color: #FFF;
}

.btn a{
    text-decoration: none;
    color: #FFF;
}
.text-recrut .btn a:hover{
    color: #FFF;
    text-decoration: none;
}