
body{
    padding-bottom: 45px;
}

#offre-emploi .titre_section{
    text-align: center;
    padding: 0;
}

#sep_titre_offre{
    height: 2px;
    margin: auto;
    width: 50%;
    background-color: #88898B;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
}

#details_offre{
    padding: 5px;
}

#descriptif_societe_offre, #descriptif_annonce_offre, #profil_offre, #experience_offre {
    word-break: break-word;
    text-align: justify;
}

#details_offre h2{
    margin-top: 0.8em;
    margin-bottom: 0.3em;
    color: #353839;
}

#details_offre .libelle_contrat{
    font-weight: bold;
    color: #353839;
    margin-top: 10px;
    margin-bottom: 5px;
}

#form_repondre_annonce{
    position: fixed;
    bottom: 0;
    left: 0;    
    background-color: #f9f9f9;
    padding: 10px;
    width: calc(100% - 20px);
    text-align: center;
}

#btn_repondre_annonce{
    background-color: #e7238f;   
    width:100%;
}

@media screen and (min-width:768px){
    #details_offre{
        margin: auto;
        width: 90%;
    }
    
    #btn_repondre_annonce{       
        width:50%;
    }
}

@media screen and (min-width:960px){
    
    #form_repondre_annonce{
        text-align: right;
    }
    
    #btn_repondre_annonce{       
        width:40%;
    }
}

@media screen and (min-width:1200px){
    #details_offre{
        width: 80%;
    }
    
    #btn_repondre_annonce{       
        width:30%;
    }
}

@media screen and (min-width:1920px){   
    #btn_repondre_annonce{       
        width:25%;
    }
}
