@media only screen and (min-width : 100px) {
	html {
		background: url(../pics/fond1.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin: 0;
	}
	
	#animateFullscreen img {
		display: none;
	}
	
	.loading1 {
		opacity: 0;
		visibility: hidden;
	}
	
	.loading2 {
		opacity: 1;
		visibility: visible;
	}
	
	.loading-text1 span,
	.loading-text2 span {
  		margin: 0 1px;
		font-size: 18px;
	}
	
	.loading-text1 {
  		top: 50%; left: 50%;
  		transform: translate(-50%, -100%);
	}

	.loading-text2 {
  		top: 50%; left: 50%;
  		transform: translate(-50%, 40%);
	}
	
	footer img {
		height: auto;
		width: 25px;
	}
	
	#footerPara .footerLi li {
		display: inline-block;
		margin: 10px;
	}
	
	#footerPara {
		left: -15px;
		bottom: -5px;
		width: 100%;
	}
	
	.infoFoot,
	.infoMenu {
		display: none;
	}
	
	.visible-xs {
		display: inline-block;
	}
	
	.hidden-xs {
		display: none;
	}
	
	.animateBottomToTop {
		-webkit-animation: animateBottomTop 3s ease-in-out 0s 1 normal;
		animation: animateBottomTop 3s ease-in-out 0s 1 normal;
		position: relative;
	}	

	.animateBottomToTop1 {
		-webkit-animation: animateBottomTop 3.1s ease-in-out 0s 1 normal;
		animation: animateBottomTop 3.1s ease-in-out 0s 1 normal;
		position: relative;
	}

	.animateBottomToTop2 {
		-webkit-animation: animateBottomTop 3.2s ease-in-out 0s 1 normal;
		animation: animateBottomTop 3.2s ease-in-out 0s 1 normal;
		position: relative;
	}

	.animateBottomToTop3 {
		-webkit-animation: animateBottomTop 3.3s ease-in-out 0s 1 normal;
		animation: animateBottomTop 3.3s ease-in-out 0s 1 normal;
		position: relative;
	}
	
	.menuH {
  		width: 50%;
		margin-top: 14%;
	}
	
	.menuBtStar {
		margin-top: 16%;
	}
	
	.menuBt img {
		width: 100%;
		margin: 0 -9px 0 -9px;
	}

	.policeText {
		font-size: 14px;
		padding: 10px;
	}
	
	#mentTabPage {
		font-size: 6px;
		width: 78%;
		line-height: 10px;
		top: 30px;
	}
	
	#ventTab td {
		display: none;
	}
	
	#contTab td {
		display: block;
		width: 90%;
	}
	
	#contactForm {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.contenu-carrousel,
	.controleBt {
		display: none;
	}
	
	.depth div.back-pane {
		-webkit-transform: translateZ(-25px) rotateY(180deg);
		-moz-transform: translateZ(-25px) rotateY(180deg);
		-ms-transform: translateZ(-25px) rotateY(180deg);
		transform: translateZ(-25px) rotateY(180deg);
	}

	.depth div.right-pane {
		-webkit-transform:rotateY(-270deg) translateX(25px);
		-webkit-transform-origin: top right;
		-moz-transform:rotateY(-270deg) translateX(25px);
		-moz-transform-origin: top right;
		-ms-transform:rotateY(-270deg) translateX(25px);
		-ms-transform-origin: top right;
		transform:rotateY(-270deg) translateX(25px);
		transform-origin: top right;
	}

	.depth div.left-pane {
		-webkit-transform:rotateY(270deg) translateX(-25px);
		-webkit-transform-origin: center left;
		-moz-transform:rotateY(270deg) translateX(-25px);
		-moz-transform-origin: center left;
		-ms-transform:rotateY(270deg) translateX(-25px);
		-ms-transform-origin: center left;
		transform:rotateY(270deg) translateX(-25px);
		transform-origin: center left;
	}

	.depth div.top-pane {
		-webkit-transform:rotateX(-90deg) translateY(-25px);
		-webkit-transform-origin: top center;
		-moz-transform:rotateX(-90deg) translateY(-25px);
		-moz-transform-origin: top center;
		-ms-transform:rotateX(-90deg) translateY(-25px);
		-ms-transform-origin: top center;
		transform:rotateX(-90deg) translateY(-25px);
		transform-origin: top center;
	}

	.depth div.bottom-pane {
		-webkit-transform:rotateX(90deg) translateY(25px);
		-webkit-transform-origin: bottom center;
		-moz-transform:rotateX(90deg) translateY(25px);
		-moz-transform-origin: bottom center;
		-ms-transform:rotateX(90deg) translateY(25px);
		-ms-transform-origin: bottom center;
		transform:rotateX(90deg) translateY(25px);
		transform-origin: bottom center;
	}

	.depth div.front-pane {
		-webkit-transform: translateZ(25px);
		-moz-transform: translateZ(25px);
		-ms-transform: translateZ(25px);
		transform: translateZ(25px);
	}

	.cube-wrap {
		-webkit-perspective: 3200px;
		-webkit-perspective-origin: 50% 100px;
		-moz-perspective: 3200px;
		-moz-perspective-origin: 50% 100px;
		-ms-perspective: 3200px;
		-ms-perspective-origin: 50% 100px;
		perspective: 3200px;
		perspective-origin: 50% 100px;
	}

	.cube {
		width: 50px;
		-webkit-transform-style: preserve-3d;
		-webkit-animation: cube-spin 15s infinite linear;
		-moz-transform-style: preserve-3d;
		-moz-animation: cube-spin 15s infinite linear;
		-ms-transform-style: preserve-3d;
		-ms-animation: cube-spin 15s infinite linear;
		transform-style: preserve-3d;
		animation: cube-spin 15s infinite linear;
	}

	.cube div {
		position: absolute;
		width: 50px;
		height: 50px;
		box-shadow: inset 0 0 30px rgba(125,125,125,0.8);
	}
	
	#cube3D {
		margin: auto;
		position: relative;
		top: 50px;
		width: 50px;
		height: 50px;
	}
	
	.textTitre {
		font-size: 14px;
		letter-spacing: -5px;
		line-height: 35px;
	}
	
	#decoTab img {
		width: 60px;
		height: auto;
	}
	
	#decoTab {
		width: 90%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		margin-top: 40vh;
  		transform: translateY(-60%);
	}
	
	#decoTab td{
		display: inline;
		padding: 2px;
	}
	
	.titreOpenPage {
		font-size: 26px;
		letter-spacing: 2px;
		margin-bottom: 10px;
		padding: 5px;
	}

	.textOpenPage {
		font-size: 22px;
		letter-spacing: 1.4px;
		line-height: 15px;
		padding: 5px;
	}
	
	#ventTab img{
		max-width: 200px;
	}
	
	.grid {
		display: block;
	}
	
	#openDeco1,
	#openDeco2,
	#openDeco3,
	#openDeco4,
	#openDeco5,
	#openVent1,
	#openVent2,
	#openVent3,
	#openVent4,
	#openVent5 {
		padding: 10px;
	}
}

