#preloader {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #406788;
	z-index: 10000000;
}

#loaderYooppli {
    position: relative;
}

.y_jaune {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: -30px 0 0 -30px;
    z-index: 10;
	-webkit-animation: spin1 2s infinite linear;
	-moz-animation: spin1 2s infinite linear;
	-o-animation: spin1 2s infinite linear;
	-ms-animation: spin1 2s infinite linear;
	animation: spin1 2s infinite linear;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.y_bleu {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: -25px 0 0 -25px;
    z-index: 20;
	-webkit-animation: spin2 2.2s infinite linear;
	-moz-animation: spin2 2.2s infinite linear;
	-o-animation: spin2 2.2s infinite linear;
	-ms-animation: spin2 2.2s infinite linear;
	animation: spin2 2.2s infinite linear;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.y_rose {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: -20px 0 0 -20px;
    z-index: 30;
	-webkit-animation: spin1 1.8s infinite linear;
	-moz-animation: spin1 1.8s infinite linear;
	-o-animation: spin1 1.8s infinite linear;
	-ms-animation: spin1 1.8s infinite linear;
	animation: spin1 1.8s infinite linear;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-webkit-keyframes spin1 {
	0% { -webkit-transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
	0% { -o-transform: rotate(0deg);}
	100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
	0% { -ms-transform: rotate(0deg);}
	100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg);}
} 

@-webkit-keyframes spin2 {
	0% { -webkit-transform: rotate(360deg);}
	100% { -webkit-transform: rotate(0deg);}
}
@-moz-keyframes spin2 {
	0% { -moz-transform: rotate(360deg); }
	100% { -moz-transform: rotate(0deg);}
}
@-o-keyframes spin2 {
	0% { -o-transform: rotate(360deg);}
	100% { -o-transform: rotate(0deg);}
}
@-ms-keyframes spin2 {
	0% { -ms-transform: rotate(360deg);}
	100% { -ms-transform: rotate(0deg);}
}
@-keyframes spin2 {
	0% { transform: rotate(360deg); }
	100% { transform: rotate(0deg);}
} 


/********************************************************/
/********************************************************/
.cercleIcon{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 53px;
	text-align: center;
	display: inline-block;
	background-color: #abbdd1;
	color: #ffffff;
	margin-bottom: 12px;
	margin-right: 12px;
}
.cercleIcon > i.fa{
	font-size: 22px;
}
.byLMW{
	display: inline-block;
    vertical-align: middle;
    height: 48px;
    line-height: 70px;
    text-decoration: none;
    margin: 13px 20px 36px 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}
.PlatformIcon{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	margin-bottom: 12px;
	margin-right: 12px;
}
.PlatformIcon > i.fa{
	font-size: 40px;
}
.cd-slider-nav.outils {
    position: absolute;
    bottom: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 150px;
}
.cd-slider-nav.outils a {
    position: relative;
    display: block;
    height: 150px;
    width: 60px;
    float: left;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    background: #ffffff;
}
.cd-slider-nav.outils a.cd-next {
    float: right;
    border-left: none;
}


/*************CSS MODIFIÉ SUR HEADER 02-03-2016***********/
/*********************************************************/
.navbar-light .main-navigation .menu > li > a{
	margin-top: 16px;
}
.main-navigation .menu li a.btn-danger{
	background-color: #d52b82;
	color: #ffffff !important;
}
.main-navigation .menu li a.btn-danger.btn-ghost{
	background-color: transparent !important;
	color: #ffffff !important;
}
.main-navigation .menu li a.btn-danger.btn-ghost{
	color: #d52b82 !important;
}
.main-navigation .menu li a.btn-danger:hover{
	color: #d52b82 !important;
}
.navbar-light .main-navigation .menu > li > a.btn-danger{
	color: #ffffff !important;
	line-height: 35px !important;
}
.navbar-light .main-navigation .menu > li > a.btn-danger.btn-ghost{
	color: #ffffff;
	line-height: 35px !important;
	border-color: #d52b82 !important;
}
.navbar-light.stuck .main-navigation .menu > li > a.btn-danger.btn-ghost{
	color: #d52b82 !important;
	line-height: 35px !important;
	border-color: #d52b82 !important;
}
.navbar-light .main-navigation .menu > li > a.btn-danger:hover{
	color: #d52b82 !important;
}
.navbar-light .main-navigation .menu > li > a.btn-danger.btn-ghost:hover{
	color: #ffffff !important;
	background-color: #d52b82 !important;
}

.container > .clearfix{
	height: 80px;
}

.moduleConnexion{
	margin : 0 auto;
	float: none !important;
	padding: 15px 15px 0px 15px;
	border-radius: 10px;	
	border-style: solid;
	border-width: 2px;
	border-color: #abbdd1;	
}
.moduleLogo{
	margin : 0 auto;
	float: none !important;
	padding: 15px 15px 0px 15px;
	text-align: center;	
}
.moduleLogo > img{
	margin: 0 auto !important;
}




.pricing {
  	width: 100%;
  	padding: 40px 0 20px;
  	color: #74a0be;
  	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  	border-radius: 20px;
    border-style: solid;
    border-color: #74a0be;
    border-width: 2px;
    margin-bottom: 30px;
}
.pricing .thumbnail {
  	background: rgba(52, 152, 219, 0.25);
  	display: block;
  	width: 90px;
  	height: 90px;
  	margin: 0 auto;
  	-webkit-border-radius: 100%;
  	-moz-border-radius: 100%;
  	border-radius: 100%;
  	font-size: 36px;
  	line-height: 90px;
  	text-align: center;
}
.pricing .titlePricing {
  	cursor: pointer;
  	margin: 40px 0 0;
  	padding: 10px;
 	font-size: 24px;
  	text-align: center;
  	font-weight: normal;
  	color: #74a0be;
}
.pricing .contentPricing {
  	display: none;
}
.pricing .contentPricing .sub-title {
  	background: #74a0be;
  	padding: 10px;
  	color: #ffffff;
  	font-size: 24px;
  	font-weight: 700;
  	text-align: center;
}
.pricing .contentPricing ul {
  	list-style: none;
  	background: #fff;
  	margin: 0;
  	padding: 0;
 	color: #666;
  	font-size: 14px;
}
.pricing .contentPricing ul li {
  	padding: 10px 20px;
}
.pricing .contentPricing ul li .fa {
  width: 16px;
  margin-right: 10px;
  text-align: center;
}
.pricing .contentPricing ul li .fa-check {
  color: #2ecc71;
}
.pricing .contentPricing ul li .fa-close {
  color: #e74c3c;
}
.pricing .contentPricing a {
  	display: block;
  	background: #74a0be;
  	border-radius: 47px;
  	max-width: 180px;
  	margin: 0 auto;
  	margin-top: 20px;
  	padding: 10px 15px;
  	color: #fff;
  	font-size: 18px;
  	font-weight: 700;
  	text-align: center;
  	text-decoration: none;
  	-webkit-transition: 0.2s linear;
  	-moz-transition: 0.2s linear;
  	-ms-transition: 0.2s linear;
  	-o-transition: 0.2s linear;
  	transition: 0.2s linear;
}
.pricing .contentPricing a:hover {
  background: #34495e;
  /* IE Fallback */
  background: rgba(52, 73, 94, 0.7);
}


.pricing2 {
  	width: 100%;
  	padding: 40px 0 20px;
  	color: #db6e79;
  	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  	border-radius: 20px;
    border-style: solid;
    border-color: #db6e79;
    border-width: 2px;
    margin-bottom: 30px;
}
.pricing2 .thumbnail {
  	    background: rgba(213, 43, 130, 0.25);
  	display: block;
  	width: 90px;
  	height: 90px;
  	margin: 0 auto;
  	-webkit-border-radius: 100%;
  	-moz-border-radius: 100%;
  	border-radius: 100%;
  	font-size: 36px;
  	line-height: 90px;
  	text-align: center;
}
.pricing2 .titlePricing2 {
  	cursor: pointer;
  	margin: 40px 0 0;
  	padding: 10px;
 	font-size: 24px;
  	text-align: center;
  	font-weight: normal;
  	color: #db6e79;
}
.pricing2 .contentPricing2 {
  	display: none;
}
.pricing2 .contentPricing2 .sub-title {
  	background: #db6e79;
  	padding: 10px;
  	color: #ffffff;
  	font-size: 24px;
  	font-weight: 700;
  	text-align: center;
}
.pricing2 .contentPricing2 ul {
  	list-style: none;
  	background: #fff;
  	margin: 0;
  	padding: 0;
 	color: #666;
  	font-size: 14px;
}
.pricing2 .contentPricing2 ul li {
  	padding: 10px 20px;
}
.pricing2 .contentPricing2 ul li .fa {
  width: 16px;
  margin-right: 10px;
  text-align: center;
}
.pricing2 .contentPricing2 ul li .fa-check {
  color: #2ecc71;
}
.pricing2 .contentPricing2 ul li .fa-close {
  color: #e74c3c;
}
.pricing2 .contentPricing2 a {
  	display: block;
  	background: #db6e79;
  	border-radius: 47px;
  	max-width: 180px;
  	margin: 0 auto;
  	margin-top: 20px;
  	padding: 10px 15px;
  	color: #fff;
  	font-size: 18px;
  	font-weight: 700;
  	text-align: center;
  	text-decoration: none;
  	-webkit-transition: 0.2s linear;
  	-moz-transition: 0.2s linear;
  	-ms-transition: 0.2s linear;
  	-o-transition: 0.2s linear;
  	transition: 0.2s linear;
}
.pricing2 .contentPricing2 a:hover {
  background: #34495e;
  /* IE Fallback */
  background: rgba(52, 73, 94, 0.7);
}

.input-alt{
	border: 2px solid #abbdd1 !important;
}
.faa_-check{
	color: #44c456;
}
.faa_-close{
	color: #db6e79;
}
.eventsEtapes{
	height: 70px;
	width: 390px;
	margin: 0 auto;
}
.eventInscr{
    float: left;
    display: block;
    width: 50px;
    margin-bottom: 0;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 10px;
}
.eventInscr_{
    float: left;
    display: block;
    width: 90px;
    margin-bottom: 0;
    height: 2px;
    margin: 34px 0px;
    border: solid 1px #abbdd1;
}
.eventInscr > .number {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    top: 10px;
    left: auto;
    right: auto;
    text-align: center;
    line-height: 46px;
}
.eventInscr> .number > i {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #abbdd1;
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    background-color: transparent;
    border: 2px solid #abbdd1;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.eventInscr > .number.current{
	background-color: #abbdd1 !important;
}
.eventInscr> .number.current > i {
	color: #ffffff !important;
}

#cont_form_type:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/******************CUSTOM SELECT FORM**********************/
/* Default custom select styles */
div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
	padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: '\25BE';
	right: 1em;
}

.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
	z-index: 200;
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 400px;
    overflow-y: scroll;
}
.cs-select ul::-webkit-scrollbar{
	width: 10px;
	background-color: transparent;

}
.cs-select ul::-webkit-scrollbar-thumb{
	background-color: #c5c5c5;
	border-radius: 10px;
}
.cs-select ul::-webkit-scrollbar-thumb:hover{
	cursor: pointer;
}
.cs-select ul::-webkit-scrollbar-thumb:active{
	background-color: #abbdd1;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?-rdnm34');
	src:url('../fonts/icomoon/icomoon.eot?#iefix-rdnm34') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?-rdnm34') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?-rdnm34') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?-rdnm34#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

