/*
Theme Name: Divi Child theme of Divi
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 3.0.98
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 21 Dec 2020 11:29:33 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/
.overlay-error.hide{
	display:none;
}
.overlay-error{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000c2;
	z-index: 999;
}
.overlay-error .et_pb_code_inner{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;	
}
.error{
	position: relative;
	padding: 30px;
	border-radius: 20px;
    background: #1e5c75;
    color: #fff;
	display: flex;
    flex-direction: column;
    align-items: center;
}


/****************************/
/** TO REMOVE **/
/* body:not(.logged-in) */
.sub-menu li.show > a{
	color:#000;
}
.et-menu li:not(.show):not(.menu-item-has-children) > a{
	opacity: .5;
}
/****************************/

/** GLOBAL **/
.centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
}


.pdfbutton.normal-link{
	display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 12px 25px;
	transition: all .25s ease-in-out;
}
.pdfbutton.normal-link:hover img{
	filter: brightness(0) invert(1);
}
.pdfbutton img{
	top: -3px;
    position: relative;
}
a.full-link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
}
a.normal-link.black{
	color: #000!important;
}
a.normal-link.white{
	color: #fff!important;
}
a.normal-link.blue{
	color: #4DC0DB!important;
}
a.normal-link.light-blue{
	color: #4dc0db !important;
}
a.normal-link.dark-blue{
	color: #1e5c75!important;
}
a.normal-link.blur{
	backdrop-filter: blur(15px);
}
a.normal-link.underline{
	display: inline-block;
}
a.normal-link.underline::after{
	content:'';
	width: 100%;
	position: relative;
	display: block;
	height: 1px;
	bottom: 4px;
	right: 0;
	background-color: #000;
}
a.normal-link.underline:hover::after{
	transition: width .25s ease-in-out;
	width: 0;
}
a.normal-link.underline.u-white::after{
	background-color: #fff;
}
a.normal-link.underline.light-blue::after{
	background-color: #4dc0db !important;
}
.default-btn a{
	display: inline-block;
	color: #1e5c75 !important;
    border-width: 0px !important;
    border-radius: 10px;
    font-size: 18px;
    font-family: 'proximanova-bold', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #f3e80a;
	padding: 12px 33px;
	transition: all .25s ease-in-out;
}
.default-btn:hover a{
	color: #FFFFFF !important;
    background-color: #73bfd1;
}

