@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'Roboto';
src: url('typo/Roboto-Light.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('typo/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('typo/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Goldman';
src: url('typo/Goldman-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Goldman';
src: url('typo/Goldman-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}

body,html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto';
	font-size: 16px;
	color: #000000;
	background-color: #eeefef;
	overflow-x: hidden;
}


/* TYPO --------------------------- */
p, div{ margin: 0; padding: 0; }
.th1{
	width:100%;
	margin: 0;
	font-size: 2.2em;
	display: inline-block;
	padding: 0 5px 0 0;
	color: #000000;
	font-family: "Goldman";
	font-weight: normal;
}
.th1 span{ border-bottom: 1px solid #000000; position: relative; float: left; left: 50%; transform: translate(-50%); }
.th1 span::first-letter{
	color: #d60000;
	font-weight: bold;
	font-size: 1.2em;
}
.th1.negatif{ color: #ffffff; }
.th1.negatif span{ border-bottom: 1px solid #ffffff; }
.th1.negatifMini{ width:calc(100% - 40px); margin-left: 15px; color: #ffffff; }
.th1.middle{ text-align: center; }

.th1.fiche{ font-family: "Roboto"; font-weight: 100; }
.th1.fiche span{ border: 0px; }

.th2{
	font-size: 1.3em;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	display: inline-block;
}
.th2::first-letter{
	color: #d60000;
	font-weight: bold;
	font-size: 1em;
}
.th2.negatif{ color: #000000; border-bottom: 1px solid #d60000; }
.th2.fiche{ 
	font-family: "Roboto";
	color: #000000;
	border: 0;
	font-size: 1.8em;
	width: 100%;
	text-align: center;
	font-weight: 100;
}

h3{
	width: 100%;
	font-family: "Goldman";
	font-weight: normal;
	color: #666666;
	font-size: 1.1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}

h4{
	font-size: 1.3em;
	font-weight: normal;
	color: #000000;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	display: inline-block;
}
h4::first-letter{
	color: #d60000;
	font-weight: bold;
	font-size: 1em;
}

hr{
	width:100%;
	height: 1px;
	border: 0;
	background-color: #000000;
}

.rouge{ color:#d60000; }
.gris{ color: #666666; }
.lienBlanc{ text-decoration: none; color: #ffffff; }
.lienNoir{ text-decoration: none; color: #000000; }
.legende{ font-size: 0.9em; font-style: italic; }
.grand{ font-size: 1.2em; }

.listeStd{
	margin: 0;
	padding: 0;
	list-style: none;
}
.listeStd li{
	padding:2px 0 8px 20px;
	position: relative;
}
.listeStd li::before{
	content:'';
	width: 8px;
	height: 8px;
	border: 2px solid #d60000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
}

/* ------------------------------- */

#Top{
	width:100%;
	height:750px;
	position: relative;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.bandeTop{
	width:100%;
	height: 120px;
	background-color: #000000;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	float: left;
	z-index: 2;
}
.logoP{
	width:760px;
	font-size: 1.6em;
	position: relative;
	float: left;
	margin: 0 0 0 20px;
}
.logoP img{ max-width: 100%; }
.telP{
	width:200px solid #ffffff;
	display: flex;
	align-items: center;
	position: relative;
	float: left;
	margin-right: 20px;
}
.iconeTelP{ position: relative; float: left; margin: 0 5px; }
.detailTelP{
	position: relative;
	float: left;
	font-size: 1.1em;
	border-left: 1px solid #ffffff;
	padding-left: 10px;
}
.bandeMenu{
	width:100%;
	height: 40px;
	position: absolute;
	float: left;
	top: 120px;
	border-top: 1px solid #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	background-color: #000000;
	color: #ffffff;
	font-family: "Goldman";
	font-size: 1.2em;
	z-index: 2;
}
.bMenu{
	text-align: center;
	position: relative;
	float: left;
	padding: 0 25px;
	border-right:1px solid #ffffff;
}
.bMenu.fin{ border-right:0; }
.bMenu a{ color:#ffffff; text-decoration:none; }
.bMenu .barreBouton{
	width:0;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transition: .4s all;
}
.bMenu:hover .barreBouton{ width:calc(100% - 50px); }
.bMenu.actif .barreBouton{ width:calc(100% - 50px); }

.ssMenu{
	width:100%;
	max-height: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	float: left;
	top:100%;
	left: 0;
	overflow: hidden;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transition: .4s all;
}
.bsmenu{
	width:100%;
	/*height: 30px;*/
	background-color: #000000;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transition: .4s all;
}
.bsmenu:hover{ background-color:#666666; }
.bMenu.depli:hover .ssMenu{ max-height: 200px; }

.diaporama{
	width:100%;
    height: calc(100% - 100px); 
    position: absolute;
    top: 100px;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.diaporama .visu{
    width:100%;
    height: 100%;
    position: absolute;
    float: left;
    top: 0;
    left: 0;
}
.diaporama .visu img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.bigMotPano{
	font-family:"Roboto";
    font-size: 2em;
    font-weight: bold;
	font-style:italic;
	color: #ffffff;
	text-shadow: 0 0 5px #000000;
    display: inline-block;
	position: absolute;
	width:100%;
	text-align: center;
	bottom:60px;
}
.bigMotPano .et1{ width:100%; bottom:60px; }

#Pan1{
    opacity: 1;
    z-index: 3;
    animation-name: accP1;
    animation-duration: 24s;
	animation-timing-function: linear;
    animation-delay: 0s;
	animation-iteration-count: infinite;
}
#Pan2{
    z-index: 2;
    animation-name: accP2;
    animation-duration: 24s;
	animation-timing-function: linear;
    animation-delay: 0s;
	animation-iteration-count: infinite;
}
#Pan3{
    z-index: 1;
    animation-name: accP3;
    animation-duration: 24s;
	animation-timing-function: linear;
    animation-delay: 0s;
	animation-iteration-count: infinite;
}

#Kit1{
    opacity: 1;
    z-index: 3;
    animation-name: accP1;
    animation-duration: 12s;
	animation-timing-function: linear;
    animation-delay: 0s;
	animation-iteration-count: infinite;
}
#Kit2{
    z-index: 2;
    animation-name: accP2;
    animation-duration: 12s;
	animation-timing-function: linear;
    animation-delay: 0s;
	animation-iteration-count: infinite;
}
#Kit3{
    z-index: 1;
    animation-name: accP3;
    animation-duration: 12s;
	animation-timing-function: linear;
    animation-delay: 0s;
	animation-iteration-count: infinite;
}

.drapeauTop{
	width: 300px; 
	height: 150px;
	background-image: url('img/drapeauTop.webp'); 
	background-size: contain; 
	background-repeat: no-repeat;  
	position: absolute; 
	float: left; 
	top: 50px; 
	left: 0; 
	z-index: 6;
}

.videoBandeau{
	width: 600px;
	height: 340px;
	background-color: #000000;
	border: 2px solid #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	box-shadow: 0 0 5px #000000;
	position: absolute;
	float: left;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	overflow: hidden;
}
.videoAccueil{
	width: 100%;
	border:1px solid #ffffff;
	position: relative;
	float: left;
	margin-bottom: 40px;
}
#VideoP{
	max-width: 100%;
	display: block;
	float: left;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#Bas{
	width:100%;
	position: relative;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #666666;
}
.ligneFB{
	width:100%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	color:#666666;
	position: relative;
	float: left;
}
.blocBas{
	width:100%;
	background-color: #000000;
	color: #ffffff;
	position: relative;
	float: left;
	padding: 10px 0;
	background-image: url('img/drapeauBas.webp');
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}
.flexBas{
	width:1300px;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	left: 50%;
	transform: translateX(-50%);
}
.menuBas{
	text-align: left;
	position:relative;
	float: left;
}
.colMenu{
	width:160px;
	position: relative;
	float: left;
	margin-right: 20px;
}
.colMenu a{ color: #ffffff; text-decoration: none; }
.bBas{
	width:calc(100% - 10px);
	height: 30px;
	line-height: 30px;
	background-color: #000000;
	color: #ffffff;
	padding: 0 5px;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transition: .4s all;
}
.bBas:hover{ background-color: #333333; }
.horaireBas{
	max-width: 200px;
	text-align: center;
	position: relative;
	float: left;
}
.coordBas{
	line-height: 1.3em;
	text-align: right;
	position:relative;
	float: left;
	background-color: rgba(0,0,0,0.8);
	padding: 0 5px;
}
.ligneBas{
	width:100%;
	max-width: 1300px;
	text-align: center;
	font-size: 0.9em;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
	margin: 10px 0;
}
.keyBas{
	width:100%;
	max-width: 1300px;
	text-align: center;
	font-size: 0.9em;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
	margin: 10px 0;
}
.copyr{
	width: 100%;
	text-align: center;
	color: #666666;
	position: relative;
	float: left;
	padding: 20px 0;
}
.copyr a{ color: #666666; text-decoration: none; }


.secBase{
	width:1300px;
	position: relative;
	float: left;
	clear: both;
	margin: 40px 0;
	left: 50%;
	transform: translateX(-50%);
}

.secBlack{
	width:100%;
	background-color: #000000;
	position: relative;
	float: left;
	clear: both;
	margin: 40px 0;
	padding: 40px 0;
}
.secBlack.accueil{
	background-image: url("img/blackAccueil.jpg");
	background-size: cover;
	background-position: center center;
}
.secBlack.accueil2{
	background-image: url("img/blackAccueil2.jpg");
	background-size: cover;
	background-position: center center;
}
.secBlack.livraison{
	background-image: url("img/blackLivraison.jpg");
	background-size: cover;
	background-position: center center;
}
.secBlack.kitmega{
	background-image: url("img/blackMega.jpg");
	background-size: cover;
	background-position: center center;
}
.secBlack.occasion{
	background-image: url("img/blackVoiture.jpg");
	background-size: cover;
	background-position: center center;
}
.secBlack.occasion2{
	background-image: url("img/blackVoiture.jpg");
	background-size: cover;
	background-position: center center;
}
.secBlack.fiche{
	background-image: url("img/blackFiche.jpg");
	background-size: cover;
	background-position: center center;
}
.secBlack.carte{
	background-image: url("img/blackCG.jpg");
	background-size: cover;
	background-position: center center;
}
.secBlack.contact{
	background-image: url("img/blackContact.jpg");
	background-size: cover;
	background-position: center center;
}

.contenuSecBlack{
	width:1300px;
	color: #ffffff;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}


.flexStretch{
	width:100%;
	display: flex;
	align-items: stretch;
}

.col100{
	width:calc(100% - 40px);
	margin: 0 20px;
	position: relative;
	float: left;
}
.col50{
	width:calc(50% - 40px);
	margin: 0 20px;
	position: relative;
	float: left;
}
.col50.blanc{
	width:calc(50% - 80px);
	padding: 10px 20px;
	background-color: #ffffff;
}
.col65{
	width:calc(65% - 40px);
	margin: 0 20px;
	position: relative;
	float: left;
}
.col35{
	width:calc(35% - 40px);
	margin: 0 20px;
	position: relative;
	float: left;
	flex-shrink: 0;
}

.closeF{
width:80px;
height:25px;
background-color:#000000;
border-radius:0 8px 0 8px;
color:#FFFFFF;
font-size:14px;
text-align:center;
line-height:25px;
vertical-align:middle;
position:relative;
float:right;
top:-4px;
right:0px;
}
	.closeF a{
	color:#FFFFFF;
	text-decoration:none;
	}
.message{
max-height: 90%;
border:2px solid #d60000;
background-color:#FFFFFF;
position:fixed;
float:left;
left:50%;
top:50%;
transform:translate(-50%, -50%);
z-index:20;
    overflow: auto;
}
#ContenuMess{
    color:#000000;
    text-align: center;
    padding:25px;
    position: relative;
    float: left;
    clear: both;
}

/* BOUTON ------------------- */
.bSuite{
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	border: 1px solid #000000;
	border-radius: 4px;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	margin: 5px 0;
	position: relative;
	float: left;
	cursor: pointer;
	clear: both;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transition: .4s all;
}
.bSuite:hover{
	background-color: #ffffff;
	color: #000000;
}
.bSuite.droite{
	float: right;
}
.bSuite.centre{
	left: 50%;
	transform: translateX(-50%);
	clear: both;
}

/* IMAGE & VIDEO ---------------------- */
.survolImg{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 2;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transition: .4s all;
	opacity: 0;
}
.survolImg p{
	width:100%;
	color: #ffffff;
	text-align: center;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}

.imMW{
	max-width: 100%;
	height: auto;
}

.videoInterne{
	width:100%;
	background-color: #000000;
	position: relative;
	float: left;
	overflow: hidden;
}
.vidP{
width:100%;
position:relative;
float:left;
}

/* ACCUEIL ---------------------- */
.newsAcc{
	width:100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
	clear: both;
}
.newsAcc img{ max-width: 100%; }

.colCoeur{
	width:calc(50% - 42px);
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 10px;
	margin: 10px;
	position: relative;
	float: left;
}
.photoCoeur{
	width:calc(100% - 26px);
	box-shadow: 0 0 5px #333333;
	position: relative;
	float: left;
	margin: 30px 5px;
	border: 8px solid #ffffff;
}
.photoCoeur img{ max-width: 100%; }
.photoCoeur:hover .survolImg{ opacity:1; }
.titreCoeur{
	width:calc(100% - 70px);
	min-height: 49px;
	/*height: 42px;
	line-height: 42px;
	vertical-align: middle;*/
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.5em;
	position: relative;
	float: left;
	background-image: url("img/titreCoeur.png");
	background-repeat: no-repeat;
	background-position: left center;
	/*background-size: contain;*/
	background-size: 80px 49px;
	padding-left: 85px;
	margin-bottom: 20px;
}
.titreCoeur.centrer{
width: 650px;
text-align: left;
left: 50%;
transform: translateX(-50%);
clear: both;
}
.lignePrixCoeur{
	width:calc(100% - 40px);
	height: 50px;
	background-color: #666666;
	color: #ffffff;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	margin-top: 20px;
}
.prixCoeur{ font-size: 1.4em; font-weight: bold; }

.colLivr{
	width:calc(50% - 40px);
	/*background-color: #e2e3e3;*/
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 10px;
	margin: 10px;
	position: relative;
	float: left;
}
.flexLivraison{
	width:100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	clear: both;
	margin: 20px 0;
	z-index: 2;
}
.blocLivr{
	width:250px;
	position: relative;
	float: left;
	margin: 5px 15px;
	z-index: 2;
}
.photoLivr{
	width:238px;
	border: 6px solid #ffffff;
	position: relative;
	float: left;
}
.photoLivr img{ max-width: 100%; display: block; }
.photoLivr:hover .survolImg{ opacity:1; }
.txtLivr{
	width:100%;
	text-align: center;
	position: relative;
	float: left;
	margin: 10px 0;
}
.colNews{
	width:calc(100% - 40px);
	/*background-color: #e2e3e3;*/
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 10px;
	margin: 10px;
	position: relative;
	float: left;
}

.graphLivraison{
	width: 100%; 
	height: 100%; 
	background-image: url('img/drapeauFond.webp'); 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center center; 
	position: absolute; 
	float: left; 
	z-index: 1; 
	top: 0; 
	left: 0; 
	opacity: 0.3;
}

.txtBlackAcc{
	width:calc(100% - 380px);
	position: relative;
	float: left;
	margin-right: 40px;
}
.txtBlackAcc.reduit{ width: calc(50% - 40px); }
.blocInfoCoord{
	width:290px;
	border: 1px solid #666666;
	background-color: #000000;
	color: #ffffff;
	padding: 20px;
	position: relative;
	float: left;
}
.blocInfoCoord.reduit{ width: calc(50% - 10px); padding: 0; }

.fondMultiService{
	width: 100vw;
	height: 100%;
	background-image: url('img/drapeauFond.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	float: left;
	z-index: 1;
	left: calc(50% - 50vw);
	opacity: 0.5;
}
.blocMultiService{
	width:950px;
	position: relative;
	float: left;
	margin: 20px 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.colService{
	width:calc(33% - 10px);
	position: relative;
	float: left;
	margin: 5px;
}
.caseService{
	width:calc(100% - 2px);
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.caseService.simple{ height: 280px; }
.caseService.double{ height: 570px; }
.titreService{
	width:100%;
	height: 30px;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.2em;
}
.photoService{
	width:100%;
	height: 100%;
	position: relative;
	float: left;
	z-index: 1;
}
.photoService img{ object-fit: cover; max-height: 100%;  }
.photoService:hover .survolImg{ opacity:1; }

.titrePartenaire{
	width:100%;
	text-align: center;
	position: relative;
	float: left;
}
.blocPartenaire{
	width:950px;
	background-color: #ffffff;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.blocPartenaire img{ margin: 10px; }

.messageListe{
	width: 90%;
	max-width: 450px;
	border: 1px solid #999999;
	border-radius: 8px;
	padding: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	text-align: center;
	gap:5px;
}


/* KIT ---------------------------- */
.accroche{
	width:100%;
	text-align: center;
	font-size: 1.4em;
	position: relative;
	float: left;
	margin: 40px 0 20px 0;
}

.groupePhotoKit{
	width:calc(100% - 2px);
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.casePresentKit{
	width:calc(100% - 28px);
	height: 400px;
	border-radius: 8px;
	border: 4px solid #ffffff;
	background-color: #000000;
	background-image: url("img/fdPackNoir.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	float: left;
	margin: 10px;
	overflow: hidden;
}
.casePresentKit.rouge{ border: 4px solid #d60000; background-color: #d60000; background-image: url("img/fdPackRouge.jpg"); }
.photoPresentKit{
	width:50%;
	height: 100%;
	position: relative;
	float: left;
}
.photoPresentKit img{ max-width: 100%; }
.txtPresentKit{
	width:calc(50% - 80px);
	height: calc(100% - 80px);
	margin: 40px;
	position: relative;
	float: left;
}
.titrePresentKit{
	width:100%;
	text-align: center;
	font-size: 2.4em;
	color: #ffffff;
	font-family: "Goldman";
	font-weight: normal;
	position: relative;
	float: left;
}
.titrePresentKit .mini{ font-size: 0.6em; }
.prixPresentKit{
	width:100%;
	color: #ffffff;
	text-align: center;
	font-size: 1.2em;
	position: relative;
	float: left;
	margin: 30px 0;
}
.suitePresentKit{
	width:200px;
	border: 1px solid #d60000;
	border-radius: 8px;
	background-color: #ffffff;
	font-size: 1.2em;
	color: #000000;
	text-align: center;
	padding: 10px;
	position: absolute;
	float: left;
	left: 50%;
	bottom:40px;
	transform: translateX(-50%);
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}
.suitePresentKit:hover{
	background-color: #000000;
	color: #ffffff;
}

.videoKit{
    width:100%;
    /*max-width: 800px;*/
    /*height: 450px;
	padding-bottom: 56.25%;*/
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
}
.vidYT{
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 5px;
	height: 0;
	overflow: hidden;
}
.vidYT iframe,  
.vidYT object,  
.vidYT embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    object-fit: contain;
}

.photoKit50{
	width:604px;
	height: 449px;
	border: 8px solid #ffffff;
	position: relative;
	float: left;
	margin: 10px;
	overflow: hidden;
}
.photoKit50 img{ max-width:100%; }
.photoKit50:hover .survolImg{ opacity:1; }

.photoKit25{
	width:294px;
	height: 216px;
	border: 8px solid #ffffff;
	position: relative;
	float: left;
	margin: 10px 5px;
	overflow: hidden;
}
.photoKit25 img{ width:100%; }
.photoKit25:hover .survolImg{ opacity:1; }

.flecheKit{
	width:160px;
	height: 70px;
	position: absolute;
	float: left;
	z-index: 2;
	top: 250px;
	left: 50%;
	transform: translateX(-50%);
}
.flecheKit img{ max-width: 100%; }

ul{
	margin: 0;
	padding: 0;
}
ul.kit li{ list-style: none; margin: 10px 0; }
ul.kit li::before {content: "o"; color: #d60000; margin-right: 8px; }

.lignePrixKit{
	width:calc(100% - 40px);
	height: 50px;
	background-color: #666666;
	color: #ffffff;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	margin-bottom: 40px;
}
.prixKit{ font-size: 1.4em; font-weight: bold; text-align: right; }
.prixKit .legende{ font-size: 0.7em; font-weight: normal; font-style: normal; }


/* LISTING -------------------------- */
.menuAuto{
	width: 100%;
	/*height: 65px;*/
	background-color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	float: left;
	padding: 5px 0;
}
.menuAutoSec{
	width: 100%;
	background-color: #ffffff;
	
	position: relative;
	float: left;
	padding: 10px 0;
	margin-top: 5px;
}
.sstitreSelection{
	width: 100%;
	text-align: center;
	color: #999999;
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
	float: left;
}
.sstitreSelection.secondaire{
	color: #999999;
	/*border-bottom: 1px solid #222222;*/
}
.bFiltre{
	width: 100%;
	text-align: center;
	font-family: "Goldman";
	font-weight: normal;
	font-size: 1.2em;
	color: #000000;
	border-bottom: 1px solid #666666;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.flecheFiltre{
	width: 15px;
	height: 10px;
	background-color: #666666;
	position: relative;
	float: left;
	clip-path: polygon(50% 45%, 100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
}
.selectionMarque{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	float: left;
	overflow: hidden;
}
.bAuto{
	height:40px;
	line-height: 40px;
	background-color: #000000;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1em;
	margin: 5px 5px;
	padding: 0 20px;
	border-radius: 8px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}
.bAuto.secondaire{ color:#333333; border: 1px solid #cccccc; background-color: #cccccc; }
.bAuto:hover{
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}
.bAuto.actif{
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}
.bAuto.actif.secondaire{ border: 1px solid #d10000; }

.listeAnnonce{
	width:calc(100% - 2px);
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
	margin-top: 20px;
}
.caseAnnonce{
	width:392px;
	background-color: #ffffff;
	box-shadow: 0 0 5px #666666;
	position: relative;
	float: left;
	margin: 0 10px 40px 10px;
	padding: 8px;
}
.caseAnnonce:hover .survolImg{ opacity:1; }
.photoAnnonce{
	width:100%;
	height: 260px;
	position: relative;
	float: left;
	margin-bottom: 5px;
	overflow: hidden;
	background-color: #999999;
	z-index: 1;
}
.photoAnnonce img{ max-width: 100%; max-height: 100%; object-fit: cover; }
.photoAnnonce .imgV{
filter: grayscale(1);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-o-filter: grayscale(1);
-ms-filter: grayscale(1);
}
.vendu{
	width:500px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255,255,255,0.6);
	color: #D60000;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	float: left;
	z-index: 5;
	transform: rotateZ(-35deg) translate(-110px, 40px);
}
.cpCoeur{
	width:70px;
	height: 70px;
	border-radius: 50%;
	background-color: #d60000;
	position: absolute;
	float: left;
	top: 10px;
	right: 10px;
	overflow: hidden;
	z-index: 2
}
.cpCoeur img{ max-width: 100%; }

.angleVideo{
	width: 90px;
	height: 80px;
	background-color: #d60000;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	float: left;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.angleVideo img{ position: absolute; float: left; bottom:5px; right: 5px; max-height: 35px; width: auto; }

.titreAnnonce{
	width:100%;
	height: 50px;
	background-color:#e5e5e5;
	color: #000000;
	font-size: 1.1em;
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.titreAnnonce span{  position: absolute; float: left; width:100%; text-align: center; top: 50%; transform:translateY(-50%); left: 0; }
.detailAnnonce{
	width:100%;
	color: #000000;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.prixAnnonce{
	width:100%;
	height: 40px;
	line-height: 40px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
	float: left;
}
.prixAnnonce.pair{ background-color: #000000; }

.coordListe{
	width:650px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
	float: left;
	text-align: right;
	left: 50%;
}


/* FICHE ------------------ */
.retourListe{
	width:200px;
	height: 40px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	-webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
	clear: both;
	margin-bottom: 30px;
	z-index: 1;
}
.retourListe a{ text-decoration: none; color: #ffffff; }

.titreFiche{
	width: auto;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
	margin-bottom: 20px;
}
.flexFiche{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	float: left;
}
.detailFiche{
	clear: both;
	position: relative;
	float: left;
}
.prixFiche{
	width: 270px;
	padding: 20px 15px;
	background-color: #e2e3e3;
	position: relative;
	float: left;
}
.zonePrix{
	width: 100%;
	border-top:1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	padding: 20px 0px;
	position: relative;
	float: left;
}
.zonePrix .prix{
	font-size: 1.8em;
	font-weight: bold;
}

.colBigPhFiche{
	width:calc(50% - 20px);
	border: 8px solid #ffffff;
	box-shadow: 0 0 5px #666666;
	position: relative;
	float: left;
}
.colBigPhFiche img{ max-width: 100%; display: block; }
.vidYTFiche{
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.vidYTFiche iframe,  
.vidYTFiche object,  
.vidYTFiche embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.colMiniPhoto{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items:center; 
	flex-wrap: wrap;
	position: relative;
	float: left;
	margin: 20px 0 40px 0;
}
.caseMiniPhoto{
	width:165px;
	border: 4px solid #ffffff;
	box-shadow: 0 0 3px #666666;
	background-color: #999999;
	position: relative;
	float: left;
	margin: 5px 5px;
}
.caseMiniPhoto img{
	max-width: 100%;
	height: auto;
	display: block;
}
.caseMini{
	width:165px;
	position: relative;
	float: left;
	margin: 5px 5px;
}
.caseMini img{
	max-width: 100%;
	height: auto;
	display: block;
}
.videoFiche{
	max-width: 900px;
	border: 4px solid #ffffff;
	background-color: #000000;
	box-shadow: 0 0 5px #000000;
	position: fixed;
	float: left;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	opacity: 0;
	visibility: hidden;
}
.videoFiche.affiche{visibility: visible; opacity: 1;}
.closeVideo{
	width:100%;
	height: 30px;
	line-height: 30px;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	position: relative;
	float: left;
}
.closeVideo a{ font-size: 1.1em; color: #ffffff; text-decoration: none; }
.vidP{
display: inline-block;
position:relative;
float:left;
left: 50%;
transform: translateX(-50%);
}

.flexInfoDesc{
	width:100%;
	position: relative;
	float: left;
	display: flex;
	align-items: stretch;
}
.descriptifF{
	width:calc(100% - 360px);
	position: relative;
	float: left;
	margin-right: 20px;
}
.titreDesc{
	width: 100%;
	/*height: 40px;
	line-height: 40px;
	vertical-align: middle;*/
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #d60000;
	font-size: 1.4em;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.decoDesc{
	width:70px;
	height: 40px;
	background-color: #000000;
	-webkit-clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
	display: inline-block;
	margin-right: 10px;
}

.colDroiteF{
	width:340px;
	position: relative;
	float: left;
}
.blocReprise{
	width:290px;
	border: 1px solid #666666;
	background-color: #ffffff;
	color: #000000;
	padding: 20px;
	position: relative;
	float: left;
	margin: 20px 0;
}
.blocDoc{
	width:290px;
	border: 1px solid #666666;
	background-color: #ffffff;
	color: #000000;
	font-size: 1.2em;
	padding: 10px 20px;
	position: relative;
	float: left;
	margin: 0 0 20px 0;
}
.blocFinDroite{
	width:330px;
	height: calc(100% - 740px);
	background-color: #e2e3e3;
	position: relative;
	float: left;
}

/* RESERVER -------------- */

.ligneEtape{
	width:100%;
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.caseNum{
	width:70px;
	height: 70px;
	border:1px solid #999999;
	background-color: #ffffff;
	border-radius: 50%;
	position: relative;
	float: left;
	margin-right: 20px;
}
.caseNum p{
	width:100%;
	text-align: center;
	font-size: 2.3em;
	color: #000000;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}
.infoNum{
	width:calc(100% - 30px);
	position: relative;
	float: left;
}

/* SERVICES ---------------- */
.quatrePhoto{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	float: left;
}
.carrePH{
	width:calc(50% - 20px);
	padding-bottom: calc(50% - 20px);
	background-color: #999999;
	position: relative;
	float: left;
	margin: 10px;
	overflow: hidden;
}
.carrePH img{ width:100%; height: 100%; position: absolute; float: left; object-fit: cover; left: 50%; transform: translateX(-50%); }
.carrePH:hover .survolImg{ opacity:1; }

.blocFinance{
	width:1280px;
	background-color: #ffffff;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px 0;
	padding: 10px;
}
.txtBlackCg{
	width:calc(100% - 380px);
	position: relative;
	float: left;
	margin-right: 40px;
}

/* CONTACT ---------------- */
.galerieContact{
	width:1300px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px 0;
}
.caseContact{
	width:200px;
	height: 260px;
	background-color: #ffffff;
	position: relative;
	float: left;
	margin: 0 20px;
	padding: 8px;
}
.photoContact{
	width:100%;
	position: relative;
	float: left;
}
.photoContact img{ max-width: 100%; }
.legendeContact{
	width:100%;
	color: #000000;
	text-align: center;
	position: relative;
	float: left;
}

.ligneCoord{
	width: 100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 20px;
}
.iconeCoord{
	width:60px;
	text-align: center;
	background-color: #999999;
	position: relative;
	float: left;
}
.iconeCoord img{ position: absolute; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.txtCoord{
	position: relative;
	float: left;
	margin-left: 20px;
	min-height: 60px;
}

#GCarte{
width:100%;
/*min-height:0px;
max-height:250px;*/
height: 350px;
position:relative;
float:left;
margin: 20px 0;
}
#GDetail{
width:100%;
position:relative;
float:left;
margin: 20px 0;
}

/* FORMULAIRE ----------------- */
.zoneForm{
	width:calc(100% - 10px);
	background-color: #e2e3e3;
	padding: 10px 5px;
	position: relative;
	float: left;
}
.stdForm{
	font-size: 1em;
	border: 1px solid #000000;
	border-radius:4px;
	padding: 4px;
}
.stdForm::placeholder{ color:#999999; }
.stdForm:read-only{ color:#999999; background-color: #F3F3F3; }

.fixe150{ width:150px; }
.full{ width:calc(100% - 8px); max-width: 600px; }
.fcont{ margin: 4px 0; }
.fmap{ width:calc(100% - 100px); }

.areaForm{
	height: 300px;
	font-family: 'Roboto';
	font-size: 1em;
	border: 1px solid #999999;
	border-radius:4px;
	padding: 4px;
}

.selForm{
	width:calc(100% - 8px);
	max-width: 600px;
	font-size: 1em;
	border: 1px solid #000000;
	background-color: #ffffff;
	border-radius:4px;
	padding: 4px;
}

.stdSub{
	background-color: #ffffff;
	background-image: url("img/flecheRouge.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	color: #000000;
	font-size: 1em;
	border:1px solid #d60000;
	border-radius:4px;
	cursor: pointer;
	padding: 10px 30px 10px 10px;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}
.stdSub:hover{
	background-color:#000000;
	color:#ffffff;
}
.stdSub.droite{
	float: right;
}

.stdSubBlanc{
	background-color: #ffffff;
	border: 0;
	color: #5acbf5;
	font-size: 1em;
	border-radius:4px;
	padding: 5px 10px;
	cursor: pointer;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}
.stdSubBlanc:hover{
	background-color:#2e3092;
	color:#ffffff;
}


/* INFORMATION ---------------------- */
.ligneFlex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	float: left;
	margin-bottom: 40px;
}
.ligneFlex.start{ align-items: flex-start; }
.ligneFlex.acc{ 
	max-width: 950px;
	left: 50%;
	transform: translateX(-50%);
}

.galerieInfo{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:20px;
	position: relative;
	float: left;
}
.caseInfo{
	width:220px;
	height: 220px;
	background-color: #ffffff;
	position: relative;
	float: left;
	padding: 8px;
}
.photoInfo{
	width:100%;
	height: 100%;
	background-color: #d60000;
	position: relative;
	float: left;
}
.photoInfo img{ 
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.boutOccaz{
	padding: 5px 10px;
	border-radius: 8px;
	border:1px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
	font-size: 1.3em;
	font-family: "Goldman";
	font-weight: normal;
	position: relative;
	float: left;
	margin-top: 30px;
	left: 50%;
	transform: translateX(-50%);
}


.listeArticle{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:10px;
	position: relative;
	float: left;
	margin: 20px 0;
}
.blocArticle{
	width: calc(50% - 16px);
	height: 200px;
	border: 1px solid #999999;
	border-radius: 8px;
	background-color: #ffffff;
	position: relative;
	float: left;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.visuArticle{
	height: 100%;
	aspect-ratio:5/3;
	background-color: #999999;
	position: relative;
	float: left;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
	flex-shrink: 0;
}
.visuArticle img{ max-height: 100%; width: auto; display: block; }
.infoArticle{
	position: relative;
	float: left;
	padding: 10px;
}
.titreArticle{
	width:100%;
	margin: 0;
	font-size: 1.4em;
	display: inline-block;
	padding: 0 5px 0 0;
	color: #000000;
	font-family: "Goldman";
	font-weight: normal;
	border-bottom: 1px solid #d10000;
}
.titreArticle::first-letter{ 
	color: #d60000;
	font-weight: bold;
	font-size: 1.2em; 
}
.dateArticle{
	width:100%;
	font-size: 0.9em;
	text-align: left;
	color: #999999;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.txtArticle{
	width:100%;
	position: relative;
	float: left;
}
.bArticle{
	position: absolute;
	float: left;
	bottom: 5px;
	right: 0;
}
.bPlus{
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border: 1px solid #000000;
	border-radius: 4px;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 10px;
	margin: 5px 10px 0 0;
	position: relative;
	float: right;
	cursor: pointer;
	clear: both;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transition: .4s all;
}
.bPlus.gauche{ float: left; }
.bPlus:hover{
	background-color: #ffffff;
	color: #000000;
}

/* ARTICLES -------------------- */
.accrocheArticle{
	width:100%;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	float: left;
	margin: 40px 0 20px 0;
}

.boutCTA{
	padding: 5px 10px;
	border-radius: 8px;
	border:1px solid #000000;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.3em;
	font-family: "Goldman";
	font-weight: normal;
	position: relative;
	float: left;
	margin-top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.boutCTA.negatif{
	padding: 5px 10px;
	border-radius: 8px;
	border:1px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
	font-size: 1.3em;
	font-family: "Goldman";
	font-weight: normal;
	position: relative;
	float: left;
	margin-top: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.ligneNumero{
	width:100%;
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.caseNumArt{
	width:40px;
	height: 40px;
	border:1px solid #999999;
	background-color: #ffffff;
	border-radius: 50%;
	position: relative;
	float: left;
	margin-right: 10px;
}
.caseNumArt p{
	width:100%;
	text-align: center;
	font-size: 1.5em;
	color: #000000;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}
.infoNumArt{
	width:calc(100% - 30px);
	position: relative;
	float: left;
}

.lignePhoto{
	width: calc(100% - 20px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap:10px;
	position: relative;
	float: left;
	padding: 10px;
	background-color: #222222;
}
.lignePhoto.interne{
background-color: inherit;
border-left: 5px solid #222222;
justify-content: flex-start;
}
.miniPhotoArticle{
	width: calc(20% - 10px);
	max-height: 220px;
	border: 2px solid #ffffff;
	position: relative;
	float: left;
	overflow: hidden;
}
.miniPhotoArticle.lateral{
	width: calc(32% - 10px);
	max-height: 140px;
	border: 2px solid #ffffff;
	position: relative;
	float: left;
	overflow: hidden;
}
.miniPhotoArticle img{ max-width: 100%; height: auto; display: block; }

/* ANIMATION ---------------------- */
/* ACCUEIL ----------------------- */
@keyframes accP1{
    from, 30%, 100%{
		opacity:1;
	}
	35%, 95%{
		opacity:0;
	}
}
@keyframes accP2{
	0%, 30%, 65%, 100%{
		opacity:0;
	}
	31%, 60%{
		opacity:1;
	}
}
@keyframes accP3{
	0%, 60%, 100%{
		opacity:0;
	}
	61%, 95%{
		opacity:1;
	}
}