header{
	padding: 51px 0;
}
#promoBox {
	background: #101010;
	padding: 41px 32px;
	box-shadow: 1px 1px 19px 4px rgba(0,0,0,.3);
	/* max-width: 880px; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 51px;
	/* margin-top: 60px; */
	/* transform: translateY(203px); */
	max-width: 1600px;
}
#promoBox h4{
    color: #54afa6;
    font-size: 18px;
    font-weight: 200;
}
#promoBox h5 {
	font-size: 28px;
	color: #fff;
}
#promoBox h6{
    font-size: 14px;
    margin-bottom: 32px;
}
#promoBox ul{
	padding-left: 0;
}
#promoBox .offreList li {
	color: #fff;
	font-size: 18px;
	border: 1px solid #fff;
	line-height: 1.7em;
	margin-bottom: 21px;
	list-style-type: none;
	padding: 8px 0px;
}
.floating-label-form-group input, .floating-label-form-group textarea {
	border-bottom: 1px solid #18bc9c;
}
.floating-label-form-group {
	border-bottom: none;
}
form .row:first-child .floating-label-form-group {
	border-top: none;
}
.leftAlign{
    text-align: left;
}
.offreTxtGray{
	color: #333;
	text-align: center;
}
#btnSendOffer{
    color: #ffffff;
	background-color: #18bc9c;
	border: none;
	padding: 22px 27px;
	font-size: 19px;
	line-height: 1;
	border-radius: 6px;
	font-weight: 400;
	border-width: 2px;
	vertical-align: middle;
    display: inline-block;
    text-align: left;
    margin-top: 18px;
}

.intro-text {
	padding-top: 0;
}

.offreList a{
	color: #fff;
}

header.inside-page {
	height: auto;
	/* height: 100vh; */
}
.boxcontainer {
	height: auto;
}
header {
	background-image: url(../img/bg-offre.jpg) !important;
	background: #2d2d2d;
	background-repeat: no-repeat;
}
header.inside-page.physio{
	background-position-y: initial

}
.boxcontainer {
	background-color: rgba(0, 0, 0, 0.0);

}
@media(max-width: 500px){
	#promoBox h5 {
		font-size: 18px;
	}
	#promoBox h4 {
		font-size: 22px;

	}
}
.boxcontainer {
	background-image: none;
}

label {
	font-size: 18px;
}

.footer-above {
	padding-top: 51px;
}

#form-messages.success {
	margin-top: 18px;
	font-size: 18px;
	color: #54afa6;
}

.smallTxt{
	font-size: 22px;
}

.spacerPromo {
	height: 30.6px;
}
@media(max-width: 1200px){
	.spacerPromo{
		display: none;
	}
}


/* OFFRE ENTRAINEMENT EXTERIEUR */
nav{
	z-index: 1;
}
#bgVideo {
	position: relative;
	right: 0;
	top: 60px;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	display: block;
}
  #headerVideo {
	/* height: 100vh; */
	padding: 0;
	margin: 0;
}

#sectionForm {
	background: #0f0e0f;
	position: relative;
	padding: 85px 0;
}
#goToForm {
	z-index: 0 !important;
	position: absolute;
	color: #18bc9c;
	z-index: 9999;
	background: transparent;
	border: 2px solid #18bc9c;
	width: 40px;
	height: 40px;
	font-size: 18px;
	left: 50%;
	margin-left: -20px;
	bottom: 32px;
	display: block;
	text-align: center;
	padding: 4px 0;
	animation: animeBtnPromo 2s forwards infinite;
}
@keyframes animeBtnPromo {
	0% {transform: scale(1);}
	50% {transform: scale(1.6);}
	100% {transform: scale(1);}
  }
@media(max-width:414px){
	#bgVideo {
		top: 0;
	}
	#sectionForm {
		background: #0f0e0f;
		position: relative;
		padding: 51px 0;
	}
	.navbar-default {
		background-color: transparent;
	}
}