.d-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.underline-blue-1::before{
	content:url('');
    position: absolute;
    bottom: -19px;	
}
span[class^="underline-blue-"]{
	position: relative;
	display: inline-block;
}
.underline-blue-2::before{
content:'';
	background: url('data:image/svg+xml,%3Csvg%20width%3D%22180%22%20height%3D%2213%22%20viewBox%3D%220%200%20180%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%2011C5.80456%2010.3784%208.92859%2010.1733%2012.0101%2010.0163C12.8451%209.97381%2013.7158%209.8625%2029.3624%208.6302C45.0089%207.3979%2075.4044%205.03898%2091.3046%203.7725C107.205%202.50601%20107.689%202.40345%20109.535%202.35062C111.382%202.29778%20114.576%202.29778%20116.609%202.2465C118.642%202.19522%20119.416%202.09266%20125.381%202.03982C131.346%201.98699%20142.479%201.98699%20148.455%202.03827C154.432%202.08955%20154.916%202.19211%20157.44%202.29623C164.511%202.5879%20169.685%202.71114%20170.758%202.86653C172.996%203.19094%20174.376%203.23016%20175.65%203.5394C176.891%203.8403%20177.705%204.5759%20178%204.88514C177.124%205.81907%20176.148%206.12987%20175.319%206.28526C174.877%206.3381%20174.393%206.3381%20173.895%206.3381%22%20stroke%3D%22%234DC0DB%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
 	position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    display: block;
    height: 10px;
    width: 100%;
}


.underline-blue-3::before{
content:'';
	background: url('data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%2210%22%20viewBox%3D%220%200%20229%2010%22%20fill%3D%22none%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%208C6.86379%207.58561%2010.8576%207.44886%2014.797%207.34423C15.8644%207.31587%2016.9776%207.24166%2036.9803%206.42013C56.983%205.5986%2095.8408%204.02599%20116.168%203.18166C136.495%202.33734%20137.114%202.26897%20139.474%202.23374C141.835%202.19852%20145.919%202.19852%20148.517%202.16433C151.116%202.13015%20152.106%202.06177%20159.732%202.02655C167.358%201.99133%20181.589%201.99133%20189.23%202.02551C196.87%202.0597%20197.489%202.12807%20200.716%202.19748C209.756%202.39193%20216.371%202.47409%20217.741%202.57769C220.603%202.79396%20222.367%202.82011%20223.996%203.02627C225.582%203.22687%20226.623%203.71727%20227%203.92342C225.881%204.54605%20224.632%204.75324%20223.572%204.85684C223.008%204.89206%20222.389%204.89206%20221.752%204.89206%22%20stroke%3D%22%234DC0DB%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
 	position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    display: block;
    height: 10px;
    width: 100%;
}
.underline-blue-4::before{
	content:url('');
	position: absolute;
	bottom: -19px;
	z-index: -1;
}



.underline-blue, .underline-yellow, .underline-yellow-1, .underline-blue-5, .underline-blue-1{
	display: inline-block;
	position: relative;
}
.underline-blue::after{
    content: '';
    background: url(/wp-content/uploads/2025/12/underline-blue.svg) no-repeat;
    background-size: contain;
    position: relative;
    bottom: -10px;
	display: block;
    height: 10px;
}
.underline-blue-1::before{
content: '';
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCAxMDAgNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSA1LjUwMDQ5QzIuNDI1OTEgNS40MDgzMiAzLjY1ODEzIDUuMDM2ODcgNC44OTg0OCA0LjcxMDFDNi42NDIwMSA0LjI1MDc2IDcuOTE0MDcgNC4zODMzMyA5LjY1MzM0IDQuMTUxNTFDMTAuMTU2NSA0LjA4NDQ1IDEwLjY5NDEgNC4xMDQwMyAyNS4xMzc0IDMuNjQzMjFDMzkuNTgwNiAzLjE4MjM4IDY3LjkxNDggMi4yNjA3MiA4Mi42MjYxIDEuODMyMDFDOTcuMzM3NCAxLjQwMzI5IDk3LjU2NzEgMS40OTU0NiA5Ny44MDA0IDEuNTQyOTRDOTguMDMzNiAxLjU5MDQyIDk4LjI2MzMgMS41OTA0MiA5OC41IDEuNTkwNDIiIHN0cm9rZT0iIzczQkZEMSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==');
 	position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -10px;
    right: 0;
    display: block;
    height: 10px;
    width: 100%;
}

.underline-blue-5::before{
content: '';
	background: url('data:image/svg+xml,%3Csvg%20width%3D%22342%22%20height%3D%227%22%20viewBox%3D%220%200%20342%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%205C9.30649%204.7928%2015.306%204.72443%2021.2239%204.67211C22.8274%204.65794%2024.4997%204.62083%2054.5482%204.21007C84.5966%203.7993%20142.97%203.01299%20173.505%202.59083C204.041%202.16867%20204.971%202.13448%20208.517%202.11687C212.063%202.09926%20218.198%202.09926%20222.102%202.08217C226.006%202.06507%20227.493%202.03089%20238.948%202.01327C250.404%201.99566%20271.783%201.99566%20283.261%202.01276C294.739%202.02985%20295.668%202.06404%20300.516%202.09874C314.095%202.19597%20324.032%202.23705%20326.091%202.28884C330.39%202.39698%20333.04%202.41005%20335.488%202.51313C337.869%202.61343%20339.434%202.85863%20340%202.96171C338.318%203.27302%20336.443%203.37662%20334.851%203.42842C334.003%203.44603%20333.074%203.44603%20332.116%203.44603%22%20stroke%3D%22%234DC0DB%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
 	position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    display: block;
    height: 10px;
    width: 100%;
}

.underline-yellow-1::after{
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA1IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCAxMDUgNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNTAwMDMgMy41MDAxMkMyLjQ3MzY3IDMuNDU0MDQgMy43Njk0MSAzLjI2ODMxIDUuMDczNjkgMy4xMDQ5M0M2LjkwNzEgMi44NzUyNiA4LjI0NDcyIDIuOTQxNTQgMTAuMDczNiAyLjgyNTY0QzEwLjYwMjggMi43OTIxIDExLjE2ODEgMi44MDE5IDI2LjM1NTggMi41NzE0OEM0MS41NDM2IDIuMzQxMDcgNzEuMzM4MyAxLjg4MDI0IDg2LjgwNzkgMS42NjU4OEMxMDIuMjc3IDEuNDUxNTMgMTAyLjUxOSAxLjQ5NzYxIDEwMi43NjQgMS41MjEzNUMxMDMuMDEgMS41NDUwOSAxMDMuMjUxIDEuNTQ1MDkgMTAzLjUgMS41NDUwOSIgc3Ryb2tlPSIjRjNFODBBIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -10px;
    right: 0;
    display: block;
    height: 10px;
    width: 100%;
}
.underline-yellow-2::after{
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEzIiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMjEzIDExIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS41IDkuNTAwMjRDMy41MDQ1NSA5LjMxNTkxIDYuMTcyMjUgOC41NzMgOC44NTc1NCA3LjkxOTQ2QzEyLjYzMjIgNy4wMDA3OSAxNS4zODYxIDcuMjY1OTIgMTkuMTUxNiA2LjgwMjNDMjAuMjQwOSA2LjY2ODE3IDIxLjQwNDggNi43MDczNCA1Mi42NzM3IDUuNzg1NjhDODMuOTQyNiA0Ljg2NDAyIDE0NS4yODUgMy4wMjA3IDE3Ny4xMzQgMi4xNjMyOEMyMDguOTgzIDEuMzA1ODYgMjA5LjQ4IDEuNDkwMTkgMjA5Ljk4NSAxLjU4NTE1QzIxMC40OSAxLjY4MDExIDIxMC45ODggMS42ODAxMSAyMTEuNSAxLjY4MDExIiBzdHJva2U9IiNGM0U4MEEiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -10px;
    right: 0;
    display: block;
    height: 10px;
    width: 100%;
}
.underline-yellow::after{
    content: '';
    background: url(/wp-content/uploads/2025/12/underline-yellow.svg) no-repeat;
    background-size: contain;
    position: relative;
    bottom: -10px;
	display: block;
    height: 10px;
}

@media only screen and (max-width:980px){
	.underline-blue-5::before{
		bottom: -7px!important;
	}
}
.bg-grad-rot::after{
	opacity: 0;
	content: '';
	background: linear-gradient(113.19deg, #1E5C75 30.4%, #73BFD1 76.62%);
	position: absolute;
	border-radius: 30px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: opacity .15s, transform .3s ease-in-out;
	transform: rotate(0);
}
.bg-grad-rot.load::after{
	opacity: 1;
}
.bg-grad-rot.rotate::after{
	transform: rotate(-6.65deg);
}

body.et-fb .swiper > .et_pb_column{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
body.et-fb .swiper > .et_pb_column .et_pb_image{
	flex: 0 0 280px;
}
.list-arrow-blue{
	list-style-type: none!important;
}
.list-arrow-blue li{
	padding-left: 30px;
	margin-bottom: 10px;
}
.list-arrow-blue li::before{
	content: url('/wp-content/uploads/2025/12/arrow-r-blu.svg');
	position: absolute;
    left: 0;
}
.list-arrow-blue.black li::before{
	filter: grayscale(1) brightness(0);
}

.et_pb_newsletter_description_content a{
	color: #fff!important;
}


/** Top header **/
.row-header-top{
	display: flex;
	justify-content: flex-end;

}
.row-header-top .et_pb_column{
	max-width: 900px;
	display: flex;
	justify-content: flex-end;
}

.row-header-top .et_pb_text{
	margin:0 5px!important;
}
.row-header-top .et_pb_icon{
	flex: 0 0 50px;
	margin-bottom: 0!important;
}
.connection-user .et_pb_text_inner{
	display: flex;
	align-items: center;
	gap: 10px;
}
.connexion-exp{
	font-size: 14px;
}

/** Menu principal **/
.menu-rfhe .et_pb_menu__wrap{
	justify-content: flex-end;
}
.menu-rfhe .et-menu > li > a{
	color: #fff!important;
}
.menu-rfhe .et-menu ul.sub-menu{
	width: 300px;
	border-radius: 10px;
} 
.menu-rfhe .et-menu ul.sub-menu a{
    font-size: 15px;
    padding: 12px;
    font-family: 'proximanova-semibold', Helvetica, Arial, Lucida, sans-serif;
} 

.et_pb_menu_0.et_pb_menu .nav li ul.sub-menu a:hover {
    color: #4dc0db !important;
    opacity: 1;
    background: #fff;
    padding-left: 20px;
}

.menu-rfhe .et-menu ul.sub-menu li.current-menu-item a{
	background-color: #E3F2F6;
    border-radius: 5px !important;
    opacity: 1;
} 
.menu-rfhe  .et-menu ul.sub-menu > li{
	width:100%;
}
.menu-rfhe .et-menu ul.sub-menu > li > a{
	width:100%;
}
@media screen and (min-width: 980px) and (max-width: 1270px) {
	 #menu-principal li a {
		font-size: 14px;
		letter-spacing: 0px;
	}
}

@media screen and (max-width: 1150px){
	.menu-rfhe .et_pb_menu__menu{
		display: none!important;
	}
}

@media screen and (max-width: 1149px){
	.menu-rfhe .et_mobile_nav_menu{
		display: flex!important;
		float: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		margin: 0;
	}
}
/** MENU MOBILE **/
.mobile_menu_bar{
    z-index: 9999;
}
.page header.et-l--header{
	z-index: 1;
    position: relative;
} 
#mobile_menu1{
	background-color: #1e5c75 !important;
    position: fixed;
    right: 0;
    width: 0;
    left: auto;
    top: 0;
    height: 100%!important;
	transition: width .25s ease-in-out, padding .2s;
	padding: 80px 0;
	overflow: hidden;
	max-width: 50%;
}
#mobile_menu1 span.close a::after{
	content: '\4d';
	font-family: 'ETmodules';
	display: block;
}
#mobile_menu1 span.close a{
	cursor: pointer;
	opacity: 0;
	position: absolute;
	top: 40px;
    left: 30px;
    font-size: 42px;
	transition: opacity .2s ease-in-out .1s;
	color: #4dc0db;
}
.menu-rfhe .mobile_nav.closed #mobile_menu1{
	display: block!important;
	
}

