:root{
	--main-bg-color: #c74516;
	--main-header-color: #060606;
	--main-text-color: #F2CF1D;
}

  
header {
	position: absolute;
    padding: 40px 0;
    z-index: 10;
    width: 100%;
}

header .logo {
	max-width: 250px;
}

.logo_paint_annimation {
	height: 400px;
	position: relative;
}

h1 span, h3 {
    color: var(--main-text-color);
}


.jumbotron {

	background-image: url("//assets.home-line.fr/img/header-1.png");
	background-size: cover;
	background-position: 0 30%;

	padding: 150px 0px;

	color: white;
	text-transform: uppercase; 
}

li{
	text-transform: uppercase;
	padding-left: 30px;
}

.btn {
	margin: 25px 0;
	padding: 10px 20px;
	background-color: var(--main-bg-color);
	color: white;
}


.footer {
	display: flex;
	justify-content: space-around;
}

/* Affichage ordinateur */
@media screen and (min-width: 1000px) {

	.jumbotron {
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: center;
	}
	header .logo {
		max-width: 300px;
	}

	.btn {
		display: none;
	}
}

/* Affichage telephone */
@media screen and (max-width: 1000px) {
	.jumbotron {
		text-align: center;
		top: 50px;
		padding-top: 280px;
	}

	.jumbotron hr {
		display: none;
	}

	.logo_paint_annimation {
		height: 150px;
	}
}


.jumbotron h1 {
	font-size: 50px;
}
.jumbotron h2 {
	font-size: 18px;
	margin: 0;
}

#main-wrapper {
	margin-top: 0;
}
.main-content {
	padding-top: 25px;
}
.main-content .white-box {
	padding: 25px;
	margin: 25px 0;
	background: #181A1B;
}
.main-content ul {
	list-style: initial;
	margin-left: 15px
}
.main-content .final-cta {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif; font-weight:700;
	text-transform: uppercase
}
.form-container {
	background: #fff;
	padding: 25px;
	border-radius: 3px;
	margin-top: -100px;
}
.form-container div {
	margin: 20px 0;
}
.form-container input, .form-container select {
	border: none;
	border-bottom: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif; font-weight:300;
	font-size: 12px;
	padding: 3px 0;
	border-radius: 0px;
	box-shadow: none;
	-webkit-appearance: none;
	color: #000;
	letter-spacing: 1px
}
.form-container option {
	margin: 0;
}
.form-container label {
	display: none
}
.form-container h4 {
	margin: 0;
}
.form-container .placeholder {
	color: #000 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif; font-weight:300;
}
select option:first-child {
	display: none;
}
::-webkit-input-placeholder {
 color: #000 !important;
 text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
font-family:Gibson-Light;
}
.form-container .btn-primary {
	background: #00af66;
	padding: 15px 0;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif; font-weight:700;
	text-transform: uppercase;
	color: white
}

:-moz-placeholder { /* Firefox 18- */
 color: #000 !important;
 text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
font-family: 'Open Sans', sans-serif; font-weight:300
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #000 !important;
 text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
font-family: 'Open Sans', sans-serif; font-weight:300
}

:-ms-input-placeholder {
 color: #000 !important;
 text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
font-family: 'Open Sans', sans-serif; font-weight:300
}
footer {
	color: #999;
	position: absolute;
	background: rgba(26,29,37,1);
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
}

@media (min-width: 320px) and (max-width: 480px) {
/* .jumbotron {
	min-height: 460px;
	padding: 5px 15px;
} */
.jumbotron h1 {
	font-size: 30px;
}
.jumbotron h2 {
	font-size: 16px;
}
.form-container {
	margin-top: 20px;
}
} /**** END 320 and 480 ****/