@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: 14px;
	color: #000000;
	background-color: #eeefef;
}

/* 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.index{ font-size: 0.9em; text-align: center;}
.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.fiche{ font-family: "Roboto"; font-weight: 100; }
.th1.fiche span{ border: 0px; }

.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.3em;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}

.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; }

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

#Top{
	width:100%;
	position: relative;
	float: left;
}
.bandSup{
	width:100%;
	height: 80px;
	background-color: #000000;
	color: #ffffff;
	position: relative;
	float: left;
	display: flex;
	align-items: center;
}
.logoP{
	width:calc(100% - 90px);
	font-size: 1em;
	position: relative;
	float: left;
	margin: 0 10px;
}
.logoP img{ max-width:100%; }
.bAccesMenu{
	width:64px;
	position: relative;
	float: left;
}
.pano{
	width: 100%;
	position: relative;
	float: left;
}
.pano img{
	max-width: 100%;
	display: block;
}

#MenuP{
	width: 100%;
	max-height:0px;
	/*max-height: 100%;*/
	background-color: #000000;
	color: #ffffff;
	padding: 10px 0px;
	position: absolute;
	float: left;
	top: -20px;
	left: 0;
	z-index: 6;
	overflow: hidden;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transition: .4s all;
}
#MenuP.depli{ max-height: 800px; top:0; }
.enteteMenu{
	width:calc(100% - 40px);
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	float: left;
	margin: 0 10px;
	padding: 0 10px;
	border-bottom: 1px solid #ffffff;
	font-family: "Goldman";
	font-size: 2em;
	color: #ffffff;
	text-decoration: none;
}
.listeBouton{
	width:calc(100% - 40px);
	text-align: center;
	position: relative;
	float: left;
	margin: 0 10px;
	padding: 0 10px;
}
.listeBouton ul{ margin:0; padding:0; text-decoration: none; }
.listeBouton ul li{ 
	list-style: none;
	width:100%;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
	margin:2px 0; 
	padding:0; 
	font-family: "Goldman";
	font-size: 1.6em;
}
.ssBouton{
	width: 100%;
	position: relative;
	float: left;
	background-color: #222222;
	margin:0; 
	padding:0; 
	text-decoration: none;
	font-size: 0.5em;
}
.ssBouton li{ 
	background-color: #222222;
	border-bottom: 1px solid #000000;
}
.telMenu{
	width:calc(100% - 40px);
	position: relative;
	float: left;
	margin: 40px 10px 0 10px;
	padding: 0 10px;
	border-top: 1px solid #ffffff;
	font-size: 1.4em;
}
.telLigne1{
	width:100%;
	text-align: center;
	padding: 10px 0;
	position: relative;
	float: left;
}
.telLigne50{
	width:calc(50% - 21px);
	padding: 0 10px;
	position: relative;
	float: left;
}
.telLigne50.droite{
	text-align:right;
	border-left:1px solid #ffffff;
}

#Bas{
	width: 100%;
	position: relative;
	float: left;
	margin: 30px 0 0 0;
}
.lienFB{
	width:100%;
	height: 45px;
	text-align: center;
	position: relative;
	float: left;
	padding: 5px 0;
}
.coordBas{
	width:100%;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	position: relative;
	float: left;
	padding: 10px 0;
}
.ligneBas{
	width:100%;
	max-width: 1300px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 0.9em;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
}
.copyr{
	width:100%;
	color: #666666;
	text-align: center;
	position: relative;
	float: left;
	padding: 10px 0;
}
.copyr a{ color:#666666; text-decoration: none; }


.page{
	width:calc(100% - 20px);
	margin: 20px 10px;
	padding: 10px 0;
	position: relative;
	float: left;
}
.page.black{
	background-color: #000000;
	color: #ffffff;
}
.page.red{
	background-color: #f60000;
	color: #ffffff;
}
.page.blanc{
	background-color: #ffffff;
}

.col100{
	width:calc(100% - 20px);
	padding: 0 10px;
	position: relative;
	float: left;
}

.ligneFlex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	position: relative;
	float: left;
	margin: 40px 0;
}

/* IMAGE ------------------- */
.photo50{
	width:calc(50% - 28px);
	border: 4px solid #ffffff;
	position: relative;
	float: left;
	margin: 5px 10px;
}
.photo50 img{ max-width:100%; }
.photo100c{
	width: calc(100% - 40px);
	margin: 20px;
	text-align: center;
	position: relative;
	float: left;
}
.photo100c img{ max-width: 100%; height: auto; }

.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;
}

/* BOUTON ------------------- */
.bSuite{
	height: 30px;
	line-height: 30px;
	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;
}
.bSuite.centre{ left: 50%; transform: translateX(-50%); }

.bDoc{
	font-size: 1.3em;
	color: #ffffff;
}

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

