/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


body {
font-family: "tt-commons-pro", sans-serif;
font-weight: 300;
font-style: normal;
color:#000;
letter-spacing: 0rem;
font-size: 22px;

}

h1 {
    font-size: 65px;
    font-weight: 400;
    line-height:1.08;
}

h2 {
    font-size: 45px;
    font-weight: 400;
    line-height:1.08;
}

h3 {
    font-size: 45px;
    font-weight: 400;
    line-height:1.08;
}

strong {
   font-weight: 500; 
}




.x-bold strong {
    font-weight: 700;
}



header #brxe-jpanwr, header #brxe-cfhajl {
    padding: 0 30px;
}

#menu-top-menu li a, .top-header h3 {
    font-weight: 500;
    font-size: 15px;
}

#menu-top-menu li a:hover, .div-top-header-right a:hover{
    color: #FFD7B8;
}

.div-top-header-right a:hover svg path, .div-top-header-right a:hover svg rect  {
    fill: #FFD7B8;
}

#menu-menu-principal li > a, #menu-menu-principal li .brx-submenu-toggle > a {
    font-weight: 500;
    font-size: 17px;
}

nav .sub-menu {
    display:none;
}

.home-hero {
    background-color: #f2f2f2;
}

#brxe-jjqsgr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5; /* ton gris */
  mix-blend-mode: multiply; /* mode produit */
  pointer-events: none;
}


.font-regular {
 font-family: "tt-commons-pro", sans-serif;
 font-weight: 300;
 font-style: normal;

}

#menu-menu-principal li:first-child {
  margin-left:0;
}

.btn-md {
 background: #DBE1E1;
 color: #000;
 padding : 14px 25px;
 font-family: "tt-commons-pro", sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 20px;
  top: 0;
  transition: top ease 0.5s;
  position:relative;
  line-height: 1;
  border-radius: 40px;
}

.btn {
    background:#DBE1E1;
    color:#000;
    font-size:15px;
    font-weight: 400;
    width: 240px;
    height:30px;
    
        
}


.paddingl40 {
    padding-left:40px;
}

.paddingr40 {
    padding-right:40px;
}


.btn:hover {
    background:#FFD7B8;
        
}

.btn-md:hover {
    background:#FFD7B8;
     top: -7px;
}


.btn-xl {
 background: #fff;
 color: #000;
 padding : 35px 70px;
 font-family: "tt-commons-pro", sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 45px;
  top: 0;
  transition: top ease 0.5s;
  position:relative;
  line-height: 1;

}

.btn-xl:hover {
    background:#FFD7B8;
     top: -7px;
}

#brxe-oyzffc {
    height: 100%;
}

.div-top-header-right svg {
    margin-right: 7px;
}

.div-top-header-right .top-linkedin {
    margin-right: 20px;
}

.div-top-header-right a {
   padding-top:5px;
}

.div-top-header-right .cart a {
   padding-top:0px;
}

.div-top-header-right > a:nth-child(4) {
    padding-top:0px;
}

.top-header .cart {
    background: #FF4F00;
    padding: 0 10px;
    margin-left: 10px;
    height: 100%;
    display:flex;
    align-items: center;
}

.top-header .cart .chiffre-panier {
    color:#fff;
    font-size:12px; 
    font-weight: 400;
    display:block;
    margin-left: 5px;
    
}

.top-header .cart img {
    max-width: 18px;
    margin-right: 10px;
}

.container-accueil-full-right {
   padding-left: calc((100% - 1480px) / 2);
}

.container-accueil-full-right-testimonial {
   padding-left: calc((100% - 1480px) / 2);
}

.container-accueil-full-right > div:first-child {
    width:25%;
}


.container-accueil-full-right > div:first-child .brxe-text{
   letter-spacing: -0.2px;
}
.container-accueil-full-right > div:nth-child(2) {
    width:75%;
}

.container-accueil-full-right .splide__arrows {
    bottom: -48px;
    position: relative;
}

.container-accueil-full-right .splide__arrow--next {
    right: 140px;
}

.container-accueil-full-right .splide__arrow--prev {
    left: 20px;
}

.container-accueil-full-right .title {
     font-weight: 400;
     font-size:20px;
      text-align:center;
      padding-top:40px;
}

