
@font-face {
	font-family: 'Myriad Pro Condensed';
	font-style: normal;
	font-weight: 500;
	src: local('Myriad Pro Condensed'), url('/wp-content/themes/catholiques/assets/fonts/myriadpro-cond.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Condensed';
	font-style: normal;
	font-weight: 700;
	src: local('Myriad Pro Bold Condensed'), url('/wp-content/themes/catholiques/assets/fonts/myriadpro-boldcond.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Condensed';
	font-style: normal;
	font-weight: 300;
	src: local('Myriad Pro Light Condensed'), url('/wp-content/themes/catholiques/assets/fonts/myriadpro-lightcond.woff') format('woff');
}



body {
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
			-moz-font-smoothing: antialiased;
	 -webkit-font-smoothing: subpixel-antialiased;
	  /*text-rendering: optimizeLegibility;*/
	font-family:"PT Sans", "Helvetica Neue", sans-serif;
  color:#333;
  font-size:1.6rem;
  font-weight:500;
  min-height:100vh;
  padding-top:85px;
  position:relative;
 	background-color:#f8f8f8;
}

@media (min-width:768px) {
	body {
		padding-top:100px;
	}
}

.breadcrumb {
	margin-bottom:15px;
}

.breadcrumb>li+li:before {
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}

form label,
.checkbox label, 
.radio label {
	padding:0 10px;
	font-weight:500;
}

.checkbox label, 
.radio label {
	padding-left:20px;
}

.form-control {
	border:none;
	border:2px solid #706f6f;
	position:relative;
	border-radius:4px;
	font-size:1.8rem;
	padding:6px 10px;
	height:auto;
}

.form-control:focus,
.form-control:active,
.form-control:hover {
	border:2px solid #706f6f;
}

.form-group {
	position:relative;
}

.input-group-addon {
	line-height:1.42857143;
	padding: 6px 10px;
	font-size:1.8rem;
	border:2px solid #706f6f;
}

.modal-body,
.modal-footer {
	background:#f3f3f3;
}

.modal-footer {
	margin-top:0 !important;
}

.modal-body .alert-danger {
	background:none;
	color:#dd6047;
	font-weight:500;
	margin:0;
	border:none;
}

#ajaxResponse {
	position:fixed;
	display:none;
	bottom:65px;
	background:#fff;
	z-index:100;
	padding:10px;
	color:#fff;
	border-left:3px solid #61c1b6;
	color:#424242;
	font-size:1.6rem;
	line-height:1;
	font-weight:600;
	text-align:left;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url(../img/selectArrow.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 12px 6px;
}

/*
.form-group.error:before {
	position:absolute;
	bottom:-15px;
	left:0;
	width:100%;
	height:15px;
	content:"Merci de remplir ce champ";
	color:#dd6047;
	font-size:1.4rem;
	font-weight:500;
	display:block;
}

*/

.form-group.error .form-control {
	border-color:#dd6047;
}

.form-group.error:after {
	position:absolute;
	top:50%;
	margin-top:6px;
	right:-7px;
	content:"";
	width:16px;
	height:17px;
	background-image:url(../img/fieldError.png);
	background-repeat:no-repeat;
	background-size:16px 17px;
	background-position:center center;
	background-color:#fff;
	display:block;
}

form:not(.button-up) .form-buttons {
	margin-top:30px;
}

form.table,
form.table .form-buttons {
	margin:0;
}

.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap.select2-container--focus .select2-selection, 
.select2-container--bootstrap.select2-container--open .select2-selection {
	border-radius:0;
	border:none;
	border-top:1px solid #bfc4ce;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
	width:10px;
	height:10px;
	border:none;
	border-right:1px solid #62c1b7;
	border-bottom:1px solid #62c1b7;
  transform: rotate(45deg);
  margin-left:-10px;
  margin-top:-7px;
	-webkit-transition:transform 200ms ease;
	transition:transform 200ms ease;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
	border-width:1px;
	border-color:#62c1b7;
  transform: rotate(-135deg);
  margin-top:-2px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	border:none;
	border-radius:0;
	background:#e5e7ea;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background:#62c1b7;
}

.select2-container--bootstrap .select2-dropdown {
	border:none;
	border-radius:0;
}

label.bar {
	border-bottom:1px solid #e5e7ea;
	margin-bottom:0;
	padding:10px 0 5px;
	display:block;
	font-weight:500;
}

.has-feedback label~.form-control-feedback {
	top:38px;
	z-index:5;
	pointer-events:auto;
}

.form-radio {
	display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right:20px;
  margin-bottom:15px;
}

.form-radio [type="radio"]:checked,
.form-radio [type="radio"]:not(:checked),
.form-radio [type="checkbox"]:checked,
.form-radio [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-radio [type="radio"]:checked + label,
.form-radio [type="radio"]:not(:checked) + label,
.form-radio [type="checkbox"]:checked + label,
.form-radio [type="checkbox"]:not(:checked) + label
{
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left:10px;
  font-weight:400;
}

.form-radio [type="radio"]:checked + label:before,
.form-radio [type="radio"]:not(:checked) + label:before,
.form-radio [type="checkbox"]:checked + label:before,
.form-radio [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  margin-left:-8px;
  top: 50%;
  margin-top:-8px;
  width: 15px;
  height: 15px;
  z-index:4;
  border:2px solid #62c1b7;
  border-radius: 50%;
}

.form-radio [type="checkbox"]:checked + label:before,
.form-radio [type="checkbox"]:not(:checked) + label:before {
	border-radius:0;
}

.form-radio [type="radio"]:checked + label:after,
.form-radio [type="radio"]:not(:checked) + label:after,
.form-radio [type="checkbox"]:checked + label:after,
.form-radio [type="checkbox"]:not(:checked) + label:after {
  content: '';
  left: 0;
  margin-left:-8px;
  top: 50%;
  margin-top:-8px;
  width: 15px;
  height: 15px;
  z-index:3;
  background:#62c1b7;
  position:absolute;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


.form-radio [type="checkbox"]:checked + label:after,
.form-radio [type="checkbox"]:not(:checked) + label:after {
	border-radius:0;
}

.form-radio [type="radio"]:not(:checked) + label:after,
.form-radio [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-radio [type="radio"]:checked + label:after,
.form-radio [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn {
	height:40px;
	line-height:35px;
	border-radius:20px;
	border:none;
	padding:0 45px;
	font-weight:400;
	background-color:transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn.sm {
	line-height:20px;
	height:25px;
	padding:0 10px;
}

.btn.xs {
	line-height:19px;
	padding:0 5px;
}

.btn:not([disabled]):hover:before {
	display:none;
}

.btn.next,
.btn.prev {
	background-size:8px 15px;
	background-repeat:no-repeat;
}

.btn.next {
	background-image:url(../img/arrowRight.png);
	background-position:calc(100% - 15px) center;
}

.btn.prev {
	background-image:url(../img/arrowLeft.png);
	background-position:15px center;
}

.btn.green.next {
	background-image:url(../img/arrowRightG.png);	
}

.btn.red.prev {
	background-image:url(../img/arrowLeftG.png);	
}

.btn.red.next {
	background-image:url(../img/arrowRightR.png);	
}

.btn.red.prev {
	background-image:url(../img/arrowLeftR.png);	
}

.btn.violet.next {
	background-image:url(../img/arrowRightV.png);	
}

.btn.violet.prev {
	background-image:url(../img/arrowLeftV.png);	
}

.btn.next:hover {
	background-image:url(../img/arrowRight.png);	
}

.btn.prev:hover {
	background-image:url(../img/arrowLeft.png);	
}

.btn.green {
	color:#45bcca;
	background-color:#fff;
	border: 2px solid #45bcca;
}

.btn.blue {
	color:#0288D1;
	background-color:#fff;
	border: 2px solid #0288D1;
}

.btn.red {
	color:#dd6047;
	background-color:#fff;
	border: 2px solid #dd6047;
}

.btn.violet {
	color:#8a6fde;
	background-color:#fff;
	border: 2px solid #8a6fde;
}

.btn:hover,
.btn:active,
.bt:focus {
	box-shadow:0px 5px 10px -5px rgba(0,0,0,0.5);
}

.btn.green:hover,
.btn.green:focus,
.btn.green:active {
	color:#fff;
	background-color:#45bcca !important;
}

.btn.blue:hover,
.btn.blue:focus,
.btn.blue:active {
	color:#fff;
	background-color:#0288D1 !important;
}

.btn.red:hover,
.btn.red:focus,
.btn.red:active  {
	color:#fff;
	background-color:#dd6047 !important;
}

.btn.violet:hover,
.btn.violet:focus,
.btn.violet:active {
	color:#fff;
	background-color:#8a6fde !important;
}

.button-up {
	position:relative;
	top:-40px;
	display:inline-block;
}

.btn.table {
  border-radius: 15px;
  padding: 2px 25px;
  height:auto;
  line-height:1;
  font-size:1.2rem;
}

.boxContainer .table.table-striped > tbody > tr > td:last-child .btn.xs.i {
	width:28px;
	height:28px;
	max-height:28px;
	line-height:28px;
	font-size:14px;
	margin:0;
	display:inline-block;
	border:none;
	padding:3px 0;
	margin-right:2px;
}

.boxContainer .table.table-striped > tbody > tr > td:last-child .btn.xs.i i {
	width:28px;
}

.boxContainer .table.table-striped > tbody > tr > td:last-child .btn.xs.i:hover,
.boxContainer .table.table-striped > tbody > tr > td:last-child .btn.xs.i:focus,
.boxContainer .table.table-striped > tbody > tr > td:last-child .btn.xs.i:active {
	border:none;
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,1);
}

.calendarBox {
	position:relative;
	top:2px;
	display:inline-block;
	width:14px;
	height:14px;
	margin-left:5px;
	margin-right:2px;
	border-radius:7px;
	border:1px solid rgba(0,0,0,.5);
}

.boxContainer {
	position:relative;
	color:#545454;
	padding:5px;
	background:#fff;
	margin:-5px;
	box-shadow:0 0 5px rgba(0,0,0,0.05);
}

@media (min-width:768px) {
	.boxContainer {
		box-shadow:0 0 40px rgba(0,0,0,0.05);
		padding:30px;
		margin:0 0 60px 0;
	}
}

.popover {
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	border-left:3px solid #61c1b6;
	background:#fff;
	padding:15px;
	color:#424242;
	font-size:1.4rem;
	line-height:1.4;
	border-radius:0;
	min-width:250px;
}

.popover-title {
  display:none;
}

.popover-content {
  background:#fff;
  font-weight:300;
  color:#424242;
  padding:0;
  font-size:1.4rem;
  line-height:1.4;
}

.navbar {
	background:#fff;
	color:#242424;
	border:none;
	padding:0;
	border-bottom:2px solid #008f95;
}

.navbar-toggle {
	margin-top:17px;
}

.navbar-nav>li,
.navbar-nav>li>a {
	min-height:70px;
	line-height:40px;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
	background:#008f95;
	color:#fff;
}

.navbar-brand {
	padding:0 15px;
	height:auto;
}

.mvp-text {
	position:absolute;
	top:17px;
	height:37px;
	line-height:37px;
	left:50%;
	transform:translateX(-50%);
	color:#242424;
	font-weight:700;
}

.navbar-brand img {
	max-width:190px;
	max-height:70px;
	margin:0;
}

.tab-content {
	background:#f8f8f8;
	padding:15px;
	border:1px solid #ddd;
	border-top:none;
}

#page-content h1,
#page-content h2,
#page-content h3,
#page-content h4 {
	font-family:"Myriad Pro Condensed";
	margin: 0 0 35px;
	position: relative;
	text-align: left;
	display: block;
	width: 100%;
	font-size: 3rem;
	font-weight: 700;
	color: #008f95;
	text-transform: uppercase;
}

#page-content h2 {
	font-size: 2.6rem;
}

#page-content h3 {
	font-size: 2rem;
}

#page-content h4 {
	font-size: 1.6rem;
}


#page-content {
	font-family:"Lato";
	color:#000;
}

h1.form-title {
	font-size:2rem;
	color:#d22c2e;
	border:none;
	position:relative;
	z-index:1;
}

h2 {
	font-size:2rem;
	margin:10px 0 0 0;
}

@media (min-width:768px) {
	h1.form-title {
		font-size:3rem;
	}

	h2 {
		font-size:2.4rem;
	}
}

h1.form-title:after {
	position:absolute;
	bottom:-5px;
	left:0;
	width:30%;
	height:4px;
	content:"";
	display:block;
	background:#d22c2e;
}

h2.title {
	position:relative;
	font-size:3rem;
	font-weight:500;
	padding-bottom:15px;
	margin:25px 0 30px;
	color:#333333;
	display:inline-block;
}

h2.title:after {
	content:"";
	background:#b498ec;
	position:absolute;
	bottom:0;
	left:0;
	width:65px;
	height:2px;
	display:block;
}

h3.title {
	position:relative;
	font-size:2rem;
	text-transform:uppercase;
	font-weight:500;
	padding-bottom:15px;
	margin:0 0 30px;
	color:#333333;
	display:inline-block;
}

.infoBanner {
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	border-left:3px solid #61c1b6;
	background:#fff;
	padding:5px 15px;
	color:#424242;
	font-size:1.2rem;
}

/******************/
/*** TABLES  *****/
/*****************/
.tableHeader {
	background: #8a70de;
	background: -moz-linear-gradient(left,  #8a70de 0%, #62beb9 100%);
	background: -webkit-linear-gradient(left,  #8a70de 0%,#62beb9 100%);
	background: linear-gradient(to right,  #8a70de 0%,#62beb9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a70de', endColorstr='#62beb9',GradientType=1 );
	color:#fff;
	padding:15px 35px;
	position:relative;
	z-index:2;
}

.tableHeader h2 {
	font-size:2.2rem;
	margin:0;
}

.tableHeader p {
	margin:5px 0;
	font-size:1.2rem;
	font-weight:500;
}

.tableHeader p i {
	position:relative;
	top:2px;
	margin-left:5px;
	font-size:1.6rem;
}

.tableHolder {
	padding:15px 35px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);	
	position:relative;
	z-index:1;
}

.tableHolder table,
.tableHolder table th {
	font-size:1.4rem;
	font-weight:400;
}

.tableHolder table th {
	font-weight:600;
}

.tableHolder table span.badge {
  border-radius: 15px;
  padding: 5px 15px;
  background: #62c2b7;
  font-size:1.4rem;
}
/***************************/


/**********************/
/*** FILES FORMS  *****/
/**********************/
.filesContent {
	margin-bottom:30px;
}

.filesHeader {
	background: #8a70de;
	background: -moz-linear-gradient(left,  #8a70de 0%, #62beb9 100%);
	background: -webkit-linear-gradient(left,  #8a70de 0%,#62beb9 100%);
	background: linear-gradient(to right,  #8a70de 0%,#62beb9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a70de', endColorstr='#62beb9',GradientType=1 );
	color:#fff;
	padding:15px 35px;	
	position:relative;
	z-index:2;
}

.filesHeader h2 {
	font-size:2.2rem;
	margin:0;
}

.filesHeader p {
	margin:5px 0;
	font-size:1.2rem;
	font-weight:500;
}

.filesHeader p i {
	position:relative;
	top:2px;
	margin-left:5px;
	font-size:1.6rem;
}

.filesHolder {
	padding:15px 35px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	position:relative;
	z-index:1;
}

.filesHolder table,
.filesHolder table th {
	font-size:1.4rem;
	font-weight:400;
}

.filesHolder table th {
	font-weight:600;
}

.filesHolder table span.badge {
  border-radius: 15px;
  padding: 4px 0;
  color: #62c2b7;
  background:none;
  font-size:1.4rem;
}

.filesHolder table span.badge.error {
	color:#dd6047;
}

.filesHolder table .btn {
	padding:2px 15px;
	height:auto;
	line-height:1;
	font-size:1.2rem;
}


.form-buttons.center {
	text-align:center;
}


#formPanel .input-group-btn>.btn {
	padding:5px 10px;
}

#formPanel .input-group {
	width:100%;
}


ul.dots {
	list-style:disc;
	padding-left:15px;
}

p.info span {
	text-decoration:underline;
	cursor:pointer;
}

/****************/
/** HOME FORMS **/
/****************/
div.info div.line {
	margin-bottom:10px;
	font-weight:500;
	color:#424242;
}

div.infos div.line {
	margin-bottom:10px;
}

.inline {
	display:inline;
	padding:0;
	white-space: nowrap;
	position:relative;
}

.inline .submitForm {
	display:inline-block;
	-webkit-appearance:none;
	border:none;
	background:none;
	padding:0 0 5px;
	margin:0;
	font-weight:400;
	color:#a8afbc;
	background-image: linear-gradient(to right, #a8afbc 20%, rgba(255,255,255,0) 0%);
	background-position: bottom left;
	background-size: 10px 2px;
	background-repeat: repeat-x;
}

.inline .submitForm:hover {
	color:#62c1b7;
	background-image: linear-gradient(to right, #62c1b7 20%, rgba(255,255,255,0) 0%);
}

.inline .formValue {
  display: inline-block;
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0 0 5px;
  margin: 0;
  font-weight: 600;
  color: #a8afbc;
  background-image: linear-gradient(to right, #a8afbc 20%, rgba(255,255,255,0) 0%);
  background-position: bottom left;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  cursor:pointer;
}

.inline .formValue:hover {
	color:#62c1b7;
	background-image: linear-gradient(to right, #62c1b7 20%, rgba(255,255,255,0) 0%);
}

.inline .hidden-form {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:5px 30px 5px 15px;
	border-top:1px solid #a8aebc;
	z-index:1;
	min-width:150px;
}

.inline .hidden-form .form-radio {
	display:block;
	margin:0;
	font-size:1.4rem;
}

.inline .hidden-form .submitForm {
	position:absolute;
	background:#61c1b6;
	top:0;
	right:0;
	width:30px;
	bottom:0;
	color:#fff;
	font-size:1rem;
	line-height:100%;
}

.inline .hidden-form input.form-control {
	padding:0;
	border:none;
}

footer {
	padding-bottom:0;
}

#footer-debug {
	position:relative;
	background:transparent;
	min-height:30px;
	line-height:30px;
	margin-top:60px;
	color:#424242;
	border:none;
	font-size:1.2rem;
	height:auto;
}

#footer-debug > div {
	padding-bottom:40px;
	background:#fff;
}

.uploadedFile {
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	padding:15px 25px;
	background:#fff;
	color:#424242;
}
/*
#uploadFileBttn {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	line-height:34px;
	font-weight:600;
	text-shadow:none;
	margin:0 10px;
	width:calc(100% - 20px);
	padding-left:2px;
	padding-right:2px;
}

.image-thumb .btn {
	padding:4px 5px;
	line-height:14px;
	border:2px solid transparent;
}

.image-thumb .btn:hover, .image-thumb .btn:active, .image-thumb .btn:focus {
	border:2px solid transparent;
}

#images .image {
	display:block;
	margin-bottom:10px;
}

#images .image-thumb-holder {
  padding: 15px;
  position: relative;
	width:150px;
	float:left;
}

#images .image-thumb-holder > div {
	position:relative;
	height:160px;
	padding:9px;
	border:1px solid #4CAF50;
	background:#C8E6C9;
	transition:all 200ms ease;
}

#images .image-thumb-holder > div.not-visible {
	border:1px solid #e53935;
	background:#ffcdd2;
}

#images .image-thumb-holder > div.upload {
	position:relative;
	height:160px;
	padding:6px;
	border:4px dashed #999;
	background:#fff;
	border-radius:10px;
	transition:all 200ms ease;
}

#images .image-thumb-holder > div a.checkBttn {
	position:absolute;
	top:-12px;
	right:-12px;
	font-size:28px;
	height:36px;
	width:36px;
	background:#fff;
	color:#888;
	padding:4px;
	border:1px solid #888;
	display:none;
	transition:all 200ms ease;
}

#images .image-thumb-holder > div:hover a.checkBttn {
	display:block;
}

#images .image-thumb-holder > div a.checkBttn:hover,
#images .image-thumb-holder > div a.checkBttn:active,
#images .image-thumb-holder > div a.checkBttn:focus {
	cursor:pointer;
	color:#444;
	background:#aaa;
	border:1px solid #aaa;
	text-decoration:none;
	outline:none;
}

#images .image-thumb-holder > div a.checkBttn.active {
	color:#fff;
	background:#4caf50;
	border:1px solid #4caf50;
	display:block;
}

#images .image-thumb-holder > div > div.image {
	height:100px;
}

#images .image-thumb-holder img {
	display:block;
	margin:0 auto;
	max-width:100%;
  max-height:100%;
}

#images .image-thumb-holder > div p {
	margin:10px 0 0 0;
}

#imageFile {
	display:none;
}

.image-thumb.upload .progress {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	height:100%;
	width:100%;
	left:0;
	box-shadow:none;
	border-radius:0;
	border:none;
	background:transparent;
}
.image-thumb.upload .progress > div {
	width:0;
}

#imgCrop {
	max-height:400px;
	max-width:100%;
	display:block;
	margin:0 auto;
}
*/



#uploadFileBttn {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	line-height:31px;
	font-weight:600;
	text-shadow:none;
	margin:0 10px;
	width:calc(100% - 20px);
	padding-left:2px;
	padding-right:2px;
}

.image-thumb .btn {
	padding:4px 5px;
	line-height:14px;
	border:2px solid transparent;
}

.image-thumb .btn:hover, .image-thumb .btn:active, .image-thumb .btn:focus {
	border:2px solid transparent;
}

#images .image {
	display:block;
	margin-bottom:10px;
}

#images .image-thumb-holder {
  padding: 15px;
  position: relative;
	width:215px;
	float:left;
}

#images .image-thumb-holder > div {
	position:relative;
	padding:10px;
	border:1px solid #4CAF50;
	background:#C8E6C9;
	transition:all 200ms ease;
}

#images .image-thumb-holder > div.not-visible {
	border:1px solid #e53935;
	background:#ffcdd2;
}

#images .image-thumb-holder > div.upload {
	position:relative;
	height:245px;
	padding:6px;
	border:4px dashed #999;
	background:#fff;
	border-radius:10px;
	transition:all 200ms ease;
}

