/*
Theme Name: Astra Child
Template: astra
*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --main-color: #374D89;
  --second-color: #7EC8BB;
  --p-size: 16px;
  --p-mobile: 15px;
  --small-title: 20px;
  --big-title: 30px;
  --line-height-p: 24px;
  --line-height-p-mobile: 22px;
  --montserrat: 'Montserrat';
}



.elementor-column{
    min-height: 0px;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
  z-index: 9999;
}

#loading-image {
  z-index: 100000;
  width: 300px;
   -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 7s;
        -moz-transition-duration: 7s;
        -webkit-animation-name: grow;
        -webkit-animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: grow;
        -moz-animation-duration: 4s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
}

@-webkit-keyframes grow {
    0% { 
        transform: scale(1); }
    50% { 
        transform: scale(1.2); }
    100% { 
        transform: scale(1); }

}




/* SITE CONTAINER */









/* STICKY HEADER */

.the-site-header{
    height:120px;
    position: absolute;
    z-index:570;
    top:0;
    left:0;
    right:0;
    transition: 0.3s;
    font-family: "Montserrat";
	}
	

	
.inner-site-header{
	    max-width: 1140px;
	    display: flex;
	    margin:0 auto;
	}
	
.white-header{
		background: rgba(255,255,255,0.8);
}

/* DISPLAY */


#nav-link-two{
    display: none;
}
	
.header-left{
    padding-top: 10px;
    display: flex;
}
	
.header-left img{
		width: 180px;
		margin-top: 10px;
		transition: 0.3s;
	}
	
#language-mob-left{
    display: none;
}
	
	
.header-middle img{
    display: none;
    width: 140px;
    padding-top: 30px;
    margin-left: 20px;
}
	
.header-middle h5{
    font-family: 'Montserrat';
    padding-top: 40px;
    padding-left: 20px;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    font-size: 28px;
    transition: 0.3s;
}

.xnordx-header{
    font-size: 29.7px;
    margin-left: -2px;
}
	
.header-right{
    margin-left: auto;
    padding-top: 40px;
    display: flex;
    transition: 0.3s;
}

.header-right a{
    color: #fff;
    text-decoration: none!important;
    font-size: 15px;
    padding: 15px 15px;
    transition: 0.3s;
    font-weight: 600;
}

.header-right li{
    list-style-type: none;  
}

.header-right hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #fff;
    margin-top: 5px;
    padding: 0;
    transition: 0.3s;
}




.language-wrapper {
    display: none;
  width: 100px;
  text-align: center;
    text-decoration: none!important;
    -webkit-text-stroke-width: 1px;
    font-size: 15px;
    margin-left: 30px;
}

.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}


.sl-nav li {
  cursor: pointer;
}

.sl-nav li ul {
  display: none;
}

.sl-nav li:hover ul {
  position: absolute;
  top:0px;
  right:-15px;
  display: block;
  
  width: 130px;
  padding-top: 54px;
  z-index: 1;
  
}

.sl-nav li:hover .triangle {
  position: absolute;
  top: 40px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: rgba(255,255,255,0.8);
  border-radius:2px 0px 0px 0px;
  
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #7EC8BB;
}



.language-wrapper img{
    width: 25px;
    height: 25px;
}

.active-language{
    top: 1px;
}

.active-language li{
    color: #fff;
    text-shadow: 2px 2px 20px #000;
}

.active-language i{
    margin-top: 5px;
    margin-left: 5px;
}

.dropdown-language li{
    padding-top: 15px;
    background: rgba(255,255,255,0.8)!important;
}

.dropdown-language li a:hover{
    color: #7EC8BB!important;
}

.dropdown-language a{
    color: #374D89!important;
}

#french{
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

#germany{
    box-shadow: 0px 20px 20px rgba(0,0,0,0.2);
}

#spanish{
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 20px 20px rgba(0,0,0,0.2);
}


#language-right{
    margin-left: 20px;
}

#language-right img{
    width: 25px;
    height: 25px;
    margin-bottom: 3px;
}

#language-right span{
    margin-left: 5px;
}


#language-right:hover, #language-right:focus{
    color: var(--main-color);
}


/* --- DROPDOWN MENU --- */

.nav-dropdown {
  position: relative;
}