.blocCoeur{
	width:calc(100% - 40px);
	background-color: #ffffff;
	box-shadow: 0 0 5px #666666;
	margin: 10px;
	padding: 10px;
	position: relative;
	float: left;
}
.photoCoeur{
	width:calc(100% - 26px);
	box-shadow: 0 0 5px #333333;
	position: relative;
	float: left;
	margin: 30px 5px 10px 5px;
	border: 8px solid #ffffff;
}
.photoCoeur img{ max-width: 100%; }
.titreCoeur{
	width:100%;
	font-size: 1.5em;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #000000;
	padding: 5px 0;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
.detailCoeur{
	width:100%;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	display: flex;
	justify-content: space-around;
	position: relative;
	float: left;
	padding: 4px 0 10px 0;
}
.lignePrixCoeur{
	width:calc(100% - 40px);
	height: 30px;
	line-height: 30px;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #666666;
	color: #ffffff;
	position: relative;
	float: left;
	text-align: center;
	padding: 0 20px;
}

.blocLivraison{
	width:calc(100% - 40px);
	background-color: #ffffff;
	box-shadow: 0 0 5px #666666;
	margin: 40px 0 20px 0;
	padding: 10px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
}
.flexLivraison{
	width:100%;
	position: relative;
	float: left;
	display: flex;
	/*justify-content: center;*/
	justify-content: space-around;
	flex-wrap: wrap;
	clear: both;
	margin: 20px 0;
}
.blocLivr{
	width:220px;
	position: relative;
	float: left;
	margin: 5px 0;
}
.photoLivr{
	width:208px;
	border: 6px solid #ffffff;
	position: relative;
	float: left;
}
.photoLivr img{ max-width: 100%; display: block; }
.txtLivr{
	width:100%;
	text-align: center;
	position: relative;
	float: left;
	margin: 5px 0;
}
.colNews{
	width:calc(100% - 40px);
	/*background-color: #e2e3e3;*/
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 10px;
	margin: 10px;
	position: relative;
	float: left;
}

.txtBlackAcc{
	width:calc(100% - 40px);
	margin: 10px 20px;
	position: relative;
	float: left;
}

.caseService{
	width:calc(100% - 40px);
	border: 1px solid #000000;
	position: relative;
	float: left;
	margin: 10px 20px;
}
.photoService{
	width:100%;
	position: relative;
	float: left;
}
.photoService img{ max-width: 100%; display: block; }
.titreService{
	width:100%;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.4em;
	text-align: center;
	padding: 5px 0;
	position: relative;
	float:left;
}

.blocPartenaire{
	width:calc(100% - 40px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #ffffff;
	color: #000000;
	position: relative;
	float: left;
	margin: 10px 20px;
}

.colJante{
	width: 200px;
	flex-shrink: 0;
	position: relative;
	float: left;
}

/* KIT -------------------------- */
.casePresentKit{
	width:calc(100% - 28px);
	height: 220px;
	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;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
.photoPresentKit.mega{ 
	background-image: url("img/visuMegaraptor.png");
}
.photoPresentKit.perfo{ 
	background-image: url("img/visuPerfraptor.png");
}
.photoPresentKit.shelby{ 
	background-image: url("img/visuShelby.png");
}
.photoPresentKit.panigale{ 
	background-image: url("img/visuPanigale.png");
}

.txtPresentKit{
	width:calc(50% - 80px);
	margin: 0 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: 10px 0;
}
.suitePresentKit{
	width:140px;
	border: 1px solid #d60000;
	border-radius: 8px;
	background-color: #ffffff;
	font-size: 1.2em;
	color: #000000;
	text-align: center;
	padding: 5px 10px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}

.accroche{
	width:100%;
	text-align: center;
	font-size: 1.4em;
	position: relative;
	float: left;
	margin: 20px 0 10px 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;
}
.photoKit50{
	width:calc(50% - 28px);
	border: 4px solid #ffffff;
	position: relative;
	float: left;
	margin: 5px 10px;
}
.photoKit50 img{ max-width:100%; }

.photoKit25{
	width:calc(25% - 14px);
	border: 4px solid #ffffff;
	position: relative;
	float: left;
	margin: 5px 2px;
}
.photoKit25 img{ width:100%; }

.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;
}

.flecheKit{
	width:80px;
	position: absolute;
	float: left;
	z-index: 2;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
}
.flecheKit img{ max-width: 100%; }
.titreKit{
	width:calc(100% - 20px);
	font-size: 1.5em;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #000000;
	padding: 5px 0;
	margin: 0 10px 10px 10px;
	position: relative;
	float: left;
}
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;
	text-align: center;
	padding: 10px 20px;
	margin: 10px 0;
}
.prixKit{ font-size: 1.4em; font-weight: bold; }
.prixKit .legende{ font-size: 0.7em; font-weight: normal; font-style: normal; }

/* LISTING -------------------------- */
.menuAuto{
	width: 100%;
	height: 40px;
	background-color: #000000;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	float: left;
	margin: 20px 0;
}
/*.bAuto{
	height:40px;
	line-height: 40px;
	background-color: #000000;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1em;
	margin: 0 10px;
	padding: 0 20px;
	border-radius: 8px;
}
.bAuto.actif{
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}*/
.menuAutoSec{
	width: 100%;
	background-color: #000000;
	position: relative;
	float: left;
	padding: 10px 0;
	margin-top: 5px;
	z-index: 5;
}
.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: #ffffff;
	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;
}
.selAuto{
	width: 100%;
	font-size: 1em;
	border: 1px solid #000000;
	border-radius:4px;
	padding: 4px;
	position: relative;
	float: left;
}