.et_mobile_menu.show{
	padding: 100px 20px!important;
	width: 100%!important;
	max-width: 50%;
}

#mobile_menu1 li a {
    font-family: 'proximanova-semibold';
    font-size: 20px;
    margin-bottom: 15px;
}

#mobile_menu1 .sub-menu li a {
	font-family: 'proximanova-semibold';
    font-size: 18px !important;
    margin-bottom: 5px !important;
}

@media only screen and (max-width: 700px){
	.et_mobile_menu.show{
		width: 90%!important;
	}
	#mobile_menu1{
		max-width: 500px;
	}
}
.et_mobile_menu.show span.close a{
	opacity: 1!important;
}

.et_pb_menu.menu-rfhe .et_mobile_menu ul.sub-menu,
#main-header .et_mobile_menu ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li ul.sub-menu {
    transition: max-height .5s ease-in-out;
	max-height: 0;
	overflow: hidden;
	padding: 0;
}
.et_pb_menu.menu-rfhe .et_mobile_menu li.visible > ul.sub-menu,
#main-header .menu-rfhe .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l #main-header .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li.visible > ul.sub-menu {
	max-height: 4000px;
}
.menu-rfhe .et_mobile_menu > li{
	position: relative;
}
.menu-rfhe .et_mobile_menu > li.menu-item-has-children > a::before{
	content: '\33';
	font-family: 'ETmodules';
	position: absolute;
	right: 20px;
	transition: transform .25s ease-in-out;
}
.menu-rfhe .et_mobile_menu > li.menu-item-has-children.visible > a::before{
	transform: rotatex(180deg);
}
.menu-rfhe .mobile_nav ul > li{
	list-style-type: none;
}
.menu-rfhe .et_mobile_menu li a {
	color: #fff;
	transition: all .25s ease-in-out;
	border-radius: 5px;
	opacity: 1;
}
.menu-rfhe .et_mobile_menu li a:hover {
	color: #1e5c75!important;
	background-color: #E3F2F6;
}
.et_pb_menu.menu-rfhe .et_mobile_menu ul.sub-menu{
	background-color: transparent!important;
}
.menu-rfhe .et_mobile_menu ul.sub-menu > li > a{
	color: #fff;
	font-weight: 300;
}






