@font-face {
    font-family: 'GL';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GM';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GB';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: 'GL', sans-serif;
	overflow-x: hidden;
	font-size: 14px;
	line-height: normal;
	color: #000;
	background-repeat: repeat;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background-color: #FFF;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'GB', sans-serif;
	margin: 0;
}
p{
	margin-bottom: 0;
	font-family: 'GL';
}
a{
	text-decoration: none;
	transition: all .5s;
}
.header .logo img{
	width: 100%;
}
.header a{
	display: inline-block;
	position: relative;
	font-family: 'GM';
	font-size: 17px;
	color: #000;
	padding: 5px;
	margin: 0 10px;
}
.header a:hover,
.header a.active
{
	color: #7da4be;
}
.slider{
	background-color: #FFF;
	position: relative;
	padding-bottom: 150px !important;
	width: 100%;
}
.slider::before,
.game::before,
.register::before,
.register::after,
.game::after
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-size: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(../images/bg-slider-after.png);
	z-index: -1;
}
.slider::before
{
	background-image: url(../images/bg-game-after-v2.png);
}
.game::before,
.register::before
{
	background-image: url(../images/bg-game-before.png);
	top: 0;
	bottom: auto;
	background-position: top left;
}
.register::before{
	background-image: url(../images/bg-register-after.png);
}
.game::after{
	background-image: url(../images/bg-game-after.png);
}
.register::after{
	background-image: url(../images/bg-footer-before.png);
}
.section h2{
	font-size: 31px;
	color:#0072bc;
}
.slider p{
	font-size: 21px;
	font-family: 'GL';
}
.container{
	width: 1000px;
	max-width: 100%;
}
.btn-register,
.btn-app
{
	display: inline-block;
	padding: 9px 50px;
	background-color: #4687d0;
	color: #FFF;
	font-family: 'GM';
	font-size: 15px;
	position: relative;
	border-radius: 20px;
	border: 0;
}
.btn-app{
	border-radius: 0;
	background-color: #FFF;
	border: 1px solid #597ba2;
	color: #597ba2;
}
.btn-register::before,
.btn-app::before
{
	content: '\f054';
	font-family: 'FontAwesome';
	position: absolute;
	width: 15px;
	height: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn-app::before{
	content: '\f1c1';
}
.btn-register:hover,
.btn-app:hover{
	color: #f6d549;
}
.about .charte{
	width: 300px;
	height: auto;
	margin: auto;
}
.about h3{
	font-size: 21px;
	font-family: 'GM';
	margin-bottom: 30px;
}
.about p{
	margin-bottom: 15px;
	text-align: justify;
}
.time-line h4{
	font-size: 15px;
	font-family: 'GM';
	position: relative;
	padding: 0 15px;
	display: inline-block;
}
.about .time-line p{
	margin-bottom: 0;
	padding: 0 15px;
	display: inline-block;
}
.about .time-line h4::after{
	content: '';
	position: absolute;
	right: -5px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 1px;
	background-color: #111111;
}
.game{
	background-color: #ddebf9;
}
.game a{
	color: #0072bc;
	display: inline-block;
}
.game a i{
	font-size: 31px;
	margin: 0 15px;
}
.game a:hover{
	opacity: .75;
}
.game{
	padding: 100px 0 150px !important;
}
.register{
	padding: 150px 0 !important;
	background-color: #ddebf9;
}
.register label{
	font-family: 'GM';
	font-size: 17px;
}
.register input[type = 'text'],
.register input[type = 'email'],
.register textarea,
.register select
{
	height: 50px;
	width: 100%;
}
.register .posRel::before{
	content: '';
	position: absolute;
	width: 97.5%;
	height: 1px;
	background-color: #aaabad;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.register textarea{
	height: 120px;
}
.register input[type = 'checkbox']{
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 7px;
}
.formContact label.small{
	font-size: 13px;
	font-family: 'GL';
}
.was-validated label.small{
	color: #ca222b;
}
.footer p{
	font-size: 17px;
}
.footer .logo-global img
{
	width: 250px;
}
.footer .logo1 img,
.footer .logo2 img
{
	width: 150px;
}
.footer .logo3 img,
.footer .logo4 img,
.footer .logo5 img
{
	width: 250px;
}
.footer a{
	color: #000;
}
.footer a:hover{
	color: #0072bc;
}
.footer p strong{
	font-family: 'GM';
}
.copyright{
	background-color: #5390d4;
}
.copyright p{
	color: #FFF;
	font-size: 13px;
}
.toTop {
    position: absolute;
    right: 0;
    top: -49px;
    background-color: #243499;
    border-radius: 6px 0 0 0;
    color: #FFF;
    padding: 0px 17px;
    width: 30px;
    height: 35px;
}
.toTop::before{
	content: '\f077';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 17px;
	width: 20px;
	height: 20px;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #FFF;
}
.section.header.fixed {
    width: 100%;
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    transition: all .5s;
}
.section.header{
	transition: all .5s;
}
.section.header.fixed .logo img {
    width: auto;
    height: 35px;
}
body.pd-top{
	padding-top: 185px;
}
.slides .slick-dots {
    bottom: 15px;
    left: 0;
    right: 0;
	margin: auto;
}














.posRel{
	position: relative;
}
.slick-dotted.slick-slider{ margin-bottom: 0;}
.backToTop{
	position: fixed;
	right: 30px;
	bottom: 100px;
	width: 40px;
	height: 40px;
	background-image: url(../images/top.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	z-index: 11;
	display: none;
	border-radius: 50%;
	border: 2px solid #131f67;
	text-align: center;
}
.backToTop.white{
	border-color: #FFF;
	background-image: url(../images/top-white.svg);
	background-color: transparent;
}
.messagesV p.valide{
	font-size: 13px;
	color: green;
	margin-bottom: 5px;
}
.messagesV p.error{
	font-size: 13px;
	color: #FFF;
	margin-bottom: 5px;
}
.card-columns{ width: 100%;}
@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 4;
    }
}
.msgs{
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  text-align: center;
  greenical-align: middle;
  display: none;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
}
.msg{
  position: fixed;
  width: 80%;
  height: 80vh;
  text-align: center;
  background-color: #FFF;
  overflow-y: auto;
  /*box-shadow: 4px 6px 10px rgba(0,0,0,0.4);*/
  padding: 30px 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
.msg p{
  font-size: 21px;
  color: #f08b86 !important;
  margin: 0;
  background: #FFF;
  padding: 30px;
}
.fermer{
  background-image: url(../images/close.svg);
  background-size: cover;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  cursor: pointer;
}
.popup{
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.popup.active{
	padding: 60px 0 0;
	display: block;
	height: auto;
}
.popup .fermer{
	position: static;
	width: 25px;
	height: 25px;
	background-image: url("../images/close.svg");
	background-size: 25px;
	background-position: center;
	float: right;
	margin: 0 0 20px;
}
.popup img{
	width: 100%;
	margin: 0 0 20px;
}
.popup h3{
	font-size: 31px;
	margin: 0 0 20px;
}
.popup p{
	margin: 0 0 10px;
}
.fermer:hover{
	opacity: 0.7;
}

.borderGray{
	border: 1px solid #c8c8c8;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.7;
  color: #3b3b3c;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.7;
  color: #3b3b3c;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.7;
  color: #3b3b3c;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 0.7;
  color: #3b3b3c;
}

.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
	color: #FFF;
  }
.newsletter ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
	color: #FFF;
  }
