
/*@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');*/

@font-face {
	font-family: 'MarkPro';
	src: url('../fonts/MarkPro.eot');
	src: url('../fonts/MarkPro.eot') format('embedded-opentype'),
		 url('../fonts/MarkPro.woff2') format('woff2'),
		 url('../fonts/MarkPro.woff') format('woff'),
		 url('../fonts/MarkPro.ttf') format('truetype'),
		 url('../fonts/MarkPro.svg#MarkPro') format('svg');
}


html, body {
	background-color: #0067B9;
	overflow-x: hidden;
}

body {
	font-size: 1.1rem;
	line-height: 1.4;
	font-family: "MarkPro", sans-serif;
	/*background: url('../img/bg-pattern.png'), url('../img/bg-pattern.png');
	background-position: 0 180px, bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: auto 200px;
	background-attachment: fixed;*/
}

body::after{
	content:"";
	position:fixed;
	top:0;
	height:100vh;
	left:0;
	right:0;
	z-index:-1;
	background: url('../img/bg-body.jpg?v=1.4') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: 1s;
}



@media (min-width: 1200px) {
	.container {
		/*max-width: 1400px;*/
	}
}


/*---------- COLORS ----------*/

body {
	color: #0d29a0;
	background-color: transparent;
}

.slice {
	padding-top: 0;
    padding-bottom: 0;
}

#homepage .slice {
	padding-top: 4rem;
    padding-bottom: 0rem;
}

.bg-dark {
    background-color: #5c3df8!important;
}

.bg-content {
	/*background: #ffffff;*/
	background-color: hsla(0, 0%, 100%, 0.9);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.bg-white {
	background-color: rgba(255, 255, 255, 0.85);
}

.rounded-corner {
	border-radius: 10px;
}

.fs2 {
	font-size: 1.2em !important;
}

.fs3 {
	font-size: 0.9em !important;
}

.fs4 {
	font-size: 1.4em !important;
}

p.disabled {
	color: #c0ccda;
}

section {
    background-color: transparent;
}

.langues {
	position: absolute;
	top: 43px;
	right: 30px;
}

.langues a,
.langues a:hover {
	color: #575656;
}

.footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 100;
	background: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'MarkPro', sans-serif;
	text-transform: uppercase;
	color: #0d29a0;
	line-height: 1.1em;
	font-weight: normal;
}

h1, .h1 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h2, .h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #FFC72C;
}

h3, .h3 {
	font-size: 1em;
	line-height: 1.2em;
}

/*
h3::before, .h3::before {
	position: absolute;
	z-index: 100;
	content: '';
	margin-top: -3px;
	margin-left: -18px;
	width: 6px;
	height: 27px;
	background: url('../img/icon-title.png') no-repeat;
	background-size: 6px 27px; 
}
*/

p {
	color: #0d29a0;
}

a, p a {
	color: #0d29a0;
	text-decoration: underline;
}

a:hover, p a:hover {
	color: #0d29a0;
	text-decoration: none;
}

.text-sm {
    font-size: .9rem!important;
}

label a {
	color: #0d29a0;
	text-decoration: underline;
}

label a:hover {
	color: #0d29a0;
	text-decoration: none;
}

label {
	color: #0d29a0;
}

.btn-link {
    color: #575656;
}

.btn-link:hover {
    color: #575656;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 1.5rem;
}