/** ACCUEIL **/
@media only screen and (max-width: 1250px){
	.h1-accueil span{
		font-size: 43px!important;
	}
}



.header-home.small-screen{
	height: 100%!important;
}
.header-home.small-screen .img-top-home{
	width: 100%!important;
}
.img-top-home{
	width: calc(100vh - 460px);
	display: flex;
    height: 100%;
}
.img-top-home .et_pb_image_wrap{
    background-size: contain;
    background-repeat: no-repeat;
    flex: 0 0 350px;
    background-position: center;
    height: 100%;
}

.col-1-header-home .et_pb_blurb{
	float: left;
    max-width: 200px;
    margin-right: 10%;
}

.col-1-header-home .et_pb_blurb .et_pb_blurb_content{
	max-width: 80%!important;
	margin-left: 0;
}
.row-header-home{display: flex;}
@media only screen and (max-width: 780px){
		.row-header-home{
		flex-direction: column;
	}
}
@media only screen and (max-width: 980px){

	.col-2-header-home{
		align-self: center;
		max-width: 450px;
	}
	.img-top-home{
		width: 80%;
	}
	.img-top-home .et_pb_image_wrap{
		background:none!important;
	}
	.img-top-home img{
		display: block!important;
	}
	.header-home{
		height: 100%!important;
	}
	.col-1-header-home .et_pb_blurb {
   		 max-width: 47%;
		margin-right: 2%;
	}
	.col-1-header-home .et_pb_blurb .et_pb_blurb_content{
   		 max-width: 100%;
	}
/* 	.discover-program{
		left: -12% !important;
	} */
}

@media only screen and (max-width: 600px){
	.discover-program{
		width: 150px!important;
		height: 150px!important;
/* 		left: -5% !important; */
	}
	.img-top-home{
		width: 100%;
	}
	.img-top-home img{
		max-width: 220px;
		margin-right: auto;
        margin-left: auto;
	}
	.img-top-home .et_pb_image_wrap{
		flex: 0 0 100%;
	}
}
@media only screen and (max-width: 350px){
	.col-1-header-home .et_pb_blurb{
   		 max-width: 100%;
		margin-right: 0;
	}
	.col-1-header-home .et_pb_blurb::after{
		height: 0;
		background-color: transparent;
	}

}

.discover-program{
	position: absolute;
	border-radius: 50%;
	bottom: 20%!important;
    top: auto!important;
    left: 7%;
}
.discover-program .et_pb_blurb_content{
	height: 100%;
    align-content: center;
}
.discover-program .et_pb_main_blurb_image img{
		transition: transform .25S ease-in-out;
}
.discover-program:hover .et_pb_main_blurb_image img{
	transform: rotate(45deg);

}



