body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}
.right { text-align: right;}
.center { text-align: center;}
.left { text-align: left;}
img {max-width: 100%;}
h1, h2 {
	font-weight: 700;
	margin:15px 0;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 50px;
}
h1:before {
	height:22px;
}
h2:before { height:41px;}
h1:before, h2:before {
	content: '';
	width: 2px;
	background-color: #ee4c62;
	margin-right: 5px;
	display: inline-block;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bullet { list-style: none; margin: 0; padding: 0; }
.bullet li { background:url('../images/bullet.png') no-repeat 0px 5px; padding-left: 20px; margin-bottom: 10px; }
header {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	background-color: rgba(45,52,62,0.9);
	z-index: 2;
}
.top-link, .main-menu {
	text-align: right;
	padding: 11px 0 0;
}
.main-menu ul {
	margin-right: -30px;
}
.top-link ul li, .main-menu ul li {
	display: inline-block;
	position: relative;
}
.top-link ul li a {transition: 0.2s ease-in-out all;}
.top-link ul li a:hover { opacity: 0.8;}
.main-menu ul li a {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 27px 13px;
	transition: 0.2s ease-in-out all;
	display: block;
}
.main-menu ul li a:after {
	content: '';
	position: absolute;
	width: 28px;
	height: 14px;
	left: 50%; bottom: -14px;
	margin-left: -14px;
	transition: 0.2s ease-in-out all;
	background-image: url(../images/active-menu.png);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden;
}
.main-menu ul li a:hover, .main-menu ul li a.active {
	color: #ee4c62;
	text-decoration: none;
}
.main-menu ul li a:hover:after, .main-menu ul li a.active:after {
	bottom:-1px;
	opacity: 1;
	visibility: visible;
}
#banner { text-align: center;}
.content-top {
	background-color: #2d343e;
	color: #fff;
	padding: 0px 0 30px;
}
.content-top-item {
	text-align: center;
	background-image: url(../images/content-top-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 360px;
	padding: 80px 50px 0;
}
.content-top-item h3 {
	font-size: 38px;
	font-weight: 700;
	line-height: 24px;
	margin: 15px 0 10px;
}
.content-top-item h3:first-letter {
	text-transform: uppercase;
}
.content-top-item p {
	padding: 0 20px;
}
.content-bottom {
	padding: 50px 0;
}
.content-bottom h2 { margin: 0 0 20px;}
.content-bottom .image { margin: 20px 0 10px;}
footer {
	background-color: #2d343e;
	padding-bottom: 100px;
	color: #fff;
}
#footer-top {
	background-color: #556274;
}
footer h3 {
	font-size: 18px;
	color: #ee4c62;
	font-weight: 300;
	margin: 10px 0;
}
.menu-bottom, .parters { margin: 15px 0 0;}
.menu-bottom li a, .parters li a {
	color: #fff;
	display: block;
	padding: 0 0 5px;
	font-size: 18px;
}
.footer-info {
	font-size: 14px;
	padding: 60px 0 0;
}
.footer-info img {
	float: left; 
	width: 120px;
}
.toggle-menu { display: none;}
.social_link {margin-top:60px;}
@media(min-width:992px) and (max-width:1199px){
	.main-menu ul { margin-right: -20px;}
	.main-menu ul li a {
		padding: 14px 17px;
		font-size: 20px;
	}
	.content-top-item {
		height: 293px;
		padding: 40px 20px 0;
	}
	.footer-info img {
		width: 100px;
		margin-top: 20px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.main-menu {padding-top: 15px;}
	.main-menu ul {
		margin-right: -15px;
	}
	.main-menu ul li a {
		font-size: 16px;
		padding: 15px 10px;
	}
	.content-top-item {
		height: 250px;
		padding: 20px 10px 0;
	}
	.content-top-item img { height: 40px;}
	.content-top-item h3 {
		font-size: 26px;
		margin: 10px 0 5px;
	}
	.content-top-item p {
		margin:0;
		font-size: 14px;
	}
}
@media(max-width:767px){
	.top-link {
		position: absolute;
		top: -100px;
		right: 10px;
		padding: 0;
	}
	.toggle-menu {
		display: inline-block;
		width: 28px;
		height: 20px;
		background: #2d343e;
		padding: 5px 4px;
		box-sizing: content-box;
		margin-top: -40px;
	}
	.toggle-menu span {
		display: block;
		margin: 0 0 4px;
		height: 4px;
		background-color: #fff;
	}
	.main-menu ul {
		margin-right: 0;
		display: none;
	}
	.main-menu ul li {
		display: block;
	}
	.main-menu ul li a {
		font-size: 20px;
		padding: 5px 20px;
		background: #232830;
    	border-bottom: 1px solid #444e5d;
	}
	.main-menu ul li a:hover, .main-menu ul li a.active{
		background-color: #3c4551;
	}
	.main-menu ul li a:after {
		width: 14px;
		height: 28px;
		right: -14px;
		top: 50%;
		left: auto;
		bottom: auto;
		margin-top: -14px;
		background-image: url(../images/active-menu-mobile.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	.main-menu ul li a:hover:after, .main-menu ul li a.active:after {
		right: 0;
		bottom: auto;
	}
	h1, h2 {font-size: 26px;}
	h1:before, h2:before { height: 29px;}
	.content-top-item {
		padding: 50px 20px 0;
	}
	footer {padding-bottom: 40px;}
	.footer-info {
		padding-top: 10px;
	}
	.footer-info img {
		width: 100px;
		margin-top: 20px;
		margin-left: -14px;
	}
	footer h3 {
	    border-bottom: 1px solid #ee4c62;	
	}
	.social_link {margin-top:35px;}
}
#map{
	width: 800px;
	height: 335px;
	border: #ee4c62 solid 1px;
	margin: 15px auto;
	max-width: 100%;
}

.infosbulle {
	border: none;
	margin: 0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #4f0100;
	font-weight: bold;
	margin-bottom: 1em;
	text-align:center;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
	text-align:center;
	!text-align:center;
}
.plan-printer {
	display:none;
	text-align: right;
	padding-bottom:15px;
}

.plan-printer img,
.plan-printer a {
	border: none;
}
.accordion {
	display: block;
	padding: 10px 15px;
	border: 1px solid #c2374a;
	background: #fff;
	font-size: 18px;
	text-decoration: none;
	color: #c2374a;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	cursor: pointer;
	font-weight: normal;
	margin: 0;
} 
.accordion:hover, .accordion.active {
	background: #c2374a;
	color: #fff;
}
.accordionBox {
	display:none;
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #c2374a;
}
.tb_tarifs {
	width: 100%;
	border-collapse: collapse;
	margin: 15px auto;
}
.tb_tarifs td {
	padding: 5px;
	border: 1px solid #556274;
}
.tb_tarifs tr:nth-child(odd) { background: #fafafa;}
.tb_tarifs tr:nth-child(even) { background: #eaeaea;}
.frame {
	margin: 10px 0;
	padding: 10px;
	background-color: #eaeaea;
	border: 1px solid #ddd;
}
#global_accueil #content:after {
	content:'';
	position:absolute;
	left:0; bottom:0;
	width:100%;
	height:100px;
	background-color:#fff;
	display: block;
	z-index:0;
}
#global_accueil .scrollTop-wrapper,
#global_accueil #page_item {
	position:relative;
	z-index:2;
}
@media(max-width:991px){
	#footer .row .col-sm-6:nth-child(3) { clear: both;}
}