/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*----------------------------------------GENERAL STYLES AND CLASSES----------------------------------------*/
html,
body {
    overflow-x: hidden !important;
}

.elementor-widget-image a img[src$=".svg"] {
    width: inherit !important;
}

/*DISABLE OUTLINE*/
a:focus-visible {
    outline: none !important;
}

.overflow-hidden,
.overflow-hidden .elementor-widget-container {
    overflow: hidden !important;
}

.height100,
.height100 .elementor-widget-container {
    height: 100% !important;
}

.width100,
.width100 .elementor-widget-container {
    width: 100% !important;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.cta a::before {
    /*THIS EXTENDS THE LINK TO THE ENTIRE WIDGET BLOCK*/
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.pointer:hover {
    cursor: pointer;
}

.pointer-none {
    pointer-events: none;
}

/* TEXT IN FRONT OF STROKE */
* {
    paint-order: stroke;
}
.font-weight-inherit a{
	font-weight: inherit !important;
}
/*SEPARATOR*/
.vertical-separator {
    display: flex;
    height: 100%;
    width: 1px;
    background: rgba(62, 92, 37, 0.20);
}
.vertical-separator-white {
    display: flex;
    height: 100%;
    width: 1px;
    background: rgba(255, 247, 235, 0.20);
}

@media (max-width: 767px) {
    .sm-overflow-x-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;

        >.e-con.e-flex {
            --flex-shrink: 0;
        }
    }
}

@media (max-width: 1024px) {
    .md-overflow-x-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;

        >.e-con.e-flex {
            --flex-shrink: 0;
        }
    }
}

