/* ***** Couleurs ***** */

:root {
	--blanc: #ffffff;
	--black: #000000;
	--bleu: #35A8E0;
	--rouge: #E20613;
}






/* ***** ANIMATION **** */
#hache {
	animation-name: hache;
	-webkit-animation-name: hache;
	-moz-animation-name: hache;
	animation-duration: 4s;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	animation-iteration-count: infinite ;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}

@keyframes hache {
	0% {
		transform: translateX(-200px) rotate(360deg);
	}
	
	50% {
		transform: translateX(50px) rotate(720deg)
	}
	
	70% {
		transform: translateX(200px) rotate(1080deg);
	}
	100% {
		transform: translateX(0px);
	}
}






/* ***** Typo ***** */

@font-face {
  font-family: 'Norse';
  src: url("../fonts/norse-webfont.eot?v=4.3.0");
  src: url("../fonts/norse-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
	url("../fonts/norse-webfont.woff2?v=4.3.0") format("woff2"),
	url("../fonts/norse-webfont.woff?v=4.3.0") format("woff"),
	url("../fonts/norse-webfont.otf?v=4.3.0") format("truetype"),
	url("../fonts/norse-webfont.svg#norsebold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Norse';
  src: url("../fonts/norse-bold-webfont.eot?v=4.3.0");
  src: url("../fonts/norse-bold-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
	url("../fonts/norse-bold-webfont.woff2?v=4.3.0") format("woff2"),
	url("../fonts/norse-bold-webfont.woff?v=4.3.0") format("woff"),
	url("../fonts/norse-bold-webfont.otf?v=4.3.0") format("truetype"),
	url("../fonts/norse-bold-webfont.svg#norsebold") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.eot?v=4.3.0");
  src: url("../fonts/Raleway-Regular.eot?#iefix&v=4.3.0") format("embedded-opentype"),
	url("../fonts/Raleway-Regular.woff?v=4.3.0") format("woff"),
	url("../fonts/Raleway-Regular.otf?v=4.3.0") format("truetype"),
	url("../fonts/Raleway-Regular.svg#norsebold") format('svg');
  font-weight: normal;
  font-style: normal;
}

	
body{
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-size: 16px;
}
h1, .h1, #cms #center_column h1, #index h1 {
	color : #000000;
	font-size: 50px;
	font-family: 'Norse', serif;
	font-weight: bold;	
	padding: 0 0 0 0;
	margin-bottom: 10px;
}
.h1 .media-body .media-heading .editableLine .text-left :target{
	transform: translateY (-500px);
}
h2, .h2 , #cms #center_column h2, #index h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
h2, .h2 , #cms #center_column h2, #index h2 {
	color : #000000;
	font-size: 27px;
}
h2:before, .h2:before, 
#cms #center_column h2:before, 
#index h2:before {
	content:'';
	background-image: url('../img/before-titre.png');
	width: 25px;
	height: 21px;
	background-repeat: no-repeat;
    position: absolute;
	background-size: 100%;	
	margin-left: -30px;
	margin-top: 4px;
}
h2:after, .h2:after, 
#cms #center_column h2:after, 
#index h2:after {
	content:'';
	background-image: url('../img/after-titre.png');
	width: 25px;
	height: 21px;
	background-repeat: no-repeat;
    position: absolute;
	background-size: 100%;
	margin-left: 5px;
	margin-top: 4px;
}
.LPE-titre-blanc h2:before, 
.LPE-titre-blanc .h2:before, 
#cms #center_column .LPE-titre-blanc h2:before, 
#index .LPE-titre-blanc h2:before {
	content:'';
	background-image: url('../img/before-titre_blanc.png');
	width: 25px;
	height: 21px;
	background-repeat: no-repeat;
    position: absolute;
	background-size: 100%;	
	margin-left: -30px;
	margin-top: 4px;
}
.LPE-titre-blanc h2:after, 
.LPE-titre-blanc .h2:after, 
#cms #center_column .LPE-titre-blanc h2:after, 
#index .LPE-titre-blanc h2:after {
	content:'';
	background-image: url('../img/after-titre_blanc.png');
	width: 25px;
	height: 21px;
	background-repeat: no-repeat;
    position: absolute;
	background-size: 100%;
	margin-left: 5px;
	margin-top: 4px;
}
h3, .h3 , #cms #center_column h3, #index h3 {
	font-family: 'Norse', serif;
	color : #000000;
	font-size: 30px;
	font-weight: normal;
	padding: 0 0 10px 0;
}
p , #cms #center_column p{
	line-height: 20px;
}
a {
	color: #000000;
    text-decoration: none;
}
a:hover, a:focus {
    color: #35A8E0;
    background-color: none;
	text-decoration: none;
}







