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

body,html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'MtSerra';
	font-size: 16px;
	line-height: 22px;
	background-color: #000000;
}

/* FONT -------------------- */
p{ margin: 0; padding: 0;}

.logoTypo{ 
font-family: 'MtSerra';	
font-size: 38px;
font-weight:bold;
}
.logoTypo.bas{ font-size:24px }
.ssLogo{
	color:#ff0000;
	
}
.ssLogo.bas{font-size: 16px; }

h1{
	width:100%;
	position: relative;
	float: left;
	text-align: center;
	font-size:24px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 20px 0;
	padding: 0;
}
h1 .sstitre{
	font-size: 20px;
	font-weight: normal;
	color: #ffea00;
}
.titreh1{
	width:100%;
	position: relative;
	float: left;
	text-align: center;
	font-size:24px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 20px 0;
	padding: 0;
}
.titreh1 .sstitre{
	font-size: 20px;
	font-weight: normal;
	color: #ffea00;
}

h2{
	margin: 0 0 18px 0;
	padding: 0;
	font-size: 32px;
	font-weight: 300;
	color: #ffffff;
}


h3{
	padding: 0;
	margin:0 0 14px 0;
	font-size: 23px;
	font-weight: bold;
	color: #000000;
}
h3 .sstitre{ 
	font-size: 16px;
	font-weight: normal;
	color: #ff0000;
}

