/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

@font-face {
    font-family: 'facebook_letter_facesregular';
    src: url('../_font/facebolf-webfont.woff2') format('woff2'),
         url('../_font/facebolf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;

  -ms-touch-action: none;
  touch-action: none;

  -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
  box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}

iframe[id^="oauth2relay"] { position: fixed !important;}

html {
    height: 100%;
    color: #444;
    font-size: 1em;
    /*line-height: 1.4;*/
    font-family: 'Roboto', Calibri ,sans-serif;
    font-weight: 300;
}
.alignement-gauche{
  text-align: left;
  display: inline-block;
}
.alignement-droite{
  text-align: right;
  display: inline-block;
}
/*element.style*/
/*{*/
/*   width;*/
/*}*/
a:focus
{
  outline: 0;
}
#dialog
{

    font-weight: bold;
    font-family: Trebuchet MS;
    margin: auto;
    font-size: 1.5em;
}
.ui-widget-header
{
  height: auto !important;
}
.ui-dialog
{
  width: 60% !important;
  height: 40% !important;
  background-color: black;
  color: red;
  position: relative !important;
}
.ui-draggable
{
  width: 60% !important;
  height: 50% !important;

  position: relative !important;
}
 .ui-resizable
{
  width: 60% !important;
  height: 50% !important;
  background-color: white;
  border: 1px solid black;
  box-shadow: 1px 1px 12px #555;
  position: fixed !important;
  overflow: scroll;
}
.ui-draggable .ui-dialog-titlebar
{
  color: red !important;
  word-wrap: break-word;
  font-size: 2em;
  text-align: center;
}
.ui-state-default .ui-icon
{
  background-color: red;
}
body{
  height: 100%;
  position: relative;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

::-moz-selection {
    background: #b32020;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #b32020;
    color: #fff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:focus{outline: none;}

/*
==========================================================================
   Main Code
==========================================================================
*/

.mobile{
  display: inline-block;
}
.desktop{
  display: none;
}
.map-mobile{
  display: none;
  text-decoration: none;
}
.modal-open {
    overflow: hidden;
}
.white{
  background: #fff;
}
.blue{
  background: #333;
}
.black-p{
  color: #333;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menuResponsive{
  width: 300px;
  height: 100%;
  overflow: auto;
  background: #444;
  position: fixed;
  right: 0;
  z-index: 150;
  padding: 100px 0 0 0;
  display: none;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navBar{
	width: 100%;
	height: 100px;
	background: #333;
  position: fixed;
  z-index: 210;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -kthtml-transition: all .1s linear;
  transition: all .1s linear;
}
.navBar.shrink{
  height: 60px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -kthtml-transition: all .1s linear;
  transition: all .1s linear;
}
.shadowNav{
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -kthtml-transition: all .1s linear;
  transition: all .1s linear;
}
.logo{
	float: left;
}
.logo span{
  float: left;
  height: 100px;
  line-height: 95px;
  margin: 0 0 0 40px;
  color: #ffffff;
  font-size: 1.5em;
  padding: 0;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -kthtml-transition: all .1s linear;
  transition: all .1s linear;
}
.logo p{
  float: left;
	height: 100px;
	line-height: 90px;
	margin: 0 0 0 20px;
	padding: 0;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -kthtml-transition: all .1s linear;
  transition: all .1s linear;
}
.navBar.shrink .logo p{
  height: 60px;
  line-height: 55px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -kthtml-transition: all .1s linear;
  transition: all .1s linear;
}
.navBar.shrink .logo span{
  height: 60px;
  line-height: 60px;
}
.logo img{
	width: 200px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -kthtml-transition: all .1s linear;
  transition: all .1s linear;
}
.navBar.shrink .logo img{
  width: 150px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -kthtml-transition: all .1s linear;
  transition: all .1s linear;
}
.iconNav{
	color: #fff;
	font-size: 1.1em;
	font-style: normal;
	margin: 0 0 0 5px;
	padding: 0;
	-moz-transition: background .5s,color .5s;
	-ms-transition: background .5s,color .5s;
	-webkit-transition: background .5s,color .5s;
	-o-transition: background .5s,color .5s;
  transition: background .5s,color .5s;
}
.navBar.shrink .menuBars{
  line-height: 55px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -kthtml-transition: all .1s linear;
  transition: all .1s linear;
}
.menuBars{
  float: right;
  margin: 0 20px 0 0;
  color: #fff;
  line-height: 100px;
  font-size: 2.0em;
  display: none;
  cursor: pointer;
}
.menu{
	float: right;
}
.menu-li{
  font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 100px;
  position: relative;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -kthtml-transition: all .1s linear;
  transition: all .1s linear;
}
.navBar.shrink .menu-li{
  line-height: 60px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -kthtml-transition: all .1s linear;
  transition: all .1s linear;
}
.menu-li > a{
	text-decoration: none;
	color: #fff;
	background: transparent;
	display: inline-block;
	padding: 0 25px;
  height: 100px;
	-moz-transition: height .1s, background .5s,color .5s;
	-ms-transition: height .1s, background .5s,color .5s;
	-webkit-transition: height .1s, background .5s,color .5s;
	-o-transition: height .1s, background .5s,color .5s;
  transition: height .1s, background .5s,color .5s;
}
.navBar.shrink .menu-li > a{
  height: 60px;
  -moz-transition: height .1s, background .5s,color .5s;
  -ms-transition: height .1s, background .5s,color .5s;
  -webkit-transition: height .1s, background .5s,color .5s;
  -o-transition: height .1s, background .5s,color .5s;
  transition: height .1s, background .5s,color .5s;
}
.menu-li > a:hover{
	background: #b32020;
	color: #fff;
}
.menu-li > a:hover > .iconNav{
	color: #fff;
}
.navBar .menu-li:hover .subMenu{
  opacity: 1;
  visibility: visible;
  top: 100px;
  position: absolute;
}
.subMenu{
  position: absolute;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  font-size: .9em;
  background: #444;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.navBar.shrink .subMenu{
  top: 50px;
}
.navBar.shrink .menu-li:hover .subMenu{
  top: 60px;
}
.subMenu img{
  height: 13px;
  padding: 0;
}
.subMenu li{
  float: left;
  width: 100%;
  line-height: normal;
}
.subMenu a{
  color: #fff;
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  padding: 10px 10px 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.subMenu a:hover > p{
  text-decoration: underline;
}
.subMenu p{
  margin: 0;
  padding: 0;
  display: inline-block;
}
.first-ul{
  width: 170px;
}
/*.first-li li{
  width: 33.333%;
}*/
.iconLink{
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.navBar .menu{
  display: none;
}
.menuResponsive .menu{
  width: 100%;
}
.menuBars{
  display: inline-block;
}
.menuResponsive .menu-li{
  width: 100%;
  line-height: 60px;
  border-bottom: 1px dotted #fff;
}
.menuResponsive .menu-li i{
  float: right;
  line-height: 60px;
  padding: 0 20px 0 50px;
  font-weight: bold;
  cursor: pointer;
  color: #b32020;
}
.menuResponsive .menu-li a{
  height: 60px;
  color: lightgrey;
  font-weight: 600;
}
.menuResponsive .menu-li a:hover{
  height: 60px;
  background: transparent;
  text-decoration: underline;
}
.menuResponsive .subMenu{
  position: relative;
  width: 100%;
  top: 0;
  padding: 0;
  visibility: visible;
  opacity: 1;
  display: none;
}
.menuResponsive .subMenu a{
  padding: 0 0 0 20px;
  color: #fff;
  font-weight: normal;
}
.menuResponsive .menu-li li{
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #777;
  border-top: 1px dotted #fff;
}

.slider{
  width: 100%;
  height: 98%;
  overflow: hidden;
  float: left;
  padding: 80px 0 0 0;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
.slider h1{
  font-size: 4.5em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #b32020;
}
.slider h3{
  font-weight: 300;
  margin: 20px 0 0 0;
  padding: 0;
}
.slider button{
  margin: 50px 0 0 0;
  padding: 15px 20px;
  border: 2px solid #333;
  background: #fff;
  color: #444;
  font-size: 1.4em;
  font-family: 'facebook_letter_facesregular';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: background .2s,color .2s;
	-ms-transition: background .2s,color .2s;
	-webkit-transition: background .2s,color .2s;
	-o-transition: background .2s,color .2s;
  transition: background .2s,color .2s;
}
.slider button:hover{
  background: #333;
  color: #fff;
}
.slider button i{
  color: #b32020;
  font-size: 1.2em;
}
.icon-circled{
  width: 1.5em;
  height: 1.5em;
  color: #444;
  padding: 7px 0 0 0;
  position: absolute;
  cursor: pointer;
  bottom: 30px;
  left: 50%;
  margin: 0 0 0 -23px;
  border-radius: 5px;
  border: 2px solid #333;
  text-align: center;
  -moz-transition: background .2s,color .2s;
  -ms-transition: background .2s,color .2s;
  -webkit-transition: background .2s,color .2s;
  -o-transition: background .2s,color .2s;
  transition: background .2s,color .2s;
}
.icon-circled:hover{
  background: #444;
  color: #fff;
}
.wrapSliderTitle{
  float: left;
  width: 35%;
  position: relative;
  top: 10%;
  left: 5%;
}
.slider img{
  float: right;
  width: 45%;
  /*height: 100%;*/
  position: relative;
  top: 10%;  
}
.sliderImg{
  float: right;
  height: 70%;
  overflow: hidden;
}
.wrapSliderTitle img{
  float: left;
  width: 450px;
  margin: 0 0 30px 0;
}
.sectionTxt{
  line-height: 30px;
  margin: 0 0 30px 0;
  padding: 0;
}
.sectionTxt a{
  color: #fff;
  text-decoration: underline;
}
.wrapSection.blue{
  color: #fff;
}
.wrapSection{
  width: 100%;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapSection.blue .icon-circled{
  border-color: #fff;
  color: #fff;
}
.wrapSection.blue .icon-circled:hover{
  color: #fff;
  background: #b32020;
  border-color: #b32020;
}
.section{
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0 130px 0;
}
.title{
  margin: 30px 0 70px 0;
  font-weight: 400;
  padding: 0;
}
.title i{
  color: #b32020;
}
.containerSponsor{
  max-width: 980px;
  position: relative;
}
.containerSponsor:hover{
  cursor: grab;
}
.wrapSponsor{
  width: 20%;
  background: #fff;
  padding: 0 10px 0 10px;
  float: left;
  position: relative;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.sponsor{
  width: 100%;
  text-align: center;
  height: 130px;
  background: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sponsor img{
  /*width: 100%;*/
  height: 100%;
}
.wrapBlocPermis{
  width: 100%;
}
.blocPermis{
  width: 25%;
  padding: 0 10px 0 10px;
  margin: 0 0 20px 0;
  float: left;
  position: relative;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blocPermis a{
  text-decoration: none;
  color: #fff;
}
.permis{
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  text-align: center;
  padding: 0 20px 20px 20px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.permis h4{
  color: #333;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.2em;
  text-align: left;
}
.permis h5{
  color: #555;
  margin: 0;
  padding: 0;
  font-size: .8em;
  text-align: left;
  font-weight: 300;
}

.iconPermis{
  width: 100%;
  height: 200px;
  background: #fff;
  text-align: center;
  line-height: 180px;
  border-bottom: 5px solid #b32020;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.iconPermis img{
  width: 60%;
}
.iconCours{
  width: 100%;
  height: 200px;
  background: #fff;
  text-align: center;
  line-height: 180px;
  border-bottom: 5px solid #b32020;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.iconCoursName{
  width: 100%;
  background: #b32020;
  text-align: center;
  padding: 10px 5px 15px 5px;
  font-weight: 500;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.iconCours img{
  width: 60%;
  margin: 20px 0 0 0;
}
.iconCours p{
  
}
.permisAge{
  margin: 0 0 20px 0;
  padding: 0;
  display: inline-block;
  width: 45%;
  height: 40px;
  background: #b32020;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: .8em;
  -webkit-border-radius: 0 0 100px 100px;
  -moz-border-radius: 0 0 100px 100px;
  -ms-border-radius: 0 0 100px 100px;
  -o-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
}
.blocShadow{
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -kthtml-transition: all .2s linear;
  transition: all .2s linear;
}
.shadows{
  -webkit-box-shadow: 0px 0px 30px 17px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 17px rgba(0, 0, 0, 0.2);

  transform: scale(1.05);

  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -kthtml-transform: scale(1.05);
  transform: scale(1.05);
}
.wp{
  margin: 0 0 25px 0;
}
.wrapType{
  width: 100%;
}
.icon-type{
  width: 100px;
  height: 100px;
  background: #fff;
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
  line-height: 90px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.wp.lastWeek .icon-type{
  background: #dedede;
}
.icon-type img{
  width: 60%;
}
.icon-type i{
  color: #b32020;
  font-size: 2.5em;
  margin: 30px 0 0 0;
}
.wp.lastWeek .icon-type i{
  color: #666;
}
.accordion-type:first-child{
  margin: 0 0 20px 120px;
}
.accordion-type{
  max-width: 840px;
  margin: 60px 0 0 120px;
}
.accordion-title{
  width: 100%;
  height: 100px;
  background: #fff;
  line-height: 100px;
  font-size: 2em;
  font-weight: 700;
  padding: 0 30px;
  color: #b32020;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.cours .accordion-title{
  line-height: normal;
  margin-top: 7rem;
}
.cours .accordion-title p{
  margin: 13px 0 0 0;
}
.cours .lastWeek .accordion-title p{
  line-height: 100px;
  margin: 0;
}
.accordion-title small{
  position: relative;
  font-size: .5em;
  color: #444;
  font-weight: 400;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp.lastWeek{
  margin: 0 0 50px 0;
}
.wp.lastWeek .accordion-title{
  background: #dedede;
  color: #666;
}
.accordion-content{
  width: 100%;
  background: #e8e8e8;
  display: none;
}
.accordion-content.cours{
  display: none;
}
.wp.lastWeek .accordion-content{
  display: inline-block;
}
.accordion-title p{
  margin: 0;
  float: left;
}
.accordion-title i{
  float: right;
  color: #444;
  line-height: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion-title:hover{
  cursor: pointer;
}
.rotate{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-head{
  width: 100%;
  background: #e8e8e8;
  /*padding: 20px 10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion-table{
  padding: 0;
}
.tableDate{
  width: 100%;
}
.tableDate td, .tableDate th{
  border: 1px solid #999;
}
.titleTable{
  font-size: .9em;
  text-align: left;
  background: #555;
  color: #fff;
}
.wp.lastWeek .titleTable{
  background: #a0a0a0;
  color: #fff;
}
.titleFormation{
  width: 100%;
}
.wp.lastWeek .titleFormation{
  background: #c1c1c1;
}
.t-f{
  padding: 10px;
  font-size: 1.1em;
  color: #333;
  font-weight: 500;
}
.wp.lastWeek .t-f{
  color: #777;
}
.t-f a{
  color: #444;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 0;
}
.wp.lastWeek .t-f a{
  color: #777;
}
.t-inscrire{
  padding: 0;
}
.infosTable{
  color: #555;
  padding: 15px 0 15px 10px;
}
.inscriptionTable{
  font-size: .9em;
  text-align: center;
  padding: 10px 0;
}
.inscriptionTable a{
  color: #444;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  -moz-transition: background .3s,color .3s;
  -ms-transition: background .3s,color .3s;
  -webkit-transition: background .3s,color .3s;
  -o-transition: background .3s,color .3s;
  transition: background .3s,color .3s;
}
.inscriptionTable i{
  font-size: 4em;
}
.t-detail{
  display: none;
  border-bottom: 3px solid #222;
}
.t-plus{
  cursor: pointer;
  font-size: 1.0em;
  color: #fff;
  font-weight: 400;
  background: #777;
  -moz-transition: background .3s, color .3s;
  -ms-transition: background .3s, color .3s;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}
.t-plus i{
  font-size: 1.2em;
}
.t-plus:hover{
  background: transparent;
  color: #b32020;
}
.t-center{
  text-align: center;
}
.b-box{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t1,.t2,.t3,.t4{  
  padding: 10px;
  font-weight: 300;
}
.t1{
  width: 33%;
}
.t2{
  width: 42%;
}
.t3{
  width: 15%;
}
.t4{
  cursor: pointer;
  width: 10%;
  background: #777;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.weekVille{
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 400;
  color: #444;
}
.wrapHead-left, .wrapHead-right{
  width: 50%;
  float: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sectionTxt a{
  color: #b32020;
}
.sectionTxt .pdf-2{
  background: #b32020;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.album{
  width: 100%;
  background: transparent;
  float: left;
  display: none;
  padding: 20px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.wrapAlbum{
  width: 10%;
  text-align: center;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.wrapAlbum img{
  height: 70px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.album-2{
  background: transparent;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  border: 1px dotted #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pdf-1 i, .pdf-2 i, .album-1 i, .album-2 i{
  margin: 0 5px 0 0;
}
.pdf-1, .pdf-2, .album-1, .album-2{
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.pdf-1 div{
  width: 100%;
  background: #b32020;
  font-weight: 500;
  color: #fff;
  /*float: left;*/
  text-align: center;
  padding: 10px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.album-1{
  width: 100%;
  margin: 10px 0 0 0;
  background: transparent;
  font-weight: 500;
  color: #fff;
  border: 1px dotted #fff;
  float: left;
  text-align: center;
  padding: 10px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapHead-all{
  width: 100%;
  float: left;
  /*padding: 10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.head-all{
  padding: 0 20px;
  line-height: 30px;
  color: #444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.head-left, .head-right{
  padding: 20px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.head-left p, .head-right p{
  margin: 0;
  padding: 0;
}
.head-left{
  background: #444;
  color: #fff;
}
.head-left p span,.head-right p span{
  vertical-align: middle;
  display: inline-block;
  line-height: 30px;
  width: 100%
}
.head-right{
  background: #fff;
  color: #444;
}
.accordion-footer{
  width: 100%;
  /*background: #fff url('../_img/pike.png') top left repeat-x;*/
  background-size: 24px;
  /*padding: 20px;*/
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion-footer iframe{
  width: 100%;
  height: 500px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.accordion-footer p{
  padding: 0;
  color: #444;
  font-size: 1.3em;
  font-weight: 400;
}
.wrapBlocBtn{
  width: 100%;
  margin: 10px 0 0 0;
}
.blocBtn{
  width: 25%;
  float: left;
  font-size: .9em;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blocBtn p{
  height: 80px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #444;
  padding: 10px;
  margin: 0;
  color: #fff;
  background: #444;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background .3s,color .3s;
  -ms-transition: background .3s,color .3s;
  -webkit-transition: background .3s,color .3s;
  -o-transition: background .3s,color .3s;
  transition: background .3s,color .3s;
}
.blocBtn p:hover{
  color: #b32020;
  background: #fff;
}
.blocBtn span{
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
}
.wrapTarif{
  padding: 10px;
  width: 33.333%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapTarif a{
  color: #fff;
}
.tarif{
  background: #444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 2px solid #444;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: background .3s,color .3s;
  -ms-transition: background .3s,color .3s;
  -webkit-transition: background .3s,color .3s;
  -o-transition: background .3s,color .3s;
  transition: background .3s,color .3s;
}
.tarif:hover{
  background: #fff;
  color: #444;
  border: 2px solid #444;
}
.tarif h3{
  color: #fff;
  font-size: 1.5em;
  min-height: 80px;
  margin: 0;
  padding: 0;
  -moz-transition: background .3s,color .3s;
  -ms-transition: background .3s,color .3s;
  -webkit-transition: background .3s,color .3s;
  -o-transition: background .3s,color .3s;
  transition: background .3s,color .3s;
}
.tarif:hover h3{
  color: #444;
}
.tarif:hover .tarifSubtitle{
  color: #555;
}
.tarif:hover .price{
  background: #b32020;
  color: #fff;
}
.price{
  font-size: 2.4em;
  padding: 10px;
  width: 120px;
  display: inline-block;
  height: 120px;
  border-radius: 100%;
  font-weight: 500;
  background: #fff;
  color: #b32020;
  margin: 0 0 15px 0;
  line-height: 85px;
  -moz-transition: background .3s,color .3s;
  -ms-transition: background .3s,color .3s;
  -webkit-transition: background .3s,color .3s;
  -o-transition: background .3s,color .3s;
  transition: background .3s,color .3s;
}
.price span{
  vertical-align: middle;
}
.tarifTitle{
  font-weight: 500;
  margin: 0;
  font-size: 1.1em;
}
.tarifSubtitle{
  color: #fff;
  font-size: .9em;
  -moz-transition: background .3s,color .3s;
  -ms-transition: background .3s,color .3s;
  -webkit-transition: background .3s,color .3s;
  -o-transition: background .3s,color .3s;
  transition: background .3s,color .3s;
}
.payant{
  background: #666;
  color: #fff;
}
.payant h3{
  color: #fff;
  font-size: 1.35em;
  min-height: 64px;
}
.payant .price{
  width: 85px;
  height: 85px;
  font-size: 1.7em;
  margin: 0 0 10px 0;
  line-height: 60px;
}
.letter{
  width: 100%;
  margin: 0 0 20px 0;
}
.letter p{
  width: 100px;
  height: 100px;
  background: #ffeb3b;
  color: #1565c0;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 3.5em;
  font-weight: 500;
  text-align: center;
  line-height: 95px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.wrapVille{
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
}
.wrapBlocVille{
  width: 40%;
  height: 190px;
  float: left;
  padding: 0 20px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.light.wrapBlocVille{
  padding: 0 10px;
  width: 50%;
  height: auto;
  margin: 0 0 20px 0;
}
.wrapVilleMap{
  width: 20%;
  float: left;
  text-align: center;
}
.villeMap i{
  font-size: 4.5em;
  margin: 25px 0 0 0;
  color: #b32020;
}
.villeMap p{
  margin: 10px 0 0 0;
  padding: 0;
}
.ville, .villeMap{
  width: 100%;
  height: 190px;
  background: #fff;
  color: #444;
  padding: 15px 20px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border .3s, background .3s,color .3s;
  -ms-transition: border .3s, background .3s,color .3s;
  -webkit-transition: border .3s, background .3s,color .3s;
  -o-transition: border .3s, background .3s,color .3s;
  transition: border .3s, background .3s,color .3s;
}
.light .ville{
  height: auto;
}
.wrapVilleMap:hover .villeMap{
  background: #333;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.ville h3{
  font-size: 1.5em;
  margin: 0 0 15px 0;
  padding: 0;
}
.adresse i{
  margin: 0;
  color: #b32020;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.adresse{
  float: left;
  width: 90%;
  margin: 0;
  padding: 0;
}
.light .adresse{
  line-height: 25px;
}
.light .adresse i, .adresse i{
  margin: 0 5px 0 0;
}
.horaire{
  margin: 0;
  height: 190px;
  line-height: 170px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.light .horaire{
  height: auto;
  line-height: normal;
}
.horaire-btn{
  color: #fff;
  background: #b32020;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.horaire span{
  vertical-align: middle;
  line-height: normal;
  width: 100%;
  display: inline-block;
}
.overlay{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  position: fixed;
  z-index: 1100;
  display: none;
}
.closeMap{
  color: #fff;
  background: #b32020;
  width: 100%;
  font-size: 1.3em;
  position: absolute;
  margin: 0;
  padding: 20px 0;
  left: 0;
  bottom: 0;
  display: none;
  text-align: center;
  cursor: pointer;
  z-index: 200;
  -moz-transition: border .3s, background .3s,color .3s;
  -ms-transition: border .3s, background .3s,color .3s;
  -webkit-transition: border .3s, background .3s,color .3s;
  -o-transition: border .3s, background .3s,color .3s;
  transition: border .3s, background .3s,color .3s;
}
.closeMap:hover{
  background: #333;
  color: #fff;
}
.closeMap i{
  position: relative;
}
.mapModal{
  width: 90%;
  height: 80%;
  position: fixed;
  top: 12%;
  left: 5%;
  background: #fff;
  display: none;
  z-index: 200;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: auto;
}
.mapModal p{
  padding: 10px;
  height: 80%;
  overflow: auto;
}
.mapModal iframe{
  width: 100%;
  height: 100%;  
  display: none;
}
.hideModal{
  width: 0;
  height: 0;
  display: none;
}
#form{
  margin: 0 0 50px 0;
}
.selectFormL label, .selectFormR label, .inputForm{
  font-size: .9em;
  display: inline-block;
}
.inputForm{
  float: left;
  margin: 0 0 30px 0;
}
.form100{
  width: 100%;
}
.form75{
  width: 75%;
}
.form50{
  width: 50%;
}
.form33{
  width: 33.3333%;
}
.form25{
  width: 25%;
}
.form11{
  width: 11.1111%;
}
.wrapErreur, .wrapValide{
  width: 100%;
  background: #b32020;
  color: #fff;
  padding: 20px;
  margin: 0 0 40px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapValide{
  background: #6ac858;
}
.erreurForm{
  display: block;
  padding: 5px 0;
  margin: 0;
}
#formInscrire h1{
  float: left;
  width: 100%;
  font-size: 1.8em;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #fff;
  margin: 20px 0 40px 0;
}
.inputForm input{
  font-size: 1.4em;
  font-weight: 700;
  width: 100%;
  border: 0;
  background: #fff;
  margin: 5px 0 0 0;
  border-radius: 5px;
  padding: 24px;
  color: #b32020;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select label{
  font-size: .9em;
  display: block;
}
.fa-asterisk{
  color: #dc4848;
  font-size: .8em;
}
.formArrow{
  position: absolute;
  color: #fff;
  top: 20px;
  font-size: 1.5em;
  left: 100%;
  z-index: 50;
  display: none;
  color: #ffeb3b;
}
.customSelect{
  width: 100%;
  border: 0;
  position: relative;
  color: #1565c0;
  background: transparent;
}
.formPad{
  padding: 0 0 0 20px;
}
.textarea{
  width: 100%;
  min-height: 300px;
  margin: 5px 0 0 0;
  font-weight: 500;
  border: 0;
  padding: 20px;
  color: #444;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.conditions{
  width: 100%;
  margin: 5px 0 0 0;
  overflow: auto;
  height: 200px;
  background: #fff;
  color: #444; 
  font-weight: 300;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select{
  float: left;
  display: block;
  margin: 0 0 30px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectFormL{
  width: 49%;
  float: left;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectFormR{
  width: 49%;
  float: right;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inputSubmit{
  float: right;
  width: 10%;
  height: 77px;
  font-weight: 500;
  border: 0;
  background: #fff;
  color: #1565c0;
  border: 2px solid #fff;
  margin: 27px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background .3s,color .3s;
  -ms-transition: background .3s,color .3s;
  -webkit-transition: background .3s,color .3s;
  -o-transition: background .3s,color .3s;
  transition: background .3s,color .3s;
}
.g-recaptcha{
  margin: 5px 0 0 0;
}
#g-plus{
  float: left;
  margin-top: -5px;
}
.submit{
  margin: 30px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  -moz-transition: background .3s,color .3s;
  -ms-transition: background .3s,color .3s;
  -webkit-transition: background .3s,color .3s;
  -o-transition: background .3s,color .3s;
  transition: background .3s,color .3s;
}
.submit input{
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin: 0;
  margin-bottom: 100px;

}
.submit button{
  background: transparent;
  color: #fff;
  display: block;
  float: left;
  border: 0;
  width: 100%;
  padding: 20px 0;
  font-size: 1.5em;
  font-weight: 500;
}
.wrapFooter{
  background: #333;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer{
  max-width: 960px;
  padding: 50px 0;
  margin: 0 auto;
}
.footer a{
  color: #b32020;
  text-decoration: none;
}
.footer a:hover{
  text-decoration: underline;
}
.menuFooter{
  max-width: 100%;
}
.menu-li-footer{
  float: left;
  font-weight: 500;
}
.menu-li-footer i{
  display: none;
}
.sous-menu-footer a{
  color: #fff;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  font-size: .9em;
}
.sous-menu-footer p{
  padding: 0;
  margin: 0;
}
.wrapWrapCopy{
  width: 100%;
  background: #444;
  padding: 0 20px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapCopy{
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.wrapCopy a{
  color: #fff;
  text-decoration: none;
}
.wrapCopy a:hover{
  text-decoration: underline;
}
.copy{
  color: #fff;
  margin: 40px 0 20px 0;
}
.fb-like{
  margin: 0 0 40px 0;
}
.toTop{
  background: #b32020;
  color: #fff;
  padding: 11px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 0px;
  margin: 0 30px 0 0;
  font-size: 1.2em;
  z-index: 1000;
  display: none;
}
.noteDate{
  font-size: .8em;
  font-weight: bolder;
  color: #b32020;
}
.wrapStep{
  width: 100%;
  height: 70px;
  position: relative;
  margin: 0 0 40px 0;
  text-align: center;
  background: #777;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 50;
}
.wrapStep p{
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 70px;
  position: absolute;
  z-index: 209;
}
.step{
  height: 70px;
  background: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #777;
  position: absolute;
}
.icon-circled.arrowAnim{
  background: #333;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  width: 200px;
  margin: 0 0 0 -100px;
  height: auto;
  color: #fff;
  bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.icon-circled.arrowAnim i{
  margin: 0 0 0 5px;
  color: #b32020;
  position: relative;
  bottom: 0;
}
.wrapWrapCat{
  max-width: 960px;
  margin: 0 0 30px 0;
  text-align: center;
}
.wrapCat{
  width: 20%;
  padding: 0 5px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapCat .blocShadow{
  margin: 0 0 20px 0;
  color: #fff;
}
.cat{
  width: 100%;
  height: 100%;
  background: #fff;
  margin: 0 0 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}


/**************CUSTOM CHECKBOX**************/

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 2px;
  font-size: 18px;
  line-height: 0.8;
  color: #b32020;
  transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.sec-sponsors{
  padding: 40px 0;
}
.formDisp{
  line-height: 95px;
}
.wrapTarif a{
  text-decoration: none;
}
.inputSelect{
  width: 100%;
  height: 77px;
  font-size: 1.4em;
  font-weight: bold;
  margin: 5px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  color: grey;
  padding: 0 20px;
}
.readMore{
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* ==========================================================================
Loading page
========================================================================== */

.loading{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #333;
    z-index: 6000;
    color: #333;
}
.sk-three-bounce {
  margin: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #b32020;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
          animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }
.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
0%, 80%, 100% {
  -webkit-transform: scale(0);
          transform: scale(0); }
40% {
  -webkit-transform: scale(1);
          transform: scale(1); } }

@keyframes sk-three-bounce {
0%, 80%, 100% {
  -webkit-transform: scale(0);
          transform: scale(0); }
40% {
  -webkit-transform: scale(1);
          transform: scale(1); } }

.sk-three-bounce img{
  width: 400px;
  margin: 0 0 30px 0;
  display: block;
}

/*
==========================================================================
   Container Padding Space
==========================================================================
*/

.wrapSection, .wrapFooter{
  padding: 0 20px;
}


/*
==========================================================================
   Media Queries
==========================================================================
*/


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

  

}

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

  .slider h1{
    font-size: 3.5em;
  }

}

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

  .navBar .menu{
    display: none;
  }
  .menuResponsive .menu{
    width: 100%;
  }
  .menuBars{
    display: inline-block;
  }
  .menuResponsive .menu-li{
    width: 100%;
    line-height: 60px;
    border-bottom: 1px dotted #fff;
  }
  .menuResponsive .menu-li i{
    float: right;
    line-height: 60px;
    padding: 0 20px 0 50px;
    font-weight: bold;
    cursor: pointer;
    color: #b32020;
  }
  .menuResponsive .menu-li a{
    height: 60px;
    color: lightgrey;
    font-weight: 600;
  }
  .menuResponsive .menu-li a:hover{
    height: 60px;
    background: transparent;
    text-decoration: underline;
  }
  .menuResponsive .subMenu{
    position: relative;
    width: 100%;
    top: 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .menuResponsive .subMenu a{
    padding: 0 0 0 20px;
    color: #fff;
    font-weight: normal;
  }
  .menuResponsive .menu-li li{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #777;
    border-top: 1px dotted #fff;
  }
  .slider h1{
    font-size: 3em;
  }
  .fa-times{
    color: #b32020;
  }
  .first-ul{
    text-align: left;
  }
  .navBar{
    height: 80px;
  }
  .logo p, .logo span {
      height: 80px;
      line-height: 80px;
  }
  .logo img{
    width: 140px;
  }
  .menuBars{
    line-height: 80px;
  }

}
@media only screen and (max-width: 1030px){
.logo span
{
  font-size: 1.3em;
}
}

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

  .slider .sliderWrap{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .slider h1{
    font-size: 2.5em;
  }
  .iconCours img{
    /*width: auto;*/
  }
  .icon-type{
    float: none;
    display: none;
  }
  .accordion-type{
    margin: 20px 0 0 0;
    max-width: 100%;
  }
  .blocPermis{
    width: 33.333%;
  }
  .permisAge{
    width: 35%;
  }
  .slider button{
    padding: 10px 20px;
  }
  .icon-circled{
    display: none;
  }
  .arrowAnim{
    display: inline-block;
  }
  .form33{
    width: 50%;
  }
  .formPad.formPadResp{
    padding: 0;
  }
  .formPadResp{
    padding: 0 0 0 20px;
  }  
  .wrapSliderTitle{
    width: 40%;
  }
  .title{
    margin: 0 0 30px 0;
  }
  .section{
    padding-bottom: 30px;
  }
  .map-desktop{
    display: none;
  }
  .map-mobile{
    display: block;
 }

}

@media screen and (max-width: 800px) and (orientation: landscape) {

  .wrapSliderTitle h3{
    display: none;
  }
  .wrapSliderTitle{
    margin-top: 100px;
  }
  .mapModal p{
    padding: 20px;
    height: 80%;
    overflow: auto;
  }
  .slider img{
    /*top: 25%;*/
    margin-top: 50px;
  }
  .logo span
  {
    font-size: 1em;
  }

}
@media only screen and (max-width: 1120px){
  .logo span
  {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 1013px){
  .logo span
  {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 895px){
  .logo span
  {
    font-size: 1em;
  }
}
@media only screen and (max-width: 895px){
  .logo span
  {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 770px){
  .logo span
  {
    font-size: 0.8em;
    line-height: 5;
  }
  @media only screen and (max-width: 695px){
  .logo span
  {
    font-size: 0.7em;
    line-height: 5;
  }
}
  @media only screen and (max-width: 630px){
  .logo span
  {
    font-size: 0.6em;
    line-height: 5;
  }
   @media only screen and (max-width: 600px){
  .logo span
  {
    display: none;
  }
}



@media only screen and (max-width: 840px) {
  
  .navBar{
    height: 60px;
  }
  .logo img{
    width: 110px;
  }
  .logo p{
    line-height: 55px;
  }
  .menuBars{
    line-height: 60px;
  }
  .iconAdresse{
    padding: 0;
    margin: 0;
  }
  .wrapTarif{
    width: 50%;
  }
  .blocBtn{
    font-size: .7em
  }
  .t-inscrire span{
    display: none;
  }
  .t-inscrire i{
    font-size: 2em;
  }
  .t-plus i{
    font-size: 2em;
  }
  .sous-menu-footer{
    display: none;
  }
  .menu-li-footer{
    padding: 15px 0;
    border-bottom: 1px dotted #fff;
    /*font-size: 1.3em;*/
    font-weight: 400;
    position: relative;
  }
  .menu-li-footer i{
    display: inline-block;
    color: #fff;
    font-size: 1.3em;
    float: right;
    position: relative;
    padding: 0 20px;
    cursor: pointer;
  }
  .footer{
    padding: 30px 0;
  }
  .menuResponsive{
    padding: 60px 0 0 0;
  }
  .mapModal p{
    padding: 20px;
    height: 50%;
    overflow: auto;
  }

}

@media only screen and (max-width: 600px) {
.ui-draggable .ui-dialog-titlebar
{
  font-size: 1.4em;
}
#dialog
{
  font-size: 1em;
}
  .blocPermis{
    width: 50%;
  }
  .titleTable{
    display: none;
  }
  .copy{
    text-align: center;
  }
  .blocBtn p{
    height: 90px;
    line-height: 65px
  }
  .wrapBlocVille{
    width: 50%;
  }
  .wrapBlocVille.last{
    padding: 0;
  }
  .wrapVilleMap{
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #fff;
  }
  .villeMap{
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    padding: 10px 0;
  }
  .villeMap i, .villeMap p{
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0;
  }
  .villeMap p{
    position: relative;
    bottom: 2px;
  }
  .villeMap i{
    font-size: 2em;
    margin: 0 5px 0 0;
  }
  .selectFormL, .selectFormR{
    width: 100%;
    padding: 0;
  }
  .selectFormL{
    margin: 0 0 40px 0;
  }
  .inputSubmit{
    float: none;
    margin: 30px 0 0 0;
    height: 70px;
    font-size: 1.8em;
    font-weight: 300;
    width: 100%;
  }
  div.cs-select{
    max-width: 100%;
  }
  .horaire{
    height: auto;
  }
  .horaire, .iconAdresse, .adresse{
    font-size: .9em;
  }
  .mapModal{
    width: 95%;
    height: 80%;
    left: 2.5%;
  }
  .section{
    padding: 40px 0;
  }
  .form75,.form50,.form33,.form25,.form11{
    width: 100%;
  }
  .formPad{
    padding: 0;
  }
  .captchaGoogle{
    display: block;
    float: left;
    position: relative;
    top: 0;
    width: 100%;
    margin: 10px 0 30px 0;
  }
  .formPadResp{
    padding: 0;
  }
  .title{
    margin: 0 0 40px 0;
    font-weight: 300;
    padding: 0;
  }
  .accordion-content{
    display: none;
  }
  .slider{
    text-align: center;
  }
  .slider img{
    width: 80%;
    float: none;
  }
  .wrapSliderTitle{
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  .wrapSliderTitle h3{
    display: none;
  }
  .slider .icon-circled{
    display: inline-block;
  }
  .wrapSliderTitle strong{
    display: none;
  }
  .blocBtn{
    width: 100%;
    font-size: .9em;
    padding: 10px 0;
  }
  .fb-like{
    width: 95px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -47px;
  }
  .wrapCopy{
    padding: 0 0 40px 0;
  }
  #g-plus{
    float: none;
    margin-top: -5px;
    margin-bottom: 20px;
    left: 50%;
    margin-left: -30px;
    position: relative;
  }
  .sectionTxt .pdf-2, .album-2, .pdf-1, .album-1{
    width: 100%;
    /*display: none;*/
    /*float: left;*/
  }
  .sk-three-bounce img{
    width: 250px;
    margin: 0 0 30px 0;
    display: block;
  }
  .slider button.readMore{
    padding: 10px 15px;
    bottom: 10px;
    right: 10px;
    font-size: 1em;
  }

  .menu-li{
    font-weight: normal;
  }

}

@media only screen and (max-width: 480px) {
  
  .cours .accordion-title p{
    margin: 0;
  }
  .horaire-btn{
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .wrapSliderTitle button {
    font-size: 1em;
    padding: 5px 10px;
  }
  .selectFormL{
    margin: 0 0 15px 0;
  }
  .wrapSliderTitle h1{
    font-size: 1.8em;
  }
  .blocPermis{
    width: 100%;
  }
  .permisAge{
    width: 30%;
  }
  .accordion-title{
    font-size: 1.3em;
    height: 60px;
    padding: 0 15px;
  }
  .cours .accordion-title p{
    line-height: 20px;
    margin: 11px 0 0 0;
  }
  .accordion-title p{
    line-height: 60px;
  }
  .wp.lastWeek{
    margin: 0 0 20px 0;
  }
  .cours .lastWeek .accordion-title p{
    line-height: 60px;
  }
  .accordion-title i{
    line-height: 60px;
  }
  .wrapHead-left, .wrapHead-right{
    width: 100%;
  }
  .accordion-footer p{
    font-size: 1em;
  }
  .wrapBlocVille{
    width: 100%;
    height: auto;
    padding: 0;
  }
  .wrapBlocVille.last{
    margin: 20px 0 0 0;
  }
  .wrapTarif{
    width: 100%;
  }
  .slider button{
    margin: 30px 0 0 0
  }
  table, thead, tbody, th, td, tr { 
    display: block;
  }
  .t-f{
    color: #fff;
    font-size: .9em;
  }
  .t1,.t2,.t3,.t4,.t-f,.infosTable,.inscriptionTable{
    width: 100%;
    text-align: center;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    border-left: 0;
  }
  .t4{
    display: none;
  }
  .t-plus, .inscriptionTable{
    padding: 15px 0;
  }
  .horaire{
    line-height: inherit;
  }
  .menuResponsive{
    width: 100%;
  }
  .t-inscrire{
    background: #777;
  }
  .t-inscrire span{
    display: inline-block;
    position: relative;
    bottom: 5px;
    color: #fff;
  }
  .t-inscrire i{
    color: #fff;
  }
  .conditions{
    height: 200px;
  }
  .sponsor{
    height: 100px;
  }
  .section{
    padding: 30px 0 20px 0;
  }
  .title{
    font-size: 1.7em;
    margin: 0 0 20px 0;
  }
  .blocBtn p{
    height: 60px;
    line-height: 30px;
  }
  .ville, .villeMap{
    height: auto;
  }
  .inputForm{
    margin: 0 0 20px 0;
  }
  .inputForm input{
    padding: 15px 24px;
  }
  .textarea{
    min-height: 150px;
  }
  .submit input{
    margin: 20px 0 0 0;
  }
  .wrapAlbum{
    width: 100%;
    margin: 0 0 10px 0;
    /*padding: 0 5px;*/
  }
  .wrapAlbum img{
    width: 100%;
    height: auto;
  }
  .tableDate{
    background: #444; 
  }
  .t-content{
    margin: 10px 0 0 0;
  }
  .t-detail{
    border: 0;
  }
  .infosTable, .inscriptionTable{
    background: #e8e8e8;
  }
  .accordion-head.accordion-table, .accordion-content.cours{
    background: transparent;
  }
  .light.wrapBlocVille{
    width: 100%;
  }
  .iconCours img{
    width: auto;
  }
  .logo p {
    height: 55px;
  }
  .mapModal p{
    padding: 20px;
    height: 70%;
    overflow: auto;
  }
  .sectionTxt .pdf-2{
    width: 100%;
    display: inline-block;
  }
  .album-2{
    width: 100%;
    display: inline-block;
  }

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href]:after {
      content: none !important;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#top"],
    a[href^="#ancre"]{
        display: none;
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    .accordion-footer p{
      width: 100%;
    }
    .wrapBlocBtn{
      display: none;
    }
    .accordion-content{
      display: inline-block;
    }
    .wrapSliderTitle button {
      display: none;
    }
    .wrapSection.white{
      display: none;
    }
    .section{
      padding: 0;
    }
    .section h1{
      margin: 0;
      padding: 0;
    }
    .slick-list{
      position: relative;
      width: 100%;
    }
    .wrapFooter{
      display: none;
    }
    .navBar{
      display: none;
    }
    .blocPermis{
      position: relative;
      width: 25%;
    }
    .slider{
      margin: 0;
      padding: 0;
    }
    .slider img{
      width: 100%;
    }
    .wrapSliderTitle{
      width: 100%;
      font-size: 0.7em;
      margin: 0;
      padding: 0;
    }
}
