/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 avr. 2022, 08:01:45
    Author     : jf
*/
.fixednav {
    background-color: rgb(0,0,0);
    background-color: rgb(0,0,0,0.3);
}
.accueil {
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 4px;
}

.contentBenevoles, .contentBenevoles2cases, .imgBenevoles2cases {
    float:left;
    position:relative;
    width:14.28%;
    height:auto;
    padding:0;
    margin:0;
}
.contentBenevoles {
    overflow:hidden;
}
.imgBenevoles {
    float:left;
    position:relative;
    overflow: hidden;
    width:100%;
    height:100%;
    
}
.portraittop {
    width:100%;
    height:60px;
}
.portraitHeight {
    height:900px;
    overflow: hidden;
}
.contentBenevoles2cases {
    width:28.56%;
    height:auto;
    float:left;
    position:relative;
}
.headerMargin {
    padding-top:60px;
}
.contentBenevolesText{
    width:90%;
    padding:5%;
    font-family: normalFont;
    font-size:18px;
}
.contentBenevolesButton {
    width:100%;
    height:40px;
    float:left;
    position:relative;
}
.backwhite {
    background-color:white;
}
.buttonBenevoles {
    bottom:20px;
    margin-right:20px;
    width:100%;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    text-align: center;
    background-color: black;
    color:white;
    height:30px;
    padding-top: 10px;
    margin-top:50px;
    cursor: pointer;
}
.divForButtJoinUs {
    position:relative;
    float:left;
    padding-top:10px;
    height:24px;
    width:90%;
    margin-right:5%;
    margin-left:5%;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    text-align: center;
    background-color: rgb(213,122,105);
    background-color: rgba(213,122,105,1.0);
    cursor: pointer;
}
a.colorwhite  {
    color:white;
}
.marginleft5 {
    margin-left:5%;
}