/*
Theme Name: StÃ©phane Plaza Immobilier - Franchise
Author: Evernet
Author URI: http://www.evernet.fr
Description: ThÃ¨me Ã  destination du site FranchisÃ© StÃ©phane Plaza Immobilier
Version: 1.0.0
*/

/* My Minimal WordPress Styling comes here */

@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {
	font-family: 'MuseoSans';
	src: url('fonts/MuseoSans-300.eot');
	src: local('â˜º'), url('fonts/MuseoSans-300.woff') format('woff'), url('fonts/MuseoSans-300.ttf') format('truetype'), url('fonts/MuseoSans-300.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

#articles .article .intro-text h3,
#archives .page-title {
	font-size: 25px !important;
}
.intro-text > div, .entry-summary, .entry-content {
	text-align: justify;
}
#breadcrumbs .breadcrumb_last {
	overflow: inherit !important;
}

.no-results.not-found label {
    vertical-align: top;
    float: none;
    margin: 5px 4px;
}

.no-results.not-found input {
    vertical-align: top;
    height: 50px;
    line-height: 20px;
    float: none;
}

@media (max-width: 480px) {

	.no-results.not-found label {
		display: block;
	}

	.no-results.not-found input {
		display: block;
	    width: 100%;
	    margin: 0;
	}
}

#sub-footer{position:relative;float:left;padding:0;margin:0;width:100%;font-family:'Montserrat',sans-serif;background-color:#4a4a4a;padding:10px 0;font-size:15px;text-align:center}
#sub-footer a{color:#e1e1e1;transition: 0.2s;}
#sub-footer a:hover {color: #fff;}

/*@media (max-width: 767px) {
	#enbref h1 {max-width: 80%;}
	#topimage h1 {font-size: 23px !important;line-height: 26px;}
	#flux_rsociaux {
		background: none !important;

		.fb-page.fb_iframe_widget {
			transform: scale(0.85);
			-moz-transform: scale(0.85);
			-webkit-transform: scale(0.85);
			-ms-transform: scale(0.85);
			-o-transform: scale(0.85);
			transform-origin: left top;
			-moz-transform-origin: left top;
			-webkit-transform-origin: left top;
			-ms-transform-origin: left top;
			-o-transform-origin: left top;
		}

		.twitt-wrapp {
			width: 280px !important;
			margin: 20px auto 0;
		}
	}
}
*/
/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


.site-header{
    border-bottom:1px solid #CCC;
    background-color: #FFF;
}


body header#masthead {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
 /* margin-top: 15px; */
  z-index: 9;
}
body header#masthead .container {
  padding: 15px;
}
body #top-menu .followus {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  text-align: left;
  margin: auto;
}
body #top-menu ul {
  position: relative;
  margin: auto;
  float: none;
  text-align: center;
}
body #top-menu ul li {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  background-repeat: no-repeat;
  margin: 10px;
  position: relative;
  float: none;
}
body #top-menu ul li a {
  -webkit-transition: all 0.2s ease-in-out, background-position 0 ease-in-out;
  -moz-transition: all 0.2s ease-in-out, background-position 0 ease-in-out;
  -o-transition: all 0.2s ease-in-out, background-position 0 ease-in-out;
  transition: all 0.2s ease-in-out, background-position 0 ease-in-out;
  text-indent: -9999999px;
  padding: 0;
  border-bottom: 0;
}
body #top-menu ul li.agences {
  background-image: url('./wp-content/themes/spi/less/../images/ev/spritesheet.png');
  background-position: -132px -5px;
  height: 26px;
  width: 35px;
  margin-right: 70px;
}
body #top-menu ul li.agences a {
  text-indent: 0;
  position: absolute;
  left: 45px;
  top: 3px;
}
body #top-menu ul li.agences:hover {
  background-position: -132px -5px;
}
body #top-menu ul li.agences:hover a {
  background-color: transparent;
}
body #top-menu ul li.coeur {
  background-image: url("./wp-content/themes/spi/less/../images/ev/spritesheet.png");
  background-position: -728px -5px;
  height: 22px;
  width: 23px;
}
body #top-menu ul li.coeur:hover {
  background-position: -728px -5px;
}
body #top-menu ul li.coeur:hover a {
  background-color: transparent;
}
body #top-menu ul li.compte {
  background-image: url("./wp-content/themes/spi/less/../images/ev/spritesheet.png");
  background-position: -1386px -5px;
  height: 24px;
  width: 20px;
}
body #top-menu ul li.compte:hover {
  background-position: -1386px -5px;
}
body #top-menu ul li.compte:hover a {
  background-color: transparent;
}
body #top-menu ul li.facebook {
  height: 34px;
  width: 35px;
  line-height: 34px;
  margin: 0 2px;  
  background: url("./less/../images/ev/fb.svg") no-repeat;
}
body #top-menu ul li.facebook a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body #top-menu ul li.facebook a:hover,
body #top-menu ul li.facebook a:focus {
  background: transparent;
}

body #top-menu ul li.twitter {
  height: 34px;
  width: 35px;
  line-height: 34px;
  margin: 0 2px;  
  background: url("./less/../images/ev/twitter.svg") no-repeat;
}
body #top-menu ul li.twitter a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body #top-menu ul li.twitter a:hover,
body #top-menu ul li.twitter a:focus {
  background: transparent;
}

body #top-menu ul li.linkedin {
  height: 34px;
  width: 35px;
  line-height: 34px;
  margin: 0 2px;  
  background: url("./less/../images/ev/linked.svg") no-repeat;
}
body #top-menu ul li.linkedin a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body #top-menu ul li.linkedin a:hover,
body #top-menu ul li.linkedin a:focus {
  background: transparent;
}

body #top-menu ul li.youtube {
  height: 34px;
  width: 35px;
  line-height: 34px;
  margin: 0 2px;  
  background: url("./less/../images/ev/youtube.svg") no-repeat;
}
body #top-menu ul li.youtube a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body #top-menu ul li.youtube a:hover,
body #top-menu ul li.youtube a:focus {
  background: transparent;
}

body #top-menu ul li.instagram {
  height: 34px;
  width: 35px;
  line-height: 34px;
  margin: 0 2px;  
  background: url("./less/../images/ev/instagram.svg") no-repeat;
}
body #top-menu ul li.instagram a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body #top-menu ul li.instagram a:hover,
body #top-menu ul li.instagram a:focus {
  background: transparent;
}

