﻿/*** IMPORTS ***/
/*
ECAM LYON VARIABLES & MIXINS FILE
Created on : 26 mai 2016, 17:34:33
Author     : Alexandre
*/
/*------------------------------------*\
    VARIABLES 
\*------------------------------------*/
/*------------------------------------*\
    MIXINS
\*------------------------------------*/
/*
Created on : 26 mai 2016, 17:47:04
Author     : Alexandre
*/
@font-face {
  font-family: 'eurostileregular';
  src: url("../fonts/eurosti-webfont.eot");
  src: url("../fonts/eurosti-webfont.eot") format("embedded-opentype"), url("../fonts/eurosti-webfont.woff2") format("woff2"), url("../fonts/eurosti-webfont.woff") format("woff"), url("../fonts/eurosti-webfont.ttf") format("truetype"), url("../fonts/eurosti-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'eurostilebold';
  src: url("../fonts/eurostib-webfont.eot");
  src: url("../fonts/eurostib-webfont.eot") format("embedded-opentype"), url("../fonts/eurostib-webfont.woff2") format("woff2"), url("../fonts/eurostib-webfont.woff") format("woff"), url("../fonts/eurostib-webfont.ttf") format("truetype"), url("../fonts/eurostib-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
pre {
  position: relative;
  z-index: 9999999;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

.block-filters {
  overflow-y: scroll;
  padding: 0 10px; }
  .block-filters a {
    cursor: pointer; }
  .block-filters .button {
    color: #FFF;
    border-color: #FFF; }
    .block-filters .button:hover {
      border-color: #FFF;
      color: #004e9c;
      background-color: #FFF; }

.block-filters *, .block-filters *::before, .block-filters *::after {
  box-sizing: border-box; }

.block-filters a {
  color: white; }

.block-filters em {
  font-size: 10px;
  text-decoration: none;
  font-style: none;
  float: right;
  line-height: 28px;
  cursor: pointer;
  padding: 0 10px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease; }
  .block-filters em:hover {
    background-color: #FFF;
    color: #004e9c; }
  .block-filters em .fa {
    font-size: 16px;
    padding-right: 5px;
    float: left;
    line-height: 28px; }

.map-title {
  color: white; }

.map-btn {
  display: block;
  border: 2px solid white;
  text-align: center;
  background: #004E9C;
  cursor: pointer;
  padding: 0 0;
  width: 100%;
  color: white; }

.map-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  color: white; }

.map-list {
  display: none; }

/*.map-child-lvl li{
        cursor: pointer;
}

.map-child-lvl > li > ul > li{
        padding-left:35px !important;
        color: #7FA6CD;
}

.map-child-lvl > li > ul > li > span{
        padding: 8px 5px;
        background: transparent;
        transition: all 350ms;
}

.map-selected span{
        background: rgba(255, 255, 255, .3) !important;
        color: white;
}*/
/* Concerne la box de recherche des domaines */
.map-block-search-domaine {
  position: relative;
  width: 100%;
  margin-top: 0px; }

.map-link-domaine {
  color: white; }

.map-input-search {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  font-size: 12px;
  text-indent: 10px;
  border-width: 0px;
  color: #333; }

.map-domaines {
  position: absolute !important;
  top: 51px;
  left: 0px;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }

.map-domaines li {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: white;
  cursor: pointer;
  transition: all 350ms; }

.map-domaines li:hover {
  background: #6a94c0;
  color: white; }

.map-domaines-selected {
  color: white; }

.map-domaines-selected li {
  position: relative;
  padding: 10px;
  margin: 5px 0px;
  background: #1f63a8; }

.map-domaines-selected li i {
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer; }

/*# sourceMappingURL=map_lucas.css.map */

/**
* Où trouver nos produits ?
**/

.left-side-map {
  float: left;
  width: 25%;
  height: 600px;
  padding: 40px;
  background-image: url(../images/bg-molecules.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
.left-side-map h3 {
  color: #ffffff;
  font-size: 24px;
}
.left-side-map p {
  color: #ffffff;
  font-size: 14px;
}
.left-side-map label {
  color: #fff;
  display: inline-block;
  margin: 0 0 10px 0;
}
.left-side-map .select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("../images/arrowdown.gif") no-repeat 98% 50%;
}
.select-style select {
    padding: 5px 10px;
    width: 100%;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #004e9c;
    font-size: 16px;
}
#search-map {
    border: solid 2px #ffffff;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    background: transparent;
    text-decoration: none !important;
    font-weight: 600;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
#search-map:hover {
    background-color: #FFF;
    color: #004e9c;
}
.right-side-map {
  float: right;
  width: 75%;
  position: relative;
  height: 600px;
}
.disabled { pointer-events: none; }
.right-side-map #map {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 2;
}
.right-side-map .overlay-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 9;
  opacity: 0.6;
  pointer-events: none;
  background:#004e9c;
}
.right-side-map .overlay-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 20;
  opacity: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
}
.right-side-map .overlay-loading .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  border-radius: 5px;
  background: #004e9c;
  color: #ffffff;
  margin: -20px 0 0 -20px;
  z-index: 200;
}

.infoWindow {
  color: #666666;
  background: #ffffff;
  text-align: center;
  width: 300px;
  position: absolute;
  overflow: visible;
  -webkit-box-shadow: 0px 3px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 1px 20px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  border: solid 2px #004e9c;
}

.infoWindow.invalide {
    color: red;
    border-color: red;
}

/** CACHE LE CHAMPS DE RECHERCHE REGION PAR DEFAUT **/
#region-cont {
    display: none;
}