.container-accueil-full-right .text-case-defilante {
    line-height:23px;
    padding-left: 40px;
    padding-right: 30px;
}


.container-accueil-full-right a.brxe-block {
    top: 0;
  transition: top ease 0.5s;
  position:relative;
}

.container-accueil-full-right a.brxe-block:hover {
    background:#DBE1E1!important;
     top: -7px;
}

.container-accueil-full-right .brxe-slider-nested .splide__slide {
    align-items: end;
    height: auto!important;
}

.slider-3-affichages .splide__track {
   
    overflow: clip;
    overflow-y: visible
   
}

.white {
    background-color: #fff;
}


/* home */

.home-highlight {
    font-size: 60px;
    line-height: 1.25;
}

.home-highlight p {
    margin-bottom: 20px;
}

.home-highlight span.highlight {
    background:#FFD7B8;
    border-radius: 40px;
    padding: 0px 40px;
}

.section-home-background {
    overflow: hidden;
}


.flocon {
    position: absolute;
    top: 0;
    left: -112px;
}


.etoile {
    position: absolute;
    top: 110px;
    right: 0;
    
}

.bg-triangle {
    position: absolute;
    left: 0;
}

.promo-daikin-slide1 {
    position: relative;
    top: 15px;
}

.block-slider-promo {
    position: relative;
    top: 150px;
    padding-left: 250px;
}



/* Caroussel promo */

.txt-promo-slider {
    
 color: #fff;
 font-style: normal;
 font-weight: 500;
 font-size: 26px;
}

.promo-title1 {
  
   font-size: 26px;
   font-weight: 700;
font-style: normal;
letter-spacing : 4.42px;
margin-bottom:0;
text-transform: uppercase;


}

.promo-title2 {
   
   font-size: 32px;
   font-weight: 600;
margin-bottom:0;
letter-spacing: 1.28px;


}

.promo-montant {
    font-size: 135px;
   font-weight: 400;
   letter-spacing: 5.4px;
       line-height: 1;
       margin-bottom: 10px;
  
}

.block-slider-promo .promo-txt{
    line-height:35px;
}

.splide__arrow--next svg {
    transform: rotateY(180deg);
}

.splide__arrows.custom .splide__arrow:hover {
background: #FFD7B8!important;


}

.splide__arrows.custom .splide__arrow:hover svg path {

stroke: #FFD7B8!important;

}

.background-gris-slider {
    background-color: #C3C9C9;
    height: 150px;
    position: absolute;
    z-index: 8;
    bottom: -74px;
}

/* Fin Caroussel promo */

/* Testimonials */

.brxe-testimonials {
    padding-left:25px;
}

.brxe-testimonials .swiper-slide {
    max-width: 835px;
    border: 1px solid #000;
    padding:55px 50px 25px;
    border-radius: 38px 28px 28px 28px;
    font-size: 25px;
    line-height:1.3;
    letter-spacing: -0.9px;
}


 .bricks-swiper-wrapper, 
.bricks-swiper-container {
  height: auto !important;
}
   

.brxe-testimonials .swiper-slide hr {
   border: none;
    border-top: 1px solid #000;
    margin-bottom:0;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 500;
    text-transform:uppercase;
    
}

.swiper-wrapper {
    height: auto!important;
}


.center-bg-gris {
    background: #C3C9C9;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    letter-spacing: 2.52px;
    padding: 35px;
    font-weight: 500;
    border-radius: 0 0 40px 40px;
    line-height: 25px;
    font-style: normal;
    text-align: center;
}


/* Fin Testimonials*/


/*Footer*/

footer {
    font-size: 15px;
}

footer .social {
    text-align: right;
    display: flex;
    justify-content: right;
    gap: 7px;

}

footer .social .linkedin svg {
   
    width: 22px;
    height: 22px;

    
}

footer .social .linkedin svg path, footer .social .linkedin svg rect {
    fill: #000000;
    width: 22px;
    height: 22px;

    
}



footer ul {
    list-style: none;
    padding-left:0;
    margin-top: 0;
}


footer .partners {
    
    
    display: flex;
    padding-left: 0;
    margin-top: 25px;
    align-items: center;
    min-height: 120px;
}