body nav.site-navigation {
/*
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
*/
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
}
body nav.site-navigation.f-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
body nav.site-navigation #top-menu {
  display: none;
}
body nav.site-navigation > .before,
body nav.site-navigation > .after {
/*
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
  box-shadow: 0 0 20px rgba(0,0,0,0.8);
*/
  -webkit-border-radius: 100px / 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
}
body nav.site-navigation > .after {
  transform: skew(8deg) rotate(3deg);
  right: 10px;
  left: auto;
}
body nav.site-navigation .container {
  background: #fff;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
body nav.site-navigation .navbar-default {
  border: 0;
  margin-bottom: 0;
}
body nav.site-navigation .navbar-default .navbar-brand {
  display: none;
}
body nav.site-navigation .navbar-default .mobilenav {
  display: none;
}
body nav.site-navigation .navbar-default .navbar-collapse {
  background-color: #fff;
  border: 0;
  text-align: center;
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav {
  margin: auto;
  width: auto;
  float: none;
  clear: none;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li {
  text-align: center;
  position: static;
  position: relative;
  padding: 0 20px;
  display: table;
  height: 80px;
    background-position: top 15px right 50%;
    background-repeat: no-repeat;
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li,
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li a {
  color: #ea0c4d;
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li a {
/*
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
*/
/*  position: relative;*/
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
/*text-transform: uppercase;*/
  padding: 0 0 5px 0;
  margin: 0 15px;
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
  font-size: 14px;
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li a:focus,
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li a:hover,
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li a.active {
/*FIXME  background: none;*/
    
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

	
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li:before {
  position: absolute;
  z-index: 1;
  content: ' ';
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 40px;
  width: 50px;
  margin: auto;
  display: inline-block;
  top: 10px;
  right: 50%;
  margin-right: -25px;
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li:after {
/*
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
transition: 0.2s;*/
  background-size: 100% 100%;
  background-position: 0 999px;
/*  position: absolute;*/
  z-index: 0;
  content: ' ';
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0%;
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li:focus:before,
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li:hover:before,
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.active:before {
/*  background-position: 0 -40px;*/
    
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li:focus:after,
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li:hover:after,
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.active:after {
    border-bottom: 3px solid #ea0c4d;
}

/* MENU ACTIF*/
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li:focus a,
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li:hover a,
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.active a {
  background: none;
border-bottom: 3px solid #ea0c4d;
background-color:transparent;

}

body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.accueil {
  position: relative;
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.accueil:before {
  top: 20px;
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.accueil a {
/*
  color: transparent;
  font-size: 5px;
*/
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.accueil {
  background-image: url('./images/Accueil.svg');
}

body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.acheter {
  background-image: url('./images/acheter.svg');
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.vendre {
  background-image: url('./images/vendre.svg');
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.gerance {
  background-image: url('./images/gerance.svg');   
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.conseils {
  background-image: url('./images/conseils.svg');
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.rejoindre{
  background-image: url('./images/rejoignez.svg');
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.agences{
  background-image: url('./images/nosagences.svg');
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.compte {
  position: relative;
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.compte:before {
  top: 20px;
}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.compte a {

  color: transparent;
  font-size: 5px;

}
body nav.site-navigation .navbar-default .navbar-collapse ul.navbar-nav li.compte:before {
  background-image: url('./images/Mon.svg');
}
body.logged-in nav.site-navigation.f-nav {
/*  top: 32px;*/
}
footer#colophon {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  background-color: #4a4a4a;
  padding: 35px 0;
  font-size: 15px;
}
footer#colophon .logo-SPI {
  text-align: center;
}
footer#colophon .logo-SPI img {
  width: 84px;
  height: 105px;
  margin-top: 20px;
}
footer#colophon,
footer#colophon a {
  color: #808080;
}
footer#colophon .container {
  padding: 0 15px;
}
footer#colophon [class^=col-] {
  padding: 0 5px;
}
footer#colophon .footer-element h4 {
  font-size: 14px !important;
  line-height: 18px;
  margin-bottom: 0px;
  margin-top: 15px;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
footer#colophon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer#colophon ul.sub-menu {
  padding: 10px 0 25px;
}
footer#colophon ul li {
  margin-bottom: 6px;
}
footer#colophon ul li a {
  color: #e1e1e1;
  display: block;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.2s ease 0s;
}
footer#colophon ul li:hover > a {
  background: transparent;
  color: #fff;
}
footer#colophon ul li ul li {
  text-transform: initial;
  width: 100%;
}
footer#colophon ul li ul li:hover,
footer#colophon ul li ul li:hover a {
  background: transparent;
  color: #fff;
}
footer#colophon ul li ul li > a {
  color: #626262;
}
footer#colophon #social-links {
  position: relative;
  float: right;
}
footer#colophon #social-links #suivez-moi {
  color: #626262;
  text-transform: uppercase;
  position: relative;
  float: left;
  padding-right: 15px;
  line-height: 30px;
}
footer#colophon #social-links ul.rsociaux {
  position: relative;
  float: left;
}
footer#colophon #social-links ul.rsociaux li {
  position: relative;
  float: left;
  margin: 0 5px;
}
footer#colophon #social-links ul.rsociaux li a {
  background-image: url('./wp-content/themes/spi/less/../images/ev/sprite-social.png');
  width: 31px;
  height: 31px;
  position: relative;
  float: left;
}
footer#colophon #social-links ul.rsociaux li a.social-facebook {
  background-position: 0 0;
}
footer#colophon #social-links ul.rsociaux li a.social-facebook:hover {
  background-position: 0 -31px;
}
footer#colophon #social-links ul.rsociaux li a.social-tweet {
  background-position: 0 -62px;
}
footer#colophon #social-links ul.rsociaux li a.social-tweet:hover {
  background-position: 0 -93px;
}
footer#colophon #social-links ul.rsociaux li a.social-linkedin {
  background-position: 0 -124px;
}
footer#colophon #social-links ul.rsociaux li a.social-linkedin:hover {
  background-position: 0 -155px;
}
section#lowest-footer {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #191919;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 0;
}
section#lowest-footer .container {
  padding-bottom: 0;
}
section#lowest-footer .container,
section#lowest-footer .container a {
  color: #fff;
  text-transform: uppercase;
}
section#lowest-footer .container .menu-lowest-footer-menu-container {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
section#lowest-footer .container .menu-lowest-footer-menu-container ul#lowest-footer-menu {
  margin: auto;
  width: auto;
  float: none;
  clear: none;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
section#lowest-footer .container .menu-lowest-footer-menu-container ul#lowest-footer-menu li,
section#lowest-footer .container .menu-lowest-footer-menu-container ul#lowest-footer-menu li a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
section#lowest-footer .container .menu-lowest-footer-menu-container ul#lowest-footer-menu li:hover,
section#lowest-footer .container .menu-lowest-footer-menu-container ul#lowest-footer-menu li:hover a {
  background: transparent;
  color: #ededed;
}

#colophon.site-footer .navbar-toggle .icon-bar {
  background: #fff;
}
#colophon.site-footer .logo-SPI {
  display: inline-block;
}
html,
body {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  font-family: 'Montserrat', serif;
  color: #4a4a4a;
  font-size: 16px;
  background: #f0f0f0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
h3,
h4 {
  font-size: 18px;
  font-weight: bold;
}
.at-share-btn {
  position: relative;
  overflow: visible !important;
  border-radius: 50% !important;
  background-color: #999 !important;
}
.at-share-btn .at-label {
  display: none;
}
.at-share-btn:hover {
  -webkit-transform: none !important;
  transform: none !important;
}
.at-share-btn:hover span.at4-share-count-container {
  color: #999 !important;
}
.at-share-btn.with-counter {
  margin-right: 30px !important;
}
.at-share-btn.with-counter .at4-share-count-container {
  position: absolute;
  left: 50px;
  font-size: 16px !important;
  color: #999 !important;
}
#breadcrumbs .breadcrumb_last {
  display: inline-block;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 224px;
}
#breadcrumbs i.fa-chevron-right {
  color: #ea0c4d;
  font-size: 12px;
}
#breadcrumbs,
#breadcrumbs a,
#breadcrumbs strong {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: normal;
}
#breadcrumbs i.fa-home {
  font-size: 18px;
  color: #ea0c4d;
}
.btn.btn-primary {
  background-color: #ea0c4d;
  border-color: #ea0c4d;
}
.btn.btn-primary:hover {
  background-color: #c20a41;
}

