/* 
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
*/
html, body{
    overflow-x: hidden !important;
}
b, strong {
    font-weight: 700 !important;
}
h5{
	margin-top: 0px !important;
}
.elementor-element-bb7a4e9 h6, .elementor-element-bb7a4e9 p{
	color: #203883 !important;
}
a:focus-visible {
    outline: none !important;
}
@media (min-width: 768px){
	.none-laptop{
		display: none !important;
	}
}
@media (max-width: 768px){
	.none-mobile{
		display: none !important;
	}
}
.wp-block-quote {
    margin: 0px;
}
div.wp-block-buttons{
	margin-top: 20px;
}
.apply-filters__button {
    border: 1px solid #203883 !important;
}
body.single-post a:not(.wp-element-button){
	color: #63BB00;
}
.overflow-hidden, .overflow-hidden .elementor-widget-container{
	overflow: hidden !important;
}
.display-flex{
	display:flex !important;
}
/*----------------------------------------TOGGLE FIRST ITEM ACCORDIONS----------------------------------------*/
.accordion-toggled .elementor-accordion .elementor-accordion-item:first-of-type {
	display: none;
}
.accordion-toggled .elementor-accordion-item {
    border-top: 2px solid #203883 !important;
}
.accordion-toggled .elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
}
/*FIX BG VIDEOS*/
.elementor-wrapper video {
    background-color: transparent !important;
}
/*----------------------------------------RECAPTCHA----------------------------------------*/
.grecaptcha-badge, .grecaptcha-badge *{
    display: none !important;
}

/*----------------------------------------HEADER AND NAV----------------------------------------*/
header{
	position: absolute;
	width: 100%;
	z-index: 99;
}
.stickyheadersection {
transition: background-color .4s ease;
}

