/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/**
*member_carousel style 
**/
.member_carousel .slick-arrow::before {
	display:none;	
}
.member_card {
	height:442px !important;
}
/**
*myMapCard style
**/ 
.myMapCard{
border-radius: 30px; 
}
/**
*MyButton_CTA style
**/ 
.myButton_CTA {
	border: solid 1px #a2c635;
	margin-top: 5px;
	background-color:#65a837;
	transition: background-color 0.3s;
	height:40px;
}
.myButton_CTA:hover {
    background-color: #a2c635;
}

/**
*Liens PDF
**/
.doc_link img {
	border-radius: 30px; 
}
.doc_link::after {
    content:"Télécharger";
    color: white;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-120%);
    opacity: 0;
}
.doc_link:hover::after{
    opacity: 1;
    transform: translate(-50%,-100%);
    transition: all 500ms ease ;
    pointer-events: none;  
}

/**
*Card Section
**/
.card-elem-image{
    position: absolute !important;
    top:0 !important;
    left:0 !important;
    border-radius: 30px !important;
}

.elementskit-section-title span {
	display:inline !important;
}
/**
* MAtières cards
**/
.material_card{
	height:230px;
	transition: opacity ease 300ms;

}
.material_card p{
	opacity:0;
	background-color:rgba(55,55,55,0.6);
	padding:10px 0;
	border-radius: 15px ;
}
.material_card:hover p{
	opacity:1;

}
/*----------------------
* GENERALES
----------------------*/
.elementor-motion-effects-container{
    border-radius: 30px;
}
/**
*Accueil
**/
.services_card {
    height:300px;
    width : 300px !important;
    overflow: hidden;
}
.card_title {
    height : 60px !important;
    background-color: #3EA3DC;
    border-radius: 25px 25px 0 0;
    display: flex;
    align-items: center;
	justify-content: center;
}
.col_key_numbers{
    backdrop-filter: blur(10px);
    border-radius: 25px;
}

/**
*Notre histoire
**/
.person_card {
    width: 260px !important;
	margin: 0 auto;
}

/** accordeon_custom **/

.accordeon_custom  .jet-accordion__item {
    border-radius: 25px 25px 0 0;
    overflow: hidden;
}
.accordeon_custom  .jet-toggle__content{
    visibility: visible !important;
}

.accordeon_custom .jet-toggle__label-text{
	margin-right:70px !important;	
}

/**
*Grand Public
**/
.swiper-slide-inner > img {
	max-height: 250px;	
}

/*----------------------
* HEADER
----------------------*/
body {
	overflow-x:hidden;
}
body.home .sticky-placeholder{display:none;}
/*---- JET STICKY ----*/
.head-header {
	max-width:95%;
	margin:auto;
	margin-top:10px!important;
	position: fixed !important;
    top: 0px;
    left: 2.5% !important;
}

.head-header:before {
	content:"";
	position:absolute;
	background:white;
	height:10px;
	width:100vw;
	top:-10px;
	left:-2.5%;
	z-index:2;
}

/**
*NEW_HEADER
**/
main, footer{
	width: 95%;
	margin:auto;
}
.navigation ul, .jet-sub-menu, .button_header .elementor-widget-container {
    backdrop-filter: blur(4px);
}
.svg-border {
    display: block;
    width: 30px;
    height: auto;
    position: absolute;
    left: 0;
    transform: scale(1.01);
}
.svg-bottom-left {
    bottom:-40px;
    left:-10px;
}
@media only screen and (max-width: 1222px) {
  .head-header {
	  background-color: white !important;
	  	margin-top:0!important;
	}
}
@media only screen and (max-width: 768px) {
	.head-header .elementor-widget-container{
		margin: 0 !important; 
		padding: 10px 20px !important;
	}	
}

/* IMAGES */
.ratio-1 img{
	aspect-ratio:1;
	object-fit:cover;
}

/*******************
* SWITCHER CONTENT
*******************/
.switch-content{display:none;}
.switch-title{
	border-bottom:5px solid;
	padding: 1rem 0 1rem;
	transition: all 250ms;
	font-size: 25px !important;
}
/**
.switch-title:before{
	content: "➡️";
	position: absolute;
	left: 0px;
	opacity:0;
	transition: all 250ms;
}
**/
.switch-title:hover{
	padding: 1rem 2rem 1rem;
}
.switch-title:hover:before{
	opacity:1
}
.switch-wrapper{
	position:absolute;
	top:0;
	bottom:0 !important;
	left:0;
	right:0;
	background-color:#008BCA !important;
	border-radius:30px;
	padding: 2rem;
	transition: all 250ms;
	opacity: 0;
	background:no-repeat;
	background-size:cover;
	color:white;
	font-family: "Matter_text", Sans-serif;
}

/**
.scrollable{
	overflow-y: scroll;
}
**/

.switch-wrapper.active{opacity:1;}
.switch-image-container{position: relative;}


/** title and text border gradient **/