.background-mavision{
    background-image: url("./wp-content/uploads/2019/03/ma-vision.jpg");
}


h1.article-title,
h1.page-title {
  background-image: url("./images/ev/separator-titres-rouge.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 25px;
  color: #ea0c4d;
}
aside#flux {
  font-family: 'Montserrat', sans-serif;
}
aside#flux,
aside#flux a,
aside#flux .fts-jal-fb-message {
  font-size: 12px;
  line-height: 13px;
}
aside#flux .twitt-wrapp {
  width: 480px;
  padding: 0;
}
aside#flux .textwidget {
  text-align: center;
}
aside#flux .textwidget iframe {
  width: 100% !important;
}
aside#flux .twitter-timeline {
  width: 100% !important;
}
aside#flux .fb-page,
aside#flux .fb-page iframe[style],
aside#flux .fb-page span {
  width: 100% !important;
}
aside#flux .sp-thumbnails-container,
aside#flux a.fts-powered-by-text,
aside#flux .fts-jal-fb-header {
  display: none !important;
}
aside#flux .fts-jal-fb-group-display {
  padding: 7px;
}
aside#flux .flux-wrapper {
  max-height: 1105px;
  overflow-y: auto;
}
#overlay {
  background-color: #fff;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  z-index: 9999;
  display: none;
}
a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #ea0c4d;
}
a:hover,
a:focus {
  color: #b90a3d;
  text-decoration: none;
}
form {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
div.group {
  float: left;
  width: 48%;
  margin: 5px 1%;
}
select,
input,
textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #d0d0d0;
  margin: 0;
  width: 100%;
  color: #4a4a4a;
  position: relative;
  float: left;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
}
select[type="checkbox"],
select[type="radio"],
input[type="checkbox"],
input[type="radio"],
textarea[type="checkbox"],
textarea[type="radio"] {
  margin: 2px 10px 2px 0;
  width: auto;
}
::-webkit-input-placeholder {
  color: #4a4a4a !important;
}
:-moz-placeholder {
  color: #4a4a4a !important;
}
::-moz-placeholder {
  color: #4a4a4a !important;
}
:-ms-input-placeholder {
  color: #4a4a4a !important;
}
#civiliteerreur {
  color: red;
  margin-left: 15px;
}
.formErrors {
  margin-left: 15px;
}
.formulaire_legal {
  font-size: 11px;
}
#closeCaptcha {
  clear: both;
  float: left;
  margin-left: 160px;
  position: relative;
}
#cookiesdirective {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #ea094b;
  font-size: 13px;
  opacity: 0.9;
  z-index: 9999;
  color: white;
  text-align: center;
}
#cookiesdirective #impliedsubmit {
  background-color: #26272b;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  bottom: 0;
  border: none;
  float: right;
  padding: 10px;
}
#specialistes,
#contactus,
#notreoffre,
#marque,
#notreoffre,
#recrutement {
  font-size: 13px;
}
#mentionsLegales #mentionsTitle,
#mentionsLegales #politiqueTitle,
#politiqueconfidentialite #mentionsTitle,
#politiqueconfidentialite #politiqueTitle {
  text-align: center;
}
#mentionsLegales .modal-body h2,
#mentionsLegales .modal-body h3,
#politiqueconfidentialite .modal-body h2,
#politiqueconfidentialite .modal-body h3 {
  max-width: 100%;
  background-position: center bottom;
  text-align: center;
}
#mentionsLegales .modal-body p,
#politiqueconfidentialite .modal-body p {
  text-align: center;
}
#modalCaptcha {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 470px;
  height: 220px;
  margin-top: -110px;
  margin-left: -235px;
  background-color: #fff;
  z-index: 9999;
  display: none;
  padding: 30px 0;
}
#modalCaptcha .draggable {
  color: #ccc;
  cursor: grab;
}
#modalCaptcha i {
  float: left;
  line-height: 86px;
  vertical-align: middle;
}
#modalCaptcha p {
  width: 100%;
  font-size: 13px;
  padding: 0 10%;
  text-align: center;
}
#modalCaptcha #div1 {
  margin: 10px 10px 0 147px;
  border: 1px solid #ccc;
  float: left;
  height: 65px;
  width: 65px;
  padding: 12px;
  text-align: center;
}
#modalCaptcha #div2 {
  border: 1px solid #ccc;
  float: left;
  height: 65px;
  width: 65px;
  padding: 12px;
  margin: 10px 10px 0 10px;
}
a.see-all {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  float: left;
  text-align: right;
  margin-top: 35px;
  padding: 5px 25px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  background: #ea0c4d none repeat scroll 0 0;
  border: 1px solid #ea0c4d;
  color: #fff;
  margin-bottom: 15px;
}
button,
input[type='submit'] {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  background-color: #ea0c4d;
  color: #fff;
  width: auto;
  text-transform: uppercase;
  padding: 15px;
  border: 0;
  font-size: 12px;
  margin: 5px 4px;
}
button:hover,
input[type='submit']:hover {
  background-color: #d0d0d0;
  color: #ea0c4d !important;
}
button.btn-small,
input[type='submit'].btn-small {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 10px;
  padding: 15px 40px;
  margin-top: 15px;
}
button.btnQuestion,
input[type='submit'].btnQuestion {
  position: absolute;
  bottom: 40px;
}
ul#accordeon {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#accordeon h2:first-child {
  margin-top: 40px;
}
.form-group {
  margin: 5px 0;
  padding: 0 10px;
  font-size: 13px;
}
.form-group label {
  padding: 0 5px;
  font-size: 15px;
}
.form-group span.checkbox {
  font-size: 13px;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 34px;
  position: relative;
}
.wpcf7-mail-sent-ok {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.wpcf7-mail-sent-ok h2 {
  max-width: 100% !important;
}
.fb_iframe_widget {
  margin-top: 50px;
}
body #archives h2 {
  font-size: 20px;
  max-width: 100% !important;
}
body #archives a.more-link {
  font-style: italic;
}
body #archives article {
  min-height: 285px;
  float: left;
  clear: both;
}
body #archives strong {
  font-weight: normal;
}
body section {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
body .gray1 {
  background-color: #ededed;
  padding: 35px;
}
body .gray2 {
  background-color: #626262;
  padding: 35px 0;
}
body .gray2,
body .gray2 a {
  color: #fff;
}
body .gray3 {
  background-color: #4a4a4a;
  padding: 35px 0;
}
body .gray3,
body .gray3 a {
  color: #fff;
}
body .white {
  background-color: #fff;
  padding: 35px 0;
}
body h2 {
  font-weight: bold;
  max-width: 100%;
  background-image: url('./images/ev/separator-titres-rouge.png');
  background-repeat: no-repeat;
  background-size: 52px 8px;
  background-position: bottom left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}
body span.title-hat {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
body #enbref {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-bottom: 0;
}
body #enbref .bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
}
body #enbref .bx-wrapper .bx-controls-direction a.disabled {
  display: block;
}
body #enbref .bx-wrapper .bx-controls-direction a {
  text-indent: 0px;
  background: rgba(255,255,255,0.6);
  color: #000;
  height: auto;
  width: auto;
  padding: 20px 5px;
  margin-top: -40px;
  z-index: 999;
}
body #enbref .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
body #enbref .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
body #enbref ul {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
body #enbref ul li {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  display: inline-block;
  width: 33.33%;
  background-size: cover;
  background-position: center;
  height: 375px;
  float: left;
}
body #enbref ul li.portrait {
  background-size: contain;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}
