
.click {
	cursor: pointer;
}

.CustomInputFile {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
	@media screen and (max-width: 650px) {
		.CustomInputFile {
		    display: block;
		}
	}

    .CustomInputFile-btn.BtnAuverdrive {
        border-radius: 0;
        height: 53px;
		line-height: 52px;
    }
    .CustomInputFile-textFile {
        height: 51px;
        width: 260px;
        line-height: 51px;
        border-radius: 4px 0 0 4px;
        border: none;
        background: #fff;
        background-color: #fff;
        color: #000;
        padding: 0 10px;
        font-size: 16px;
        border: 1px solid #b3c2c9;
    }
    .CustomInputFile-input {
        opacity: 0;   
        position: absolute;
        top:0;
        bottom:0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
    }

    .CustomInputFile:hover .CustomInputFile-btn {
         background-color: #cc0921;   
    }




.TitleStrate {
	font-family:'Maven Pro', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 46px !important;
	font-weight: 400 !important;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
}
	.TitleStrate strong {
		font-weight: 700;
	}
	.TitleStrate.icon-360:before {
		content: '';
		background: url('images/icons/icon-360-big.png') no-repeat center;
		width: 58px;
		height: 53px;
		display: block;
		margin: 0 auto 20px;
	}

	@media screen and (max-width: 684px) {
		.TitleStrate {
			font-size: 30px !important;
		}
	}
	

.BtnAuverdrive {
	position: relative;
	background:#CC0921;
	color: #fff !important;
	display:inline-block;
	height:60px;
	line-height:60px;
	font-family:'Maven Pro', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	padding: 0 15px;
	font-size: 14px;

	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
	.BtnAuverdrive:hover {
		background-color: #7C0918;
	}

	.BtnAuverdrive.has-icon {
		padding-left: 70px;
	}
	.BtnAuverdrive.has-icon:before {
		content: '';
		width: 55px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		background: #fff no-repeat center;
		z-index: 2;
	}
		.BtnAuverdrive.icon-360:before {
			background-image: url('images/icons/icon-360.png');
		}
		.BtnAuverdrive.icon-demande:before {
			background-image: url('images/icons/icon-demande.png');
		}
		.BtnAuverdrive.icon-ouverture:before {
			background-image: url('images/icons/icon-ouverture.png');
		}

	@media screen and (max-width: 684px) {
		.BtnAuverdrive {
			display: block;
		}
	}




.MenuAuverdrive {
	padding-top: 75px;
	text-align: right;
}
	.MenuAuverdrive-item {
		text-transform: uppercase;
		font-size: 14px;
		font-family:'Maven Pro', Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-weight:700;
		margin: 0 20px;
		display: inline-block;
		color: #fff;
		text-decoration: none;

		-webkit-transition: 0.2s ease-out;
		transition: 0.2s ease-out;
	}
	.MenuAuverdrive-item:hover {
		color: #cc0921;
	}

	@media screen and (max-width: 684px) {
		.MenuAuverdrive {
			padding-top: 0;
		}
		.MenuAuverdrive-item {
			margin: 0;
			display: block;
			padding: 15px 0;
			text-align: center;

			background: #262F33;
			margin-bottom: 2px;
		}
	}


/* ----------------------------------- STRATES ----------------------------------- */


.StrateVisuel {
	position: relative;
	/*height: 615px;*/

/*	background: url('images/visuel-home.jpg') no-repeat center;
	background-size: cover;*/
}
	.StrateVisuel .nivo-directionNav a {
		z-index: 12;
	}

	.StrateVisuel-wrapButton {
		position: absolute;
		bottom: 40px;
		width: 100%;
		text-align: center;
		z-index: 10;
	}


		/*@-webkit-keyframes compteur {
			from { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
			50% { -webkit-transform: rotate(-70deg); transform: rotate(-70deg); }
			75% { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
			to { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
		}
	  
	    @keyframes compteur {
			from { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
			50% { -webkit-transform: rotate(-70deg); transform: rotate(-70deg); }
			75% { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
			to { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
		}*/

		.StrateVisuel-compteur {
			z-index: 2;
			content: '';
			width: 185px;	
			height: 131px;
			background: url('images/compteur.png') no-repeat center top;
			display: block;
			margin: 0 auto 25px;
			position: relative;
		}
			/*.StrateVisuel-compteur:after {
				content: '';
				position: absolute;
				z-index: 3;
				background: url('images/fleche-compteur.png') no-repeat center;
				width: 129px;
				height: 41px;

				left: 50%;
				top: 90px;
				margin-left: -33px;
				transform: rotate(-180deg);
				transform-origin: 32px 20px;
				transition: 0.2s ease-out;
				 

				-webkit-transform-origin: 32px 20px;
			      -ms-transform-origin: 32px 20px;
			          transform-origin: 32px 20px;
			}
			.StrateVisuel-compteur:hover:after {
				-webkit-animation: compteur 1s ease-out;
				animation: compteur 1s ease-out;
			}*/

	.StrateVisuel-wrapButton .BtnAuverdrive {
		margin: 0 18px;
	}

	@media screen and (max-width: 684px) {
		.StrateVisuel {
			height: 415px;

			background: url('images/visuel-home.jpg') no-repeat center;
			background-size: cover;
		}
			.StrateVisuel .slider-wrapper {
				display: none;
			}

		.StrateVisuel-wrapButton .BtnAuverdrive {
			margin-bottom: 10px;
		}
	}




.StrateEspaceReceptif {
	position: relative;
	padding: 75px 0 90px;
	color: #999999;
	font-size: 14px;
	background: url('images/bg-indexThirdRow.png');
	overflow: hidden;
	line-height: 175%;
}
	.StrateEspaceReceptif-visuel {
		position: absolute;
		left: 50%;
		margin-left: -160px;
		top: 120px;
		background: url('images/bg-receptif.png') no-repeat;
		width: 878px;
		height: 571px;
	}

	.StrateEspaceReceptif .TitleStrate {
		margin-bottom: 45px;
		text-align: left;
	}

	.StrateEspaceReceptif ul {
		margin-top: 10px;
	}


	@media screen and (max-width: 684px) {
		.StrateEspaceReceptif-visuel {
			display: none;
		}
	}




.StratePrestations {
	padding:65px 0;
	background: url('images/bg-header.png');
}
	.StratePrestations .TitleStrate {
		margin-bottom: 70px;
	}


.Prestations .Prestation:last-child {
	margin-right: 0;
}

.Prestation {
	width: 520px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
	.Prestations.content-bottom .Prestation {
		width: 340px;
	}

	.Prestation-content {
		position: relative;
		background: #fff;
		width: 260px;
		height: 280px;
		float: left;
		text-align: center;
		display: table;
	}
		.Prestations.content-right .Prestation-content {
			float: right;
		}
		.Prestations.content-bottom .Prestation-content {
			float: none;
			width: 100%;
			height: 175px;
		}

		.Prestation-content:before {
			content: '';
			position: absolute;
			z-index: 1;
			top: 20px;
			bottom: 20px;
			left: 20px;
			right: 20px;
			border: 1px solid #d5d8da;

			-webkit-transition: 0.2s ease-out;
			transition: 0.2s ease-out;
		}
			.Prestation:hover .Prestation-content:before {
				top: 30px;
				bottom: 30px;
				left: 30px;
				right: 30px;
				background: #F9F9F9;
			}

		.Prestation-content:after {
			left: 100%;
			border: solid rgba(0, 0, 0, 0);
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-left-color: #fff;
			border-width: 10px;
			top: 50%;
			margin-top: -5px;
		}
			.Prestations.content-right .Prestation-content:after {
				right: 100%;
				left: inherit;
				border-right-color: #fff;
				border-left-color: transparent;
			}
			.Prestations.content-bottom .Prestation-content:after {
				left: 50%;
				bottom: 100%;
				top: inherit;
				margin-top: 0;
				margin-left: -5px;
				border-left-color: transparent;
				border-bottom-color: #fff;
			}

	.Prestation-title {
		font-family:'Maven Pro', Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-weight:700;
		text-transform:uppercase;
		text-decoration:none;
		color: #232c30;
		line-height: 200%;
		font-size: 14px;
		
		display: table-cell;
		vertical-align: middle;
		position: relative;
		z-index: 2;

		-webkit-transition: 0.2s ease-out;
		transition: 0.2s ease-out;
	}
		.Prestation:hover .Prestation-title {
			color: #CC0921 !important;
		}

		.Prestation-title:after {
			content: '';
			height: 2px;
			width: 25px;
			background: #cc0921;
			display: block;
			margin: 20px auto 0;

			-webkit-transition: 0.2s ease-out;
			transition: 0.2s ease-out;
		}

		.Prestation:hover .Prestation-title:after {
			margin-top: 30px;
			width: 15px;
		}

	.Prestation-wrapImage {
		height: 280px;
		width: 260px;
		overflow: hidden;
		float: right;
	}
		.Prestations.content-right .Prestation-wrapImage {
			float: left;
		}
		.Prestations.content-bottom .Prestation-wrapImage {
			float: none;
			width: auto;
			height: 200px;
		}

		.Prestation-wrapImage img {
			min-width: 100%;
		}

	@media screen and (max-width: 1060px) {
		.Prestation {
			width: 470px;
		}
			.Prestations.content-bottom .Prestation {
				width: 306px;
			}

		.Prestation-content {
			width: 210px;
		}
	}

	@media screen and (max-width: 684px) {
		.Prestation {
			width: auto;
			float: none;
			margin-right: 0;
		}
		.Prestations.content-bottom .Prestation {
			width: auto;
		}

		.Prestation-content,
		.Prestations.content-right .Prestation-content {
			float: none;
			width: 100%;
			height: 175px;
		}

		.Prestations .Prestation-content:after,
		.Prestations.content-right .Prestation-content:after {
			left: 50%;
			bottom: 100%;
			top: inherit;
			margin-top: 0;
			margin-left: -5px;
			border-left-color: transparent;
			border-right-color: transparent;
			border-bottom-color: #fff;
		}

		.Prestations.content-bottom .Prestation-wrapImage,
		.Prestations.content-right .Prestation-wrapImage,
		.Prestations .Prestation-wrapImage {
			float: none;
			width: auto;
			height: 185px;
		}
	}




.StrateReferences {
	padding:70px 0;
}
	.StrateReferences .TitleStrate {
		margin-bottom: 90px;
		color: #212a2e !important;
	}

.References {
	text-align: center;
}

.Reference {
	display: inline-block;

	margin: 0 10px 5px;

	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
	@media screen and (max-width: 1060px) {
		.Reference {
			margin: 0;
		}
	}

.Reference:hover {
	box-shadow: 0 0 0 1px #D5D8DA;
}

	@media screen and (max-width: 684px) {
		.Reference {
			margin: 0;
		}
	}



.StrateVisiteVirtuelle {
	position: relative;
	padding: 55px;
	height: 550px;
	overflow: hidden;

	background: url('../images/bg-indexThirdRow.png');
}
	.StrateVisiteVirtuelle:before {
		content: '';
		position: absolute;
		left: 65px;
		right: 65px;
		top: 65px;
		bottom: 65px;
		border: 1px solid rgba(255,255,255,0.2);
		z-index: 2;
	}

	.StrateVisiteVirtuelle .row {
		width: auto !important;
	}


	.StrateVisiteVirtuelle .TitleStrate {
		margin-top: 110px;
		margin-bottom: 90px;
		line-height: 100% !important;
		font-size: 50px !important;
	}

		@media screen and (max-width: 684px) {
			.StrateVisiteVirtuelle {
				height: 400px;
				padding: 20px;
			}
			.StrateVisiteVirtuelle .TitleStrate {
				margin-top: 40px;
			}
			.StrateVisiteVirtuelle:before {
				left: 20px;
				right: 20px;
				top: 20px;
				bottom: 20px;
			}
		}

	@-webkit-keyframes zoomVisuel {
		from { -webkit-transform: scale(1) translate(0,0) rotate(0deg); transform: scale(1) translate(0,0) rotate(0deg); }
		50% { -webkit-transform: translate(-3%,5%); transform: scale(-10%,5%); }
		to { -webkit-transform: scale(1.1) translate(-1%,2%) rotate(1deg); transform: scale(1.1) translate(-1%,2%) rotate(1deg); }
	}
  
    @keyframes zoomVisuel {
		from { -webkit-transform: scale(1) translate(0,0) rotate(0deg); transform: scale(1) translate(0,0) rotate(0deg); }
		50% { -webkit-transform: translate(-3%,5%); transform: scale(-10%,5%); }
		to { -webkit-transform: scale(1.1) translate(-1%,2%) rotate(1deg); transform: scale(1.1) translate(-1%,2%) rotate(1deg); }
	}

	.StrateVisiteVirtuelle-visuel {
		position: absolute;
		top:0;
		right: 0;
		left: 0;
		bottom: 0;
		background: url('../images/bg-visite.png') no-repeat center;
		z-index: 1;

		-webkit-animation: zoomVisuel 15s infinite alternate;
		animation: zoomVisuel 15s infinite alternate;
	}

	.StrateVisiteVirtuelle .row {
		position: relative;
		z-index: 2;
		text-align: center !important;
	}


.StrateNousContacter {
	position: relative;
	padding: 65px 0;
	background: url('images/bg-header.png');
}

	.StrateNousContacter .TitleStrate {
		margin-bottom: 50px;
	}

	.StrateNousContacter-visuel {
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		
		background: url('images/bg-contact.png') no-repeat center bottom;
	}
	.StrateNousContacter .row {
		position: relative;
		z-index: 2;
		width: 750px !important;
	}

.Coordonnees {
	margin-left: -70px;
	padding-left: 340px;
	padding-top: 20px;
	margin-bottom: 30px;
	background: url('images/map-contact.png') no-repeat left top;
}
	.Coordonnees-content {
		text-align: center;
		color: #999999;
	}
		.Coordonnees-content h3 {
			color: #fff;
			margin: 0;
			font-weight: 700 !important;
			font-size: 18px !important;
		}
		.Coordonnees-content h4 {
			color: #fff;
			margin: 0;
			font-size: 14px !important;
			font-weight: normal !important;
		}

	.Coordonnees-tel {
		width: 472px;
		height: 79px;
		margin: 25px auto 0;
		background: url('images/bandeau-tel.png') no-repeat center top;
		text-align: center;
		padding-top: 19px;

		font-family:'Maven Pro', Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-weight:800;
		text-transform:uppercase;
		color: #fff;
		font-size: 20px;
	}


@media screen and (max-width: 684px) {
	.Coordonnees {
		margin-left: 0;
		padding-left: 0;
		padding-top: 250px;
	}

	.Coordonnees-tel {
		width: auto;
		background-size: 100%;
		padding-top: 9px;
		font-weight: 500;
		font-size: 16px;
	}

	#main form.wpcf7-form label { 
		font-size: 14px;
	}
	#main form.wpcf7-form select.wpcf7-select, 
	#main form.wpcf7-form input.wpcf7-text, 
	#main form.wpcf7-form input.wpcf7-number, 
	#main form.wpcf7-form textarea,
	#main form.wpcf7-form label {
		display: block;
		width: 100% !important;
		float: none;
		padding: 2px 0;
		font-size: 14px;
	}

	#main form.wpcf7-form input.wpcf7-submit {
		margin-left: 0;
	}
	#main form.wpcf7-form li {
		margin-bottom: 0;
	}

	#main form.wpcf7-form select.wpcf7-select {
		height: 36px;
	}
}