div.cs-skin-underline {
	background: transparent;
	font-size: 1em;
	/*max-width: 400px;*/
}

@media screen and (max-width: 30em) {
	div.cs-skin-underline { font-size: 1.2em; }
}

.cs-skin-underline > span {
	padding: 0.5em 3em 0.5em 0.5em;
	border-bottom: 3px solid #abbdd1;
	color: #abbdd1;
	border-color: inherit;
	font-weight: bold;
}

.cs-skin-underline > span::after {
	font-family: 'icomoon';
	content: '\e003';
	right: 0.25em;
	-webkit-transform: translate3d(0,-50%,0) rotate3d(0,0,1,45deg);
	transform: translate3d(0,-50%,0) rotate3d(0,0,1,45deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.cs-skin-underline.cs-active > span::after {
	-webkit-transform: translate3d(0,-50%,0) rotate3d(0,0,1,270deg);
	transform: translate3d(0,-50%,0) rotate3d(0,0,1,270deg);
}

.cs-skin-underline .cs-options {
	background: #ffffff;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
	transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
}

.cs-skin-underline.cs-active .cs-options {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.cs-skin-underline ul span {
	position: relative;
	text-transform: uppercase;
	font-size: 66%;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 1.2em 0.8em;
	opacity: 0;
	color: #abbdd1;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.cs-select ul span::after {
	content: '';
	opacity: 0;
}

.cs-select .cs-selected span::after {
	font-family: 'icomoon';
	content: '\e010';
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.7s;
	transition: opacity 0.3s 0.7s;
}

.cs-skin-underline ul span::before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #abbdd1;
	-webkit-transform: translate3d(200%,0,0);
	transform: translate3d(200%,0,0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.cs-skin-underline.cs-active ul span,
.cs-skin-underline.cs-active ul span::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cs-skin-underline li:nth-child(5) span,
.cs-skin-underline li:nth-child(5) span::before,
.cs-skin-underline.cs-active li:first-child span,
.cs-skin-underline.cs-active li:first-child span::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.cs-skin-underline li:nth-child(4) span,
.cs-skin-underline li:nth-child(4) span::before,
.cs-skin-underline.cs-active li:nth-child(2) span,
.cs-skin-underline.cs-active li:nth-child(2) span::before {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.cs-skin-underline li:nth-child(3) span,
.cs-skin-underline li:nth-child(3) span::before {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.cs-skin-underline li:nth-child(2) span,
.cs-skin-underline li:nth-child(2) span::before,
.cs-skin-underline.cs-active li:nth-child(4) span,
.cs-skin-underline.cs-active li:nth-child(4) span::before {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.cs-skin-underline li:first-child span,
.cs-skin-underline li:first-child span::before,
.cs-skin-underline.cs-active li:nth-child(5) span,
.cs-skin-underline.cs-active li:nth-child(5) span::before {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
} /* more items require more delay declarations */

.cs-skin-underline .cs-options li span:hover,
.cs-skin-underline .cs-options li.cs-focus span,
.cs-skin-underline li.cs-selected span {
	color: #566473;
	background: transparent;
}

.cs-skin-underline .cs-options li{
	margin: 0px 10px;
}

.cs-skin-underline ul li:last-child span::before{
	background-color: transparent !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.InscriModule{
	display: none;
	opacity: 0;
}
.InscriModule:nth-child(1){
	display: block;
}
#FormInscriModuleAPI{
	float: none;
	margin: 0 auto;
	display: none;/**/
	opacity: 0;
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fadeInModule{
	animation: fadeIn .5s ease-in 1 forwards;
  	-webkit-animation: fadeIn .5s ease-in 1 forwards;
  	-moz-animation: fadeIn .5s ease-in 1 forwards;
}

@media screen and (max-width: 480px) {
	.moduleConnexion{
		margin : 0 20px;
		float: none !important;
		padding: 15px 15px 0px 15px;
		border-radius: 10px;	
		border-style: solid;
		border-width: 2px;
		border-color: #abbdd1;	
	}
	.moduleLogo{
		margin : 0 auto;
		float: none !important;
		padding: 15px 15px 0px 15px;
		text-align: center;	
	}
	.eventInscr_{
	    width: 60px !important;
	}
	.titleInscri{
		text-align: center;
	}
	.infosInscri{
		margin: 10px 20px;
	}
	div.cs-skin-underline {
		max-width: 345px !important;
	}
	form.ajax-form.space-top{
		max-width: 345px !important;
	}
	.col-sm-12{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.row {
	    margin-left: 0px !important;/*  */
	    margin-right: 0px !important;/*  */
	}
	.eventsEtapes {
	    width: auto !important;
	}
	.eventInscr:nth-child(1){
		margin-left: 20px !important;
	}
	#btnMonCompte {
	    color: #d52b82 !important;
	}	
}