@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Montserrat');


body{
	font: 400 15px Lato, sans-serif;
	line-height: 1.8;
	padding:0;
	margin:0;
}

body a{
    transition:0.2s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	

p{
	margin:0;
}

ul{
	margin:0;
	padding:0;
}

label{
	margin:0;
}

dd {
	text-align:left;
}

/*
h1 {
	text-shadow: 2px 2px 8px #555;
}
*/

h2 {
  font-size: 24px;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}  

/* HR */

hr {
	border-top: 1px solid #ccc;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/*
table {
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
	width:100%;
	margin:0 auto;
}

th, td {
	border: 1px solid #cdcdcd;
	background-color: #fff;
}

th {
	color:#FFF;
	background-color: #FF8040;
	text-align:center;
	vertical-align:middle;
}
*/

.table_panier_recap th {
	text-align:center;
	background-color:#FF8040;
	color:#fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:#FFF !important;
}

.mylist {
	list-style-position: inside;
	margin-left:2em;
}

.circle {
	border-radius:50%;
	background-color:#FF8040;
	color:#fff;
}

.circle1digit {
	padding: 6px 12px;
}

.circle2digits {
	padding: 6px 8px;
}


.easy-autocomplete-container {
	z-index:2000 !important;
}

input[type=checkbox], input[type=radio] {
	width: 20px !important;
	height: 20px !important;
	margin-top:8px;
}

#countdown-clock {
	width:620px;
	margin:0 auto;
}

.inscription_countdown {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

#table_inscrits th {
	text-align:center;
	background-color: #FF8040;
}

.labelsize {
	text-align:center;
	font-size:16px;
	margin-bottom:8px;
}


/* bootstrap info-icon remove border */

.input-group-addon {
	background-color: transparent !important;
	border: none !important;
	display:inline-block;
}

.input-group-addon2 {
	background-color: transparent !important;
	border: none !important;
	float:left;
	padding-left:0;
}

/* BOOTSTRAP NAV PILLS CENTERED */

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display: inline;     /* for IE7*/
    *zoom:1;              /* for IE7*/

}

.nav-tabs {
    text-align:center;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color:black;
    background-color:#fcd900;
}

/* AUTOCOMPLETE FIX */

.easy-autocomplete-container ul {
	text-align:left;
}

.easy-autocomplete{
  width:100% !important
}

.easy-autocomplete input{
  width: 100%;
}

/* HR */

hr {
	border-top: 1px solid #ccc;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


/* NAV-BAR */

.navbar {
  margin-bottom: 0;
  background-color: #6885f8;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.navbar li a, .navbar .navbar-brand {
  color: #fff !important;
}

.navbar-brand {
  letter-spacing: 0px;
}

@media only screen and (max-width: 950px) {
	.navbar-brand {
		font-size: 12px;
		letter-spacing: 1px;
	}
}

#logo_club{
}

#logo_club img {
	background-color:#fff;
	border-radius:16px;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #6885f8 !important;
  background-color: #fff !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}

/* FOOTER */

.footer {
	margin-top:2em;
    width: 100%;
    height: 90px;
    background-color: #f5f5f5;
}

footer .glyphicon {
  font-size: 20px;
  color: #6885f8;
}


.jumbotron {
  background-color: #6885f8;
  color: #fff;
  padding: 100px 25px;
  font-family: Montserrat, sans-serif;
}

#logo_left {
	float:left;
}

#logo_left img {
	background-color:#fff;
	border-radius:16px;
}

#logo_left {
	float:left;
}

#logo_left img {
	background-color:#fff;
	border-radius:16px;
}

#logo_right {
	float:right;
}

#logo_right img {
	background-color:#fff;
	width:160px;
}

@media only screen and (max-width: 1000px) {
	#logo_left {
		display: none;
	}
	#logo_right {
		display: none;
	}
}

.container-fluid {
  padding: 60px 50px;
}

.container h2 {
	padding-top:30px;
}

.bg-grey {
  background-color: #f6f6f6;
  padding: 10px;
}

.logo-small {
  color: #6885f8;
  font-size: 50px;
}

.logo {
  color: #6885f8;
  font-size: 200px;
}

/* THUMBNAIL */

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}


/* PARTENAIRE */

.partenaires {
  width: 90%;
  margin: auto;
}


/* INSCRIPTION */

.minima {
 	margin:0 auto;
 	width: 500px;
}

/* CAROUSEL */


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 50%;
  margin: auto;
}
 
/*
.carousel-inner > .item { 
	height:300px; 
} 

.carousel-inner > .item > a > img{ 
	width:250px; 
    margin: 0 auto;
} 
*/

.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #000;
}
.carousel-indicators li {
  border-color: #000;
}
.carousel-indicators li.active {
  background-color: #fff;
}