.btn-custom {
	display: inline-block;
    border: 2px solid #6e190f;
    padding: 2px 10px;
	font-size: 1.15em;
    color: white;
	background-color: #6e190f;
    border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-custom:hover {
	color: white;
	background-color: #5a6405;
	border: 2px solid #5a6405;
}
/*
.btn-custom::after {
	position: absolute;
	z-index: -1;
	content: '';
	bottom: 19px;
	left: 0;
	width: 0;
	height: 12px;
	background-color: #E4003A;
	transition: width 0.25s ease-in;
}
*/
.btn-custom::after {
	/*
	position: absolute;
	z-index: -1;
	content: '';
	bottom: 19px;
	left: 50%;
    transform: translate(-50%,0);
	width: 0;
	height: 12px;
	background-color: #E4003A;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;*/
}

.btn-custom:hover::after,
.btn-custom.active::after {
	/*
    width: 100%;
    left: 50%;
    transform: translate(-50%,0);
    */
}

.hover-scale-90:hover,.scale-90{
	-webkit-transform:scale(0.9)!important;
	-ms-transform:scale(0.9)!important;
	transform:scale(0.9)!important;
}

/*
#btn_attend,
#btn_attend_no {
	font-size: 1.3rem;
	font-weight: bold;
}

#btn_attend_no {
	color: #cfd0d1;
	border-color: #cfd0d1;
	font-size: 1rem;
}

#btn_attend_no:hover {
	color: #cfd0d1;
	border-color: #cfd0d1;
}
*/

#btn_confirm {
	cursor: pointer;
}

.color1 {
	color: #0d29a0;
}

.color2 {
	color: #000000;
}

.uppercase {
	text-transform: uppercase;
}

/*---------- HEADER/FOOTER ----------*/

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMCw3QzkuNCw3LDksNy40LDksOGMwLDAuNiwwLjQsMSwxLDFjMCwwLDAsMCwwLDBoMTdjMC42LDAsMS0wLjQsMS0xYzAtMC42LTAuNC0xLTEtMWMwLDAsMCwwLDAsMEgxMHogTTMsMTQKCWMtMC42LDAtMSwwLjQtMSwxYzAsMC42LDAuNCwxLDEsMWMwLDAsMCwwLDAsMGgyNGMwLjYsMCwxLTAuNCwxLTFjMC0wLjYtMC40LTEtMS0xYzAsMCwwLDAsMCwwSDN6IE0xMCwyMWMtMC42LDAtMSwwLjQtMSwxCgljMCwwLjYsMC40LDEsMSwxYzAsMCwwLDAsMCwwaDE3YzAuNiwwLDEtMC40LDEtMXMtMC40LTEtMS0xYzAsMCwwLDAsMCwwSDEweiIvPgo8L3N2Zz4K");
}

.navbar-toggler {
	position: absolute;
	z-index: 110;
	top: 95px;
	right: 20px;
	display:flex;
	flex-direction:column;
	width:55px;
	cursor:pointer;
	transform-origin:top;
	transform:rotatez(180deg);
	border: 1px solid white;
	border-radius: 0;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.navbar-toggler span{
	background: white;
	border-radius:0;
	height:3px;
	margin: 3px 0;
	transition: .3s;
}

.navbar-toggler span:nth-of-type(1){
	width:75%;
}

.navbar-toggler span:nth-of-type(2){
	width:100%;
}

.navbar-toggler span:nth-of-type(3){
	width:75%;
}

.navbar-toggler[aria-expanded=true] span:nth-of-type(1){
	transform-origin:bottom;
	transform:rotatez(45deg) translate(11px,4px);
}

.navbar-toggler[aria-expanded=true] span:nth-of-type(2){
	transform-origin:top;
	transform:rotatez(-45deg);
}

.navbar-toggler[aria-expanded=true] span:nth-of-type(3){
	transform-origin:bottom;
	width:50%;
	transform: translate(1px,-15px) rotatez(45deg);
}


.header, .navbar, .navbar-top {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-brand {
    margin-right: 0;
}
    
#navbar-logo {
	width: auto;
	max-height: 120px;
	transition: all .5s ease-in-out;
}

body.scroll #navbar-logo {
	width: auto;
	max-height: 60px;
}

#logo-brand {
	height: 70px;
}

#logo-event {
	height: 110px;
}

