/* @override http://sitelec-preprod.lec.info/client-2016/css/client-lec.css
	http://sitelec-preprod.lec.info/client/css/client-lec.css
	https://site-2018.lec.info/client/css/client-lec.css
	https://site-2019.lec.info/client/css/client-lec.css */
/* equal height cols support with flex */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
/* lec colors */
.lec-blue {
	color: #27a6cf;
}
.lec-dark-blue {
	color: #3379b7;
}
.lec-red {
	color: #e20000;
}

.lec-wide {
	display: block;
	height: 200px;
	background: url(../../../client/wide/img-2.jpg) center 0 no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	margin-bottom: 20px;
	margin-top: -20px;
}
div.navbar-header button.navbar-toggle {
	border-color: #fff;
}
div.navbar-header button.navbar-toggle:hover {
	background: #3379b7;
}
#navbar.navbar-collapse.collapse.in {
	border-top-color: #fff;
}
nav.navbar.navbar-inverse {
	background: #27a6cf;
	border-radius: 0;
	border: none;
}
nav.navbar.navbar-inverse li.dropdown.active.open ul.dropdown-menu li.active a {
	background: rgba(255,255,255,.3);
	color: #000;
}
nav.navbar.navbar-inverse .navbar-nav .open .dropdown-menu {
	background: #27a6cf;
}
nav.navbar.navbar-inverse li.active>a,
nav.navbar.navbar-inverse .navbar-nav li.dropdown.open>a,
nav.navbar.navbar-inverse .navbar-nav .open .dropdown-menu a:hover {
	background: #3379b7;
}
nav.navbar.navbar-inverse a,
nav.navbar.navbar-inverse .navbar-nav .open .dropdown-menu a {
	color: #fff;
	color: rgba(255,255,255,.9);
}
nav.navbar.navbar-inverse a:hover,
nav.navbar.navbar-inverse .active a:hover  {
	background: #3379b7;
	color: #fff;
}
#topbar {
	background: #efefe9;
}
#topbar .btn.btn-default {
	font-size: .85em;
	background: transparent;
	border: none;
	border-radius:  0;
	color: #3379b7;
}
#topbar .btn.btn-default:hover {
	color: #193c5b;
}

/* LEC styles */

h1.lec-welcome-title {
	font-weight: 200;
}
img.lec-logo {
	max-width: 90%;
	max-height: 80px;
	height: auto;
	width: auto;
	margin: 20px auto;
	display: block;
}
div.lec-inscrit,
div.lec-num-inscrit {
	line-height: 1.1em;
}
div.lec-num-inscrit {
	line-height: 1.1em;
	color: #27a6ce;
}
div.lec-photo img {
	max-width: 60px;
	margin: 0 auto 20px;
	display: block;
	border-radius:  4px;;
}

.lec-merci {
	margin-bottom: 20px;
}
.lec-main-title {
	color: #27a6ce;
	font-weight: 400;
}
.lec-medium-title {
	color: #3378b7;
	font-weight: 200;
}
.lec-small-title {
	color: #3378b7;
	font-weight: 400;
}

.lec-download {
	color: #ddd;
	margin-right: .6em;
}
.lec-payment i.glyphicon {
	vertical-align: text-top;
	margin-right: .2em;
}
.lec-payment i.glyphicon-credit-card {
	font-size: 1.3em;
}
.lec-illus img {
	width: 100%;
	height: auto;
	border-radius:  5px;
	margin-bottom: 20px;
}

.lec-price {
	text-align: right;
}

.alert a {
	color: inherit;
	text-decoration: underline;
}


/* file input */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.container.lec-main {
	padding-bottom: 80px;
}

