/*
Theme Name: Erelis
Description: WordPress theme for Erelis.
Author: Adrien TORNICELLI
Author URI:
Template: twentytwenty
Version: 1.0
*/

@import "elementor.css";

body, html{
	width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
}

#nav-icon span{
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.eicon-close::before{
    z-index: 222;
    position: relative;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.dialog-lightbox-widget-content a{
	text-decoration: none;
}

strong{
 font-weight: 500 !important;
}

.text__transform--capitalize{
	text-transform: capitalize;
}

#lang-switcher-menu{
	margin-left: 2rem;
}

#lang-switcher-menu-sm{
	margin-left: 2rem;
}

.text__yellow{
 color: #fedf3b;
}

.text__dark_blue{
	color: #003356;
}

.text__purple{
	color:#4E0C4A
}

.text__mole{
	color: #4C483E;
}

.text__gold{
 color: #CDAD58 !important;
}

.text__plum{
	color: #BC574E;
}

.d-none{
	display: none;
}

.overflow-x__hidden{
	overflow-x: hidden;
}

.hide__sm{
	display: inherit;
}

@media (max-width: 768px) {

	.hide__sm{
		display: none;
	}

	/*MENU popup style*/
	.section .slide-buttons li a {
		-webkit-text-stroke: inherit;
		text-stroke: inherit;
		-webkit-text-fill-color: inherit;
		text-fill-color: inherit;
		text-shadow: 0 0 2px rgba(200, 200, 200, 1);
		color: #071219;
		opacity: 0.9;
	}

}


/*SUB NAV*/

.subnav__white{
	color: white;
	text-shadow: 0 0 2px rgba(0,0,0,0.7);
	position: relative;
	z-index: 5;
}



/*GOTHAM*/

.count__container{
	display: flex;
	justify-content: center;
	margin-left: -5rem;
}

#count__gotham--title{
	width: 100%;
	padding-top: 2rem;
}

#count__gotham{
	width:50%;
}

#count__gotham--title2{
	text-align: center;
}

.count__number{
	display: flex;
    width: 100%;
    font-weight: bolder;
    font-size: 10rem;
    letter-spacing: 0.5rem;
    line-height: 8rem;
    justify-content: end;
}

.count__number2{
	display: flex;
    font-weight: bolder;
    font-size: 10rem;
    letter-spacing: 0.5rem;
}

.count__gotham--title_small{
	font-size: 2rem;
    font-style: italic;
}

.count__gotham--title_large{
	font-size: 6rem;
    font-weight: 900;
    text-transform: uppercase;
	line-height: 6rem;
}

.count__wrapper{
	justify-content: end;
    width: auto;
    max-width: 100%;
	align-items: center;
    height: 20rem;
	padding-top: 4rem;
}

.count__wrapper2{
	width: auto;
    max-width: 100%;
	justify-content: center;
}

.count__wrapper2 .elementor-counter-number-prefix{
	 font-size: 10rem;
}

.count__wrapper .elementor-counter-number-prefix{
	font-size: 10rem;
    display: flex;
    justify-content: end;
    position: absolute;
    right: 35rem;
}


#count__gotham--title{
	width: 50%;
}



@media (max-width: 1000px) {
	.count__container{
		margin-left: 0;
		flex-direction: column;
	}
	
	#count__gotham{
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	#count__gotham--title{
		width: 100%;
	}
	
	.count__number{
		width: 100%;
	}
	
	.count__gotham--title_large{
		font-size: 5rem;
	}
	
}


@media (max-width: 600px) {

	#count__gotham{
		width: 100%;
	
	}
	
}

@media (min-width: 2200px) {

	#gotham__spacer{
		--spacer-size: 1000px;
	
	}
	
}


/* JAGER */

.jager__line_container{
	display: flex;
	flex-direction: column;
	position: relative;

}

.jager__orange{
	 color: #ff621c;
}

.jager__green{
	 color: #076a03;
}

.jager__line_1{
	position: relative;
	margin-left: 0;
    width: 70%;
    z-index: 2;
	top: inherit;
	text-shadow: 0 0 1px black;
}

.jager__line_1--green{
	position: relative;
	margin-left: 0;
    width: 500px;
    z-index: 2;
	top: inherit;
	text-shadow: 0 0 1px black;
}

.jager__line_1::before{
	content: "";
    width: 50%;
    height: 1.8rem;
    background: #ff621c;
    position: absolute;
    bottom: -3px;
    left: 0;
	z-index: -1;

}

.jager__line_1--green::before{
	content: "";
    width: 50%;
    height: 1.8rem;
    background: #076a03;
    position: absolute;
    bottom: -3px;
    left: 0;
	z-index: -1;
}

.jager__line_2{
	position: relative;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	z-index: 3;
	
}

.jager__line_3{
	position: relative;
	margin-left: 20%;
    text-align: left;
    z-index: 2;
	width: 100%;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	
}


