/*
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
*/


a{
    outline: none !important;
}
/**************** HEADER ******************/
header .elementor-sticky--effects {
    background: #fff!important;
    box-shadow: 0 0 28px #c99b5a6e;
}
header .elementor-sticky--effects img{
    scale: 1 !important;
}
a.logo-link img {
    max-width: 100%;
    width: 66%;
    text-align: left;
    margin: 0;
}
/**
.home-hero::before{
    background-image: linear-gradient(
    to bottom,
    rgba(14, 23, 38, 0.8),
    rgba(14, 23, 38, 0.6),
    rgba(14, 23, 38, 0.9)
    ) !important;
} **/
.btn-icon svg{
    fill: transparent !important;
}
.btn-hero svg{
    fill: currentColor !important;
}
.iconbox-icon-container>svg{
    fill: none !important;
    color: currentColor;
}
.btn-solid:hover{
    transform: none !important;
}

/**/
.icon-bounce {
  animation: upDown 1.5s ease-in-out infinite;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* move up */
  }
  100% {
    transform: translateY(0); /* back down */
  }
}


/**/
.gold-line{
    background: linear-gradient(90deg, #0000, #c99b5a, #0000);
    height: 1px;
    width: 96px;
    margin: 24px 0;
}
.gold-line2{
    background: linear-gradient(90deg, #0000002e, #00000082, #00000000);
    height: 1px;
    width: 96px;
    margin: 24px 0;
}
.gold-line-full-width{
    background: linear-gradient(90deg, #0000, #c99b5a, #0000);
    height: 1px;
    width: 100%;
    margin: 20px 0;
}
.grey-line-full-width{
    background:  #ffffff1a;
    height: 1px;
    width: 100%;
    margin: 0;
}
/**/
/* .gradient-color-icon .iconbox-icon-container{
    height: 56px;
    width: 56px;
    background-color: #071123 !important;
    color: #c99b5a !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .5s;
} */
/* .gradient-color-icon:hover .iconbox-icon-container{
    background-color: #c99b5a !important;
    color: #071123 !important;
    transition-duration: .5s;
} */
.gradient-color-icon-ai2:hover .iconbox-icon-container{
    background-color: #c99b5a !important;
    color: #c99b5a !important;
    transition-duration: .5s;
    scale: 1.1;
}
.gradient-color-icon-ai2:hover .iconbox-icon-container svg{
    fill: #c99b5a !important;
}
.gradient-color-icon-ai2 .iconbox-icon-container {
    height: 65px;
    width: 65px;
    border-radius: 0;
    background-color: #f8f5ed !important;
    color: #c99b5a !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .5s;
    background: linear-gradient(90deg, rgba(244, 220, 211, 1) 0%, rgba(255, 249, 249, 1) 100%);
}
.gradient-color-icon-ai2 .elementor-widget-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #bf7919;
    transform: scaleX(0);
    transition: transform .5s;
}
.gradient-color-icon-ai2:hover .elementor-widget-container::before {
    transform: scaleX(1);
}
.gradient-color-icon-ai2 .elementor-widget-container{
    overflow: hidden;
}
.icon-fill svg {
    fill: #C99B5A !important;
}

/**/
.dark-box-gradient .iconbox-icon-container{
    height: 48px;
    width: 48px;
    background-color: transparent !important;
    color: #c99b5a !important;
    border: 1px solid #c99b5a66;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .5s;
}
.dark-box-gradient:hover .iconbox-icon-container{
    background-color: #c99b5a !important;
    color: #071123 !important;
    transition-duration: .5s;
}

/**/
.dark-box-gradient .iconbox-label{
    font-size: 48px;
    line-height: 48px;
    padding: 0;
    font-weight: 700;
    color: #c99b5a1a;
    /* color: #ffffff0d; */
    font-family: Montserrat;
    background-color: transparent;
}



/**/
.step-number .ld-fh-element {
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #c68b39;
    transition-duration: .5s;
}

.process-timeline::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #00000014;
    z-index: 0;
}

.box-section6:hover .step-number .ld-fh-element {
    background-color: #c68b39;
    transition-duration: .5s;
    color: #fff;
}

/********* FORM DEVIS ********/
.gform-page-footer input[type="button"]{
    background: #E3BD8A !important;
    outline: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #000 !important;
    min-width: 200px !important;
    font-size: 15px !important;
    margin-top: 20px !important;
}
.gform-page-footer input[type="submit"], .gform_footer input[type="submit"]{
    background: #0d1d3a !important;
    outline: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    min-width: 200px !important;
    font-size: 15px !important;
    margin-top: 20px !important;
}
.gform-theme--framework .gfield--type-choice .gfield_radio {
    flex-direction: row !important;
}
.gsection_title{
    font-family: 'Playfair Display';
    font-size: 26px;
}

body.wp-singular.page-template-default {
    position: relative;
    overflow: hidden;
}

.box-icon4 .iconbox-icon-container>svg {
    fill: currentColor !important;
    color: currentColor;
}
.section-per .lqd-iconbox-heading {
    min-height: 47px;
}
.gform_confirmation_message_1{
    font-family: 'Playfair Display';
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}
.ginput_container_image_choice .gchoice{
    max-width: 191px;
    min-width: 191px;
}
/***
 .lqd-mobile-sec .navbar-header {
    background-color: transparent;
    position: fixed;
}***/

.nav-trigger .bar {
    background-color: #fff;
}
.image-cadre {
    max-width: max-content !important;
}
.image-cadre:before {
    content: "";
    border: 2px solid #c99b5a4d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -18px;
    left: -17px;
    right: 16px;
    bottom: 0px;
}
.image-cadre2:before {
    content: "";
    border: 2px solid #c99b5a4d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -18px;
    left: 18px;
    right: 18px;
    bottom: 0px;
}
.section-profil p {
    min-height: 136px;
}
.top-bar {
    position: relative !important;
}
.lqd-mobile-sec .navbar-header.is-sticky,
.lqd-mobile-sec .navbar-header.scrolled {
    background-color: #fff !important;
}
.lqd-mobile-sec .navbar-header.is-sticky, .lqd-mobile-sec .navbar-header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    background-color: #fff!important;
    box-shadow: 0 0 28px #c99b5a6e;
}
.lqd-mobile-sec .navbar-header {
  
    padding-inline-end: 20px;
    padding-bottom: 10px;
}

