#footer-wrapper {
	font-size: 1.333em;
	line-height: 1;
	background-color: transparent;
	background-image: none !important;
	border-bottom: none;
	min-height: 0 !important;
	padding: 0 !important;
}
#footer-wrapper .section {
	padding: 0 30px;
}
#footer01 {
	background-color: #67bfe3;
	padding: 20px 0;
}
#footer02 {
	background-color: #4ca5c8;
	padding: 25px 0;
	margin: 0;
}
#footer02_first,
#footer02_second,
#footer02_third {
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer02_second,
#footer02_third {
	padding: 0 0 0 30px;
}
#footer03 {
	background-color: #1a7296;
	padding: 20px 0;
}
#footer-wrapper .region {
	padding: 0;
}

/* */

#footer01 .block > h2,
#footer02 .block > h2 {
	color: #ffffff;
	font-family: "DinProCondensedBold", Arial, Helvetica, sans-serif;
	font-size: 1.500em;
	text-transform: uppercase;
	letter-spacing: 1px;
}



/* BLOC NEWSLETTER */

.block-newsletter > h2,
.block-newsletter .content {
	display: inline-block;
	vertical-align: top;
}
.block-newsletter > h2 {
	line-height: 39px;
	height: auto;
	margin: 0 25px 0 0;
	float: none;
}
.block-newsletter .content form {
	width: 450px;
	padding: 0 150px 0 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block-newsletter .content input[type="text"] {
	color: #ffffff;
	font-family: "DinProRegular", Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	font-style: normal;
	background-color: transparent;
	border: 1px solid #ffffff;
	height: 40px;
	width: 100%;
	padding: 0 20px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.block-newsletter .content input[type=text]::-webkit-input-placeholder {
	color: #ffffff;
}
.block-newsletter .content input[type=text]:-moz-placeholder {
	color: #ffffff;
}
.block-newsletter .content input[type=text]::-moz-placeholder {
	color: #ffffff;
}
.block-newsletter .content input[type=text]:-ms-input-placeholder {
	color: #ffffff;
}
.block-newsletter .content input[type="submit"] {
	color: #4ca5c8;
	font-family: "DinProRegular", Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	text-align: center;
	background-color: #ffffff;
	width: 140px !important;
	height: 40px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



/* MENU SOCIAL */

#footer-wrapper .blockv2-social > h2,
#footer-wrapper .blockv2-social .content {
	display: inline-block;
	vertical-align: top;
}
#footer-wrapper .blockv2-social > h2 {
	line-height: 39px;
	margin: 0 25px 0 0;
}
#footer-wrapper .blockv2-social .content ul li + li {
	margin-left: 15px;
}
#footer-wrapper .blockv2-social .content ul li a {
	background-color: #ffffff;
	background-size: contain;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer-wrapper .blockv2-social .content ul li a.lien-facebook {
	background-image: url("../img_v2/social/facebook-blue.svg");
}
#footer-wrapper .blockv2-social .content ul li a.lien-twitter {
	background-image: url("../img_v2/social/twitter-blue.svg");
}
#footer-wrapper .blockv2-social .content ul li a.lien-youtube {
	background-image: url("../img_v2/social/youtube-blue.svg");
}
#footer-wrapper .blockv2-social .content ul li a.lien-instagram {
	background-image: url("../img_v2/social/instagram-blue.svg");
}
#footer-wrapper .blockv2-social .content ul li a.lien-googleplus {
	background-image: url("../img_v2/social/googleplus-blue.svg");
}
#footer-wrapper .blockv2-social .content ul li a.lien-pinterest {
	background-image: url("../img_v2/social/pinterest-blue.svg");
}
#footer-wrapper .blockv2-social .content ul li a.lien-flickr {
	background-image: url("../img_v2/social/flickr-blue.svg");
}
#footer-wrapper .blockv2-social .content ul li a:before {
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer-wrapper .blockv2-social .content ul li a.lien-facebook:before {
	background-image: url("../img_v2/social/facebook-white.svg");
}
#footer-wrapper .blockv2-social .content ul li a.lien-twitter:before {
	background-image: url("../img_v2/social/twitter-white.svg");
}
#footer-wrapper .blockv2-social .content ul li a.lien-youtube:before {
	background-image: url("../img_v2/social/youtube-white.svg");
}
#footer-wrapper .blockv2-social .content ul li a.lien-instagram:before {
	background-image: url("../img_v2/social/instagram-white.svg");
}
#footer-wrapper .blockv2-social .content ul li a.lien-googleplus:before {
	background-image: url("../img_v2/social/googleplus-white.svg");
}
#footer-wrapper .blockv2-social .content ul li a.lien-pinterest:before {
	background-image: url("../img_v2/social/pinterest-white.svg");
}
#footer-wrapper .blockv2-social .content ul li a.lien-flickr:before {
	background-image: url("../img_v2/social/flickr-white.svg");
}



/* MENU BOUTON */