.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:242px;
	background-color: #ffffff;
	box-shadow: 0 0 5px #666666;
	position: relative;
	float: left;
	margin: 0 6px 20px 6px;
	padding: 8px;
}
.photoAnnonce{
	width:100%;
	height: 161px;
	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: 30px;
	line-height: 30px;
	background-color: rgba(255,255,255,0.6);
	color: #D60000;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	float: left;
	z-index: 5;
	/*transform: rotateZ(-35deg) translate(-140px, -10px);*/
	transform: rotateZ(-35deg) translate(-30%, -5%);
}
.cpCoeur{
	width:35px;
	height: 35px;
	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: 60px;
	height: 50px;
	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: 20px; width: auto; }
.titreAnnonce{
	width:100%;
	min-height: 35px;
	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: 30px;
	line-height: 30px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
	float: left;
}
.prixAnnonce.pair{ background-color: #000000; }

.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;
}

/* 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: 10px;
}
.colBigPhFiche{
	width:calc(100% - 20px);
	border: 8px solid #ffffff;
	box-shadow: 0 0 5px #666666;
	position: relative;
	float: left;
}
.colBigPhFiche img{ max-width: 100%; display: block; z-index: 1; position: relative; float: left; }
.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%;
}
.bPHRetour{
	width:40px;
	height: 40px;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	float: left;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 20;
}
.bPHRetour img{ position: absolute; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.bPHSuite{
	width:40px;
	height: 40px;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	float: left;
	top:50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 20;
}
.bPHSuite img{ position: absolute; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.nbPhoto{
	position: relative;
	float: left;
	padding: 5px;
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.1em;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 20px;
	clear: both;
}
.prixFiche{
	width: calc(100% - 30px);
	padding: 10px 15px;
	background-color: #e2e3e3;
	position: relative;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
.zonePrix{
	width: 100%;
	border-top:1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	padding: 10px 0px;
	position: relative;
	float: left;
}
.zonePrix .prix{
	font-size: 1.8em;
	font-weight: bold;
}
.titreDesc{
	width: 100%;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: #d60000;
	font-size: 1.4em;
	position: relative;
	float: left;
	margin-bottom: 5px;
	border-bottom:1px solid #999999;
}

/* SERVICES ------------------------ */
.blocFinance{
	width:calc(100% - 40px);
	background-color: #ffffff;
	color: #000000;
	position: relative;
	float: left;
	margin: 20px 10px;
	padding: 10px;
}

/* RESERVER -------------- */
.ligneEtape{
	width:100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.caseNum{
	width:50px;
	height: 50px;
	border:1px solid #666666;
	background-color: #ffffff;
	border-radius: 50%;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}
.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% - 40px);
	text-align: center;
	padding: 0 20px;
	position: relative;
	float: left;
}

/* CONTACT ----------------------- */
.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: #666666;
	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;
}

.galerieContact{
	width:100%;
	position: relative;
	float: left;
	margin: 10px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.caseContact{
	width:140px;
	height: 190px;
	background-color: #ffffff;
	position: relative;
	float: left;
	margin: 10px 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;
}


/* FORMULAIRE ---------------------- */
.zoneForm{
	width:calc(100% - 10px);
	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); }
.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);
	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.droite{
	float: right;
}
.stdSub.centre{
	position: relative; float: left; left:50%; transform: translateX(-50%);
}

.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;
}

/* INFORMATION ---------------------- */
.galerieInfo{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:20px;
	position: relative;
	float: left;
}
.caseInfo{
	width:150px;
	height: 150px;
	background-color: #ffffff;
	position: relative;
	float: left;
	padding: 4px;
}
.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%);
}

/* ARTICLES ---------------------------- */
.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(100% - 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;
	flex-direction: column;
}
.visuArticle{
	width: 100%;
	/*aspect-ratio:5/3;*/
	background-color: #999999;
	position: relative;
	float: left;
	overflow: hidden;
	flex-shrink: 0;
}
.visuArticle img{ max-width: 100%; height: auto; display: block; }
.infoArticle{
	width: 100%;
	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{
	width:100%;
	display: flex;
	justify-content: flex-end;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
.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: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(33% - 10px);
	border: 2px solid #ffffff;
	position: relative;
	float: left;
}
.miniPhotoArticle img{ max-width: 100%; height: auto; display: block; }



