#partenaires .swiper-slide{
    text-align: center;
}
img.swiper-clients-img {
    max-width: 80%;
}
#pills-tab{
    margin: 0 auto
    
}

.pills {
    padding-left: 150px !important;
    padding-right: 150px !important;
    background-color: #fff;
    margin: 10px;
    border: 1px solid #002157;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 34px;
    border-radius: 0px;
    color: #002157;
    text-transform: uppercase;
}
.pills-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-color: #fff;
    margin: 10px;
    border: 1px solid #002157;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 34px;
    border-radius: 0px;
    color: #002157;
    text-transform: uppercase;
}
#pills-tab .active, .pills:hover, .pills-50:hover{
   background: #002157;
    color: white; 
}
.tab-content{
    width: 100% !important;
}
.certif{
    display: inline-block;
    height: 550px;
    width: 550px;    
    border-radius: 3px;
    font-size: 13px;
    height: fit-content;
    box-shadow: 2px 2px 8px 1px #00000017, -30px -25px #e6e6e67a;
}
.certif-img{
    width: 100%;
}
.pdf img{
    height: 20px;
    vertical-align: sub;
}
.pdf{
    color: #0000ff;
    font-weight: 600;
}
.certif .arrow {
    width: 15px;
}
.about-left span p{
    font-size: 18px;
    color: #002157;
    font-weight: 200;
    line-height: 1.5;
    text-indent: 25px;
}

#chiffres_cles img{
    /* height: 87px; */
}
#engagement .signature {
    position: relative;
    left: 70%;
    width: max-content;
}
#engagement .signature strong{
    font-weight: 800;
}
.pills:hover, .pills-30:hover {
    color: #bd1e2e;
}
/*----Nos Valeurs----*/
#nos-valeurs div, .evenly{
    justify-content: space-evenly;
}
.valeur,.domaine{
    background-color: #f8f8f8;
    text-align: center;
    box-shadow: 6px 5px 12px 2px #00000024;
}
.domaine:hover {
    transform: scale(1.05);
    transition: all 200ms ease-in;
    cursor: pointer;
}
.valeur img, .domaine img{
    width: 80%;
}
.valeur h3, .domaine h5, .modal h5, .modal h4{
    color: #bd1e2e;
    font-weight: 600;
}
.modal h6{
    color: #001c38;
    font-weight: 600;
}

.valeur p, .domaine p{
    text-align: justify;
    color:#020934;
    font-weight: 200;
}
/*------Domaines------*/
.modal-content{
    z-index:1;
    background-color: #f8f8f8;
    box-shadow: 6px 5px 12px 2px #00000024;
}
.modal-header{
    border-bottom: none !important;
    position: absolute;
    right: 0;
}
.close{
    z-index:2;
}
/*---------RÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©alisations---------*/
.option-set{
    text-align: center;
}
  .item img{
    width: 60%;
    height: auto;
  }
  .item{
      text-align: center;
      height: fit-content;
  }

.filter-option input{
    display: none;
}
.filter-option .label {
    background-color: #efefef;
    color: #001c38;
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
}
.filter-option .close {
    position: absolute;
    right: 15px;
    top: 0px;
    display: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
.filter-option{
    display: inline;
    position:relative;
}

input:checked ~ .close{
    display: block;
}
input:checked + .label {
    background-color: #bd1e2e;
    color: white;
    padding: 5px 35px 5px 15px;
    border-radius: 20px;
}
.realisation-page .modal .client {
    width: 150px;
    /* display: block; */
    margin: auto;
}
.realisation-page .modal-header{
    position: relative;
}
.realisation-page .modal strong {
    color: #002157;
}
.container_filter img{
    cursor: pointer;
}
.projet .col-md-4 {
    border-right: 1px solid #e8e8e8;
}
/*---------Historique---------*/
.schema{
    background-image: url('../img/HistoriqueBG.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 100px;
    padding-right: 114px;
    padding-top: 90px;
}
.schema .col-md-2 {
    min-height: 170px;
    text-align: center;
    padding: 0;
}
.schema .col-md-2 h4 {
    margin-bottom: 15px;
    color: #bd1e2e;
    font-weight: 200;
    font-size: 30px;
}

.schema i {
    color: #bd1e2e;
    position: absolute;
    left: 56px;
    top: -15px;
    font-style: normal;
}