.head {
	background-color: #FFCFDC;
	margin-top:5em;
	max-height:450px;
}

.logo-voox {
	max-width:200px;
	float:left;
	padding-top:1em;
}

.main-title {
	color:#E87780;
	text-align: center;
	font-size:2em;
	margin-top:1em;
}

.bg {
	background-image: url("../media/bg.jpg");
	background-size: cover;
}

.main-content {
	background-color:white;
	margin:1em 1em 3em 1em;
	padding:1em;
	font-size:1.2em;
	font-weight:400;
	line-height:1.3em;
}

.form-content {
	background-color:#8C3D74;
	font-color:white;
	margin:1em 0em 1em 0em;
	padding:1em;
	font-size:1.2em;
	font-weight:400;
	line-height:1.3em;
	border-radius: 1em;
}

.form-title {
	color:#fff;
	font-size:1.5em;
	font-weight:600;
	text-align:center;
	border-bottom:2px solid white;
	padding:0.5em 1em 0.7em 1em;
}

.box1 {
	background:none;
}

.love {
	background-image: url("../media/gagnez-un-voyage.png");
	background-size: cover;
	max-height:500px;
}

.btn-voox {
	 background-color: #9BCF4B;
	 border : 1px solid #9BCF4B;
	 font-size: 1.5em;
	 font-weight: 600;
	 margin-top:0.2em;
}

.btn:hover {
    color: #fff;
    background-color: #7ba43c;
    border-color: #7ba43c;
}

label{
	float:left;
	padding:1em 0 0.5em 1em;
	color:#fff;
}

.form-check-input {
	margin-top:1.2em;
}

.row>* {
	margin:0;
	padding:0;
}

label a {
	color:#fff;
	text-decoration: none;
}

.footer-desktop {
	display: block;
}

.footer-mobile {
	display: none;
}

.footer-desktop img {
	width:90%;
}

@media screen and (max-width: 768px) {
  .head {
	background-color: #FFCFDC;
	margin-top:0em;
}
.logo-voox {
	max-width:200px;
	text-align:center;
}
.box1 {
	background-image: url("../media/les-amoureux-2.png");
	background-size: cover;
}
.main-content {
	background-color:rgba(255, 255, 255, 0.8);
}
.main-title {
	color:#fff;
	font-weight:500;

}
.form-content {
	margin:1em;
}

.footer-mobile { 
display:block;
}

.footer-desktop {
	display:none;
}

.footer-mobile img {
	width:100%;
}
.form-title {
	color:#fff;
	font-size:1.2em;
	font-weight:600;
	text-align:center;
	border-bottom:2px solid white;
	padding:0.5em 1em 0.7em 1em;
}
.btn-voox {
	 background-color: #9BCF4B;
	 border : 1px solid #9BCF4B;
	 font-size: 1.3em;
	 font-weight: 600;
	 margin-top:0.2em;
}

.love {
	min-height:200px;
}


}