.navbar .navbar-brand-centered {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.navbar .navbar-brand-right {
	position: absolute;
	right: 0%;
}

/*
#tagline {
	position: absolute;
	opacity: 1;
	width: 300px;
	top: 33px;
	right: 110px;
	-webkit-filter: drop-shadow(0px 0px 25px #000);
	filter: drop-shadow(0px 0px 25px #000);
	transition: .5s all;
}
*/

body.fp-viewing-intro #tagline {
	opacity: 0;
}

@media (max-width:1100px){
	#logo-brand {
		height: 60px;
	}
	
	#logo-event {
		height: 100px;
	}
	
	#navbar-main-collapse {
		margin-top: 20px;
	}
}

@media (max-width:992px){

	#tagline {
		display: none;
	}
	
	#logo-event {
		height: 110px;
	}
}

@media (max-width:576px){
	#navbar-logo {
		max-height: 80px;
	}
	
	.langues {
		right: 15px;
	}
	
	#logo-brand {
		height: 60px;
	}
	#logo-event {
		height: 110px;
	}
}

.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99990;
	background-color: hsla(207, 100%, 37%, 0.7);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	/*background: #0067B9;*/
}

.header-collapse-show .navbar-nav .nav-link {
    font-size: 2.5rem;
	color: white;
	padding: 1rem;
}

@media (max-width:992px){
	.header-collapse-show .navbar-nav .nav-link {
		font-size: 2.5rem;
		padding: 1rem;
	}
}

@media (max-width:768px){
	.header-collapse-show .navbar-nav .nav-link {
		font-size: 2rem;
		padding: 1rem;
	}
	.header {
		min-height: 180px;
	}
}

@media (max-width:576px){
	.header-collapse-show .navbar-nav .nav-link {
		font-size: 1.5rem;
		padding: 1rem;
	}
}

.navbar-expand-lg .navbar-nav .nav-item {
	margin-right: 0rem;
}

.navbar-nav .nav-link {
	font-family: 'MarkPro', sans-serif;
	font-size: 1.08em;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
	font-weight: 400;
	border-bottom: 3px solid transparent;
	position: relative;
	margin-right: 1rem;
	margin-left: 1rem;
	padding-right: 0;
	padding-left: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #ffc72c;
	/*border-bottom: 3px solid #ffc72c;*/
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	text-decoration: none;
	color: #ffc72c;
	/*font-weight: 700;*/
	/*border-bottom: 3px solid #ffc72c;*/
}

.navbar-dark .navbar-nav .active>.nav-link::after, .navbar-dark .navbar-nav .nav-link.active::after, .navbar-dark .navbar-nav .nav-link.show::after, .navbar-dark .navbar-nav .show>.nav-link::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #ffc72c;
	position: absolute;
	bottom: 8px;
	left: 0;
}

.navbar-dark .navbar-nav .nav-link::after {
	transition: .3s;
	content: "";
	width: 100%;
	height: 3px;
	background: transparent;
	position: absolute;
	bottom: 12px;
	left: 0;
}

.navbar-dark .navbar-nav .nav-link:hover::after {
	background: #ffc72c;
	bottom: 8px;
}

#navbar-main-collapse {
	margin-top: 35px;
}

@media (max-width:1320px){
	#logo-event{
		/*margin-top: 70px;*/
	}
}

@media (max-width:1259px){
	.navbar-nav .nav-link {
		font-size: 0.9em;
	}
}

@media (max-width:1100px){

	#logo-event{
		margin-top: 0px;
	}
	
	.navbar-nav .nav-link {
		font-size: 0.8em;
	}
}


@media (max-width:992px){
	
	#logo-event{
		margin-top: 0px;
	}
	
	.navbar-dark .navbar-nav .active>.nav-link::after, .navbar-dark .navbar-nav .nav-link.active::after, .navbar-dark .navbar-nav .nav-link.show::after, .navbar-dark .navbar-nav .show>.nav-link::after {
		height: 5px;
		bottom: 20px;
	}
	
	.navbar-dark .navbar-nav .nav-link::after {
		height: 5px;
		bottom: 20px;
	}
	
	.navbar-dark .navbar-nav .nav-link:hover::after {
		background: #ffc72c;
		height: 5px;
		bottom: 16px;
	}
	
	.navbar-dark .navbar-nav .active>.nav-link::after, .navbar-dark .navbar-nav .nav-link.active::after, .navbar-expand-lg.navbar-dark .navbar-nav .nav-link.show::after, .navbar-dark .navbar-nav .show>.nav-link::after {
		bottom: 16px;
	}
	
	.navbar-brand {
		margin-right: 80px;
	}
}