body #enbref ul li:hover {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
body #enbref ul li a {
  text-decoration: none;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body #enbref ul li h3 {
  -webkit-text-shadow: 0 0 5px #000;
  -moz-text-shadow: 0 0 5px #000;
  -ms-text-shadow: 0 0 5px #000;
  -o-text-shadow: 0 0 5px #000;
  text-shadow: 0 0 5px #000;
  margin-bottom: 5px;
  position: absolute;
  font-size: 25px;
  bottom: 10px;
  left: 10px;
}
body .main-content {
  position: relative;
}
body #main-content {
  background: #fff;
  margin-top: 40px;
  padding-bottom: 50px;
}
body #main-content:before,
body #main-content:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 13px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  z-index: -1;
}
body #main-content:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}
body #main-content .allarticleslink {
  width: 100%;
  text-align: center;
  float: left;
}
body #main-content .allarticleslink.first-post {
  float: right;
  text-transform: uppercase;
  display: inline-block;
  width: 160px;
  line-height: 25px;
}
body #main-content #articles {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
body #main-content #articles .article {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #808080;
}
body #main-content #articles .article .intro-text {
  width: 60%;
  padding: 0 10px;
}
body #main-content #articles .article .intro-text h3 {
  font-size: 35px;
}
body #main-content #articles .article .intro-text h3 a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
body #main-content #articles .article .intro-text h3 a:hover {
  color: #4a4a4a;
}
body #main-content #articles .article .intro-text .more-link {
  font-style: italic;
}
body #main-content #articles .article .decoration-picture {
  width: 40%;
  height: 305px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
