@charset "UTF-8";
/* CSS Document */

* {box-sizing:border-box;}
html {
 	height:100%; 
}
body {
	background: #28364d;
	text-align: center;    
    font-family: 'museo_sans300';
    font-weight: 300;
	margin:0;
	padding:0;
	width: 100%;
 	height:100%; 
    color:#ffffff;
    position: absolute;
	font-size: 16px;
}
a {
    text-decoration: inherit;
    color: inherit;
}
.cb {
    clear: both;
}
.font_white {
    color: #ffffff;
}
.font_black {
    color: #000000;
}
.font_yellow {
    color: #e3a52f;
}
.bold {
    font-family: 'museo_sans700';
}
.font-hydrocase {
	font-family: 'caustenbold';
}
.d-flex {
	display: flex;
	flex-flow: row nowrap;
}
img {
    border: none;
}
input:focus {
    outline:  none;
}
.container {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}
/* HEADER */
#header {
    background-color: #ffffff;
    font-size: 19px;
    width: 100%;
    height: 120px;
    position: relative;
    top: 0px;
    position: fixed;
    z-index: 9999999;
}
#header .content {
    width: 95%;
	max-width: 1450px;
    margin: 0 auto;
    position: relative;
    height: 100px;
}
#header .logo {
    width: 445px;
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 8888;
}
#header .logo-responsive {
    display: none;
}
#header .logo img {
    width: 100%;
}
/* MENU */
#menu {
    font-family: 'caustenbold';
    float: right;
    color: #28364d;
    font-size: 16px;
    margin-top: 55px;
    margin-bottom: 10px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
#menu_responsive {
    display: none;
}
#menu_responsive a.mobile {
    display:block;
    width:100%;
    height: 51px;
    padding: 5px 0px 0px 0px;
	cursor: pointer;
}
.mobile_2 {
	cursor: pointer;
}
#menu ul {
    margin: 0 auto;
    padding: 0px 30px 0px 0px;
    float: left;
}
#menu ul li {
    float: left;
	list-style: none;
    display: inline;
    padding: 0px 15px 0px 25px;
	font-size: 22px;
}
#menu ul li:first-child {
    border-left: none;
    padding-left: 0px;
    border-left:none;
}
#menu ul li a {
	transition: .3s;
	position: relative;
}
#menu ul li a::before {
	position: absolute;
	content:'';
	left: -20px;
	bottom: 6px;
	width: 10px;
	height: 10px;
	background: #e3a52f;
}
#menu ul li a:hover {
    color: #e3a52f;
}
#menu ul li a.active {
	color: #000;
	background: #e3a52f;
}
#menu .linkedin {
    background: none;
	width: 25px;
	height: 25px;
	display: inline-block;
}
#menu .linkedin img {
    width: 100%;
}
#menu .menu-quizz img {
    width: 100%;
}
#menu .linkedin2 {
    display: none;
}
#menu .deroulant {
    margin: 0px 0px 0px 10px;
}
#menu .active {
    font-weight: bold;
    color: #e3a52f;
}
/* The container <div> - needed to position the dropdown content */
.main_menu {
    position: relative;
    display: inline-block;
}
.main_menu:first-child {
    border-left: none;
}
/* Dropdown Content (Hidden by Default) */
.main_menu_content {
    background-size:180px; 
    display: none;
    position: absolute;
    z-index: 1;
    padding: 10px 0px 0px 0px;
    width: 200px;
    left: -4px;
    text-transform: none;
    z-index:20;
}

/* Links inside the dropdown */
.main_menu_content a {
    text-decoration: none;
    display: block;
    padding: 10px 30px;
	text-align: left;
	border-top: 1px solid #e3a52f;
	color: #fff;
	font-size: 15px;
	background-color: #28364d;
	transition: .3s;
}

body .main_menu_content a::before {
	left: 13px !important;
    bottom: 12px !important;
}
.main_menu_content a:hover {
    background-color: #e3a52f;
	color: #28364d;
}

/* Change color of dropdown links on hover */
.main_menu_content a:hover {background-color: #e3a52f;color: #28364d !important;}

/* Show the dropdown menu on hover */
.main_menu:hover .main_menu_content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
/* .main_menu:hover .main_menu_item {background-color: #e6e6e6;}
 */

.main_menu_active {
    display: block;
    background-color: #eea635;
    width: 100%;
    height: 2px;
    bottom: -63px;
    left: 0px;
    position: absolute;
}
/* HOMEPAGE */
#page {
    width: 100%;
    position: relative;
	min-height: 100%;
}
#page .owl-carousel-home {
    width: 100%;
	min-height: 100%;
}
.owl-dots {
	display: none;
}
.owl-carousel-home .owl-item {
    width: 100%;
	height: 100vh;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-carousel-home .item {
	width: 100%;
    height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: flex-start;
}
.owl-carousel-home .owl-nav {
	display: none;
}
.owl-carousel-home .owl-dots {
	position: absolute;
	bottom: 80px;
	right: 80px;
}
.owl-carousel-home .owl-dot {
	width: 20px;
	height: 20px;
	margin: 0px 10px;
	border-radius: 50%;
	background: #ffffff96 !important;
}
.owl-carousel-home .owl-dot.active {
	background: #fff !important;
}
#page .owl-carousel-home .badge {
    width: 300px;
	height: 300px;
	border-radius: 50%;
	background:#e3a52f;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 100px;
	top: 220px;
	font-family: 'caustenbold';
	text-align: left;
}
#page .owl-carousel-home .badge h3 {
    margin: 0px;
}
#page .owl-carousel-home .content {
    padding: 30px;
}
#page .owl-carousel-home .badge ul {
	list-style: none;
	font-size: 14px;
	padding: 0px 30px;
}
#page .owl-carousel-home h2 {
    width: 100%;
	font-size: 4em;
	line-height: 50px;
	text-align: left;
	margin: 0px;
	margin-bottom: 80px;
}