.bg-grad-1{
	background: linear-gradient(254deg, rgba(115, 191, 209, 0.8) 37%, rgba(255, 255, 255, 0.8) 104%);
}
.bg-grad-2{
	background: linear-gradient(104deg, rgba(115, 191, 209, 0.8) 30%, rgba(255, 255, 255, 0.8) 96%);
}
.bottom-item{
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 16px 24px;
    right: 20px;
    border-radius: 10px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	    z-index: 1;
	transition: transform .25s ease-in-out;
}
.bottom-item::after{
	content: url('/wp-content/uploads/2025/12/arrow-top-right-white.svg');
	position: relative;
	right: 0;
	bottom: -3px;
	transform: scale(0.8);
	
}

.row-card-link .card:hover .bottom-item::after{
	transform: rotate(45deg) scale(0.8);
	transition: transform .25s ease-in-out;
}

.row-card-link .card{
	cursor: pointer;
	transition: background-size .25s;
}
.row-card-link .card:hover{
	background-size: 120%;
}

.row-card-link .card::after{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .4s ease-in-out;
}

.row-card-link .card:hover::after{
	transform: scale(1.1);
}

.row-card-link .card-4 .et_pb_module{
	z-index: 1;
}



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

	.swiper-slide .et_pb_image_wrap{
		height: 300px!important;
	}
}
@media only screen and (max-width:980px){
	.swiper-slide .et_pb_image_wrap{
		height: 280px!important;
	}
}
@media only screen and (max-width:767px){
	.row-card-link{
		display: flex;
		flex-direction: column;
	}
	.row-card-link .et_pb_column{
		flex: 0 0 100%;
		width: 100%!important;
	}
	.row-card-link .card{
		min-height: 250px;
	}
	.row-card-link .card-4{
		padding: 20px 0;
	}
}
@media only screen and (max-width:500px){

	.swiper-slide .et_pb_image_wrap{
		height: 200px!important;
	}
}
.swiper-slide{
	height: auto;
	display: flex;
}
.swiper-slide > img{
	height: auto;
}
.swiper-slide .et_pb_image_wrap  {
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 400px;
    border-radius: 30px;
    background-position: center center;
    background-size: cover;
}

/** RENCONTRES **/
.row-1-header{
	display: flex;
}
.row-1-header .et_pb_column:first-child{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	align-self: center;
}
@media only screen and (max-width: 550px){
	.row-1-header .img-header-1{
		display: none;
	}
	.row-1-header .et_pb_column:first-child{
		flex: 0 0 100%;
	}
}
/** LISTE EXPOSANTS **/

