/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Template: wp-bootstrap-starter
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description: The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Tags: blog,custom-menu,featured-images,threaded-comments,translation-ready,right-sidebar,custom-background,e-commerce,theme-options,sticky-post,full-width-template
Version: 3.3.8
Updated: 2025-05-19 08:04:42

*/

.grecaptcha-badge{display:none}

#owl-offres .owl-stage{display:flex;align-items:stretch}

body {
	font-family: Daimler CS2, sans-serif;
	font-size: 16px;line-height: 1.4;
	color: #333;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a,a:hover{color: black}
button{outline: none !important}
#page{overflow: hidden;width: 100%}

.bg-cover{background-size: cover !important;}
.bg-center{background-position: center}

.bg-grey{background-color: #EAEAEA;}

#content{padding-top: 84px !important}


.top0{top: 0}
.left0{left: 0}
.bottom0{bottom: 0}
.right0{right: 0}
.zindex1{z-index:1}

.bg-black{background-color: black !important}

img{max-width: 100%}

.contain{object-fit: contain}
.cover{object-fit: cover}

small {
	font-size: 14px;
	letter-spacing: 0.2px;
}

hr{
	border-color: #9f9f9f;
}

h1,h2,h3,h4,h5{color: #333;font-weight: normal;padding: 0}


h1,h2,h3{font-family: MB-Corpo, serif;line-height: 1.1}


h1,#banner-home h2{font-size: 65px}


h2{font-size: 50px}

h3{font-size: 35px}

h4{font-family: Daimler CS3;font-size: 19px}


.sous-titre{
	font-family: Daimler CS2;
	font-size: 18px;
	letter-spacing: 0.5px;
}


.btn,.mailpoet_submit {
	background-color: #0078D6;
	color: white;
	border: 1px solid #0078D6;
	border-radius: 2px;
	font-family: Daimler CS3;
	
	padding: 11px 20px !important;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.mailpoet_form_column {
	display: flex !important;
	flex-direction: row !important;
	align-items: stretch;
}

.mailpoet_form_column .para-email{width: calc(100% - 100px)}

.mailpoet_form_column .para-email input{height: 100%}

.mailpoet_form_column .para-button{width: 120px}


.btn:hover{background-color: #014880;color: white}


.btn.btn-line-black{background-color: transparent;border-color: #aaa;color: #333}

.btn.btn-line-black:hover{background-color: #eee;color: black}


.owl-dots{display: flex;justify-content: center}


.owl-dots button {
	border-radius: 100%;
	height: 8px;
	width: 8px;
	background-color: #aaa !important;
	margin: 0 3px;
}

.owl-dots button.active{background-color: black !important}


.text-grey{color: #9f9f9f}

.border-l-grey{border-left: 2px solid #e8e8e8}


header#masthead{height: 84px;z-index: 10}

.dropdown-toggle::after{display: none}
.admin-bar header#masthead{top: 32px}

.navbar-nav .nav-link{font-size: 16px !important;color: white !important;font-weight: normal !important}

header#masthead .navbar-nav .nav-link {
	padding: 10px 0 !important;
}

.menu-burger {
	position: relative;
	cursor: pointer;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 25px;
	height: 20px;
}

.menu-burger:after{content: "";position: absolute;height: 1px;background-color: white;width: 100%;top: calc(50% - 0.5px);left: 0}

#wrapper-mega-menu {
	background-color: rgb(0,0,0,0.4);
	top: 116px;
	z-index: 10;
	height: calc(100% - 116px);
	visibility: hidden;opacity: 0;transition: all 0.5s;
}

#wrapper-mega-menu .mega-menu{transition: all 0.5s;}

#wrapper-mega-menu .mega-menu .col-menu{width: 50%;position: relative;top: 0;transition: all 0.5s;}

#wrapper-mega-menu .mega-menu,
#wrapper-mega-menu .mega-menu .col-menu.col-menu3{transform: translateX(-100%);}

#wrapper-mega-menu .mega-menu .col-menu.col-menu2{z-index: 1}

#wrapper-mega-menu.open{visibility: visible;opacity: 1}

#wrapper-mega-menu.open .mega-menu,
#wrapper-mega-menu.open .mega-menu.open .col-menu.col-menu3{transform: translateX(0%);}




#wrapper-mega-menu a {
	transition: all 0.5s;
	color: black ;
	text-decoration: none;
	padding: 10px 0;
}

#wrapper-mega-menu .navbar-nav a.nav-link{color: black !important;}



#wrapper-mega-menu a:hover{background-color: #eee;padding: 10px;color: black}

#wrapper-mega-menu a.open-megamenu,#wrapper-mega-menu .open-megamenu > a{position: relative}

#wrapper-mega-menu a.open-megamenu::after,#wrapper-mega-menu .open-megamenu > a::after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-top: 2px solid black;
	right: 0;
	top: calc(50% - 5px);
	border-left: 2px solid black;
	border-bottom: 2px solid transparent;
	border-right: 2px solid transparent;
	transform: rotate(135deg);
	transition: all 0.5s;
}

#wrapper-mega-menu a.open-megamenu:hover::after,#wrapper-mega-menu .open-megamenu > a:hover::after {right: 10px;}

#wrapper-mega-menu .menu-burger {
	border-color: black;
	right: 20px;
	top: 30px;
	border-bottom: 0;
	transform: rotate(45deg);
	width: 15px;
	height: 15px;
}

#wrapper-mega-menu .menu-burger::after {
	background-color: black;
	transform: rotate(90deg);
	top: -1px;
}

#wrapper-mega-menu  .menu-burger-retour{
	right: 40px;
	top: 29px;
	width: 9px;
  height: 9px;cursor: pointer;
}

#wrapper-mega-menu  .menu-burger-retour:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid black;
  right: 0;
  top: calc(50% - 5px);
  border-left: 2px solid black;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  transform: rotate(-45deg);
 
}

.titre-line:before{content: "";width: 100%;height: 1px;background-color: #ddd;position: absolute;left: 0;top: 50%}



.banner  {
	border-bottom: 1px solid #eee;background-color: black;
}

.banner.banner-white{background-color: white}


.banner .img{padding: 21% 0}

.banner h1,.banner h2,.banner h3,.banner h4,.banner p{color: white}

.banner .img:after,.banner .img:before{
	content: "";z-index: 1;
	position: absolute;left: 0;
}

.banner .img:after{

	background: #000;
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);}

.banner .img:before{
	
	background: #000;
background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);}