@media only screen and (min-width : 360px) {
	.loading-text1 span,
	.loading-text2 span {
  		margin: 0 2px;
		font-size: 26px;
	}
	
	.menuBtStar {
		margin-top: 14%;
	}
	
	.menuBt img {
		width: 100%;
		margin: 0 -5px 0 -5px;
	}
	
	.menuBt li {
		margin: 0 -5px 0 5px;
	}
	
	#mentTabPage {
		font-size: 8px;
		width: 82%;
	}
	
	#decoTab img {
		width: 80px;
		height: auto;
	}
	
	#ventTab img{
		max-width: 300px;
	}
}

@media only screen and (min-width : 480px) {
	html {
		background: url(../pics/fond2.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin: 0;
	}
	
	.loading-text1 span,
	.loading-text2 span {
  		margin: 0 2px;
		font-size: 30px;
	}
	
	footer img {
		height: auto;
		width: 25px;
	}
	
	.menuH {
  		width: 40%;
		margin-top: 17%;
	}
	
	.menuBtStar {
		margin-top: 17%;
	}
	
	#mentTabPage {
		font-size: 10px;
		width: 87%;
		top: 35px;
	}
	
	.textTitre {
		font-size: 16px;
		letter-spacing: 0px;
	}
	
	#decoTab img {
		width: 90px;
		height: auto;
	}
	
	#ventTab img{
		max-width: 400px;
	}
}