.nav-dropdown .dropdown {
  display: none;
  position: absolute;
  top: 45px; /* distance sous le lien principal */
  left: 0;
  background: rgba(255,255,255,0.9);
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  z-index: 500;
}

.nav-dropdown .dropdown li {
  list-style: none;
}

.nav-dropdown .dropdown a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  color: var(--main-color);
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s;
}

.nav-dropdown .dropdown a:hover {
  color: var(--second-color);
}

/* Hover version */
.nav-dropdown:hover .dropdown {
  display: block;
}

/* Petite icône flèche */
.nav-dropdown > a i {
  margin-left: 6px;
  font-size: 13px;
  transition: transform 0.3s ease;
}

/* Flèche tourne sur hover */
.nav-dropdown:hover > a i {
  transform: rotate(180deg);
}




/* TOGGLE */


.mobile-nav-toggle{
    display: none;
}

.hidden {
    display: none;
}

.btn-nav-toggle {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 30px;
    background: transparent;
    right: 20px;
    outline: none;
    color: #fff;
    z-index: 10000;
}

.btn-nav-toggle::before, .btn-nav-toggle::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-nav-toggle::before {
    width: 100%;
    height: 3.5px;
    top: 50%;
    -webkit-box-shadow: inset 0 0 0 1em, 0 -7px, 0 7px;
            box-shadow: inset 0 0 0 1em, 0 -7px, 0 7px;
        border-radius: 999px;
        
}



/* Mobile menu container */
.mobile-menu-container {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 100vh;
    width: 80%; /* Menu visible */
    max-width: 300px; /* Optionnel : limite de largeur */
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transform: translateX(100%); /* Cache hors écran */
    opacity: 1; /* Visible par défaut */
}

/* Menu caché (initial) */
#checkbox-menu:not(:checked) ~ .mobile-menu-container {
    transform: translateX(100%); /* Glisse hors de l'écran */
    opacity: 1; /* Maintient visible pendant la transition */
}

/* Masquage complet après la transition */
#checkbox-menu:not(:checked) ~ .mobile-menu-container {
    pointer-events: none; /* Évite toute interaction */
}

/* Menu visible */
#checkbox-menu:checked ~ .mobile-menu-container {
    transform: translateX(0); /* Réintègre dans l'écran */
    opacity: 1; /* Complètement visible */
    pointer-events: auto; /* Permet l'interaction */
}

/* Overlay par défaut */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0; /* Caché par opacité */
    visibility: hidden; /* Non interactif */
    pointer-events: none; /* Empêche les interactions */
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s; /* Transition propre */
}

/* Overlay visible */
#checkbox-menu:checked ~ .menu-overlay {
    opacity: 1; /* Complètement visible */
    visibility: visible; /* Interactif */
    pointer-events: auto; /* Permet les clics */
}


#checkbox-menu:not(:checked) ~ .menu-overlay {
    opacity: 0; /* Disparition fluide */
    visibility: visible; /* Reste visible pendant l'animation */
    pointer-events: none; /* Désactive les interactions */
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s; /* Délai de masquage */
}



.no-scroll {
    overflow: hidden;
    height: 100vh; /* Empêche tout mouvement vertical */
}

.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-menu a {
    display: block;
    padding: 8px 20px;
    color: #374D89!important;
    text-decoration: none;
    text-shadow: 0px 0px 0px #000;
}

.mobile-menu a:hover{
    color: #7EC8BB!important;
}

.mobile-menu a:focus{
    color: #7EC8BB!important;
}





#checkbox-menu:checked ~ .btn-nav-toggle::before {
    -webkit-box-shadow: inset 0 0 0 1em;
            box-shadow: inset 0 0 0 1em;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            color: #374D89;
}

#checkbox-menu:checked ~ .btn-nav-toggle::after {
    width: 100%;
    height: 3.5px;
    top: 50%;
    -webkit-box-shadow: inset 0 0 0 1em;
            box-shadow: inset 0 0 0 1em;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            border-radius: 999px;
            color: #374D89;
}




.mobile-menu-logo{
    display: flex;
}


.mobile-menu-logo img{
    width: 100px;
}

.mobile-menu-logo h5{
    font-size: 25px;
    padding-top: 25px;
    font-family: 'Montserrat';
    padding-left: 0px;
    color: #374D89;
    -webkit-text-stroke-width: 2px;
    text-shadow: 0px 0px 0px #000;
}

