/* 
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;
}
.overflow-hidden, .overflow-hidden .elementor-widget-container{
	overflow: hidden !important;
}
/*FIX DEFAULT LINK COLOR ELEMENTOR*/
.inherit a{
	color: inherit !important;
}
.underline a{
	text-decoration: underline !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;
}
@media (max-width: 768px){
	.overflow-x{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
    }
    .nobr br{
		display: none;
	}
}
.vertical-separator{
	display: flex;
	height: 100%;
	width: 1.5px;
	background-color: #ffffff1A;
}


/*----------------------------------------HEADER----------------------------------------*/

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

.elementor-sticky--effects.stickyheadersection {
	background-color: #283583!important; /* Background color when sticky */
/* 	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px); */
}
@media (min-width:768px){
	.stickyheadersection .logo img{
		--logo-width: 235px; /* 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);
	}
	.stickyheadersection.elementor-sticky--effects .logo img{
	width: calc(var(--logo-width) * var(--logo-shrink-to));
	}
}
/*----------------------------------------PAGE TRANSITION----------------------------------------*/
.masked{
	mask-image: url(/wp-content/uploads/2025/04/mask.svg);
	mask-size: 00%;
	mask-position: center center;
	mask-repeat: no-repeat;
}

/*----------------------------------------HOMEPAGE----------------------------------------*/
.gradient{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 19.1%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 46.45%, rgba(0, 0, 0, 0.35) 100%);
	height: 100%;
}
.accordion .e-n-accordion-item-title-text, .accordion-catalogue .e-n-accordion-item-title-text {
    align-items: center;
    font-size: var(--n-accordion-title-font-size);
    display: flex !important;
    gap: 10px;
}

#red summary[aria-expanded="true"], .metiers summary[aria-expanded="true"]{
	background-color: #E84B3A !important;
	color: #fff !important;
}
 #red summary:hover, .metiers summary:hover{
	background-color: #E84B3A !important;
	color: #fff !important;
	transition: all 0.1s ease;
}
summary:hover img{
	filter: invert(100%);
	transition: all 0.1s ease;
}
summary:hover svg{
    fill: #fff !important;
    transition: all 0.1s ease;
}
#green summary[aria-expanded="true"]{
	background-color: #85934A !important;
	color: #fff !important;
}
 #green summary:hover{
	background-color: #85934A !important;
	color: #fff !important;
	transition: all 0.1s ease;
}
#blue summary[aria-expanded="true"]{
	background-color: #94B6ED !important;
	color: #fff !important;
}
#blue summary:hover{
	background-color: #94B6ED !important;
	color: #fff !important;
	transition: all 0.1s ease;
}
summary[aria-expanded="true"] img{
	filter: invert(100%);
	transition: all 0.1s ease-out;
}
.accordion summary, .metiers summary, .accordion-catalogue summary{
	z-index: 11 !important;
}
.accordion-catalogue summary:hover img,.accordion-catalogue summary[aria-expanded="true"] img{
	filter: none !important;
	transition: all 0.1s ease;
}
.accordion-catalogue summary:hover svg{
    fill: #fff !important;
    transition: all 0.1s ease;
}
.photo{
	max-height: 700px !important;
}
.carousel-equipe .swiper-wrapper, .smooth-carousel .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.carousel-equipe img{
	max-height: 150px !important;
}
/*----------------------------------------PAGE ATELIER----------------------------------------*/
.remote-bg .ue-remote-carousel-navigation{
    justify-content: space-between;
    width: 100%;
}
/*----------------------------------------PAGE RECRUTEMENT----------------------------------------*/
input#form-field-cv, input#form-field-motivation{
	color: #000;
	background-color: transparent;
}
input#form-field-cv::before, input#form-field-motivation::before{
	content: "+ Joindre un fichier";
	text-align: center;
	font-weight: 400;
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #000;
	padding: 12px;
	display: flex;
	width: 100%;
	margin-bottom: 12px;
	min-height: 45px;
    justify-content: center;
    align-items: center;
    color: #000;
}
.elementor-mark-required .elementor-field-label:after {
    color: #000 !important;
}
.elementor-field-type-acceptance label{
	font-size: 14px !important;
}
/*----------------------------------------FORMULAIRE DE DEMANDE DE PASSAGE----------------------------------------*/
#formulaire-passage *{
	    font-family: "Familjen Grotesk", Sans-serif !important;
}
#formulaire-passage input[name="cp"]{
	font-size: 23px !important;
}
#formulaire-passage input[type="text"], #formulaire-passage input[type="tel"], #formulaire-passage input[type="email"]{
	border: none !important;
	border-radius: 5px !important;
}
#formulaire-passage .champ-form-dem-pass{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#formulaire-passage a{
	color: inherit !important;
	text-decoration: underline;
}
#formulaire-passage input[type="submit"]{
	border-radius: 50px !important;
	width: 100% !important;
	background: #E84B3A !important;
	color: #FFF !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	margin-top: 30px;
}
#formulaire-passage input[type="submit"]:disabled{
	opacity: 0.35 !important;
}
#formulaire-passage .titre-form-dem-pass{
	color: #00A706;
	text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.30);
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    @media (max-width: 767px){
		flex-direction: column;
	}
}
#formulaire-passage .inputs-dem-pass p{
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	gap: 30px;
	@media (max-width: 767px){
		gap: 10px;
	}

}
#formulaire-passage .titre-form-dem-pass-no{
	color: #E84B3A;
	text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.30);
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 30px;
}
#formulaire-passage .wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
    font-weight: 700;
    padding: 0px !important;
}
/*----------------------------------------CATALOGUES----------------------------------------*/

/*----------------------------------------RECAPTCHA----------------------------------------*/
.grecaptcha-badge, .grecaptcha-badge *, .elementor-field-type-recaptcha_v3{
    display: none !important;
}

/*----------------------------------------SCROLLBAR----------------------------------------*/

::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	background: #F5F5F5;
}
::-webkit-scrollbar-thumb {
	background-color: var(--e-global-color-accent);
	border-radius: 20px;
	border: 3px solid var(--e-global-color-accent);
}