/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* ****************************************
	Author: Florian Meyer
	Author URI: https://www.sprey.fr
	Copyright 2025
	CUSTOM FM
**************************************** */


body {
	--color-sprey: #0101D3;
	
	--medium-screen-width-min: 1025px;
	--medium-screen-width-max: 1024px;
}

.display-none {
	display: none !important;
}


/* Avada global container padding mobile */
@media screen and (max-width: 768px) {
	:root{
		--container_padding_100_top: 25px !important;
		--container_padding_100_bottom: 25px !important;
		--container_padding_100_left: 20px !important;
		--container_padding_100_right: 20px !important;
        --awb-margin-bottom-large: 20px !important;
	}
  
}

@media (max-width: 767px) {
  .post-content .fusion_builder_column {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  
  .fusion-content-boxes > div {
    margin-bottom: 20px !important;
  }
}

.bg-marquee{
    height: 100%;
    z-index: -1 !important;
    
}

.bg-marquee .fusion-title-marquee .fusion-title-heading {
    overflow: visible !important;
}

.scroll-reveal-home h2 span{
    height: 60px;

}

.container model-viewer{
  width: 100%;
  height: 600px;
}

.container model-viewer .progress-bar {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  height: 6px;
  background: rgba(255,255,255,0.2);
  border-radius: 4px;
  overflow: hidden;
}

.container model-viewer .update-bar {
  height: 100%;
  width: 0%;
  background: #ffffff;
  transition: width 0.2s ease;
}

.container model-viewer .progress-bar.hidden {
  display: none;
}

button.Hotspot{
    border: none;
    color: var(--awb-custom_color_1);
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
    background: rgba(255,255,255,0.75);
    
}

@media screen and (max-width: 768px) {
  .scroll-reveal-home h2 span{
      height: unset;
  
  }
  
  
  .container model-viewer {
      width: 500px;
      height: 400px;
  }
}


.youtube-video{
    border-radius: 20px;
    overflow: hidden;
}

.logo-slider-gc{
    height: 120px;
}




.overlay-40 .awb-background-slider:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.overlay-40 .awb-background-slider{
    z-index:-1;
}





/*
  _____   _____                    
 |  __ \ / ____|   /\        /\    
 | |__) | |  __   /  \      /  \   
 |  _  /| | |_ | / /\ \    / /\ \  
 | | \ \| |__| |/ ____ \  / ____ \ 
 |_|  \_\\_____/_/    \_\/_/    \_\
                                   
*/

/*
a:focus-visible, 
.has-fusion-standard-logo a:focus-visible, 
a.fusion-button:focus-visible,
footer .awb-menu .menu-item a.awb-menu__main-a:focus-visible,
footer .awb-menu .menu-item a.awb-menu__sub-a:focus-visible,
footer .footer-mentions button:focus-visible {
	outline: 3px dotted var(--awb-color5);
	outline-offset: 7px;
	transition: none;
}

.fusion-button:focus,
.fusion-button:focus-visible {
	outline: 3px dotted var(--awb-color5) !important;
	outline-offset: 7px;
	transition: none;
}

header .fusion-imageframe, 
footer .fusion-imageframe {
    overflow: visible;
}
*/



/*
  _    _ ______          _____  ______ _____  
 | |  | |  ____|   /\   |  __ \|  ____|  __ \ 
 | |__| | |__     /  \  | |  | | |__  | |__) |
 |  __  |  __|   / /\ \ | |  | |  __| |  _  / 
 | |  | | |____ / ____ \| |__| | |____| | \ \ 
 |_|  |_|______/_/    \_\_____/|______|_|  \_\   
*/

.header-pill > .fusion-builder-row{
    background-color: var(--awb-custom_color_1);
    border-radius: 100px;
}

.header-pill > .fusion-builder-row .awb-menu [title="franchise-menu"]{
    background-color: rgba(255,255,255,0.2);
    padding: 14px 22px;
    border-radius: 100px;
}

.header-pill > .fusion-builder-row .awb-menu [title="franchise-menu"]:hover{
    background-color: rgba(255,255,255,0.4);
    padding: 14px 22px;
    border-radius: 100px;
}

.header-pill > .fusion-builder-row .awb-menu [title="separator-menu"]{
    pointer-events: none;
    cursor: default;   
}

.header-pill > .fusion-builder-row .awb-menu .awb-menu__li:not(:last-child) .awb-menu__main-a:hover{
    background-color: rgba(255,255,255,0.2);
    border-radius: 100px;
    padding: 14px 22px;
}

.header-pill > .fusion-builder-row .awb-menu .awb-menu__li:not(:last-child) .awb-menu__main-a{
    background-color: rgba(255,255,255,0);
    border-radius: 100px;
    padding: 14px 22px;
}

.header-pill > .fusion-builder-row .awb-menu .awb-menu__sub-ul .menu-item a:hover {
    background-color: rgba(255,255,255,0.2);
    border-radius: 20px;
}

@media only screen and (max-width: 1024px) {
.header-pill > .fusion-builder-row .awb-menu [title="separator-menu"]{
    display: none;
    cursor: default;   
}
}

/*
  __  __ ______ _   _ _    _ 
 |  \/  |  ____| \ | | |  | |
 | \  / | |__  |  \| | |  | |
 | |\/| |  __| | . ` | |  | |
 | |  | | |____| |\  | |__| |
 |_|  |_|______|_| \_|\____/  
*/


#quick-toolkit {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.quick-toggle {
  background: var(--awb-custom_color_1);
  border: none;
  border-radius: 50px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 0px;
  cursor: pointer;
  color: var(--awb-custom_color_6);
  font-family: var(--h2_typography-font-family);
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  font-size: 14px;
}