.gradient-container {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content:center;
}

.title-gradient h3 {
	background: linear-gradient(90deg, rgba(0,139,202,1) 0%, rgba(36,36,66,1) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	position: relative;
	padding: 50px;
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
	align-content: center;
	margin: 10px;
}

.title-gradient h3::before {
    content: "";
	position: absolute;
    inset: 0;
    padding: 8px;
    border-radius: 35px;
   	background: linear-gradient(90deg, rgba(0,139,202,1) 0%, rgba(36,36,66,1) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.text-gradient {
    display: flex;
	text-align: center;
    align-items: center;
	align-content: center;
	justify-content: center;
    padding: 20px;
    position: relative;
    transition: max-height 0.3s ease-in-out;
	width: 100%;
    box-sizing: border-box;
	margin: 20px;
}

.text-gradient::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 5px;
    border-radius: 25px;
    background: linear-gradient(90deg, rgba(101,168,55,1) 0%, rgba(0,80,47,1) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@media (min-width: 1236px) {
    .text-gradient {
        display: none;
    }
	
	
    .title-gradient:hover + .text-gradient {
        display: block;
        max-height: 100%;
        animation: fadeInFromTop 0.8s ease;
    }
}

@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-text-editor {
    align-items: center;
	align-content: center;
	justify-content: center;
}


/** blocks with a slide **/

@media (min-width: 1236px) {
    .column-text-slide {
        position: absolute;
        width: 75% !important;
        min-height: 200px;
		height: 100%;
        left: 0;
		transition: all 300ms ease;
        z-index: 1;
    }
    
    .column-text-blur {
        width: 70% !important;
        min-height: 200px;
		height: auto;
        right: 0;
        z-index: 0;
    }
    
    .text-blur {
		transition: all 300ms ease;
        filter: blur(4px);
    }
    
    .text-container .elementor-container {
		display: flex;
		overflow: hidden;
		align-items: center;
		align-content: center;
		min-height: 200px;
		height: auto;
		flex-direction: row-reverse;
		width: 100%;
        border-radius: 15px;
    }

    .text-container .elementor-container:hover .column-text-slide:first-child {
        transform: translateX(-55%);
    }
    
    .text-container .elementor-container:hover .text-blur {
        filter: none;
    }
    
    .text-container .elementor-container:hover .text-slide {
		transition: all 300ms ease;
        filter: blur(4px);
    }
    
}

.column-text-slide .elementor-widget-wrap, .column-text-blur .elementor-widget-wrap {
        align-content: center;
    }



/** css advanced carroussel **/

.jet-carousel__content .jet-carousel__item-title, .jet-carousel__content .jet-carousel__item-text {
    text-align: center;
	color: white;
}


/**
*Blog post card
**/ 

.post-card img {
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius:20px;
}
.post-card h4 {
    line-height: 1em !important;
}
.post-card h4 a {
    line-height: 1em !important;
    font-size: 30px!important;
}

/* Tabs Negoce */
.g-20 .elementor-column{
	width: calc(25% - 20px);
	cursor:pointer;
}

.g-20 .elementor-container{
	gap:20px;
	justify-content:space-between;
}

.tabs .elementor-column.active .elementor-element-populated{
	border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #5CA152;
}
.img-matiere{
	visibility: hidden;
	opacity:0;
	transition: opacity 400ms;
	position:absolute;
}
.img-matiere.active{
	opacity: 1;
	visibility: visible;
}


/* history slick */
.history .slick-slide h3{
    margin: 0;
    border-radius: 20px 20px 0 0;
    padding: .5rem 0;
}

.history .slick-slide p{
	height:0;
	visibility:hidden;
	opacity:0;
    margin: 0;
    padding: 2rem 1.2rem;
	transition: all 400ms;
}

.history .slick-slide:not(.slick-current){
	display:flex;
	align-items:center;
	transition: all 400ms;
}
.history .slick-slide:not(.slick-current) p{padding:0 !important}
.history .slick-slide:not(.slick-current) .elementor-widget-container{
	padding:1.5rem 0;
}
.history .slick-current{
    width:350px !important;
	transition: all 400ms;
}
.history .slick-current h3{
    background: #3DA3DC;
}
.history .slick-current p{
    height:auto;
	visibility:visible;
	opacity:1;
}

.history .slick-track{
	display:flex;
	align-items:center;
	gap:10px;
}

.slick-arrow, .slick-arrow:hover, .slick-arrow:focus{
	opacity:1;
    color: initial;
	border:0;
	background-color: transparent;
	outline: none;
}
.slick-prev:before {
	font-family: "Arial", "Helvetica", sans-serif !important;
  content: "<" !important;
  color: #65a837;
  font-size: 40px;
  font-weight: bolder !important;
}

.slick-next:before {
	font-family: "Arial", "Helvetica", sans-serif !important;
  content: ">" !important;
  color: #65a837;
  font-size: 40px;
  font-weight: bolder !important;
	position: absolute;
}