.blockv2-button {
	max-width: 250px;
}
.blockv2-button > h2 {
	font-size: 0 !important;
	background-image: url("../img_v2/footer/logo.svg");
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: contain;
	padding: 0 0 65.2%;
	margin: 10px 0 25px;
}
.blockv2-button .content ul {
	display: inline-block;
}
.blockv2-button .content ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.blockv2-button .content ul li + li {
	margin-top: 20px;
}
.blockv2-button .content ul li a {
	color: #4ca5c8;
	font-family: "DinProCondensedMedium", Arial, Helvetica, sans-serif;
	font-size: 1.250em;
	text-transform: uppercase;
	line-height: 39px;
	background-color: #ffffff;
	height: 40px;
	padding: 0 15px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



/* MENU FOOTER */

.blockv2-footer > h2 {
	margin: 0 0 25px;
}
.blockv2-footer .content ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.blockv2-footer .content ul li + li {
	margin-top: 15px;
}
.blockv2-footer .content ul li a {
	color: #ffffff;
	font-family: "DinProRegular", Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



/* BLOC CARTE */

.blockv2-map > h2 {
	margin: 0 0 22px;
}
.blockv2-map .content .texte-carte-interactive p {
	color: #ffffff;
	font-family: "DinProRegular", Arial, Helvetica, sans-serif;
	line-height: 1.375em;
	margin: 0;
}
.blockv2-map .content .lien-carte-interactive {
	font-size: 0;
	background-image: url("../img_v2/footer/map.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	width: 214px;
	height: 250px;
	margin: -45px 0 0;
	display: block;
	float: right;
}



/* MENU SECONDAIRE */

.blockv2-secondary-menu {
	text-align: center;
}
.blockv2-secondary-menu > h2,
.blockv2-secondary-menu .content {
	display: inline-block;
	vertical-align: top;
}
.blockv2-secondary-menu > h2 {
	color: #ffffff;
	font-family: "DinProCondensedLight", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0;
}
.blockv2-secondary-menu .content ul li {
	padding: 0 0 0 11px;
	margin: 0 0 0 5px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	list-style: none;
}
.blockv2-secondary-menu .content ul li:before {
	content: "";
	border-left: 1px solid #ffffff;
	display: block;
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 0;
}
.blockv2-secondary-menu .content ul li a {
	color: #ffffff;
	font-family: "DinProCondensedMedium", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



/* =====================
ROLLOVER
===================== */

@media only screen and (min-width: 1025px) {
	
	/* BLOC NEWSLETTER */
	
	.block-newsletter .content input[type="submit"]:hover,
	.block-newsletter .content input[type="submit"]:focus,
	.block-newsletter .content input[type="submit"]:active {
		color: #ffffff;
		background-color: #042c4e;
	}
	
	/* MENU SOCIAL */
	
	#footer-wrapper .blockv2-social .content ul li a:hover,
	#footer-wrapper .blockv2-social .content ul li a:focus,
	#footer-wrapper .blockv2-social .content ul li a:active {
		background-color: #042c4e;
	}
	#footer-wrapper .blockv2-social .content ul li a:hover:before,
	#footer-wrapper .blockv2-social .content ul li a:focus:before,
	#footer-wrapper .blockv2-social .content ul li a:active:before {
		opacity: 1;
	}
	
	/* MENU BOUTON */
	
	.blockv2-button .content ul li a:hover,
	.blockv2-button .content ul li a:focus,
	.blockv2-button .content ul li a:active {
		color: #ffffff;
		background-color: #042c4e;
	}
	
	/* MENU FOOTER */
	
	.blockv2-footer .content ul li a:hover,
	.blockv2-footer .content ul li a:focus,
	.blockv2-footer .content ul li a:active {
		color: #042c4e;
	}
	
	/* MENU SECONDAIRE */
	
	.blockv2-secondary-menu .content ul li a:hover,
	.blockv2-secondary-menu .content ul li a:focus,
	.blockv2-secondary-menu .content ul li a:active {
		color: #042c4e;
	}
}



/* =====================
RESPONSIVE
===================== */

@media only screen and (max-width: 1149px) {
	
	/* BLOC NEWSLETTER */
	
	.block-newsletter > h2,
	.block-newsletter .content {
		display: block;
	}
	.block-newsletter > h2 {
		line-height: 1;
		margin: 0 0 25px;
	}
	
	/* MENU SOCIAL */
	
	#footer-wrapper .blockv2-social > h2,
	#footer-wrapper .blockv2-social .content {
		display: block;
	}
	#footer-wrapper .blockv2-social > h2 {
		line-height: 1;
		margin: 0 0 25px;
	}
}

@media only screen and (max-width: 999px) {
	
	/* BLOC CARTE */
	
	.blockv2-map .content .lien-carte-interactive {
		margin: 0;
	}
}

@media only screen and (max-width: 769px) {
	
	#footer-wrapper .section {
		padding: 0 15px;
	}
	#footer01_second {
		padding: 30px 0 0;
	}
	#footer02_second,
	#footer02_third {
		padding: 50px 0 0;
	}
	
	/* BLOC NEWSLETTER */
	
	.block-newsletter {
		margin: 0 !important;
		float: none !important;
	}
	.block-newsletter .content form {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}
	
	/* MENU SOCIAL */
	
	#footer-wrapper .blockv2-social > h2,
	#footer-wrapper .blockv2-social .content ul {
		text-align: center;
	}
	
	/* MENU BOUTON */
	
	.blockv2-button {
		margin: 0 auto;
	}
	.blockv2-button > h2 {
		margin: 0;
	}
	.blockv2-button .content {
		text-align: center;
	}
	
	/* MENU FOOTER */
	
	.blockv2-footer > h2,
	.blockv2-footer .content ul {
		text-align: center;
	}
	
	/* BLOC CARTE */
	
	.blockv2-map > h2,
	.blockv2-map .content {
		text-align: center;
	}
	.blockv2-map > h2 {
		margin: 0 0 25px;
	}
	.blockv2-map .content .lien-carte-interactive {
		width: auto;
		margin: 0 0 20px;
		float: none;
	}
	
	/* MENU SECONDAIRE */
	
	.blockv2-secondary-menu > h2,
	.blockv2-secondary-menu .content {
		display: block;
	}
	.blockv2-secondary-menu .content ul li {
		width: 50%;
		padding: 0;
		margin: 20px 0 0;
		display: block;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.blockv2-secondary-menu .content ul li:nth-child(odd) {
		padding: 0 0 0 50px;
	}
	.blockv2-secondary-menu .content ul li:before {
		display: none;
	}
}