*,*:after,*:before{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
html    {
    margin: 0px !important;
}
body {
  margin: 0;
  font-family: 'Ruda', sans-serif;
  font-size: 1.0em !important;
  color: #414042;
  min-width: 0;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.site-container {
    margin: 0 auto;
    position: relative;
}

/* Header */
.big-header-image-mobile  {
    background: url(../../../wp-content/uploads/2014/03/mobile-img-header.jpg);
    /*background-size: cover;*/
    
    width:100%;
    margin-bottom: 5px;
    
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}
div.big-header-content  {
    padding: 0 10%;
    margin: 60px 0;
}

.big-header-image-mobile h1,
.big-header-image-mobile p    {
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}
.big-header-image-mobile h1   {
    font-weight: normal;
    line-height: 1em;
    border-bottom: 2px solid #1e9938;
}
.big-header-image-mobile p    {
    margin-top: 10px;
}
/* End -- Header */

/* Map container */
.map-container  {
    
}
.map-content    {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.map-content .map-block {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}
.map-container #sl_map  {
    height: 300px !important;
}
.map-interactive-container #sl_map  {
    height:100vh !important;
}
.map-interactive-container .js-map{
	 height:100vh !important;
}

.map-title  {
    background-color: #1e9938;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    padding: 10px 0;;
}
.map-interactive    {
    background-color: #727373;
    text-align: center;
    padding: 3px 0;
}
.map-interactive a  {
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
}
.map-content p
.map-content p:first-child,
.map-content p:last-child,
.map-interactive-container p:first-child,
.map-interactive-container p:last-child   {
    display: none;
}    
.map-explication-wrapper    {
    background-color: #727373;
    width:100%;
}
.map-explication-container    {
    padding: 30px 0 85px 0;
}
.map-explication    {
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.map-input-container    {
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
}
.map-input-container input  {
    border: none;
    padding: 10px 5px;
    width: 100%;
}
.map-button-container   {
    display: block;
    position: absolute;
    text-align: center;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    margin-top: 48px;
}
.map-button-container .map-button   {
    padding: 0 70px;
    height: 74px;
    background-color: #1e9938;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* google maps */
	#intmap 									{ position: relative; }
	.map-holder									{ height: 60vw; width: 100%; max-height: 720px; max-width: 100%; margin-left: auto; margin-right: auto;}
	.js-map										{ position: relative; width: 100%; height: 100%;}
	.js-map	p									{ margin-top: 0; }

/* End -- Map container */

/* Coordonnees */
.coordonnees-container  {
    margin-top: 100px;
    padding: 0 20px;
}
.coordonnees-green-spacer   {
    border-bottom : solid 2px #1e9938;
}
.coordonnees-button-container   {
    text-align: center;
    margin-top: 65px;
}
.coordonnees-button-container .site-complet-button  {
    height: 74px;
    width: 100%;
    background-color: #1e9938;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
}
.coordonnees-container a,
.coordonnees-container a[href^=tel],
.coordonnees-container a[href^=mail] {
    color: #1e9938;
}
/* End -- Coordonnees */

/* Footer */
.footer-button-container    {
    
}
.footer-button-container .scroll-top-button {
    height: 74px;
    width: 100%;
    border: none;
    margin-top: 60px;
    background: #414042 url(images/mobile-scroll-up.png) no-repeat center center;
}
/* End -- Footer */