.row-filter-search .et_pb_column{
	display: flex;
	column-gap: 5%;
	align-items: flex-start;
}
.row-filter-search .et_pb_button_module_wrapper {
	flex: 0 1 33%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.container-search{
	display: flex;
	column-gap: 6%;
	flex-wrap: wrap;
	align-items: center;
}
.container-search > *:not(.wrap-btn) {
	flex: 0 0 30%;
}



/* filtres */

select.arrow-down{
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDggMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjA4NDc1IDE2Ljg1OTFDMy4wODQ3NSAxNS4wNzU0IDEuNzAwODMgMTMuNjI0NiAwLjAwMTAyNzAxIDEzLjYyNDZMMC4wMDAxNjcyNzUgMTMuNjI0NkwwLjAwMDE2NzMzMyAxMi4yMjIxTDAuMDAxMDI3MDcgMTIuMjIyMUMxLjI1NzcyIDEyLjIyMjEgMi4zOTQwOCAxMi43NzUxIDMuMTk5NSAxMy42NjA4TDMuMTk5NSAxLjQ1NTY4ZS0wN0w0LjUzNyAyLjA2NDI0ZS0wN0w0LjUzNyAxMy42NjA4QzQuOTQ3NzIgMTMuMjA2NyA1LjQ0MzMzIDEyLjg0NDggNS45OTMzOCAxMi41OTc0QzYuNTQzNDIgMTIuMzUgNy4xMzYyNiAxMi4yMjIyIDcuNzM1NDcgMTIuMjIyMUw3LjczNjMzIDEyLjIyMjFMNy43MzYzMyAxMy42MjQ2TDcuNzM1NDcgMTMuNjI0NkM2LjAzNTIzIDEzLjYyNDYgNC42NTE3NSAxNS4wNzU0IDQuNjUxNzUgMTYuODU5MUM0LjY1MTc1IDE2LjkwNjUgNC42NTMwNCAxNi45NTMgNC42NTQ3NiAxN0wzLjA4MTc0IDE3QzMuMDgzNzMgMTYuOTUzMSAzLjA4NDc0IDE2LjkwNjEgMy4wODQ3NSAxNi44NTkxWiIgZmlsbD0iIzFFNUM3NSIvPgo8L3N2Zz4K');
	background-repeat: no-repeat;
	background-position: 99%;
}

.input-custom-select{
	border-bottom: solid 2px #1E5C75;
	border-left: none;
	border-right: none;
	border-top: none;
	font-family: 'proximanova-bold', Helvetica, Arial, Lucida, sans-serif;
	color: #000;
	font-size: 18px;
	padding: 0!important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 47%;
    width: 100%;
}
.input-custom-select li.holder{
	font-size: 17px;
	color: #000;
	font-family: 'proximanova-semibold', Helvetica, Arial, Lucida, sans-serif;
}
.input-custom-select .option-cat{
	padding: 0 0 0 20px;
}
.input-custom-select .parent-cat,
.input-custom-select .holder span{
	font-family: 'proximanova-bold', Helvetica, Arial, Lucida, sans-serif!important;
}


.input-custom-select li.custom-option { 
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 10;
	width: 100%;
	background: #fff;
	cursor: pointer;
}
.select-exponent li.holder {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    padding: 15px 30px 15px 0;
	cursor: pointer;
    position: relative;
}
.select-exponent li.holder > div {
	display: inline-block;
}

.select-exponent .wrapper-option {
	list-style-type: none;
	display: none;
	border-radius: 8px;
	box-shadow: 0px 2px 8px rgba(45, 46, 131, 0.16);
	padding: 20px;
	background: #fff;
	position: absolute;
    width: 47%;
	max-height: 400px;
	overflow-y: scroll;
	margin-top: 10px;
}
.select-exponent .wrapper-option .option-cat{
	padding: 0 20px;
	font-size: 14px;
	font-family: 'poppins', Helvetica, Arial, Lucida, sans-serif;
}
.select-exponent .custom-option:hover {
	background: #F1F9FB;
}


.select-exponent .holder::after { 
	content: '\33';
	font-family: 'ETmodules';
	display: inline-block;
	position: absolute;
	right: 0px;
	font-size: 30px;
    font-weight: 700;
}

@media only screen and (max-width:980px){
	.select-exponent .wrapper-option{
	    width: 100%;
	}
}
 input[type=text].input-custom-search{
	width: 100%;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ1Nl82MTUpIj4KPHBhdGggZD0iTTAuNjk0NTcxIDE3LjMxNzhMNC41NjQ5NCAxMy4yNTIxIiBzdHJva2U9IiMxRTVDNzUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEuNjI5NzQgNy40MDM3N0MxLjYyOTc0IDExLjExNDcgNC42OTQ1NSAxNC4xMTYyIDguNDYzMDcgMTQuMTE2MkMxMi4yMzE2IDE0LjExNjIgMTUuMzA1NyAxMS4xMDU2IDE1LjMwNTcgNy40MDM3N0MxNS4zMDU3IDMuNzAxOSAxMi4yNDA4IDAuNjgyMTkgOC40NjMwNyAwLjY4MjE5QzQuNjg1MjkgMC42ODIxOSAxLjYyOTc0IDMuNjkyOCAxLjYyOTc0IDcuNDAzNzdaIiBzdHJva2U9IiMxRTVDNzUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF80NTZfNjE1Ij4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE4IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMTYgMCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K');
	background-repeat: no-repeat;
	background-position: 98% center;
	border-bottom: solid 2px #1E5C75;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #000;
	font-size: 18px;
	padding: 15px 30px 15px 0;
	overflow: hidden;
	font-family: 'proximanova-bold', Helvetica, Arial, Lucida, sans-serif;
}
.input-custom-search::placeholder{
	font-family: 'proximanova-bold', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 18px;

}




.btn-reset.hidden{
	opacity: 0!important;
	visibility: hidden;
}
.btn-reset{
	opacity: 1;
	transition: opacity .25s ease-in-out;
	display: inline-block;
	color: #4DC0DB !important;
	cursor: pointer;
	font-family: 'proximanova-bold', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	background: #F1F9FB;
	padding: 9px 30px;
	border-radius: 100px;
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}


/* nav */
.navigate{
	margin-top: 50px;
}
.navigate, .container-nav{
	display: flex;
	justify-content: center;
	column-gap: 10px;
}
.navigate .prev.hide,
.navigate .next.hide,
.navigate .page-nav.hide{
	cursor: not-allowed;
	color: #eee!important;
	border-color: #eee;
}

.navigate .prev.disabled,
.navigate .next.disabled,
.page-nav.disabled,
.page-nav.hide{
	display: none!important;
}
.page-nav, .navigate .next, .navigate .prev{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: transparent;
	color: #4DC0DB;
	width: 38px;
	height: 38px;
	border-radius: 25px;
	border: solid 1px #4DC0DB;
	transition: all .25s ease-in-out;
}

.navigate .prev a,
.navigate .next a{
	transition: all .25s ease-in-out;
}

.page-nav.active,
.page-nav:hover,
.navigate .next:not(.hide):hover,
.navigate .prev:not(.hide):hover{
	background-color: #4DC0DB;
	color: #fff!important;
}

.navigate .next:not(.hide):hover a,
.navigate .prev:not(.hide):hover a{
	color: #fff!important;
}
.page-nav:not(.active):hover,
.navigate .next:not(.hide):hover,
.navigate .prev:not(.hide):hover,
.navigate .next:not(.hide):hover a,
.navigate .prev:not(.hide):hover a{
	cursor: pointer;
}

.container-exponent{
	display: flex;
	justify-content: flex-start;
	column-gap: 2%;
	
	flex-wrap: wrap;
}
.card-exponent{
	flex: 0 0 32%;
	max-width: 32%;
	transition: all .25s ease-in-out;
	margin-bottom: 2%;
}


@media only screen and (max-width: 980px){
	.select-exponent ul {
		width: 100%;
	}
	.container-search > *:not(.wrap-btn) {
		flex: 0 0 47%;
	}
	.btn-reset{
		margin-top: 20px;
	}
	.card-exponent{
		flex: 0 0 47%;
		max-width: 47%;
	}
}
@media only screen and (max-width: 600px){
	.card-exponent{
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px!important;
	}
}
@media only screen and (max-width:500px){
	.select-exponent{
		max-width: 100%;
		margin-bottom: 20px;
	}
	.select-exponent ul {
		width: 100%;
	}
	.container-search > * {
		flex: 0 0 100%!important;
	}
	
}
.card-exponent:hover{
	background-color: #1E5C75!important;
}
.card-exponent:hover .titre-exp,
.card-exponent:hover .container-cat,
.card-exponent:hover .link-exp a{
	color: #fff!important;
}
.card-exponent a.abs{
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.card-exponent:hover .link-exp a::after{
		transition: transform .25s ease-in-out;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(105%) contrast(105%);
	transform:rotate(45deg);
}
.card-exponent .container-cat{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 13px;
	column-gap: 5px;
	padding: 20px 0 70px 0;
}
.card-exponent .container-cat .wrapper-cat{
	max-height: 0;
	line-height: 1.2em;
	overflow: hidden;
	padding-left: 10px;
	position: relative;
}
.icon-expand{
	position: absolute;
    right: 0;
    top: 0;
	transition: all .25s ease-in-out;
}

.icon-expand::after{
    content: '\43';
    font-family: 'ETmodules';
    position: relative;
    font-size: 20px;
}
.icon-expand.revert{
	transform: rotateX(180deg);
    top: -3px;
}
body.et-fb .card-exponent{
	flex-direction: column;
}
body:not(.et-fb) .card-exponent{
	position: relative;
	display: none;
	opacity: 0;
	flex-direction: column;
	overflow: hidden;
	padding-bottom: 30px;
	background-color: #F1F9FB;
	border-radius: 30px;
	padding: 33px;
}
.card-exponent.active{
	display: flex!important;
}
.card-exponent .container-cat .cat-exp{
	padding: 3px 0;
}
.card-exponent .container-cat .cat-exp::before{
	content: '-';
    position: absolute;
    left: 0px;
    display: inline-block;
}
.card-exponent .stand-exp{
	color: #4DC0DB;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif; 
	font-weight: 700;
	font-size: 17px;
	margin: 33px 0 18px 0;
}
.card-exponent .link-exp{
	position: absolute;
    bottom: 10px;
	right: 33px;
	left: 33px;
	padding: 20px 0;
    border-top: solid 1px #D9D9D9;
}


.card-exponent .link-exp a{
	color: #000;
	font-size: 18px;
	font-family: 'proximanova-bold', Helvetica, Arial, Lucida, sans-serif;
	transform: rotate(0);
	transition: transform .25s ease-in-out;
}
.card-exponent .link-exp a::after{
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjI1MjcgMS40NzM5QzEzLjc3MTggMi45NTQ4MyAxMy43NjMyIDUuMzU1NDUgMTUuMjMyMyA2LjgyNDVMMTUuMjMzIDYuODI1MjRMMTQuMDY4NiA3Ljk4OTcxTDE0LjA2NzggNy45ODg5N0MxMi45ODE3IDYuOTAyODggMTIuNDU4NyA1LjQ2MTY5IDEyLjQ5ODEgNC4wMzAxNUwxLjE1NTc5IDE1LjM3MjVMLTAuMDAwMTMyMzg4IDE0LjIxNjVMMTEuMzQyMiAyLjg3NDIzQzEwLjYxMDIgMi44OTYzMyA5Ljg4MTMzIDIuNzY4NDggOS4yMDA1NCAyLjQ5ODU0QzguNTE5NzQgMi4yMjg1OSA3LjkwMTM0IDEuODIyMjYgNy4zODMzNyAxLjMwNDUyTDcuMzgyNjIgMS4zMDM3OEw4LjU0NzA5IDAuMTM5MzEzTDguNTQ3ODMgMC4xNDAwNTZDMTAuMDE3MyAxLjYwOTQ3IDEyLjQxNzUgMS42MDA1NiAxMy44OTg0IDAuMTE5NjI2QzEzLjkzNzggMC4wODAyNTMgMTMuOTc1MyAwLjA0MDUwOTIgMTQuMDEyOCAyLjE3MjY2ZS0wNUwxNS4zNzIzIDEuMzU5NDlDMTUuMzMxNiAxLjM5Njc1IDE1LjI5MTcgMS40MzQ4OSAxNS4yNTI3IDEuNDczOVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=');
    position: absolute;
    right: 0;
}
.card-exponent .titre-exp{
	position: relative;
	font-size: 26px;
	font-family: 'proximanova-bold', Helvetica, Arial, Lucida, sans-serif;
}

.card-exponent .logo-exponent{
	display: flex;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    height: 180px;
	position:relative;
	border-radius: 10px;
	padding: 40px 0px;
}
.card-exponent .bg-logo-exp{
	background-size: contain;
    background-repeat: no-repeat;
    flex: 0 0 100%;
    background-position: center;
}
.card-exponent .btn-expand.hidden{
	display: none;
}
.card-exponent .btn-expand{
	font-weight: 400;
	font-size: 15px; 
	position: relative;
    padding-right: 20px;
	cursor: pointer;
}
.card-exponent .btn-expand span{
	font-weight: 500;
	font-size: 12px;
}


/** Fiche exposants **/

.flex-mob{
	display: flex;
}
.flex-mob .et_pb_column:first-child{
	margin-right: 5%;
}
.flex-mob .et_pb_column:last-child{
	max-width: 40%;
}
@media only screen and (max-width:767px){
	.flex-mob{
		flex-direction: column;
	}
	.flex-mob .et_pb_column:first-child{
		margin-right: 0;
	}
	.flex-mob .et_pb_column:last-child{
	max-width: 100%;
}
}
.titre-cat-exp{
	color: #4DC0DB;
	font-size: 20px;
	font-family: 'proximanova-extrabold', Helvetica, Arial, Lucida, sans-serif;
	margin-bottom: 20px;
}

.exp-cat{
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	color: #1E5C75;
	margin-bottom: 6px;
}
.wrapper-cat .exp-cat:last-child{
	margin-bottom: 60px;
}

/** contact fiche exposant **/

.container-contact{
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 10px;
	background-color: #f1f9fb;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.container-contact .title-cont{
	color: #4dc0db !important;
	font-family: 'proximanova-extrabold', Helvetica, Arial, Lucida, sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
    line-height: 1.6em;
}
.container-contact .wrap-name{
	display: flex;
	column-gap: 10px;
	line-height: 1.6em;
    font-weight: 700;
    font-size: 20px;
}
.container-contact > div:not(.title-cont){
	color: #001428;
}
.container-contact .web-cont a{
	text-decoration: underline;
}
.container-contact .web-cont a::after{
	display: none!important;
}
/** PROGRAMME **/

.tabs-program .dsm-advanced-tabs-wrapper{
	display: inline-flex!important;
	background: #E3F2F6!important;
    padding: 10px 0;
    justify-content: center!important;
	flex-wrap: nowrap !important;
	overflow-x: scroll!important;
	 -ms-overflow-style: none;
  	scrollbar-width: none; 
	
}
.tabs-program .dsm-advanced-tabs-wrapper::-webkit-scrollbar{
	display: none;
}
.tabs-program.dsm_advanced_tabs_0 .dsm-tab{
	border-radius: 20px;
	flex: 0 0 170px;
    padding: 20px 0 !important;
}
.tabs-program .dsm-tab:not(.dsm-active){
	background: #E3F2F6!important;
}
.tabs-program .dsm-tab.dsm-active{
	background: #4DC0DB!important;
}
.tabs-program .dsm-tab.dsm-active > *{
	color: #fff!important;
}
@media only screen and (max-width:700px){
	.dsm_advanced_tabs_0.tabs-program .dsm-advanced-tabs-wrapper{
		justify-content: flex-start!important;
	}
}


/** Devenir exposant **/
.col-info-text{
	display: flex;
    align-items: flex-end;
    justify-content: center;
}
.col-info-text .info-text{
		background: linear-gradient(160.69deg, rgba(115, 191, 209, 0.3) 8.81%, rgba(255, 255, 255, 0.3) 107.97%);
	backdrop-filter: blur(10px);
}
.col-info-text .et_pb_text_inner{
	display: flex;
	justify-content: center;
}
.wrap-num{
	display: flex;
    flex-direction: column;
	flex: 0 0 50%;
	text-align: center;
}
.dev-num{
    font-size: 37px;
	color: #F3E80A;
	margin-bottom: 20px;
}
.dev-text{
	font-weight: 500;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

.dsm-advanced-tabs-wrapper.fly{
    position: fixed !important;
    top: 10px !important;
    z-index: 9;
    display: flex !important;
    justify-content: center !important;
	margin: 0 auto;
    left: 0;
    right: 0;
}

.overlay-tabs{
	display: none;
}
.overlay-tabs.show{
	display: block!important;
	width: 100%;
	background-color: #000;
	left: 0;
	top: 0;
	width: 100%;
	position: fixed;
	background: red;
	z-index: 1
}