@media only screen and (min-width : 768px) {
	#animateFullscreen img {
		display: inline-block;
	}
	html {
		background: url(../pics/fond.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin: 0;
	}
	
	.loading1 {
		opacity: 1;
		visibility: visible;
	}
	
	.loading2 {
		opacity: 0;
		visibility: hidden;
	}
	
	.loading-text1 {
  		top: 50%; left: 50%;
  		transform: translate(-50%, -50%);
	}

	.loading-text2 {
  		top: 50%; left: 50%;
  		transform: translate(-50%,-50%);
	}
	
	.loading-text1 span,
	.loading-text2 span {
  		margin: 0 2px;
		font-size: 26px;
	}
	
	footer img {
		height: auto;
		width: 25px;
	}
	
	#footerPara {
		left: 0px;
	}
	
	.infoFoot {
		display: block;
		font-size: 18px;
		bottom: 40px;
	}
	
	.infoMenu {
		display: block;
		font-size: 18px;
		bottom: 52px;
	}
	
	.visible-xs {
		display:none;
	}
	
	.hidden-xs {
		display:inline-block;
	}
	
	.menuH {
  		width: 30%;
		margin-top: 12%;
	}
	
	.menuBtStar {
		margin-top: 12%;
	}
	
	.menuBt img {
		margin: 0;
	}
	
	.menuBt li {
		margin: 0 10px 0 10px;
	}
	
	.policeText {
		font-size: 22px;
	}
	
	#mentTabPage {
		font-size: 14px;
		line-height: 15px;
		top: 40px;
	}
	
	#ventTab td {
		display: none;
	}
	
	.grid {
		display: none;
	}
	
	#contTab td {
		display: table-cell;
		width: 50%;
	}
	
	#contactForm {
		left: 50%;
		position: relative;
	}
	
	.contenu-carrousel,
	.controleBt {
		display: block;
	}
	
	.contenu-carrousel td {
		display: table-cell;
	}
	
	#cube3D {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 50%;
		height: auto;
	}
	
	.depth div.back-pane {
		-webkit-transform: translateZ(-50px) rotateY(180deg);
		-moz-transform: translateZ(-50px) rotateY(180deg);
		-ms-transform: translateZ(-50px) rotateY(180deg);
		transform: translateZ(-50px) rotateY(180deg);
	}

	.depth div.right-pane {
		-webkit-transform:rotateY(-270deg) translateX(50px);
		-webkit-transform-origin: top right;
		-moz-transform:rotateY(-270deg) translateX(50px);
		-moz-transform-origin: top right;
		-ms-transform:rotateY(-270deg) translateX(50px);
		-ms-transform-origin: top right;
		transform:rotateY(-270deg) translateX(50px);
		transform-origin: top right;
	}

	.depth div.left-pane {
		-webkit-transform:rotateY(270deg) translateX(-50px);
		-webkit-transform-origin: center left;
		-moz-transform:rotateY(270deg) translateX(-50px);
		-moz-transform-origin: center left;
		-ms-transform:rotateY(270deg) translateX(-50px);
		-ms-transform-origin: center left;
		transform:rotateY(270deg) translateX(-50px);
		transform-origin: center left;
	}

	.depth div.top-pane {
		-webkit-transform:rotateX(-90deg) translateY(-50px);
		-webkit-transform-origin: top center;
		-moz-transform:rotateX(-90deg) translateY(-50px);
		-moz-transform-origin: top center;
		-ms-transform:rotateX(-90deg) translateY(-50px);
		-ms-transform-origin: top center;
		transform:rotateX(-90deg) translateY(-50px);
		transform-origin: top center;
	}

	.depth div.bottom-pane {
		-webkit-transform:rotateX(90deg) translateY(50px);
		-webkit-transform-origin: bottom center;
		-moz-transform:rotateX(90deg) translateY(50px);
		-moz-transform-origin: bottom center;
		-ms-transform:rotateX(90deg) translateY(50px);
		-ms-transform-origin: bottom center;
		transform:rotateX(90deg) translateY(50px);
		transform-origin: bottom center;
	}

	.depth div.front-pane {
		-webkit-transform: translateZ(50px);
		-moz-transform: translateZ(50px);
		-ms-transform: translateZ(50px);
		transform: translateZ(50px);
	}

	.cube-wrap {
		-webkit-perspective: 3200px;
		-webkit-perspective-origin: 50% 100px;
		-moz-perspective: 3200px;
		-moz-perspective-origin: 50% 100px;
		-ms-perspective: 3200px;
		-ms-perspective-origin: 50% 100px;
		perspective: 3200px;
		perspective-origin: 50% 100px;
	}

	.cube {
		width: 100px;
		-webkit-transform-style: preserve-3d;
		-webkit-animation: cube-spin 15s infinite linear;
		-moz-transform-style: preserve-3d;
		-moz-animation: cube-spin 15s infinite linear;
		-ms-transform-style: preserve-3d;
		-ms-animation: cube-spin 15s infinite linear;
		transform-style: preserve-3d;
		animation: cube-spin 15s infinite linear;
	}

	.cube div {
		position: absolute;
		width: 100px;
		height: 100px;
		box-shadow: inset 0 0 30px rgba(125,125,125,0.8);
	}
	
	.textTitre {
		font-size: 18px;
		letter-spacing: 2px;
	}
	
	#decoTab td{
		display: table-cell;
		padding: 8px;
	}
	
	#decoTab img {
		width: 100%;
		height: auto;
	}
	
	#decoTab {
		width: 90%;
		height: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		margin-top: auto;
	}
	
	.titreOpenPage {
		font-size: 28px;
		letter-spacing: 2px;
		margin-bottom: 20px;
		padding: 10px;
	}

	.textOpenPage {
		font-size: 24px;
		letter-spacing: 1.4px;
		line-height: 18px;
		padding: 10px;
	}
	
	#openDeco1,
	#openDeco2,
	#openDeco3,
	#openDeco4,
	#openDeco5,
	#openVent1,
	#openVent2,
	#openVent3,
	#openVent4,
	#openVent5 {
		padding: 20px;
	}
}