footer .partners li {
    
    margin-right: 45px;
}

footer li.x-bold  {
    
    font-size: 17px;
}

footer .copy {
    font-size: 12px;
    margin-bottom: 25px;

}

footer .social a:nth-child(2) img {
    margin-right: 0;
}

.footer-wrap-adress, .footer-wrap-financement {
    text-align:right;
}

footer a:hover {
    color:#707070;
    
}

footer a:hover svg path, footer a:hover svg rect, footer .linkedin:hover svg path, footer .linkedin:hover svg rect {
    fill: #707070;
}


/****Sticky footer à effacer ******/

.page-id-707 main {
  /* make sure to cover the screen */
  min-height: 180vh;

  /* need a solid bg to hide the footer */
  background: white;

  /* put on top */
  position: relative;
  z-index: 1;
}

.page-id-707 .footer-fix {
  /* place on the bottom */
  position: sticky;
  bottom: 0;
  left: 0;
}

.page-id-707 #brxe-ayvgny {
    z-index:100;
    margin-bottom:0;
}

.page-id-707 .brxe-mewluc, .page-id-707 #brxe-bedrsl {
    z-index:100;
}

.page-id-707 .brxe-mewluc {
    background:#fff;
}



/**** Responsive ****/

@media screen and (max-width: 1570px) {
#menu-menu-principal li > a, #menu-menu-principal li .brx-submenu-toggle > a {
   
    font-size: 14px;
}

.brx-megamenu .brxe-block, .home-hero, #brxe-mivtub, #brxe-bzbagk,#brxe-vwabos, 
#brxe-gtnlcq, .container-accueil-full-right
{
    padding-left: 30px;
    margin-left: 0;
}

#brxe-bzbagk {
    padding-right: 30px;
}

#brxe-zrsfdw {
    padding: 0 30px;
}

#brxe-qobknu {
    padding: 0 30px;
}

.home-hero {
    background-position: right;

}

#brxe-ewowij {
     padding-bottom: 50px!important; 
}

#brxe-wzexjh {
    padding-top: 30px!important; 
}

}

@media screen and (max-width: 1430px) {
    
    .promo-montant {
    font-size: 80px;
  
}

.home-highlight {
    font-size: 40px;
   
}

.block-slider-promo {
    
    padding-left: 150px;
}
    
}

@media screen and (min-width: 1921px) {
    #brxe-qobknu {
        background-size:cover!important;
    }
}

@media screen and (max-width: 1260px) {
    
    .bricks-nav-menu li {
        margin-left: 12px;
    }
    
    h1{
       font-size: 45px; 
        
    }
    
    #brxe-zbvuss {
    padding-bottom: 30px!important;
}
#menu-menu-principal li > a, #menu-menu-principal li .brx-submenu-toggle > a {
   
    font-size: 13px;
}
body, .brxe-testimonials .swiper-slide {
    font-size : 18px!important;
}

h4 {
    font-size: 50px;
    line-height: 55px;
}

.btn-xl {
    font-size: 30px;
    padding: 25px 60px;
}

footer li.x-bold {
    font-size: 15px;
}
footer {
    font-size: 13px;
}

.block-slider-promo {
        padding-left: 100px;
    }

}

@media screen and (max-width: 1100px) { 
    	.paddingr40 {
    padding-right: 10px;
}
.paddingl40 {
    padding-left: 10px;
}

.promo-title1 {
     font-size: 23px;
}

.promo-title2 {
    font-size: 29px;
}

.txt-promo-slider {
    
    font-size: 22px;
}

.block-slider-promo {
        padding-left: 60px;
    }

    #brxe-ewowij {
        padding-bottom: 20px !important;
    }
.promo-montant {
        font-size: 50px;
    }

footer .footer-logos img {
    max-width: 150px;
}

}

