.elementor-kit-99{--e-global-color-primary:#FFED00;--e-global-color-secondary:#888484;--e-global-color-text:#000000;--e-global-color-accent:#FFED00;--e-global-color-97308b1:#58585A;--e-global-color-78d082e:#F5F5F5;--e-global-color-968f61e:#FFF100;--e-global-color-9917f11:#1D1D1B;--e-global-color-f605fc2:#666666;--e-global-color-d80cc5e:#B4B4B4;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lexend";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lexend";--e-global-typography-accent-font-weight:500;--e-global-typography-038ad14-font-family:"Lexend";--e-global-typography-038ad14-font-size:50px;--e-global-typography-038ad14-font-weight:bold;--e-global-typography-038ad14-line-height:1.2em;--e-global-typography-ad9d82f-font-family:"Lexend";--e-global-typography-ad9d82f-font-size:20px;--e-global-typography-ad9d82f-font-weight:200;--e-global-typography-200d374-font-family:"Lexend";--e-global-typography-200d374-font-size:40px;--e-global-typography-200d374-font-weight:bold;--e-global-typography-200d374-line-height:40px;--e-global-typography-ae6356f-font-family:"Lexend";--e-global-typography-ae6356f-font-size:18px;--e-global-typography-ae6356f-font-weight:300;--e-global-typography-c9691e6-font-family:"Lexend";--e-global-typography-c9691e6-font-size:20px;--e-global-typography-c9691e6-font-weight:300;--e-global-typography-cd72f4f-font-family:"Lexend";--e-global-typography-cd72f4f-font-weight:600;--e-global-typography-cd72f4f-line-height:20px;--e-global-typography-c9ed425-font-family:"Lexend";--e-global-typography-c9ed425-font-size:18px;--e-global-typography-c9ed425-font-weight:500;--e-global-typography-ac19182-font-family:"Lexend";--e-global-typography-ac19182-font-size:18px;--e-global-typography-ac19182-font-weight:300;--e-global-typography-ac19182-line-height:12px;--e-global-typography-341d321-font-family:"Lexend";--e-global-typography-341d321-font-size:20px;--e-global-typography-341d321-font-weight:500;}.elementor-kit-99 a{color:#FFFFFF;}.elementor-kit-99 a:hover{color:var( --e-global-color-968f61e );}.elementor-kit-99 h1{color:var( --e-global-color-9917f11 );font-size:200px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1163px){.elementor-kit-99{--e-global-typography-038ad14-font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-99{--e-global-typography-038ad14-font-size:40px;--e-global-typography-ad9d82f-font-size:17px;--e-global-typography-200d374-font-size:30px;--e-global-typography-ae6356f-font-size:16px;--e-global-typography-c9691e6-font-size:18px;--e-global-typography-cd72f4f-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Empêcher le scroll horizontal */
html,body {
	overflow-x: hidden;
}

.trp-ls-shortcode-current-language {
    max-width: 30px;
}

#mon-projet-selectionnez {
    font-size: 16px !important;
}

#choix-tab-container select {
    width: 50%;
    margin-bottom: 30px;
}

#agence-contact-btn-container {
    max-width: 150px;
}

#agence-formulaire {
    display: none;
    visibility: hidden;
}

#agence-back-btn:hover {
    cursor: pointer;
}

#agence-contact-btn-mobile {
    display: none;
    visibility: hidden;
}

#contact-btn-container {
    max-width: 150px;
}

#contact-formulaire {
    display: none;
    visibility: hidden;
}

#contact-back-btn:hover {
    cursor: pointer;
}

#contact-btn-mobile {
    display: none;
    visibility: hidden;
}

.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) .swiper-slide-bg {
	display: none;
}

.fa { 
  font-family: FontAwesome;
}

/* Customisation des animations d'entrée */
@keyframes fadeUp {
   from {
       opacity: 0;
       transform: translate3d(0,50px,0)
   }

   to {
       opacity: 1;
       transform: none
   }
}

.elementor-element.fadeInUp {
   animation-name: fadeUp
}

@keyframes fadeDown {
   from {
       opacity: 0;
       transform: translate3d(0,-50px,0)
   }

   to {
       opacity: 1;
       transform: none
   }
}

.elementor-element.fadeInDown {
   animation-name: fadeDown
}

/* Cacher badge reCAPTCHA */
.grecaptcha-badge {
    visibility: hidden;
}

/* Triangles */
.triangle-vide {
  --t:5;
  --c:#FFF100;

  width:50px;
  height:50px;
  border:calc(var(--t)*1px) solid transparent;
  border-image:
    linear-gradient(to bottom left,
      transparent 49.5%,var(--c) 50%) var(--t);
  background:
    linear-gradient(to bottom left,
      transparent 49.5%,var(--c) 50% calc(50% + var(--t)*1px),
      transparent calc(50% + var(--t)*1px + 1px));
  background-origin:border-box;
  background-repeat:no-repeat;
}