.newsletter :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
	color: #FFF;
  }
 .newsletter :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #FFF;
  }

.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
	color: #000;
  }
.search  ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
	color: #000;
  }
.search :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
	color: #000;
  }
.search :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #000;
}
img{
	max-width: 100%;
	height: auto;
}
input.error, textarea.error{
	border-color: #F00 !important;
	color: #F00 !important;
	background-color: transparent !important;
}
.preload{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #29409e;
	left: 0;
	top: 0;
	z-index: 99999;
	position: fixed;
}
.preload div{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.preload .logo{
	max-width: 100px;
	margin: -30px 0 30px
}
.preload .load{ max-width: 50px; }
.thumbnail{
	padding: 0;
	border: 0;
	border-radius: 0;
}

.section{ 
	display: block;
	clear: both;
	position: relative;
	height: auto;
	z-index: 1;
}
.bgblack{ background-color: #000; }
.bgred{ background-color: #ca222b; }
.bgGray{ background-color: #e7e7e7; }
.bgwhite{ background-color: #FFF; }
.cb{
	clear: both;
	width: 100%;
	float: left;
	height: 1px;
}
a:hover, a:focus{
	text-decoration: none;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
    cursor: pointer;    
}
/*margin*/
.paddingRightLeft{
	padding: 0 15px;
}
.paddingMin{
	padding-left: 5px;
}
.noPadding{ padding: 0; }
.mb-20{margin-bottom: 20px;}
.mb-40{margin-bottom: 40px;}
.mb-60{margin-bottom: 60px;}
.mb-80{margin-bottom: 80px;}
.mb-100{margin-bottom: 100px;}
.mt-20{margin-top: 20px; }
.mt-40{margin-top: 40px; }
.mt-60{margin-top: 60px; }
.mt-80{margin-top: 80px; }
.mt-100{margin-top: 100px; }
/*Padding*/
.no-padding{ padding: 0  }
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-60{padding-top: 60px;}
.pt-80{padding-top: 80px;}
.pt-100{padding-top: 100px;}

.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-60{padding-bottom: 60px;}
.pb-80{padding-bottom: 80px;}
.pb-100{padding-bottom: 100px;}
ul, ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
img{ max-width: 100%; }

.for-desktop{ display: inline-block !important; }
.for-mobile{ display: none !important; }

@media screen and (max-width: 768px) {
	.for-mobile{ display: inline-block !important; }
	.for-desktop{ display: none !important; }
	
}

@media screen and (max-width: 650px) {
	body,html{
		overflow-x: hidden;
		width: 100%;
		max-width: 100%;
	}
	.nav ul {
		display: none;
		padding: 30px 0 30px;
		background-color: #FFF;
		max-width: 100%;
		overflow-y: auto;
		max-height: 100vh;
	}
	.header .nav{
		padding: 0;
	}
	.nav-mobile {
		top: -41px;
		right: 5px;
	}
	.header .nav li {
		display: block;
		text-align: left;
		margin-bottom: 10px;
		border: 0;
	}
	.nav a:hover:before, .nav a.active:before{
		content: none;
	}
	.topMenu {
		display: none !important;
	}
	.section.header {
		position: fixed;
		z-index: 99999;
		left: 0;
		top: 0px;
		background-color: #FFF;
		width: 100%;
		padding-top: 0;
	}
	.slider {
		padding-top: 110px !important;
	}
	.header .logo img {
		width: 190px;
	}
	.row.mainMenu {
		position: absolute;
		width: 100%;
		background-color: #FFF;
		padding: 0 !important;
	}
	.slider .slide h1 {
		position: absolute;
		font-size: 21px;
		right: 5%;
		top: 21px;
		bottom: auto;
		margin: auto;
		color: #FFF;
		width: 90%;
		height: 153px;
		line-height: 25px;
		z-index: 3;
		font-family: 'GL';
		text-align: center;
		text-transform: uppercase;
	}
	.slider .slide h1 strong {
		font-size: 21px;
	}
	.slider .slide h1 br{
		display: none;
	}
	.keys {
		background-size: cover;
		background-attachment: scroll;
	}
	.slider .slide:before{
		content: none;
	}
	.slick-next, .slick-prev{
		display: block !important;
		background-size: 35px;
		top: 25%;
	}
	.slider:hover .slick-prev, .slider:hover .slick-next {
		top: 25%;
	}
	.slick-next{ right: 15px;}
	.slick-prev{ left: 15px;}
	.sub-menu {
		top: 25px;
		max-height: 70vh;
		overflow-y: auto;
		position: static;
		padding: 0 !important;
		background-color: #55a7a7 !important;
		overflow-x: hidden;
		padding: 15px 0 !important;
	}
	.nav-item, .menu-item {
		position: relative;
	}
	.sub-menu:before {
		content: none;
	}
	.mainMenu a:before {
		font-size: 21px;
		left: 0px;
		top: 5px;
	}
	.temoignagesC .slick-next, .pressC .slick-next {
		right: 10px;
		opacity: .5;
	}
	.temoignagesC .slick-prev, .pressC .slick-prev {
		left: 10px;
		opacity: .5;
	}
	.temoignagesC .slick-prev:hover, .pressC .slick-prev:hover,
	.temoignagesC .slick-next:hover, .pressC .slick-next:hover{
		opacity: 1;
	}
	.ateliers .item h4 {
		font-size: 31px;
		line-height: 31px;
	}
	.ateliers .item h5 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.ateliers .item p {
		margin-bottom: 10px;
	}
	.ateliers .item p br {
		display: none;
	}
	.ateliers .item h5 {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.ateliers .item h5 br {
		display: none;
	}
	.section.formations.py-5 {
		background-position: left top;
		background-size: cover;
	}
	.formations .item {
		height: auto !important;
	}
	.section.contactForm h2 {
		font-size: 27px;
	}
	.slider .slick-prev, .slider .slick-next {
		top: 45% !important;
		opacity: .5;
		right: 5px !important;
		display: block !important;
	}
	.slider .slick-prev{
		left: 5px !important;
	}
	.slider::before, .game::before, .register::before, .register::after, .game::after {
		bottom: -2px;
		width: 200%;
	}
	.game iframe{
		width: 90%;
		margin: auto;
	}
}