/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

/* STICKY HEADER */
.site--header.elementor-sticky--active {
	padding: 10px 0 !important;
	background: #fff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);;
}
.burger.elementor-sticky--active {
	top: 15px !important; /* surcharge le style inline Elementor */
	left: auto !important; /* surcharge le style inline Elementor */
	right: 15px; 
}
.burger.elementor-sticky--active a {
	background: rgba(255,255,255,.75) !important; /* surcharge le style inline Elementor */
	border-radius: 5px;
	padding: 7px 10px;
}

/* FOOTER */
.footer-bottom a {
	color: #ececec  !important;
}

/* NAV */
.nav-desktop a {
	text-transform: uppercase;
	font-weight: 500 !important;
}
.nav-desktop .elementor-item-active {
	font-weight: bold !important;
}
.nav-responsive .elementor-nav-menu li {
	border-bottom: 1px solid #707070;
}


/*  HOMEPAGE PLAYER */
.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.video-container .video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* CERCLE PAGE PARCOURS */
@media screen and (max-width: 420px) {
	.elementor-widget.circle {
		max-width: 94vw !important; /* To avoid scroll extra screen */
	}
}
.circle .elementor-icon i {
	background: #fff;
}


/* FORM ELEMENTOR */
.elementor-field-group {
	margin-bottom: 20px !important;
}

@media screen and (min-width: 768px) {
	.elementor-field-group.elementor-column.elementor-col-50, .elementorr-field-group.elementor-column[data-col="50"] {
	width: calc(100%/2 - 10px)
}
	.elementor-field-group.elementor-column.elementor-col-50+.elementor-field-group.elementor-column.elementor-col-50 {
		margin-left: 20px;
	}
}

.elementor-widget-form .elementor-field-group > label, .elementor-widget-form .elementor-field-subgroup label {
	color: #000;
	font-size: 0.8rem;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #22313F;
}

.elementor-widget-form .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
	border: 1px solid #DADADA;
	border-radius: 1rem !important;
	padding: 0.5rem 0.75rem;
	background: #fff;
	margin-top: 10px;
}

.elementor-widget-form 
select {
	border: 1px solid #DADADA !important;
	border-radius: 1rem !important;
	background: #fff !important;
	padding: 0.5rem 0.75rem !important;
	margin-top: 10px;
}

.elementor-field-group .elementor-select-wrapper::before {
	top: 58%;
	right: 20px;
}

.elementor-field-group .elementor-field-textual::placeholder {
	font-size: 0.85rem;
	font-style: italic;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #777777;
	opacity: .5;
}

/* file input */
.elementor-field-type-upload input {
	border: none !important;
	background: none !important;
}


.elementor-field-type-upload {
	width: 80vw;
	border-radius: 0.75rem;
	border: 1px dashed #C6CADD;
	background: #F5F6F9;
	margin: 20px 0 0 5px;
}

@media screen and (min-width: 420px) {
	.elementor-field-type-upload {
		width: 400px !important;
	}
}
@media screen and (min-width: 768px) {
	.elementor-field-type-upload {
		width: 460px !important;
	}
}

.elementor-field-type-upload:before {
	content: "Glissez vos fichiers ici";
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translatex(-50%);
	font: normal 15px "Poppins";
	height: 50px;
	width: 100%;
	text-align: center;
	line-height: 100px;
	padding: 10px;
	background: url('/wp-content/uploads/upload.svg') no-repeat;
	background-position: center center;
}
.elementor-field-type-upload:after {
	content: "Téléchargez vos fichiers";
	font: 500 12px "Poppins";
	position: absolute;
	top: 67%;
	left: 50%;
	transform: translatex(-50%);
	color: #ffff;
	text-align: center;
	min-width: 180px;
	border-radius: 25px;
	padding: 5px 16px;
	background: #555555;
}
.elementor-field-type-upload input {
	height: 200px;
	text-align: center !important;
	line-height: 275px;
	opacity: 0;
}
.elementor-field-type-upload .or {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	font: normal 15px Lato;
	color: #A7A7A7;
}

.file-uploaded {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 460px !important;
	font: normal 15px Poppins; 
	border: 1px dashed #C6CADD; 
	border-radius: 12px; 
	padding: 16px 24px; 
	background: #F5F6F9; 
	margin: 10px 0 0 5px;
}
.removeUpload {
	color: #db3232;
	cursor: pointer;
}

form .elementor-button {
	margin-top: 30px;
}