#images .image-thumb-holder > div a.checkBttn {
	position:absolute;
	top:-12px;
	right:-12px;
	font-size:28px;
	height:36px;
	width:36px;
	background:#fff;
	color:#888;
	padding:4px;
	border:1px solid #888;
	display:none;
	transition:all 200ms ease;
}

#images .image-thumb-holder > div:hover a.checkBttn {
	display:block;
}

#images .image-thumb-holder > div a.checkBttn:hover,
#images .image-thumb-holder > div a.checkBttn:active,
#images .image-thumb-holder > div a.checkBttn:focus {
	cursor:pointer;
	color:#444;
	background:#aaa;
	border:1px solid #aaa;
	text-decoration:none;
	outline:none;
}

#images .image-thumb-holder > div a.checkBttn.active {
	color:#fff;
	background:#4caf50;
	border:1px solid #4caf50;
	display:block;
}

#images .image-thumb-holder > div > div.image {
	height:160px;
	width: 160px;
	margin: 0 auto;
}

#images .image-thumb-holder > div > div.imageTitle {
	margin: 5px 0 10px;
}

#images .image-thumb-holder > div > div.imageTitle input {
	width: 100%;
	border: none;
	font-size: 1.4rem;
}

#images .image-thumb-holder img {
	display:block;
	margin:0 auto;
	width:100%;
  height:100%;
  object-fit: cover;
  object-position: center center;
}