.menu-hr{
    border: thin solid #374D89!important;
    background-color: #374D89!important;
    width: 20%!important;
}

.language-toggle{
    display: flex;
    margin-left: 0px;
    margin-top: 20px;
}

.language-toggle img{
    width: 25px;
    margin-right: 5px;
    margin-bottom: 4px;
}


span.mobile-left-en {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.hide-journal{
    display: none;
}


/* Sous-menu : caché par défaut */
.submenu {
  max-height: 0;
  
  overflow: hidden;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}


.submenu li {
  margin: 0.4rem 0;
}

.submenu a {
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

/* Quand ouvert */
.has-submenu.open .submenu {
  max-height: 200px; /* assez pour contenir les 2 liens */
  
  margin-bottom: 15px;
}

/* Flèche Font Awesome */
.submenu-toggle i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

/* Rotation quand ouvert */
.has-submenu.open .submenu-toggle i {
  transform: rotate(180deg);
}



@media all and (max-width: 1200px){
    

#nordx-logo-white{
    display: none;
} 

#language-mob-left{
    display: block;
    margin-top: 32px;
}

#language-mob-left li{
    list-style: none;
}

#language-mob-left i{
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
    
}    

.header-left{
    margin-left: 0px;
}

.header-left img{
    margin-top: 2px;
}





.the-site-header:hover{
    background: transparent;
}

.the-site-header:hover h5 {
    color: #fff;
}

.the-site-header:hover a {
    color: #fff;
}

.the-site-header:hover hr {
    border-top: 2px solid #fff;
}


.header-left{
    width: 120px;
}

.header-left img{
    margin-left: 20px;
}


	
	
.header-right{
    width: 120px;
    margin-left: 0;
}
	
	
.header-middle{
    margin: 0 auto;
}

.header-middle img{
    display: block;
    margin-left: 0;
}
	
.header-middle h5{
    padding-top: 31px;
    padding-left: 0;
}

.mobile-nav-toggle{
    display: block;
}



.main-navigation{
    display: none!important;
}

.language-wrapper {
  display: none;
}
	
.header-left{
    margin-left: 30px;
}

.header-right{
    padding-top: 0px;
}

.btn-nav-toggle{
    margin-top: 45px;
    margin-right: 30px;
}

.mobile-menu-container{
    padding-top: 0px;
}

.mobile-menu{
    margin-left: 10px;
}




    
}

@media all and (max-width: 767px){


#loading-image {
  width: 250px;
}    
    
#nordx-logo-white{
    display: none;
} 

#language-mob-left{
    display: block;
    margin-top: 28px;
}

#language-mob-left i{
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
    
}    
    

.header-left{
    margin-left: 0px;
}

.header-left img{
    margin-top: 2px;
}


	
	.header-middle img{
    margin-left: 0;
    padding-top: 25px;
}
	
.header-left h5{
    font-size: 25px;
    padding-top: 27px;
}

.xnordx-header{
    font-size: 26.5px!important;
}

.header-right{
    padding-top: 0px;
}

.btn-nav-toggle{
    margin-top: 35px;
    margin-right: 5px;
}

.mobile-menu-container{
    padding-top: 0px;
    padding-left: 15px;
}

.white-header{
		background: #fff;
}

.the-site-header{
    height:100px;
    transition: 0s;
	}
	
	
.mobile-menu-logo img{
    width: 120px;
    margin-top: 20px;
    margin-left: 10px;
}

.mobile-menu-logo h5{
    font-size: 25px;
    padding-top: 26px;
    font-family: 'Montserrat';
    padding-left: 0px;
    color: #374D89;
    -webkit-text-stroke-width: 2px;
}

.header-right a{
    padding-left: 0;
}

.mobile-menu{
    margin-left: 10px;
}


}





/* FOOTER */

.footer-full{
    background: #374D89;
}

.footer-overlay{
    background: rgba(0,0,0,0.2);
}

.footer-content{
    max-width: 1140px;
    position: relative;
    font-family: 'Montserrat';
    display: flex;
    margin: 0 auto;
}

.footer-logo h3{
    font-family: 'Montserrat';
    color: #fff;
    font-size: 28px;
    -webkit-text-stroke-width: 2px;
}



