/*
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
*/

/** ------------------------- HEADER ------------------------- **/
.grecaptcha-badge { visibility: hidden; }
#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 14px !important;
}
div#tarteaucitronAlertBig:before {
    font-size: 28px !important;
}
#masthead {
    position: sticky;
}

#menu-1-4846a97 {
    flex-wrap: nowrap;
}

#menu-1-4846a97 li{
    white-space: nowrap;
}
@media screen and (max-width: 1350px) {
    .elementor-16 .elementor-element.elementor-element-abb8ee6 .elementor-nav-menu--main .elementor-item {
        color: #142155;
        fill: #142155;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
@media screen and (max-width: 1024px) {
    #menu-1-4846a97 {
        flex-wrap: wrap;
    }

    #menu-1-4846a97 li{
        white-space: break-spaces;
    }
}


/* CSS submenu flag in header */
.hfe-nav-menu .sub-menu {
    min-width: auto;
}

.elementor-740 .elementor-element.elementor-element-4846a97 ul.sub-menu,
.elementor-16 .elementor-element.elementor-element-4846a97 ul.sub-menu {
    width: 58px;
}


.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    
    padding-bottom: 10px;
}


@media (min-width: 1025px) {
    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle, .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
        display: block !important;
    }
}
@media screen and (min-width: 1315px) {
    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle, .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
        display: none !important;
    }
    /* CSS contact elements in menu header */
    .menu-item-744,
    .menu-item-22 {
        display: flex;
    }

    .menu-item-744 a,
    .menu-item-22 a {
        padding: 8px 20px;
        color: #fff !important;
        background-color: #142155;
        border-radius: 20px;
        transition: 0.3s ease;
    }

    .menu-item-744 a:hover,
    .menu-item-22 a:hover {
        background-color: #2F8DC9;
    }
}
/* ------------------------- 404 ------------------------- */

.background-404 {
    background-image: url("/wp-content/uploads/background-404.jpg");
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.background-404 main {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.background-404 h1 {
    font-family: "Sora", Sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.background-404 p {
    font-family: "Sora", Sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

.background-404 .page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.button-404 {
    background-color: #142155;
    color: #fff;
    text-decoration: none !important;
    font-family: "Sora", Sans-serif !important;
    font-size: 1rem !important;
    transition: 0.3s ease;
    padding: 12px 16px;
    border-radius: 60px;
    width: fit-content;
}

.button-404:hover {
    background-color: #307EC3;
    color: #fff;
}

@media screen and (max-width: 775px) {

    .background-404 {
        height: 50vh;
    }

    .background-404 h1 {
        font-size: 2rem;
    }

    .background-404 p {
        font-size: 1rem;
    }
}

/* ------------------------- PAGE CONFIDENTIALITE - PAGE MENTIONS LEGALES ------------------------- */

.post-253 h1,
.post-3 h1,
.post-760 h1,
.post-755 h1{
    font-family: "Sora", Sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 3.1rem;
    color: #0E2945;
}

.post-253 a,
.post-3 a,
.post-260 a,
.post-755 a{
    text-decoration: underline;
}

body.privacy-policy #content,
body.page-id-253 #content,
body.page-id-755 #content,
body.page-id-760 #content {
    margin-top: 164px;
}

/* ------------------------- SCROLL TO TOP ------------------------- */

.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg{
    fill: #142155;
}

/* ------------------------- CARROUSSEL ------------------------- */

.elementor-2 .elementor-element.elementor-element-d5b2a6c .swiper-pagination-bullet{
    border-radius: 0;
    width: 4vw;
}

.elementor-widget-container .swiper-pagination {
    margin-bottom: -20px;
}







