/*

:root {
	--background-color: #08B0B8;
	--background-hover-color: #FF7500;
	--button-color: #ffffff;
	--button-hover-color: #08B0B8;
	--background-main: #ffffff;
}
@font-face {
	font-family: "Poppins";
	src: url("../include/fonts/Poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
	font-family: "Fredoka";
	src: url("../include/fonts/Fredoka/Fredoka-VariableFont_wdth_wght.ttf") format("truetype");
}
@font-face {
	font-family: 'ElegantIcons';
	src:url('../include/fonts/ElegantIcons/ElegantIcons.eot');
	src:url('../include/fonts/ElegantIcons/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('../include/fonts/ElegantIcons/ElegantIcons.woff') format('woff'),
		url('../include/fonts/ElegantIcons/ElegantIcons.ttf') format('truetype'),
		url('../include/fonts/ElegantIcons/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Fredoka', sans-serif;
}
*/

/* main */

:root {
	/*
	primaire : #26B3AD
	secondaire : #0E72B6
	terciaire #BCCAE7
	*/
	--background-btn-color: #0E72B6;
	--background-btn-hover-color: rgba(255,255,255,.5);
	--btn-color: #ffffff;
	--btn-hover-color: #BCCAE7;
	--other-color:#27B4AE;
}

._btn_cc_, .et_pb_button, ._reverse_btn_cc_ {
	padding: 10px 20px !important;
	margin: 10px 10px 10px 0px !important;
	border: 3px solid;
	border-color: var(--background-btn-color);
	border-radius: 0px;
	text-transform: uppercase;
	background-color: var(--background-btn-color);
	color: var(--btn-color);
	cursor: pointer;
	font-weight: 700;
	transition: all .3s ease-in-out;
	width: auto;
	display: block;
	position: relative;
}
._reverse_btn_cc_ {
	background-color: var(--btn-color);
	color: var(--background-btn-color);
	border-color: var(--background-btn-color);
}
._btn_cc_:hover::after, .et_pb_button:hover::after {
	/* background-color: var(--background-btn-hover-color); */
	/* color: var(--btn-hover-color); */
	/* border-color: var(--btn-hover-color); */



	/* background-color: var(--background-btn-hover-color); */
	/* color: var(--btn-hover-color); */
	/* border-color: var(--btn-hover-color); */

	width: 100%;



}
.column_flex {
	display: flex;
	align-items: center;
}
#charte_cc {
	position: relative;
}
.absolute_top_center {
	position: absolute;
	top: 0;
	transform: translateY( calc(-50% - 40px ) ) translateX( calc( -50% ) );
	background-color: white;
	margin-left: 50%;
}
.absolute_top_center img {
	width: 75px;
	padding: 10px;
}
.resume_cc img {
	height: 175px;
	object-fit: cover;
}
._btn_cc_::after, .et_pb_button::after {
	position: absolute;
	content: "";
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: var(--btn-hover-color);
	width: 0;
	height: 100%;
	bottom: -10px;
	z-index: -1;
	left: 10px;
}
._btn_margin_auto {
	margin: auto!important;
}
._btn_container_ {
	display: flex;
	align-items: center;
	justify-content: center;
}
.margin_top_50 {
	margin-top: 50px!important;
}
.header_icon img {
	display: block;
	height: 32px;
}

.flex_container {
	display: flex;
	justify-content: space-evenly;
}
.top_bar_header {
	justify-content: space-between;
	align-items: center;
}
.flex_box {
	
}

.container_services {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}

.reverse_hover_div {
	position: relative;
	width: 300px;
	height: 300px;
	perspective: 1000px;
}

.reverse_hover_div > div {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.6s ease;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.reverse_div_1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reverse_div_1 {
	transform: rotateY(0deg);
}

.reverse_div_2 {
	background: linear-gradient(135deg, #f7fafc 0%, #e6f0ea 100%);
	color: #333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	text-align: center;
	transform: rotateY(180deg);
}

.reverse_hover_div:hover .reverse_div_1 {
	transform: rotateY(180deg);
}

.reverse_hover_div:hover .reverse_div_2 {
	transform: rotateY(360deg);
}

.reverse_div_2 h2 {
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
	color: var(--background-btn-color) !important;
}

.reverse_div_2 p {
	font-size: 1rem;
	line-height: 1.4;
	color: #444;
}
.strobos_cc_competence {
	border-bottom: 1px solid #ccc !important;
	width: max-content;
	margin: auto;
}
.strobos_cc .et_pb_image_wrap img {
	height: 250px;
	object-fit: cover;
	width: 250px;
	border-radius: 100%;
}
.strobos_cc .et_pb_main_blurb_image {
	margin-bottom: 15px;
}

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

}
@media screen and (max-width: 767px) {

}

@media screen and (max-width: 350px) {

}



/* preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--background-hover-color);
	z-index: 10000000;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.preloader .status {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

/* global */
body a {
	font-weight: 700;
}
body {
	overflow-x: hidden;
}
.required_input, .maj_not_ok_input{
	border-color: red !important;
	box-shadow: 0px 0px 0px 1px red !important;
	transition: all .2s ease-in-out;
}
.maj_ok_input {
	border-color: green !important;
	box-shadow: inset 0px 0px 2px 1px green !important;
	transition: all .2s ease-in-out;
}
._notice_tt_ {
	text-align: center;
	border: 1px solid #ddd;
	padding: 30px;
	margin: 30px;
	border-radius: 10px;
}
.error_msg {
	color:red;
	margin-top: 10px;
}
.color_red {
	color:red;
	padding-left: 5px;
}

.btn_flex_tt_ {
	width: 100%;
	display: flex;
	flex-wrap: wrap-reverse;
	align-items: center;
	justify-content: space-around;
}
.loader_tt_ {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out;
}
.is_loading {
	opacity: 1;
	display: block!important;
}
/* end global */


/* divi bug */
.et_pb_module.et_pb_image .et_pb_background_mask {
	z-index: 1;
}
.et_pb_slider .et_pb_slide_with_image .et_pb_slide_image {
	display: block !important;
}



/* copyright */
.copyright-totum img, .copyright-totum a, .copyright-totum span {
	display: flex;
	height: 30px;
	width: auto;
	line-height: 30px;
	color:white;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.copyright-totum img {
	margin: 0px 8px;
}

@media screen and (max-width: 767px) {
	.et_pb_row, .et_pb_section {
		width: 100%;
		padding: 0 !important;
		/* margin: 0 !important; */
		max-width: 100%;
	}
	.copyright-totum img, .copyright-totum a, .copyright-totum span {
		height: 25px;
		line-height: 25px;
	}
	.copyright-totum {
		font-size: 12px;
		justify-content: center;
	}
}
@media screen and (max-width: 350px) {
	.copyright-totum {
		font-size: 10px;
	}
	.copyright-totum img {
		margin: 0px 4px;
	}
	.copyright-totum img, .copyright-totum a, .copyright-totum span {
		height: 22px;
		line-height: 22px;
	}
	.copyright-totum {
		justify-content: center;
	}
	#qru_footer .et-pb-icon {
		font-size: 5vh!important;
	}
}
/* end copyright */