div.navbar-header button {
	float: left;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
div.navbar-header .mobile-active-menu {
	line-height:48px;
	max-width: 70%;
	float: left;
}
div.navbar-header .mobile-active-menu .valign {
	vertical-align:middle;
	display:inline-block;
	line-height: 1.1em;
	font-size: 1.2em;
	color: #fff;
}
/* questionnaire sante */
div.container.sante fieldset legend {
	margin-bottom: 10px;
	padding-top: 20px;
}
div.container.sante fieldset h4 {
	font-size: 1.2em;
}
div.container.sante fieldset p {
	margin: 0;
}
div.container.sante .row.vaccins {
	margin-bottom: 20px;
}
div.container.sante fieldset.reco .row,
div.container.sante fieldset.enfant .row,
div.container.sante fieldset.responsable .row,
div.container.sante .row.autres {
	margin-bottom: 10px;
}
div.container.sante fieldset.responsable textarea,
div.container.sante fieldset.reco textarea {
	margin-bottom: 15px;
}
div.container.sante button {
	width: auto;
	margin: 0 auto;
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0,0,0,.5) url(../../../client/img/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 999;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #294b70;
	opacity: 1;
}

/* list registrations */
.list-registrations img {
	display: block;
	width: 100%;
	height: auto;
}
.list-registrations {
	text-align: center;
	font-size: 0;
}
.list-registrations > div {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.list-registrations .inner {
	font-size: 14px;
	text-align: left;
	box-shadow: 0 0 5px rgba(0,0,0,.08);
	margin: 40px 0;
}
.list-registrations .registration-details {
	font-weight: bold;
	padding: 10px 15px;
}
.list-registrations label {
	background: #e20000;
	color: #fff;
	border: 1px solid #e20000;
	padding: 5px 10px;
	margin: 15px;
	cursor: pointer;
	transition: all .2s ease-in-out 0s;
}
.list-registrations label:hover {
	background: #27a6ce;
	border-color: #27a6ce;
}
.list-registrations label input[type="radio"] {
	display: none;
}


ul.info-sejour {
	text-align: center;
	margin-top: 40px;
}
ul.info-sejour li {
	width: 18%;
	padding: 0 2%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	font-size: .85em;
	line-height: 1.5em;
}
ul.info-sejour li strong {
	font-weight: 400;
	color: #666;
}
ul.info-sejour li a {
	text-decoration: none;
	color: inherit;
	display: block;
}
ul.info-sejour li a span.click{
	color: #27a5cd;
	text-decoration: underline;
}
ul.info-sejour li a:before {
	display: block;
	width: 53px;
	height: 53px;
	content: " ";
	margin: 0 auto 15px;
	background: url(../../../client/img/sprite-pictos-info.png) no-repeat 0 0;
}
ul.info-sejour li.organisation a:before {
	background-position: -106px 0;
}
ul.info-sejour li.tarifs a:before {
	background-position: -159px 0;
}
ul.info-sejour li.papiers a:before {
	background-position: -53px 0;
}
ul.info-sejour li.infos-prealables a:before {
	background-position: -212px 0;
}
ul.info-sejour li a:hover:before {
	background-position: 0 -53px;
}
ul.info-sejour li.organisation a:hover:before {
	background-position: -106px -53px;
}
ul.info-sejour li.tarifs a:hover:before {
	background-position: -159px -53px;
}
ul.info-sejour li.papiers a:hover:before {
	background-position: -53px -53px;
}
ul.info-sejour li.infos-prealables a:hover:before {
	background-position: -212px -53px;
}



@media (max-width: 768px) {
	ul.info-sejour li {
		width: auto;
		margin-bottom: 40px;
	}
}

/* DOSSIER COMPLEMENTAIRE */
#dossier-comp .row {
  margin-bottom: 1.5em;
}
#dossier-comp h3 {
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #27a6ce;
  margin: 0 0 1em;
}
#dossier-comp h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 1em;
}
#dossier-comp .participant h3 {
  margin-top: 1em;
}
#dossier-comp .informations,
#dossier-comp .other-informations {
  margin-bottom: 1.5em;
}
#dossier-comp input[type="text"],
#dossier-comp input[type="number"] {
  display: inline-block;
  margin-bottom: 1em;
}
#dossier-comp input[type="text"]#years_study,
#dossier-comp input[type="number"]#years_study {
  width: 6em;
}
#dossier-comp textarea {
  width: 100%;
  min-height: 6em;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  line-height: 140%;
  margin-bottom: 1em;
}
#dossier-comp textarea#fh_letter {
  min-height: 16em;
}
#dossier-comp button,
#dossier-comp input[type="submit"] {
  display: inline-block;
  background: #e20000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 10px 30px;
}
#dossier-comp #fumeur-oui {
  display: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
}
#dossier-comp #fumeur-oui p {
  margin: 0;
}
#dossier-comp #fumeur-oui label {
  display: inline-block;
  background: #eee;
  padding: 8px 16px;
  border-radius: 4px;
  margin: .5em 0;
}
#dossier-comp .checkbox .specify {
  display: none;
}
#dossier-comp .checkbox .specify input {
  margin: 0;
}
#dossier-comp .checkbox.active-specify .specify {
  display: block;
}
#dossier-comp .commitment {
  margin-top: 32px;
  margin-bottom: 32px;
}
#dossier-comp .commitment ol {
  padding: 0;
}
#dossier-comp .commitment ol li {
  font-size: .9em;
  margin-bottom: .5em;
  list-style-position: inside;
  text-align: justify;
}
#dossier-comp .commitment .commitment-box {
  padding: 20px;
  border: 1px solid #ddd;
  margin: 20px 0 0;
}
#dossier-comp .commitment .commitment-box label {
  display: inline-block;
  padding: 10px 20px;
  background: #f4f4f4;
}
#dossier-comp .commitment .commitment-box label input {
  margin-right: .5em;
}
#dossier-comp .health label {
  display: inline-block;
  padding: 10px 20px;
  background: #f4f4f4;
}
#dossier-comp .health label input {
  margin-right: .5em;
}
#dossier-comp .submit-form {
  margin-top: 50px;
}
#dossier-comp select {
  font-size: medium;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  ul.info-sejour li {
    width: auto;
    margin-bottom: 40px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	img.lec-logo {
		margin-left: 0;
	}
	ul.nav li:hover > ul.dropdown-menu {
		display: block;
		background: #27a6ce;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.lec-wide {
		background-position: center -60px;
	}
	div.lec-num-inscrit {
		text-align: right;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	div.lec-photo img {
		max-width: 60px;
		position: absolute;
		bottom: -2em;
		margin: 0;
	}
}