body {
	/* prevent content to go underneath the fixed navbar */
	padding-top: 50px;
	padding-bottom: 50px;
	
    z-index: -1;
	position: relative;
	background-image: url('assets/visuel_4.jpg');
	background-origin: padding_box;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

::-webkit-scrollbar {
	/* remove scrollbar space */
	height: 0px;
	width: 0px;
	/* optional: just make scrollbar invisible */
	background: transparent; 
}

#main {
	margin-top: 50px;
    margin-bottom: 50px;
}

.bg-white {
	background-color: white;
}
.well.bg-white{
	background-image: none;
}

#main .well.bg-white {
    opacity: 0.85;
	color: gray;
	transition-property: opacity, color;
	transition-duration: 3s;
	transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition-delay: 2s;
}

#main .well.bg-white:hover {
	color: black;
	opacity: 1;
	transition-delay: initial;
}

.logo {
	text-align: center
	opacity: 1;
}
.logo .imgWrap {
	padding-top: 2em;
	padding-bottom: 2em;
}
.logo .imgWrap img {
	max-height: 100px;
	max-width: 250px;
	margin-right: 15px;
	margin-left: 15px;
	opacity: 1;
	float: none;
    cursor: pointer;
}

#map {
	text-align: center;
	max-width: 100%;
}

div.input {
	text-align: center;
}
#map_marques {
	min-width: 50%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
	
	border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

#logoHove {
	max-height: 200px;
	max-width: 200px;
	margin: -50px -50px -25px -25px;
	float: right;
}
.logo .modal img {
	max-height: 100px;
	max-width: 250px;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-right: 15px;
	margin-bottom: 15px;
}
.modal.fade {
	transition-property: opacity, background-color;
	transition-duration: 3s;
	transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition-delay: initial;
}
.modal.fade .modal-dialog {
	transition-property: transform;
	transition-duration: 3s;
	transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition-delay: initial;
}
.modal.fade.in {
	background-color: rgba(0, 0, 0, 0.5);
}



.row-centered {
	text-align: center;
}
.col-centered {
	display: inline-block;
	float: none;
	/* inline-block space fix */
	margin-right: -4px;
}
.col-centered div, .col-centered p {
	text-align: left;
}

#back1, #back2, #back_sport, #back_pro {
	display: none;
}

#FBcontainer {
	text-align: center;
}


/*@media (min-width: 1550px) {*/
@media (min-width: 900px) {
	#back1, #back2 {
        z-index: -1;
        
		display: block;
		position: fixed;
		height: calc(100vh - 100px);
        top: 50px;
		width: 50%;
		text-align: center;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 1 !important;
        
        filter: blur(2px);
		transition-property: all;
		transition-duration: 1s;
		transition-timing-function: linear;
		transition-delay: initial;
	}
	
	#back1 {
		left: 0;
		background-image: url('assets/visuel_7.jpg');
	}
	#back2 {
		right: 0;
        background-image: url('assets/visuel_indus_2.jpg');
	}
	#back1:hover, #back2:hover {
        filter: none;
	}
	
	#back_sport, #back_pro {
        display: block;
        width: 50%;
        text-align: center;
		color: #e6e6e6;
        font-weight: bold;
        filter: none;
		font-size: 3.5em;
		position: fixed;
		bottom: Calc(51px + 2vh);
        
        text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	}
	#back_sport {
		left: 0;
        text-align: right;
        padding-right: 2ch;
	}
	#back_pro {
		right: 0;
        text-align: left;
        padding-left: 2ch;
	}
    
    #back_sport:hover ~#back1, #back_pro:hover ~#back2 {
        filter: none;
    }
	
	
}