a.logo-link {
  display: inline-block; 
  transition: 0.3s ease;
}
a.logo-link img {
    max-width: 100%;
    width: 66%;
    text-align: left;
    margin: 0;
    margin-left: -43px; 
}
 a.logo-link:hover {
    transform: scale(.9);
}
.lqd-mobile-sec .navbar-brand {
    padding: 0 !important;
    max-width: 74%!important;
    width: 27% !important;
}
/**************marquee-section****************/
.marquee-section {
    padding: 28px 0;
    background: #1A1A1A;
    overflow: hidden;
    border-top: 1px solid rgba(198,169,98,.1);
    border-bottom: 1px solid rgba(198,169,98,.1);
}.marquee-track {
    display: flex;
    animation: marquee 20s linear infinite;
       width: max-content;

}.marquee-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 40px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    color: rgba(255,255,255,.25);
    font-weight: 400;
    font-style: italic;
        white-space: nowrap;
}.marquee-item .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #C6A962;
    opacity: .4;
    flex-shrink: 0;
}@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/*******form contact******/
.gchoice.gchoice_1_37_2 .gfield-choice-image-wrapper {
    background-image: url(/wp-content/uploads/2026/03/emprunteur.webp);
    background-size: cover;
    display: block;
    background-position: center;
}
.gchoice.gchoice_1_37_1 .gfield-choice-image-wrapper {
    background-image: url(/wp-content/uploads/2026/03/prevoyance.webp);
    background-size: cover;
    display: block;
    background-position: center;
}.gchoice.gchoice_1_37_3 .gfield-choice-image-wrapper {
    background-image: url(/wp-content/uploads/2026/03/complementaire-sante.webp);
    background-size: cover;
    display: block;
    background-position: center;
}
.form-devis .gfield--type-radio .gchoice{
    padding: 10px !important;
    background: #C99B5A24 !important;
    border-radius: 2px !important;
    cursor: pointer;
}
.form-devis .gfield--type-radio .gfield-choice-input{
    border-color: #C99B5A !important;
    outline: none !important;
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
    background-color: #C99B5A !important;
}
.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after{
    background-color: #C99B5A !important;
}
.gfield-image-choice-wrapper-outer, .gchoice{
    outline: none !important;
}
.gfield-image-choice-wrapper-outer input{
    outline: none !important;
    border-color: #C99B5A !important;
}
.ginput_container_image_choice .gchoice{
    border: 0 !important;
}
.form-devis .gform-theme--framework .gf_step_completed .gf_step_number::after{
    background-color: #C99B5A !important;
    border: 0 !important;
}
  /*****block-call******/
.block-call {
    position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  pointer-events: auto;
}.icon-call:hover {
     display: flex;
  align-items: center;
  background: #d5a25b;
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  
}.Btn .svgWrapper {
    width: 79%;
    transition-duration: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-timing-function: ease;
}
.icon-call:hover .text-call {
    transform: translateX(0);
      width: 112px;
    opacity: 1;
    margin-left: 10px;
}.icon-call .svgWrapper img {
    width: 17px;
    height: 17px;
}
 
.icon-call .text-call {
     width: 0;
     opacity: 0;
     overflow: hidden;
     white-space: nowrap;
     transition: all 0.3s ease;
     transform: translateX(20px);
     color: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

   
    
    
}.block-call .text-call a {
    color: #000;
}     
.icon-call {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 47px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    position: fixed;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0,0,0,.199);
     background: #d5a25b;
    margin: 2px 0;
    right: 0;
    padding: 13px 13px;
    transition: all .3s;
    width: max-content;
}
[data-mobile-nav-style=modern] .lqd-mobile-sec .navbar-collapse {

    top: 0 !important;


}[data-mobile-nav-style=modern] .lqd-mobile-sec .navbar-collapse .nav-trigger {

    top: 15px !important;
    right: 14px !important;

}[data-mobile-nav-style=modern] .lqd-mobile-sec .navbar-collapse .nav-trigger .bars {
 
    width: 31px !important;
    height: 31px !important;
 
}.lqd-mobile-sec ul.main-nav.lqd-mobile-main-nav>li>a {
 
    padding: 9px 25px !important;
}.nav-trigger.style-mobile .bar:nth-child(2) {
    width: 13px !important;

}