body #main-content #articles .article.line-0 {
  border-top: 0;
}
body #main-content #articles .article.line-0 .intro-text,
body #main-content #articles .article.line-0 .decoration-picture {
  width: 100%;
}
body #main-content #articles .article.line-1 .intro-text {
  float: right;
}
body #main-content #articles .article.line-1 .decoration-picture {
  float: left;
}
body #main-content #articles .article.line-2 .intro-text {
  float: left;
}
body #main-content #articles .article.line-2 .decoration-picture {
  float: right;
}
body #main-content #articles .article.line-3 .intro-text {
  width: 100%;
}
body #main-content #articles .article.line-3 .decoration-picture {
  display: none;
}
body #main-content #articles .article.line-4 .intro-text {
  float: right;
}
body #main-content #articles .article.line-4 .decoration-picture {
  float: left;
}
body #main-content .comments {
  float: left;
  margin: 7px 0;
}
body #main-content .comments,
body #main-content .comments a {
  color: #a2a2a2;
}
body #main-content .comments img {
  top: -5px;
}
body #main-content .sfsi_plus_widget {
  float: left;
}
body #main-content .sfsi_plus_widget #sfsi_holder {
  display: none;
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row {
  width: 100% !important;
  text-align: left;
  position: relative !important;
  padding: 0.1em;
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons {
  width: auto !important;
  display: block;
  float: left;
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons:hover .sfsi_plus_tool_tip_2 {
  display: table !important;
  z-index: 999 !important;
  opacity: 1 !important;
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .sficn {
  float: left;
  display: block;
  width: auto;
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .sficn img {
  display: block;
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .sficn:before {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  background: #a2a2a2;
  position: relative;
  float: left;
  text-align: center;
  height: 31px;
  line-height: 31px;
  width: 31px;
  font: normal normal normal 22px/1.4 FontAwesome;
  color: #fff;
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .sficn#sfsiplusid_linkedin:before {
  content: "\f0e1";
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .sficn#sfsiplusid_email:before {
  content: "\f0e0";
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .sficn#sfsiplusid_facebook:before {
  content: "\f09a";
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .sficn#sfsiplusid_twitter:before {
  content: "\f099";
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .bot_no {
  position: relative;
  float: left;
  border: 0;
  left: auto;
  margin-left: 10px;
  margin-right: 5px;
  font-size: 17px !important;
  width: auto;
  color: #a2a2a2;
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .bot_no:before,
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .bot_no:after {
  position: relative;
  top: auto;
  left: auto;
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .bot_no:before {
  content: "(";
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .bot_no:after {
  content: ")";
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .bot_no * {
  display: inline-block;
}
body .sidebar {
  margin-top: 40px;
}
body .sidebar.mobile {
  display: none;
}
body .sidebar aside {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}
body .sidebar aside:before,
body .sidebar aside:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 13px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  z-index: -1;
}
body .sidebar aside:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}
body .sidebar aside .widget-title {
  background: #4a4a4a;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 17px;
}
body .sidebar aside.widget_search label {
  width: 100%;
  margin: 0;
  float: left;
  color: #a2a2a2;
}
body .sidebar aside.widget_search label:before {
  position: absolute;
  top: 6px;
  left: 9px;
  font: normal normal normal 22px/1.4 FontAwesome;
  color: #ea0c4d;
  content: "\f002";
  z-index: 1;
}
body .sidebar aside.widget_search label ::-webkit-input-placeholder {
  color: #a2a2a2;
  font-style: italic;
}
body .sidebar aside.widget_search label ::-moz-placeholder {
  color: #a2a2a2;
  font-style: italic;
}
body .sidebar aside.widget_search label :-ms-input-placeholder {
  color: #a2a2a2;
  font-style: italic;
}
body .sidebar aside.widget_search label :-moz-placeholder {
  color: #a2a2a2;
  font-style: italic;
}
body .sidebar aside.widget_search label input {
  -webkit-box-shadow: 0 0 10px rgba(162,162,162,0.6) inset;
  -moz-box-shadow: 0 0 10px rgba(162,162,162,0.6) inset;
  box-shadow: 0 0 10px rgba(162,162,162,0.6) inset;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  float: left;
  border: 1px solid #a2a2a2;
  padding: 6px 12px 6px 36px;
  font-size: 20px;
  font-weight: normal;
  height: auto;
}
body .sidebar aside.widget_exclus .bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
}
body .sidebar aside.widget_exclus .bx-wrapper .bx-controls-direction a.disabled {
  display: block;
}
body .sidebar aside.widget_exclus .bx-wrapper .bx-controls-direction a {
  text-indent: 0px;
  background: rgba(255,255,255,0.6);
  color: #000;
  height: auto;
  width: auto;
  padding: 20px 5px;
  margin-top: -40px;
  z-index: 999;
}
body .sidebar aside.widget_exclus .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
body .sidebar aside.widget_exclus .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
body .sidebar aside.widget_exclus .widget-title {
  background: #ea0c4d;
}
body .sidebar aside.widget_exclus .bx-next,
body .sidebar aside.widget_exclus .bx-prev {
  background: none;
}
body .sidebar aside.widget_exclus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .sidebar aside.widget_exclus ul li {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  height: 300px;
}
body .sidebar aside.widget_exclus ul li:hover .bg-picture {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
body .sidebar aside.widget_exclus ul li .bg-picture {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body .sidebar aside.widget_exclus ul li .description {
  font-family: 'Montserrat', sans-serif;
  background: rgba(255,255,255,0.6);
  position: absolute;
  padding: 5px 10px;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}
body .sidebar aside.widget_exclus ul li .description,
body .sidebar aside.widget_exclus ul li .description a {
  color: #4a4a4a;
}
body .sidebar aside.widget_exclus ul li .description .exclu-price {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1;
  font-weight: bold;
  font-size: 32px;
  line-height: 20px;
  margin: 8px 0;
}
body .sidebar aside.widget_exclus ul li .description .exclu-price,
body .sidebar aside.widget_exclus ul li .description .exclu-price a {
  color: #ea0c4d;
}
body .sidebar aside.widget_exclus ul li .description .exclu-nom {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1;
  font-weight: bold;
  font-size: 21px;
  line-height: 21px;
}
body .sidebar aside.widget_exclus ul li .description .exclu-desc {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1;
  font-size: 17px;
  line-height: 17px;
}
body .sidebar aside.widget_exclus ul li .description .price_honoraires_acquereur {
  font-size: 18px;
  line-height: 10px;
}
body .sidebar aside.widget_jobs .widget-title {
  background: #59a6ba;
}
body .sidebar aside.widget_jobs ul {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  padding: 15px;
  background: #bcbcbc;
  background: -moz-radial-gradient(bottom,ellipse cover,gba(188,188,188,0.36) 0%,#ffffff 66%);
  background: -webkit-radial-gradient(bottom,ellipse cover,gba(188,188,188,0.36) 0%,#ffffff 66%);
  background: radial-gradient(ellipse at bottom,rgba(188,188,188,0.36) 0%,#ffffff 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc',endColorstr='#ffffff',GradientType=1);
}
body .sidebar aside.widget_jobs ul li {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #4a4a4a;
  padding: 8px;
}
body .sidebar aside.widget_jobs ul li,
body .sidebar aside.widget_jobs ul li a {
  text-decoration: none;
  color: #4a4a4a;
}
body .sidebar aside.widget_jobs ul li:last-child {
  border: 0;
}
body .sidebar aside.widget_jobs ul li .job-nom {
  position: relative;
  float: left;
  width: 60%;
  padding: 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .sidebar aside.widget_jobs ul li .job-type {
  position: relative;
  float: left;
  width: 20%;
  padding: 0 5px;
}
body .sidebar aside.widget_jobs ul li .job-lieu {
  position: relative;
  float: left;
  width: 20%;
  padding: 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .sidebar aside.widget_jobs .footerplus {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  color: #4a4a4a;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 23px;
}
body .sidebar aside.widget_jobs .footerplus i {
  background: #59a6ba;
  height: 24px;
  width: 24px;
  color: #fff;
  line-height: 24px;
}
body .sidebar aside.widget_jobs .footerplus:hover {
  background: #59a6ba;
}
body .sidebar aside.widget_jobs .footerplus:hover,
body .sidebar aside.widget_jobs .footerplus:hover a {
  color: #fff;
  text-decoration: none;
}
body .sidebar aside.widget_jobs .footerplus:hover i {
  background: #4a4a4a;
}
body.search-results #main-content article .page-title {
  background-image: none;
  margin-bottom: 0;
}
body #link_rsociaux {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
body #link_rsociaux ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #link_rsociaux ul li {
  display: inline-block;
  padding: 2px 10px;
}
body #link_rsociaux ul li i {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #4a4a4a;
  font-size: 35px;
}
body #link_rsociaux ul li i:hover {
  color: #ea0c4d;
}
body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons:hover .sfsi_plus_tool_tip_2 {
  display: none !important;
}
body.single.single-post #breadcrumbs .breadcrumb_last {
  width: 600px;
}
body:not(.home ) #enbref-contenu {
  margin-bottom: 6px;
}
body:not(.home ) #enbref-contenu .container .wrapper {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fff;
  padding: 10px 10px 0 10px;
}
body:not(.home ) #enbref-contenu .container .wrapper:before,
body:not(.home ) #enbref-contenu .container .wrapper:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 13px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  z-index: -1;
}
body:not(.home ) #enbref-contenu .container .wrapper:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}
body:not(.home ) #enbref-contenu .container .wrapper:before,
body:not(.home ) #enbref-contenu .container .wrapper:after {
  bottom: 20px;
}
body:not(.home ) #enbref-contenu h2 {
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 10px;
}
body:not(.home ) #enbref-contenu ul {
  position: relative;
  float: left;
  width: 90%;
  margin: 0;
  padding: 0;
  list-style: none;
}
body:not(.home ) #enbref-contenu ul li {
  position: relative;
  float: left;
  width: 80%;
  white-space: nowrap;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Montserrat', serif;
}
body:not(.home ) #enbref-contenu ul li h3 {
  font-family: 'Montserrat', serif;
  text-transform: inherit;
  text-align: left;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 24px;
  text-overflow: ellipsis;
}
body:not(.home ) #enbref-contenu ul li h3,
body:not(.home ) #enbref-contenu ul li h3 a {
  color: #4a4a4a;
}
body:not(.home ) #enbref-contenu .bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 80% !important;
  position: relative;
  float: left;
  border: 0;
  left: 0;
}
body:not(.home ) #enbref-contenu .bx-wrapper .bx-controls {
  width: 20%;
  position: relative;
  float: right;
}
body:not(.home ) #enbref-contenu .bx-wrapper .bx-controls .bx-controls-direction {
  position: relative;
  float: right;
}
body:not(.home ) #enbref-contenu .bx-wrapper .bx-controls .bx-controls-direction a {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  float: left;
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 35px;
  border: 2px solid #d0d0d0;
  background: #ededed;
  margin: 0 5px;
}
body:not(.home ) #enbref-contenu .bx-wrapper .bx-controls .bx-controls-direction a .bx-next,
body:not(.home ) #enbref-contenu .bx-wrapper .bx-controls .bx-controls-direction a .bx-prev {
  background-image: none;
}
body:not(.home ) #enbref-contenu .bx-wrapper .bx-controls .bx-controls-direction a img {
  position: relative;
  margin: auto;
  top: 4px;
}
body:not(.home ) .main-content {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 0;
}
body:not(.home ) .main-content #main-content {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 50px;
  margin-bottom: 20px;
}
body:not(.home ) .main-content #main-content:before,
body:not(.home ) .main-content #main-content:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 13px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  z-index: -1;
}
body:not(.home ) .main-content #main-content:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}
body:not(.home ) .main-content #main-content:before,
body:not(.home ) .main-content #main-content:after {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  bottom: 10px;
  -webkit-transform: skew(-2deg) rotate(-2deg);
  -moz-transform: skew(-2deg) rotate(-2deg);
  -ms-transform: skew(-2deg) rotate(-2deg);
  -o-transform: skew(-2deg) rotate(-2deg);
  transform: skew(-2deg) rotate(-2deg);
}
body:not(.home ) .main-content #main-content:after {
  -webkit-transform: skew(2deg) rotate(2deg);
  -moz-transform: skew(2deg) rotate(2deg);
  -ms-transform: skew(2deg) rotate(2deg);
  -o-transform: skew(2deg) rotate(2deg);
  transform: skew(2deg) rotate(2deg);
}
body:not(.home ) .main-content #main-content .page-title,
body:not(.home ) .main-content #main-content .article-title {
  padding-bottom: 10px;
  background-size: 52px 8px;
}
body:not(.home ) .main-content #main-content .sp-thumbnails-container {
  display: none !important;
}
body:not(.home ) .main-content #main-content .navigation .prev {
  position: fixed;
  left: 50%;
  margin-left: -560px;
  top: 50%;
}
body:not(.home ) .main-content #main-content .navigation .next {
  position: fixed;
  right: 50%;
  margin-right: -560px;
  top: 50%;
}
body:not(.home ) .main-content #main-content .navigation.stopped .prev,
body:not(.home ) .main-content #main-content .navigation.stopped .next {
  position: absolute;
  bottom: 0;
  top: auto;
}
body:not(.home ) .main-content #main-content [class^="huge_it_slideshow_dots_thumbnails"] {
  top: auto !important;
  bottom: 0 !important;
}
body:not(.home ) .main-content #main-content a[id^="huge_it_slideshow_right"],
body:not(.home ) .main-content #main-content a[id^="huge_it_slideshow_left"],
body:not(.home ) .main-content #main-content [class^="first-page"],
body:not(.home ) .main-content #main-content [class^="last-page"],
body:not(.home ) .main-content #main-content [class^="paging-input"],
body:not(.home ) .main-content #main-content [class^="bwg_image_browser_image_alt"] {
  display: none !important;
}
body:not(.home ) .main-content #main-content [class^="image_browser_images_conteiner"],
body:not(.home ) .main-content #main-content [class^="bwg_image_browser_image"] {
  background: #fff !important;
  border: 0 !important;
}
body:not(.home ) .main-content #main-content [class^="image_browser_images"] {
  width: 100% !important;
}
body:not(.home ) .main-content .entry-content img {
  width: auto;
}
body:not(.home ) .main-content #morecontent h2 {
  background-position: 15px bottom;
}
body:not(.home ) .main-content #morecontent .content {
  position: relative;
  background: #fff;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 20px;
}
body:not(.home ) .main-content #morecontent .content:before,
body:not(.home ) .main-content #morecontent .content:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 13px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  z-index: -1;
}
body:not(.home ) .main-content #morecontent .content:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}
body:not(.home ) .main-content #morecontent .content:before,
body:not(.home ) .main-content #morecontent .content:after {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  bottom: 10px;
  -webkit-transform: skew(-2deg) rotate(-2deg);
  -moz-transform: skew(-2deg) rotate(-2deg);
  -ms-transform: skew(-2deg) rotate(-2deg);
  -o-transform: skew(-2deg) rotate(-2deg);
  transform: skew(-2deg) rotate(-2deg);
}
body:not(.home ) .main-content #morecontent .content:after {
  -webkit-transform: skew(2deg) rotate(2deg);
  -moz-transform: skew(2deg) rotate(2deg);
  -ms-transform: skew(2deg) rotate(2deg);
  -o-transform: skew(2deg) rotate(2deg);
  transform: skew(2deg) rotate(2deg);
}
body:not(.home ) .main-content #morecontent .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 80%;
  margin: auto;
}
body:not(.home ) .main-content #morecontent .content ul li .decoration-picture {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-position: center;
  background-size: cover;
  height: 250px;
}
body:not(.home ) .main-content #morecontent .content ul li .decoration-picture a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body:not(.home ) .main-content #morecontent .content ul li h3 {
  margin: 5px 0;
}
body:not(.home ) .main-content #morecontent .content ul li:hover .decoration-picture {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
body:not(.home ) .main-content #morecontent .content .bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: left;
  border: 0;
  left: 0;
}
body:not(.home ) .main-content #morecontent .content .bx-wrapper .bx-controls {
  float: left;
  width: 100%;
}
body:not(.home ) .main-content #morecontent .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-next,
body:not(.home ) .main-content #morecontent .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  background-image: none;
  top: 50%;
}
body:not(.home ) .main-content #morecontent .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  left: 10px;
}
body:not(.home ) .main-content #morecontent .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  right: 10px;
}
body:not(.home ) .main-content #comments {
  margin-bottom: 20px;
}
body:not(.home ) .main-content #comments h2 {
  background-position: 15px bottom;
}
body:not(.home ) .main-content #comments .comments-title {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  font-family: 'Montserrat', serif;
  text-transform: inherit;
  padding: 15px 0;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
  font-weight: normal;
  color: #808080;
}
body:not(.home ) .main-content #comments .comments-title .number {
  color: #ea0c4d;
}
body:not(.home ) .main-content #comments form textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px #bababa inset;
  -moz-box-shadow: 0 0 10px #bababa inset;
  box-shadow: 0 0 10px #bababa inset;
  background: #ededed;
  color: #a2a2a2;
}
body:not(.home ) .main-content #comments ol.comment-list li {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
}
body:not(.home ) .main-content #comments ol.comment-list li:last-child {
  border: 0;
}
body:not(.home ) .main-content #comments .comments-area {
  background: #fff;
}
body:not(.home ) .main-content #comments .comments-area .alert.alert-info,
body:not(.home ) .main-content #comments .comments-area .form-allowed-tags {
  display: none;
}
body:not(.home ) .main-content #comments .comments-area .media-left,
body:not(.home ) .main-content #comments .comments-area .media-right,
body:not(.home ) .main-content #comments .comments-area .media-body {
  width: 10%;
}
body:not(.home ) .main-content #comments .comments-area .pull-left {
  position: relative;
}
body:not(.home ) .main-content #comments .comments-area .pull-left:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('./wp-content/themes/spi/less/../images/ev/bg-comments-pp.png');
  background-size: contain;
  background-position: center;
}
body:not(.home ) .main-content #comments .comments-area .pull-left img {
  height: 120px;
  width: 120px;
}
body:not(.home ) .main-content #comments .comments-area .media-body .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
body:not(.home ) .main-content #comments .comments-area .media-body .panel .panel-heading {
  padding: 10px 15px 0 10px;
  background: transparent;
  border: 0;
}
body:not(.home ) .main-content #comments .comments-area .media-body .panel .panel-heading,
body:not(.home ) .main-content #comments .comments-area .media-body .panel .panel-heading a,
body:not(.home ) .main-content #comments .comments-area .media-body .panel .panel-heading .media-heading {
  font-family: 'Montserrat', serif;
  color: #ea0c4d;
  font-weight: bold;
}
body:not(.home ) .main-content #comments .comments-area .media-body .panel .panel-body {
  padding: 10px 15px 0 10px;
}
body:not(.home ) .main-content #comments .comments-area .media-body .panel .comment-meta {
  padding: 10px 15px 0 10px;
}
body:not(.home ) .main-content #comments .comments-area .media-body .panel .comment-meta time,
body:not(.home ) .main-content #comments .comments-area .media-body .panel .comment-meta time a {
  color: #808080;
  font-size: 12px;
  font-style: italic;
}
body:not(.home ) .main-content #comments .comments-area .action-links {
  float: right;
}
body:not(.home ) .main-content #comments .comments-area .action-links a {
  text-decoration: none;
  color: #808080;
}
body:not(.home ) .main-content #comments .comments-area .action-links a span.glyphicon {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background: #ea0c4d;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}
body:not(.home ) .main-content .floating-sharer {
  position: fixed;
  right: 50%;
  top: 50%;
  background: #ea0c4d;
  width: 41px;
  margin-right: -612px;
}
body:not(.home ) .main-content .floating-sharer.stopped {
  margin-right: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  right: -42px;
  margin: 0 !important;
}
body:not(.home ) .main-content .floating-sharer,
body:not(.home ) .main-content .floating-sharer a,
body:not(.home ) .main-content .floating-sharer i {
  color: #fff;
}
body:not(.home ) .main-content .floating-sharer .sfsi_plus_wDiv {
  background: #ea0c4d;
}
body:not(.home ) .main-content .floating-sharer .sfsi_plus_widget:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 23px solid #ea0c4d;
  border-right: 41px solid transparent;
  position: absolute;
  top: -22px;
}
body:not(.home ) .main-content .floating-sharer .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons {
  margin-bottom: 10px !important;
}
body:not(.home ) .main-content .floating-sharer .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .sficn:before {
  background: #fff !important;
  color: #ea0c4d !important;
}
body:not(.home ) .main-content .floating-sharer .bot_no {
  display: none;
}
body.archive .main-content #main-content article,
body.search-results .main-content #main-content article {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #808080;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
body.archive .main-content #main-content article:nth-child(even) .visuel,
body.search-results .main-content #main-content article:nth-child(even) .visuel {
  float: right;
}
body.archive .main-content #main-content #articles .article.line-0 .intro-text,
body.search-results .main-content #main-content #articles .article.line-0 .intro-text {
  width: 60%;
}
body.archive .main-content #main-content #articles .article.line-0 .decoration-picture,
body.search-results .main-content #main-content #articles .article.line-0 .decoration-picture {
  width: 40%;
  float: right;
}
.slider-pro .sp-fade-arrows,
.slider-pro .sp-fade-full-screen {
  position: absolute !important;
  z-index: 15 !important;
  opacity: 1 !important;
}
@media (max-width: 480px) {
  body.logged-in nav.site-navigation.f-nav {
    top: 0;
  }
  .sp-horizontal .sp-arrows {
    top: 60%;
  }
  .sp-full-screen-button {
    font-size: 21px;
  }
  .sp-arrow {
    width: 8px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  body:not(.home ) .main-content .floating-sharer {
    margin-right: -512px;
  }
  body:not(.home ) .main-content #main-content {
    padding: 50px;
  }
  body:not(.home ) .main-content #main-content .navigation .next {
    margin-right: -460px;
  }
  body:not(.home ) .main-content #main-content .navigation .prev {
    margin-left: -466px;
  }
}
@media (max-width: 1024px) {
  body #main-content #articles .article .intro-text h3 {
    font-size: 25px;
    line-height: 25px;
  }
  body #main-content article.wrapper {
    padding: 0 50px;
  }
  body:not(.home ) .main-content #main-content .navigation .next {
    margin-right: -460px;
  }
  body:not(.home ) .main-content #main-content .navigation .prev {
    margin-left: -460px;
  }
  body:not(.home ) .main-content .floating-sharer {
    margin-right: -512px;
  }
}
@media (max-width: 991px) {
  body:not(.home ) .main-content .floating-sharer {
    margin-right: -402px;
  }
  body:not(.home ) .main-content .floating-sharer.stopped {
    position: fixed;
    bottom: 0;
    height: auto;
    top: auto;
    right: 50%;
    margin-right: -74px;
    left: auto;
    width: 148px;
    z-index: 1;
    margin-right: -75px !important;
    position: absolute;
  }
  body:not(.home ) .main-content .floating-sharer.stopped .sfsi_plus_widget {
    min-height: 0;
  }
  body:not(.home ) .main-content .floating-sharer.stopped .sfsi_plus_widget:before {
    top: auto;
    bottom: 0;
    left: -22px;
    border-right: 0;
    border-bottom: 41px solid #ea0c4d;
    border-left: 22px solid transparent;
  }
  body:not(.home ) .main-content .floating-sharer.stopped .sfsi_plus_widget:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 41px solid #ea0c4d;
    border-right: 22px solid transparent;
    position: absolute;
    bottom: 0;
    right: -22px;
  }
  body:not(.home ) .main-content .floating-sharer.stopped .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons {
    margin: 5px 3px !important;
  }
  body:not(.home ) .main-content #main-content .navigation .prev {
    margin-left: -350px;
  }
  body:not(.home ) .main-content #main-content .navigation .next {
    margin-right: -350px;
  }
  body #immoactu #intro-article #visuel-plaza img {
    display: none;
  }
  body #avis .wrapper h3,
  body #avis .wrapper p {
    max-width: 90%;
  }
  body #avis .reponse {
    text-align: right;
  }
  body #avis .reponse .infobulle {
    left: 57%;
  }
  body #avis .reponse h3,
  body #avis .reponse p {
    float: right;
    width: 90%;
  }
  body #avis .bx-wrapper .bx-viewport {
    left: 15px;
  }
  body #avis .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -21px;
  }
  body #conseils {
    padding-bottom: 20px;
  }
  body #conseils #chaine_youtube {
    position: relative;
    float: left;
    width: 100%;
    bottom: 0;
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  body .gray1 {
    padding: 35px 0;
  }
  body .main-content > .container {
    width: 90%;
  }
  body:not(.home ) .main-content #main-content .floating-sharer {
    margin-right: -379px;
  }
  body:not(.home ) .main-content #main-content .navigation .prev {
    margin-left: -40%;
  }
  body:not(.home ) .main-content #main-content .navigation .next {
    margin-right: -40%;
  }
  body:not(.home ) .main-content #main-content .navigation.stopped .prev {
    margin-left: -53%;
  }
  body:not(.home ) .main-content #main-content .navigation.stopped .next {
    margin-right: -53%;
  }
  body.archive #main-content,
  body.search #main-content {
    padding: 0;
  }
  body.archive #main-content #breadcrumbs,
  body.search #main-content #breadcrumbs {
    padding: 10px;
  }
  body.archive #main-content .page-title,
  body.search #main-content .page-title {
    margin-left: 10px;
    padding-right: 10px;
  }
  body .sidebar aside .widget-title {
    font-size: 16px;
  }
  body .sidebar aside.widget_search {
    display: none;
  }
  body .sidebar.mobile {
    display: block;
  }
  body .sidebar.mobile aside {
    margin: 0;
    display: block;
    margin: 20px 0 0 0;
  }
  body .sidebar .widget {
    margin-bottom: 20px;
  }
  body .sidebar .widget .widget-title:after {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    content: '\f067';
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: FontAwesome;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 22px;
    background: #fff;
    color: #4a4a4a;
  }
  body .sidebar .widget .textwidget {
    display: none;
    visibility: hidden;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
  }
  body .sidebar .widget.widget_exclus .widget-title:after {
    color: #ea0c4d;
  }
  body .sidebar .widget.widget_exclus .description .exclu-price {
    font-size: 25px;
    line-height: 25px;
  }
  body .sidebar .widget.widget_jobs .widget-title:after {
    color: #59a6ba;
  }
  body .sidebar .widget.widget_jobs .textwidget .footerplus,
  body .sidebar .widget.widget_jobs .textwidget ul {
    height: 0;
    padding: 0;
  }
  body .sidebar .widget.visible .widget-title:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: transparent;
  }
  body .sidebar .widget.visible .widget-title:before {
    content: '';
    position: absolute;
    top: 9px;
    right: 9px;
    height: 20px;
    width: 20px;
    background: #fff;
  }
  body .sidebar .widget.visible .textwidget {
    display: block;
    visibility: visible;
  }
  body .sidebar .widget.visible.widget_jobs .textwidget .footerplus,
  body .sidebar .widget.visible.widget_jobs .textwidget ul {
    height: auto;
    padding: 10px;
  }
  body .sidebar .widget.visible.widget_jobs .textwidget .footerplus li,
  body .sidebar .widget.visible.widget_jobs .textwidget ul li {
    padding: 5px 0;
  }
  body.single.single-post #breadcrumbs .breadcrumb_last {
    width: 450px;
  }
}
@media (max-width: 767px) {
  body h1 {
    line-height: 20px;
    font-size: 20px;
  }
  body h2 {
    font-size: 15px;
  }
  body h3 {
    font-size: 13px;
  }
  body #main-content {
    margin-top: 15px;
    padding: 0 10px;
  }
  body #main-content > .container {
    padding: 0 10px;
  }
  body #main-content #articles .article .decoration-picture {
    display: none;
    height: 175px;
  }
  body #main-content #articles .article .intro-text {
    width: 100%;
    font-size: 15px;
    line-height: 17px;
    padding: 0;
  }
  body #main-content #articles .article .intro-text h3 {
    font-size: 25px;
    line-height: 25px;
  }
  body #main-content #articles .article:first-child .decoration-picture {
    display: block;
  }
  body #main-content .comments img {
    width: 25px;
  }
  body #main-content article.wrapper {
    padding: 0;
  }
  body #main-content .sfsi_plus_widget {
    margin-bottom: -5px;
    padding: 3px 0;
  }
  body #main-content .sfsi_plus_widget .sfsiplus_norm_row {
    left: 10px;
  }
  body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons {
    margin-bottom: 20px !important;
  }
  body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .sficn:before {
    height: 25px;
    line-height: 25px;
    width: 25px;
    font-size: 17px;
  }
  body #main-content .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons .bot_no {
    margin-top: 5px;
    font-size: 15px !important;
    display: none;
  }
  body .sidebar {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  body:not(.home ) .main-content > .container {
    width: 100%;
  }
  body:not(.home ) .main-content #enbref-contenu ul li h3 {
    margin: 5px 0;
    height: 30px;
    line-height: 14px;
  }
  body:not(.home ) .main-content #enbref-contenu .col-xs-9 {
    padding: 0;
  }
  body:not(.home ) .main-content #enbref-contenu .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  body:not(.home ) .main-content #enbref-contenu .bx-wrapper .bx-viewport {
    width: 79% !important;
  }
  body:not(.home ) .main-content #enbref-contenu .bx-wrapper .bx-controls {
    width: 21% !important;
  }
  body:not(.home ) .main-content #enbref-contenu .bx-wrapper .bx-controls .bx-controls-direction a {
    border: 1px solid #d0d0d0;
    margin: 0 2px;
    height: 20px;
    width: 20px;
  }
  body:not(.home ) .main-content #enbref-contenu .bx-wrapper .bx-controls .bx-controls-direction a img {
    height: 11px;
  }
  body:not(.home ) .main-content #main-content {
    padding: 20px;
  }
  body:not(.home ) .main-content #main-content article article {
    padding: 0;
  }
  body:not(.home ) .main-content #main-content .floating-sharer {
    position: fixed;
    bottom: 0;
    height: auto;
    top: auto;
    right: 50%;
    margin-right: -74px;
    left: auto;
    width: 148px;
    z-index: 1;
  }
  body:not(.home ) .main-content #main-content .floating-sharer .sfsi_plus_widget {
    min-height: 0;
  }
  body:not(.home ) .main-content #main-content .floating-sharer .sfsi_plus_widget:before {
    top: auto;
    bottom: 0;
    left: -22px;
    border-right: 0;
    border-bottom: 41px solid #ea0c4d;
    border-left: 22px solid transparent;
  }
  body:not(.home ) .main-content #main-content .floating-sharer .sfsi_plus_widget:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 41px solid #ea0c4d;
    border-right: 22px solid transparent;
    position: absolute;
    bottom: 0;
    right: -22px;
  }
  body:not(.home ) .main-content #main-content .floating-sharer .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons {
    margin: 5px 3px !important;
  }
  body:not(.home ) .main-content #main-content .navigation .next {
    top: 60%;
    margin-right: -45%;
  }
  body:not(.home ) .main-content #main-content .navigation .prev {
    top: 60%;
    margin-left: -45%;
  }
  body:not(.home ) .main-content #main-content .navigation a {
    top: 10%;
  }
  body:not(.home ) .main-content #main-content .navigation a img {
    width: 17px;
  }
  body:not(.home ) .main-content #main-content .entry-content {
    text-align: justify;
  }
  body:not(.home ) .main-content #morecontent .content ul {
    width: 80%;
    margin: auto;
  }
  body:not(.home ) .main-content #morecontent .bx-wrapper .bx-controls .bx-controls-direction a.bx-next,
  body:not(.home ) .main-content #morecontent .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    top: 100px !important;
  }
  body:not(.home ) .main-content #morecontent .bx-wrapper .bx-controls .bx-controls-direction a.bx-next img,
  body:not(.home ) .main-content #morecontent .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev img {
    width: 17px;
  }
  body:not(.home ) .main-content #morecontent .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    left: 0 !important;
  }
  body:not(.home ) .main-content #morecontent .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev img {
    float: left;
  }
  body:not(.home ) .main-content #morecontent .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    right: 0 !important;
  }
  body:not(.home ) .main-content #morecontent .bx-wrapper .bx-controls .bx-controls-direction a.bx-next img {
    float: right;
  }
  body:not(.home ) .main-content #comments input[type="submit"] {
    float: right;
    margin: 10px 0;
  }
  body:not(.home ) .main-content #comments ol.comment-list li {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
  body:not(.home ) .main-content #comments .comments-area {
    position: relative;
    float: left;
  }
  body:not(.home ) .main-content #comments .comments-area .pull-left {
    padding-right: 0;
    margin-right: 10px;
    margin-top: 10px;
  }
  body:not(.home ) .main-content #comments .comments-area .pull-left img {
    width: 50px !important;
    height: 50px !important;
  }
  body:not(.home ) .main-content #comments .comments-area .media-body .panel .panel-heading {
    padding-top: 0;
  }
  body:not(.home ) .main-content #comments .comments-area .media-body .panel .panel-body {
    padding: 0 10px;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
  }
  body:not(.home ) .main-content #comments .comments-area .media-body .panel .comment-meta {
    padding: 0 10px;
  }
  body.archive .main-content #main-content,
  body.search .main-content #main-content {
    padding: 0;
  }
}
@media (max-width: 400px) {
  body.single.single-post #breadcrumbs .breadcrumb_last {
    width: 220px;
  }
}
@media (max-width: 340px) {
  .btnQuestion {
    font-size: 13px !important;
    bottom: 61px;
    position: absolute;
  }
}
.col-md-2 {
  *width: 14.1% !important;
}
.col-md-3 {
  *width: 24.9% !important;
}
.col-md-4 {
  *width: 30.8% !important;
}
.col-md-6 {
  *width: 47% !important;
}
.col-md-8 {
  *width: 65.3% !important;
}