.triangle-plein{
 height : 30px;
 width : 30px;
 border-right : 30px solid transparent;
 border-top : 30px solid #FFF100;
}

.triangle-plein-blanc {
    height : 30px;
 width : 30px;
 border-right:  : 30px solid transparent;
 border-top : 30px solid #FFFFFF;
}

.tile-services .triangle-plein {
    position: absolute;
    top: 20px;
    left: 20px;
}

.tile-services .triangle-plein-blanc {
    position: absolute;
    bottom: 20px;
    right: 20px;
}


.triangle-cartes{
 height : 130px;
 width : 200px;
 border-right : 200px solid transparent;
 border-bottom : 130px solid #FFF100;
}

.triangle-plein-menu{
 position: absolute;
 top : 7px;
 left : 10px;
 height : 20px;
 width : 20px;
 border-right : 20px solid transparent;
 border-top : 20px solid #FFF100;
}

.triangle-plein-menu-liens{
 position: absolute;
 top : 7px;
 left : 0px;
 height : 20px;
 width : 20px;
 border-right : 20px solid transparent;
 border-top : 20px solid #FFF100;
}

.triangle-plein-noir{
 height : 30px;
 width : 30px;
 border-right : 30px solid transparent;
 border-top : 30px solid #1D1D1B;
}

.triangle-plein-blanc{
 height : 30px;
 width : 30px;
 border-right : 30px solid transparent;
 border-top : 30px solid #FFF;
}

.rectangle-jaune {
    background: #FFF100;
    width: 70px;
    height: 15px;
}

.elementor-icon-list-items .elementor-icon-list-item {
  position: relative;
}

.elementor-icon-list-items .elementor-icon-list-icon {
  position: absolute;
  top: 6px;
  left: 0;
}

.elementor-icon-list-items .elementor-icon-list-text {
  margin-left: 27px;
}

.tile-services {
    height: 285px;
}

.img-tile-services {
    transform: scale(1);
}

/* Infos au survol des services */
.overlay-content {
    position: absolute;
    top: -66px;
    left: 100%;
    width: 100%;
    height: 300px;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition-duration: 0.3s;
/*    background-color: #1D1D1B;*/
    background-color: rgba(29, 29, 27, 0.97);
    color: white;
    font-family: Lexend;
    font-size: 17px;
    font-weight: 300;
}

.tile-services .elementor-widget-wrap {
    padding: 0 !important;
    overflow: hidden;
}

.tile-services:hover .overlay-content{
    left: 0;
}

.tile-services-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 40px;
}

.unclickable > a:hover {
  cursor: pointer;
}

.animation-texte {
    overflow: hidden;
}

.right_col .elementor-widget-wrap:after {
    content: '';
    background: #FFF100;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: -1;
}

.right_col_gris .elementor-widget-wrap:after {
    content: '';
    background: #1D1D1B;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: -1;
}


/* Correction z-index pagination du carousel*/
.swiper-pagination {
    z-index: 0 !important;
}
.swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullets {
    z-index: -9999 !important;
}

.swiper-pagination-bullet {
    z-index: -9999 !important;
}

/* Hover cartes accueil*/
.carte-accueil {
    min-height: 335px;
    top: 0;
    transition-duration: 0.3s;
    max-width: 300px;
}

.carte-accueil:hover {
    top: -30px;
}

.carte-offres {
    overflow: hidden;
}

.carte-offres-contenu {
    overflow: hidden;
}

.carte-offres img {
    transition-duration: 0.5s;
}

.carte-offres:hover img {
    opacity: 1;
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
}

.lien-abaque a {
    color: #666666 !important;
}

.lien-abaque:hover a {
    color: #FFF100 !important;
}

.with_frm_style .frm_submit {
        clear: both;
        margin: auto;
    }
    
.trp-ls-shortcode-current-language {
    border: none !important;
    border-style: none !important;
    min-width: 60px !important;
    padding: 0 !important;
}

.trp-ls-shortcode-language {
    width: 60px !important;
    padding: 0 !important;
}
.trp-language-switcher>div>a>img {
    margin: 0 10px 0 0 !important;
}

/* Mon projet navbar */
.menu-item-16112 {
    display: none !important;
}

#tooltip-span {
    display: none;
    z-index: 9999;
    position: absolute;
    left: 300px; /* 30 pour reset*/
    bottom: 50px;
    width: 200px;
    background: #1D1D1B;
    height: 200px;
    color: #FFFFFF;
    padding: 30px;
    font-family: var( --e-global-typography-200d374-font-family );
    animation-name: fadeInReseau;
    animation-duration: 1s;
    transition-timing-function: linear;
}