/* ***** Global ***** */

.breadcrumb{
	display: none;
}
#columns{
	padding: 0;
}
.LPE-bouton .mediaWidget{
	padding: 10px 0 0;
}
.LPE-bouton a{
	background-color: #35A8E0;
	color: #fff;
	padding: 10px 15px 10px 15px;
	margin: 0;
	display: inline-block;
	width: 40%;
	border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
    -webkit-border-radius: 0px 15px 0px 15px;
	transition: all 300ms ease-in-out;	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
.LPE-bouton a:hover{
	background-color: #E20613;
	width: 45%;
	text-decoration: none;
}
.owl-item  .LPE-bouton .mediaWidget{
	padding: 10px 0 0;
}
.owl-item  .LPE-bouton a{
	background-color: #35A8E0;
	color: #fff;
	padding: 10px 15px 10px 15px;
	margin: 0;
	display: inline-block;
	width: 98%;
	border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
	-webkit-border-radius: 0px 15px 0px 15px;
	transition: all 300ms ease-in-out;	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
.owl-item .LPE-bouton a:hover{
	background-color: #E20613;
	width: 90%;
	text-decoration: none;
}
.LPE-padding-bottom {
    padding-bottom: 40px;
}	
.LPE-padding-top {
    padding-top: 40px;
}

.LPE-arrondi {
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.LPE-bande-bleu .colonne {
    min-height: 1px;
}
.LPE-bande-bleu .widget .media {
	padding: 2px 10px 0px 10px;
}
.LPE-bande-bleu p,
#cms #center_column .LPE-bande-bleu p {
	margin: 0px;
	line-height: 25px;
}

.thumbnail {
    background: none;
}
#cms #center_column img {
	margin: 4px 0 5px;
}
.index #header_logo {
	display:none;
}
.index #bloc_phone {
	display: none;
}

.index .iqitmegamenu-wrapper {
	padding-top: 0px;
}
.widget .parallax, .widget .paralax {
    padding: 120px 80px 120px 80px;
}
#editorial_block_center .rte p{
	color: #000000; 
}
.widget .owl-carousel .owl-item {
    padding: 10px;
}
.editorial_block {
    margin-bottom: 0;
}







/* ***** Header ***** */
.arabesque {
	margin: 10px 0 10px 0;
}

header .row #header_phone {
	margin-top: 50px;
}
header .row #header_phone a{
	font-size: 2em;
	text-align: center;
	padding: 0 5px 20px 5px;
	display: block;
	border-radius: 30px;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
header .row #header_phone a p{
	margin: 0;
}
header .row #header_logo{
	width: 100%;
}
header{
	padding: 0;
	background-color: #000000;
}
header .row #header_phone a:hover {
	background-color: inherit;
	color: #35A8E0;
}
header .row #header_phone a{
	color: #ffffff;
}

#etat_logo {
	padding-top: 10px;
}
.owl-prev .owl-theme .owl-controls.clickable .owl-buttons div{
	color: #000000; 
}
.owl-prev .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	color: #35A8E0;
	filter: none;
}
.fa-caret-left::before{
	color: #35A8E0; 
}
.owl-theme .owl-controls .owl-page span{
	background-color: #000000;
}








/* ***** Menu ***** */

.iqitmegamenu-wrapper #iqitmegamenu-horizontal {
	border-top: 2px solid #35A8E0;
}
#iqitmegamenu-horizontal,
.cbp-hrmenu > ul > li.cbp-hrmenu-tab > a, 
.cbp-hrmenu > ul > li.cbp-hrmenu-tab > span.cbp-main-link {
	background-color: #000000;
}
.cbp-horizontal .cbp-tab-title{
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color: #ffffff;
}
.cbp-horizontal > ul > li > a, 
.cbp-horizontal > ul > li > span.cbp-main-link {
	padding-left: 10px;
    padding-right: 10px;
}
.cbp-hrmenu > ul > li.cbp-hrmenu-tab > a:hover {
	background-color: #35A8E0;
	color: #ffffff;
}