@media only screen and (min-width : 960px) {	
	#mentTabPage {
		font-size: 12px;
		width: 92%;
	}
	
	.menuH {
  		width: 30%;
		margin-top: 9%;
	}
	
	.menuBtStar {
		margin-top: 9%;
	}
	
	.textTitre {
		font-size: 20px;
		letter-spacing: 5px;
	}
	
	.infoFoot {
		bottom: 60px;
	}
}

@media only screen and (min-width : 1200px) {
	.loading-text1 span,
	.loading-text2 span {
  		margin: 0 3px;
		font-size: 36px;
	}
	
	footer img {
		height: auto;
		width: 25px;
	}
	
	.menuBt li {
		margin: 0 15px 0 15px;
	}

	.policeText {
		font-size: 26px;
		padding: 15px;
	}
	
	#mentTabPage {
		font-size: 14px;
		width: 91%;
		line-height: 20px;
		top: 55px;
	}
	
	.textTitre {
		font-size: 22px;
	}
	
	#decoTab {
		width: 70%;
		height: auto;
	}
}

@media only screen and (min-width : 1500px) {
	.loading-text1 span,
	.loading-text2 span {
  		margin: 0 5px;
		font-size: 46px;
	}
	
	footer img {
		height: auto;
		width: 30px;
	}
	
	.infoMenu {
		font-size: 20px;
		bottom: 58px;
	}
	
	.infoFoot {
		font-size: 20px;
		bottom: 55px;
	}
	
	.menuBt li {
		margin: 0 20px 0 20px;
	}
	
	.menuBt img {
		width: 110%;
	}

	.policeText {
		font-size: 30px;
		padding: 20px;
	}
	
	#mentTabPage {
		font-size: 18px;
		width: 95%;
		top: 65px;
	}
	
	.textTitre {
		font-size: 24px;
		letter-spacing: 6px;
	}
	
	#decoTab {
		width: 60%;
		height: auto;
	}
}

@media only screen and (min-width : 1900px) {	
	#mentTabPage {
		font-size: 18px;
	}
	
	.textTitre {
		font-size: 28px;
		letter-spacing: -1px;
	}
	
	#decoTab {
		width: 50%;
		height: auto;
	}
}

@media screen and (min-width: 768px) and (max-height: 459px) {
	#ventTab td {
		display: table-cell;
	}
	
	.contenu-carrousel,
	.controleBt {
		display: none;
	}
	
	#footerPara {
		bottom: -5px;
		width: 100%;
	}
	
	#ventPage {
		height: 75%;
		width: 85%;
	}
	
	.translateMenuH {
		animation: menuAnimH768 .5s ease-in-out;
		bottom: 40px;
		top: auto;
	}
}