/* EXPERTISE */
.page-content {
    padding: 120px 0px 60px 0px;
}
.page-content {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;
}
.page-content .square {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #e3a52f;
	margin-right: 2px;
}
.page-content h1 {
	font-size: 21px;
}
.page-content .left {
	background:#28364d;
	width: 62%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: left;
	padding: 70px;
}
.page-content .right {
	width: 38%;
	text-align: left;
	padding: 40px;
	padding-top: 70px;
	height: 100%;
}
.page-content.expertise .right {
	background: url(../images/page-expertise-bg.jpg) no-repeat;
	background-size: cover;
	position:relative;
}
.page-content .badge {
	font-family: 'museo_sans700';
    width: 300px;
	height: 300px;
	border-radius: 50%;
	background:#e3a52f;
	display: flex;
	flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
	text-align: left;
	font-size: 25px;
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}
.page-content .badge ul li, .page-content .badge ul  {
    list-style: none;
	padding: 0;
	margin: 0;
}

/* PAGE ATOUTS */
.page-content.atouts .right {
	background: url(../images/page-atouts-bg.jpg) no-repeat;
	background-size: cover;
	position:relative;
}
/* PAGE LOCATION */
.page-content.location .right {
	background: url(../images/page-location-bg.jpg) no-repeat;
	background-size: cover;
	position:relative;
}
.page-content.location h1 {
	font-size: 36px;
}
.page-content.location .badge {
	text-align: center;
	top: 65%;
}
.page-content.location .badge .big {
	font-size: 40px;
}
/* ACHAT */
.page-content.achat .right {
	background: url(../images/page-achat-bg.jpg) no-repeat;
	background-size: cover;
	position:relative;
}
.page-content.achat .badge {
	text-align: center;
	top: 180px;
}
.page-content.achat h1 {
	font-size: 36px;
}
/* PIECES DETACHEES */
.page-content.piecesdetachees h1 {
	font-size: 50px;
}
.page-content.piecesdetachees .right {
	background: url(../images/page-piecesdetachees-bg.jpg) no-repeat;
	background-size: cover;
	position:relative;
}
.page-content.piecesdetachees .badge {
	top: 65%;
}
/* NOS VEHICULES */
.page-content.vehicules h1 {
	font-size: 40px;
}
.page-content.vehicules .right {
	background: url(../images/page-vehicules-bg.jpg) no-repeat;
	background-size: cover;
	position:relative;
}
.page-content.vehicules nav a {
	padding: 5px 15px;
	background: #28364d;
	transition: .3s;
	margin: 0px 5px 0px 0px;
}
.page-content.vehicules nav a.active,.page-content.vehicules nav a:hover {
	background: #e3a52f;
}
.page-content.vehicules .content-catalogue {
	margin-top: 40px;
}
.page-content.vehicules .content-catalogue .col {
	width: 30%;
}
.page-content.vehicules .content-catalogue li {
	opacity: .5;
}
.page-content.vehicules .content-catalogue li.exist {
	opacity: 1;
	cursor: pointer;
}
.page-content.vehicules .content-catalogue h2 {
	font-size: 22px;
}
.page-content.vehicules .content-catalogue .desc {
	display: none;
	padding: 5px 0px;
	transition: .3s;
	font-weight: 400;
	font-family: 'museo_sans300';
}
.page-content.vehicules .content-catalogue .desc.visible {
	display: flex;
}


/* CONTACT */
.page-content.contact h1 {
	font-size: 40px;
}
.page-content.contact .left {
	width: 40%;
}
.page-content.contact .right {
	width: 60%;
}
.page-content.contact .right {
	background: url(../images/page-contact-bg.jpg) center no-repeat;
	background-size: cover;
	position:relative;
}
#page.contact .content {
	font-size: 19px;
	line-height: 19px;
	margin: 0px 0px 20px 0px;
}
#page.contact .telephone {
	font-size: 30px;
	margin: 0px 0px 20px 0px;
}
#page.contact .mail {
	font-size: 23px;
	margin-bottom: 20px;
}
.map {
	margin: 20px 0px;
}
/* FOOTER */
#footer {
    background: #28364d;
    width: 100%;
    height: 60px;
    color: #ffffff;
    text-align: left;
    padding-left: 10px;
    bottom: 0px;
    display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
    font-size: 15px;
    position: fixed;
    z-index: 13;
	border-top: 1px solid #fff;
}
#footer.footer-yellow {
	background: #e3a52f;
}
#footer .mentions {       
    margin-right: 20px;
    margin-top: 7px;
    height: 27px;
}
#footer .footer-right {
	display: flex;
	height: 100%;
	justify-content: center;
}
#footer .contact { 
    background: #e3a52f;
	height: 100%;
	margin-left: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#ffffff;
	padding: 0px 20px 0px 30px;
	position: relative;
}
#footer .contact::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #28364d;
	margin-right: 2px;
	left: 10px;
}
#footer .mentions {
	border: 1px solid #fff;
	padding: 5px;
}
#footer .active { 
    color: #e3a52f;
}
/* Desktop 2 */
@media all and (max-width:1400px) {

}
/* Desktop 2 */
@media all and (max-width:1200px) {
	#menu ul li {
		font-size: 20px;
	}
	#header .logo-responsive {
		display: block;
	}
	#header .logo-desktop {
		display: none;
	}
	#header .logo {
		width: 167px;
    	top: 23px;
	}
	
}