@media (max-width:670px){
	#logo-event{
		margin-top: 80px;
		height: 90px;
	}
	.navbar-brand {
		margin-right: 80px;
	}
}

.header {
	transition: .5s;
}
/*@media (max-width:576px){*/
	.header.header-collapse-show {
		/*background-color: rgba(110, 25, 15, 0.7);*/
		background-color: rgba(0, 70, 185, 0.9);
	}
/*}*/

.navbar-collapse {
	transition: .5s margin-top;
}

.navbar-expand-lg .navbar-collapse.show {
	margin-top: 50px;
}

#logo-container {
	/*position: absolute;*/
}

.header-collapse-show #logo-container {
	/*display: none;*/
}

.navbar-main {
	transition: .5s;
	/*margin-top: 100px;*/
}

.header-collapse-show .navbar-main {
	
}

#nav-footer .nav-link {
	font-size: 0.8em;
	color: #575656;
	transition: .4s color;
}

#nav-footer .nav-link:hover {
	color: #0d29a0;
}

.main-content {
	/*
    position: fixed;
    top: 233px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
	*/
}

#logo-footer {
	width: 170px;
}

#section-footer {
	padding-bottom: 20px;
}


.row-flex {
	display: flex;
	flex-wrap: wrap;
}

.h-100 {
	height: 100%;
}

.tagline {
	-webkit-filter: drop-shadow(0px 0px 35px #000);
	filter: drop-shadow(0px 0px 35px #000);
}


/*---------- VERIFICATION ----------*/

/*
#verification h1 {
	font-size: 60px;
}

@media (max-width:992px){
	#verification h1 {
		font-size: 40px;
	}
}

@media (max-width:768px){
	#verification h1 {
		font-size: 34px;
	}
}

@media (max-width:576px){
	#verification h1 {
		font-size: 30px;
	}
}
*/

/*---------- HOMEPAGE ----------*/


.intro-home {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #6e190f;
}



/*---------- RESGISTER ----------*/

/*
body.fp-viewing-code::after {
	opacity:0.3;
}

body.fp-viewing-bienvenue::after {
	opacity:0.3;
}

body.fp-viewing-bonjour::after {
	opacity:0.3;
}

body.fp-viewing-transport-aller::after,
body.fp-viewing-transport-retour::after,
body.fp-viewing-image-right::after {
	opacity:0;
}

body.fp-viewing-confirmation::after {
	opacity:0.3;
}
*/

.txt-bonjour {
	font-size: 50px;
	line-height: 56px;
	color: #6e190f;
	font-weight: 800;
	letter-spacing: 4px;
}

.txt-registration-1 {
	font-size: 26px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h2.titre-transport,
h2.titre-image-right {
	font-size: 40px;
}

@media (max-width:768px){
	h2.titre-transport,
	h2.titre-image-right {
		font-size: 35px;
	}
}

@media (max-width:576px){
	h2.titre-transport,
	h2.titre-image-right {
		font-size: 25px;
	}
}

.transport-choix a,
.image-right-choix a {
	color: #5c3df8;
}

.transport-choix,
.image-right-choix {
	background: rgba(255, 255, 255, 0.85);
	transition: .3s;
	border: 1px solid #ffb98c;
}

.transport-choix:hover,
.transport-choix.active,
.image-right-choix:hover,
.image-right-choix.active {
	background: rgba(90, 100, 35, 0.85);
}

.transport-choix:hover img,
.transport-choix.active img,
.image-right-choix:hover img,
.image-right-choix.active img {
	filter: brightness(0) invert(1);
}

.transport-choix:hover h3,
.transport-choix:hover h4,
.transport-choix:hover p,
.transport-choix:hover p a,
.transport-choix p a:hover,
.image-right-choix:hover h3,
.image-right-choix:hover h4,
.image-right-choix:hover p,
.image-right-choix:hover p a,
.image-right-choix p a:hover {
	color: white;
}

.transport-choix.active h3,
.transport-choix.active h4,
.transport-choix.active p,
.transport-choix.active p a,
.transport-choix.active p a:hover,
.image-right-choix.active h3,
.image-right-choix.active h4,
.image-right-choix.active p,
.image-right-choix.active p a,
.image-right-choix.active p a:hover {
	color: white;
}

.transport-choix p,
.image-right-choix p {
	font-size: 1.1em;
}

.transport-choix p.icon-transport {
	font-size: 4em;
}

.transport-choix p.icon-transport img,
#infos-parking p.icon-transport img,
#infos-sans-parking p.icon-transport img,
#infos-navette p.icon-transport img,
#zoneTransfertRetour p.icon-transport img {
	width: 100px;
}

#zone-propre-moyens {
	display: none;
}

#infos-parking,
#infos-sans-parking,
#infos-navette {
	/*min-width: 750px;*/
}