#iqitmegamenu-mobile {
    padding-bottom: 15px;
}
#iqitmegamenu-accordion.cbp-spmenu > li a {
    text-transform: uppercase;
    font-weight: normal; 
}
.cbp-spmenu a:hover {
    color: #ffffff;
    background-color: #35A8E0;
}
#iqitmegamenu-mobile .iqitmegamenu-accordion li a{
	padding-left: 0 !important;
}
#iqitmegamenu-mobile #iqitmegamenu-shower, #cbp-close-mobile {
    background-color: inherit;
	position: fixed;
	left: 7%;
}
.cbp-mobilesubmenu {
    position: fixed;
}







/* ***** Product ***** */

.primary_block {
    margin-bottom: 0px;
}

#product .form-control.attribute_select{
	min-width:250px;
}
#quantity_wanted_p{
	display:none;
}








/* ***** Price ***** */

.fancybox-skin {
	border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
    -webkit-border-radius: 0px 15px 0px 15px;
	background: #000000 !important;
}
.fancybox-inner {
	background-color: #000000;
}
.box-info-product {
    background: #000000;
	border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
    -webkit-border-radius: 0px 15px 0px 15px;
    border: 2px solid #35A8E0;
    border-top: 2px solid #35A8E0;
    border-bottom: 2px solid #35A8E0;
}
.our_price_display,
#our_price_display,
#old_price,
#attributes fieldset label {
	color: #ffffff;
}
.box-cart-bottom .btn-success {
	background-color: #35A8E0;
	border-color: #35A8E0;
	border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
    -webkit-border-radius: 0px 15px 0px 15px;
	transition: all 300ms ease-in-out;	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
.box-cart-bottom a:hover.btn-success,.box-cart-bottom span:hover.btn-success {
	background-color: #E20613;
	border-color: #E20613;
}








/* ***** Bon Cadeau ***** */

.box-info-product .exclusive::after {
	background: none;
}
.box-info-product .exclusive::before {
    font-family: none;
    position: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    color: inherit;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
    content: none;
    z-index: 0;
    width: 0;
    text-align: center;
    border: none;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}
.box-info-product .exclusive span,
.box-info-product .exclusive {
	-moz-border-radius: 0px 15px 0px 15px;
	-webkit-border-radius: 0px 15px 0px 15px;
	border-radius: 0px 15px 0px 15px;
	border-top: 1px solid #35A8E0;
	border-right: 1px solid #35A8E0;
	border-left: 1px solid #35A8E0;
	border-bottom: 1px solid #35A8E0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;	
	vertical-align: middle;
}
.box-info-product .exclusive span {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1.33;
	text-shadow: none;
	padding: 10px 16px;
	color: #fff;
	display: block !important;
}
.box-info-product .exclusive {
    padding: 0;
    position: relative;
    display: block;
    background-image: none;
    background-size: 100%;
    background-color: #35A8E0;
}
.box-info-product .exclusive:hover span,
.box-info-product .exclusive:hover {
    border-top: 1px solid #E20613;
    border-right: 1px solid #E20613;
    border-left: 1px solid #E20613;
    border-bottom: 1px solid #E20613;
    background-color: #E20613;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.box-info-product p {
/*	margin-bottom: inherit;*/
}








/* ***** Lyoreservation ***** */

#module-lyoreservation-book {
    color: #fff;
}
#module-lyoreservation-book h1 {
	color: #fff;
}
#module-lyoreservation-book .btn-primary, 
#module-lyoreservation-book .btn-primary.focus, 
#module-lyoreservation-book .btn-primary:focus {
	background-color: #35A8E0;
	border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
    -webkit-border-radius: 0px 15px 0px 15px;
    transition: all 300ms ease-in-out;	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
} 
#module-lyoreservation-book .btn-primary:hover {
	background-color: #E20613;
}
#search_by_calendar .sortByDate input {
	border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
    -webkit-border-radius: 0px 15px 0px 15px;
}
.table tbody > tr > td {
    background-color: #ffffff;
}
td:hover a {
    color: #E20613;
}
.table tbody > tr > td.unavailable,
.unavailable, td.unavailable:hover {
    background: repeating-linear-gradient(45deg, #eaeaea, #eaeaea 2px, #ffffff 2px, #ffffff 10px);
}
.fancybox-skin .fancybox-close {
    color: #E20613;
    background-color: #ffffff;
}
.fancybox-skin .fancybox-close:hover {
    color: #35A8E0;
}








/* ***** Contact ***** */

.LPE-contact-coordonnees{
	padding: 0;
}
.LPE-contact-coordonnees .media{
	padding: 5px 0;
}
.contact-form-box{
	background-image: none;
}
.center_column .editable h1{
	display: none;
}
#cms #center_column .contact-form-box h3.page-subheading {
	color: #000000;
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;	
	padding: 15px 0 0 15px;
	margin-bottom: 10px;
	text-transform: inherit;
}
.contact-form-box {
	-moz-box-shadow: none;
    webkit-box-shadow: none;
    box-shadow: none;	
	border: 1px solid #000;
}