@media screen and (max-width: 1050px) {
    
    h3 {
        font-size: 30px;
    }

   .brxe-nav-menu .bricks-mobile-menu-toggle, .top-header .brxe-nav-menu .bricks-nav-menu-wrapper.mobile_landscape{
		display: block!important;
	}

	.brxe-nav-menu .bricks-nav-menu-wrapper.mobile_landscape, .top-header .brxe-nav-menu .bricks-mobile-menu-toggle {
		display: none !important;
	}
	
	nav .sub-menu {
    display:block;
}
	nav .brx-megamenu {
	    display:none;
	}
	
.promo-daikin-slide1 {
        max-width: 450px;
}

[data-id="brxe-rzqify"].splide__slide {
  
    align-items: center!important;
}

.block-slider-promo {
    
    top: 0;
  
}
.background-gris-slider {
    height: 75px!important;
    bottom: 0px;
}
#brxe-cwkzdt {
  
    padding-top: 0!important;;
    
}

.brxe-text p br {display:none;}

footer .footer-block-menu .brxe-text p br {display:block;}
    

    
}    

@media screen and (max-width: 991px) { 

#brxe-gtnlcq {
    padding-right:30px;
}
.container-accueil-full-right > div:nth-child(2) {
    width: 100%;
}

footer .footer-logos img {
    max-width: 100px;
}

#brxe-qkaqkm {
    flex-direction: column!important;
}

#brxe-qkaqkm img {
    width: 100%;
}

#brxe-wzexjh {
    padding-bottom: 50px;
}

    .promo-daikin-slide1 {
        max-width: 250px;
    }
    .block-slider-promo {
        top: 40px;
        padding-left: 0px;
    }

 .block-slider-promo img {
      margin-bottom: 10px!important;
    }
    
    .txt-promo-slider {
    
    text-align: center;
    margin-bottom: 10px!important;
}

#brxe-npbmdj {
   
    padding-bottom: 55px;
}

#brxe-bhtqvw {
        max-width: 100%!important;
        padding: 0 20px 0 0;
}

.brxe-testimonials .swiper-slide {
    max-width: none;
   
}

.footer-block-menu, .footer-block-partenaires {
   flex-wrap: wrap;
}

.footer-block-menu .brxe-div, .footer-block-partenaires  .brxe-div{
   flex-basis: 50%;
}

footer {
        font-size: 15px;
    }
    
    .footer-wrap-adress, footer .social, .footer-wrap-financement{
  
    text-align: left;
}

footer .partners {
   
    align-items: flex-start;
    min-height: auto;
  
}
}

@media screen and (max-width: 767px) { 


.btn-md {
    font-size: 15px;
    
}

.container-accueil-full-right {
  
        padding-right: 30px;
        
}

.container-accueil-full-right .splide__arrow--next {
    right: 0;
}

.container-accueil-full-right .splide__arrow--prev {
    left: 0;
}

.container-accueil-full-right .brxe-slider-nested .splide__slide {
    align-items: center;
   
}

footer h4 {
    margin-bottom: 30px;
    font-size: 40px!important;
}



footer h4 br {
    display:none;
}



}


@media screen and (max-width: 640px) { 

.footer-logos {
    flex-direction: column!important;
}
footer .footer-logos img {
   margin-bottom: 50px;
   max-width: 100%;
}

footer h4 {
    
    font-size: 30px!important;
}

.footer-block-menu .brxe-div, .footer-block-partenaires  .brxe-div {
        flex-basis: 100%;
    }
footer h4 {
    
   
    line-height: 35px!important;
    text-align: center;

}

#brxe-zrsfdw {
    padding-bottom: 0!important;
}

.wrap-header-logo-btn {
    flex-direction: column!important;
    align-items: center;
}

.wrap-header-logo-btn .logo-header {
    margin-bottom: 30px;
}

.wrap-top-header {
        flex-direction: column!important;
    height: auto!important;
}

.div-top-header-right {
    width: 100%;
    justify-content: center;
}

.top-header-menu {
    height: 40px;
    line-height: 40px;
}

.wrap-top-header .social {
    height: 100%;
    display: flex;
    align-items: center;

} 
.cart {
    display: flex;
}

.cart img {
    max-width: 19px;
}

.brx-megamenu .brxe-block, .home-hero, #brxe-mivtub, #brxe-bzbagk,#brxe-vwabos{
    padding: 0 20px;
}
#brxe-qobknu {
        padding: 0 10px;
    }
#brxe-vwabos {
    padding:0;
}

}