.transport-choix h3 span {
	display: inline-block;
	font-size: 0.6em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 4px;
}

.btn-parking {
	width: 400px;
	text-align: center;
	margin-bottom: 10px !important;
}

@media (max-width:576px){
	.btn-parking {
		width: 280px;
	}
}

.btn-sans-parking {
	width: 400px;
	text-align: center;
	margin-bottom: 10px !important;
}

@media (max-width:576px){
	.btn-sans-parking {
		width: 280px;
	}
}

.icon-btn {
	height: 22px;
	margin-right: 5px;
}

#infos-navette,
#infos-voiture {
	position: relative;
	max-width: 1140px;
}

.btn-navette {
	display: inline-block;
	width: 400px;
	border: 2px solid #6e190f;
	padding: 2px 20px;
	font-size: 1.15em;
	color: white;
	background-color: #6e190f;
	border-radius: 0;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width:576px){
	.btn-navette {
		width: 280px;
	}
}

#registration-page #btn_confirm {
	/*display: none;*/
}


.card{
	-webkit-box-shadow: none;
	box-shadow: none;
}

#registration-page .accordion .card-header:after {
	display: none;
}


#section-agenda ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 20px;
}

#section-agenda li {
	position: relative;
	padding-left: 35px;
	padding-bottom: 15px;
	margin-top: 0;
	margin-bottom: 0;
	/*font-size: 0.9em;*/
	line-height: 1.4em;
}

#section-agenda li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 9px;
	border: 1px solid #ffc72c;
	background: #ffc72c;
	border-radius: 10px;
	width: 11px;
	height: 11px;
	z-index: 20;
}

#section-agenda li:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 14px;
	border-left: 1px solid #ffc72c;
	height: 100%;
	z-index: 10;
}

#section-agenda li:last-child {
	padding-bottom: 0px;
}

#section-agenda li:last-child:after {
	/*border-left: none;*/
	height: 100%;
}


h6.header-module {
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: underline;
}

h6.header-module span {
	display: inline-block;
	padding: .2rem .8rem;
	border-radius: 0;
	border: 2px solid #ffffff;
	font-size: 1.4rem;
    line-height: 1.5;
}

.carousel-item {
	padding: 0 40px;
}

.carousel-control-next, .carousel-control-prev {
	color: #9b58b5;
	width: 30px;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #9b59b6;
}

.carousel-indicators {
	top: 0;
	bottom: auto;
	flex-wrap: wrap;
}

.carousel-indicators li {
	top: 0;
	bottom: auto;
    width: auto;
    height: auto;
    text-indent: unset;
    color: #3300e4;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
}