#submitMessage.button.button-medium{
		background-color: #35A8E0;
		background-image: inherit;
		border: none;
		color: #fff;
		margin: 0;
		display: inline-block;
		width: 20%;
		transition: all 300ms ease-in-out;	
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		}
#submitMessage.button.button-medium:hover{
		background-color: #E20613;
		border: none;	
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		text-decoration: none;
		background-image: inherit;
}
.button.button-medium span{
		border-color: inherit;
}
#contact .contact-form-box .widget .media {
    padding: 5px 10px 5px 10px;
}
.contact-form-box .page-subheading {
    padding-left: 0px;
    border: none;
    margin-bottom: 0;
}
.iframe {
    max-width: none;
}
.colonne>.iframe {
	padding-left: -15px;
}








/* ***** Footer ***** */

.footer-container .container {
    padding-bottom: 0;
}
.footer-images{
	padding-bottom: 40px;
}
.footer-container{
	background: url(../img/footer-bg.jpg) repeat-x #000000;
}
.footer-container #footer h4,
.footer-container #footer #social_block h4 {
	color: #ffffff;
	font-family: 'Norse', Times, Times New Roman, serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}
.footer-container #footer .logo {
	margin-top: 100px;
}
.footer-container #footer #social_block ul li a {
    color: #ffffff;
}
.footer-container #footer #social_block ul li a:hover {
    color: #000000;
}
.footer-container #footer a {
    color: #ffffff;
}
.footer-container #footer a:hover {
	color: #35A8E0;
}
.footer-container #footer ul li, 
.footer-container #footer ul li a{
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	text-shadow: none;
}
.footer-container #footer #block_contact_infos > div ul li > span, 
.footer-container #footer #block_contact_infos > div ul li > span a:hover{
	color: #35A8E0;
}
.footer-container #footer ul li a:hover,
.footer-container #footer #block_contact_infos > div ul li a:hover {
	text-decoration: none;
}
.footer-container #footer #block_contact_infos > div ul li i{
	color: #35A8E0;
}
.bottom-footer{
	text-align: center;
}
.footer_bottom{
	border-top: 1px solid #E20613;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}
.footer_bottom p{
	color: #ffffff;
	margin: 0;
	font-size: 11px;
}
.logo-lyonDev{
	width: 120px;
	padding: 10px 10px 2px 10px;
}
.footer_bottom a:hover {
	background-color: inherit;
}
.footer-container #footer #block_contact_infos {
	border-left: 1px solid #E20613;
}

#facebook_block, 
#cmsinfo_block {
    background: none;
    padding-right: 0px;
    padding-left: 0px;
	min-height: inherit;
	height: inherit;
}
.footer-container #footer .facebook-fanbox {
	margin-top: 35px;
}
#facebook_block .facebook-fanbox {
	background: #000;
	border: none;
}







/* ***** Responsive ***** */

