html, body {
	overflow-x: hidden;
}
*, html {
	margin: 0;
	padding: 0;
	vertical-align: top;

}
.doubletriangle-home::after { content: ""; padding-bottom: 220%;}

.doubletriangle-home {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: -1;
}
.doubletriangle::after { content: ""; padding-bottom: 165%;}

.doubletriangle {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: -1;
	background-color: #434244;

}

.doubletriangle div.text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
}
/*
.doubletriangle {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: -1;
}
.doubletriangle::after {
	content: "";
	padding-bottom: 110%;
	padding-left: 100%;
	width: 100%;
 -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
 clip-path: polygon(0 50%, 100% 100%, 100% 0);
 transform: translate(-0%, -49.7%);
 position: absolute;
 z-index: -1;
}
.doubletriangle::before {
	content: "";
	padding-bottom: 110%;
	padding-left: 100%;
	width: 100%;
	-webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
 clip-path: polygon(100% 50%, 0 100%, 0 0);
 transform: translate(0%, 0%);
 z-index: -1;
} */

.doubletriangle-home {
	-webkit-clip-path: polygon(0 25%, 100% 0%, 105% 75%, 0% 100%);
 	clip-path: polygon(0 25%, 100% 0%, 105% 75%, 0% 100%);
}
.doubletriangle-home.reverse {
	-webkit-clip-path: polygon(100% 25%, 0 0, 0 75%, 100% 100%);
	clip-path: polygon(100% 25%, 0 0, 0 75%, 100% 100%);
}
.doubletriangle {
	-webkit-clip-path:polygon(100% 0, 0 33%, 0% 100%, 100% 67%);
 	clip-path: polygon(100% 0, 0 33%, 0% 100%, 100% 67%);
}