/* PUB */ 
.pub {
	border-radius: 25px;
	padding: 35px;
	background: #f5f5f5;
}
.pub img {
	width: 40px;
	margin-bottom: 15px;
}
.pub .text {
	font: bold 24px "Open sans";
	line-height: 1.1;
	color: #000;
}
.pub .text p {
	margin: 0;
}
.pub a {
	position: relative;
	display: inline-block;
	font: normal 14px "Poppins";
	color: #fff;
	border-radius: 25px;
	padding: 7px 30px 7px 20px;
	margin-top: 20px !important;
	background: #000;
}
.pub a:after {
	position: absolute;
	content: ">";
	right: 15px;
	top: 8px;
}


/* BLOG */
.categories-list {
	position: relative;
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* .blog .categories-list a {
	color: #141414;
} */

@media screen and (max-width: 768px) {
	.categories-list {
		white-space:nowrap;
		overflow: scroll;
		padding: 15px;
	}
	.categories-list li {
		margin: 0 30px;
	}
}

/* Categories links */

/* .categories-list a {
	position: relative;
	color: #141414;
	font-weight: 600;
}

.categories-list a.current,
.categories-list a.all:hover {
	color:#437DDC;
}

.categories-list a.current:after,
.categories-list a:hover:after {
	position: absolute;
	content: "";
	width: 35px;
	bottom: -5px;
	right: 0px;
	border-bottom: 3px solid;
	border-color: inherit;
} */

/* Categories radio input */

.categories-list input {
	position: absolute;
	opacity: 0;
}

.categories-list label {
	position: relative;
	color: #141414;
	font: 600 15px "Poppins"
}

.categories-list label.all.active,
.categories-list label.all:hover {
	color:#437DDC;
}

.categories-list label:hover:after,
.categories-list label.active:after {
	position: absolute;
	content: "";
	width: 35px;
	bottom: -5px;
	right: 0px;
	border-bottom: 3px solid;
	border-color: inherit;
}


/* Article */
.blog-posts {
	display: grid;
	/* grid-template-columns: 1fr 1fr 1fr; */
	grid-template-columns: repeat(auto-fill, 360px);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: center;
	max-width: 1140px;
}

.blog-post {
	position: relative;
	border-radius: 24px;
}
.blog-thumb {
	height: 200px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}
.blog-post img {
	display: block;
}
.blog-post .blog-content {
	background-color: #F5F5F5;
	padding: 8px 24px 20px 24px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
}
.blog-post .blog-title {
	color: #000000;
	font-family: "Poppins", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.5em;
	margin-bottom: 0.25rem;
}
.blog-post .date {
	color: #000000;
	font-family: "Open Sans", Sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 0em;
}

.blog .pub {
	padding: 20px;
	background-size: 90% !important;
background-repeat: no-repeat !important;
	background-position: center bottom  !important;
	min-height: 450px;
}
.blog .pub .text {
	font-size: 18px;
}
.blog .pub a {
	margin-top: 10px;
}

@media screen and (min-width: 380px) {
	.blog .pub {
		padding: 35px;
		background-size: 70% !important;
		background-position: center bottom  !important;
		min-height: 650px;
	}
	.blog .pub .text {
		font-size: 24px;
	}
}
@media screen and (min-width: 768px) {
	.blog .pub {
		background-size: 70% !important; 
	}
}
@media screen and (min-width: 1024px) {
	.blog .pub {
		background-size: 100% !important;
	}
}


/* SINGLE */
.single-post h2, .single-post h3 {
	margin-bottom: 0;
}
.single-post h2:not(:first-child) {
	margin-top: 40px;
}

.single-post .pub {
	padding: 35px 20px;
	margin: 20px 0;
	background-size: 80% !important;
background-repeat: no-repeat !important;
	background-position: bottom center !important;
	min-height: 500px;
}

.single-post .pub a {
		margin-top: 5px;
}

@media screen and (min-width: 420px) {
	.single-post .pub {
	padding: 35px 50px;
		margin: 35px 0;
	background-size: 50% !important;
background-repeat: no-repeat !important;
	background-position: right bottom  !important;
		min-height: auto;
}
}

@media screen and (min-width: 768px) {
	.single-post .pub {
	padding: 35px 50px;
	background-size: 40% !important;
background-repeat: no-repeat !important;
	background-position: right bottom  !important;
}
}

@media screen and (min-width: 768px) {
	.single-post .pub {
		margin: 35px 100px;
	}
}

.single-post .pub .title,
.single-post .pub .subtitle {
	color: #000;
}
/*.single-post .pub .subtitle {
	color: #4E88F5;
}*/

