/* STYLE POUR LE FRONTEND DU SITE */

/*** AJOUT FUTÉ ***/
@media screen and (max-width: 1200px) and (min-width:992px){
    .swiper-slider-4 * + .button-wrap {
        margin-top: 200px;
    }
}
@media screen and (max-width:767px){
    .swiper-slider-4 .swiper-slide-1 .swiper-title-2 {
        margin-bottom: 24px;
    }
}

.indexIcon {
    height:8rem;

}




.indexPrices img {

    transition: transform 0.3s ease !important; /* smooth transition */
}

.indexPrices {
    overflow: visible;
}



.indexPrices img:hover {
    transform-origin: center center !important;
    transform: scale(0.95) !important;
    cursor: pointer;
}

.containerIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

}

/*** PAGE À PROPOS ***/
#aboutabc .section-xl{
    padding:50px 0px;
}
#aboutabc p{
    text-align:justify;
    font-size: 18px;
    /*line-height: 28px;*/
    margin-bottom:20px;
}
#aboutabc .rowFute{
    display:flex;
    flex-wrap:wrap;
}
#aboutabc .col50fute{
    width:50%;
    padding:15px;
}
#aboutabc .col33fute{
    width:33%;
    padding:50px;
}
#aboutabc #strate2,
#aboutabc #strate5,
#aboutabc #strate7{
    background-image:url(/images/une-histoire-de-confiance.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
}
#aboutabc #strate5{
    background-image:url(/images/ecoute.jpg);
}
#aboutabc #strate7{
    background-image:url(/images/clients-satisfaits-pret-abc.jpg);
}
#aboutabc #strate2 .container,
#aboutabc #strate5 .container{
    max-width:900px;
}
#aboutabc #strate2 h2,
#aboutabc #strate2 p,
#aboutabc #strate5 h2,
#aboutabc #strate5 p,
#aboutabc #strate7 b,
#aboutabc #strate7 p,
#aboutabc #strate7 h2{
    color:#fff;
    display:block;
    text-align:justify;
    text-align-last: center;
}
#aboutabc #strate7 img{
    margin-bottom:15px;
}

/*Footer update info*/
.bckblack{background-color:#1a1a1a;}
.bckblack .container .row p, .bckblack .container .row a{font-size:10px !important; color:#fff; padding-top:10px;}

.wp-gr .wp-google-url{ content: "\f078" !important; color:red !important;}