/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* global */
.btn-solid:hover{
    transform: none !important;
    box-shadow: none !important;
}


#top-header .iconbox-icon-wrap{
    display: flex;
}

@media(max-width:1024px){
    header.header{
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10196078431372549) !important;
    }
}


.text-footer p{
    margin: 0;
}
@media(max-width:767px){
    .newsletter-footer button{
        padding: 0 20px !important;
    }
}


.counter-box:hover .elementor-counter-title{
    color: #fff !important;
}
.counter-box:hover .elementor-counter-number-wrapper{
    color: #fff !important;
}

/* joli faq style*/
.jfaq-wrap{
    font-family: "Public Sans" !important;
}
h3.jfaq--title{
    font-family: inherit !important;
    line-height: 24px !important;
    font-size: 16px !important;
}
.jfaq--answer{
    line-height: 24px !important;
}
.jfaq--item{
    border: 1px solid #a9d0e7;
    border-bottom: 1px solid #a9d0e7 !important;
    border-radius: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    border-bottom: 0;
}
.jfaq--item:hover{
    background-color: #f4f5ff;
}
.jfaq--question{
    padding: 24px !important;
    transition: none !important;
}
.jfaq--answer-content{
    padding-top: 0 !important;
    padding-bottom: 24px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}




/* nos services box */
.nos-solutions-box:hover .elementor-heading-title{
    color:#fff;
}
.nos-solutions-box:hover .ser-icon{
    /*filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(11deg) brightness(107%) contrast(101%);*/
    filter: brightness(0) invert(1);
}
.nos-solutions-box:hover .arrow{
    color: #fff;
    fill: #fff;
}



/* carousel page d'acceuil nos clients */
.carousel-client .swiper-wrapper{
    transition-timing-function: linear !important;
}


/* banner pages services */
.shape-hero-banner::after {
    content: "";
    opacity: .23;
    position: absolute;
    transform-origin: top left;
    background: linear-gradient(-45deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0) 30%, hsla(0, 0%, 100%, 0) 31%, hsla(0, 0%, 100%, 0));
    display: block;
    height: 715px;
    top: 50%;
    width: 1068px;
    left: 100%;
    transform: translate(800px, -180px) rotate(-225deg);
}
.shape-hero-banner:before {
    content: "";
    opacity: .23;
    position: absolute;
    transform-origin: top left;
    background: linear-gradient(115deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0) 30%, hsla(0, 0%, 100%, 0) 31%, hsla(0, 0%, 100%, 0));
    display: block;
    height: 715px;
    left: 50%;
    top: 50%;
    transform: translateY(-75px) rotate(-225deg);
    width: 770px;
}




/* fomrulaire de conatct page contact */
#form-contact{
    
}



/* page a propos */
.galerie-clients .gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}