body {
	font-family: "Oxygen";
}

.contenupage {
	font-size: 13px !important;
}

textarea {
	font-size: 13px !important;
}

table.dataTable td, th, tr {
	font-size: 13px;
}

a {
	text-decoration: none !important;
}

.dropdown-menu {
	min-width: 450px;
	max-height: 768px;
	overflow-y: auto;
	overflow-x: hidden;
}

.dropdown-menu-lg {
	width: 600px;
	padding: 20px 0px;
}

.dropdown-menu-lg>li>ul {
	padding: 0;
	margin: 0;
}

.dropdown-menu-lg>li>ul>li {
	list-style: none;
}

.dropdown-menu-lg>li>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
}

.dropdown-menu-lg>li ul>li>a:hover, .dropdown-menu-lg>li ul>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.dropdown-menu-lg .disabled>a, .dropdown-menu-lg .disabled>a:hover,
	.dropdown-menu-lg .disabled>a:focus {
	color: #999999;
}

.dropdown-menu-lg .disabled>a:hover, .dropdown-menu-lg .disabled>a:focus
	{
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	cursor: not-allowed;
}

.dropdown-menu-lg .dropdown-header {
	color: #428bca;
}

@media ( max-width : 768px) {
	.dropdown-menu-lg {
		margin-left: 0;
		margin-right: 0;
	}
	.dropdown-menu-lg>li {
		margin-bottom: 30px;
	}
	.dropdown-menu-lg>li:last-child {
		margin-bottom: 0;
	}
	.dropdown-menu-lg .dropdown-header {
		padding: 3px 15px !important;
	}
}

.panel .slidedown .glyphicon, .glyphicon {
	margin-right: 5px;
}

