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

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

/* TEXT IN FRONT OF STROKE */
* {
    paint-order: stroke;
}
b, strong{
    font-weight: 700 !important;
}
/*SEPARATOR*/
.vertical-separator {
    display: flex;
    height: 100%;
    width: 1px;
    background-color: #fff;
}

@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;
        }
    }
}

/*CARROUSELS*/
.opacity-carrousel {
    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;
}
.smooth-carrousel .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
/*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);
}

/*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);
}

/*----------------------------------------HEADER----------------------------------------*/
.bg-header{
    backdrop-filter: blur(40px);
}
.lighten{
    mix-blend-mode: lighten;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*----------------------------------------HERO SECTION----------------------------------------*/

.uppercase b{
    text-transform: uppercase;
}
.radial-bg{
    mask-image: radial-gradient(ellipse, black 0%, rgba(0, 0, 0, 0) 50%);
    -webkit-mask-image: radial-gradient(ellipse, black 0%, rgba(0, 0, 0, 0) 50%);
}
/* Empêche le hover/click sur le player Vimeo en background */
.elementor-background-video-container, .elementor-background-video-container *, .video-vimeo{
  pointer-events: none !important;
}
/*----------------------------------------SECTION SLIDER SYNC----------------------------------------*/
.carrousel-sync .owl-item:not(.uc-active-item){
    opacity: .5 !important;
    transition: opacity 2s ease;
    backdrop-filter: blur(40px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
}
.carrousel-syncs .owl-item .uc-active-item{
    opacity: 1 !important;
    transition: opacity 2s ease;
    backdrop-filter: blur(40px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
}
.faq summary[aria-expanded=true] .e-n-accordion-item-title-text{
     font-weight: 700;
}
/*----------------------------------------IFRAME----------------------------------------*/

#portfolio-faq-step{
	display: none !important;
}
/*----------------------------------------MOT DE PASSE FORM----------------------------------------*/
.post-password-form {
    min-height: 80dvh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    color: #fff;
    font-size: 18px;
}
.post-password-form input{
    margin-top: 10px !important;
}
.post-password-form p:last-of-type{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.post-password-form input[type=submit]{
    background-color: transparent;
    border: 1px solid #FFFFFF33;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 40px;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}
/*----------------------------------------RECAPTCHA----------------------------------------*/
.grecaptcha-badge,
.grecaptcha-badge * {
    display: none !important;
}

/*----------------------------------------SCROLLBAR CUSTOM----------------------------------------*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #000;
}
::-webkit-scrollbar-thumb {
    background-color: #5E5E5E;
    border-radius: 20px;
    border: 3px solid #5E5E5E;
}
/*----------------------------------------BLOG----------------------------------------*/

.article-img a{
    width:100% !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: "Lexend";
    font-weight: 700;
}
.chronique h3{
    font-size: 1.5rem;
}
.chronique blockquote{
   color: #000;
    font-family: "Lexend";
    font-size: 23px;
    font-style: italic;
    font-weight: 400;
    line-height: normal; 
    border-radius: 20px;
    background: #fff;
    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 #FFFFFF33;
}
.chronique table tr td:last-child{
    border: none;
    padding: 15px;
    border-right: none !important;
}
.chronique .wp-block-separator {
    border: none;
    border-top: 1px solid #FFFFFF33;
}