@keyframes fadeInReseau {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeInReseau {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInReseau {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeInReseau {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeInReseau {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#tooltip-span .rectangle-jaune {
    margin-top: 10px;
    margin-bottom: 10px;
}

#fiche-technique a {
    color: #1D1D1B;
    background: #FFF100;
    border-radius: 25px;
    padding: 15px 20px;
    transition: background-color 0.7s;
    transition: color 0.7s;
}

#fiche-technique a:hover {
    color: #FFFFFF;
    background: #1D1D1B;
}

.jet-range__slider {
    margin-top: 10px;
}

#preciser-demande {
    width: auto;
    font-family: "Lexend";
    font-size: 15px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: rgba(255,241,0,0);
    border-width: 1px;
    border-color: #1D1D1B;
    border-style: solid;
    color: #1D1D1B;
    cursor: pointer;
    font-weight: 400;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-shadow: none;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eee;
    -webkit-box-shadow: 0 1px 1px #eee;
    box-shadow: 0 1px 1px #eee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}

#preciser-demande:hover {
    background: #1D1D1B;
    color: #FFF100;
}

#preciser-demande-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#preciser-demande-container #envoyer {
    margin: 10px;
}

#preciser-demande-container p {
    margin: 0;
}

.btn-ajouter-dpt-container {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btn-ajouter-dpt {
    width: auto;
    font-family: "Lexend";
    font-size: 15px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: rgba(255, 241, 0, 1);
    border-width: 1px;
    border-color: #FFF100;
    border-style: solid;
    color: #1D1D1B;
    cursor: pointer;
    font-weight: 500;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-shadow: none;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eee;
    -webkit-box-shadow: 0 1px 1px #eee;
    box-shadow: 0 1px 1px #eee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}

#btn-ajouter-dpt:hover {
    background: #1D1D1B;
    color: white;
    border-color: #1D1D1B;
}

.elementor-field-type-html {
    margin: 0 !important;
    padding: 0 !important;
}

#dpt-ajoutes-container {
    width: 100%;
}

.read-more .elementor-tab-title {
    padding: 0 0 20px 0 !important;
    margin: 0 !important;
}

.read-more .elementor-tab-content {
    padding: 0 0 0 !important;
    margin: 0 !important;
}

.read-more-hero .elementor-tab-content {
    padding: 0 45% 0 0 !important;
}

.read-more-hero .elementor-tab-title {
    padding: 0 0 20px 0 !important;
    margin: 0 !important;
}

.read-more .elementor-tab-title:hover a {
    content: 'Lire -' !important;
   font-size: 18px !important;
   font-weight: 700 !important;
   line-height: 1 !important;
   font-family: Lexend;
}

/* Read-more cacher */
body:not(.elementor-active) .read-more-fr .elementor-tab-title.elementor-active:after {
   content: 'Lire -' !important;
   font-size: 18px !important;
   font-weight: 700 !important;
   line-height: 1 !important;
   font-family: Lexend;
}

body:not(.elementor-active) .read-more-en .elementor-tab-title.elementor-active:after {
   content: 'Read less -' !important;
   font-size: 18px !important;
   font-weight: 700 !important;
   line-height: 1 !important;
   font-family: Lexend;
}

body:not(.elementor-active) .read-more .elementor-tab-title.elementor-active a {
   display: none !important;
   visibility: hidden !important;
}

.mon-projet-separateur h3 {
    border-bottom: 1px solid black !important;   
    margin-bottom: 20px !important;
}

#altEmail_container {
    display: none !important;
    visibility: hidden !important;
}

/* Responsive */
@media screen and (max-width: 1163px) {
    .overlay-content {
        top: -60px;
        height: 265px;
    }
    
/*    
    #langues-mobile-container div {
        display: flex;
        flex-direction: row;
        justify-content: end;
    }*/
    
/*    .trp-language-switcher-container {
        display: flex;
        flex-direction: row;
        justify-content: end;
    }*/
    
    .menu-item-16112 {
        display: block !important;
    }
    
    .triangle-plein-menu-liens{
        position: absolute;
        top : 7px;
        left : 10px;
        height : 20px;
        width : 20px;
        border-right : 20px solid transparent;
        border-top : 20px solid #FFF100;
    }
    
    #tooltip-span {
        top: -9999px;
        left: -9999px;
    }
    
    .read-more .elementor-tab-content {
        padding: 0 0 0 0 !important;
        margin: 0 !important;
    }
}

/* Responsive */
@media screen and (max-width: 767px) {
    fieldset {
        padding: 15px !important;
    }
    
/*    #langues-mobile-container div {
        display: flex;
        justify-content: flex-end;
    }*/
    
    .carte-accueil-container {
        display: flex;
    }
    
    #preciser-demande-container {
        flex-wrap: wrap;
    }
}/* End custom CSS */