@media screen and (min-width: 768px) and (min-height: 460px) {
	.infoFoot {
		bottom: 40px;
	}
	
	.controleBt {
		bottom: 20px;
	}

	.controleBt img {
		width: 30px;
		height: 30px;
	}

	.controleBt td {
		padding: 0 15px 0 15px;
	}

	.contenu-carrousel {
		width: 340px;
		height: 170px;
	}

	.carrousel div{
		width: 340px;
		height: 170px;
	}

	.carrousel div:nth-child(1) {
		transform: rotateY(0) translateZ(340px);
	}

	.carrousel div:nth-child(2) {
		transform: rotateY(60deg) translateZ(340px);
	}

	.carrousel div:nth-child(3) {
		transform: rotateY(120deg) translateZ(340px);
	}

	.carrousel div:nth-child(4) {
		transform: rotateY(180deg) translateZ(340px);
	}

	.carrousel div:nth-child(5) {
		transform: rotateY(240deg) translateZ(340px);
	} 

	.carrousel div:nth-child(6) {
		transform: rotateY(300deg) translateZ(340px);
	}
	
	.carrousel div:nth-child(7) {
		transform: rotateY(360deg) translateZ(340px);
	}
	
	.carVentTitre {
		font-size: 10px;
	}

	.carVentText {
		font-size: 8px;
	}
	
	.translateMenuH {
		animation: menuAnimH768 .5s ease-in-out;
		bottom: 40px;
		top: auto;
	}
}

@media screen and (min-width: 960px) and (min-height: 550px) {
	.infoFoot {
		bottom: 60px;
	}
	
	.contenu-carrousel {
		width: 380px;
		height: 190px;
	}

	.carrousel div{
		width: 380px;
		height: 190px;
	}
	
	.carrousel div:nth-child(1) {
		transform: rotateY(0) translateZ(380px);
	}

	.carrousel div:nth-child(2) {
		transform: rotateY(60deg) translateZ(380px);
	}

	.carrousel div:nth-child(3) {
		transform: rotateY(120deg) translateZ(380px);
	}

	.carrousel div:nth-child(4) {
		transform: rotateY(180deg) translateZ(380px);
	}

	.carrousel div:nth-child(5) {
		transform: rotateY(240deg) translateZ(380px);
	} 

	.carrousel div:nth-child(6) {
		transform: rotateY(300deg) translateZ(380px);
	}
	
	.carrousel div:nth-child(7) {
		transform: rotateY(360deg) translateZ(380px);
	}
	
	.carVentTitre {
		font-size: 11px;
	}

	.carVentText {
		font-size: 9px;
	}

	#footerPara {
		bottom: 10px;
	}
	
	.translateMenuH {
		animation: menuAnimH1200 .5s ease-in-out;
		bottom: 60px;
		top: auto;
	}
}