.titre-emission h7 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3300e4;
}

.titre-emission h7 span {
	font-size: 0.7em;
	font-weight: normal;
}

#registration-page .titre-emission p {
	font-size: 0.8em;
	padding-left: 12px;
}

.liste-emission h7 {
	color: #9b59b6;
	font-weight: bold;
}

#registration-page .liste-emission p.description {
	color: #3300e4;
	font-size: 0.8em;
	margin-bottom: 0;
}

#sessions-teleformation .accordion {
	margin-left: 30px;
}

#registration-page .separateur {
	width: 100%;
	border-top: 1px solid #3fa3e6;
	margin-top: 5px;
	margin-bottom: 25px;
}


.accordion .card-header #header-pitch span:after {
	position: absolute;
	margin-left: 30px;
	/*
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
    */
}

.accordion .card-header[aria-expanded=false] #header-pitch span:after {
	font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    color: #FFFFFF;
}

.accordion .card-header[aria-expanded=true] #header-pitch span:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0d8';
    color: #FFFFFF;
}

.subtitle-module,
.card-header p {
	line-height: 1.2em;
}

#registration .carousel .accordion .card {
	border: none;
}

#registration .carousel .card-header {
	border: none;
}

#registration .carousel-inner > .carousel-item {
  min-height: 430px;
}

.accordion#accordion-sessionsT2 .accordion .card-header,
.accordion#accordion-sessionsT2 .accordion .card-header[aria-expanded=false] {
	border: none;
	border-radius: 0.3rem;
}

.accordion#accordion-sessionsT2 .accordion .card-header[aria-expanded=true] {
	border: none;
	border-radius: 0.3rem;
}

.accordion#accordion-sessionsT2 .card-header h6 {
	position: relative;
	z-index: 1;
	font-size: 1.2rem;
}

.accordion#accordion-sessionsT2 .card-header h6:after {
	position: absolute;
	margin-left: 10px;
}

.accordion#accordion-sessionsT2 .card-header[aria-expanded=false] h6:after {
	font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    color: #FFFFFF;
}

.accordion#accordion-sessionsT2 .card-header[aria-expanded=true] h6:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0d8';
    color: #FFFFFF;
}

.accordion#accordion-sessionsT2 .card-header h6:before,
.accordion#accordion-sessionsT2 .card-header[aria-expanded=false] h6:before {
	position: absolute;
	z-index: -1;
	content: '';
	left: -1px;
	bottom: -3px;
	width: 140px;
	height: 10px;
	-webkit-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
	background-color: #103182;
}

.accordion#accordion-sessionsT2 .card-header[aria-expanded=true] h6:before {
	background-color: #31a5b9 !important;
}

#registration .accordion label.session,
#registration .accordion p.session {
	line-height: 1em;
	font-size: 0.8em;
	padding: .2rem .5rem;
	border-color: white;
}

#registration .accordion p.session {
	color: #3fa3e6;
}

#registration .accordion  label.session:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#registration .accordion  label.session:not(:disabled):not(.disabled).active,
#registration .accordion  label.session:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #3fa3e6;
    border-color: #3fa3e6;
    border-radius: 0;
}


#registration .accordion  label.session span {
	color: #3fa3e6;
	font-size: 0.8em;
	font-weight: normal;
}

#registration .accordion  label.session:not(:disabled):not(.disabled).active span,
#registration .accordion  label.session:not(:disabled):not(.disabled):active span {
	color: #fff;
}

#registration .accordion  label.session.disabled,
#registration .accordion  label.session.disabled span {
	color: rgba(63, 163, 230, 0.6) !important;
}

#registration .accordion  .speaker-statut {
	display: inline-block;
    font-size: 0.8em;
    line-height: 1.2em;
    margin-top: 3px;
}

#zone-attend-no {
	display: none;
}

.zone-km {
	display: none;
}

.zone-km input {
	width: 150px;
}

