.carousel-item::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color:#4447478e;
}

h1{
    border-bottom: 5px solid #3aacac;
    position:relative;
    margin-bottom: 15px;
    display:inline-block;
}
h1:after{
    padding: 0;
    margin: 0;
    display: block;
    content:"";
    width:75%;
    height:5px;
    background-color: white;
    position:absolute;
    right:0px;
    bottom:-5px;
}

.service_membres h1:after{
    padding: 0;
    margin: 0;
    display: block;
    content:"";
    width:75%;
    height:5px;
    background-color: #f8f9fa;
    position:absolute;
    right:0px;
    bottom:-5px;
}

/* ACTUALITé-EDITORIAL */

.nouvelle_target {    
    height:270px;
    overflow: auto;
}

.editorial_contenu {
    height:320px;
    overflow: auto;
}

a {
    text-decoration: none;
    color: black;
}

a p {
    margin-bottom: 1px;
    font-size: small;
}

/* SERVICE AUX MEMBRES */
.service_membres {
    width:100%;
}

.autres_services h3 {
    width:100%;
}

.cherche_candidat {
    height:300px;
}

.cherche_candidat h3 {
    width:100%;
}

.list_resultats {
  -moz-box-shadow:    inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow:         inset 0 0 10px #000000;
}

/* INFO MEMBRES */
.table {
    margin:0px;
}

.table thead tr{
    height: 30px;
}
.table thead tr th{
    padding: 5px;
    border: 0px;
    height:30px;
}

.table tbody tr td{
    padding: 0px;

}

/* FOOTER */

.footer {
    height:100px;     
}
.footer a p{
   color:white;
}