#images .image-thumb-holder > div p {
	margin:10px 0 0 0;
}

#imageFile {
	display:none;
}

.image-thumb.upload .progress {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	height:100%;
	width:100%;
	left:0;
	box-shadow:none;
	border-radius:0;
	border:none;
	background:transparent;
}
.image-thumb.upload .progress > div {
	width:0;
}

#imgCrop {
	max-height:400px;
	max-width:100%;
	display:block;
	margin:0 auto;
}
#gridster {
	display:block;
}

#imagesList .item-content.sortable-ghost {
	opacity:0;
}

.input-group.date .input-group-addon:hover {
	cursor:pointer;
}

.input-group .input-group-addon.preurl {
	font-size:1.8rem;
	line-height:1.42857143;
	padding-right:0;
	background:#f8f8f8;
}

.input-group-addon + #urlRewrite {
	border-left:none;
}

.ekko-lightbox .modal-dialog {
	margin:auto auto;
}


.ekko-lightbox .modal-header {
	display:none;
}

.ekko-lightbox .modal-body {
	padding:0;
}

.ekko-lightbox .ekko-lightbox-container,
.ekko-lightbox .ekko-lightbox-container div {
	position:relative;
}

.ekko-lightbox .ekko-lightbox-container .ekko-lightbox-nav-overlay {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	font-size:30px;
	transform:translateY(-15px);
}