.zone-km#zone-transport-autre input {
	width: 100%;
	max-width: 300px;
}

#zone-diet-comment,
#zone-allergies-comment {
	display: none;
}

/*
.accordion .card-header .speedm-speaker:after {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	content: '\f0d7';
	top: 40%;
    right: 8px;
}

.accordion .card-header[aria-expanded=false] .speedm-speaker:after {
	font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    color: #FFFFFF;
}

.accordion .card-header[aria-expanded=true] .speedm-speaker:after {
	font-family: 'Font Awesome 5 Free';
    content: '\f0d8';
    color: #FFFFFF;
}
*/

.form-control {
	border-color: #ffc72c;
	color: #0d29a0;
}

.form-control:focus {
	border-color: #0d29a0;
	color: #0d29a0;
}

.custom-control-label {
    line-height: 1.5;
}

.custom-control-label:before,
.custom-control-input:not(:disabled):active~.custom-control-label:before,
.custom-control-input:focus:not(:checked)~.custom-control-label:before {
	background-color: transparent;
    border: 1px solid #919191;
}

.custom-control-label:after, .custom-control-label:before {
	width: 1.1rem;
	height: 1.1rem;
}

.custom-control-input:checked~.custom-control-label:before {
    /*color: #004991 !important;*/
	background-color: transparent;
    border-color: #0d29a0;
}

.custom-radio .custom-control-label:before {
	border-radius: 2px;
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%230c299f' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
	transform: scale(1.2);
}

.custom-checkbox .custom-control-label:before {
	border-radius: 2px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%230c299f' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
	transform: scale(1.2);
}

.btn-primary {
	position: relative;
	z-index: 1;
	display: inline-block;
    color: white;
	border-radius: 10px;
	box-sizing: border-box;
	font-family: 'MarkPro', sans-serif;
	text-transform: uppercase;
	background: #0d29a0;
	letter-spacing: 1px;
	box-shadow: rgb(255, 199, 44) 4px 4px 0px 0px;
}

/*
.btn-primary:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #d6aa62;
	border-radius: 10px;
	box-sizing: border-box;
	top: 7px;
	left: 7px;
	display: block;
	z-index: -1;
}
*/

.btn-primary:hover {
    color: #0d29a0;
	border: 1px solid #0d29a0;
	background: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
	border: 1px solid #0d29a0;
    background-color: #0d29a0;
}


.btn-outline-secondary {
		color: #fff;
		border: none;
		border-radius: 0;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 2px;
		transition: none;
	}
	
	.btn-outline-secondary span {
		position: relative;
		z-index: 3;
	}
	
	.btn-outline-secondary:hover {
		color: #6e190f;
		border-color: rgba(255, 0, 0, 0);
		background: none;
	}
	
	.btn-outline-secondary::before {
		transition: all .3s;
		content: "";
		top: 0px;
		left: 0px;
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0);
	}
	
	.btn-outline-secondary:hover::before {
		content: "";
		top: 2px;
		left: -2px;
		background: rgba(255, 255, 255, 1);
	}
	
	.btn-outline-secondary::after {
		transition: all .2s;
		content: "";
		top: 0px;
		left: 0px;
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		border: 1px solid #6e190f;
		background: #6e190f;
	}
	
	.btn-outline-secondary:hover::after {
			content: "";
			top: -2px;
			left: 2px;
			border: 1px solid white;
		}
	
	.btn-outline-secondary:not(:disabled):not(.disabled).active,
	.btn-outline-secondary:not(:disabled):not(.disabled):active,
	.show>.btn-outline-secondary.dropdown-toggle {
		color: #5C3DF8;
		background-color: #fff;
		border-color: #fff;
	}
	

a.btn-next-section,
a.btn-previous-section {
	color: #ffc72c;
}

a.btn-next-section:hover,
a.btn-previous-section:hover {
	color: white;
}