.footer-full-nav{
    width: 1200px;
}



.footer-nav h4{
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    -webkit-text-stroke-width: 1px;
    font-family: 'Montserrat';
}

.footer-nav ul{
    margin-left: 0px;
}

.footer-nav li{
    list-style-type: none;
    line-height: 25px;
}

.footer-nav a{
    text-decoration: none!important;
    color: #fff;
    font-size: 17px;
}

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



.hr-lines:after{
  content:" ";
  height: 3px;
  width: 200px;
  background: #fff;
  display: block;
  position: absolute;
  margin-left: 160px;
  margin-top: -9px;
}


.contact-us-btn{
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    margin-top: -12px;
    padding: 10px;
    width: 200px;
}

.contact-us-btn:hover{
    background: #fff;
    border: 3px solid #fff;
    color: #374D89;
}

.contact-us-btn:focus{
    background: #fff;
    border: 3px solid #fff;
    color: #374D89;
}



.footer-contact{
    display: flex;
    padding-top: 50px;
    justify-content: center;
}

.footer-contact h3{
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    -webkit-text-stroke-width: 1px;
    font-family: 'Montserrat';
    margin-right: 250px;
    
}

.footer-contact-us{
  
    color: #fff;
}

.footer-contact-info{
    display: none;
    color: #fff;
    justify-content: center;
}


.footer-contact-info p{
    font-size: 16px;
    font-family: 'Montserrat';
    -webkit-text-stroke-width: 1px;
}

.footer-contact-info i{
    margin-right: 10px;
}

.fa-whatsapp{
    font-size: 22px;
    margin-top: 4px;
}

.fa-envelope{
    margin-top: 5px;
    margin-left: 30px;
    font-size: 20px;
}

.footer-partners{
    margin-left: auto;
    margin-right: 50px;
    margin-top: 20px
}


.social-div p{
    font-family: var(--montserrat);
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.social-hr{
    display: none;
    border-top: 2px solid #fff;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    width: 20%;
    margin-left: auto!important;
    margin-right: auto!important;
}


.social-logos{
    text-align: center;
    margin-bottom: 20px;
}

.social-logos i{
    color: #fff;
    font-size: 22px;
    margin-right: 5px;
    margin-left: 5px;
}




.socialmedialogo{
    display: none;
    margin-bottom: 10px;
    text-align: center;
}

.socialmedialogo i{
    color: #fff;
    margin: 15px;
}

.terms-footer{
    margin-bottom: 5px;
    justify-content: center;
    display: flex;
}

.terms-footer span{
    color: #fff;
    font-size: 15px;
    margin-right: 20px;
    margin-left: 20px;
}

.terms-link{
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
}

.terms-link:hover{
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.terms-link:focus{
    color: #fff;
    text-decoration: underline;
}

.bar-responsive{
    padding-top: 5px;
}

.footer-logo-bottom{
    margin-top: 20px;
    text-align: center;
    
}

.footer-logo-bottom img{
    width: 160px;
    margin-bottom: 10px;
}

.footer-logo-bottom h5{
    margin-top: 5px;
    color: #FFF;
    font-family: 'Montserrat';
    -webkit-text-stroke-width: 2px;
    font-size: 28px;
    margin-bottom: 10px;
}


#logo-footer-btm{
    width: 120px;
}

.copyright-section{
    text-align: center;
    font-family: 'Montserrat';
    line-height: 20px;
    
}

.copyright-section h5{
    font-family: 'Montserrat';
    color: #fff;
    -webkit-text-stroke-width: 1px;
    font-size: 17px;
}



.copyright-section p{
    font-family: 'Montserrat';
    font-size: 13px;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 0;
}



@media all and (max-width: 767px){
    
.hr-lines:after{
  display: none;
}

.footer-full-nav{
    width: 100%;
}

.footer-contact{
    display: block;
}

.footer-contact-us{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.contact-us-btn{
    margin-top: 10px;
}

.footer-contact h3{
text-align: center;
    margin-right: 0px;
}

.terms-footer{
    display: block;
}

.terms-responsive{
    text-align: center;
    margin-top: 10px;
}

.faq-responsive{
    text-align: center;
}

.bar-responsive{
    display: none;
}


.social-div{
    margin-top: 10px;
}

    
}
    