.ekko-lightbox .ekko-lightbox-container .ekko-lightbox-nav-overlay .fa.fa-chevron-right {
	position:absolute;
	right:0;
}

.ekko-lightbox .ekko-lightbox-container .ekko-lightbox-nav-overlay a:hover,
.ekko-lightbox .ekko-lightbox-container .ekko-lightbox-nav-overlay a:focus,
.ekko-lightbox .ekko-lightbox-container .ekko-lightbox-nav-overlay a:active {
	text-decoration:none;
}

.ekko-lightbox .ekko-lightbox-container div img {
	max-height:100%;
	width:auto;
	max-width:100%;
}

#eventView .content {
	margin:5px;
	background:#f8f8f8;
	padding:5px;
}

#consolidation {
	z-index:10;
	position:fixed;
	top:70px;
	right:-100vw;
	height:calc(100vh - 70px);
	width:100vw;
	padding:10px;
	background:#fff;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	padding-bottom:150px;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#consolidation.show {
	right:0;
}

#consolidationClose {
	position:absolute;
	top:10px;
	right:10px;
}

#showConsolidation {
	position:absolute;
	top:5px;
	right:5px;
}

.mobile-bttn {
	padding:0 12px;
}

.mobile-bttn i {
	display:inline-block;
}

.mobile-bttn span {
	display:none;
}
@media (min-width:768px) {
	#consolidation {
		right:-410px;
		width:400px;
		padding-bottom:10px;
	}

	#showConsolidation {
		top:30px;
		right:30px;
	}

	.mobile-bttn {
		padding:0 45px;
	}

	.mobile-bttn i {
		display:none;
	}

	.mobile-bttn span {
		display:block;
	}
}