.jager__line_3--green{
	position: relative;
	margin-left: 20%;
    text-align: left;
    z-index: 2;
	width: 100%;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.jager__line_3::before{
	content: "";
    width: 53%;
     height: 1.8rem;
    background: #ff621c;
    position: absolute;
    bottom: -3px;
    right: 20%;
	z-index: -1;
}

.jager__line_3--green::before{
	content: "";
    width: 53%;
    height: 1.8rem;
    background: #076a03;
    position: absolute;
    bottom: -3px;
    right: 20%;
	z-index: -1;
}

.jager__line{
	position: relative;
	z-index: 2;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.jager__line::before{
	content: "";
    width: 100%;
    height: 1.8rem;
    background: #ff621c;
    position: absolute;
    bottom: -3px;
    right: 10%;
	z-index: -1;
}

.jager__line--left{
	position: relative;
	z-index: 2;
	margin-left: 100px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.jager__line--left::before{
	content: "";
    width: 100%;
    height: 1.8rem;
    background: #ff621c;
    position: absolute;
    bottom: -3px;
    left: -109px;
	z-index: -1;
}

.jager__line--right{
	position: relative;
	z-index: 2;
	margin-right: 100px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);black;
}

.jager__line--right::before{
	content: "";
    width: 130%;
    height: 1.8rem;
    background: #ff621c;
    position: absolute;
   	bottom: -3px;
    right: -109px;
	z-index: -1;
}

@media (max-width: 1030px) {

	.jager__line--right::before{
		content: none;

	}

	.jager__line--left::before{
		content: none;
	}
	.jager__line::before{
		content: none;
	}
	.jager__line_1::before{
		content: none;
	}
	.jager__line_1--green::before{
		content: none;
	}
	.jager__line_3::before{
		content: none;
	}
	.jager__line_3--green::before{
		content: none;
	}




	.jager__line_1{
		width: 100%;
		text-align: center;
	}
	
	
	.jager__line_1::before{
		bottom: inherit;
		top: 0;
		left: 0;
		z-index: -1;
	}
	
	.jager__line_1--green{
		width: 100%;
	}
	
	
	.jager__line_1--green::before{
		bottom: inherit;
		top: 0;
		left: 0;
		z-index: -1;
	}
	
	.jager__line_3--green{
		margin-left: 0;
	}
	
	.jager__line_3--green::before{
		right: 0;
	}
	
	.jager__line_3{
		margin-left: 0;
		text-align: center;
	}
	
	.jager__line_3::before{
		right: 0;
	}
	
	.jager__line--left{
		margin-left: 0;
	}
	
	.jager__line--right{
		margin-right: 0;
	}
	
}

/* Ochateau */


.ochateau__img--right{
		width: 50%;
		left: 0;
		display: inherit;
		margin-left: inherit;
		margin-right: inherit;
		margin-top: inherit;
		margin-bottom: inherit;
}

.ochateau__img--top{
	
}

.ochateau__img--empty{
	display: block;
}

/* HOME 2025 */

.text__blue{
	color: #9cd8d8;
}

.text__white{
	color: #ffffff;
}


/*REFERENCE*/


.scale-up {
    transition: transform 400ms ease;
    transform: scale(1.02);
}

.dimmed {
    position: relative;
    transition: background-color 300ms ease;
}

.dimmed::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 2;
}

.project{
    transition: transform 400ms ease;
}

.reference__container{
    display: flex;
}

.reference__container span{
    margin-right: 1rem;
    font-weight: 600;
}

.reference__container span:hover{
   cursor: pointer;
}


@media (max-width: 768px) {

	.reference__container{
		display: flex;
    	flex-direction: column;
	}

	.dimmed{
		display: none !important;
		transition: inherit;
	}

	.scale-up {
		transition: inherit;
		transform: inherit;
	}

	.project{
		transition: inherit
	}


	

	.ochateau__img--right{
		position: relative !important;
		width: 50% !important;
		left: 0 !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	
	.ochateau__img--top{

	}
	
	.ochateau__img--empty{
		display: none;
	}
}

@media only screen and (min-width: 768px) {

	.reference__container{
		display: flex;
		justify-content: space-around;
	}

}

@media only screen and (min-width: 1168px) {
.reference__container{
		display: flex;
		justify-content: space-around;
	}
}
	

@media only screen and (max-device-width: 900px) and (max-device-height: 400px) and (orientation: landscape) {
 	.ochateau__img--empty{
		display: none;
	}
	
	.ochateau__img--right{
		position: relative !important;
		width: 50% !important;
		left: 0 !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

.swiper-slide-image{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.elementor-nav-menu__container a{
 	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.elementor-widget-container .fa-facebook-f::before{
 	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.elementor-widget-container .fa-instagram::before{
 	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.slide-buttons {
   
    width: 800px !important;
   
   
}

/*POLYLANG*/

.polylang_siwtch{
	font-family: "Univers", Sans-serif;
    font-size: 22px;
    text-transform: uppercase;
	font-weight: 400;
    text-transform: capitalize;
    color: white;
}

.polylang_siwtch:hover{
	color: #C89C42;
}



