/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
 Project:		 Seegenio
*/

:root {
	/* ----- Colors ----- */
	--main:#FFDE14;
	--second:#1D1D1B;
	--third:#F4F4F4;
	--light:white;
	--body:#1D1D1B;

	/* ----- Elements ----- */
	--radius-s: 10px;
	--radius-m: 20px;
	--radius-l: 50px;
	--gap-s:10px;
	--gap-l:30px;

	/* ----- Flex width columns ----- */
	--two-col:calc((100% - var(--gap-l)) / 2);
	--three-col:calc((100% - (2 * var(--gap-l))) / 3);
	--four-col:calc((100% - (3 * var(--gap-s))) / 4);
	--five-col:calc((100% - (4 * var(--gap-s))) / 5);	

	/* ----- Padding/Margin ----- */
	--25px:1.5625rem;
	--30px:1.875rem;
	--40px:2.5rem;
	--50px:clamp(1.5625rem, 1.0417rem + 1.7361vw, 3.125rem);
	--60px:clamp(2rem, 1.1241rem + 2.9197vw, 3.75rem);
	--70px:clamp(2.1875rem, 1.4583rem + 2.4306vw, 4.375rem);
	--80px:clamp(2.5rem, 1.6667rem + 2.7778vw, 5rem);
	--100px:clamp(5rem, 4.1667rem + 2.7778vw, 7.5rem);
	--120px:clamp(6.25rem, 5.8333rem + 1.3889vw, 7.5rem);
	--150px:clamp(6.25rem, 5.2083rem + 3.4722vw, 9.375rem);
	--160px:clamp(6.25rem, 5rem + 4.1667vw, 10rem);
	--180px:clamp(7.5rem, 6.25rem + 4.1667vw, 11.25rem);
	--200px:clamp(7.5rem, 5.8333rem + 5.5556vw, 12.5rem);
	--250px:clamp(11.25rem, 9.7917rem + 4.8611vw, 15.625rem);

	/* ----- Padding Buttons ----- */
	--padding-btn-v:clamp(0.625rem, 0.5417rem + 0.2778vw, 0.875rem); /* 14px */
	--padding-btn-h:clamp(1.25rem, 1.0833rem + 0.5556vw, 1.75rem); /* 28px */
	--padding-btn:var(--padding-btn-v) var(--padding-btn-h);	

	/* ----- Font-Size ----- */
	--fs18:1.125rem;
	--fs20:1.25rem;
	--fs24:1.5rem;
	--fs30:1.875rem;
	--fs36:clamp(1.875rem, 1.75rem + 0.4167vw, 2.25rem);
	--fs44:clamp(1.875rem, 1.5833rem + 0.9722vw, 2.75rem);
	--fs50:clamp(1.875rem, 1.4583rem + 1.3889vw, 3.125rem);
	--fs60:clamp(1.875rem, 1.25rem + 2.0833vw, 3.75rem);
	--fs70:clamp(2.5rem, 1.875rem + 2.0833vw, 4.375rem);
	--fs80:clamp(3.125rem, 2.5rem + 2.0833vw, 5rem);
	--fs90:clamp(3.125rem, 2.2917rem + 2.7778vw, 5.625rem);
	--fs100:clamp(3.125rem, 2.0833rem + 3.4722vw, 6.25rem);
	--fs120:clamp(3.125rem, 1.6667rem + 4.8611vw, 7.5rem);
	--fs140:clamp(3.125rem, 1.25rem + 6.25vw, 8.75rem);
	--fs200:clamp(3.5rem, 0.5rem + 10vw, 12.5rem);
	--fs-btn:1rem;	
}
::selection {
	background: var(--main);
	color: var(--second);
}
body {
	font-size: var(--fs18) !important;
	color:var(--body);
	font-weight: 300;
	background: var(--light) !important;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0;
	color: var(--second) !important;
}
h1 {
	font-size:var(--fs90);
	line-height: 111.11%;
}
h1 span {
	font-weight: 400;
	font-size: var(--fs50);
	line-height: 120%;
	display: inline-block;
	margin-top: 20px;
}
h2 {
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2em;
}
.et_fullwidth_nav #main-header .container {
	padding-left: 30px !important;
	padding-right: 30px !important;	
}
#et-main-area {
	overflow: hidden;
}
#main-content {
	z-index: 10000;
	position: relative;
}
.et_pb_section {
	padding: 0 !important;
	margin-bottom: var(--250px);
	background: transparent;
}
.et_pb_row {
	max-width: 1170px;
	width: 90%;	
	padding:0 !important;
}
.et_pb_row .et_pb_promo {
	background-color:transparent !important;
	padding:0;
}
.et_pb_row .et_pb_promo_description {
	padding-bottom:0;
}
.no-margin-b {
	margin-bottom:0 !important;
}
.no-margin-t {
	margin-top:0 !important;
}
.no-padding-b {
	padding-bottom:0 !important;
}
.no-padding-t {
	padding-top:0 !important;
}
.padding-t-m {
	padding-top: var(--50px) !important;
}
.padding-b-m {
	padding-bottom: var(--50px) !important;
}
.padding-t-l {
	padding-top: var(--100px) !important;
}
.padding-b-l {
	padding-bottom: var(--100px) !important;
}
.margin-b-s {
	margin-bottom: var(--50px) !important;
}
.margin-b-m {
	margin-bottom: var(--100px) !important;
}
.margin-t-m {
	margin-top: var(--100px) !important;
}
.margin-b-l {
	margin-bottom: var(--200px) !important;
}
.align-left * {
	text-align:left !important;
}
.align-center * {
	text-align:center !important;
}
.align-right * {
	text-align:right !important;
}
.fullwidth-row, .title-row {
	max-width: 1620px;
	width: 90%;	
}
div[class*="flex-"] .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--gap-s);
}
#top-menu a {
	color: var(--second) !important;
	font-size: var(--fs18);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 0 !important;
}
#top-menu a:hover {
	opacity: 1 !important;
	transition: all 0.2s ease-in-out;
	color: var(--main) !important;
}
.flex-two .et_pb_column, .flex-three .et_pb_column {
	gap: var(--gap-l) !important;
}
.flex-two .et_pb_column .et_pb_module {
	width:var(--two-col);
}
.flex-three .et_pb_column .et_pb_module {
	width:var(--three-col);
}
.flex-four .et_pb_column .et_pb_module {
	width:var(--four-col);
}
.flex-five .et_pb_column .et_pb_module {
	width:var(--five-col);
}
.et_button_no_icon .et_pb_button, .et_pb_button, #top-menu .btn-menu a {
	color: var(--second) !important;
	text-align: center;
	font-size: var(--fs-btn);
	font-style: normal;
	font-weight: 700;
	line-height: normal !important;
	background: var(--main);
	border:1px solid var(--main);
	padding: var(--padding-btn) !important;
	border-radius: 25px;
}
.et_button_no_icon .et_pb_button:hover, .et_pb_button:hover, #top-menu .btn-menu a:hover {
	background: transparent;
	border:1px solid var(--main);
	padding: var(--padding-btn) !important;	
}
/* BTNs Fixed header */
.et_button_no_icon .et-fixed-header #top-menu .btn-menu a, .et-fixed-header #top-menu .btn-menu a {
	padding:10px 14px !important;
	min-width: 100px;
}
.et_button_no_icon .et-fixed-header #top-menu .btn-menu a:hover, .et-fixed-header #top-menu .btn-menu a:hover {
	padding:10px 14px !important;	
}
/* Fin BTNs Fixed header */
.et_button_no_icon .btn-border.et_pb_button {
	color: var(--white) !important;
	background: transparent;
	border:1px solid var(--main);	
}
.et_button_no_icon .btn-border.et_pb_button:hover, .btn-border.et_pb_button:hover {
	opacity: 0.7;
}
.header-section {
	height: calc(101vh - 107px);
}
.header-title-col {
	padding-top:var(--200px) !important;	
	padding-left: var(--100px);
}
.header-section::after {
	content:"";
	height: var(--200px);
	width: 1870px;
	background: var(--main);
	position: absolute;
	bottom: 0;
	right: 0;
	border-top-left-radius: var(--radius-m);
	max-width: 99%;	
}
.header-section .header-row {
	max-width: 1820px;
    width: 96%;	
}
.card-module {
	margin-bottom: 0 !important;
	border-radius: var(--radius-m);
	background: var(--third);
	padding: var(--40px);
}
.card-module h3 {
	font-size: var(--fs30);
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	margin-bottom: 10px;
}
.yellow-bg {
	background: var(--main);
}
.etapes-section::after {
	content: "";
	width: 1870px;
	background: var(--main);
	height: calc(100% - var(--150px));
	position: absolute;
	right: 0;
	top: 0;
	border-bottom-left-radius: var(--radius-m);	
	border-bottom-right-radius: var(--radius-m);
	max-width: 99%;
	z-index: -1;
}
.title-module {
	margin-bottom: var(--50px) !important;
}
.header-img-col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap:20px;
}
.header-img {
	margin-bottom: 0 !important;
}
.header-img.poules {
	grid-area: 1 / 1 / 3 / 2;
	top:250px;
}
.header-img.oeufs {
	grid-area: 1 / 2 / 2 / 3;
}
.header-img.poussins {
	grid-area: 2 / 2 / 3 / 3; 
}
.header-img img {
	height: 26vw;
	min-height: 450px;
	object-fit: cover;
	border-radius: var(--radius-m);
}
#main-header {
	box-shadow: none;
}
.card-module .et_pb_blurb_description {
	font-size: var(--fs20);
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}
.card-module .et_pb_main_blurb_image img {
	max-height: var(--100px);
	width: auto;
}
.keynbr-row {
	max-width: 1920px;
	width: 100%;
}
.dica_divi_carouselitem {
	height: 37vw !important;
}
.keynbr-module .dica-item-content {
	background: var(--main) !important;
	flex-grow: initial !important;
	background: var(--main) !important;
	flex-grow: initial !important;
	width: fit-content !important;
	padding: var(--80px) var(--80px) var(--80px) var(--80px);
    left: var(--50px);
    bottom: var(--50px);
    position: absolute;
    border-radius: var(--radius-m);
}
.keynbr-module .et_pb_module_inner {
    border-radius: var(--radius-m);	
}
.keynbr-module .item-title {
	font-size: var(--fs60) !important;
	font-style: normal;
	font-weight: 900;
	line-height: 100%;
	margin-bottom: 0;
}
.keynbr-module .dica-item .content {
	font-size: var(--fs24) !important;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
} 
.keynbr-module .dica-item-content::before {
	content: "";
	padding: 5px 10px;
	border-radius: 10px;
	background: #FFE85A;
	position: absolute;
	top: 20px;
	left: 20px;
	font-weight: 700;
}
.keynbr-module .dica_divi_carouselitem_0 .dica-item-content::before {
	content: "1/5";
}
.keynbr-module .dica_divi_carouselitem_1 .dica-item-content::before {
	content: "2/5";
}
.keynbr-module .dica_divi_carouselitem_2 .dica-item-content::before {
	content: "3/5";
}
.keynbr-module .dica_divi_carouselitem_3 .dica-item-content::before {
	content: "4/5";
}
.keynbr-module .dica_divi_carouselitem_4 .dica-item-content::before {
	content: "5/5";
}
.dica-container .swiper-button-prev:before {
	content:"" !important;
	background: url("/wp-content/uploads/2025/05/arrow-left.svg");
	background-size: 100%;
	width: var(--60px);
	height: var(--60px);	
}
.dica-container .swiper-button-next:before {
	content:"" !important;
	background: url("/wp-content/uploads/2025/05/arrow-right.svg");
	background-size: 100%;
	width: var(--60px);
	height: var(--60px);	
}
.dica-container .swiper-buttton-container div:hover::before {
	opacity: 0.6;
}
.keynbr-module .swiper-buttton-container {
    top: -90px;
    position: absolute;
    right: 5%;
    display: -webkit-inline-box;
}
.keynbr-module .dipl_image_card_content_wrapper {
	border-radius: var(--radius-m);
}
.dipl_image_card_inner_content_wrapper {
	background: var(--main);
	border-radius: var(--radius-m);
	width: fit-content;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: var(--100px) var(--80px);
	left: var(--50px);
	bottom: var(--50px);	
}
.bg-grey {
	background: var(--third);
}
.techno-module {
	padding: 20px;
	border-radius: var(--radius-m);
	margin-bottom: 0 !important;
}
.fullwidh-row {
	max-width: 1620px;
	width: 90%;
}
#top-menu {
	display: flex;
	gap: var(--50px);
	align-items: center;
}
#top-menu li {
	padding-right: 0 !important;
}
.et_header_style_left #et-top-navigation {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.et_header_style_left .et-fixed-header #et-top-navigation {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.motion-module {
	border-radius: var(--radius-m);
	overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #e6e6e6;	
}
.motion-desc {
	margin-bottom: var(--50px) !important;
}
.motion-desc .et_pb_text_inner {
	font-size: var(--fs20);
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	max-width: 790px;	
}
.ab-row {
	display: grid;
	grid-template-columns: 1fr 49vw;
	gap: 20px;
}
.ab-row .ab-img-col {
	width: 100%;
	margin-right: 0 !important;
}
.ab-row .ab-img-col .et_pb_image_wrap {
	border-radius: var(--radius-m);
	overflow: hidden;
	min-height: 500px;
}
.ab-row .ab-img-col .et_pb_image_wrap img {
	min-height: 500px;
	object-fit: cover;
}
.ab-row::after {
	display: none;
}
.ab-row .et_pb_column {
	width: 100% !important;
	margin-right: 0 !important;
}
.ab-img {
	margin:0 !important;
}
.ab-img:nth-of-type(2) {
	margin-top: var(--100px) !important;
}
.embryon-section .ab-content-col {
	top:30px;
}
.embryon-module .et_pb_text_inner {
	font-size: var(--fs20);
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}
.embryon-module .et_pb_text_inner strong {
	font-size: var(--fs30);
	font-style: normal;
	font-weight: 900;
	line-height: 120%;
	margin-bottom: 15px;
	display: inline-block;
    max-width: 630px;	
}
.etapes-section .card-module .et_pb_blurb_content {
	position: static;
}
.etapes-section .card-module {
	height: 23vw;
	min-height: 450px;	
}
.etapes-section .card-module .et_pb_blurb_container {
	left: var(--40px);
	right: var(--40px);	
	bottom: var(--40px);
	position: absolute;
}
.embryon-section .card-module {
	padding: var(--80px) !important;
}
.techno-module .et_pb_image_wrap img {
	max-height: 20px;
	width: auto;
}
.techno-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--150px);
}
.techno-row::after {
	display: none;
}
.techno-row .et_pb_column {
	display: grid;
	gap: 10px;
	margin-right: 0 !important;
	width: 100%;
	align-content: flex-start;	
}
.techno-row .et_pb_column::before {
	content: "";
	height: 100%;
	width: 1px;
	background: #E8E8E8;
	position: absolute;
	right: -75px;
	top: 0;
}
.techno-row .et_pb_column:last-child::before {
	display: none;
}
.techno-module .et_pb_blurb_description {
	font-size: var(--fs18);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.techno-module .et_pb_blurb_container {
	padding-left: 0;
}
.techno-module .et_pb_main_blurb_image {
	align-content: center;
}
.techno-title h3 {
	font-size: var(--fs30);
	font-style: normal;
	font-weight: 600;
	line-height: 122.222%;
}
.techno-row .techno-title {
	margin-bottom: 20px !important;
}
.techno-section .title-row .title-module {
	margin-bottom: var(--80px) !important;
}
.keynbr-section .title-row .title-module {
	margin-bottom: var(--50px) !important;
}
.toggle-module {
	background: var(--third);
	border:0;
	padding: var(--30px) var(--50px) !important;
	border-radius: var(--50px);
	margin-bottom: 20px !important;
}
.toggle-module:last-child {
	margin-bottom: 0 !important;	
}
.toggle-module h3 {
	font-size: var(--fs30);
	font-style: normal;
	font-weight: 900;
	line-height: 126.667%;
}
.toggle-module .et_pb_toggle_title:before {
	content: "";
	background: url("/wp-content/uploads/2025/05/plus.svg");
	width: var(--50px);
	height: var(--50px);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	background-size: 100%;
	margin: auto;
}
.toggle-module.et_pb_toggle_open .et_pb_toggle_title:before {
	content: "";
	background: url("/wp-content/uploads/2025/05/close.svg");
	width: var(--50px);
	height: var(--50px);
	position: absolute;
	top: -3px;
	bottom: 0;
	right: -20px;
	background-size: 100%;	
}
.team-row {
	grid-template-columns: minmax(600px, auto) 42.2vw;
	gap: var(--80px);
}
.team-row .ab-img-col {
	display: flex;
	gap: 20px;
}
.team-module {
	margin-bottom: 0 !important;
}
.team-module figure {
	border-radius: var(--radius-m);
	overflow: hidden;	
}
.team-module img {
	height: 550px;
	object-fit: cover;
}
.team-module .dipl_interactive_image_card_wrapper_content {
	font-size: 1rem !important;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4em !important;
}
.team-module .dipl_interactive_image_card_wrapper_content img {
	width: 24px;
	height: 24px;
	margin-top: 20px;
}
.team-module .dipl_interactive_image_card_wrapper_content strong {
	font-size: var(--fs24) !important;
	color: var(--main) !important;
}
.team-module .dipl_interactive_image_card_wrapper_inner {
	height: 100%;
}
.team-module figcaption::before {
	display: none;
}
.team-module figure h3 {
	padding: 0 !important;
    bottom: 0;
    position: absolute;
    color: var(--light) !important;
}
.team-module figure:hover {
	background: var(--second) !important;
}
.team-module figure:hover h3 {
	display: none !important;
}
.team-module figure img {
	transform: translate3d(-20px,0,0);
}
.team-module.olivier {
	top: var(--50px);
}
.title-module .et_pb_promo_description div {
	margin-top: var(--30px);
}
.title-module .et_pb_button_wrapper {
	margin-top: var(--30px);
}
.partner-module .et_pb_blurb_content {
	max-width: 100%;
}
.partner-module .et_pb_blurb_container {
	align-content: center;
}
.partner-module .et_pb_blurb_content img, .partner-module .et_pb_main_blurb_image {
	width: var(--70px);
	height: var(--70px);
	min-width: 50px;
	min-height: 50px;
	border-radius: 5px;
}
.partner-module.unitec .et_pb_blurb_content img, .partner-module.unitec .et_pb_main_blurb_image {
	height: auto !important;
}
.partner-module .et_pb_blurb_description {
	font-size: 0.875rem !important;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}
.partner-module.cea {
	margin-bottom: 20px !important;
}
.bg-dark {
	background: var(--second) !important;
	color: var(--light) !important;
	padding: var(--180px) 0 !important;
}
.bg-dark h2 {
	color: var(--main) !important;
	font-size: var(--fs80) !important;
	font-style: normal;
	font-weight: 900;
	line-height: 100%;
}
.et_button_no_icon .bg-dark .et_pb_button:hover {
	color: var(--main) !important;
	border-color: #ffde1445 !important;
}
.cta-row .title-module {
	margin-bottom: 0 !important;
}
.cta-section {
	margin-bottom: 0 !important;
	background: transparent !important;
}
.cta-row {
	border-radius: var(--radius-m);	
}
.cta-favicon {
	margin-bottom: var(--50px) !important;
}
.cta-favicon img {
	opacity: 0.2;
}
.cta-row .title-module .et_pb_promo_description div {
	font-size: var(--fs24);
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	max-width: 955px;
	margin:var(--50px) auto 0 auto;
}
.cta-row .et_pb_button_wrapper {
	margin-top: var(--50px) !important;
}
.bg-yellow {
	background: var(--main) !important;
}
.footer-section {
	margin-bottom: 0 !important;
	margin-top: calc(var(--150px) * -1);
	border-radius: var(--radius-m) var(--radius-m) 0 0;
}
.bg-yellow a {
	color: var(--second);
}
.bg-yellow a:hover {
	text-decoration: underline;
}
.footer-row {
	padding: var(--200px) 0 var(--50px) 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.footer-row .et_pb_column {
	margin-right: 0 !important;
	width: 100% !important;
    align-content: center;
    align-items: center;	
}
.footer-mentions-col {
	display: flex;
	gap: 5px;
	justify-content: center;
}
.footer-row .et_pb_module {
	margin-bottom:  0 !important;
}
.footer-linkedin .et_pb_image_wrap {
	text-align: right;
}
.title-module h2 span {
    display: inline;
    position: relative;
}
.title-module h2 span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 8px;
	border-radius: 5px;
	background-color: var(--main);
	transform: scaleX(0);
	transform-origin: left;
	z-index: -1;
	transition: transform 0.8s ease-in-out;	
}
.etapes-section .title-module h2 span::after {
	background: rgba(255, 255, 255, 0.80);
}
.title-module h2 span.visible::after {
	transform: scaleX(1);
}
ul li::marker {
	color:var(--main);
}
.toggle-module ul li {
	margin-bottom: 10px;
}
.toggle-module ul {
	padding-bottom: 0 !important;
}
.keynbr-module .content span {
	font-size: var(--fs44);
}
.cgv-row {
	margin-bottom: var(--50px) !important;
}
.cgv-row h2 {
	margin-bottom: 10px !important;
}
.cgv-row h3 {
	margin-bottom: 10px !important;
}  
.cgv-row a {
	color: var(--second);
	text-decoration: underline;
}
.cgv-row a:hover {
	text-decoration: none;
}
.internal .footer-row {
	padding-top: var(--50px) !important;
}
.form-row {
	max-width: 800px;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	width: 100%;
	padding: 15px;
	border-radius: var(--radius-s);
	font-size: 1rem;
}
label {
	font-size: 0.875rem;
	font-weight: 700;
}
input[type=submit].et_pb_button:hover {
	cursor: pointer;
}
.motion-module .et_pb_video_overlay .et_pb_video_play:before {
	content: "" !important;
	background: url("/wp-content/uploads/2025/05/play.svg");
	width: var(--100px);
	height: var(--100px);
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100%;
}
.motion-module .et_pb_video_play {
	width: var(--100px);
	height: var(--100px);
	display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;	
}
.error-section {
	height: 100vh;
}
.error-section .header-content {
    margin: 0 !important;
    width: 100% !important;
    max-width: 1170px !important;
}
.error-section h1 {
	margin-bottom: var(--50px);
}
.error-section .et_pb_fullwidth_image {
	margin-top: var(--50px);
}
.wpcf7 form .wpcf7-response-output {
	border-radius: 30px;
}
.wpcf7 form.sent .wpcf7-response-output {
	background: #46b4501c;
}
.wpcf7 form.invalid .wpcf7-response-output {
	background: #ffb9005e;
}
.wpcf7 form.spam .wpcf7-response-output {
	background: #f56e283b;
}

/************************************ Responsive ************************************/


@media screen and (max-width: 1470px) {
	.header-section::after {
		height: var(--120px);
	}
	.header-title-col {
		padding-left: var(--80px);
	}
	.header-title-col {
		width: 54% !important;
		margin-right: 4% !important;
	}
	.header-img-col {
		width: 41% !important;
	}
	.team-row {
		gap: var(--60px);
	}
	.team-module figcaption {
		padding: 20px !important;
	}	
}
@media screen and (max-width: 1280px) {
	h2 {
		font-size: var(--fs60);
	}
	.header-title-col {
		width: 100% !important;
	}
	.header-img-col {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: initial;
		width: 100% !important;
		height: 100%;
		top: 0;
		padding-top: var(--100px);
	}
	.header-img {
		grid-area: auto !important;
	}
	.header-img.poules {
		top: 0;
	}
	.header-img.oeufs {
		top: 30px;
	}
	.header-img.poussins {
		top: -30px;
	}
	.header-title-col {
		padding-top: var(--120px) !important;
	}
	.header-section .header-row {
		width: 90%;
	}
	.header-title-col {
		padding-left: 0 !important;
	}
	h1 br, h2 br, h3 br {
		display: none !important;
	}
	.header-section {
		height: 100% !important;
	}
	.etapes-section {
		padding-top: var(--120px) !important;
	}
	.card-module .et_pb_main_blurb_image img {
		max-height: 60px;
	}
	.etapes-section .card-module .et_pb_blurb_container {
		position: relative;
		left: unset;
		right: unset;
		bottom: unset;
	}
	.etapes-section .card-module {
		height: 100%;
		max-height: 100%;
	}
	.techno-row {
		gap: var(--50px);
	}
	.techno-row .et_pb_column::before {
		display: none;
	}
	.team-row {
		grid-template-columns: 1fr;
		gap: var(--50px);
	}
	.partner-module {
		position: relative;
		bottom: unset;
	}
	.cta-row .et_pb_column:last-child {
		max-width: 90%;
		margin:auto !important;
		float: none;
	}
	.footer-row {
		grid-template-columns: 1fr;
		gap: 20px;
		justify-content: center;
	}
	.footer-row .et_pb_module {
		text-align: center;
	}
	.footer-linkedin .et_pb_image_wrap {
		text-align: center;
	}
	.footer-row::after {
		display: none;
	}
	.footer-mentions-col {
		order: 2;
	}
	#logo {
		max-width: 180px !important;
	}
	#top-menu {
		gap: 20px;
	}
	.dica_divi_carouselitem {
		height: 50vw !important;
	}
	.dica-container div {
		margin: 0 !important;
	}
	.swiper-wrapper {
		gap: 30px;
	}
	.techno-row {
		grid-template-columns: 1fr;
	}
	.techno-module .et_pb_blurb_content {
		max-width: 100%;
	}
}
@media screen and (max-width: 980px) {
	.flex-four .et_pb_column .et_pb_module {
		width: var(--three-col);
	}
	.flex-three .et_pb_column .et_pb_module {
		width: var(--two-col);
	}
	#top-menu-nav {
		display: none;
	}
	.et_menu_container {
		width: 100%;
	}
	.mobile_menu_bar {
		padding-bottom: 0 !important;
	}
	.mobile_menu_bar:before {
		color: var(--second);
	}
	.et_mobile_menu {
		/*display: block;*/
		border: 0 !important;
	}
	.et_mobile_menu li a {
        color: var(--second);
        padding: 25px 10px;
        font-size: var(--fs20);
        font-weight: 400;
	}
	.et_mobile_menu {
		padding: 0 30px;
	}
    #logo {
        max-width: 220px !important;
    }
    .header-title-col, .header-img-col {
        padding-top: var(--80px) !important;
    }
    .header-section::after {
        height: calc(var(--250px) + 120px);
    }
    .ab-row {
    	grid-template-columns: 1fr;
    	gap: 30px;
    }
    .embryon-section .ab-content-col {
    	top: 0;
    }
    .ab-row .ab-img-col {
    	order: 1;
    	margin-bottom: 0 !important;
    }
    .embryon-module .et_pb_text_inner strong, h3 {
    	font-size: var(--fs24) !important;
    }
    .embryon-img .et_pb_image_wrap, .embryon-img .et_pb_image_wrap img {
    	max-height: 400px;
    	object-fit: cover;
    }
    .ab-img:nth-of-type(2) {
    	margin-top: 20px !important;
    }
    .ab-row .et_pb_column {
    	justify-content: center;
    }
    .toggle-module .et_pb_toggle_title:before {
    	width: 44px;
    	height: 44px;
    }
    .et_pb_section {
    	margin-bottom: var(--200px);
    }
    .et_header_style_left .logo_container {
    	width: auto !important;
    }   
}
@media screen and (max-width: 768px) {
	.flex-three .et_pb_column .et_pb_module {
		width: 100%;
	}
	.flex-four .et_pb_column .et_pb_module {
		width: var(--two-col);
	}
	.header-img-col {
		gap: 10px;
	}
	.etapes-section .card-module {
		min-height: auto;
	}
	.keynbr-module .dica-item-content::before {
		display: none;
	}
	.keynbr-module .dica-item-content {
		right: var(--50px);
	}
    .dica_divi_carouselitem {
        height: 450px !important;
    }
    .swiper-buttton-container {
    	position: relative !important;
    	top: unset !important;
    	right: unset !important;
    }
    .ab-row .ab-img-col {
    	display: block;
    }
    .team-module.romain {
    	top: 0 !important;
    	margin-bottom: 20px !important;
    }
    .dipl_interactive_image_card_wrapper figure {
    	margin: 0 !important;
    }
    .dipl_interactive_image_card_wrapper figure, .dipl_interactive_image_card_wrapper figure img {
    	height: 350px;
    }
    .etapes-section::after, .header-section::after {
    	max-width: 100%;
    }
    .header-section::after {
    	border-top-right-radius: var(--radius-m);
    }
    .embryon-img .et_pb_image_wrap, .embryon-img .et_pb_image_wrap img {
        width: 100% !important;
        max-width: 500px;
        border-radius: var(--radius-m);
    }
    .dica-item .content p {
    	font-size: var(--fs18);
    }
    .dica-item .content p br {
    	display: none !important;
    }
    .keynbr-module .content span {
    	font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
	div[class*="flex-"] .et_pb_column .et_pb_module {
		width: 100% !important;
	}
	.header-img-col {
		grid-template-columns: 1fr;
	}
	.header-img.poules, .header-img.poussins {
		display: none;
	}
	.header-img.oeufs {
		width: 100%;
	}
    #logo {
        max-width: 180px !important;
    }	
    h1, .bg-dark h2 {
    	font-size: 36px !important;
    }
    h1 span {
    	font-size: 24px !important;
    	margin-top: 10px;
    }
    .cta-row .title-module .et_pb_promo_description div {
    	font-size: 1rem;
    }
    .et_fullwidth_nav #main-header .container {
    	padding-left: 20px !important;
    	padding-right: 20px !important;
    }
    .card-module .et_pb_main_blurb_image img {
        max-height: 50px;
    }
    .header-title-col {
    	margin-bottom: 0 !important;
    }
    .header-section::after {
        height: 380px;
    }
    .header-img .et_pb_image_wrap, .header-img .et_pb_image_wrap img {
    	width: 100% !important;
    }
    .embryon-section .card-module {
    	padding: 30px !important;
    }
    .title-module h2 span::after {
	    bottom: -2px;
	    height: 4px;
    }
    .et_pb_blurb_description, .et_pb_text_inner {
    	font-size: 18px !important;
    }
	.keynbr-module .dica-item-content {
		padding: 30px !important;
	}
	.keynbr-module .swiper-buttton-container {
		position: relative;
		display: flex;
	}
	.toggle-module h3 {
		font-size: 20px !important;
	}
    .toggle-module .et_pb_toggle_title:before {
    	width: 36px;
    	height: 36px;
    	right: -10px;
    }
    .footer-logo-col {
    	margin-bottom: 0 !important;
    }
	.team-module > img, .team-module figure {
		height: 400px !important;
	}
}
@media screen and (max-width: 360px) {
}

/*



















*/