@media screen and (min-width: 1200px) and (min-height: 650px) {
	.contenu-carrousel {
		width: 420px;
		height: 210px;
	}

	.carrousel div{
		width: 420px;
		height: 210px;
	}
	
	.carrousel div:nth-child(1) {
		transform: rotateY(0) translateZ(420px);
	}

	.carrousel div:nth-child(2) {
		transform: rotateY(60deg) translateZ(420px);
	}

	.carrousel div:nth-child(3) {
		transform: rotateY(120deg) translateZ(420px);
	}

	.carrousel div:nth-child(4) {
		transform: rotateY(180deg) translateZ(420px);
	}

	.carrousel div:nth-child(5) {
		transform: rotateY(240deg) translateZ(420px);
	} 

	.carrousel div:nth-child(6) {
		transform: rotateY(300deg) translateZ(420px);
	}
	
	.carrousel div:nth-child(7) {
		transform: rotateY(360deg) translateZ(420px);
	}
	
	.carVentTitre {
		font-size: 12px;
	}

	.carVentText {
		font-size: 10px;
	}

	#footerPara {
		bottom: 15px;
	}
	
	.depth div.back-pane {
		-webkit-transform: translateZ(-75px) rotateY(180deg);
		-moz-transform: translateZ(-75px) rotateY(180deg);
		-ms-transform: translateZ(-75px) rotateY(180deg);
		transform: translateZ(-75px) rotateY(180deg);
	}

	.depth div.right-pane {
		-webkit-transform:rotateY(-270deg) translateX(75px);
		-webkit-transform-origin: top right;
		-moz-transform:rotateY(-270deg) translateX(75px);
		-moz-transform-origin: top right;
		-ms-transform:rotateY(-270deg) translateX(75px);
		-ms-transform-origin: top right;
		transform:rotateY(-270deg) translateX(75px);
		transform-origin: top right;
	}

	.depth div.left-pane {
		-webkit-transform:rotateY(270deg) translateX(-75px);
		-webkit-transform-origin: center left;
		-moz-transform:rotateY(270deg) translateX(-75px);
		-moz-transform-origin: center left;
		-ms-transform:rotateY(270deg) translateX(-75px);
		-ms-transform-origin: center left;
		transform:rotateY(270deg) translateX(-75px);
		transform-origin: center left;
	}

	.depth div.top-pane {
		-webkit-transform:rotateX(-90deg) translateY(-75px);
		-webkit-transform-origin: top center;
		-moz-transform:rotateX(-90deg) translateY(-75px);
		-moz-transform-origin: top center;
		-ms-transform:rotateX(-90deg) translateY(-75px);
		-ms-transform-origin: top center;
		transform:rotateX(-90deg) translateY(-75px);
		transform-origin: top center;
	}

	.depth div.bottom-pane {
		-webkit-transform:rotateX(90deg) translateY(75px);
		-webkit-transform-origin: bottom center;
		-moz-transform:rotateX(90deg) translateY(75px);
		-moz-transform-origin: bottom center;
		-ms-transform:rotateX(90deg) translateY(75px);
		-ms-transform-origin: bottom center;
		transform:rotateX(90deg) translateY(75px);
		transform-origin: bottom center;
	}

	.depth div.front-pane {
		-webkit-transform: translateZ(75px);
		-moz-transform: translateZ(75px);
		-ms-transform: translateZ(75px);
		transform: translateZ(75px);
	}

	.cube-wrap {
		-webkit-perspective: 3200px;
		-webkit-perspective-origin: 50% 100px;
		-moz-perspective: 3200px;
		-moz-perspective-origin: 50% 100px;
		-ms-perspective: 3200px;
		-ms-perspective-origin: 50% 100px;
		perspective: 3200px;
		perspective-origin: 50% 100px;
	}

	.cube {
		width: 150px;
		-webkit-transform-style: preserve-3d;
		-webkit-animation: cube-spin 20s infinite linear;
		-moz-transform-style: preserve-3d;
		-moz-animation: cube-spin 20s infinite linear;
		-ms-transform-style: preserve-3d;
		-ms-animation: cube-spin 20s infinite linear;
		transform-style: preserve-3d;
		animation: cube-spin 20s infinite linear;
	}

	.cube div {
		position: absolute;
		width: 150px;
		height: 150px;
		box-shadow: inset 0 0 30px rgba(125,125,125,0.8);
	}
}

@media screen and (min-width: 1400px) and (min-height: 750px) {
	.infoFoot {
		bottom: 70px;
	}
	
	.contenu-carrousel {
		width: 460px;
		height: 230px;
	}

	.carrousel div{
		width: 460px;
		height: 230px;
	}
	
	.carrousel div:nth-child(1) {
		transform: rotateY(0) translateZ(460px);
	}

	.carrousel div:nth-child(2) {
		transform: rotateY(60deg) translateZ(460px);
	}

	.carrousel div:nth-child(3) {
		transform: rotateY(120deg) translateZ(460px);
	}

	.carrousel div:nth-child(4) {
		transform: rotateY(180deg) translateZ(460px);
	}

	.carrousel div:nth-child(5) {
		transform: rotateY(240deg) translateZ(460px);
	} 

	.carrousel div:nth-child(6) {
		transform: rotateY(300deg) translateZ(460px);
	}
	
	.carrousel div:nth-child(7) {
		transform: rotateY(360deg) translateZ(460px);
	}
	
	.carVentTitre {
		font-size: 14px;
	}

	.carVentText {
		font-size: 12px;
	}
	
	#footerPara {
		bottom: 20px;
	}
	
	.translateMenuH {
		animation: menuAnimH1400 .5s ease-in-out;
		bottom: 70px;
		top: auto;
	}
}

@media screen and (min-width: 1500px) and (min-height: 900px) {	
	#footerPara {
		bottom: 25px;
	}
	
	.infoFoot {
		bottom: 80px;
	}
	
	.translateMenuH {
		animation: menuAnimH1500 .5s ease-in-out;
		bottom: 80px;
		top: auto;
	}
}

@media screen and (min-width: 1800px) and (min-height: 960px) {

}