/*************************************************** 
	GLOBAL
***************************************************/

body {min-width: 1000px !important; color:#666;}
.container {width: 1000px !important;}

.text-orange {color:#FF5400;}
.text-blue {color:#3F515A;}

.shadow {box-shadow: 0px 0px 100px 30px rgba(0,0,0,0.50); position: relative; z-index: 1;}

.description {padding: 30px;}

p.conditions {float: right; font-size: 11px; margin-bottom: 0px;}


i#down {
	display: block;
	text-align: center;
	font-size: 40px;
	position: absolute;
	width: 100%;
	bottom: 20px;
	z-index: 2;
}

section#home {
	background: black url(../template/transit-hangar.jpg) no-repeat center center;
	background-size: cover;
	color: white;
}

section#gamme-vu {
	background: black url(../template/gamme-vu.jpg) no-repeat center center;
	background-size: cover;
	color: white;
}

section#transition-transit-connect {
	background: black url(../template/transition-transit-connect.jpg) no-repeat center center;
	background-size: cover;
	height: 600px;
}

section#transition-transit-custom {
	background: black url(../template/transition-transit-custom.jpg) no-repeat center center;
	background-size: cover;
	height: 600px;
}

section#transition-transit-courrier {
	background: black url(../template/transition-transit-courrier.jpg) no-repeat center center;
	background-size: cover;
	height: 600px;
}

section#transition-ranger {
	background: black url(../template/transition-ranger.jpg) no-repeat center center;
	background-size: cover;
	height: 600px;
}

section#transition-fiesta {
	background: black url(../template/transition-fiesta.jpg) no-repeat center center;
	background-size: cover;
	height: 600px;
}


section#contact {
	padding: 130px 0px;
	background: whitesmoke;
}



/*************************************************** 
	RESPONSIVE
***************************************************/

@media (min-width: 0px) and (max-width: 0px) {}
/* Extra small devices (phones, up to 480px) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}