.carousel-caption {
	color:#000;
	padding-bottom:0;
}


/* ITEMS */

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}
.item span {
  font-style: normal;
}



/* PANELS */
/*
.panel {
  border: 1px solid #6885f8; 
  border-radius:0 !important;
  transition: box-shadow 0.5s;
}
.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
  border: 1px solid #6885f8;
  background-color: #fff !important;
  color: #6885f8;
}
.panel-heading {
  color: #fff !important;
  background-color: #6885f8 !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-footer {
  background-color: white !important;
}
.panel-footer h3 {
  font-size: 32px;
}
.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}
.panel-footer .btn {
  margin: 15px 0;
  background-color: #6885f8;
  color: #fff;
}
*/

.slideanim {visibility:hidden;}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

@keyframes slide {
	0% {
	  opacity: 0;
	  transform: translateY(70%);
	} 
	100% {
	  opacity: 1;
	  transform: translateY(0%);
	}
}

@-webkit-keyframes slide {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(70%);
	} 
	100% {
	  opacity: 1;
	  -webkit-transform: translateY(0%);
	}
}

@media screen and (max-width: 950px) {
	.col-sm-4 {
	  text-align: center;
	}
	.btn-lg {
	    width: 100%;
	    margin-bottom: 35px;
	}
}

@media screen and (max-width: 480px) {
	.logo {
	    font-size: 150px;
	}
}



/* bootstrap label size */

.lb-sm {
  font-size: 12px;
}

.lb-md {
  font-size: 16px;
}

.lb-lg {
  font-size: 20px;
}

/* glyphicon spin */

.spin{
     -webkit-transform-origin: 50% 58%;
     transform-origin:50% 58%;
     -ms-transform-origin:50% 58%; /* IE 9 */
     -webkit-animation: spin .7s infinite linear;
     -moz-animation: spin .7s infinite linear;
     -o-animation: spin .7s infinite linear;
     animation: spin .7s infinite linear;
}

/* bootstrap dialog screen verticaly center */

/* DIALOG MODAL CENTER VERTICALLY */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* DIALOG MODAL HEADER COLOR */
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

/*
@media only screen and (min-width: 768px) {
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    //-webkit-transform: translate3d(0, -300px, 0);
    //transform: translate3d(0, -300px, 0);
    opacity: 1;
  }
}
*/
/* POPUPS */

.popupContainer{
	position:absolute;
	width:330px;
	height: auto;
	left:45%;
	top:80px;
	background: #FFF;
}

.popupHeader{
	font-size:16px; 
	text-transform: uppercase;
}

.popupHeader{
	background:#F4F4F2; 
	position:relative; 
	padding:10px 20px; 
	border-bottom:1px solid #DDD; 
	font-weight:bold;
}

.popupHeader .modal_close {
	position: absolute; 
	right: 0; 
	top:0; 
	padding:10px 15px; 
	background:#E4E4E2; 
	cursor: pointer; 
	color:#aaa; 
	font-size:16px;
}

.popupBody{
	padding:20px;
}


/*** LOGIN MODAL ***/

/****** LOGIN ADMIN MODAL ******/

#login-denied-ctn {
    margin-top:8px;
	height:30px;
	width:100%;
}

#login-denied {
  text-align:center;
  color:#f00;
  display:none;
}

.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}


/* COUNTDOWN */

.countdown-wrapper {
  position: relative;
  height: 9em;
}

.countdown-container {
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.countdown {
  display: flex;
  transform-style: preserve3d;
  perspective: 500px;
  height: 7rem;
  width: 44em;
  margin: 0 auto;
}
.countdown.remove {
  animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
  overflow: hidden;
}

.countdown-number, .countdown-separator {
  display: block;
  color: #333;
  height: 7rem;
  font-size: 7rem;
  position: relative;
  line-height: 7rem;
  text-align: center;
  width: 100%;
}

.countdown-separator {
  margin: 0;
  width: 1rem;
}

.countdown-new, .countdown-old, .countdown-current {
  color: #333;
  position: absolute;
  border-radius: 1rem;
  height: 7rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.countdown-new {
  animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.countdown-old {
  animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}

.countdown section {
  position: relative;
}

#js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
  content: "JOURS";
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -60px;
  font-size: 12px;
}
#js-hours:after {
  content: "HEURES";
}
#js-minutes:after {
  content: "MINUTES";
}
#js-seconds:after {
  content: "SECONDES";
}
@keyframes hide-countdown {
  to {
    height: 0;
    overflow: hidden;
  }
}
@keyframes show-new {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes hide-old {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
  }
}

.vertical-center-container {
  position: relative;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.select_epreuve {
	color: #cb8000;
}

@media only screen and (min-width: 768px) {
	.select_epreuve {
		font-size: 1.2em !important;
	}
}