.btn-yes-no {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
	padding: 0.3rem 1.5rem;
	font-family: 'MarkPro', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	background-color: #6e190f;
	color: white;
	cursor: pointer;
}

.btn-yes-no.active {
	border-color: #5a6405;
	background-color: #5a6405;
	color: white;
}

.btn-transport {
	display: inline-block;
	padding: 0.3rem 1.5rem;
	font-family: 'MarkPro', sans-serif;
	font-weight: 800;
	color: white;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	cursor: pointer;
}

.btn-transport input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}

.btn-transport.active {
	border-color: #5a6405;
	background-color: #5a6405;
	color: #fff;
}

#zoneTransfertAllerNavette,
#zoneTransfertRetourNavette {
	display: none;
}

.btn-cocktail {
	width: 300px;
	text-align: center;
	margin-bottom: 10px !important;
}

@media (max-width:576px){
	.btn-cocktail {
		width: 280px;
	}
}

.btn-cocktail input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}


body.swal2-height-auto {
	height: 100% !important
}

.swal2-popup {
	border-radius: 0;
}

.swal2-icon.swal2-warning {
	border-color: #ffbe36;
	color: #ffbe36;
}

.swal2-popup .swal2-title {
	color: #0d29a0;
	font-size: 1.3em;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.swal2-popup .swal2-styled.swal2-confirm {
	font-weight: 500;
	border-radius: 50rem;
	border: 1px solid #0d29a0;
	color: white;
	background: #0d29a0 !important;
}

.swal2-popup .swal2-styled.swal2-confirm:hover {
	border: 1px solid #0d29a0;
	color: #0d29a0;
	background: white !important;
}

.swal2-styled.swal2-cancel {
	border-radius: 50rem;
}

.swal2-popup .swal2-styled:focus {
	box-shadow: none;
}

.swal2-container.swal2-shown {
	color: #0d29a0;
	font-weight: bold;
	border: 1px solid #ff6e37;
	background: white;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	background-color: #ffbe36;
}

.swal2-container {
	z-index: 100000;
}

.swal2-icon.swal2-success .swal2-success-ring {
	border: 0.25em solid #ffbe36;
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
	background: #0d29a0;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-content {
	border-radius: 0px;
	padding: 36px;
	transition: .5s all;
}

.fancybox-active {
	height: 100% !important;
}

.fancybox-inner{
	-webkit-overflow-scrolling: touch;
}

.fancybox-slide--html .fancybox-close-small svg {
	/*color: #6e190f;
	border: 1px solid #6e190f;*/
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
	cursor: initial;
}


/*---------- CONTACT ----------*/

body.fp-viewing-contact::after {
	/*opacity:0.3;*/
}
/*
#contact h1 {
	font-size: 60px;
}

@media (max-width:992px){
	#contact h1 {
		font-size: 55px;
	}
}

@media (max-width:768px){
	#contact h1 {
		font-size: 50px;
	}
}

@media (max-width:576px){
	#contact h1 {
		font-size: 40px;
	}
}
*/
	

/*---------- PRIVACY POLICY ----------*/

#privacy-policy,
#image-right {
	position: relative;
	text-align: justify;
	max-width: 1140px;
}

#privacy-policy p,
#image-right p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.85em;
	line-height: 16px;
	color: #0d29a0;
}

#privacy-policy-header,
#image-right-header {
	background: #575656;
	padding: 12px 5px 1px 5px;
	text-align: center;
	margin-bottom: 20px;
}

#privacy-policy-header a,
#privacy-policy-header a:hover,
#image-right-header a,
#image-right-header a:hover {
	color: #fff !important;
}

#privacy-policy h1,
#image-right h1 {
	font-size: 1.4em;
	color: #0d29a0;
}

#privacy-policy h2,
#image-right h2 {
	font-size: 1.2em;
	color: #0d29a0;

}

#privacy-policy a,
#privacy-policy a:hover,
#image-right a,
#image-right a:hover {
	color: #0d29a0;
}


.fp-watermark {
	display: none !important;
}