@media (max-width: 480px){
	/* General */
	.ls-global{
		padding-left: 10px;
	}
	.container {
	    padding-left: 5px;
	}
	header .row #header_phone {
		padding-top: 0;
	}
	#hache {
		display: none;
	}
	.ls-l, .ls-l p{
		display: none;
	}
	#index #iqitmegamenu-mobile {
	    padding-bottom: 15px;
	    position: absolute;
	    top: 10px;	
	    left: 0px;
		float: left;
	}
	#iqitmegamenu-mobile {
	    padding-bottom: 15px;
	    position: absolute;
	    top: -350px;
	    left: 0px;
		float: left;	 
	}
	#iqitmegamenu-mobile #iqitmegamenu-shower{
		padding: 5px 5px 5px 5px !important;
		height: 46px;
   		width: 46px;
	}
	#iqitmegamenu-mobile #iqitmegamenu-shower span {
		display: none;
	}
	.widget .parallax, .widget .paralax {
   		padding: 5px;
	}
	.LPE-bouton a{
		width: 60%;
	}
	.LPE-bouton a:hover{
		width: 58%;
	}
	.LPE-padding-bottom {
	    padding-bottom: 5px;
	}	
	.LPE-padding-top {
	    padding-top: 5px;
	}
	.colonne {
	    min-height: 95px;
	}
	h2, .h2, #cms #center_column h2, #index h2{
		font-size: 18px;
	}
	.LPE-titre-blanc h2:before, .LPE-titre-blanc .h2:before, #cms #center_column .LPE-titre-blanc h2:before, #index .LPE-titre-blanc h2:before {
	 	width: 17px;
	    height: 14px;
		margin-left: -23px;
	}
	.LPE-titre-blanc h2:after, .LPE-titre-blanc .h2:after, #cms #center_column .LPE-titre-blanc h2:after, #index .LPE-titre-blanc h2:after {
	    width: 17px;
	    height: 14px;
	}
	.h2:before, .h2:before, #cms #center_column h2:before, #index h2:before {
	 	width: 17px;
	    height: 14px;
		margin-left: -23px;
	}
	.h2:after, .h2:after, #cms #center_column h2:after, #index h2:after {
	    width: 17px;
	    height: 14px;
	}
	.LPE-contact_phone {
	    text-align: center;
	}
	
	/* 	Produit */
	.page-product-box {
   	 padding-bottom: 00px;
	}	
	
	/* Footer */
	footer .logo{
		width: 50%;
	    margin: auto;	
	}
	
	/* Contact */
	#submitMessage.button.button-medium{
		width: 40%;
	}
	#submitMessage.button.button-medium:hover{
		width: 38%;
	}
}

@media (max-width: 768px){
	/* General */
	.ls-global{
		padding-left: 10px;
	}
	.container {
	    padding-left: 0;
		padding-right: 10px;
	}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, header .row #header_logo, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	padding-left: 10x;
    padding-right: 10px;
}
	#index #iqitmegamenu-mobile {
	    padding-bottom: 15px;
	    position: absolute;
	    top: 10px;
	    left: 0px;
		float: left;
	}
	#iqitmegamenu-mobile {
	    padding-bottom: 15px;
	    position: absolute;
	    top: -355px;
	    left: 0px;
		background-color: none;
	}
	#iqitmegamenu-mobile #iqitmegamenu-shower, #cbp-close-mobile {
	    background-color: inherit;
	}
	.iqitmegamenu-wrapper #iqitmegamenu-horizontal {
    	border-top: none;
	}
	.widget .parallax, .widget .paralax {
	    padding: 10px 10px 30px 10px;
	}
	.LPE-padding-bottom {
	    padding-bottom: 10px;
	}	
	.LPE-padding-top {
	    padding-top: 10px;
	}
	h1, .h1, #cms #center_column h1, #index h1,#cms #center_column .contact-form-box h3.page-subheading {
		font-size: 25px;
	}

	h2, .h2, #cms #center_column h2, #index h2{
		font-size: 15px;
	}
	body {
    	font-size: 14px;
	}
	h2.ls-l, h3.ls-l{
		display: none;
	}
	#iqitmegamenu-mobile #iqitmegamenu-shower span {
		display: none;
	}
	.widget .parallax .LPE-bouton a,
 	.widget .paralax .LPE-bouton a {	 
		width: 50%;
	}
	.widget .parallax .LPE-bouton a:hover,
	.widget .paralax .LPE-bouton a:hover{
		width: 48%;
	}
	.LPE-titre-blanc h2:before, .LPE-titre-blanc .h2:before, #cms #center_column .LPE-titre-blanc h2:before, #index .LPE-titre-blanc h2:before {
	 	width: 17px;
	    height: 14px;
		margin-left: -23px;
	}
	.LPE-titre-blanc h2:after, .LPE-titre-blanc .h2:after, #cms #center_column .LPE-titre-blanc h2:after, #index .LPE-titre-blanc h2:after {
	    width: 17px;
	    height: 14px;
	}
	
	/* Footer */
	footer .logo{
		width: 30%;
	    margin: auto;
	}
	.footer-container #footer #block_contact_infos {
	    border-left: none;
	}
	.fb_iframe_widget span {
	    display: block !important;
	    margin: 0 auto;
	}
	
	/* Contact */
	#submitMessage.button.button-medium{
		width: 40%;
	}
	#submitMessage.button.button-medium:hover{
		width: 38%;
	}
}