.noir{ color:#000000; }
.rouge{ color: #ff0000; }
.gris{ color: #666666; }
.jaune{ color:#ffee00; }

.lienBlanc{ color:#ffffff; text-decoration: none;}
.lienNoir{ color:#000000; text-decoration: none;}

.big{ font-size: 20px; }
.petit{ font-size: 14px; }

ul{
	margin: 0;
	padding: 0;
}
li{
	color: #000000;
	margin: 0 0 0 20px;
	padding: 0;
	list-style-image: url("img/puceListe.png");
}

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

#Haut{
	width:100%;
	position: relative;
	float: left;
	z-index: 2;
}
.bandHaut{
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	z-index: 2;
}

.coinGHaut{
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	font-size: 20px;
	padding-left: 10px;
	position: relative;
	float: left;
	top: 0;
	left: 0;
}
.coinHDroit{
	position: relative;
	float: right;
	text-align: right;
	padding-right: 10px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.coinHCentre{
	position: absolute;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
#LogoP{
	width:340px;
	text-align: center;
	border-left: 1px solid #ff0000;
	border-bottom:1px solid #ff0000;
	border-right:1px solid #ff0000;
	background-color: rgba(0,0,0,0.9);
	color: #ffffff;
	padding: 30px 0 10px 0;
	position: relative;
}
#Menu{
	height: 40px;
	line-height: 40px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	position: absolute;
	float: left;
	padding: 0 5px;
	top: 93px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.baseMenu{
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin: 0 5px;
	padding: 0 5px;
	cursor: pointer;
	position: relative;
	float: left;
}
.ssMenuH{
	width:0;
	height: 100%;
	position: relative;
	float: left;
	left: 50%;
	transform:translateX(-50%);
	display: flex;
	justify-content: center;
	overflow: hidden;
	transition: 1.2s all ease;
}
.ssMenuH.deplier{ width:710px; }
.bMenu{
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0 5px;
	padding: 0 5px;
	cursor: pointer;
	position: relative;
	float: left;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}
.bMenu.actif{
	background-color:#ffffff;
	color:#ff0000;
}
.bMenu .trait{
	width:0;
	height: 30px;
	border-top:1px solid #ff0000;
	border-bottom:1px solid #ff0000;
	position: absolute;
	top: 2.5px;
	left: 50%;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.2s;
}
.bMenu.actif .trait{
	width:100%;
	height: 30px;
	border-top:1px solid #ff0000;
	border-bottom:1px solid #ff0000;
	position: absolute;
	top: 2.5px;
	left: 0;
}
.bMenu:hover{
	background-color: #ffffff;
	color: #ff0000;
}
.bMenu:hover .trait{
	width:100%;
	left: 0;
}

/* PANO HAUT DE PAGE -------------*/
.panoAcc{
	width:100%;
	height: 690px;
	background-color: #d9d9d9;
	border-bottom: 6px solid #ffffff;
	position: relative;
	float: left;
	z-index: 1;
	overflow: hidden;
}
.panoEtape1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	background-image: url("img/panoAcc1-2025.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	animation-name: accP1;
    animation-duration: 40s;
	animation-timing-function: linear;
    animation-delay: 0s;
	animation-iteration-count: infinite;
}
.panoTxt1{
	width:300px;
	height: auto;
	padding: 10px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform:translateX(-500px);
	animation-name: accT1;
    animation-duration: 40s;
	animation-timing-function: linear;
    animation-delay: 0s;
	animation-iteration-count: infinite;
}
.panoEtape2{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	background-image: url("img/panoAcc2-2025.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	animation-name: accP2;
    animation-duration: 40s;
	animation-timing-function: linear;
    animation-delay: 0s;
	animation-iteration-count: infinite;
}
.panoTxt2{
	width:300px;
	height: auto;
	padding: 10px;
	background-color: #ffffff;
	position: absolute;
	right:0;
	top: 50%;
	transform:translateY(150px);
	animation-name: accT2;
    animation-duration: 40s;
	animation-timing-function: linear;
    animation-delay: 0s;
	animation-iteration-count: infinite;
}
.panoEtape3{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	background-image: url("img/panoAcc3-2025.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	animation-name: accP3;
    animation-duration: 40s;
	animation-timing-function: linear;
    animation-delay: 0s;
	animation-iteration-count: infinite;
}
.panoTxt3{
	width:320px;
	height: auto;
	padding: 10px;
	background-color: #ffffff;
	position: absolute;
	left:0;
	top: 50%;
	transform:translateY(-50%);
	animation-name: accT3;
    animation-duration: 40s;
	animation-timing-function: linear;
    animation-delay: 0s;
	animation-iteration-count: infinite;
}

.panoPage{
	width:100%;
	height: 520px;
	background-color: #d9d9d9;
	border-bottom: 6px solid #ffffff;
	position: relative;
	float: left;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.panoPage.cuisine{ background-image: url("img/panoCuisine.jpg"); }
.panoPage.dressing{ background-image: url("img/panoDressing.jpg"); }
.panoPage.sdb{ background-image: url("img/panoSdb.jpg"); }
.panoPage.qui{ background-image: url("img/panoQui.jpg"); }
.panoPage.contact{ background-image: url("img/panoContact.jpg"); }
.panoPage.catalogue{ background-image: url("img/panoContact.jpg"); }

.infoPano{
	width:580px;
	height: auto;
	background-color:rgba(255,255,255,0.8);
	text-align: center;
	box-shadow: 0 0 5px #000000;
	padding: 20px;
	position: absolute;
	left: 50%;
	bottom:20px;
	transform: translateX(-50%);
	z-index: 2;
}
.angleBlocPano{
	width:50px;
	height: 50px;
	border-top:1px solid #ff0000;
	border-left: 1px solid #ff0000;
	position: absolute;
	float: left;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.popBord{
    width:320px;
    background-color: #000000;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 65px;
    left: 5px;
    padding: 2px;
    z-index: 10;
}
.cadrePop{
    width:100%;
    background-color: #ffffff;
    color: #000000;
    position: relative;
    float: left;
    text-align: center;
    margin-top: 10px;
}
		


#Bas{
	width:100%;
	position: relative;
	float: left;
	margin-top: 15px;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	background-image: url("img/triangleSection.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding: 45px 0 0 0;
}
#Bas.vide{
	border:0;
	background-image: none;
}
.bRDV{
	width:300px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	text-decoration: none;
	border: 4px double #ffee00;
	text-align: center;
	vertical-align: middle;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
    display: inline-block;
}

#Fin{
	width:100%;
	position: relative;
	float: left;
	margin-top: 15px;
	display: flex;
	align-content: stretch;
}
.col50b{
	width:calc(50% - 42px);
	border: 1px solid red;
	position: relative;
	float: left;
	padding: 5px 20px;
	text-align: right;
}
.col50r{
	width:calc(50% - 42px);
	border: 1px solid red;
	background-color: #ff0000;
	position: relative;
	float: left;
	padding: 5px 20px;
}
.caseBCentre{
	position: absolute;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
#LogoB{
	width:270px;
	text-align: center;
	border-left: 1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	padding: 10px;
	position: relative;
}
.copyr{
	width:100%;
	text-align: center;
	font-size: 12px;
	position: relative;
	float: left;
}
.copyr a{ color: #ffffff; text-decoration: none;}

#Trame{
width:100%;
height:100%;
background-color:rgba(0,0,0,0.7);
position:fixed;
z-index:10;
}
#Legal{
width:90%;
max-width:600px;
background-color:#FFFFFF;
border:1px solid #e70f72;
border-radius:8px;
height:auto;
max-height: 550px;
color: #000000;
padding:4px;
position:fixed;
top:50%;
left:50%;
transform:translate(-50%, -50%);
z-index:11;
overflow:auto;
}
	.closeF{
	width:80px;
	height:25px;
	background-color:#ff0000;
	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:-4px;
	}
	.closeF a{
	color:#FFFFFF;
	text-decoration:none;
	}



/* CONTENU ---------------------------------------------- */
.paraSTD{
	width:100%;
	min-height: 60px;
	position: relative;
	float: left;
	background-image: url("img/triangleSection.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin-bottom: 80px;
	padding: 45px 0 0 0;
}
.paraNews{
	width:100%;
	min-height: 60px;
	background-color: #ffffff;
    color: #000000;
	position: relative;
	float: left;
    border-top:2px solid #ff0000;
	background-image: url("img/triangleSectionrouge.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding: 45px 0 0 0;
}
.paraGAL{
	width:100%;
	min-height: 60px;
	background-color: #2e2e2e;
	position: relative;
	float: left;
	background-image: url("img/triangleSection.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin-bottom: 80px;
	padding: 45px 0 0 0;
}
.paraMEA{
	width:100%;
	min-height: 60px;
	border-top:6px solid #ff0000;
	position: relative;
	float: left;
	background-image: url("img/triangleSectionRouge.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin-bottom: 80px;
	padding: 45px 0 0 0;
}

.flexQuad{
	width: 100%;
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
}
.fqTxt{
	width:calc(50% - 100px);
	color: #ffffff;
	position: relative;
	float: left;
	padding: 50px;
}
.fqImg{
	width:50%;
	position: relative;
	float: left;
	overflow: hidden;
}
.fqImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;	
}
.angleBlocTxt{
	width:60px;
	height: 60px;
	border-top:1px solid #ff0000;
	border-left: 1px solid #ff0000;
	position: absolute;
	float: left;
	top: 30px;
	left: 30px;
	z-index: 1;
}
.fqGal{
	width:calc(50% - 100px);
	position: relative;
	float: left;
	padding: 50px;
}
.fqAvis{
	width:calc(50% - 102px);
	color: #ffffff;
	position: relative;
	float: left;
	padding: 20px;
    margin: 30px;
    border: 1px dashed #666666;
}
.fqReseau{
	width:calc(100% - 4px);
	color: #ffffff;
	position: relative;
	float: left;
	padding: 20px;
    margin: 30px 0;
    text-align: center;
}

.maxMW{ max-width: 100%; }
.imgRC{float: right; }

.flexLignePhoto{
	width:100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
}
.flexLignePhoto.dress{
	width:100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.flexLignePhoto.dress .caseMiniPhoto{ margin: 5px; }
.caseMiniPhoto{
	width:140px;
	height: 140px;
	border: 1px solid #ff0000;
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.caseMiniPhoto .visu{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}
.caseMiniPhoto:hover .visu{
	transform:scale(1.2);
}
.caseMiniPhoto .maskRea{
width:100%;
height:100%;
background: rgba(0, 0, 0, 0.7);
position: absolute;
overflow: hidden;
top: 0;
left: 0;
opacity: 0;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
.caseMiniPhoto:hover .maskRea{
opacity: 1;
}
	.caseMiniPhoto .maskRea p{
	color:#FFFFFF;
	font-size:16px;
        text-align: center;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	}

.caseVideo{
	width:350px;
	height: 200px;
	border: 1px solid #ffee00;
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
    margin-top: 40px;
    left: 50%;
    transform:translateX(-50%);
}
.caseVideo .visu{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}
.caseVideo:hover .visu{
	transform:scale(1.2);
}
.caseVideo .maskRea{
width:100%;
height:100%;
background: rgba(0, 0, 0, 0.7);
position: absolute;
overflow: hidden;
top: 0;
left: 0;
opacity: 0;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
.caseVideo:hover .maskRea{
opacity: 1;
}
	.caseVideo .maskRea p{
	color:#FFFFFF;
	font-size:16px;
        text-align: center;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	}
.caseVideo .bandeTxt{
    width:100%;
    padding: 4px 0;
    background-color:#ffee00;
    color:#000000;
    text-align: center;
    position:absolute;
    bottom: 0;
    left: 0;
    float:left;
    z-index:2;
}


.listeModele{
	width:100%;
	position: relative;
	float: left;
}
.ligneModele{
	width:calc(100% - 2px);
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	border: 1px solid #ffffff;
	margin-bottom: 5px;
	position: relative;
	float: left;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}
	.ligneModele.actif{
		border:1px solid #ffee00;
	}
.nomModele{
	position: relative;
	float: left;
	margin-left: 10px;
	transition: all 0.4s ease-in-out;
}
	.nomModele.actif{
		color: #ffee00;
	}
.iconeModele{
	width:35px;
	height: 35px;
	position: relative;
	float: right;
	margin-right: 10px;
	background-image: url("img/oeilOff.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: all 0.4s ease-in-out;
}
	.iconeModele.actif{
		background-image: url("img/oeilOn.png");
	}
.ligneModele:hover{
	border:1px solid #ffee00;
}
.ligneModele:hover .nomModele{
	color: #ffee00;
}
.ligneModele:hover .iconeModele{
	background-image: url("img/oeilOn.png");
}


.projet{
	width:100%;
	height: 500px;
	position: relative;
	float: left;
}
.ligneProjet{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top:0;
	left: 0;
	overflow: hidden;
	opacity:0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.ligneProjet.actif{opacity:1; visibility: visible;}
.vue{
	height: 100%;
	position: relative;
	float: left;
}
.vue.simple{
	width:25%;
}
.vue.double{
	width:50%;
}
.vue .visu{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.vue .maskRea{
width:100%;
height:100%;
background: rgba(0, 0, 0, 0.7);
position: absolute;
overflow: hidden;
top: 0;
left: 0;
opacity: 0;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
.vue:hover .maskRea{
opacity: 1;
}
	.vue .maskRea p{
	color:#FFFFFF;
	font-size:16px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	}

.menuProjet{
	width:100%;
	height: 55px;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: -10px 0 10px 0;
	z-index: 2;
}
.bProjet{
	width:150px;
	height: 35px;
	border: 1px solid #ff0000;
	color:#ffffff;
	text-align: center;
	font-size: 20px;
	position: relative;
	float: left;
	margin: 0 20px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.bProjet .txt{
	width:100%;
	position: absolute;
	float: left;
	top: 50%;
	transform:translateY(-50%);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.bProjet .icone{
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	opacity:0;
}
.bProjet:hover{
	background-color: #ff0000;
}
.bProjet.actif{
	background-color: #ff0000;
	height: 55px;
}
.bProjet.actif .txt{
	font-size: 16px;
	bottom: 0;
	transform: none;
	top: inherit;
}
.bProjet.actif .icone{
	position: absolute;
	top:5px;
	left: 50%;
	transform: translateX(-50%);
	opacity:1;
}

/* REA 2 -------------------------- */
.projet2{
	width:100%;
	height: auto;
	position: relative;
	float: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.caseGal{
    width:18%;
    margin: 0.5% 0.5%;
    border: 1px solid #ff0000;
    overflow: hidden;
    position: relative;
    float: left;
}
.caseGal .visu{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.caseGal .maskRea{
width:100%;
height:100%;
background: rgba(0, 0, 0, 0.7);
position: absolute;
overflow: hidden;
top: 0;
left: 0;
opacity: 0;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
.caseGal:hover .maskRea{
opacity: 1;
}
	.caseGal .maskRea p{
	color:#FFFFFF;
	font-size:16px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	}


.galLogo{
	width:100%;
	position: relative;
	float: left;
	display: flex;
	flex-wrap: wrap ;
	justify-content: center;
}
.caseLogo{
	width:170px;
	height:70px;
	margin: 5px;
	position: relative;
	float: left;
}
.caseLogo.double{
	width:340px;
	height: 140px;
}
.caseLogo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}


.col50{
	width:calc(46% - 2%);
	padding: 0 1%;
	position: relative;
	float: left;
}

/* FORMULAIRE -------------------- */
.chp100{
	width:calc(100% - 60px);
	max-width:500px;
	padding: 0 20px;
	height: 30px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #ff0000;
	margin: 10px;
	color: #000000;
	font-family: 'MtSerra';
	font-size: 16px; 
	position: relative;
	float: left;
}
.chp100::placeholder{ color:#dd3f3f; }
.chpAr100{
	width:calc(100% - 60px);
	max-width:500px;
	padding: 0 20px;
	height: 160px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #ff0000;
	margin: 10px;
	color: #000000;
	font-family: 'MtSerra';
	font-size: 16px; 
	position: relative;
	float: left;
}
.chpAr100::placeholder{ color:#dd3f3f; }
.formLigne{
	width:calc(100% - 20px);
	margin: 10px;
	position: relative;
	float: left;
}
.chpMini{
	width:40px;
	padding: 0 20px;
	height: 30px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #ff0000;
	margin: 10px;
	color: #000000;
	font-family: 'MtSerra';
	font-size: 16px; 
}
.chpSub{
	width: auto;
	height: 30px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	border-radius: 15px;
	display: inline-block;
	background-color: #ff0000;
	border: 1px solid #ffffff;
	padding: 0 40px;
	margin: 10px 0;
	cursor: pointer;
	position: relative;
	float: left;
}

#Carte{
	width:100%;
	height: 550px;
	position: relative;
	float: left;
}
#Detail{
	width:100%;
	color: #000000;
	background-color: #ffffff;
	position: relative;
	float: left;
}


.message{
width:350px;
background-color:#000000;
border:1px solid #ff0000;
border-radius:8px;
font-size:18px;
color: #ffffff;
text-align:center;
height:auto;
padding:4px;
position:fixed;
top:50%;
left:50%;
transform:translate(-50%, -50%);
z-index:11;
overflow:auto;
}

.poseAvis{
    width:550px;
    background-color:#000000;
    border:1px solid #ff0000;
    border-radius:8px;
    font-size:18px;
    color: #ffffff;
    text-align:left;
    height:auto;
    padding:4px;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:11;
    overflow:auto;
    visibility: hidden;
    opacity: 0;
}

/* --------------------------------------------------------------- */
/* ANIMATION ---------------------- */
/* ACCUEIL ----------------------- */
@keyframes accP1{
	from,20%{
		opacity: 1;
	}
	32%{
		opacity: 0;
	}
	88%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
	@keyframes accT1{
		from{
			transform:translateY(100%) translateX(-500px);
		}
		0.7%{
			transform:translateY(10px) translateX(-500px);
		}
		1%{
			transform:translateY(-5px) translateX(-500px);
		}
		1.2%,85%{
			transform:translateY(0) translateX(-500px);
		}
		86%,100%{
			transform:translateY(100%) translateX(-500px);
		}
	}

@keyframes accP2{
	from{
		opacity: 0;
	}
	20%{
		opacity:0;
	}
	32%{
		opacity: 1;
	}
	52%{
		opacity:1;
	}
	64%,100%{
		opacity: 0;
	}
}
	@keyframes accT2{
		from,32%{
			right:-320px;
			transform:translateY(-50%);
		}
		32.7%{
			right:10px;
			transform:translateY(-50%);
		}
		33%{
			right: 5px;
			transform:translateY(-50%);
		}
		33.2%,100%{
			right: 0;
			transform:translateY(-50%);
		}
	}

@keyframes accP3{
	from,52%{
		opacity: 0;
	}
	52%{ 
		opacity: 0;
	}
	64%{
		opacity: 1;
	}
	88%{
		opacity:1;
	}
	100%{
		opacity: 0;
	}
}
	@keyframes accT3{
		from,64%{
			left:-320px;
			transform:translateY(-50%);
		}
		64.7%{
			left:10px;
			transform:translateY(-50%);
		}
		65%{
			left: 5px;
			transform:translateY(-50%);
		}
		65.2%,100%{
			left: 0;
			transform:translateY(-50%);
		}
	}