.elementor-sticky--effects.stickyheadersection {
background-color: #FFF !important; /* Background color when sticky */
}
@media (min-width:768px){
	.stickyheadersection .logo img{
		--logo-width: 220px; /* This should be the original logo height _before_ being shrunk */
		--logo-shrink-to: 0.70; /* 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));
	}
}
/*----------------------------------------TYPOS----------------------------------------*/
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    transition: all 0.4s ease;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a:hover {
    font-weight: 600 !important;
	letter-spacing : 1px;
}
.bg-blend{
	position: relative;
	color: #FFF !important;
    display: inline-block;
}
.span-overlay .bg-blend::before {
    content: "";
    background-color:  var(--e-global-color-text );
	mix-blend-mode: multiply;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.bg-blend-bottom{
	position: relative;
	color: #FFF !important;
    display: inline-block;
	margin-top: 10px;
}
.span-overlay .bg-blend-bottom::before {
    content: "";
    background-color:  var(--e-global-color-text );
	mix-blend-mode: multiply;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.span-overlay span{
	position: relative;
    z-index: 1;
	color: #FFF !important;
	padding-left: 10px;
    padding-right: 10px;
}
.span-overlay-blue::after {
    content: "";
    background-color: #203883;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.span-overlay-blue {
	position: relative;
    z-index: 1;
	color: #FFF !important;
	padding-left: 10px;
    padding-right: 10px;
}


/*----------------------------------------BOUTON HOVER----------------------------------------*/
.cta a{
	color: #FFF !important;
	font-weight: bold !important;
	background-color: #203883;
	border-radius: 10px;
    border: 2px solid #203883;
	padding: 10px 20px !important;
	margin-bottom: 0;
}
.cta a::after{
	content: "";
    width: 100%;
    height: auto;
    border: 2px solid #203883;
    border-radius: 10px;
    bottom: 0;
    right: 0;
	top: 0;
	left: 0;
    position: absolute;
	z-index: -1;
}
.cta a:hover{
	color: #203883 !important;
	background-color: #FFF;
	border: 2px solid #203883;
	cursor: pointer !important;
}
.cta a{
	transition: ease-in-out 0.25s;
}
.cta a::after{
	transition-delay: 0.25s;
	transition: ease-in-out 0.25s;
}
.cta a:hover::after{
	bottom: 0;
    right: -5px;
    left: 5px;
    top: 0px;
    transform: translateY(-5px);
	background-color: #203883 !important;
}
@media (max-width: 1024px) and (min-width: 426px){
	.img-mobile img{
    	aspect-ratio: 3/1;
    	object-fit: cover;
	}
}
/*----------------------------------------HOMEPAGE----------------------------------------*/
/*ACTUS IMAGES*/
#feed-actus .dce-fix-background-loop .elementor-element{
    background-position-y: center !important;
}
/*BLOG*/
.article-block h3{
    padding: 20px;
    background-color: #ffffffe6;
    border-radius: 10px 10px 0px 0px
}
.article-block .elementor-cta__button-wrapper{
    padding: 0px 0px 20px 20px;
    background-color: #ffffffe6;
}
.article-block .elementor-cta__bg{
        background-position: top;
}
.col-hover:hover{
    margin-top: -12px;
    margin-bottom: 12px;
    transition: all 0.6s ease-out;
}
.col-hover{
    margin-top: 0px;
    margin-bottom: 0px;
    transition: all 0.4s ease-in;
}
/*ANNUAIRE*/
.hide-listing {
    visibility: hidden;
    height: 0;
}

/*----------------------------------------PAGE ANNUAIRE----------------------------------------*/
.pointer-events-none {
	pointer-events: none;
}
.overflow-hidden {
	overflow: hidden;
}
body {
	overflow: hidden;
}
	.jet-color-image-list__button {
		width: 300px;
		height: 230px;
		flex-direction: column;
		transition: all 0.4s ease;
	
		&:hover {
			transform: scale(1.05);
			-webkit-box-shadow: 0 15px 50px -20px rgba(0,0,0,0.35); 
			box-shadow: 0 15px 50px -20px rgba(0,0,0,0.35);
		}
	
		.jet-color-image-list__label {
			width: 100%;
			text-align: left;
			padding: 20px;
			color: #203883;
			font-size: 16px;
			font-style: normal;
			font-weight: 700;
			line-height: normal;
		}
 	}
/*.jet-color-image-list__input:checked .jet-color-image-list__label {
	color: #f4f5f9 ! important;
} */
@media (max-width: 755px){
	.jet-color-image-list__button {
		width: 300px;
		height: fit-content;
		flex-direction: row;
		
		.jet-color-image-list__image, .jet-color-image-list__image img {
			height: 100% !important;
			width: auto !important;
		}

	
	.jet-color-image-list__label {
		padding: 10px;
		font-size: 10px;
		}
	}
}

.jet-checkboxes-list .jet-checkboxes-list-wrapper .jet-list-tree .jet-filter-row, .jet-radio-list .jet-checkboxes-list-wrapper .jet-list-tree .jet-filter-row, .jet-checkboxes-list .jet-radio-list-wrapper .jet-list-tree .jet-filter-row, .jet-radio-list .jet-radio-list-wrapper .jet-list-tree .jet-filter-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
}
.filtre-sous-categorie .jet-list-tree__parent .jet-checkboxes-list__label{
	font-weight: 600 !important;
}
.filtre-sous-categorie div.jet-list-tree__children .jet-list-tree__parent .jet-checkboxes-list__label{
	font-weight: 400 !important;
}
/*----------------------------------------PAGE ANNUAIRE V2----------------------------------------*/

#besoins .jet-color-image-list__input:checked ~ .jet-color-image-list__button .jet-color-image-list__label{
    color: var(--e-global-color-accent) !important;
}

/*----------------------------------------PAGE MISSIONS----------------------------------------*/
.col-ul ul{
	padding-left: 20px !important;
}
.floatIcon {
  transform: translatey(0px);
  animation: float-icon 3s ease-in-out infinite;
}
@keyframes float-icon {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*----------------------------------------SLIDER PAGE MISSIONS----------------------------------------*/
.my-slider .elementor-testimonial__image img {
    object-fit: contain;
}
.my-slider .swiper-slide{
transition: opacity 1.5s;
opacity: 1;
}
@media (min-width:768px){
	.my-slider .swiper-slide-active, .my-slider .swiper-slide-duplicate-prev{
		transition: opacity 1.5s;
		opacity: 0.4 !important;
	}
}
.my-slider .swiper-slider{
	-webkit-transition-timing-function: ease-out-expo !important;
	transition-timing-function: ease-out-expo !important;
}
/*----------------------------------------BOITE IMMAGE----------------------------------------*/
@media (max-width:767px){
    .column-box-img{
        margin-top:10%;
    }
}
/*----------------------------------------FORMULAIRES APPUI----------------------------------------*/
.form-appui .elementor-field-type-html, .form-covid .elementor-field-type-html{
	margin-bottom: 0px !important;
}
.form-appui .elementor-field-type-radio{
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
	margin-bottom: 0px !important;
}
.form-appui .elementor-field-type-radio .elementor-field-label{
	display: flex;
    flex: auto;
}
.form-appui .elementor-field-type-radio .elementor-subgroup-inline{
	display: flex;
    flex: auto;
    margin-top: -3px;
	flex-basis: unset !important;
}
.form-appui .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option, .form-covid .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 20px;
    padding-bottom: 20px;
}
h5.mt-30{
	margin-top: 30px !important;
}
/*----------------------------------------BLOCAGE CONTENU----------------------------------------*/
div#conblock_div_id {
    border: 1px solid #040C43!important;
    padding: 5px!important;
}
.conblock_div input[type=submit] {
    padding: 10px;
    height: 100%;
    cursor: pointer;
	border: 1px solid #040C43!important;
	background-color: #040C43!important;
	color: #fff !important;
	font-weight: bold !important;
}

/*----------------------------------------PAGE PARCOURS----------------------------------------*/
#elementor-tab-title-1842{
	background-color:#203883 !important;
}
#elementor-tab-title-1842 .elementor-accordion-icon svg {
    fill: white !important;
}
#elementor-tab-title-1842 a.elementor-accordion-title {
    color: white !important;
}
div#elementor-tab-content-1842{
	padding: 0px 0px !important;
}