@media (min-width: 769px) and (max-width: 991px){
	/* General */
	header .row #header_phone {
		margin-top: 50px;
	}
	header .row #header_phone a{
		font-size: 22px;
		text-align: center;
		padding: 0 5px 20px 5px;
		display: block;
	}
	header .row #header_phone a p{
		margin: 0;
	}
	#iqitmegamenu-mobile {
	    padding-bottom: 15px;
	    position: absolute;
	    top: -740%;
	}
	#iqitmegamenu-mobile #iqitmegamenu-shower{
		padding: 5px 5px 5px 5px !important;
		height: 46px;
   		width: 46px;
		float: left;
	}
	.iqitmegamenu-wrapper #iqitmegamenu-horizontal{
		border-top: none;
	}
	#iqitmegamenu-mobile #iqitmegamenu-shower, #cbp-close-mobile {
	    background-color: inherit;
	}
	#iqitmegamenu-mobile #iqitmegamenu-shower span {
		display: none;
	}
	.LPE-bouton a{
		width: 50%;
		margin: auto;
	}	
	.colonne {
	    min-height: 95px;
	}
	.center_column.col-xs-12.col-sm-12{
		padding-left: 0;
    	padding-right: 0;
	}
	.cbp-horizontal .cbp-tab-title{
		font-size : 14px;
	}
	.LPE-bouton a{
		width: 40%;
	}
	.LPE-bouton a:hover{
		width: 38%;
	}
	.widget .parallax .LPE-bouton a,
	.widget .paralax .LPE-bouton a {
		width: 50%;
	}
	.widget .parallax .LPE-bouton a:hover,
	.widget .paralax .LPE-bouton a:hover{
		width: 48%;
	}
	.cbp-horizontal{
		padding-left: 0px;
    	padding-right: 3px;
	}
	.widget .parallax, .widget .paralax {
	    padding: 60px 40px 60px 40px;
	}
	.LPE-padding-bottom {
	    padding-bottom: 10px;
	}	
	.LPE-padding-top {
	    padding-top: 10px;
	}

	/* Contact */
	.LPE-contact-coordonnees .media div{
		display: inline-block;
	}
	.LPE-contact-iframe{
		margin-top: 50px;
	}	
	
	/* Footer */
	footer .logo{
		width: 30%;
	    margin: auto;
	}
	.footer-container #footer #social_block {
	    display: block;
	    position: absolute;
	    bottom: 216px;
	    right: 252px;
	}
}

@media (min-width: 992px){
	/* General */
	header .row #header_phone {
		margin-top: 50px;
	}
	header .row #header_phone a{
		font-size: 29px;
		text-align: center;
		padding: 0 5px 20px 5px;
		display: block;
	}
	header .row #header_phone a p{
		margin: 0;
	}
	.LPE-padding-bottom {
	    padding-bottom: 30px;
	}	
	.LPE-padding-top {
	    padding-top: 30px;
	}
}
/* ***** BOUTON ***** */

.LPE-bouton-rouge a, .LPE-bouton-bleu a {
	color:#ffffff;
	font-weight: 600;
	font-size: 1.8rem;
}
.LPE-bouton-rouge, .LPE-bouton-bleu {
	padding: 10px 20px;
	border-radius: 0 25px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
	transition: transform .6s;
}
.LPE-bouton-rouge {
	background-color: var(--rouge);
}
.LPE-bouton-bleu {
	background-color: var(--bleu);
}
.LPE-bouton-rouge:hover, .LPE-bouton-bleu:hover {
	-ms-transform: scale(1.05); /* IE 9 */
	-webkit-transform: scale(1.05); /* Safari 3-8 */
	transform: scale(1.05);
}
.LPE-bouton-rouge:hover {
	background-color: #EA3F47;
}
.LPE-bouton-bleu:hover {
	background-color: #45B9EF;
}
.widget.LPE-bouton-rouge .media, 
.widget.LPE-bouton-bleu .media {
	padding: 0;
}
.LPE-bouton-rouge p, .LPE-bouton-bleu p {
	margin-bottom: 0;
}