li#menu-item-2147 a {
    display: none !important;
}
li#menu-item-2818 a {
    display: none !important;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2147 a {
    background: #d5a25b;
    text-align: left;
    width: max-content;
    padding: 10px 57px 10px 21px!important;
    left: 24px;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2147 a:after {
    position: absolute;
    content: "";
    right: 28px;
    top: 13px;
    background: url(/wp-content/uploads/2026/03/fleche-droite.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    transform: rotate(
321deg);
    transition: all .6s;
}li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2147 a:hover {
    scale: 0.9;
}.mobile-nav-activated [data-mobile-nav-style=modern] .lqd-mobile-sec .navbar-collapse {
  
    display: block !important;
}.section-video .fullscreen-controls-always-on.delhi-player .fullscreen-action-menu {
   
    display: none !important;
}.section-video .ytwPlayerFullscreenControlsHost {
    display: none !important;
}.section-video .html5-video-player a {
  
    display: none !important;
}.section-video .ytp-embed .ytp-chrome-controls {
  
    display: none !important;
}.ytp-pause-overlay-container {
    display: none !important;
}.delhi-player .fullscreen-action-menu {
    display: none !important;
}.player-fullscreen-controls.ytwPlayerFullscreenControlsHost {
    display: none !important;
}
/****** video ******/
/* .section-video{
    max-height: 400px;
} */


.section-video {
    overflow: hidden !important;  /* cache les parties débordantes */
    position: relative !important;
}
/**************responsive****/
.play-video svg{
    fill: #fff !important;
}
.cta-section .tlf:hover svg{
    stroke: #C99B5A !important;
}
@media screen and (min-width: 1000px) {
    .ginput_container_image_choice .gfield_radio{
        flex-wrap: nowrap !important;
    }
}
@media (max-width: 1440px) {
.elementor-26 .elementor-element.elementor-element-485957f {
    padding-left: 2% !important;
    padding-right: 2% !important;
}
}
@media (max-width: 1280px) {

.section-engagements h3.lqd-iconbox-heading {
    min-height: 56px;
}
.section-profil p {
    min-height: 213px;
}
.boxes-images .ld-fh-element {
    min-height: 76px;
}
}
@media (max-width: 1050px) {

.main-nav > li > a {
    padding-left: 8px !important;
}}
@media (max-width: 1024px) {
.section-engagements h3.lqd-iconbox-heading {
    min-height: 0;
}
.section-profil p {
    min-height: 0;
}


.process-timeline2::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #00000014;
    z-index: 0;
}
.process-timeline2{
    position:relative;
}
.lqd-mobile-sec-inner.navbar-header span.navbar-brand-inner {
    width: 100%;
} 
.boxes-images h2 {
    min-height: 37px;
} 
    
    
}
@media (max-width: 840px) {
        li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2147 a:after {
    position: absolute;
    content: "";
    right: 28px;
    top: 13px;
    background: url("/wp-content/uploads/2026/03/fleche-gauche.webp") no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    transform: rotate(140deg);
}
    li.menu-item-2818 {
        background-image: url("/wp-content/uploads/2026/03/logoaxa.png") !important;
    width: 50px !important;
    height: 50px !important;
    object-fit: cover !important;
    background-size: cover !important;
    margin-left: 23px !important;
    margin-top: 15px !important;
    background-repeat: no-repeat !important;
}
li.menu-item-2818 a {
    color: transparent !important;
}
li.menu-item-2147 a{
    color: #000 !important;
}
    [data-mobile-nav-style=modern] .lqd-mobile-sec:before {
    background-color: #0c234b !important;
}
    
}
@media (max-width: 768px) {


    .gform-theme--framework .gfield--type-choice .gfield_radio {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }
.section-remboursements {
    column-gap: 30px !important;
    gap: 30px 30px;
}
.lqd-mobile-sec .navbar-brand {
 
    width: 40% !important;
}.image-cadre:before {
    height: 96%;
    top: -8px;
}}
@media (max-width: 640px) {
.lqd-mobile-sec .navbar-brand {
    width: 45% !important;
}.lqd-mobile-sec .navbar-header {
   
    padding-top: 9px;
}.icon-call {
    height: 40px;
    padding: 13px 10px;
}
}
@media (max-width: 480px) {
.lqd-mobile-sec .navbar-brand {
    width: 62% !important;
}.home-hero {
    background-position: 60% !important;
}.image-cadre img {
    height: 60vh !important;
    width: 100%;
    display: table;
    margin: auto;
}.image-cadre {
    text-align: center !important;
    margin: auto;
}
}