/* 
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;
    background: #F9F7F5 !important;
     -webkit-text-stroke: unset !important;
}
*:focus-visible{
    outline: none !important;
}
@supports (-webkit-touch-callout: none) {

  /* 1. On remet la liste dans un état simple */
  li {
    font-family: inherit;
    font-weight: inherit;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    list-style-position: outside;
  }

  /* 2. Tout ce qui vient juste après une liste repart sur une base "saine" */
  .elementor-widget-text-editor ul + *,
  .elementor-widget-text-editor ul + * * {
    font-family: "Sora", -apple-system, BlinkMacSystemFont,
                 system-ui, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
}
sup {
    font-size: 60% !important;
    top: -5px !important;
}
sup.alt-sup{
	top: -12px !important;
	@media (max-width: 1600px){
		top: -10px !important;
	}
	@media (max-width: 767px){
		top: -8px !important;
	}
}
.elementor-widget-image:not(.logo, .burger) 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;
}

.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, a:hover {
    cursor: pointer;
}

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

/* TEXT IN FRONT OF STROKE */
* {
    paint-order: stroke;
}

/*SEPARATOR*/
.vertical-separator {
    display: flex;
    height: 100%;
    width: 1px;
    background-color: rgba(25, 23, 22, 0.10);;
}

@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;
        }
    }
    .nobr br{
        display: none !important;
    }
}

@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);
}
.text-yellow {
    color: #FFB330;
}
.text-green{
	color: #00CE75;
}
.text-yellow-sup sup {
    color: #FFB330;
}
.text-green-sup sup{
	color: #00CE75;
}
.text-purple-sup sup{
	color: #A575FF;
}
.opacity-sup sup{
	opacity:0.5;
}
/*FIX DEFAULT LINK COLOR ELEMENTOR*/
.inherit a {
    color: inherit !important;
}

.underline a {
    text-decoration: underline !important;
}


/*BLUR UTILITY CLASSES*/
.backdrop-blur-1 {
    backdrop-filter: blur(1px);
}
.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);
}
.backdrop-blur-svg svg {
    backdrop-filter: blur(5px);
}
/*----------------------------------------RECAPTCHA----------------------------------------*/
.grecaptcha-badge,
.grecaptcha-badge * {
    display: none !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;
}
/*----------------------------------------HEADER CUSTOM----------------------------------------*/

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

.elementor-sticky--effects.header-sticky {
    background: rgba(249, 247, 245, 0.90);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
@media (min-width:768px){
    .header-sticky .logo img{
        --logo-width: 153px; /* This should be the original logo height *before* being shrunk */
        --logo-shrink-to: 0.80; /* 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);
        --transition-timing: .45s cubic-bezier(.4, 0, .2, 1);
        transition: width var(--transition-timing);
    }
    .header-sticky.elementor-sticky--effects .logo img{
        width: calc(var(--logo-width) * var(--logo-shrink-to));
    }
}
.overlay{
	background: rgba(0, 0, 0, 0.60);
	width: 100%;
	height: 100%;

}

/*----------------------------------------HOMEPAGE----------------------------------------*/
/*.smooth-carousel{
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 80%, transparent); 
    mask-image: linear-gradient(to right, transparent, black 10%, black 80%, transparent); 
    -webkit-mask-repeat: no-repeat; 
    mask-repeat: no-repeat;
}*/
.smooth-carousel .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.screen{
    mix-blend-mode: screen !important;
}
.text-image{
    margin-right: -5px;
    @media (max-width: 767px){
        width: 133px !important;
    }
}
/*----------------------------------------PAGE PILDIUP----------------------------------------*/
.align-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.opacity-50{
    opacity: 0.5;
}
.icon-blur{
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center
}
.hidden{
    opacity: 0 !important;
    width: 0px !important;
    display: inline-block !important;
}
/*----------------------------------------BLOG----------------------------------------*/
.article-blog h2{
	font-weight:700;
}
.article-blog p, .article-blog ul, .article-blog img, .article-blog ol, .article-blog h2{
	margin-bottom: 22px !important;
}
.article-blog li{
	margin-bottom: 10px !important;
}
.article-blog .wp-block-separator{
	border-top: 1px solid #E0DEDC !important;
	margin-top:10px;
	padding-bottom: 10px;
}
.article-blog h3{
    font-size: 21px;
    font-weight: 600;
}
.article-blog a{
	color : #00CE75;
}