.quick-toggle .quick-icon-close {
  opacity: 0;
  max-width: 0px;
  transition: all 0.3s ease;
}

/* Hide text initially, show only on hover */
.quick-text {
    padding-left: 0px;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.quick-toggle:hover .quick-text {
  opacity: 1;
  max-width: 200px;
    padding-left: 8px;
}

/* Transform icon to X when active */
.quick-toggle.active .quick-icon svg path {
  transform: rotate(45deg);
}

.quick-toggle.active {
  background: var(--awb-custom_color_6);
    color: var(--awb-custom_color_1);
}

.quick-toggle.active .quick-icon {
  opacity: 0;
  max-width: 0px;
}

.quick-toggle.active .quick-icon-close {
  opacity: 1;
  max-width: 24px;
}

/* Menu links */
.quick-menu {
  position: absolute;
  bottom: 50px; /* distance above the button */
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.quick-toggle.active + .quick-menu,
.quick-toggle.active ~ .quick-menu {
  opacity: 1;
  pointer-events: auto;
}

.quick-menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.quick-menu-items li a {
  font-family: var(--h2_typography-font-family);
  background: var(--awb-custom_color_1);
  color: var(--awb-custom_color_6) !important;
  text-decoration: none !important;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 50px;
  text-align: center;
  display: block;
  white-space: nowrap;
}

.quick-menu-items li a:hover {
  background: var(--awb-custom_color_2);
}

/*
 __      _______ _____  ______ ____  
 \ \    / /_   _|  __ \|  ____/ __ \ 
  \ \  / /  | | | |  | | |__ | |  | |
   \ \/ /   | | | |  | |  __|| |  | |
    \  /   _| |_| |__| | |___| |__| |
     \/   |_____|_____/|______\____/          
*/




/*
  _______ _____ _______ _      ______  _____ 
 |__   __|_   _|__   __| |    |  ____|/ ____|
    | |    | |    | |  | |    | |__  | (___  
    | |    | |    | |  | |    |  __|  \___ \ 
    | |   _| |_   | |  | |____| |____ ____) |
    |_|  |_____|  |_|  |______|______|_____/   
*/




/*
  ____  _    _ _______ _______ ____  _   _  _____ 
 |  _ \| |  | |__   __|__   __/ __ \| \ | |/ ____|
 | |_) | |  | |  | |     | | | |  | |  \| | (___  
 |  _ <| |  | |  | |     | | | |  | | . ` |\___ \ 
 | |_) | |__| |  | |     | | | |__| | |\  |____) |
 |____/ \____/   |_|     |_|  \____/|_| \_|_____/        
*/


.help-accordion-wrapper {
    background: white;
    border-radius: 30px;
    padding: 16px 20px;
  max-width: 320px;
}

.help-toggle {
  width: 100%;
  background: var(--awb-custom_color_6);
  border: none;
  border-radius: 50px;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  align-items: center;

  color: var(--awb-custom_color_1);
font-family : var(--h1_typography-font-family);
    font-weight: 700;
    font-size: 16px;
}

.help-icon {
  transition: transform 0.3s ease;
}

.help-toggle.active .help-icon {
  transform: rotate(180deg);
}

.help-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: 0.6s ease;
}

.help-accordion-content.open {
  max-height: 500px;
  margin-top: 12px;
}

.help-sub-button {
    font-family : var(--h1_typography-font-family);
    font-weight: 600;
    font-size: 16px;
    text-decoration: unset !important;
  padding: 12px 18px;
  border-radius: 50px;
  background: var(--awb-custom_color_1);
  color: var(--awb-custom_color_6);
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease;
}

.help-sub-button:hover {
  background: var(--awb-custom_color_2);
    color: var(--awb-custom_color_6);
}



/*
   _____ ______ _____        _____         _______ ____  _____  
  / ____|  ____|  __ \ /\   |  __ \     /\|__   __/ __ \|  __ \ 
 | (___ | |__  | |__) /  \  | |__) |   /  \  | | | |  | | |__) |
  \___ \|  __| |  ___/ /\ \ |  _  /   / /\ \ | | | |  | |  _  / 
  ____) | |____| |  / ____ \| | \ \  / ____ \| | | |__| | | \ \ 
 |_____/|______|_| /_/    \_\_|  \_\/_/    \_\_|  \____/|_|  \_\
 */
 
 
 
 
.gloss-element > div {
     max-height: 130px !important;
     overflow: hidden !important; 
     position: relative !important;
     transition: max-height 0.8s ease !important;
 }
 
.gloss-element > div:hover {
     max-height: 1000px !important;
     transition: max-height 0.8s ease !important;
 
 }
 
.gloss-element > div i {
     display: inline-block !important;
     transition: transform 0.3s ease !important; 
 }
 
.gloss-element > div:hover i {
     transform: rotate(45deg);
 }

.gloss-element > div::after {
     content: "";
     position: absolute;
     width: 80%;
     height: 50px;
     bottom: 0px;
     background: linear-gradient(to top, white, transparent);
     z-index: 10;
     pointer-events: none; /* Avoid interfering with hover */  
 }
 

 
 
 /*
   _____ ____  _   _ _______ ______ _   _ _______ 
  / ____/ __ \| \ | |__   __|  ____| \ | |__   __|
 | |   | |  | |  \| |  | |  | |__  |  \| |  | |   
 | |   | |  | | . ` |  | |  |  __| | . ` |  | |   
 | |___| |__| | |\  |  | |  | |____| |\  |  | |   
  \_____\____/|_| \_|  |_|  |______|_| \_|  |_|          
*/


.rt-wrapper {
  text-align:center;
  margin:60px auto;
  margin-top: 300px;
  max-width:1500px;
}

/* grille principale */
.rt-grid {
  display:flex;
  justify-content:center;
}

/* colonnes */
.rt-col {
  display:flex;
  flex-direction:column;
  align-items:center;
  margin: -40px;
}

.rt-col.left .rt-tile:first-child {
  transform: rotate(45deg) translateX(-160px) translatey(-10px);
}

.rt-col.right .rt-tile:first-child {
  transform: rotate(45deg) translateX(-10px) translatey(-160px);
}

/* offset vertical pour 2-1-2 */
.rt-col.left .rt-tile:last-child,
.rt-col.right .rt-tile:last-child {
  transform: rotate(45deg) translateX(-50px) translatey(-50px);
}

/* tuiles */
.rt-tile {
  width:300px;
  height:300px;
  border-radius:20px;
  overflow:hidden;
  position:relative;
  transform:rotate(45deg);
  transition:transform .36s cubic-bezier(.2,.9,.2,1), box-shadow .36s;
  box-shadow:0 8px 24px rgba(10,10,10,.06);
  display:block;
  text-decoration:none;
  color:inherit;
}
.rt-tile:hover {
  transform:rotate(45deg);
  box-shadow:0 14px 34px rgba(10,10,10,.18);
}

/* image de fond */
.rt-tile .rt-bg {
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  filter:brightness(.55) saturate(.9);
  transition:filter .36s;
  transform:rotate(-45deg) scale(1.42); /* image droite + zoom */
  transform-origin:center;
}
.rt-tile:hover .rt-bg {
  filter:brightness(.35) saturate(1.1);
}

/* contenu au centre */
.rt-content {
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  z-index:1;
  transform:rotate(-45deg); /* texte droit */
  color:#fff;
}
.rt-icon i.fontawesome-icon{
  font-size:38px;
    color: white;
  margin-bottom:8px;
}

.rt-content .rt-text{
    color: white;
    margin-bottom: 0px; 
}

/* description cachée au départ */
.rt-desc {
  opacity:0;
  max-height:0;
  overflow:hidden;
  font-size:14px;
  line-height:1.4;
  text-align:center;
  margin-top:8px;
  transition:opacity .3s ease, max-height .3s ease;
}

/* au survol de la tuile on affiche la description */
.rt-tile:hover .rt-desc {
  opacity:1;
  max-height:140px; /* ou + selon ton texte */
}



.bg-los-left:before {
    content: "";
    position: absolute;
    bottom: -300px;
    left: -100px;

    width: 700px;          /* adjust */
    height: 100%;

    background-image: url('/wp-content/uploads/2026/01/bg-losange.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

    z-index: 0;
    opacity: 50%;
}

.bg-los-right:after {
    content: "";
    position: absolute;
    bottom: -300px;
    right: -500px;

    width: 1300px;          /* adjust */
    height: 100%;

    background-image: url('/wp-content/uploads/2026/01/bg-losange.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

    z-index: 0;
    opacity: 50%;
    transform: rotate(20deg);
}











@media only screen and (max-width: 767px) {
.rt-wrapper {
  text-align:center;
  margin:60px auto;
  margin-top: 100px;
  max-width:1500px;
}

/* grille principale */
.rt-grid {
  display:block;
  justify-content:center;
}

/* colonnes */
.rt-col {
  display:flex;
  flex-direction:column;
  align-items:center;
  margin: 0px;
}

.rt-col.left .rt-tile:first-child {
  transform: rotate(45deg) translateX(0px) translatey(0px);
}

.rt-col.right .rt-tile:first-child {
  transform: rotate(45deg) translateX(0px) translatey(0px);
}

/* offset vertical pour 2-1-2 */
.rt-col.left .rt-tile:last-child,
.rt-col.right .rt-tile:last-child {
  transform: rotate(45deg) translateX(0px) translatey(0px);
}


.bg-los-left:before,
.bg-los-right:after{
  display: none;
}

}    

/*
  _____   ____  _____ _______ ______ ____  _      _____ ____  
 |  __ \ / __ \|  __ \__   __|  ____/ __ \| |    |_   _/ __ \ 
 | |__) | |  | | |__) | | |  | |__ | |  | | |      | || |  | |
 |  ___/| |  | |  _  /  | |  |  __|| |  | | |      | || |  | |
 | |    | |__| | | \ \  | |  | |   | |__| | |____ _| || |__| |
 |_|     \____/|_|  \_\ |_|  |_|    \____/|______|_____\____/ 
                                                              
*/

.agence-infos .fusion-builder-row{
    background: var(--awb-custom_color_4);
    margin-bottom: 15px;
    border-radius: 20px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.agence-infos .fusion-builder-row a{
    padding: 10px 20px;    
}


.agence-infos .fusion-builder-row p{
    margin-bottom: 0px;
}


.agence-infos .fusion-builder-row:last-child{
    background: none;
    margin-bottom: 0px;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.agence-infos .fusion-builder-row:nth-child(4){
    background: none;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

div .agence-infos-gc .fusion-builder-row:nth-child(4){
    background: var(--awb-custom_color_4);
    margin-bottom: 15px;
    border-radius: 20px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fusion-body .agence-infos .fusion-builder-row:last-child .agence-infos-icons div{
    display: flex;
    flex-direction: row;
    flex-wrap: unset !important;
}

.fusion-body .agence-infos .fusion-builder-row:last-child .agence-infos-icons div a{
    padding: 0;
}

.agence-infos{
    padding-top: 100px;
    padding-bottom: 40px;
    margin-top: -100px !important;
}

.limited-text {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.6s ease;
}

/* Optional: fade effect at bottom of limited text */
.limited-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to top, white, transparent);
}

/* When expanded */
.limited-text.expanded {
    max-height: 4000px;
}

.voir-plus {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: underline;
}


.content-agence-hero{
    min-height: 275px !important;
}


.icon-image-specs{
    background: var(--awb-custom_color_4);
    border-radius: 40px;
    padding: 20px;
}


.slider-agence{
    min-height: 400px;
}


.bg-slider-nav{
  position:absolute;
  inset:0;
  z-index:20;
  pointer-events:none;
}

.bg-prev, .bg-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:0px;
  cursor:pointer;
  pointer-events:auto;
  color:#fff;
  user-select:none;
    font-family: 
}

.bg-prev{ left:40px; }
.bg-next{ right:40px; }

.bg-dots{
  position:absolute;
  bottom:30px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:10px;
  pointer-events:auto;
}

.bg-dots span{
  width:5px;
  height:5px;
  background:#ffffff;
  border-radius:50%;
  opacity:.5;
  cursor:pointer;
}

.bg-dots span.active{
  opacity:1;
}


.agence-infos-articles .responsable-photo img{
    border-radius: 50px;
    max-width: 48px;
}

//ACCORDEONS 


.accor-global img{
    margin-right: 10px;
}

.accor-global .accor-diag, .accor-global .accor-entr, .accor-global .accor-rep,  .accor-global .accor-amel,  .accor-global .accor-urg{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px !important;
    
}

.accor-global .accor-diag::before, .accor-global .accor-entr::before, .accor-global .accor-rep::before,  .accor-global .accor-amel::before,  .accor-global .accor-urg::before{
  content: "";
  border-radius: 25px;
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  pointer-events: none; 
}

.accor-global .accor-diag{
    background-image: url('/wp-content/uploads/2025/09/diagnostic.png');
}

.accor-global .accor-entr{
    background-image: url('/wp-content/uploads/2025/09/Entretien.png');
}

.accor-global .accor-rep{
    background-image: url('/wp-content/uploads/2025/09/Reparation.png');
}

.accor-global .accor-amel{
    background-image: url('/wp-content/uploads/2025/09/Amelioration.png');
}

.accor-global .accor-urg{
    background-image: url('/wp-content/uploads/2025/09/Urgence.png');
}

.accor-global h3{
    text-align: center;
}

.accor-global h3 a{
    margin-left: 42px;
}


.closed{
    color: var(--awb-custom_color_1);
}

.open{
    color: #188312;
}

.open .dot {
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}



/* Glossaire */
div.custom-filters{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 80px;
    column-gap: 10px;

}

div.custom-filters button{
    background: transparent;
    border: 2px solid var(--awb-custom_color_7);
    border-radius: 40px;
    width: 40px;
    height: 40px;
    font-weight: 900;
    font-size: 14px;
    font-family: var(--h1_typography-font-family);    
    transition: all 0.3s ease;
}

div.custom-filters button.active{
    background: var(--awb-custom_color_2);
    color: var(--awb-custom_color_3)
 
}

.gloss-grid .fusion-post-cards > div{
    display: none
}






/*
   _____ _      _____ _____  ______ _____  
  / ____| |    |_   _|  __ \|  ____|  __ \ 
 | (___ | |      | | | |  | | |__  | |__) |
  \___ \| |      | | | |  | |  __| |  _  / 
  ____) | |____ _| |_| |__| | |____| | \ \ 
 |_____/|______|_____|_____/|______|_|  \_\
                                                 
*/



.content-box-counter{
    line-height: 40px !important;
    font-weight: 800;
    font-family: var(--h2_typography-font-family);
        
}

.counter-box-content{
    font-family: var(--h2_typography-font-family);
    font-weight: 600;
    padding-top: 30px;
        
}

.counter-box-content .counter-info{
    padding-top: 30px;
    font-size: 24px;
    line-height: 1.1;
        
}

/*
           _   _ _____ __  __    _______      _______ 
     /\   | \ | |_   _|  \/  |  / ____\ \    / / ____|
    /  \  |  \| | | | | \  / | | (___  \ \  / / |  __ 
   / /\ \ | . ` | | | | |\/| |  \___ \  \ \/ /| | |_ |
  / ____ \| |\  |_| |_| |  | |  ____) |  \  / | |__| |
 /_/    \_\_| \_|_____|_|  |_| |_____/    \/   \_____|           
*/

.pass-trou {
    mix-blend-mode: multiply;
}




/*
  ____  _      ____   _____ 
 |  _ \| |    / __ \ / ____|
 | |_) | |   | |  | | |  __ 
 |  _ <| |   | |  | | | |_ |
 | |_) | |___| |__| | |__| |
 |____/|______\____/ \_____|
*/

.article-postcard{
    min-height: 500px;
    max-height: 500px;

}

.fusion-body .custom-postcard .article-categ a{
    color: var(--awb-custom_color_6);
}

.article-white-bloc .fusion-title-heading{
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.article-white-bloc .fusion-content-tb{
    line-height: 1.3;
    max-height: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-white-bloc .article-bottom{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    
}

.article-white-bloc .article-bottom .article-bottom-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

.article-white-bloc .article-bottom .article-bottom-left p{
    margin-bottom: 0
    
}

.article-white-bloc .article-bottom .fusion-button{
    padding: 12px 24px;
}


.fusion-body .article-postcard .article-categ {
    display: block;
    width: fit-content;
    max-width: 50%;
    background: var(--wp--preset--color--awb-color-custom-1);
    padding: 15px 15px 15px 20px;
    border-radius: 0px 0px 20px 0px;
    border: 0 !important; 
}

.fusion-body .article-postcard .article-categ a{
    text-decoration: unset !important;
}

.fusion-body .article-postcard .article-categ a:hover{
    color: var(--wp--preset--color--awb-color-custom-5) !important;
}


.fusion-body .custom-postcard .article-white-bloc div {
    margin-left: 0px !important;
    margin-right:0px !important;
}

.fusion-body .custom-postcard .article-white-bloc {
    padding: 20px;
    background: var(--awb-custom_color_6);
    border-radius: 20px;
}

.fusion-body .custom-postcard .article-white-bloc h4 {
    margin-bottom: 0px;
    color: var(--awb-custom_color_1) !important;
}

.fusion-body .custom-postcard .article-white-bloc .article-bottom {
    --awb-font-size: 12px;
    --awb-text-color: var(--awb-custom_color_1);
}

div.toc{
  text-overflow: ellipsis;
  overflow: hidden;
}

span.toc-item{
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;   
  padding: 5px 0px !important;
}

.toc-item a{
  pointer-events: all;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;   
  padding: 5px 0px !important;
  text-decoration: none !important;
  font-weight: bold;
  color: var(--awb-custom_color_7);
}

.toc-item a:hover{
  color: var(--awb-custom_color_1);
}

.toc-box{
    padding-top: 100px !important;
    margin-top: -100px !important;
    pointer-events: none;
}



@media (max-width: 768px) {
  .toc-box{
     display: none;
  }
}







.agence-infos-articles {
  display: grid;
  grid-template-columns: 1fr 1fr;
    column-gap: 50px
}

/* Force only first 2 rows to be half width */
.agence-infos-articles > .fusion-builder-row:nth-child(1),
.agence-infos-articles > .fusion-builder-row:nth-child(2) {
  grid-column: span 1;
}

.agence-infos-articles > .fusion-builder-row{
    background: var(--awb-custom_color_4);
    margin-bottom: 15px;
    border-radius: 20px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

/* Force only first 2 rows to be half width */
.agence-infos-articles > .fusion-builder-row:nth-child(4),
.agence-infos-articles > .fusion-builder-row:nth-child(3) {
  background: none;
    margin: unset;
    padding: unset;
    align-items: center;
}


@media (max-width: 768px) {
  .agence-infos-articles {
    grid-template-columns: 1fr;
  }
}

.agence-infos-articles > .fusion-builder-row:nth-child(3)>div:nth-child(1),
.agence-infos-articles > .fusion-builder-row:nth-child(3)>div:nth-child(2){
    background: var(--awb-custom_color_4);
    
    
}

.agence-infos-articles > .fusion-builder-row:nth-child(3)>div:nth-child(1){
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px 0px 0px 20px;
}

.agence-infos-articles > .fusion-builder-row:nth-child(3)>div:nth-child(2){
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px 20px 20px 0px;
}

.agence-infos-articles > .fusion-builder-row:nth-child(3)>div:nth-child(2) p{
    margin-bottom: 0px;
}

.agence-infos-articles > .fusion-builder-row:nth-child(3){
    align-content: flex-start;
    
}

.agence-infos-articles > .fusion-builder-row:nth-child(4) .acf-map{
    height: 220px;
}





/*
  ______ ____  _____  __  __ 
 |  ____/ __ \|  __ \|  \/  |
 | |__ | |  | | |__) | \  / |
 |  __|| |  | |  _  /| |\/| |
 | |   | |__| | | \ \| |  | |
 |_|    \____/|_|  \_\_|  |_|
*/

/* .form-container .fusion-form-field label{
    display: none !important; 
} */

.form-container .fusion-form-field label{
    display: none !important;
}

.form-container .field-select .fusion-form-field label{
    display: unset !important;
}

.form-container .field-select .fusion-form-field{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-container .field-select .fusion-form-field fieldset{
}

.form-container .field-select .fusion-form-field fieldset div{
    padding: 15px 20px;
    background: white;
    min-width: 200px;
    border-radius: 40px;

}

.form-container .field-select .fusion-form-field fieldset div label{
    color: var(--awb-custom_color_1);
    padding-right: 25px;

}

.form-container .field-select .fusion-form-field fieldset div label:before{
    border: 1px solid var(--awb-custom_color_1);

}



.form-container .field-select .fusion-form-field fieldset div:last-child{
    margin-right:0px;

}



.fusion-body .form-container .field-select .fusion-form-radio label:before{
    border-radius: 3px;
    transform: translateY(-50%) rotate(45deg);
} 

.fusion-body .form-container .field-select .fusion-form-radio label:after{
    border-radius: 3px;
    width: 14px;
    height: 14px;
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
} 



.form-container .fusion-form-field.rgpd-field label{
    display: unset !important;
}

.form-container .fusion-form-field .fusion-form-checkbox label:before{
    border: 1px solid var(--awb-custom_color_1) !important;
} 






/*
  ______ ____   ____ _______ ______ _____  
 |  ____/ __ \ / __ \__   __|  ____|  __ \ 
 | |__ | |  | | |  | | | |  | |__  | |__) |
 |  __|| |  | | |  | | | |  |  __| |  _  / 
 | |   | |__| | |__| | | |  | |____| | \ \ 
 |_|    \____/ \____/  |_|  |______|_|  \_\
*/

.custom-footer .fusion-builder-row {
    background-color: var(--awb-custom_color_2);
    border-radius: 30px;
    padding: 30px 20px;
    overflow: hidden;
}

.custom-footer .fusion-builder-row .custom-footer-left-bloc:before{
    content: "";
    position: absolute;
    top: -110px;
    left: -100px;
    width: 125%;
    height: 180%;
    background: var(--awb-custom_color_6);
    z-index: -1;
    border-radius: 60px;
    transform: rotate(2deg);

}

@media (max-width: 768px) {
  .custom-footer .fusion-builder-row .custom-footer-left-bloc:before{
      display : none;
  }
  
  .custom-footer .fusion-builder-row .footer-icons > div{
      flex-direction: row !important;
      justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .custom-footer .fusion-builder-row .custom-footer-left-bloc:before{
      display : none;
  }
  
  .custom-footer .fusion-builder-row .footer-icons > div{
      flex-direction: row !important;
      justify-content: space-between;
  }
}


.fusion-tb-footer  .awb-menu [title="separator-menu"]{
  display: none; 
}


footer .footer-mentions {
	font-size: 12px;
	margin: 10px 0;
}

footer .footer-mentions{
    color: white;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

footer .fusion-text a,
footer .footer-mentions a {
	color: inherit;
	cursor: pointer;
}

.cky-btn-revisit-wrapper {
	opacity: 0 !important;
	pointer-events: none;
}

.footer-mentions button {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	display: inline;
	color: inherit;
	font: inherit;
	cursor: pointer;
	text-decoration: underline;
}
.footer-mentions button:hover {
	text-decoration: none;
}