#echeancierTable {
	font-size:1.4rem;
}

.nav-tabs > li.language-switcher {
	float:right;
}

.language-switcher img {
	max-height:14px;
	width:auto;
	margin-right:5px;
}

#roomSelect .roomSlot.active {
	background:#45bcca;
	color:#fff;
	border-color:#45bcca;
}

#roomSelect .roomSlot.active a.btn {
	pointer-events:none;
	background:#45bcca;
	border-color:#fff;
	color:#fff;
}

.roomSlot.active,
#summary {
	border:2px solid #45bcca;
	border-radius:5px;
	padding:10px 15px;
	margin:15px 0;
}

.roomSlot.active {
	margin-top:5px;
}

#customPerson {
	display:none;
}

#gallery .thumbnail {
	position:relative;
	display:block;
	width:100%;
	height:0;
	padding:66% 0 0 0;
	overflow:hidden;
	border:2px solid #fff;
	background-color:#666;
}

#gallery .thumbnail:hover {
	border:2px solid #008f95;
}

#gallery .thumbnail img {
	object-fit: cover;
	object-position: center center;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}


.imageGalleryView {
	padding:30px;
	transition:all 300ms ease;
}

.imageGalleryView:hover {
	background:#ddd;
	cursor:pointer;
}

.imageGalleryHolder {
	position:relative;
	width:100%;
	height:0;
	padding-top:100%;
	overflow:hidden;
}

.imageGalleryHolder img {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	transform:translate(-50%,-50%);
	object-fit:cover;
	object-position: center center;
}