.doubletriangle.reverse {
	-webkit-clip-path: polygon(100% 33%, 0% 0%, 0% 67%, 100% 100%);
 	clip-path: polygon(100% 33.5%, 0% 0%, 0% 67%, 100% 100%);
}
.triangle::after { content: ""; padding-bottom: 110%;}
.triangle.bg-gris-souris { background: #e6e6e7;}
.triangle.bg-gris-souris-f { background: #d0d1d3;}
.triangle {
	width: 100%;
	height: auto;
  background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
	background-color: #434244;
	display: flex;
	align-items: center;
  justify-content: center;
	position: relative;
	z-index: -1;
}
.triangle.rotateL { background-position: right bottom; }

.rotateL {
   -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}
.triangle.rotateR { background-position: left bottom; }

.rotateR {
-webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.triangle.rotateL::before, .doubletriangle::before {
	content: "";
	bottom: 70px;
	position: absolute;
	left: -50px;
	width: 140%;
	height: 40px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	transform: rotate(-29deg);
}
.triangle.rotateR::before, .doubletriangle.reverse::before {
	content: "";
	bottom: 70px;
	position: absolute;
	left: -50px;
	width: 140%;
	height: 40px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	transform: rotate(29deg);
}

.triangle.rotateL.bg-blanc::before, .doubletriangle.bg-blanc::before,
.triangle.rotateR.bg-blanc::before, .doubletriangle.reverse.bg-blanc::before, .no-shadow::before{ display: none;background: none;}
.db { display: block; }
.dib { display: inline-block; }
.dn { display: none; }
.fll { float: left;}
.flr { float: right;}
.tac { text-align: center;}
.tal { text-align: left;}
.tar { text-align: right;}
.taj { text-align: justify;}

.br10 {
	border-radius: 10px;
}

.fz8 {font-size: 8px !important;}
.fz10 {font-size: 10px !important;}
.fz12 {font-size: 12px !important;}
.fz14 {font-size: 14px !important;}
.fz16 {font-size: 16px !important;}
.fz18 {font-size: 18px !important;}
.fz19 {font-size: 19px !important;}
.fz20 {font-size: 20px !important;}
.fz22 {font-size: 22px !important;}
.fz24 {font-size: 24px !important;}
.fz26 {font-size: 26px !important;}
.fz28 {font-size: 28px !important;}
.fz30 {font-size: 30px !important;}
.fz32 {font-size: 32px !important;}

.p10 {padding: 10px}
.p20 {padding: 20px}
.p30 {padding: 30px}
.p40 {padding: 40px}
.p50 {padding: 50px}


.pt10 {padding-top: 10px}
.pt15 {padding-top: 15px}
.pt20 {padding-top: 20px}
.pt30 {padding-top: 30px}
.pt40 {padding-top: 40px}
.pt50 {padding-top: 50px}
.pt60 {padding-top: 60px}
.pt70 {padding-top: 70px}
.pt80 {padding-top: 80px}
.pt90 {padding-top: 90px}

.mt5 {margin-top: 5px}
.mt10 {margin-top: 10px}
.mt20 {margin-top: 20px}
.mt30 {margin-top: 30px}
.mt40 {margin-top: 40px}
.mt50 {margin-top: 50px}
.mt60 {margin-top: 60px}
.mt70 {margin-top: 70px}
.mt80 {margin-top: 80px}
.mt90 {margin-top: 90px}

.mb0 {margin-bottom: 0px}
.mb5 {margin-bottom: 5px}
.mb10 {margin-bottom: 10px}
.mb20 {margin-bottom: 20px}
.mb30 {margin-bottom: 30px}
.mb40 {margin-bottom: 40px}
.mb50 {margin-bottom: 50px}
.mb60 {margin-bottom: 60px}
.mb70 {margin-bottom: 70px}
.mb80 {margin-bottom: 80px}
.mb90 {margin-bottom: 90px}

.pb0 {padding-bottom: 0px}
.pb10 {padding-bottom: 10px}
.pb20 {padding-bottom: 20px}
.pb30 {padding-bottom: 30px}
.pb40 {padding-bottom: 40px}
.pb50 {padding-bottom: 50px}
.pb60 {padding-bottom: 60px}
.pb70 {padding-bottom: 70px}
.pb80 {padding-bottom: 80px}
.pb90 {padding-bottom: 90px}

.pr0 {padding-right: 0px !important; }
.pr10 {padding-right: 10px !important; }
.pr20 {padding-right: 20px !important; }
.pr30 {padding-right: 30px !important; }
.pr40 {padding-right: 40px !important; }
.pr50 {padding-right: 50px !important; }
.pr60 {padding-right: 60px !important; }
.pr70 {padding-right: 70px !important; }
.pr80 {padding-right: 80px !important; }
.pr90 {padding-right: 90px !important; }

.m-auto { margin: auto; }

.pl0 {padding-left: 0px !important; }
.pl10 {padding-left: 10px !important; }
.pl20 {padding-left: 20px !important; }
.pl30 {padding-left: 30px !important; }
.pl40 {padding-left: 40px !important; }
.pl50 {padding-left: 50px !important; }
.pl60 {padding-left: 60px !important; }
.pl70 {padding-left: 70px !important; }
.pl80 {padding-left: 80px !important; }
.pl90 {padding-left: 90px !important; }

.ml10 {margin-left: 10px}
.ml20 {margin-left: 20px}
.ml30 {margin-left: 30px}
.ml40 {margin-left: 40px}
.ml50 {margin-left: 50px}
.ml60 {margin-left: 60px}
.ml70 {margin-left: 70px}
.ml80 {margin-left: 80px}
.ml90 {margin-left: 90px}

.mr0  {margin-right: 0px }
.mr5 {margin-right: 5px}
.mr10 {margin-right: 10px}
.mr20 {margin-right: 20px}
.mr30 {margin-right: 30px}
.mr40 {margin-right: 40px}
.mr50 {margin-right: 50px}
.mr60 {margin-right: 60px}
.mr70 {margin-right: 70px}
.mr80 {margin-right: 80px}
.mr90 {margin-right: 90px}


.semibold { font-weight: 600; font-family: "camptonsemibold";	 }
.bold { font-weight: 800; font-family: "camptonblack";	 }

.italic {
	font-style: italic;
}
.upper { text-transform: uppercase; }
.uppercase { text-transform: uppercase; }
.lower { text-transform: initial; }

.cp { cursor: pointer; }
.noir { color: #000;}
.blanc { color: #fff;}
.bg-blanc { background-color: #fff;}
.bg-noir { background-color: #000;}

.fa-caret-left {
	-webkit-clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
	clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
}

.fa-caret-right {
	-webkit-clip-path: polygon(0% 0, 100% 50%, 0% 100%);
	clip-path: polygon(0% 0, 100% 50%, 0% 100%);
}
.fa-caret-down {
	-webkit-clip-path: polygon(50% 100%, 0 50%, 100% 50%);
	clip-path: polygon(50% 100%, 0 50%, 100% 50%);
}

.no-padding [class*="col-"] {
	padding: 0;
}

a, a:hover {
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}

body {
	font-size: 12px;
	color: #000;
}

.row {
    display: flex;
    align-items: flex-start;
}
.align-center { align-items: center;; }
.align-end { align-items: flex-end; }
.flex-end { justify-content: flex-end; }

.menu {	padding-top: 80px;text-align: right; margin: 0 -15px;}
.menu ul li { display: inline-block; }

.menu ul li a {
	color: #000;
	font-size: 12px;
	font-family: 'camptonmedium';
	margin: 0 10px;
	display: inline-block;
	position: relative;
	letter-spacing: 2px;
}


.menu ul li a:hover {
	text-decoration: none;
}

.menu ul li a.active {
	font-family: 'camptonblack';
}

.menu ul li a.active::before {
	content: "";
	position: absolute;
	height: 130px;
	width: 200px;
	-webkit-clip-path: polygon(0% 0%, 50% 50%, 100% 0%);
 	clip-path: polygon(0% 0%, 50% 50%, 100% 0%);
	transform: translateX(-50%);
	top: 0;
	left: 50%;
	margin-top: -85px;
	background: #000;
}

/* 23 mar 2025*/
.menu ul li a.lang{
	vertical-align:text-bottom;
}
.menu ul li a.lang.separator::before{
	content:" ";
	position:relative;
	left:-10px;
	top:0;
	border-left:2px solid #aeaeae;
}

h1, h2, h3 {
	letter-spacing: 4px;
	font-family: 'camptonblack';
}
h1 { font-size: 3em;}
h2 { font-size: 2em;}

h3 {
	font-size: 1.4em;
}

p {
	font-size: 1.1em;
	line-height: 1.5em;
}

a.btn-white {
	background: #fff;
	color: #000;
	font-size: 10px;
	padding: 5px 10px;
	border-radius: 15px;
	border: 1px solid #fff;
}
span.btn-black, a.btn-black {
	background: #000;
	color: #fff;
	font-size: 10px;
	padding: 5px 10px;
	border-radius: 15px;
	border: 1px solid #000;
}
a.btn-gris {
	background: transparent;
	color: #000;
	font-size: 10px;
	padding: 5px 10px;
	border-radius: 15px;
	border: 1px solid #000;
}

.content { position: relative;}
.posabs { position: absolute;}

footer {
	width: 100%;
	z-index: 99;
}
.footer-triangle {
	text-align: center;
	position: relative;
	width: 100%;
}
.footer-black {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	background: #000;
	height:105px;
}

.imgFormateur, .rowFormateur {
	height: 140px;
}
.prFormateur {
	padding-right: 40px !important;
}
.titreFormateur {
	font-size: 22px !important;
}

.plProgramme {
	padding-left: 40px !important;
}
.titreProgramme {
	font-size: 22px !important;
}
.titrePublication {
	font-size: 16px !important;
	padding-right:40px;
}

.selectFormateurs {
	background: transparent;
	border-radius: 15px;
	height: 23px;
	padding:0px 5px;
	font-size: 10px;
}

.colNomPublication {
	background-position: right;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.imgFormateur, .rowFormateur {
		height: 140px;
	}
	.prFormateur {
		padding-right: 10px !important;
	}
	.titreFormateur {
		padding-left: 10px !important;
		font-size: 14px !important;
	}

	.plProgramme {
		padding-left: 10px !important;
	}
	.titreProgramme {
		padding-top: 10px !important;
		padding-left: 10px !important;
		font-size: 12px !important;
	}
	.titrePublication {
		font-size: 10px !important;
		padding-right:30px;
	}
	.colPhotoPublication {
		display: none
	}
	.footer-black {
		min-height:390px;
	}
	.footer-black .pt20 {
	}
	.footer-black .pl80 {
		padding-left: 30px !important;
	}
	.footer-black .text-right {
		text-align: left !important;
	}
	.footer-black .pr30 {
		padding-left: 30px;
		padding-right: 0px;
	}
}
.formations { padding-left: 30px; padding-top: 65px;}


.formationsv2 .no-padding1 {
	margin-left:0px;
	margin-right:0px;
}
@media screen and (max-width: 768px) {
	.formationsv2 .no-padding1 {
		/* margin-right: -15px;
    margin-left: -15px; */
	}
}

.bg-gris  { background-color: #929496;}

hr { background: #eee; height: 1px; width: 100%;border: none;}
.gris {color: #929496; }
.formation   {
	  min-height: 655px;
		margin-top: -4.5%;
}
.formation:first-child   {
	margin-top: 0%;

}
ul.custom-list ul { list-style: none;}
ul.custom-list  {
	 /* text-indent: -20px; */
	 list-style-type: none;
	 /* padding-left: 15px; */
	 line-height: 16px;
	 margin-bottom: 0;
 }


ul.custom-list li:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	margin-left: 5px;
	margin-right: 10px;
}

ul.custom-list li:before {
	color: #929496;
}

.height-fixe {
	max-height: 260px;
	overflow-y: auto;
}


.btn {
	font-size: 10px;
	background: #000;
	padding: 5px 10px;
	color: #fff !important;
	border-radius: 0;
}


.btn.arrow::after {
	content: "";
	display: inline-block;
	float: right;
	width: 25px;
	margin: -6px -36px -6px 0px;
	height: 25px;
	background: url(/assets/img/arrow-k.svg) no-repeat center left #fff;
}

.btn.arrow2::after {
	content: "";
	display: inline-block;
	float: right;
	width: 25px;
	margin: -6px -36px -6px 0px;
	height: 25px;
	background: url(/assets/img/arrow-k.svg) no-repeat center left transparent;
}

.content_formation {
	/* margin-top: 100px; */

}
.publication {
	height: 310px;
}

.date {
	position: absolute;
	color: #fff;
	left: 50%;
	top: 15%;
	z-index: 999;
	transform:  translateX(-50%);
	font-size: 14px;
}
.date::before {
	content: "";
	position: absolute;
	height: CALC(150px * 1.1);
	width: 150px;
	-webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
	clip-path: polygon(100% 50%, 0 100%, 0 0);
	background: #434244;
	z-index: -1;
	transform: translate(-50%, -50%) rotate(0deg);
	left: 80%;
	top: 50%;
}
.date.reverse::before {
	transform: translate(-50%, -50%) rotate(-180deg);
	left: 20%;
	top: 50%;
}
.form-control:active,
.form-control:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none;
	border-bottom: 1px solid #000 !important;
}
select.form-control {
	background-image: linear-gradient(45deg, transparent 50%, black 50%),
 linear-gradient(135deg, black 50%, transparent 50%),
 linear-gradient(to right, black, black);
background-position: calc(100% - 20px) calc(1em + 2px),
 calc(100% - 15px) calc(1em + 2px),
 87% 5px;
background-size: 5px 5px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
outline: 0;
}
.form-control {
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 1em;
	background: rgba(255, 255, 255, 0.6);
	border: none;
	border-bottom: 1px solid #000;
	text-transform: center;
	display: inline-block;
	border-radius: 0 !important;
	padding: 2px 10px 2px 10px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-group label { margin-bottom: 0; }

.page { padding-left: 30px; }

.map { margin-bottom: -120px;}

.bg-arc-cut {
	-webkit-background-size: 250% !important;
	background-size: 250% !important;
}

.menu-mobile {
	display: none;
}

.pagination {
	    margin: 30px auto;
}

.page-item { position: relative; }
.page-item::before {
	content: "";
	height: 1px;
	width: 5px;
	background: #ccc;
	display: inline-block;
	position: absolute;
	top: 49%;
	left: -2px;
	z-index: 9;
}

.page-item:first-child::before,
.page-item:nth-child(2)::before,
.page-item:last-child::before {
	display: none;
}

.page-link {
	border: none;
	color: #000;
	font-size: 12px;
	line-height: 2;
}

.page-item.active .page-link {

	font-family: "camptonsemibold";
	z-index: 1;color: inherit;
	background: none;
	border: none;
}

.page-link:hover {
	color: inherit;
    text-decoration: none;
    background-color: inherit;
    border-color: inherit;
}
.dateSession { white-space: nowrap; }

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

	.m-pt0 {padding-top: 0 !important;}
	.m-pt10 {padding-top: 10px !important;}
	.m-pt20 {padding-top: 20px !important;}
	.m-pt30 {padding-top: 30px !important;}
	.m-pt40 {padding-top: 40px !important;}
	.m-pt50 {padding-top: 50px !important;}
	.m-pt60 {padding-top: 60px !important;}
	.m-pt70 {padding-top: 70px !important;}
	.m-pt80 {padding-top: 80px !important;}
	.m-pt90 {padding-top: 90px !important;}

	.m-mt0 {margin-top: 0 !important;}
	.m-mt10 {margin-top: 10px !important;}
	.m-mt20 {margin-top: 20px !important;}
	.m-mt30 {margin-top: 30px !important;}
	.m-mt40 {margin-top: 40px !important;}
	.m-mt50 {margin-top: 50px !important;}
	.m-mt60 {margin-top: 60px !important;}
	.m-mt70 {margin-top: 70px !important;}
	.m-mt80 {margin-top: 80px !important;}
	.m-mt90 {margin-top: 90px !important;}

	.m-pl0 {padding-left: 0 !important;}
	.m-pl10 {padding-left: 10px !important;}
	.m-pl15 {padding-left: 15px !important;}
	.m-pl20 {padding-left: 20px !important;}
	.m-pl30 {padding-left: 30px !important;}
	.m-pl40 {padding-left: 40px !important;}
	.m-pl50 {padding-left: 50px !important;}
	.m-pl60 {padding-left: 60px !important;}
	.m-pl70 {padding-left: 70px !important;}
	.m-pl80 {padding-left: 80px !important;}
	.m-pl90 {padding-left: 90px !important;}

	.m-pr0 {padding-right: 0 !important;}
	.m-pr10 {padding-right: 10px !important;}
	.m-pr15 {padding-right: 15px !important;}
	.m-pr20 {padding-right: 20px !important;}
	.m-pr30 {padding-right: 30px !important;}
	.m-pr40 {padding-right: 40px !important;}
	.m-pr50 {padding-right: 50px !important;}
	.m-pr60 {padding-right: 60px !important;}
	.m-pr70 {padding-right: 70px !important;}
	.m-pr80 {padding-right: 80px !important;}
	.m-pr90 {padding-right: 90px !important;}

	.m-ml0 {margin-left: 0 !important;}
	.m-ml10 {margin-left: 10px !important;}
	.m-ml20 {margin-left: 20px !important;}
	.m-ml30 {margin-left: 30px !important;}
	.m-ml40 {margin-left: 40px !important;}
	.m-ml50 {margin-left: 50px !important;}
	.m-ml60 {margin-left: 60px !important;}
	.m-ml70 {margin-left: 70px !important;}
	.m-ml80 {margin-left: 80px !important;}
	.m-ml90 {margin-left: 90px !important;}

.m-tac { text-align: center; }
.m-tac * { float: none;}

	.nav-mobile {
		width: 120px;
		height: 120px;
		border-style: solid;
		border-width: 0 120px 120px 0;
		border-color: transparent #000 transparent transparent;
	}

	.nav-mobile i {
			margin-left: 70px;
			margin-top: 10px;
	}

.page {
	padding-left: 15px;
	padding-right: 15px;
}


	.triangle.rotateL::before, .doubletriangle::before {
		content: "";
		bottom: 70px;
		position: absolute;
		left: -50px;
		width: 100%;
		height: 40px;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to top, rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
		transform: rotate(-29deg);
	}
	.triangle.rotateR::before, .doubletriangle.reverse::before {
		content: "";
		bottom: 70px;
		position: absolute;
		left: -50px;
		width: 100%;
		height: 40px;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to top, rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
		transform: rotate(29deg);
	}

	h2 { font-size: 1.7em;}

	h3 {
		font-size: 1.4em;
	}

	p {
		font-size: 1.1em;
		line-height: 1.5em;
	}
	.doubletriangle.reverse.special-cut-mobile::after {    padding-bottom: 275%; }

	.doubletriangle.reverse.special-cut-mobile {
		-webkit-clip-path: polygon(100% 20%, 0% 0%, 0% 100%, 100% 80%);
    clip-path: polygon(100% 20%, 0% 0%, 0% 100%, 100% 80%);
	}
	.doubletriangle-home.reverse.special-cut-mobile-2 {
		-webkit-clip-path: polygon(100% 25%, 0 0, 0 50%, 100% 75%);
      clip-path: polygon(100% 25%, 0 0, 0 50%, 100% 75%);
	}

	.formation { margin-top: 15%;}
	.publication {height: auto;margin-bottom: 40px;}
	.publication h3 {margin-top: 20px;}

	.mask-galerie-mobile {
		margin: auto;
		-webkit-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 75vh;

		-webkit-clip-path: polygon(100% 70%, 50% 100%, 0 70%, 0 0, 50% 30%, 100% 0);
    clip-path: polygon(100% 70%, 50% 100%, 0 70%, 0 0, 50% 30%, 100% 0);
	}

	.bg-arc-cut {
		background-position: 60% 100% !important;
		-webkit-background-size: 283% !important;
		background-size: 283% !important;
	}

	.menu-mobile::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;right: 0;
	width: 100%;
	height: 140px;
	background-color: #434244;
	-webkit-clip-path: polygon(100% 50%, 100% 100%, 0 100%, 0 50%, 50% 100%);
	clip-path: polygon(100% 50%, 100% 100%, 0 100%, 0 50%, 50% 100%);
	}
	.menu-mobile {
		position: fixed;
		top: 0;left: 0;right: 0;bottom: 0;
		height: 100%;width: 100%;
		background: #000;
		z-index: 9999;
	}

	.menu-mobile div.center-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		height: calc(100vh - 143px);
	}
	.menu-mobile ul li:first-child::before { display: none;}
	.menu-mobile ul li::before {
		content:"";
		width: 50px;
		height:1px;
		background: #ffffff;
		display: block;
		margin: 10px auto;

	}
	.menu-mobile ul li {
		display: block;
		text-align: center;
		font-family: "camptonbook";
		font-weight: 100;
		font-size: 18px;

	}
}



.mobileShow {
	display: none
}
.mobileHid {
	display: block
}
.mobileFlexHid {
	display: flex;
}
.mobileFlexShow {
	display: none;
}

@media screen and (max-width: 768px) {
	.mobileHid {
		display: none !important
	}
	.mobileFlexHid {
		display: none !important
	}
	.mobileShow {
		display: block !important
	}
	.mobileFlexShow {
		display: flex !important
	}
}