.banner .img:after{
	width: 100%;bottom: 0;height: 20%;
}

.banner .img:before{
	width: 40%;top: 0;height: 100%;
}



.banner.banner-white .img:after{
	background: #ffffff;
background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);}

.banner.banner-white .img:before{
	background: #ffffff;
background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);}


.banner.banner-white h1,.banner.banner-white h2,.banner.banner-white p,.banner.banner-white h3{color: black}


#banner-home .owl-dots{margin-top: 10px}


.vignette-modele{background: #E2E9EA;
background: -webkit-linear-gradient(129deg, rgba(226, 233, 234, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: -moz-linear-gradient(129deg, rgba(226, 233, 234, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(129deg, rgba(226, 233, 234, 1) 0%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E2E9EA", endColorstr="#FFFFFF", GradientType=0);
color: black !important;text-decoration: none !important;position: relative}


.vignette-modele.vignette-modele-berlines {z-index: 5}

.vignette-modele.vignette-modele-berlines .image {
	width: 53%;
	right: 3%;
	top: -45%;
}

.vignette-modele.vignette-modele-suv .image {
	width: 60%;
	right: 1%;
	top: -54%;
}

.vignette-modele.vignette-modele-familiales .image {
	width: 75%;
	right: -7%;
	top: -64%;
}

.vignette-modele.vignette-modele-utilitaires .image {
	width: 75%;
	right: -7%;
	top: -64%;
}


.vignette-modele .image img{opacity: 0}

.vignette-modele .image img:first-child{opacity: 1}


.offre {
	border-radius: 5px;
	overflow: hidden;
}

.offre .img:after{
content: "";
	position: absolute;left: 0;width: 100%;height: 20%;bottom: 0;
	background: #000;
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);}


#services .img{padding: 30% 0}

.vignette-car{background-color: white;transition: all 0.5s;text-decoration: none !important}

.vignette-car:hover{background-color: #e8e8e8}

.vignette-car h3{font-size: 26px}

.btn-modele {
	border: 1px solid black;
	color: black !important;
	border-radius: 20px;
	padding: 6px 15px 6px 12px;
	font-family: Daimler CS3;
	font-size: 15px;
	letter-spacing: .5px;
	margin-bottom: 15px;text-decoration: none !important;
}

.vignette-car h4{transition: all 0.5s;transform:translateY(0px)}

.vignette-car:hover h4{transform:translateY(-10px)}


.vignette-car .btn{opacity: 0;transition: all 0.5s;transform: translateY(10px)}

.vignette-car:hover .btn{opacity: 1;transform: translateY(0px)}

.btn-modele.active{color: white !important;background-color: black}

.btn-modele.active img{filter: invert(99%) sepia(8%) saturate(501%) hue-rotate(183deg) brightness(113%) contrast(100%);}


.btn-modele svg{width: 12px;margin-left: 5px;}

.btn-modele.active svg{fill: white;width: 15px}

.single-modele .galerie .col-verticale img{height: 100%}

.accordeon{border-bottom: 1px solid #dadada;}

.accordeon .body >div{
	background-color: #F4F4F4;padding: 10px 25Px 30px;
}

a.btn-accordeon {
	font-family: Daimler CS3;
	color: #333;
	text-decoration: none;
	font-size: 18px;border-top: 1px solid #dadada;
}

a.btn-accordeon.active,a.btn-accordeon:hover{background-color: #F4F4F4;}


a.btn-accordeon {
	transition: all 0.5s;
	font-family: Daimler CS3;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	padding: 25px;
}



a.btn-accordeon svg {
	transition: all 0.5s;
	width: 35px;
	right: 30px;
	top: calc(50% - 17.5px);
	border-radius: 100%;
	background-color: #f4f4f4;
	padding: 7px;
	transform: rotate(90deg);
}

a.btn-accordeon:hover svg,a.btn-accordeon.active svg {
	
	background-color: white;
	
}


.accordeon .body .border-l-grey{max-width: 250px}

.onglet nav{margin-bottom: 30px;margin-top: -30px;}

a.btn-onglet {
	transition: all 0.5s;
	color: black;
	font-size: 15px;
	font-family: Daimler CS3;
	padding: 20px 0;
	text-transform: uppercase;
	border: 1px solid #bbb;
	margin-left: -1px;
	width: 180px;
	text-align: center;
	text-decoration: none !important;
	z-index: 1;
	background-color: white;
	
}

a.btn-onglet:first-child{border-radius: 3px 0 0 3px;}

a.btn-onglet:last-child{border-radius: 0 3px 3px 0;}

a.btn-onglet.active,a.btn-onglet:hover{background-color: black;color: white}




.encart{border: 1px solid #bbb;text-decoration: none !important;transition: all 0.5s;}

.encart:hover{background-color: #F4F4F4}

.encart .encart_picto{transition: all 0.5s;opacity: 1;margin-left: 0}

.encart .encart_picto svg{fill: #333}

.encart .encart_arrow{transition: all 0.5s;width: 15px;opacity: 0;transform: translateX(-10px)}

.encart .encart_arrow svg{fill: #0078d6}

.encart:hover .encart_picto{opacity: 0;margin-left: -20px}

.encart:hover .encart_arrow{opacity: 1;transform: translateX(10px)}





table td{padding: 10px 5px}

table.table-contact p{margin: 0}


footer#colophon #main-nav-footer .navbar-nav > li > .nav-link {
	font-family: Daimler CS3;
	font-size: 18px !important;
}


footer#colophon #main-nav-footer .navbar-nav > li {
	max-width: 33.33%;
}

footer#colophon #main-nav-footer .dropdown-menu {
	display: block;
	background-color: transparent;
	padding: 0;
	min-width: inherit;
	margin: 0;
}

footer#colophon #main-nav-footer .dropdown-menu a {
	color: #9f9f9f;
	padding: 7px 0;
	font-size: 16px;
	line-height: 1.4;
	display: block;
}

.footer-movetotop {
	background-color: transparent;
	border: 0;
	color: white;
	font-size: 16px;
}

.footer-movetotop svg{fill: white;width: 50px}

footer#colophon .rs img{filter: invert(99%) sepia(8%) saturate(501%) hue-rotate(183deg) brightness(113%) contrast(100%);}

footer#colophon .contact{font-size: 16px}

footer#colophon .contact p{margin-bottom: 5px}


@media (min-width: 1199px){
	.container-big {
		max-width: 1680px;
		width: 86%;
	}
}


@media (min-width: 1920px){
	.banner .img{padding:0;height: 815px}

}

@media (max-width: 1200px){
	.banner .img{padding: 25% 0}
	h1,#banner-home h2{font-size: 50px}


h2{font-size: 35px}

h3{font-size: 25px}

#wrapper-mega-menu .mega-menu{overflow: hidden}

	#wrapper-mega-menu .mega-menu .col-menu {
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	
}

#wrapper-mega-menu .mega-menu .col-menu.col-menu3{transform: translateX(0) !important;}
	#wrapper-mega-menu .mega-menu .col-menu.col-menu1{left: 0}

	#wrapper-mega-menu .mega-menu.openopen .col-menu.col-menu2{left: 0}

#wrapper-mega-menu .mega-menu.openopen.open .col-menu.col-menu3{left: 0}

#wrapper-mega-menu .mega-menu .col-menu.col-menu3{z-index: 1}

}




@media (max-width: 991px){

	footer#colophon  .dropdown-menu{text-align: center}
	.banner .img{padding: 33% 0}
.onglet nav {
	
	margin-top: 50px;
	
	margin-bottom: 10px;
}

}

@media screen and (max-width: 782px) {.admin-bar header#masthead {top: 46px;}}

@media(max-width: 768px){
	.onglet nav a.btn-onglet{width: 100%}
}
