.navbar {
    opacity: 1;
}

.img_acc {
    height: 100%;
    width: 100%;
}


.footer {
    width: 100%;
    text-align: right;
    background-image: url("../img/logobdp.png");
    background-size: 800px 115px;
    background-repeat: no-repeat;
    padding-right: 100px;
    padding-bottom: 20px;
}

.title {
    margin: 30px;
}

.banner {
    height: 300px;
    background-color: #DCDCDC;
    background-image: url(../img/sunset-1645105_1920.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.imgArticle {
    height: 100%;
    width: 100%;
}

.imgCollabo {
    margin: 5px;
    width: 240px;
    height: 250px;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    background-color: #8888;
    padding: 5px;
}



.form-mail {
padding: 10px;

}

.espacement {
}
input{
    width: 100%;
    background-color: #8888
}



.form-login {
    width: 300px;
    padding: 10px;
}
.listeImageEmploye{
    display: inline-block;
}
.form-addemp {
    margin: 5px;
}
button{
    margin: 2px;
}
.text-acc{
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 3%;
    text-align: center;
    font-size: 1.4em;
}
.accompagnement{
    background-color: #EFEFEF;
    
}
.titre-acc{
    text-align: center;
}
.text-service{
    font-size: 1.3em;
}
.img-ecoute{
    background-image: url("../img/ecoute.png");
    height: 72px;
    width: 72px;
}
.img-priere{
    background-image: url("../img/priere.png");
    height: 72px;
    width: 72px;
    
}
.img-parole{
    background-image: url("../img/parole.png");
    height: 72px;
    width: 72px;
}
.img-everlife{
    background-image: url("../img/everlife.png");
    height: 72px;
    width: 72px;
}
.img-conseil{
    height: 150px;
    width: 200px;
    margin: 10px;
    float: bottom;
    display: inline-block;
}
.hr-blanc{
height: 1px;
color: white;
background-color: black;
border: none;
opacity: 0.5;
margin-top: 50px;
}