.panel-body {
	overflow-y: scroll;
	height: 250px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.pricing .card {
	border-radius: 1rem;
	transition: all 0.2s;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing .text-muted {
	opacity: 0.7;
}

.pricing .btn {
	transition: all 0.2s;
}

/* Hover Effects on Card */
@media ( min-width : 992px) {
	.pricing .card:hover {
		margin-top: -.25rem;
		margin-bottom: .25rem;
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
	}
	.pricing .card:hover .btn {
		opacity: 1;
	}
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.bs-callout p:last-child {
	margin-bottom: 0;
}

.bs-callout code {
	border-radius: 3px;
}

.bs-callout+.bs-callout {
	margin-top: -5px;
}

.bs-callout-default {
	border-left-color: #777;
}

.bs-callout-default h4 {
	color: #777;
}

.bs-callout-primary {
	border-left-color: #428bca;
}

.bs-callout-primary h4 {
	color: #428bca;
}

.bs-callout-success {
	border-left-color: #5cb85c;
}

.bs-callout-success h4 {
	color: #5cb85c;
}

.bs-callout-danger {
	border-left-color: #d9534f;
}

.bs-callout-danger h4 {
	color: #d9534f;
}

.bs-callout-warning {
	border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
	color: #f0ad4e;
}

.bs-callout-info {
	border-left-color: #5bc0de;
}

.bs-callout-info h4 {
	color: #5bc0de;
}

.lettrine {
	float: left;
	font-size: 2.4em;
	padding: 0.22em 0.15em 0 0;
}

hr {
	padding: 1px;
	margin: 1px;
}

.hr-warning {
	background-image: -webkit-linear-gradient(left, rgba(255, 193, 7, 1),
		rgba(255, 193, 7, 1), rgba(0, 0, 0, 0));
}

.hr-success {
	background-image: -webkit-linear-gradient(left, rgba(15, 157, 88, .8),
		rgba(15, 157, 88, .6), rgba(0, 0, 0, 0));
}

.hr-primary {
	background-image: -webkit-linear-gradient(left, rgba(66, 133, 244, .8),
		rgba(66, 133, 244, .6), rgba(0, 0, 0, 0));
}

.hr-secondary {
	background-image: -webkit-linear-gradient(left, rgba(134, 142, 150, .8),
		rgba(134, 142, 150, .6), rgba(0, 0, 0, 0));
}

.hr-danger {
	background-image: -webkit-linear-gradient(left, rgba(220, 53, 69, 1),
		rgba(220, 53, 69, 1), rgba(0, 0, 0, 0));
}

.hr-info {
	background-image: -webkit-linear-gradient(left, rgba(23, 162, 184, 1),
		rgba(23, 162, 184, 1), rgba(0, 0, 0, 0));
}

.hr-rose {
	background-image: -webkit-linear-gradient(left, rgba(236, 11, 243, 1),
		rgba(236, 11, 243, 1), rgba(0, 0, 0, 0));
}

.loader1 {
	position: fixed;
	z-index: 9999;
	background: url("https://api.otge.fr/images/loader1.gif") 50% 50%
		no-repeat;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.loader2 {
	position: fixed;
	z-index: 9999;
	background: url("https://api.otge.fr/images/loader2.gif") 50% 50%
		no-repeat;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.loader3 {
	position: fixed;
	z-index: 9999;
	background: url("https://api.otge.fr/images/loader3.gif") 50% 50%
		no-repeat;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.loader4 {
	position: fixed;
	z-index: 9999;
	background: url("https://api.otge.fr/images/loader4.gif") 50% 50%
		no-repeat;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.loader5 {
	position: fixed;
	z-index: 9999;
	background: url("https://api.otge.fr/images/loader5.gif") 50% 50%
		no-repeat;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.loader6 {
	position: fixed;
	z-index: 9999;
	background: url("https://api.otge.fr/images/loader6.gif") 50% 50%
		no-repeat;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.loader7 {
	position: fixed;
	z-index: 9999;
	background: url("https://api.otge.fr/images/loader7.gif") 50% 50%
		no-repeat;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.loader8 {
	position: fixed;
	z-index: 9999;
	background: url("https://api.otge.fr/images/loader8.gif") 50% 50%
		no-repeat;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.popover {
	max-width: 100%;
}

.cRetour {
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.25);
	z-index: 99999;
	transition: all ease-in 0.2s;
	position: fixed;
	cursor: pointer;
	bottom: 10px;
	right: 10px;
	display: none;
	width: 35px;
}

.cRetour:hover {
	background: rgba(0, 0, 0, 1);
	transition: all ease-in 0.2s;
}

.cBouttonsBas1 {
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.25);
	z-index: 99999;
	transition: all ease-in 0.2s;
	position: fixed;
	cursor: pointer;
	bottom: 10px;
	left: 10px;
	width: 35px;
}

.cBouttonsBas1:hover {
	background: rgba(0, 0, 0, 1);
	transition: all ease-in 0.2s;
}

.cBouttonsBas2 {
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.25);
	z-index: 99999;
	transition: all ease-in 0.2s;
	position: fixed;
	cursor: pointer;
	bottom: 10px;
	left: 50px;
	width: 35px;
}

.cBouttonsBas2:hover {
	background: rgba(0, 0, 0, 1);
	transition: all ease-in 0.2s;
}

.cBouttonsBas3 {
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.25);
	z-index: 99999;
	transition: all ease-in 0.2s;
	position: fixed;
	cursor: pointer;
	bottom: 10px;
	left: 90px;
	width: 35px;
}

.cBouttonsBas3:hover {
	background: rgba(0, 0, 0, 1);
	transition: all ease-in 0.2s;
}

.cBouttonsBas4 {
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.25);
	z-index: 99999;
	transition: all ease-in 0.2s;
	position: fixed;
	cursor: pointer;
	bottom: 10px;
	left: 130px;
	width: 35px;
}

.cBouttonsBas4:hover {
	background: rgba(0, 0, 0, 1);
	transition: all ease-in 0.2s;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
}

iframe {
	border: 1px solid black;
	width: 100%;
}

.navbar .dropdown-item {
	line-height: 9px;
}

.card-horizon {
	flex-direction: row;
}

.card-horizon-img {
	width: 150px;
	border-top-right-radius: 0;
	border-bottom-left-radius: calc(0.25rem - 1px);
}

/* ==========================================================================
   Location Map
   ========================================================================== */

/**
* Appears on homepage and Locations page
*/
.location-map {img { display:none;
	
}

img.locations-all {
	display: block;
}

}

/* Desktop media query
   ========================================================================== */
@media @ desktop {
	.location-map {
		position: relative; img [usemap] { border : none;
		height: auto;
		max-width: 100%;
		width: auto;
		display: none;
	}
	img.show {
		display: block;
	}
	img.location-map {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
	}
	img.locations-all {
		display: none;
	}
}

}
.col-custom-1 {
	flex: 0 0 4.16666%;
	max-width: 4.16666%;
}

.col-custom-2 {
	flex: 0 0 8.3333%;
	max-width: 8.3333%;
}

.col-custom-3 {
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.col-custom-4 {
	flex: 0 0 16.6666%;
	max-width: 16.6666%;
}

.col-custom-5 {
	flex: 0 0 20.83333%;
	max-width: 20.83333%;
}

.col-custom-6 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-custom-7 {
	flex: 0 0 29.1666666667%;
	max-width: 29.1666666667%;
}

.col-custom-8 {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

.col-custom-9 {
	flex: 0 0 37.5%;
	max-width: 37.5%;
}

.col-custom-10 {
	flex: 0 0 41.6666%;
	max-width: 41.6666%;
}

.col-custom-11 {
	flex: 0 0 45.83333%;
	max-width: 45.83333%;
}

.col-custom-12 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-custom-13 {
	flex: 0 0 54.16666%;
	max-width: 54.16666%;
}

.col-custom-14 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-custom-15 {
	flex: 0 0 62.50000%;
	max-width: 62.50000%;
}

.col-custom-16 {
	flex: 0 0 66.6666%;
	max-width: 66.6666%;
}

.col-custom-17 {
	flex: 0 0 70.83333%;
	max-width: 70.83333%;
}

.col-custom-18 {
	flex: 0 0 75.0000%;
	max-width: 75.0000%;
}

.col-custom-19 {
	flex: 0 0 79.16666%;
	max-width: 79.16666%;
}

.col-custom-20 {
	flex: 0 0 83.3333%;
	max-width: 83.3333%;
}

.col-custom-21 {
	flex: 0 0 87.50000%;
	max-width: 87.50000%;
}

.col-custom-22 {
	flex: 0 0 91.6666%;
	max-width: 91.6666%;
}

.col-custom-23 {
	flex: 0 0 95.83333%;
	max-width: 95.83333%;
}

.col-custom-24 {
	flex: 0 0 100%;
	max-width: 100%;
}

.btn-arrow-right, .btn-arrow-left {
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
}

.btn-arrow-right {
	padding-left: 36px;
}

.btn-arrow-left {
	padding-right: 36px;
}

.btn-arrow-right:before, .btn-arrow-right:after, .btn-arrow-left:before,
	.btn-arrow-left:after {
	/* make two squares (before and after), looking similar to the button */
	content: "";
	position: absolute;
	top: 5px;
	/* move it down because of rounded corners */
	width: 25px;
	/* same as height */
	height: 25px;
	/* button_outer_height / sqrt(2) */
	background: inherit;
	/* use parent background */
	border: inherit;
	/* use parent border */
	border-left-color: transparent;
	/* hide left border */
	border-bottom-color: transparent;
	/* hide bottom border */
	border-radius: 0px 4px 0px 0px;
	/* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
	-webkit-border-radius: 0px 4px 0px 0px;
	-moz-border-radius: 0px 4px 0px 0px;
}

.btn-arrow-right:before, .btn-arrow-right:after {
	transform: rotate(45deg);
	/* rotate right arrow squares 45 deg to point right */
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.btn-arrow-left:before, .btn-arrow-left:after {
	transform: rotate(225deg);
	/* rotate left arrow squares 225 deg to point left */
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
}

.btn-arrow-right:before, .btn-arrow-left:before {
	/* align the "before" square to the left */
	left: -12px;
}

.btn-arrow-right:after, .btn-arrow-left:after {
	/* align the "after" square to the right */
	right: -12px;
}

.btn-arrow-right:after, .btn-arrow-left:before {
	/* bring arrow pointers to front */
	z-index: 1;
}

.btn-arrow-right:before, .btn-arrow-left:after {
	/* hide arrow tails background */
	background-color: white;
}

div.dt-scroll-head {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px groove black !important;
}

div.dt-scroll-foot {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px groove black !important;
}

table.dataTable thead tr {
	background-color: lightgrey;
	color: white;
}

table.dataTable tfoot tr {
	background-color: lightgrey;
}