/*CAROUSEL GRADIENT*/
.opacity-carousel {
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/*TEXT UTILITY CLASSES*/
.text-primary {
    color: var(--e-global-color-primary);
}

.text-secondary {
    color: var(--e-global-color-secondary);
}

.text-accent {
    color: var(--e-global-color-accent);
}
* b, * strong{
    font-weight: 700 !important;
}
/*FIX DEFAULT LINK COLOR ELEMENTOR*/
.inherit a {
    color: inherit !important;
}

.underline a {
    text-decoration: underline !important;
}
@media (max-width: 767px){
    .nobr br, .citation br{
        display: none !important;
    }
}
/*BLUR UTILITY CLASSES*/
.backdrop-blur-5 {
    backdrop-filter: blur(5px);
}

.backdrop-blur-10 {
    backdrop-filter: blur(10px);
}

.backdrop-blur-15 {
    backdrop-filter: blur(15px);
}

.backdrop-blur-20 {
    backdrop-filter: blur(20px);
}

/*----------------------------------------RECAPTCHA----------------------------------------*/
.grecaptcha-badge,
.grecaptcha-badge * {
    display: none !important;
}

/*----------------------------------------CTAS----------------------------------------*/
.before, .after, .before-alt, .after-alt, .after-inverted, .before-inverted{
    height: 40px;
    max-height: 40px;
    width: 40px;
}
.svg-container{
    overflow: hidden;
    border-radius: 5px !important;
}
/*----------------------------------------SCROLLBAR CUSTOM----------------------------------------*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-accent);
    border-radius: 20px;
    border: 3px solid var(--e-global-color-accent);
}

/*----------------------------------------HEADER----------------------------------------*/

.stickyheadersection {
    transition: background-color .4s ease;
}

.elementor-sticky--effects.stickyheadersection {
    background-color: #fff7eb9c!important; /* Background color when sticky */
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}
@media (min-width:768px){
    .stickyheadersection .logo{
        --logo-width: 166px; /* This should be the original logo height *before* being shrunk */
        --logo-shrink-to: 0.80!important; /* Shrinks logo to 80%, values: 0.10 to 1.00, where 1.00, as in 100%, won't shrink the logo */
        width: var(--logo-width) !important;
        --transition-timing: .45s cubic-bezier(.4, 0, .2, 1)!important;
        transition: width var(--transition-timing)!important;
    }
    .stickyheadersection.elementor-sticky--effects .logo{
    width: calc(var(--logo-width) * var(--logo-shrink-to)) !important;
    }
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #3E5C25;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after{
  transform: scaleX(1);
}

.hover-underline-animation.left::after{
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after{
  transform-origin: bottom left;
}
.white-underline::after{
    background-color: #FFF7EB;
}
.menu-list .e-n-menu-dropdown-icon span, .menu-accordeon .e-n-accordion-item-title-icon span{
    margin-bottom: -5px !important;
}
.menu-list li.elementor-icon-list-item a .elementor-icon-list-icon{
    transition: transform 0.2s ease !important;
}
.menu-list li.elementor-icon-list-item a:hover .elementor-icon-list-icon{
    transform: rotate(-5deg);
    transition: transform 0.2s ease !important;
}
.sub-arrow{
    margin-left: 5px !important;
}
.none-desktop{
	@media(min-width:768px){
		display: none important;
	}
}
.none-mobile{
	@media(max-width:767px){
		display: none important;
	}
}
.icon-accordion-menu .uc-heading {
    align-items: end !important;
}
/*----------------------------------------HOMEPAGE----------------------------------------*/
.bg-video .elementor-background-video-hosted, .no-ratio .elementor-video{
    object-fit: contain !important;
}
.logo-video video{
    background-color:transparent !important;
}
.carousel-approches{
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.carousel-approches .ue-content-holder {
    flex-direction: row !important;
}
.li-spaced li{
    margin-bottom: 5px !important;
}
.nopadding ul{
    padding-inline-start: 10px;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.smooth-slider .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.testimonials .elementor-testimonial__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #3E5C2533;
}
.testimonials .elementor-testimonial__text img{
    width: 125px !important;
}
.testimonials .swiper-slide{
	height: fit-content !important;
}
.testimonials-grid .uc_author{
    border-top: 1px solid rgba(62, 92, 37, 0.20);
}
.caroussel-approches-v2 .swiper-pagination-bullet-active{
    transition: all 0.4s ease;
    width: 23px !important;
    border-radius: 10px !important;
}
.caroussel-approches-v2 .swiper-pagination-bullet{
    transition: all 0.4s ease;
}
.caroussel-approches-v2{
    --swiper-pagination-bullet-horizontal-gap: 3px !important;
}
.caroussel-approches-v2 .swiper-slide[aria-hidden="true"]{
    transition: opacity 0.4s ease;
    opacity: .2 !important;
}
/*----------------------------------------QUI SUIS-JE----------------------------------------*/
.accordion-exp .e-n-accordion-item-title-text{
    display: flex;
    flex-direction: row;
    gap: 20px;
    @media (max-width: 767px){
        align-items: flex-start;
        flex-direction: column;
    }
}
.accordion-exp .e-n-accordion-item-title-text img{
    height: 43px;
    object-fit: contain;
    object-position: center left;
    width: 285px;
    @media (max-width: 767px){
        height: 35px;
    }
}
.accordion-exp .e-n-accordion-item-title-text img.small{
    height: 39px;
}
.accordion-exp .col-exp{
    border-left: 1px solid #3E5C2533;
    padding-left: 20px;
    @media (max-width: 767px){
        border: none !important;
        padding-left: 0px !important;
    }
}
.bold-exp{
    font-family: "Fraunces" !important;
    font-size: 20px !important;
}
.accordion-exp summary[aria-expanded="false"]{
    transition: all 1.2s ease;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.accordion-exp summary[aria-expanded="true"]{
    transition: all 0.1s ease;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
/*----------------------------------------ROTATE ANIMS----------------------------------------*/

.spin-right {
    -webkit-animation:spin 172s linear infinite;
    -moz-animation:spin 172s linear infinite;
    animation:spin 172s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
.spin-left {
    -webkit-animation:spin-invert 140s linear infinite;
    -moz-animation:spin-invert 140s linear infinite;
    animation:spin-invert 140s linear infinite;
}
@-moz-keyframes spin-invert { 
    100% { -moz-transform: rotate(-360deg); } 
}
@-webkit-keyframes spin-invert { 
    100% { -webkit-transform: rotate(-360deg); } 
}
@keyframes spin-invert { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}
/*----------------------------------------BLOG---------------------------------------*/
.article-img a{
	width:100% !important;
}
/*----------------------------------------PAGE RGPD---------------------------------------*/
.rgpd h2{
    font-size: 24px !important;
    @media (max-width: 767px){
        font-size: 22px !important;
    }
}
/*----------------------------------------PAGE CHRONIQUES SEULES---------------------------------------*/
.table-matiere .elementor-toc__header{
    display: none !important;
}
.table-matiere .elementor-toc__list-wrapper li{
    margin-bottom: 20px !important;
}
.table-matiere .elementor-toc__list-wrapper li:last-child{
    margin-bottom: 0px !important;
}
.table-matiere .elementor-toc__body .elementor-toc__list-item-text.elementor-item-active{
    font-weight: 700 !important;
}
.chronique{
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.chronique p{
    line-height: 166.667% !important;
}
.chronique p, .chronique hr, .chronique blockquote, .chronique img, .chronique table {
    margin-top: 5px;
    margin-bottom: 15px;
}
.chronique ul, .chronique ol{
    margin-bottom: 15px;
}
.chronique h2, .chronique h3{
    margin-top: 15px;
    margin-bottom: 25px;
}
.chronique figure img, .chronique video{
    margin-top: 20px;
    border-radius: 20px;
    width: 100%;
}
.chronique h2, .chronique h3, .chronique h4, .chronique h5{
    font-family: "Fraunces";
    font-weight: 700;
}
.chronique h3{
    font-size: 1.5rem;
}
.chronique blockquote{
   color: #FFF7EB;
    font-family: Fraunces;
    font-size: 23px;
    font-style: italic;
    font-weight: 400;
    line-height: normal; 
    border-radius: 20px;
    background: #3E5C25;
    padding: 15px;
    width: 100%;
    margin-inline-start: 0px;
}
.chronique tr:first-child td{
    background: #EDEBD5;
}
.chronique table{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.chronique table tr td{
    border: none;
    padding: 15px;
    border-right: 1px solid rgba(62, 92, 37, 0.20);
}
.chronique table tr td:last-child{
    border: none;
    padding: 15px;
    border-right: none !important;
}
.chronique .wp-block-separator {
    border: none;
    border-top: 1px solid rgba(62, 92, 37, 0.20);
}

/*----------------------------------------PAGES LANCEURS PRESTAS---------------------------------------*/

.bloc-presta .elementor-icon{
    transition: transform 0.2s ease-in !important;
}
.bloc-presta:hover .elementor-icon{
    transform: rotate(-9deg);
    transition: transform 0.2s ease-ou !important;
}