@charset "UTF-8";
/*COMPASS EXEMPLE MIXIN*/
/* line 95, ../sass/partials/_base.scss */
.ButtonOk {
  /* border-radius: 2px; */
  color: white;
  border: none;
  /* padding: 2px 6px 0px 6px; */
  outline: none;
  font-size: 16px;
  height: 27px;
}

/* line 106, ../sass/partials/_base.scss */
.DefaultButton {
  background-color: #5c5a5b;
  border-radius: 2px;
  color: white;
  border: 1px solid #727272;
  padding: 3px 6px 3px 6px;
  outline: none;
  font-size: 16px;
  height: 27px;
}

/* line 118, ../sass/partials/_base.scss */
.ButtonList a {
  padding: 1px 6px 1px 6px;
  margin-right: 11px;
  margin-top: 10px;
  float: left;
  background-color: #5c5a5b;
  width: 24%;
  display: block;
  border-radius: 2px;
  color: white;
  border: 1px solid #727272;
}
/* line 130, ../sass/partials/_base.scss */
.ButtonList i {
  margin-right: 0.625em;
}

/* line 135, ../sass/partials/_base.scss */
.ButtonMobile1 {
  background-color: #626262;
  color: white;
  margin: 6px 6px 6px 0;
  text-transform: uppercase;
  border: 2px solid #5d5b5c;
  border-radius: 2px;
  max-height: 44px;
  float: left;
  font-size: 14px;
  padding: 11px 7px 13px 7px;
  font-weight: 100;
  max-width: 114px;
}

/* line 150, ../sass/partials/_base.scss */
.ButtonMobile2 {
  background-color: white;
  color: white;
  margin: 6px 6px 6px 0;
  text-transform: uppercase;
  border: 2px solid #5d5b5c;
  border-radius: 2px;
  max-height: 44px;
  float: left;
  font-size: 14px;
  padding: 11px 31px 13px 30px;
  font-weight: 100;
  max-width: 114px;
}

/* line 165, ../sass/partials/_base.scss */
.ButtonMoreResult {
  background-color: white;
  color: white;
  text-transform: uppercase;
  border: 2px solid #5d5b5c;
  border-radius: 2px;
  height: 90px;
  font-size: 14px;
  font-weight: 100;
  width: 100%;
}

/* line 177, ../sass/partials/_base.scss */
.ButtonMobile3 {
  background-color: white;
  color: white;
  text-transform: uppercase;
  border: 2px solid #5d5b5c;
  border-radius: 2px;
  padding: 10px 14px;
  max-height: 50px;
  font-size: 14px;
  font-weight: 100;
  max-width: 150px;
}

/* line 192, ../sass/partials/_base.scss */
.BorderRadius {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #5c5a5b;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
/* line 207, ../sass/partials/_base.scss */
html,
button,
input,
select,
textarea {
  color: #a3a1a2;
}

/* line 211, ../sass/partials/_base.scss */
body {
  line-height: 1.4;
  margin: 0;
  color: #444444;
  background:#D9DADC;
  font-size: 12px;
  min-width: initial !important;
}

/* line 220, ../sass/partials/_base.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 225, ../sass/partials/_base.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 230, ../sass/partials/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 239, ../sass/partials/_base.scss */
img {
  vertical-align: middle;
  height: auto;
}

/* line 245, ../sass/partials/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 251, ../sass/partials/_base.scss */
textarea {
  resize: vertical;
}

/* line 255, ../sass/partials/_base.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 262, ../sass/partials/_base.scss */
.Hidden {
  visibility: hidden;
}

/* line 272, ../sass/partials/_base.scss 
a,
a:link,
a:hover {
  color: white;
  text-decoration: none;
}*/

/* line 280, ../sass/partials/_base.scss */
h1 {
  font-size: 1.563em;
  font-weight: 400;
}

/* line 284, ../sass/partials/_base.scss */
h2 {
  font-size: 1.125em;
  font-weight: 300;
}

/* line 288, ../sass/partials/_base.scss */
h3 {
  font-size: 0.813em;
  font-weight: 400;
}

/* line 293, ../sass/partials/_base.scss */
h4 {
  font-weight: normal;
}

/* line 297, ../sass/partials/_base.scss */
.bgblack{
  clear:both;
  background-color:black;
}
#Footer {
  text-align: center;
  color: white;
  font-size: 13px;
  width: 100%;
}
/* line 302, ../sass/partials/_base.scss */
#Footer p {
  padding: 10px 0;
}

/* line 306, ../sass/partials/_base.scss */
#Header {
  text-align: center;
  width: 100%;
}

/* line 311, ../sass/partials/_base.scss */
.swControls {
  position: absolute;
  bottom: 0.1em;
}

/* line 315, ../sass/partials/_base.scss */
a.swShowPage {
  /* The links that initiate the page slide */
  background-color: white;
  float: left;
  height: 15px;
  margin: 4px 3px;
  text-indent: -9999px;
  width: 15px;
  /*border:1px solid #ccc;*/
  /* CSS3 rounded corners */
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}

/* line 328, ../sass/partials/_base.scss */
a.swShowPage:hover,
a.swShowPage.active {
  background-color: #284290;
}

/* line 332, ../sass/partials/_base.scss */
.toto {
  -webkit-box-shadow: 0, 1px, 1px, rgba(0, 0, 0, 0.075), inset;
  -moz-box-shadow: 0, 1px, 1px, rgba(0, 0, 0, 0.075), inset;
  box-shadow: 0, 1px, 1px, rgba(0, 0, 0, 0.075), inset;
  -webkit-box-shadow: red 2px 2px 10px;
  -moz-box-shadow: red 2px 2px 10px;
  box-shadow: red 2px 2px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: rgba(0, 0, 255, 0.2) 1px 1px 0, rgba(0, 0, 255, 0.2) 2px 2px 0, rgba(0, 0, 255, 0.2) 3px 3px 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px / 4px;
  border-radius: 4px / 4px;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
/* line 343, ../sass/partials/_base.scss */
.Wrapper {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

/* line 349, ../sass/partials/_base.scss */
/* line 352, ../sass/partials/_base.scss */
.Row:after {
  content: "";
  display: table;
  clear: both;
}

/* ==============
    MOBILE: Menu
   ============== */
/*
nav {
   ul{ margin: 0;
    padding: 0;
    }
    
a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
        &:hover,
        &:visited {
            color: white;
        }
        &:hover {
            text-decoration: underline;
        }
    }
}
*/
/* ==============
    MOBILE: Main
   ============== */
/* line 404, ../sass/partials/_base.scss */
.main article h1 {
  font-size: 2em;
}
/* line 407, ../sass/partials/_base.scss */
.main aside {
  color: white;
  padding: 0px 5% 10px;
}

/* line 415, ../sass/partials/_base.scss */
.footer-container footer {
  color: white;
  padding: 20px 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 425, ../sass/partials/_base.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 430, ../sass/partials/_base.scss */
.clearfix:after {
  clear: both;
}

/* line 434, ../sass/partials/_base.scss */
.clearfix {
  zoom: 1;
}

/* line 1, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
}
/* line 7, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore *, #ListStore *:before, #ListStore *:after {
  box-sizing: inherit;
}
/* line 11, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .hidden {
  visibility: hidden;
}
/* line 14, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .GoogleMap {
  margin: 0;
}
/* line 16, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .GoogleMap .MapContent {
  height: 97.5%;
}
/* line 22, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .btn_primary,
#Store .btn_primary{
  color: white;
  background-color: #002b6f;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
/* line 32, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .btn_primary:hover {
  background-color: #217FE4;
}
/* line 33, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .btn_primary.small-size {
  width: 160px;
  padding: 5px;
  font-weight: bold;
}
/* line 37, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore #Header {
  height: auto;
}
/* line 39, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore #Header .Row {
  padding: 0;
  margin: 0;
}
/* line 42, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore #FilArianne {
  color: #002b6f;
  background-color: white;
  padding: 15px 20px;
  font-size: 12px;
  max-height:115px;
}
/* line 44, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#FilArianne a {
  font-size:12px;
  color:#002b6f;
}
/* line 45, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#FilArianne a:hover {
  text-decoration: underline;
  color:#0090d8;
}
#ListStore h1.TitleTop{
  text-align:center;
  text-transform:uppercase;
  font-size: 24px;
  margin-top:27px;
  color:#002b6f;
}


/* line 49, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore #content-header {
  position: relative;
  height: 120px;
  color: white;
  text-align: right;
  overflow: hidden;
  font-size: 0.7em;
}
/* line 52, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore #content-header .content-txt {
  position: absolute;
  top: 5px;
  right: 45px;
  z-index: 5;
  background: url("../img/trident-background.png") right top no-repeat;
  padding: 28px 50px 20px 0;
}
/* line 55, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore #content-header .content-txt h1 {
  margin: 0;
  font-size: 2.8em;
}
/* line 56, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore #content-header .content-txt p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1em;
}
/* line 57, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore #content-header .content-txt span {
  display: block;
}
/* line 60, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore #content-header .img-topheader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 69, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock {
  width: 100%;
  background-color: white;
  margin: 0;
  padding: 0 20px;
  position:relative;
}
/* line 75, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .SearchBar {
  padding: 0;
  margin: 0;
  position:absolute;
  z-index: 105;
  width: 92%;
  top: 15px;
  border: 1px solid #cccccd;
  left: 50%;
  margin-left: -46%;
  background-color: white;
  border-radius: 3px;
  padding: 15px 25px;
}
/* line 77, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .SearchBar .Row {
  padding: 0;
}
/* line 80, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation {
  margin: 0;
  height: auto;
  text-align: center;
  padding: 0 0 15px 0;
  font-weight: bold;
}
/* line 86, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .Localize,
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .BoutonItineraire{
  margin: 0;
  padding: 0;
}
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .BoutonItineraire{
  color: #363636;
  background-color: white;
  padding: 3.5px 25px;
}
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .BoutonItineraire i{
  color : #002b6f;
  font-size: 18px;
  vertical-align: middle;
  margin: 0 0 0 8px;
}
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .BoutonItineraire:hover i{
  color : #0090d8;
}
/* line 91, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .Localize p,
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .BoutonItineraire p{
  width: 100%;
  margin: 0;
  font-size: inherit;
  padding: 10px 0;
}

/* line 98, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .Search {
  margin-bottom: 0px;
  padding: 0;
  padding-left: 15px;
  background-color: transparent;
}
/* line 105, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .Search label {
  text-transform: uppercase;
  color: #002b6f;
  font-size: 14px;
  float: left;
  line-height: 15px;
}
/* line 116, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .Search .inputs-valide {
  position: relative;
  width: 71%;
  float: left;
  margin-left: 20px;
}
/* line 118, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .Search .inputs-valide .ButtonOk {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
/* line 120, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .Search .inputs-valide .ButtonOk:after {
  content: '\f002';
  color: #002b6f;
  font-size: 1.7em;
  position: absolute;
  right: 35%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 33px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
#ListStore .WhiteBlock .ZoneLocalisation .Search .inputs-valide .ButtonOk:hover:after {
  content: '\f002';
  color: #0090d8;
}
/* line 122, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .Search .inputs-valide .ButtonOk .submit-search {
  opacity: 0;
  width: 100%;
  height: 100%;
}
/* line 125, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .Search .inputs-valide i {
  position: absolute;
  top: 21%;
  right: 8%;
  font-size: 1.4em;
  color: white;
}
/* line 128, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .Search #lieu,
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary input[type="text"]
{
  outline: none;
  border-radius: 3px;
  padding-left: 10px;
  position: relative;
  z-index: 0;
  height: 37px;
  border: 1px solid #cccccd;
}
#ListStore .WhiteBlock .ZoneLocalisation .Search input[placeholder]#lieu,
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary input[type="text"][placeholder]
{
  padding-left:10px;
  color: #342521;
  font-style: italic;
}
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary input[type="text"][placeholder]{
  border-radius : 3px;
  font-size: 12px;
}
/* line 141, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .filter-search {
  float: left;
  width: 36%;
  position: relative;
  *zoom: 1;
}
/* line 38, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#ListStore .WhiteBlock .ZoneLocalisation .filter-search:after {
  content: "";
  display: table;
  clear: both;
}
/* line 146, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .filter-search p {
  color: #929496;
  font-size: 13px;
  position: absolute;
  top: -24px;
  margin: 0;
  font-style: italic;
}
#ListStore .WhiteBlock .ZoneLocalisation .filter-search .single-filter {
  text-align: left;
  padding: 0 0 0 13px;
}
/* line 148, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .filter-search .filter {
  float: left;
  margin-left: 4%;
}
/* line 151, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .filter-search .filter .btn_primary.active {
  background-color: #444444;
}
/* line 153, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .filter-search .filter.no-filters {
  margin: 0;
}
/* line 154, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .filter-search .filter.sub-filters {
  position: relative;
}
/* line 156, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .filter-search .filter.sub-filters .select_sub-filters {
  position: absolute;
  top: 28px;
  z-index: 30;
  display: none;
  opacity: 0;
  background-color: white;
  padding: 17px 0px 4px 0px;
  width: 100%;
  border-bottom: 3px solid #444444;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 0 0 3px 0 rgba(81, 81, 81, 0.3);
  width:160px;
}
/* line 158, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .filter-search .filter.sub-filters .select_sub-filters p {
  position: static;
  line-height: 1em;
  margin-bottom: 15px;
}
/* line 159, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .filter-search .filter.sub-filters .select_sub-filters input {
  margin-right: 0px;
}
/* line 160, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .filter-search .filter.sub-filters .select_sub-filters label {
  cursor: pointer;
}
/* line 164, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .filter-search .filter.sub-filters:hover .select_sub-filters {
  display: block;
  top: 38px;
  opacity: 1;
}
/* line 172, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .ButtonOk {
  font-size: 0.75em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0.25em;
  outline: 0;
  overflow: visible;
  padding: 0.5em 0 0.25em;
  text-align: center;
  margin: 0px 6px 0 0;
  width: 15%;
  height: 100%;
  position: relative;
}
/* line 187, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .ZoneLocalisation .ButtonOk:hover {
}

/* ZONE FILTRES */
#ListStore .WhiteBlock .ZoneFiltres{
  margin-top:20px;
}
#ListStore .WhiteBlock .ZoneFiltres p{
  color: #acacac;
  font-weight:bold;
  line-height:14px;
  margin:0;
  display:inline-block;
}

#ListStore .WhiteBlock .ZoneFiltres .SelectFiltre{
  width: 210px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 3px;
}
#ListStore .WhiteBlock .ZoneFiltres .TitleFiltre{
  width: 100%;
  border-radius: 3px;
  border: 1px solid #cccccd;
  background-color: white;
  background: url(../img/chevron-down.png);
  background-repeat:no-repeat;
  background-position:95%;
  padding: 6px 25px 6px 12px;
  font-size:12px;
  line-height:15px;
  color: #acacac;
  cursor: pointer;
}
#ListStore .WhiteBlock .ZoneFiltres .Active .TitleFiltre{background-color: #F9F9F9; background-image: url(../img/chevron-up.png);}
#ListStore .WhiteBlock .ZoneFiltres .TitleFiltre:hover{
  background-color: #F9F9F9;
}
#ListStore .WhiteBlock .ZoneFiltres .SelectFiltre .ContentFiltre{
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #CCCCCD;
  width: 100%;
  border-top: 0;
  padding-bottom: 10px;
  z-index: 9999;
}
#ListStore .WhiteBlock .ZoneFiltres .SelectFiltre .ContentFiltre label{
  width: 100%;
  display: block;
  padding: 10px;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
}
#ListStore .WhiteBlock .ZoneFiltres .SelectFiltre .ContentFiltre input[type="checkbox"]{
  display: none;
}
#ListStore .WhiteBlock .ZoneFiltres .SelectFiltre .ContentFiltre .RadioButtonStatus{
  height: 9px;
  width: 9px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
}
#ListStore .WhiteBlock .ZoneFiltres .SelectFiltre .ContentFiltre .RadioButtonStatus.radio-active{
  background-color: #002B6F;
  border-color: #002B6F;
}
#ListStore .WhiteBlock .ZoneFiltres .SelectFiltre .ContentFiltre .RadioLabel{
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  margin-left: 10px;
}
/*
#ListStore .WhiteBlock .ZoneFiltres select{display:inline-block;}

#ListStore .WhiteBlock .ZoneFiltres select{
    width: 190px;
    border-radius: 6px;
    border: 1px solid #cccccd;
    background-color: white;
    background: url(../img/chevron-down.png);
    background-repeat:no-repeat;
    background-position:95%;;
    height:22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 25px 0 5px;
    font-size:12px;
    line-height:15px;
}*/
.arrow{
  cursor:pointer;
  height:32px;
  width:24px;
  position:absolute;
  right:0px;
  background-color:#c8c8c8;
  background:url('//icons.aniboom.com/Energy/Resources/userControls/TimeFrameDropDownFilter/Dropdown_Arrow.png') 0;
}
/* line 191, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .Localisation {
  color: #005589;
  font-size: 12px;
  float: left;
}
/* line 197, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .TitleStoreList h2 {
  color: #444444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 0 !important;
  margin-bottom: 4px !important;
  border-bottom: 2px solid #cccccd;
  padding-bottom: 8px;
}

#ListStore .WhiteBlock.MapLegend{
  position:absolute;
  bottom:33px;
  right:20px;
  width:auto;
  padding: 10px 20px;
  background: rgba(154, 159, 169, 0.6);
  color: #353d48;
}
#ListStore .WhiteBlock.MapLegend .LegendCentre{margin-right:15px;}
#ListStore .WhiteBlock.MapLegend .LegendCentre,
#ListStore .WhiteBlock.MapLegend .LegendGarage{
  display:inline;
}
#ListStore .WhiteBlock.MapLegend img, #ListStore .WhiteBlock.MapLegend p{
  display:inline;
  padding: 0;
  vertical-align: middle;
}
#ListStore .WhiteBlock.MapLegend img{width: 20px;}
#ListStore .WhiteBlock.MapLegend p{padding-left:5px}
/* line 207, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList {
  /* Scrollbars */
  /* Barre  Hover*/
  /* Coin de la fenÃªtre */
  /* Boutons */
  position:absolute;
  border: 1px solid #cccccd;
  z-index:99;
  top: 100px;
  left: 4%;
  background-color: white;
  border-radius: 3px;
  padding: 15px 3px 15px 15px;
}
/* line 211, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList ::-webkit-scrollbar {
  width: 6px;
}
/* line 213, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList ::-webkit-scrollbar-track-piece {
  /* Ligne Fond */
  /* background: transparent none;
  border: solid 2px transparent;
  border-right-width: 6px;
  margin: 6px;
  -webkit-box-shadow: inset 1px 1px 0 0 rgb(137,131,117), inset -1px -1px 0 0 rgb(224,220,210); */
}
/* line 222, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList ::-webkit-scrollbar-thumb {
  /* Barre */
  border: solid 0 transparent;
  background: #002b6f;
  border-right-width: 0;
  -webkit-border-radius: 3px;
  -webkit-border-top-right-radius: 3x 3px;
  -webkit-border-bottom-right-radius: 3px 3px;
  -webkit-box-shadow: inset 0 0 0 10px #002b6f;
}
/* line 233, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList ::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 0 1px #0090d8, inset 0 0 0 6px #0090d8;
}
/* line 236, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList ::-webkit-scrollbar-corner {
  background: white;
}
/* line 239, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList ::-webkit-scrollbar-button {
  height: 0px;
  background: white;
}
/* line 245, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList.noresult .content-informations {
  text-align: center;
  border-top: 1px solid #dddddd;
}
/* line 249, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList.noresult .content-informations h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
}
/* line 250, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList.noresult .content-informations .Header-number {
  font-size: 1.14em;
  display: inline-block;
  padding: 0.5em 1.5em;
  border: 2px solid #444;
  border-radius: 0.2em;
  vertical-align: baseline;
  margin-left: 0.25em;
  margin-right: 1px;
  font-weight: bold;
}
/* line 251, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList.noresult .content-informations .Header-titleAndCost {
  display: block;
  font-size: 0.75em;
  padding: 8px 0 0 0;
  color: #a3a1a2;
}
/* line 254, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList.noresult h4 {
  display: block;
  font-size: 0.8em;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
  color: #002b6f;
}
/* line 256, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList.noresult li .Information {
  padding: 0;
  float: left;
  margin-left: 5px;
}
#ListStore .WhiteBlock .StoreList.noresult .ItemContent .marker{
  margin-right:15px;
}

/* line 260, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList.noresult li .Information .store-distance {
  float: left;
  padding: 0;
  font-size: 13px;}
/* line 267, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList ul {
  padding: 0;
}
/* line 269, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList .StoreListSlider {
  max-height: 560px;
  overflow-y: scroll;
  padding: 0 5% 0 0;
}

#ListStore .WhiteBlock .StoreList .StoreListSlider h2{
  text-align: center;
  color: #002b6f;
  background: #eeeeee;
  padding: 5px;
  border-radius: 6px 6px 0 0;
  border-bottom: 2px solid #002b6f;
  float: none;
  clear: both;
}
#ListStore .WhiteBlock .StoreList .StoreListSlider h2.GarageTitle{
  border-bottom: 2px solid #cccccc;
  color: #fba136;
}
/* line 271, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList .ItemContent {
  padding-top: 15px;
}
#ListStore .WhiteBlock .StoreList .ItemContent .marker{
  background: url(../img/marker.png);
  background-repeat: no-repeat;
  float: left;
  height: 42px;
  padding-top: 7px;
  text-align: center;
  background-position: center;
}
#ListStore .WhiteBlock .StoreList .ItemContent .marker2{
  background: url(../img/marker-2.png);
  background-repeat: no-repeat;
  float: left;
  height: 42px;
  padding-top: 7px;
  text-align: center;
  background-position: center;
}
#ListStore .WhiteBlock .StoreList .ItemContent .marker span{
  color: black;
  font-size: 12px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  margin-left: 0px;
}
#ListStore .WhiteBlock .StoreList .ItemContent .marker .store-distance{
  font-size:10px;
  margin-top:40px;
}
/* line 273, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li {
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-top: 2px solid #CCCCCC;
  float:none;
  clear:both;
}
#ListStore .WhiteBlock .StoreList li.item-0{
  border-top: 0;
}
/* line 279, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li .Information, #infobox {
  padding-left: 15px;
  font-size: 0.7em;
}
#infobox{
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  height: auto;
  border-radius:3px;
  display: none;
}
/* line 283, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li .Information h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.1em;
  line-height: 1em;
  color: #444;
  margin: 0;
  margin-bottom: 5px;
}
#ListStore .WhiteBlock .StoreList li .Information h3 span.markerLogo{
  background: url(../img/markerLogo.png) no-repeat;
  width: 30px;
  height: 21px;
  background-size: 100%;
  float:left;
}
/* line 291, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li .Information h3 span.city{
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-family: HelveticaNBold;
}

#ListStore .WhiteBlock .StoreList li .Information h3 span.city a{
  color: #0090d8;
}
/* line 295, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li .Information p{
  font-weight: initial;
  font-size: 14px;
  line-height: 1.3em;
  clear:both;
  padding-top: 5px;
  color: #342521;
}
#ListStore .WhiteBlock .StoreList li .Information .telephone, #infobox h3{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #0090d8;
  margin:0;
}
#ListStore .WhiteBlock .StoreList li .Information .telephone span{font-family:HelveticaNBold;}
/* line 298, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li .Information .telephone, #infobox .telephone{
  padding: 0;
  margin: 0;
  color: #342521;
  font-size: 13px;
  font-weight: bold;
}
#infobox .telephone{
  margin:0;
}
#infobox #infoboxHoraires{
  margin-top: 5px;
  font-size: 12px;
  font-family: HelveticaNBold;
}
#infobox #infoboxLien{
  float: left;
  font-size: 12px;
  color: #0090d8;
  text-decoration: underline;
}
#infobox #infoboxLien:hover{
  text-decoration: none;
}
#ListStore .WhiteBlock .StoreList li .Information .adress-content, #infobox .adress-content {
  font-size : 12px;
  font-family: HelveticaNLight;
  margin-top:10px;
  margin-bottom: 0;
}

#ListStore .WhiteBlock .StoreList li .Information .telephone a, #infobox .telephone a {
  color:#444;
}
/* line 300, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li .Information .horaires{
  line-height: 1.3em;
  font-family: HelveticaNBold;
  padding:5px 0 0 0;
}
#ListStore .WhiteBlock .StoreList li .Information .horaires span, #infobox .horaires span{
  font-size:12px;
  line-height: 0;
}
/* line 304, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li .ButtonList a,
#ListStore .WhiteBlock .StoreList.noresult .ButtonList a{
  color: white;
  background-color: #002b6f;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  margin-top: 10px;
  display: inline-block;
  /* text-align: center; */
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: bold;
  width: 100%;
  /* height: 30px; */
  padding: 10px 0;
  /*    line-height: 32px;*/
  border: none;
  transition: all 0.2s ease-in-out;
  padding-left: 20px;
  clear:both;
  float:none;
  position: relative;
}
/* line 319, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li .ButtonList a.btnStore:hover {
  background-color: #217FE4;
}
#ListStore .WhiteBlock .StoreList li .ButtonList a i{
  font-weight: bold;
  float:right;
  font-size: 16px;
  position:absolute;
  top:30%;
  right:0;
}
#ListStore .WhiteBlock .StoreList li .ButtonList a.btnItineraire{
  background-color: #002B6F;
  float:right;
}
#ListStore .WhiteBlock .StoreList li .ButtonList a.btnItineraire:hover {
  background-color: #868e06;
}
/* line 322, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li .ButtonList a:hover:after {
  margin-right: 5px;
}
/* line 325, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li .ButtonList a span {
  padding: 7px 0px 7px 40px;
  float: left;
}
/* line 330, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li .ButtonList a img {
  position: absolute;
  right: 10px;
  top: 3px;
}
#ListStore .WhiteBlock .StoreList li .ButtonList{
  clear:both;
}

/* line 339, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li .Distance .Marker .NumMarker {
  top: 54px;
}
/* line 343, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .StoreList li .Distance .km {
  font-weight: bold;
  font-size: 14px;
  color: black;
}
/* line 351, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .NavContent {
  float: left;
  width: 100%;
  font-size: 12px;
}
/* line 355, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .NavContent .NavContentPrec {
  float: left;
  cursor: pointer;
  text-decoration: underline;
}
/* line 360, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .NavContent .NavContentSuiv {
  float: right;
  cursor: pointer;
  text-decoration: underline;
}
#ListStore .WhiteBlock.listeVille{
  padding:0;
  background:none;
}
#ListStore .WhiteBlock.listeVille .Row{
  padding:0;
}
/* line 366, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .OtherCity {
  width: 100%;
  float: left;
  position: relative;
}
/* line 372, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .OtherCity h2, #Store .WhiteBlock .OtherCity h2 {
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  font-family: HelveticaNBold;
  padding: 16px 20px;
  color: #002b6f;
  background:none;
  position: relative;
  z-index: 10;
  font-size: 16px !important;
  font-weight: initial;
  margin-bottom:0 !important;
  width:100%;
  margin-top:0;
}
#ListStore .WhiteBlock .OtherCity h2 br{display:none;}
/* line 381, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .OtherCity h2:after, #Store .WhiteBlock .OtherCity h2:after {
  content: '';
  background: url(../img/chevron.png);
  background-repeat:no-repeat;
  font-size: 1.6em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 7px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
  transform: rotate(90deg);
}
/* line 385, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .OtherCity.Othercity-unfolded {
}
/* line 388, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .OtherCity.Othercity-unfolded h2:after {
  transform: rotate(-90deg);
}
/* line 390, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .OtherCity.Othercity-unfolded #liste_villes,
#Store .WhiteBlock .OtherCity.Othercity-unfolded #liste_villes{
  top: -5px;
  height: auto;
  opacity: 1;
  background:white;
}


#Store .GoogleMap .MapContent{
  display: block;
}
.GoogleMap .MapContent.VoirCarte-unfolded{
  display: block;
  opacity:1;
}


/* line 393, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .OtherCity #liste_villes,
#Store .WhiteBlock .OtherCity #liste_villes{
  overflow: hidden;
  padding: 16px 20px;
  opacity: 0;
  position: relative;
  top: -20px;
  height: 0;
  width: 100%;
  float: left;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 404, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#ListStore .WhiteBlock .OtherCity #liste_villes a,
#Store .WhiteBlock .OtherCity #liste_villes a{
  color: #ADADAD;
  font-size: 0.7em;
  display: inline-block;
  padding: 4px 0px;
}

#ListStore .WhiteBlock .OtherCity #liste_villes a:hover,
#Store .WhiteBlock .OtherCity #liste_villes a:hover{
  color: #005589;
}

/* line 419, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store {
  box-sizing: border-box;
  font-weight: 400;
  font-size: 10px;
}
/* line 426, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store *, #Store *:before, #Store *:after {
  box-sizing: inherit;
}
/* line 430, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store #Header {
  text-align: left;
  height: auto;
}
/* line 432, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store #Header .Row {
  padding: 0;
  margin: 0;
}
/* line 436, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store #FilArianne {
  background-color: white;
  padding: 15px 20px;
  font-size: 12px;
}
#Store #FilArianne .BreadcrumbsContent .BreadcrumbsItem,
#ListStore #FilArianne .BreadcrumbsContent .BreadcrumbsItem
{display:inline-block;}
/* line 442, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store #FilArianne .Return {
  text-transform: uppercase;
  float: right;
}
/* line 444, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store #FilArianne .Return a {
  text-decoration: underline;
}
/* line 445, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store #FilArianne .Return a:hover {
  text-decoration: none;
}
/* line 450, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store hr {
  height: 1px;
  margin-left: -26px;
  width: 106%;
  float:left;
  margin-top:0;
}
/* line 452, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store h2 {
  font-size: 2.2em;
  font-weight: bold;
  color: #444444;
  border-bottom: 5px solid #005589;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 14px;
}
/* line 463, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium {
  position: absolute;
  top: 10%;
  z-index: 9999;
  width: 450px;
  left: 54%;
  margin-left: -280px;
  background-color: white;
  -moz-box-shadow: 0px 0px 8px 2px #a9a9a9;
  -webkit-box-shadow: 0px 0px 8px 2px #a9a9a9;
  -o-box-shadow: 0px 0px 8px 2px #a9a9a9;
  box-shadow: 0px 0px 8px 2px #a9a9a9;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#a9a9a9, Direction=NaN, Strength=8);
}

.Modal_Overlay {
  background-color: rgba(172, 172, 172, 0.3);
  position: fixed;
  left: 0;
  display: none;
  top: 0;
  z-index: 9000;
  height: 100%;
  width: 100%;
}


/* line 465, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .closemodal {
  float: right;
  margin: 10px 10px 10px 0;
  z-index: 3;
  position: relative;
  cursor: pointer;
}
/* line 467, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .closemodal a {
  color: #342521;
  cursor: pointer;
}
/* line 468, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .closemodal a:hover {
  text-decoration: underline;
}
/* line 472, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium h2 {
  background-image: url(../img/markermap.png);
  display: inline-block;
  margin: 15px 0 20px 0;
  text-transform: inherit;
  padding: 4px 19px;
  font-size: 16px !important;
  width: 100%;
  background: none;
  color: #002b6f;
  text-transform: uppercase;
  text-align: center;
  border-bottom: none;
  margin-top: 0;
  font-family: HelveticaNLight;
}
#Store .modal_medium h2 span{font-family: HelveticaNBold;}
/* line 475, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store #dialogue_modal_wrapper{
  border-radius: 3px;
  color: #002b6f;
}
#Store #dialogue_modal_wrapper hr{margin:0; width:100%;}
#Store .modal_medium .dialogue_modal_infos .col_1-2_modal {
  padding: 0 5% 2% 5%;
}
/* line 476, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos h3, #Store .modal_medium .dialogue_modal_infos label{
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
}
#Store .modal_medium .dialogue_modal_infos h3, #Store .modal_medium .dialogue_modal_infos #qr{
  width: 75%;
  margin: 0;
  margin-top: 20px;
  color: #002b6f;
}
#Store .modal_medium .dialogue_modal_infos #qr{
  margin: 0 auto;
}
#Store .modal_medium .dialogue_modal_infos #qr{
  text-align: center;
  margin-top: 0;
}
#Store .modal_medium .dialogue_modal_infos p{
  width: 75%;
  margin: 0;
  margin-top: 5px;
  font-size: 14px;
  color: #002b6f;
}
/* line 478, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos #form-coordonnees-email, #Store .modal_medium .dialogue_modal_infos #form-coordonnees-sms {
  position: relative;
  display: table;
  width: 65%;
}
/* line 479, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input {
  margin: 0 0 20px 0;
  *zoom: 1;
}
#Store .modal_medium .dialogue_modal_infos .single_input.bad {
  margin: 0 0 50px 0;
}
/* line 481, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input input {
  height: 33px;
  font-size: 10px;
}
/* line 482, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input input[type="text"] {
  width: 85%;
  float: left;
  border: 1px solid #d3d3d3;
  outline: none;
  padding: 0 0 0 10px;
  border-width: 1px 0 1px 1px;
  border-radius: 2px;
}
#Store .modal_medium .dialogue_modal_infos .single_input input[type="email"]{
  width: 142px;
  float: left;
  border: 1px solid #d3d3d3;
  outline: none;
  padding: 0 0 0 10px;
  border-width: 1px 0 1px 1px;
  border-radius: 3px 0px 0px 3px;
}
/* line 483, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input button, #Store .modal_medium .dialogue_modal_infos .single_input input[type="submit"] {
  position: relative;
  z-index: 20;
  width: 100%;
  background-color: transparent;
  color: white;
  border: 0;
  vertical-align: top;
}
/* line 485, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input ::-webkit-input-placeholder {
  color: #a3a1a2;
}
/* line 486, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input :-moz-placeholder {
  color: #a3a1a2;
}
/* line 487, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input ::-moz-placeholder {
  color: #a3a1a2;
}
/* line 488, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input :-ms-input-placeholder {
  color: #a3a1a2;
}
/* line 490, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input .button-valid {
  width:15%;
  float: left;
  height: 33px;
  position: relative;
  border-radius: 0 2px 2px 0;
}
/* line 494, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input .button-valid:after:hover {
  color: #0090d8;
}
/* line 495, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input .button-valid:after {
  content: '\f105';
  color: #002b6f;
  font-size: 1.7em;
  top: 0;
  position: absolute;
  right: 35%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 499, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input.item {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
/* line 501, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input.item label {
  width: 80%;
  float: left;
  margin-top:20px;
  margin-bottom: 5px;
  color:#002b6f;
}
/* line 503, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input.item label input[type="email"], #Store .modal_medium .dialogue_modal_infos .single_input.item label input[type="text"] {
  width: 100%;
}
/* line 505, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .single_input.item button {
  height: 33px;
  border: 1px solid #cccccd;
  border-left: none;
  border-radius: 0px 3px 3px 0px;
}
/* line 38, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#Store .modal_medium .dialogue_modal_infos .single_input:after {
  content: "";
  display: table;
  clear: both;
}
/* line 511, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .alert {
  float: left;
  position: relative;
  color: white;
  width: 200px;
  left: 0;
  text-transform: initial;
  background-color: #FF3C3C;
}
#Store .modal_medium .dialogue_modal_infos .alert, #form-contact .alert {
  color: white;
  background-color: #FF3C3C;
  font-size: 12px;
  padding: 6px 10px;
}
/* line 513, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .alert:before, #form-contact .alert:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00d';
  margin: 0 5px 0 0;
}
/* line 514, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .alert.good, #Store .modal_medium .dialogue_modal_infos .alert.bad {
  display: none;
  height: 30px;
  bottom: 0px;
  padding-top: 10px;
  color: white;
  z-index: 99;
}
#Store .modal_medium .dialogue_modal_infos .alert.good{
  background-color: #9ca805;
  width: 100%;
  border-radius: 3px;
  height: 33px;
}
#Store .modal_medium .dialogue_modal_infos .alert.bad{
  background-color: #FFA0B4;
}
/* line 515, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .modal_medium .dialogue_modal_infos .alert.good:before {
  content: '\f00c';
}
#Store .modal_medium .dialogue_modal_infos .alert.bad:before {
  content: '\f00d';
}
/* line 523, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .OverlayBoxPopup {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  margin-left: -50%;
}
/* line 535, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .newsletter-shortcut_content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #868e06;
  top: 0;
  left: 0;
  border-radius: 2px;
}
/* line 544, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .newsletter-shortcut_content .item {
  width: 83%;
  float: left;
  padding-left: 4px;
}
/* line 546, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .newsletter-shortcut_content .item input {
  height: 25px;
  width: 172px;
  border: 0;
  background-color: white;
  color: #444444;
  padding: 0 0 0 10px;
}
/* line 548, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .newsletter-shortcut_content button {
  width: 17%;
  float: left;
  background-color: #868e06;
  color: white;
  border: 0;
  height: 33px;
  border-radius: 2px;
  transition: all 0.4s ease-in-out
}
/* line 549, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .newsletter-shortcut_content button:hover {
  background-color: #002B6F;
  vertical-align: top;
}
/* line 552, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .newsletter-shortcut_content .alert {
  position: absolute;
  color: #444444;
  left: 0;
  text-transform: initial;
  background-color: #efefef;
  width: 100%;
  font-size: 0.875em;
  padding: 6px 10px;
}
/* line 554, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .newsletter-shortcut_content .alert:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00d';
  margin: 0 5px 0 0;
}
/* line 555, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .newsletter-shortcut_content .alert.good, #Store .newsletter-shortcut_content .alert.bad {
  display: none;
  height: 100%;
  bottom: 0px;
  height: 100%;
  padding-top: 10px;
  color: white;
}
#Store .newsletter-shortcut_content .alert.good{
  background-color: #002B6F;
  padding-top:0;
}
#Store .newsletter-shortcut_content .alert.bad{
  background-color: #FFA0B4;
}
/* line 556, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .newsletter-shortcut_content .alert.good:before {
  content: '\f00c';
}
#Store .newsletter-shortcut_content .alert.bad:before {
  content: '\f00d';
}
/* line 561, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock {
  width: 100%;
  float: left;
  margin:0;
  padding: 0 30px;
  background-color: white;
}
#Store .WhiteBlock:after{
  content:'';
  clear: both;
  display: table;
}
#Store .RoundedBlock{
  background-color:white;
  padding: 20px 25px;
  margin-bottom:25px;
  width:100%;
}
#Store .WhiteBlock.listeVille{
  padding:0;
}
#Store .WhiteBlock.listeVille .Row{
  padding:0;
}
/* line 567, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .Separator {
  height: 1px;
  background-color: white;
  width: 100%;
  margin: 15px 0;
}
/* line 574, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .ZoneLocalisation {
  margin: 5px 0;
  height: auto;
}
/* line 577, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .ZoneLocalisation .Localize {
  width: 25%;
  margin-right: 20px;
  margin-bottom: 0px;
}
/* line 581, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .ZoneLocalisation .Localize p {
  text-transform: uppercase;
  color: #626262;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0px;
  text-align: center;
  width: 100%;
  position: relative;
}
/* line 592, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .ZoneLocalisation .Return {
  width: 25%;
}
/* line 594, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .ZoneLocalisation .Return a {
  text-transform: uppercase;
  color: #626262;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  text-align: center;
  width: 100%;
}
/* line 604, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .ZoneLocalisation .Search {
  width: 66%;
  float: left;
  margin-bottom: 0px;
  padding: 5px 0px 5px 10px;
}
/* line 610, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .ZoneLocalisation .Search label {
  text-transform: uppercase;
  color: #626262;
  font-size: 14px;
  font-weight: bold;
}
/* line 616, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .ZoneLocalisation .Search #lieu {
  width: 56.2%;
  outline: none;
  padding: 5px 5px 6px 5px;
}
/* line 622, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .ZoneLocalisation .ButtonOk {
  text-transform: uppercase;
  background-color: #005589;
  color: white;
  font-size: 14px;
  float: left;
  height: 38px;
}
/* line 631, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .Localisation {
  color: #005589;
  font-size: 12px;
}
/* line 636, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .TitleStoreList h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
/* line 643, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList ul {
  padding: 0;
}
/* line 645, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList .ItemContent {
  border-bottom: 1px solid white;
}
/* line 647, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList li {
  width: 100%;
  padding: 0;
}
/* line 650, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList li .Information {
  width: 60%;
  float: left;
}
/* line 654, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList li .Information h1 a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #005589;
}
/* line 661, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList li .Information p {
  font-weight: bold;
  font-size: 14px;
  color: black;
}
/* line 665, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList li .Information p .couleur {
  color: #005589;
}
/* line 669, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList li .Information .Horaire {
  margin-top: 7px;
}
/* line 673, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList li .ButtonList {
  width: 31%;
  float: right;
}
/* line 676, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList li .ButtonList a {
  background-color: white;
  color: #626262;
  border: none;
  width: 100%;
  padding: 0px;
  margin-right: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  float: left;
  position: relative;
}
/* line 689, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList li .ButtonList a span {
  padding: 7px 0px 7px 40px;
  float: left;
}
/* line 693, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList li .ButtonList a img {
  position: absolute;
  right: 10px;
  top: 3px;
}
/* line 702, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList li .Distance .Marker .NumMarker {
  top: 54px;
}
/* line 706, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreList li .Distance .km {
  font-weight: bold;
  font-size: 14px;
  color: black;
}
/* line 714, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .NavContent {
  float: left;
  width: 100%;
  font-size: 12px;
}
/* line 718, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .NavContent .NavContentPrec {
  float: left;
  cursor: pointer;
  text-decoration: underline;
}
/* line 723, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .NavContent .NavContentSuiv {
  float: right;
  cursor: pointer;
  text-decoration: underline;
}
/* line 729, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherCity {
  width: 100%;
  float: left;
  position: relative;
  margin-left:0;
}
/* line 750, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherCity.Othercity-unfolded {
  margin-bottom: 10px;
}
/* line 753, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherCity.Othercity-unfolded h2:after {
  transform: rotate(-90deg);
}
.NumMarkerGoogleMap{
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 12px;
  text-align: center;
  width:20px;
}
/* line 780, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .GoogleMap .map-itinary {
  background-color: #002b6f;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4em;
  *zoom: 1;
}
/* line 38, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#Store .WhiteBlock .GoogleMap .map-itinary:after {
  content: "";
  display: table;
  clear: both;
}
/* line 788, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary {
  display: table;
  margin: 0 auto;
  padding: 13px 20px;
  line-height: 30px;
  width: 100%;
}
/* line 793, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .ButtonOk,
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary input {
  height: 30px;
  border: 0;
  font-weight: 400;
}
/* line 794, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary input[type="text"] {
  width: 100%;
  outline: none;
  padding-left: 20px;
  position: relative;
  z-index: 0;
  height: 42px;
  margin-left: 20px;
  padding-right: 40px;
  border: 0;
}
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary span#ou{
  float:left;
  margin-left:-72px;
  margin-top: 7px;
  display: none;
}
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary #VoirCarte{
  float: left;
  background: url(../img/VoirCarte.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  line-height: 38px;
  font-size: 12px;
  cursor: pointer;
  margin-left: 52px;
}
/* line 796, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .ButtonOk {
  font-size: 0.75em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0.25em;
  outline: 0;
  overflow: visible;
  padding: 0.5em 0 0.25em;
  text-align: center;
  margin: 5px 6px 4px 0;
  width: 15%;
  height: 80%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .ButtonOk:after {
  content: '\f002';
  color: #002b6f;
  font-size: 1.7em;
  position: absolute;
  right: -10px;
  top: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 33px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .ButtonOk:hover:after{
  content: '\f002';
  color: #0090d8;
}
#Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .ButtonOk .submit-search{
  opacity: 0;
  background: none;
  width: 100%;
  height: 100%;
}

/* line 808, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .GoogleMap .map-itinary form {
  display: table-cell;
  width: 65%;
  text-align: left;
  vertical-align: top;
}
#Store .WhiteBlock .GoogleMap .map-itinary form label{
  float: left;
  margin-top: 7px;
  font-size: 14px;
  font-family: HelveticaNbold;
  font-weight: initial;
  color: #ffffff;
}
#Store .WhiteBlock .GoogleMap .map-itinary form .inputs-valide.Field-autocomplete-content{
  position: relative;
  width: 60%;
  float: left;
}

/* line 825, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .GoogleMap .map-itinary .BoutonItineraire img {
  position: absolute;
  right: 10px;
  top: 3px;
}
/* line 834, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary {
  position: relative;
  margin: 20px 0;
  /* ITINERAIRE GOOGLE*/
}
/* line 837, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary .transport-items {
  position: absolute;
  right: 100px;
  top: 80px;
  font-size: 2em;
  border-bottom: 1px solid #444444;
}
/* line 842, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary .transport-items .ButtonGoogle {
  padding: 0 10px;
  opacity: 0.6;
}
/* line 844, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary .transport-items .ButtonGoogle.selected {
  opacity: 1;
  border-bottom: 5px solid #0090d8 ;
}
/* line 848, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary .share-items {
  right: 20px;
  bottom: 20px;
  font-size: 1.2em;
  margin-left: 44px;
  margin-top: 20px;
}
/* line 852, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary .share-items .ButtonItinary {
  display: inline-block;
  color: white;
  background-color: #002b6f;
  padding: 6px 30px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
  text-align: center;
  font-weight: initial;
  line-height: 18px;
}
#Store .WhiteBlock .content-itinary .share-items br{
  display:none;
}
/* line 854, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary .share-items .ButtonItinary:hover{
  background-color: #217FE4;
}
/* line 861, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary .adp {
  display: table;
  margin: 0 auto;
  width:80%;
  font-size: 1.2em;
  line-height: 2em;
  padding: 0 0 0 16px;
}
/* line 871, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary .adp .adp-placemark {
  background-color: #002b6f;
  color: white;
  border: 0;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  left: -55px;
  margin: 0;
  cursor: default;
  border-radius: 3px;
}
/* line 874, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary .adp .adp-placemark .adp-text {
  display: block;
  font-size: 16px;
  padding: 6px 23px;
  width: auto;
  color: white !important;
}
/* line 875, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary .adp .adp-placemark .adp-marker {
  display: none;
}
#Store .WhiteBlock .content-itinary .adp .adp-warnbox {
  display:none;
}
/* line 878, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary .adp .adp-directions {
  margin: 0 0 30px 0;
  width: 100%;
  cursor: inherit;
}
/* line 879, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary .adp .adp-summary {
  margin: 30px 0;
  background-color: #F3F3F3;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
}
/* line 880, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary .adp .adp-step, #Store .WhiteBlock .content-itinary .adp .adp-substep {
  border-top: 1px solid #F9F9F9;
}
/* line 888, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OpenHours {
  width: 100%;
  margin-top:0;
  margin-bottom: 0;
}
/* line 891, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OpenHours h4 {
  color: #626262;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}
/* line 898, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OpenHours .Day {
  width: 14.285%;
  color: #b4b4b4;
  font-size: 1.5em;
  padding: 0 0 0 10px;
  text-transform: initial;
  height: auto;
  margin-bottom: 0;
}
/* line 904, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OpenHours .Day.Today {
  border: 0;
  font-weight: bold;
  color: #0090d8;
  text-transform: initial;
}
/* line 906, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OpenHours p {
  line-height: 1em;
}
/* line 907, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OpenHours .SpecialHour {
  font-size: 1.2em;
  padding: 4px 0 4px 10px;
  margin-top:0;
}
/* line 908, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OpenHours .Titre {
  margin-bottom: 4px;
  text-transform: caiptalize;
}
/* line 912, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
/* line 916, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop {
  float: left;
  width: 60%;
  margin: 0 2% 0 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 922, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address {
  padding: 0;
  font-weight: bold;
  padding: 3% 2%;
  font-size: 2em;
}
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address.LeftWidth{
  color: #352421;
  text-transform: uppercase;
  width: 100%;
  padding-left:0;
  padding-top:0;
}
#Store .WhiteBlock .StoreDetail .Address.RightWidth{
  color: #352421;
  text-transform: uppercase;
  width: 100%;
  padding-left:0;
  padding-right:0;
}

/* line 930, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .Phone {
  color: #284290;
}
/* line 932, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .telephone {
  font-size: 18px;
  font-family: HelveticaNBold;
  text-transform: initial;
  width: auto;
  margin-top:5px;
  padding:4px 0;
  display: block;
  font-weight: initial;
  color: black;
  pointer-events:none;
}
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .telephone.email{

}
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .telephone span{
  border-bottom: 2px solid #00a0e0;
  padding-bottom: 3px;
}
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .telephone a{
  color:#444;
}

#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .btn-mobile-itineraire{display:none;}
/* line 933, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .adress {
  font-size: 14px;
  color: #251c15;
  font-family: HelveticaNBold;
  padding-bottom:10px;
}
/* line 936, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .adress span {
  display: block;
}
/* line 940, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .adress span[itemprop="postalCode"], #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .adress span[itemprop="addressLocality"] {
  display: inline-block;
}
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .socialnetworks{
  padding:10px 0;
}
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .socialnetworks ul{list-style:none;padding:0;}
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .socialnetworks ul li{display:inline-block;margin-right:15px;}
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .btn_rdv a{
  color: white;
  background-color: #0090d8;
  border-radius: 3px;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: bold;
  width: 195px;
  border: none;
  padding: 9px 0px 5px 20px;
  transition: all 0.2s ease-in-out;
}
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .btn_rdv a:hover{
  background-color:#002b6f;
}
#Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .btn_rdv a i{
  font-weight: bold;
  float: right;
  line-height: 12px;
  font-size: 16px;
  margin-right: 20px;}
/* line 946, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop .contact-magasin {
  *zoom: 1;
}
/* line 38, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop .contact-magasin:after {
  content: "";
  display: table;
  clear: both;
}
/* line 950, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop .contact-magasin .infolight {
  font-size: 0.6em;
  color: #929496;
  font-style: italic;
  font-weight: lighter;
}
#Store .WhiteBlock .StoreDetail .StoreInfosTop #btn-contact{
  color: white;
  background-color: #002B6F;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: initial;
  width: 65%;
  height: 33px;
  padding: 0;
  line-height: 33px;
  border: none;
  transition: all 0.2s;
  display: none;
}
#Store .WhiteBlock .StoreDetail #btn-contactez-nous{
  color: white;
  background-color: #002b6f;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  margin-top: 10px;
  display: inline-block;
  /* text-align: center; */
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  height: 30px;
  padding: 0;
  line-height: 34px;
  border: none;
  transition: all 0.2s ease-in-out;
  padding-left: 20px;
}
#Store .WhiteBlock .StoreDetail #btn-contactez-nous i{
  font-weight: bold;
  float: right;
  line-height: 30px;
  font-size: 16px;
  margin-right: 20px;
}

#Store .WhiteBlock .StoreDetail  .contact-magasin .btn-coordonnees:hover,
#Store .WhiteBlock .StoreDetail  #btn-contactez-nous:hover{
  background-color: #217FE4;
}
#Store .WhiteBlock .StoreDetail .ImagePdv .contact-magasin .btn-coordonnees{
  color: white;
  background-color: #002b6f;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  margin-top: 10px;
  display: inline-block;
  /* text-align: center; */
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: bold;
  width: 100%;
  height: 30px;
  padding: 0;
  line-height: 34px;
  border: none;
  transition: all 0.2s ease-in-out;
  padding-left: 20px;
}
#Store .WhiteBlock .StoreDetail #btn-coordonnees i {
  font-weight: bold;
  float: right;
  line-height: 30px;
  font-size: 16px;
  margin-right: 20px;
}
#Store .WhiteBlock .StoreDetail .StoreInfosTop .contact-magasin .btn-coordonnees:hover, #Store .WhiteBlock .StoreDetail .StoreInfosTop #btn-contactez-nous:hover {
  background-color: #217FE4;
}
#Store .WhiteBlock .StoreDetail .StoreInfosTop .contact-magasin .btn-coordonnees {
  color: white;
  background-color: #002b6f;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  margin-top: 10px;
  display: inline-block;
  /* text-align: center; */
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  height: 30px;
  padding: 0;
  line-height: 34px;
  border: none;
  transition: all 0.2s ease-in-out;
  padding-left: 20px;
}
#Store .WhiteBlock .StoreDetail .ImagePdv .contact-magasin .btn-coordonnees i{
  font-weight: bold;
  float: right;
  line-height: 30px;
  font-size: 16px;
  margin-right: 20px;
}
/* line 952, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop .contact-magasin .btn-brand {
  color: white;
  position: relative;
  background-color: #002B6F;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: initial;
  width:100%;
  height: 33px;
  padding: 0;
  line-height: 33px;
  border: none;
  transition: all 0.2s ease-in-out;
}
#Payments_Open {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #00a0e0;
  cursor: pointer;
  margin-top: 10px;
  text-transform: initial;
}

#Payments_Open span{
  text-decoration: underline;
}
#Payments_Open:hover span{
  text-decoration: none;
}
/* line 964, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop .contact-magasin .btn-brand:after {
  display: inline-block;
  float: right;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 966, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop .contact-magasin .btn-brand:hover {
  background-color: #868e06;
}
/* line 974, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop h1 {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  color:#352421;
  text-transform: uppercase;
  line-height:20px;
}
#Store .WhiteBlock h2{
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
  color: #352421;
  text-transform: uppercase;
  border: none !important;
  font-family: HelveticaNBold;
  margin: 5px 0 15px 0;
  font-size: 16px;
}
#Store .WhiteBlock .OtherStore h2{
  margin-bottom: 10px !important;
}
#Store .WhiteBlock h2#horaires,
#Store .WhiteBlock h2#itineraire{
  float:left;
}
#Store .WhiteBlock .SpecialHour {
  margin-top: 30px;
  margin-left: 10px;
  font-style: italic;
  font-size: 15px;
  color: #0090d8;
  text-transform: initial;
  font-weight: initial;
  font-family: HelveticaNLight;
  float: left;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
}
/* line 982, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .StoreInfosTop h1 .city-name {
  font-size:24px;
  font-family: HelveticaNBold;
  color:#002b6f;
}
/* line 986, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .ImagePdv {
  float: right;
  width: 35%;
  position: relative;
}
/* line 991, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .ImagePdv ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#Store .WhiteBlock .StoreDetail .ImagePdv li{}
/* line 992, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .ImagePdv img {
// min-height:243px;
  width:100%;
}
/* line 993, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .ImagePdv .coords-link {
  background-color: #444444;
  color: white;
  display: block;
  width: 100%;
  padding: 10px 13px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  bottom: 0;
}
/* line 1007, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .ImagePdv .coords-link:hover {
  background-color: #5e5e5e;
}
/* line 1010, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .StoreDetail .ImagePdv .coords-link:hover:after {
  margin-left: 15px;
}
/* line 1017, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .Newsletter {
  width: 57.5%;
  padding: 6px 0px 5px 10px;
  margin: 0;
}
/* line 1021, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .Newsletter input[type="text"] {
  width: 49.3%;
  outline: none;
}
/* line 1026, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .Newsletter label {
  font-size: 14px;
  color: #626262;
  font-weight: bold;
  letter-spacing: -1px;
}
/* line 1033, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .ButtonOkNewsletter {
  text-transform: uppercase;
  background-color: #005589;
  color: white;
  font-size: 14px;
  float: left;
  height: 38px;
}
/* line 1042, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu .Tab {
  height: auto;
  margin-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #cccccd;
}
/* line 1047, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu .Tab li {
  float: left;
  width: 25%;
}

/* line 1051, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu .Tab li h2 {
  border: 0;
  padding: 0;
  margin:0 !important;
}
/* line 1052, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu .Tab li a {
  color: black;
  text-transform: uppercase;
  font-weight: initial;
  font-size: 18px;
  padding: 10px 25px 5px 25px;
  display: inline-block;
  outline: none;
  border-radius: 2px;
  font-family:HelveticaNBold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 1063, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu .Tab li a .PictoSelected {
  color: #005589;
  font-size: 14px;
}
/* line 1068, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu .Tab li a.Selected {
  margin: 0;
  border-bottom: 5px solid #00a0e0;
}
/* line 1073, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu .ongletContent {
  float: left;
  padding: 1em;
  width: 100%;
  margin-top: 0;
  background-color: white;
  font-size: 13px;
}
div#engagements ul.listing_offres_et_services{
  padding:0;
  text-align: center;
}
/* ONGLETS MISE EN PAGE*/
.accordeon{
  padding-top: 22px !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
}
div#presentation,
div#actualite{

}
/*
div#presentation  img{
    float: left;
    max-width: 35%;
}*/
div#presentation p{
  margin-top: 0;
  font-size:13px;
  display:block;
}
div#presentation p span, div.actualite span, div#engagements span, div#services span{
// font-size: 14px !important;
}
div#description ul.listing_offres_et_services li,
div#engagements ul.listing_offres_et_services li,
div#actualite ul.listing_offres_et_services li{
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
  margin: 10px 5px;
  border-bottom: 2px solid #ECECEC;
}
div#engagements ul.listing_offres_et_services a,
div#presentation a,
div#actualite ul.listing_offres_et_services a{
  color: #000000;
  text-decoration: underline;
}
div#engagements ul.listing_offres_et_services a:hover,
div#actualite ul.listing_offres_et_services a:hover{
  text-decoration: none;
}
div#engagements ul.listing_offres_et_services li img,
div#actualite ul.listing_offres_et_services li img{
  display: block;
}
div#description ul.listing_offres_et_services li img,
div#actualite ul.listing_offres_et_services li img{
  margin:0 !important;
  width: 100%;
  max-width:48%;
  background-image: none;
  height: auto;
  display:inline-block;
  vertical-align: middle;
}
div#description ul.listing_offres_et_services li span,
div#actualite ul.listing_offres_et_services li span{
  display: inline-block !important;
  width:50%;
  font-size:13px;
  vertical-align: middle;
}
div#description ul.listing_offres_et_services li span,
div#engagements ul.listing_offres_et_services li span,
div#actualite ul.listing_offres_et_services li span{
  margin: 0 auto;
  display: block;
  padding-left: 25px;
  text-align: justify;
}

div#services p{
  float:left;
  width: 55%;
  font-size: 15px;
}
div#services p span span{
  font-size:15px;
  font-family: Arial, Helvetica, sans-serif;
}
div#services p span span img{
  margin-top: 5px;
}
div#services p strong img{
  max-width: 120px;
  margin-bottom: 0;
  margin-top: 10px;
}
div#services ul{
  float: right;
  width: 40%;
  margin-bottom:0;
}
div#services ul.listing_offres_et_services li{
  list-style: none;
  float: left;
  margin: 0 5px;
  height: 129px;
}
/* line 1083, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu .ongletContent img {
  margin: 0 auto;
  height: auto;
  display: inline-block;
  background-image: none;
}
/* line 1084, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu .ongletContent img.img-left {
  float: left;
  margin-left: 0;
}
/* line 1085, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu .ongletContent img.img-right {
  float: right;
  margin-right: 0;
}
/* line 1091, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .single-input {
  float: left;
  width: 50%;
  *zoom: 1;
}
/* line 38, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .single-input:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1093, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .single-input label, #Store .WhiteBlock .PresentationMenu #form-contact .single-input dd {
  float: left;
  margin: 0;
}
/* line 1094, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .single-input label {
  text-align: right;
  font-size: 0.9em;
  width: 35%;
}
/* line 1096, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .single-input label .not-required {
  font-size: 0.8em;
  position: relative;
  top: -2px;
  display: block;
  color: #b8b8b8;
}
/* line 1098, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .single-input dd {
  width: 50%;
  margin: 0 2% 20px 4%;
}
/* line 1101, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .single-input dd select, #Store .WhiteBlock .PresentationMenu #form-contact .single-input dd input {
  width: 100%;
  height: 30px;
  font-weight: lighter;
  font-size: 0.8em;
  padding: 0px 0 0 5px;
  border: 1px solid #777777;
}
/* line 1103, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .single-input dd textarea {
  font-weight: lighter;
  font-size: 0.8em;
  padding: 5px;
}
/* line 1107, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .multi-inputs {
  *zoom: 1;
}
/* line 38, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .multi-inputs:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1108, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .fullwidth .single-input {
  width: 100%;
  float: none;
}
/* line 1110, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .fullwidth .single-input label {
  width: 17.5%;
}
/* line 1111, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .fullwidth .single-input dd {
  width: 46%;
  margin: 0 2% 20px 2%;
}
/* line 1115, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .fullwidth .single-input dd select, #Store .WhiteBlock .PresentationMenu #form-contact .fullwidth .single-input dd input {
  width: 100%;
}
/* line 1116, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .fullwidth .single-input dd select {
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  background: url("../img/select-options.jpg") right top no-repeat;
}
/* line 1120, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .fullwidth .single-input textarea {
  min-width: 100%;
  min-height: 105px;
}
/* line 1123, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .ButtonOk {
  margin: 0 0 0 19.5%;
  display: inline-block;
  background-color: #8e8e8e;
  position: relative;
  padding: 0px 28px 0 13px;
  height: 2.5em;
  line-height: 2em;
}
/* line 1124, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .ButtonOk:hover {
  background-color: #006cae;
}
/* line 1125, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .ButtonOk:after {
  content: '\f105';
  color: white;
  font-size: 1.7em;
  position: absolute;
  right: 12px;
  top: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
/* line 1127, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .PresentationMenu #form-contact .submit-form {
  border: 0;
  height: 100%;
  background-color: transparent;
  color: white;
}
/* line 1137, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary {
  padding: 0px;
}
/* line 1139, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary h4 {
  font-weight: bold;
  padding-left: 0;
}
/* line 1143, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary form {
  padding: 0;
}
/* line 1145, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary .Itinerary {
  float: left;
  background-color: #e6e7e9;
  width: 57.5%;
  padding: 6px 0px 5px 10px;
  margin: 0;
}
/* line 1152, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary .Itinerary input[type="text"] {
  width: 64.3%;
  outline: none;
  float: right;
}
/* line 1158, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary .Itinerary .PuceSearch {
  float: left;
}
/* line 1162, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary .Itinerary label {
  font-size: 14px;
  color: #626262;
  font-weight: bold;
  float: left;
  margin-top: 5px;
  letter-spacing: -1px;
}
/* line 1177, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary .adp-step,
#Store .WhiteBlock .FindItinerary .adp-substep {
  border-top: 1px solid white;
  margin: 0;
  padding: 4px 3px;
  vertical-align: top;
}
/* line 1183, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary .adp-placemark {
  display: none;
}
/* line 1187, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary .adp-legal {
  display: none;
}
/* line 1191, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #directions {
  float: left;
  width: 100%;
}
/* line 1194, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #directions .adp, #Store .WhiteBlock .FindItinerary #directions .adp table, #Store .WhiteBlock .FindItinerary #directions .adp-list {
  font-size: 14px;
  color: black;
}
.adp table{
  color:#444444 !important;
  font-family: HelveticaN;
  font-size:13px;
}
/* line 1200, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #directions_btn {
  float: right;
  margin: 16px 0;
}
/* line 1203, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #directions_btn .Imprimer {
  color: white;
  margin-left: 16px;
  padding: 8px 16px;
}
/* line 1208, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #directions_btn span {
  cursor: pointer;
}
/* line 1211, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #directions_btn .Envoyer {
  padding: 8px 16px;
}
/* line 1216, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary .adp-directions {
  float: left;
  width: 100%;
}
/* line 1219, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary .adp-directions b {
  color: #005589;
}
/* line 1224, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary .adp-summary {
  display: none;
}
/* line 1229, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #itineraire_distance {
  margin-top: 30px;
  float: right;
  margin-bottom: 10px;
  clear: right;
  font-size: 14px;
  line-height: 14px;
  color: #959394;
}
/* line 1239, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #itineraire_duration {
  margin-bottom: 30px;
  float: right;
  clear: right;
  font-size: 14px;
  line-height: 14px;
}
/* line 1246, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary #div_email_itineraire {
  clear: both;
  width: 292px;
  margin-top: 12px;
  margin-left: 57px;
  position: relative;
}
#Store .WhiteBlock .content-itinary #div_email_itineraire label{display:none}
/* line 1250, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary #div_email_itineraire #msg_itineraire {
  color: #005589;
  margin-right: 10px;
  font-size: 16px;
}

#Store .WhiteBlock .content-itinary #div_email_itineraire label {
  font-size: 12px;
  line-height: 30px;
  float: left;
  margin-right: 4px;
}
/* line 1254, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary #div_email_itineraire input[type="email"] {
  width: 85%;
  float:left;
  height: 30px;
  font-weight: lighter;
  font-size: 11px;
  border: 1px solid #d3d3d3;
  outline: none;
  padding: 0 0 0 10px;
  border-width: 1px 0 1px 1px;
  border-radius: 2px;
  margin-bottom:20px;
}

#Store .WhiteBlock .content-itinary #div_email_itineraire .button-valid {
  display: inline-block;
  width: 15%;
  float: right;
  height: 30px;
  background-color: #002B6F;
  position: relative;
  border-radius: 0 2px 2px 0;
}
#Store .WhiteBlock .content-itinary #div_email_itineraire .alert{
  position: absolute;
  color: #CC0000;
  top:30px;
  left: 0;
  text-transform: initial;
  width: 100%;
  top: 35px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
}

#Store .WhiteBlock .content-itinary #div_email_itineraire .alert.good{
  color: #3F8800;
}

/* line 1262, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .content-itinary #div_email_itineraire button {
  float: right;
  display: inline-block;
  background-color: #002B6F;
  position: relative;
  padding: 5px 13px 5px 15px;
  height: 30px;
  line-height: 2em;
  border: none;
  color: #FFF;
  border-radius: 0 2px 2px 0;
}


#Store .WhiteBlock .content-itinary #div_email_itineraire button:hover{
  background-color: #217FE4;
}


/* line 1267, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary .ButtonGoogle {
  background-color: white;
  color: #626262;
  padding: 10px;
  outline: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 1278, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #div_email_itineraire {
  float: right;
  width: 453px;
}
/* line 1282, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #div_email_itineraire #form_adresse_itineraire .Search {
  background-color: white;
  padding: 5px 0;
  float: left;
  width: 90%;
}
/* line 1287, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #div_email_itineraire #form_adresse_itineraire .Search label {
  font-size: 14px;
  color: #626262;
  font-weight: bold;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
/* line 1295, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #div_email_itineraire #form_adresse_itineraire .Search input {
  float: left;
  font-size: 12px;
  border: none;
  padding: 6px 5px;
  width: 56%;
  outline: none;
  margin-right: 0;
  height: 14px;
}
/* line 1305, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #div_email_itineraire #form_adresse_itineraire .Search img {
  float: left;
}
/* line 1309, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #div_email_itineraire #form_adresse_itineraire .ButtonOk {
  text-transform: uppercase;
  background-color: #005589;
  color: white;
  font-size: 12px;
  float: left;
  height: 37px;
  width: 10%;
}
/* line 1320, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .FindItinerary #ButtonOkItinerary {
  text-transform: uppercase;
  background-color: #005589;
  color: white;
  font-size: 14px;
  float: left;
  height: 38px;
}
#Store  .custom-content{
  background-repeat: no-repeat;
  background-position: top;
}
#Store .custom-content .Prospectus h2,
#Store .custom-content .Recette h2{
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  width: 100%;
}
#Store .custom-content .Recette #recettemoment p{
  margin: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 14px !important
}
#Store .custom-content .Recette #recettemoment .listing_offres_et_service{
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  width: auto;
  margin-top: 0;
}#Store .custom-content .Recette #recettemoment .listing_offres_et_services .offre a img{max-height:200px;}
#Store .custom-content .Recette #recettemoment .listing_offres_et_services .offre a span{
  display: block;
  color: #342521;
  font-size: 14px;
  font-family: Arial, Helvetica, Sans-serif;
  margin-top: 10px;
}
#Store .custom-content .Recette #recettemoment .listing_offres_et_services .offre{
  list-style: none;
}
/* line 1333, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .custom-content .content-items {
  display: block;
}
/* line 1335, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .custom-content .content-items .Featured-item {
  width: 32.65%;
  float: left;
  height: 200px;
  margin: 0 1% 0 0;
}
/* line 1338, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .custom-content .content-items .Featured-item:nth-child(3) {
  margin: 0;
}
/* line 1339, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .custom-content .content-items .Featured-item h2 {
  color: white;
  font-size: 1.2em;
  padding: 0;
  border: 0;
  text-transform: capitalize;
}
/* line 1340, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .custom-content .content-items .Featured-item .Featured-content {
  height: 84px;
  font-size: 1.3em;
}
/* line 1341, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .custom-content .content-items .Featured-item .Featured-label {
  font-size: 1.4em;
}

#Store .WhiteBlock .custom-content .content-items .Prospectus{
  float:left;
  width:55%;
}
#Store .WhiteBlock .custom-content .content-items .Empty{
  display: none;
}
#Store .WhiteBlock .custom-content .content-items .Recette{
  float: left;
  width: 45%;
}


/* line 1348, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore {
  width: 100%;
  float: left;
}
/* line 1352, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore h3, #Store .WhiteBlock .OtherStore p {
  font-weight: bold;
}
/* line 1355, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer {
  width: 100%;
  *zoom: 1;
  background: url(../img/separator2.png);
  background-repeat: no-repeat;
  background-position-y: top;
  padding-top: 45px;
}
/* line 38, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1360, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear {
  width: 33.3%;
}
/* line 1364, ../sass/partials/StoreLocator/_main_Storelocator.scss */
/* line 1365, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear img.trident-svg {
  display: block;
}
/* line 1368, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear > a:hover .Marker {
}
/* line 1370, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear > a:hover .more-informations {
  text-decoration: none;
}
/* line 1371, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear > a:hover .more-informations:after {
  margin-left: 10px;
}
/* line 1375, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .Marker {
  float: left;
  text-align: center;
  padding: 14px;
}
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear #StoreNearLeft{
  float: left;
}
/* line 1384, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .Marker img {
  width: 56px;
}
/* line 1387, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .store-informations {
  float: left;
  text-align: left;
  line-height: 1em;
}
/* line 1393, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .store-informations h3 {
  color: #c8d400;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1em;
}
/* line 1396, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .store-informations h3 span {
  display: block;
  text-transform: uppercase;
}
/* line 1399, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .store-informations p {
  margin: 10px 0;
  padding: 0;
  font-size: 1.4em;
}
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .store-informations p.adress-content{
  color: #342521;
  font-size: 14px;
  line-height: 18px;
  font-weight: initial;
}
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .store-informations p.distance{
  font-weight: initial;
  color: #342521;
  margin-top: 15px;
  font-size: 12px;
}
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .store-informations p.telephone{
  color: #342521;
  font-weight: initial;
}
/* line 1400, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .store-informations .distance {
  color: #7da0d2;
}
/* line 1402, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .store-informations .ButtonList span{
  color: white;
  background-color: #002B6F;
  border-radius: 2px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: initial;
  width: 113px;
  height: 31px;
  padding: 0;
  line-height: 33px;
  border: none;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  transition: all 0.2s ease-in-out;
}
#Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .store-informations .ButtonList span:hover{
  background-color: #868e06;
}
/* line 1412, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .MailEnvoye {
  font-size: 14px;
  color: green;
  padding-top: 5px;
}
/* line 1418, ../sass/partials/StoreLocator/_main_Storelocator.scss */
#Store .WhiteBlock .MailNonEnvoye {
  font-size: 14px;
  color: red;
  padding-top: 5px;
}



@-moz-document url-prefix() {
  /* line 3, ../sass/partials/StoreLocator/_base_Storelocator.scss */
  #ListStore .WhiteBlock .StoreList li .Distance .Marker .NumMarker {
    top: 68px;
  }
}

/*FIL D'ARIANNE*/
/* line 17, ../sass/partials/StoreLocator/_base_Storelocator.scss */
#FilArianne {
  color: #005589;
}

/*ZONE LOCALISATION (ME GEOLOCALISER ET RECHERCHE ADRESSE)*/
/* line 23, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.ZoneLocalisation {
  width: 100%;
  margin: 16px 0;
  display: table;
}
/* line 27, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.ZoneLocalisation .Localize {
  display: table;
  float: left;
  margin-bottom: 10px;
  padding: 1px 10px;
  background-color: white;
  width: 17%;
  cursor: pointer;
  margin-right: 5px;
  color: white;
}
/* line 37, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.ZoneLocalisation .Localize i {
  font-size: 18px;
  vertical-align: middle;
  margin: 0 0 0 8px;
}
/* line 44, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.ZoneLocalisation .Localize p {
  text-align: center;
  margin: 0;
  color: white;
  float: left;
}
/* line 49, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.ZoneLocalisation .Localize p span {
  color: #ffffff;
}
/* line 54, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.ZoneLocalisation .Search {
  display: table;
  font-size: 15px;
  margin-bottom: 10px;
  background-color: white;
  width: 83%;
  padding: 5px 10px;
  height: 27px;
  float: left;
}
/* line 63, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.ZoneLocalisation .Search form {
  position: relative;
}
/* line 66, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.ZoneLocalisation .Search label {
  float: left;
  font-size: 16px;
  margin-right: 10px;
  color: white;
  margin-top: 5px;
}
/* line 73, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.ZoneLocalisation .Search input[type="text"] {
  width: 100%;
  height: 17px;
  font-size: 12px;
  border: none;
  padding: 5px;
}
/* line 81, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.ZoneLocalisation .Search input[type="button"] {
  float: right;
}
.ZoneLocalisation .Search #form_adresse_simple span{
  font-weight:normal;
  color:#002b6f;
}
/* line 94, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.ZoneLocalisation .Return {
  float: right;
  display: none;
  font-size: 16px;
  background-color: white;
  width: auto;
  padding: 9px 15px 2px 15px;
  height: 27px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
/* line 105, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.ZoneLocalisation .Return a {
  display: block;
  color: white;
}
/* line 109, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.ZoneLocalisation .Return span {
  color: #284290;
}

/* line 116, ../sass/partials/StoreLocator/_base_Storelocator.scss */
#store-page .Return {
  display: block;
}
/* line 119, ../sass/partials/StoreLocator/_base_Storelocator.scss */
#store-page .Localize {
  display: none;
}

/*TITRE PAGE ANNUAIRE (A PROXIMITE)*/
/* line 125, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.TitleStoreList {
  color: #005589;
  text-transform: uppercase;
  display: none;
}
/* line 128, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.TitleStoreList span {
  color: #002b6f;
  font-size: 14px;
  font-family: HelveticaNBold;
}

/*LISTE DES MAGASINS (PAGE ANNUAIRE)*/
/* line 135, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
/* line 141, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList ul {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 50px 0;
  margin: 0;
  float: left;
}
/* line 150, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList li {
  list-style: none outside none;
  padding: 10px;
  margin-bottom: 17px;
  width: 490px;
}
/* line 157, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .Distance {
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  height: 120px;
}
/* line 162, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .Distance .Marker {
  position: relative;
}
/* line 164, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .Distance .Marker img {
  display: none;
}
/* line 167, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .Distance .Marker .NumMarker {
  position: absolute;
  text-align: center;
  display: block;
  width: 30px;
  top: 24px;
  font-size: 11px;
  font-weight: bold;
  z-index: 1;
}
/* line 178, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .Distance .km {
  font-size: 10px;
  margin: 0;
}
/* line 183, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .Information {
  float: left;
  vertical-align: baseline;
  width: 82%;
}
/* line 187, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .Information h1 {
  margin: 4px 0 0 0;
  color: #005589;
  font-size: 18px;
}
/* line 192, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .Information p {
  margin: 2px 0;
  font-size: 12px;
}
/* line 197, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .Btn {
  float: left;
  width: 100%;
  margin-left: 41px;
}
/* line 202, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .ItemContent {
  float: left;
  width: 100%;
}
/* line 206, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .BrandLogo {
  width: 18%;
  float: left;
  margin-left: 5px;
}
/* line 210, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .BrandLogo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
/* line 218, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .Distance .Marker img {
  display: block;
}
/* line 221, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .Distance .Marker i {
  display: none;
}
/* line 224, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreList .Distance .Marker .NumMarker {
  float: left;
  left: -16px;
  font-size: 18px;
  color: white;
  line-height: 9px;
  font-weight: bold;
}

/*MAP GOOGLE*/
/* line 238, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.GoogleMap {
  width: 100%;
  float: left;
}
/* line 241, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.GoogleMap .Coord {
  float: left;
  color: #005589;
  margin-top: 10px;
  font-size: 12px;
}
/* line 247, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.GoogleMap .MapContent {
  width: 100%;
  height: 275px;
  background-color: #eeeeee;
  float: right;
}
/* line 253, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.GoogleMap a {
  float: right;
  height: 20px;
  margin-top: 10px;
}

/*AUTRES VILLES A PROXIMITE*/
/* line 261, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OtherCity {
  display: table;
}
/* line 263, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OtherCity h2, .OtherCity #liste_villes {
  font-size: 20px;
}
/* line 266, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OtherCity h2 {
  color: #005589;
}
/* line 268, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OtherCity h2 span {
  color: #284290;
}
/* line 272, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OtherCity .colonne {
  float: left;
  width: 33%;
  line-height: 18px;
}
/* line 276, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OtherCity .colonne a {
  color: #005589;
  margin: 3px;
  text-decoration: none;
  font-size: 12px;
}
/* line 283, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OtherCity .SmartTraffik {
  float: right;
  color: #333;
  font-size: 10px;
  padding-top: 32px;
  padding-right: 16px;
}

/*DETAIL DU STORE*/
/* line 293, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreDetail {
  float: left;
  width: 100%;
}
/* line 296, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreDetail .StoreDetailTop {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
/* line 301, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreDetail h1 {
  font-size: 18px;
  color: #005589;
  margin: 0px;
  padding-left: 10px;
  text-transform: uppercase;
}
/* line 308, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreDetail .Address {
  font-size: 12px;
  float: left;
  padding: 16px;
}
/* line 313, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreDetail .Address p {
  margin: 0;
}
/* line 318, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreDetail .ImagePdv img {
  height: auto;
  width: 100%;
  float: right;
}
/* line 325, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreDetail .Linkqrcode {
  margin-top: 16px;
  float: right;
  clear: both;
  cursor: pointer;
}
/* line 330, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreDetail .Linkqrcode img {
  float: left;
}
/* line 333, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreDetail .Linkqrcode p {
  margin: 0;
  font-size: 12px;
  padding: 3px 0 0 8px;
  float: left;
}
/* line 340, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreDetail .SocialNetwork {
  float: left;
}
/* line 344, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.StoreDetail .LogoSmall,
.StoreDetail .SocialNetwork table {
  margin-left: 16px;
  margin-top: 22px;
}

/*NEWSLETTER (RECEVER L ACTUALITE)*/
/* line 351, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Newsletter {
  float: left;
  background-color: white;
  color: white;
  width: 97.5%;
  padding: 4px 10px;
  margin-top: 14px;
}
/* line 358, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Newsletter label {
  float: left;
  font-size: 16px;
  margin-right: 10px;
  color: white;
  margin-top: 5px;
}
/* line 365, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Newsletter input[type="button"] {
  float: right;
}
/* line 368, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Newsletter input[type="text"] {
  width: 46%;
  height: 17px;
  font-size: 12px;
  float: left;
  border: none;
  padding: 5px;
}

/*HEURE OUVERTURE STORE*/
/* line 379, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OpenHours {
  width: 100%;
  margin: 16px 0;
  padding-bottom: 13px;
  float: left;
}
/* line 384, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OpenHours h4 {
  padding-left: 10px;
  margin: 16px 0;
  font-weight: normal;
}
/* line 389, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OpenHours span {
  color: #284290;
}
/* line 392, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OpenHours .Day {
  float: left;
  height: 45px;
  padding: 0 4px;
  width: 13%;
  font-size: 12px;
}
/* line 399, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OpenHours .Day.First {
  margin-left: 16px;
}
/* line 402, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OpenHours .Day p {
  padding: 0;
  margin: 0;
}
/* line 406, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OpenHours .Day.Today {
  color: #cccacb;
  font-weight: bold;
  border-left: 2px solid #005589;
}

/*PRESENTATION DU STORE (ONGLET AVEC LE PLUGIN TABS)*/
/* line 415, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.PresentationMenu {
  background-color: #5c5a5b;
  clear: both;
}
/* line 419, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.PresentationMenu .Tab {
  border-bottom: 1px solid #727272;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  height: 40px;
}
/* line 426, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.PresentationMenu .Tab li {
  display: block;
  list-style: none;
}
/* line 430, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.PresentationMenu .Tab .borderRight {
  padding: 10px;
  float: left;
}
/* line 436, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.PresentationMenu h2 {
  margin: 0;
}
/* line 437, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.PresentationMenu .Selected {
  background-color: white;
}
/* line 438, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.PresentationMenu .ongletContent {
  background-color: white;
}

/*CALCUL DE L ITINERAIRE*/
/* line 443, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary {
  width: 100%;
  margin-bottom: 16px;
  padding: 16px 0;
  float: left;
}
/* line 448, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 10px 0;
}
/* line 456, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary h4,
.FindItinerary form,
.FindItinerary .SelectedStore {
  padding-left: 10px;
}
/* line 460, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary .adp-step,
.FindItinerary .adp-substep {
  border-top: 1px solid #5c5a5b;
  margin: 0;
  padding: 4px 3px;
  vertical-align: top;
}
/* line 467, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary .adp-substep .adp-stepicon .adp-maneuver {
  background-image: url(../img/maneuvers.png);
}
/* line 470, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary .adp-placemark {
  display: none;
}
/* line 474, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary .adp-legal {
  display: none;
}
/* line 477, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary #directions {
  float: left;
  width: 100%;
}
/* line 480, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary #directions .adp, .FindItinerary #directions .adp table, .FindItinerary #directions .adp-list {
  font-size: 16px;
  color: #959394;
}
/* line 485, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary #directions_btn {
  float: right;
  margin: 16px 0;
}
/* line 488, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary #directions_btn .Imprimer {
  color: white;
  margin-left: 16px;
  padding: 8px 16px;
}
/* line 493, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary #directions_btn span {
  color: white;
  cursor: pointer;
}
/* line 497, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary #directions_btn .Envoyer {
  padding: 8px 16px;
}
/* line 502, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary .adp-directions {
  float: left;
  width: 100%;
}
/* line 505, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary .adp-directions b {
  color: #4d97be;
}
/* line 510, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary .adp-summary {
  display: none;
}
/* line 514, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary #itineraire_distance {
  margin-top: 30px;
  float: right;
  margin-bottom: 10px;
  clear: right;
  font-size: 16px;
  line-height: 14px;
  color: #959394;
}
/* line 523, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary #itineraire_duration {
  margin-bottom: 30px;
  float: right;
  clear: right;
  font-size: 16px;
  line-height: 14px;
}
/* line 530, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary span {
  color: #284290;
}
/* line 533, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary form {
  width: 100%;
  float: left;
  margin-bottom: 16px;
}
/* line 537, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary form input[type='text'] {
  margin-right: 16px;
  font-size: 12px;
  width: 46%;
  height: 17px;
  float: left;
  border: none;
  padding: 5px;
}
/* line 548, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary .SelectedStore div, .FindItinerary .SelectedStore span {
  float: left;
  font-size: 12px;
}
/* line 552, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary .SelectedStore h3 {
  margin: 0 0 3px 0;
  font-size: 12px;
  font-weight: bold;
}
/* line 557, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary .SelectedStore img {
  margin-right: 16px;
}
/* line 561, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary #div_email_itineraire {
  clear: both;
  width: 370px;
  margin: 0 auto;
}
/* line 565, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary #div_email_itineraire #msg_itineraire {
  color: #005589;
  margin-right: 10px;
}
/* line 569, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary #div_email_itineraire input[type="text"] {
  margin-right: 10px;
  font-size: 12px;
  width: 46%;
  height: 17px;
  border: none;
  padding: 5px;
}
/* line 577, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.FindItinerary #div_email_itineraire input[type="button"] {
  float: right;
}

/*LISTE DES STORES LES PLUS PROCHES*/
/* line 585, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OtherStore {
  width: 100%;
  margin-bottom: 16px;
  float: left;
}
/* line 589, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OtherStore h4 {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 10px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
/* line 595, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OtherStore h4 span {
  color: #284290;
}
/* line 599, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OtherStore .StoreNearContainer {
  width: 100%;
}
/* line 601, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OtherStore .StoreNearContainer .StoreNear {
  float: left;
  width: 30%;
  text-align: center;
  display: block;
}
/* line 606, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.OtherStore .StoreNearContainer .StoreNear p, .OtherStore .StoreNearContainer .StoreNear h3 {
  margin: 6px auto;
  font-size: 12px;
}

/*INFORMATIONS COMPLEMENTAIRES DU STORE*/
/* line 615, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.MoreInformations {
  float: left;
  width: 100%;
  height: 170px;
}
/* line 619, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.MoreInformations .Address {
  font-size: 12px;
  font-weight: 400;
}
/* line 622, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.MoreInformations .Address p {
  margin: 1px 0;
}
/* line 624, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.MoreInformations .Address p .couleur, .MoreInformations .Address p .Phone {
  color: #005589;
}
/* line 629, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.MoreInformations h4 {
  margin: 0;
}
/* line 631, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.MoreInformations h4 span {
  color: #284290;
}

/* line 647, ../sass/partials/StoreLocator/_base_Storelocator.scss */
#Store .GoogleMap {
  float: none;
  width: 104.23%;
  margin-left: -20px;
  max-width: none;
  position: relative;
}
#Store .gm-style {top: initial !important;}
/* line 653, ../sass/partials/StoreLocator/_base_Storelocator.scss */
#Store .StoreDetail {
  float: left;
  width: 63%;
}
/* line 657, ../sass/partials/StoreLocator/_base_Storelocator.scss */
#Store .Newsletter {
  float: left;
  width: 60.5%;
}
/* line 661, ../sass/partials/StoreLocator/_base_Storelocator.scss */
#Store .OtherStore {
  float: left;
  width: 60%;
}
/* line 665, ../sass/partials/StoreLocator/_base_Storelocator.scss */
#Store .MoreInformations {
  float: right;
  width: 34%;
  background: url("../img/points_2.png") no-repeat;
  padding-left: 6%;
}

/* line 674, ../sass/partials/StoreLocator/_base_Storelocator.scss */
#ListStore .StoreList {
  float: left;
  width: 36%;
}
/* line 678, ../sass/partials/StoreLocator/_base_Storelocator.scss */
#ListStore .GoogleMap {
  width: 100%;
  max-width:100%;
  height:800px;
}


#ListStore .StoreList .MessageNoResult{
  display: table;
  background-color: #F1F1F1;
  border-radius: 3px;
  padding: 10px;
}
#ListStore .StoreList .MessageNoResult i,
#ListStore .StoreList .MessageNoResult span{display: table-cell; padding: 10px; vertical-align: middle;}

#directions{
  word-break: break-all;
}

#div_gps_btn{margin-top: 20px; text-align: center;}
#div_gps_btn .TitleGPS{display: block; width: 100%;}
#div_gps_btn .TitleGPS:after{content:''; clear: both; display: table;}
#div_gps_btn img { width: 50px !important; display: inline-block !important; margin: 0 5% 20px 0 !important;}


#MobileAnchorItinary{display: none;}

.HeaderMobile{display: none;}
.FooterMobile{display: none;}




#ws-home .top-links{margin-bottom: 0;}
#ws-home .gd-container{margin-bottom: 0;}

.FooterMobile .like-link{background-image: initial !important;}

#infobox{height: 0;}
#map #infobox{height: auto;}
.show-nav{
  background-color: #002B6F;
}

#Store button:hover, #Store.ws-button:hover, #Store button:focus, #Store .ws-button:focus {background-image: initial !important;}


#ListStore .contribLocale img{max-width: 48%;}

.contribLocale p{
  text-align: center;
}

.contribLocale p img,
.contribLocale p a{
  float:left;
  margin-left: 4%;
}

.contribLocale p img,
.contribLocale p a{width: 48%;}
.contribLocale p a img{width: 100%; max-width: none !important;}

.contribLocale p img:first-of-type,
.contribLocale p a:first-of-type{margin-left: 0;}




/* MEDIA QUERIES */
@media screen and (max-width: 1050px){

  #ListStore .WhiteBlock .ZoneLocalisation{
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 990px){

  .HeaderDesktop{display: none;}
  .HeaderMobile{display: block;}
  .FooterDesktop{display: none;}
  .FooterMobile{display: block;}



  #ws-home .gd-container{
    width: 100% !important;
  }

  /* Page annuaire */
  #ListStore .WhiteBlock .StoreList li .ButtonList{
    clear:both;
    width: 95%;
    float:left;
  }
  #ListStore .StoreList{
    width:45%;
  }


  /* Page magasin */

  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address.LeftWidth{
    width: 50%;
  }
  #Store .WhiteBlock .StoreDetail .Address.RightWidth{
    width:100%;
  }
  #Store .WhiteBlock .StoreDetail .ImagePdv .contact-magasin .btn-coordonnees{
    line-height:initial;
    height:initial;
    padding:10px;
    position:relative;
  }
  #Store .WhiteBlock .StoreDetail .ImagePdv .contact-magasin .btn-coordonnees i{
    position:absolute;
    position: absolute;
    right: 0;
    top: 10px;
  }
  #Store .GoogleMap{
    margin: 0;
    width: 100% !important;
    max-width: none !important;
  }
  #Store .WhiteBlock .OpenHours .Day{
    width: 23%;
    margin: 0px 5px 15px 0;
    min-height: 62px;
  }
  #Store .WhiteBlock .OpenHours{
    width: 100%;
    padding-bottom: 0;
    padding: 5px;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary form label{
    display: block;
    width: 100%;
    margin:0;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary{
    border-radius: 3px;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary form{width: 65%; float:left}
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary input[type="text"][placeholder]{margin-left:0;}
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .ButtonOk{right:17px;}
  #Store .WhiteBlock .GoogleMap .map-itinary form .inputs-valide.Field-autocomplete-content{
    width:85%;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary span#ou{
    float:none;
    height:79px;
    margin:0;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary form label{
    width: auto;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary form{
    width:70%;
  }

  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary span#ou{
    float: left;
    width: auto;
    margin-top: 35px;
    margin-left: -8%;
    height: auto;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .BoutonItineraire{
    float:left;
    margin-top:28px;

  }
  div#services p, div#services ul{
    width: 100%;
  }

  #Store .WhiteBlock .OtherCity{
    width: 100%;
    float: left;
    position: relative;
    margin-left: 0;
  }
  #Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .Marker{display:none}
  #ListStore .WhiteBlock .ZoneFiltres p{display: block;}
  #ListStore .WhiteBlock .StoreList{top:105px;}
}






@media screen and (max-width: 768px){

  /* Page annuaire */

  #ListStore .SearchBar{
    position: static;
    margin: 0 auto 20px auto;
    width: 100%;
  }
  #ListStore .WhiteBlock .ZoneLocalisation{
    width:100%;
    margin:0;
  }
  #ListStore .WhiteBlock .ZoneLocalisation .Search{
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  #ListStore .WhiteBlock .ZoneLocalisation .Localize{
    float: initial;
    width: 100%;
    display: inline-block;
  }
  #ListStore .WhiteBlock .StoreList{
    top:155px;
  }
  #ListStore .WhiteBlock.MapLegend{
    bottom:31px;
  }
  #ListStore .WhiteBlock.MapLegend .LegendCentre, #ListStore .WhiteBlock.MapLegend .LegendGarage{display:block;margin:0;}
  #ListStore .WhiteBlock .StoreList li .Information .adress-content{
    max-width:135px !important;
  }

  /* Page magasin */

  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address.LeftWidth{width:100%;}
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .socialnetworks{text-align:center;}
  #Store .WhiteBlock .StoreDetail .ImagePdv{width:100%}
  #Store .WhiteBlock .StoreDetail .ImagePdv .presentation{display:none}
  #Store .WhiteBlock .StoreDetail .ImagePdv .contact-magasin .btn-coordonnees i{top:3px}
  #Store .WhiteBlock .StoreDetail .Address.RightWidth{padding:0;}

  #Store .WhiteBlock .StoreDetail .ImagePdv #presentation{display: none}
  #Store .WhiteBlock .StoreDetail .StoreInfosTop{display: block; float:left; width: 100%;}

  #Store .WhiteBlock .custom-content .content-items .Prospectus{
    width: 100%;
  }
  #Store .WhiteBlock .custom-content .content-items .Recette{
    width:100%;
  }
  #Store .custom-content .Prospectus h2, #Store .custom-content .Recette h2{
    background-position: bottom;
    padding-bottom: 5px;
  }
  #Store .WhiteBlock .custom-content .content-items .Recette #recettemoment{text-align:center;}
  #Store .WhiteBlock .custom-content .content-items .Recette #recettemoment ul{padding:0}


  #Store .WhiteBlock .OtherStore .StoreNearContainer{
    padding-top: 20px;
  }
  #Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .store-informations .ButtonList span{
    width: 200px;
  }
  #Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear .Marker{display:none}
  #ListStore .WhiteBlock .ZoneFiltres .SelectFiltre{width: 30%;}

  #ListStore .GoogleMap{height: 630px;}
}






.mobileHide{
  display: block !important;
}
.mobileShow{
  display: none !important;
}
#Store .WhiteBlock .ongletTitleMobile{
  text-align: center;
  width: 100%;
  border-top: 2px solid #cccccd;
}
#Store .WhiteBlock .ongletContent #acces{border-bottom:2px solid #cccccd}
#Store .WhiteBlock .ongletTitleMobile .ongletLine{display:none;}
#Store .WhiteBlock .ongletTitleMobile h2{
  color: white;
  font-weight: initial;
  font-size: 16px !important;
  margin: 20px 0 10px 0 !important;
  color:#cccccd;
}
#Store .WhiteBlock .PresentationMenu .ongletContent ul{
  padding: 0;
  float:left;
  list-style: none;
}

#Store .WhiteBlock .PresentationMenu .ongletContent ul{
  padding:0;
  margin: 0;
  width: 100%;
}





@media screen and (max-width: 670px){

  /* Page magasin */
  #Store .WhiteBlock .OpenHours{padding-bottom: 20px; }
  #Store .WhiteBlock .OpenHours .Day{
    width: 100%;
    margin: 0;
  }
  #Store .WhiteBlock .OpenHours .Titre{
    display: inline-block;
  }
  #Store .WhiteBlock .OpenHours .Day{
    min-height: initial;
    margin: 5px 0;
  }
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .telephone{
    pointer-events:initial;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary form{
    width: 100%;
    display: block;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary form .inputs-valide.Field-autocomplete-content{width:100%; margin-bottom: 20px;}
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary input[type="text"][placeholder]{padding-left:6px;}
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary span#ou{margin-right:50px;float: left; height: auto; margin-top: 7px; margin-left:0}
  #Store .GoogleMap{width:100% !important;}
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary #VoirCarte{margin-left: 100px;}
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .BoutonItineraire{
    margin-top:0;
  }
  #ListStore .WhiteBlock .ZoneLocalisation .search-localisation{padding:20px;}
  #ListStore .WhiteBlock .StoreList{
    top:195px;
  }
  #ListStore .WhiteBlock .StoreList li .Information .adress-content{
    max-width:148px !important    }

  /* Page annuaire - Accordéon */

  .mobileHide{
    display: none !important;
  }
  .mobileShow{
    display: block !important;
  }
  /*ACCORDEON*/
  .accordeon{
    display: none;
    padding-bottom: 22px;
  }
  #Store .WhiteBlock .PresentationMenu .ongletContent {
    display: block !important;
    background: none;
    padding: 0;
  }
  .ongletLine{
    margin-top: 20px;
  }





  .open{margin-bottom: 20px;}
  div#presentation p{
    width: 100%;
    margin: 0;
    float:none !important
  }
  div#presentation p img{
    max-width: 50%;
  }
  div#actualite p span{
    font-size:16px;
  }
  div#engagements ul.listing_offres_et_services li,
  div#actualite ul.listing_offres_et_services li{
    float: none;
    display: block;
    width: 100%;
  }
  div#engagements ul.listing_offres_et_services li img,
  div#actualite ul.listing_offres_et_services li img{
    max-width: 30%;
  }

  #Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear {
    width: 49%;
    margin-bottom: 20px;
  }
  #Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear:last-child{
    display:none;
  }

}



@media screen and (max-width:640px){

  a.back-to-top {
    left: 5%;
    right: initial !important;
  }
  header {
    width: 100%;
  }
  .main-area {
    text-align: center;
    padding: 0px;
  }
  #Store .WhiteBlock{ padding: 0 5%;}
  /***** Page ANNUAIRE ******/

  #ListStore #FilArianne{max-height:none;}
  #ListStore  h1.TitleTop{font-size:18px;text-align:left;margin-top: 10px; color: #002b6f;padding:0 20px 20px 20px}
  #ListStore .WhiteBlock .ZoneLocalisation .Localize{margin: 0;}
  #ListStore .WhiteBlock .ZoneLocalisation .Search .inputs-valide{
    clear: both;
    display: block;
    margin: 0;
    width: 100%;
  }
  #ListStore .WhiteBlock .ZoneLocalisation .Search label{width:100%;text-align:center;margin:5px 0;}
  #ListStore .WhiteBlock .ZoneLocalisation .Search{margin: 0; padding: 0;}
  #ListStore .WhiteBlock .ZoneFiltres .SelectFiltre{width: 100%; margin: 4px 0;}
  #ListStore .WhiteBlock .ZoneFiltres p{padding-bottom: 6px;}
  #ListStore .SearchBar{ -moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;box-shadow: none; padding: 0; margin-bottom: 0px;}

  #ListStore .GoogleMap{margin-top:15px;height:260px}

  #ListStore .WhiteBlock .StoreList{position:relative;top:0;left:0;border-radius:0;-moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;box-shadow: none;margin-top:20px; width: 100%;}
  #ListStore .WhiteBlock .StoreList .StoreListSlider{max-height: initial;}
  #ListStore .WhiteBlock .StoreList.noresult .ItemContent{padding-top:0;}
  #ListStore .WhiteBlock .StoreList li .ButtonList a, #ListStore .WhiteBlock .StoreList.noresult .ButtonList a{margin-top:5px;}

  .TitleStoreList span{font-size:16px;}
  #ListStore .WhiteBlock .StoreList li .Information p{font-size:13px;}
  #ListStore .WhiteBlock .OtherCity h2:after, #Store .WhiteBlock .OtherCity h2:after{float:right}
  #ListStore .WhiteBlock.MapLegend{top: 343px;height:77px;}

  /***** Page MAGASIN ******/
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address.LeftWidth{width: 100%; padding-bottom:0;padding-right:0;}
  #Store .WhiteBlock .StoreDetail .StoreInfosTop #btn-contact{width:100%; height:40px; line-height:40px;}
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address.RightWidth{width:100%; padding-top: 0;}
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .contact-magasin{padding-top: 0 !important;}
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .contact-magasin .btn-brand{width:100%; height:40px; line-height:40px;}

  #Store .RoundedBlock{width:100%;border:none;border-radius:0;padding:0;-moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;box-shadow: none;}
  #Store .RoundedBlock:first-child{margin-bottom:0}
  #Store .WhiteBlock .StoreDetail .StoreInfosTop{position:relative;}
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .telephone{width: 100%;text-align: center;background-color: #002b6f; color: #ffffff; border-radius: 3px;height: 36px;line-height: 40px; margin-bottom: 10px;}
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .telephone a{color: #ffffff;}
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .telephone img{display:none}
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .telephone span{border:none; padding-bottom:0;}
  #Store .WhiteBlock .StoreDetail .ButtonMobile{
    display: block;
    width: 100%;
    text-align: left;
    background-color: #cccccd !important;
    border-radius: 3px;
    height: 36px;
    line-height: 40px;
    color: white;
    font-size: 14px;
    padding-left: 20px;
    margin:5px 0 !important;
    font-family: HelveticaN;
    font-weight: initial;
  }
  #Store .WhiteBlock .StoreDetail .ButtonMobile,
  #Store .WhiteBlock .StoreDetail #btn-contactez-nous,
  #Store .WhiteBlock .StoreDetail .ImagePdv .contact-magasin .btn-coordonnees{
    font-weight: bold;
    font-size: 14px;
  }
  #Store .WhiteBlock .StoreDetail .ButtonMobile i{
    font-weight: bold;
    float: right;
    line-height: 36px;
    font-size: 16px;
    margin-right: 20px;
  }
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .btn_rdv{margin-top:10px;}
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .btn_rdv a{
    padding:0;    padding-left: 20px; background-color: #cccccd;
  }
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .btn_rdv a i{line-height: 35px}
  #Store .WhiteBlock .StoreDetail .ButtonMobile:hover{
    background-color: #002b6f !important;
  }

  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .socialnetworks{
    margin: 20px 0;
    text-align:center
  }
  #Store .WhiteBlock .StoreDetail .StoreInfosTop .Address .socialnetworks ul{margin-bottom:0}

  #Store .WhiteBlock .SpecialHour{font-size:14px; font-weight: bold;}
  #Store hr{display:none;}
  #Store .WhiteBlock h2#horaires, #Store .WhiteBlock h2#horairesAtelier{
    background-color: #002b6f;
    width: 110%;
    color: white;
    font-size: 17px;
    font-family: HelveticaN;
    text-align: center;
    padding: 13px 0;
    margin-left: -5%;
  }
  #Store .WhiteBlock .OpenHours{border:none; padding-bottom: 20px;}
  #Store .WhiteBlock .OpenHours .Day{}

  #Store .WhiteBlock .ongletTitleMobile{background-color:white;width:100%;}
  #Store .WhiteBlock .ongletTitleMobile h2{color:#0090d8; font-size:20px;}
  #Store .WhiteBlock .open .ongletTitleMobile{background-color:#cccccd;}
  #Store .WhiteBlock .open .ongletTitleMobile h2{color:white;}
  #Store .WhiteBlock #acces .ongletTitleMobile{border-bottom:2px solid #cccccd;}
  .ongletLine{display:none;}
  #Store .WhiteBlock .ongletContent .accordeon{padding:0 !important;}

  div#actualite ul.listing_offres_et_services li{margin:0;}
  div#actualite ul.listing_offres_et_services li img{display:block;width:100% !important;max-width:none; margin-bottom: 10px; }
  div#actualite ul.listing_offres_et_services .texte{
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 2px solid #cccccd;width: 100%;
    padding-bottom: 10px;}

  /****** Onglet web  *******/
  .hideMobile{display:none;}
  #Store .WhiteBlock .PresentationMenu .ongletContent .listing_offres_et_services li img{
    margin-bottom:10px;
    height: auto;
    display: block;
    max-width: 100%;
  }
  #Store .WhiteBlock .PresentationMenu .ongletContent .listing_offres_et_services li span{
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  #Store .WhiteBlock .PresentationMenu .ongletContent .listing_offres_et_services li{ text-align:left; float:none; width:100%; margin:20px 0;}
  #Store .WhiteBlock .PresentationMenu .ongletContent.sl_norauto_onglets_presentation_produits .listing_offres_et_services li,
  #Store .WhiteBlock .PresentationMenu .ongletContent.sl_norauto_onglets_presentation_prestations .listing_offres_et_services li,
  #Store .WhiteBlock .PresentationMenu .ongletContent.sl_norauto_onglets_presentation_services .listing_offres_et_services li{
    width: 50%;
    float: left !important;
    display: block;
    height: 150px;
    text-align: center;
  }
  #Store .WhiteBlock .PresentationMenu .ongletContent.sl_norauto_onglets_presentation_produits .listing_offres_et_services li .picto,
  #Store .WhiteBlock .PresentationMenu .ongletContent.sl_norauto_onglets_presentation_prestations .listing_offres_et_services li .picto,
  #Store .WhiteBlock .PresentationMenu .ongletContent.sl_norauto_onglets_presentation_services .listing_offres_et_services li .picto{
    width: 60%;
  }

  #Store .WhiteBlock .PresentationMenu #actualite .listing_offres_et_services li {width:100%;}
  #Store .WhiteBlock .PresentationMenu #actualite .listing_offres_et_services li img{
    min-width: 100%;
    max-width: 100%;
    max-height: none;
    margin: 0 auto !important;
    text-align: center;
    height: auto;
    width: auto !important;
    float: none !important;
    display: block;}
  #Store .WhiteBlock .PresentationMenu #actualite .listing_offres_et_services li span{text-align:left; border:none;padding:0}
  /***** Onglet Mobile ******/
  .showMobile{display:block;}

  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .BoutonItineraire{float: none; width: 100%;}
  #Store .WhiteBlock .content-itinary .transport-items{top: 180px;}
  #Store .WhiteBlock .content-itinary .adp{width: 100%; padding: 0;}
  #Store .WhiteBlock .content-itinary .adp .adp-placemark{left: 0; width: 100%; display: inline-block;}
  #Store .WhiteBlock .content-itinary .adp .adp-placemark .adp-text{padding: 7px 5px;}
  #Store .WhiteBlock .content-itinary .transport-items{right: 0;top: 110px; display: none;}
  #directions{text-align: center;}

  #Store .WhiteBlock .content-itinary .share-items{ position: static;  margin: 15px 0 0 0;}
  #Store .WhiteBlock .content-itinary .share-items .ButtonItinary{width: 100%; background-color: #CCCCCD; margin-bottom: 10px;}
  #Store .WhiteBlock .content-itinary .share-items .ButtonItinary#PrintItineraire{display:none;}
  #Store .WhiteBlock .content-itinary .adp .adp-directions{display: none;}

  .OtherCity .colonne{width: 100%; float: none; padding-left: 20px; text-align: left;}

  #ListStore .WhiteBlock .ZoneFiltres .SelectFiltre .ContentFiltre{position: static; margin-top: -5px;}
  #ListStore .WhiteBlock .ZoneFiltres .SelectFiltre .ContentFiltre .RadioLabel{width:80%;}

  #ListStore .contribLocale img,
  #ListStore .contribLocale a{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    width: auto;
    float: none;
  }
}



@media screen and (max-width: 550px){

  /* Page annuaire */

  #ListStore .WhiteBlock .ZoneLocalisation .Search label br{
    display: none;
  }
  #ListStore .WhiteBlock .ZoneLocalisation .Search label{
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #ListStore .WhiteBlock .ZoneLocalisation .Search .inputs-valide{
    width: 100%;
  }
  #ListStore .WhiteBlock .ZoneLocalisation span#ou{
    top: 104px;
    left: 22px;
  }
  #ListStore .WhiteBlock .StoreList .StoreListSlider{
    max-height: none;
    overflow-y: hidden;
    padding: 0;
  }
  #ListStore .WhiteBlock .StoreList li .ButtonList{
    width:100%;
  }

  #infobox{
    display: none;
  }
  #ListStore .WhiteBlock.MapLegend{
    top: 315px;
    height:63px;}
  #ListStore .WhiteBlock.MapLegend img{width:15px}
  /* Page magasin */

  #Store .WhiteBlock .content-itinary #div_email_itineraire{margin-left:0;}
  #Store .WhiteBlock .content-itinary #div_email_itineraire{width:100%;}
  #Store .WhiteBlock .content-itinary #div_email_itineraire input[type="email"]{
    border-radius:6px 0 0 6px;
    height:42px;
  }
  #Store .WhiteBlock .content-itinary #div_email_itineraire .button-valid{
    border-radius:0 6px 6px 0;
    height:42px;
    text-align:center;
  }
  #Store .WhiteBlock .content-itinary #div_email_itineraire button{
    height:42px;
    float:none;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary form{
    width: 100%;
    display: block;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary form .inputs-valide.Field-autocomplete-content{width:100%; margin-bottom: 20px;}
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary input[type="text"][placeholder]{padding-left:6px;}
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary span#ou{margin-right:50px;float: left; margin-left: 0}
  #Store .GoogleMap{width:100% !important;}

  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary span#ou{
    height: auto;
    margin-top: 7px;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary #VoirCarte{
    margin-left:120px;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary .BoutonItineraire{
    margin-top: 0;
  }
  div#engagements ul.listing_offres_et_services li span,
  div#actualite ul.listing_offres_et_services li span{
    padding:0;
  }
  div#services ul{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  div#services ul li{
    margin: 0 !important;
    width: 25%;
    height: 85px !important;
  }
  #Store .modal_medium{
    width:100%;
    max-width:450px;
    left: 0;
    margin-left: 0;

  }


  #Store .newsletter-shortcut_content button{
    line-height:33px;
  }
  #Store .newsletter-shortcut_content .item input{
    height: 30px;
    width: 100%;
  }
  #Store .bx-wrapper img {
    max-width: 150px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px){
  #Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear {
    width: 95%;
    margin-bottom: 20px;
    padding: 0 10%;
  }
  #Store .WhiteBlock .OtherStore .StoreNearContainer .StoreNear:last-child{
    display:block;
  }
}
@media screen and (max-width: 440px){
  #Store .bx-wrapper img {
    max-width: 120px;
  }
  #Store .WhiteBlock .content-itinary .adp .adp-placemark{
    width: 100%;
  }
  #Store .WhiteBlock .content-itinary .transport-items{
    top: 200px;
  }
}

@media screen and (max-width: 340px){
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary span#ou{
    margin: 0;
    margin-right: 38px;
  }
  #Store .WhiteBlock .GoogleMap .map-itinary .content-itinary #VoirCarte{
    margin-left: 84px;
  }
}





@font-face {
  font-family: 'evoke';
  src: url("../fonts/evoke-font/evoke.eot?21623423");
  src: url("../fonts/evoke-font/evoke.eot?21623423#iefix") format("embedded-opentype"), url("../fonts/evoke-font/evoke.woff?21623423") format("woff"), url("../fonts/evoke-font/evoke.ttf?21623423") format("truetype"), url("../fonts/evoke-font/evoke.svg?21623423#evoke") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'evoke';
    src: url('../font/evoke.svg?21623423#evoke') format('svg');
  }
}
*/
/* line 919, ../sass/partials/StoreLocator/_base_Storelocator.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "evoke";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 950, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-bike:before {
  content: '\e800';
  cursor: pointer;
}

/* '' */
/* line 951, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-calendar1:before {
  content: '\e801';
}

/* '' */
/* line 952, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-calendar2:before {
  content: '\e802';
}

/* '' */
/* line 953, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-car:before {
  content: '\e803';
  cursor: pointer;
}

/* '' */
/* line 954, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-chevron_down:before {
  content: '\e804';
}

/* '' */
/* line 955, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-chevron_up:before {
  content: '\e805';
}

/* '' */
/* line 956, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-cross:before {
  content: '\e806';
}

/* '' */
/* line 957, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-evoke:before {
  content: '\e807';
}

/* '' */
/* line 958, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-facebook:before {
  content: '\e808';
}

/* '' */
/* line 959, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-google + :before {
  content: '\e809';
}

/* '' */
/* line 960, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-home:before {
  content: '\e80a';
}

/* '' */
/* line 961, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-letter1:before {
  content: '\e80b';
}

/* '' */
/* line 962, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-letter2:before {
  content: '\e80c';
}

/* '' */
/* line 963, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-phone1:before {
  content: '\e80d';
}

/* '' */
/* line 964, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-return:before {
  content: '\e80e';
}

/* '' */
/* line 965, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-search1:before {
  content: '\e80f';
}

/* '' */
/* line 966, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-search2:before {
  content: '\e810';
}

/* '' */
/* line 967, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-share:before {
  content: '\e811';
}

/* '' */
/* line 968, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-twitter:before {
  content: '\e812';
}

/* '' */
/* line 969, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-valid:before {
  content: '\e813';
}

/* '' */
/* line 970, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-walk:before {
  content: '\e814';
  cursor: pointer;
}

/* '' */
/* line 971, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-youtube:before {
  content: '\e815';
}

/* '' */
/* line 972, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-phone2:before {
  content: '\e816';
}

/* '' */
/* line 973, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-pin1:before {
  content: '\e817';
}

/* '' */
/* line 974, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-pin2:before {
  content: '\e818';
}

/* '' */
/* line 975, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-pin3:before {
  content: '\e819';
}

/* '' */
/* line 976, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.icon-print:before {
  content: '\e81a';
}

/* '' */

/* line 1031, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item {
  position: relative;
  margin-top: 0.625em;
  margin-bottom: 0.625em;
  height: 15em;
  text-decoration: none;
}

/* line 1038, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-picture {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: 0.3s ease-out Appear;
  animation: 0.3s ease-out Appear;
  -webkit-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}

/* line 1049, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item:hover {
  background-color: #000;
}

/* line 1052, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item:hover .Featured-picture {
  opacity: 0.85;
}

/* line 1055, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.omg-ie8 .Featured-item:hover .Featured-picture {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}

/* line 1058, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-label {
  font-size: 1em;
  margin-top: 0.75em;
  color: #000;
  background: #fff;
  display: inline-block;
  padding: 0.625em 1em 0.4375em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}

/* line 1070, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-content {
  overflow: hidden;
  height: 4.25em;
  background: #333;
  background: rgba(51, 51, 51, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 1em;
}

/* line 1082, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-box--widebox .Featured-content {
  position: static;
  height: auto;
  color: #060606;
  background: none;
}

/* line 1088, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-title {
  font-size: 1.25em;
  margin: 0;
  padding: 0.125em 0;
  line-height: 1;
  font-weight: normal;
}

/* line 1095, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-box--widebox .Featured-title {
  font-size: 2.25em;
}

/* line 1098, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-description {
  margin: 0;
  padding: 0.2em 0;
  font-size: 0.875em;
}

/* line 1103, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-box--widebox .Featured-description {
  font-size: 1.375em;
}

/* line 1106, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-box--widebox .Featured-description strong {
  padding: 0.272727272727273em 0.4em 0;
  color: #fff;
  background-color: #005589;
}

/* line 1111, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-box--widebox {
  position: absolute;
  width: 50%;
}

/* line 1115, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-box--verticalAlignTop {
  top: 0;
}

/* line 1118, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-box--verticalAlignBottom {
  bottom: 0;
}

/* line 1121, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-box--textAlignLeft {
  left: 0;
  text-align: left;
}

/* line 1125, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-box--textAlignRight {
  right: 0;
  text-align: right;
}

/* line 1129, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item--specialOfferGrenadine .Featured-label {
  color: #fff;
  background-color: #c35078;
}

/* line 1133, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item--specialOfferGrenadine .Featured-content {
  background-color: #c35078;
  background-color: rgba(195, 80, 120, 0.85);
}

/* line 1137, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item--specialOfferAmbre .Featured-label {
  color: #fff;
  background-color: #d78737;
}

/* line 1141, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item--specialOfferAmbre .Featured-content {
  background-color: #d78737;
  background-color: rgba(215, 135, 55, 0.85);
}

/* line 1145, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item--specialOfferKiwi .Featured-label {
  color: #fff;
  background-color: #9ba01e;
}

/* line 1149, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item--specialOfferKiwi .Featured-content {
  background-color: #9ba01e;
  background-color: rgba(155, 160, 30, 0.85);
}

/* line 1153, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item--specialOfferLilas .Featured-label {
  color: #fff;
  background-color: #7da0d2;
}

/* line 1157, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item--specialOfferLilas .Featured-content {
  background-color: #7da0d2;
  background-color: rgba(125, 160, 210, 0.85);
}

/* line 1161, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item--specialOfferOcre .Featured-label {
  color: #fff;
  background-color: #c39614;
}

/* line 1165, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item--specialOfferOcre .Featured-content {
  background-color: #c39614;
  background-color: rgba(195, 150, 20, 0.85);
}

/* line 1169, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item--specialOfferTurquoise .Featured-label {
  color: #fff;
  background-color: #78b4c3;
}

/* line 1173, ../sass/partials/StoreLocator/_base_Storelocator.scss */
.Featured-item--specialOfferTurquoise .Featured-content {
  background-color: #78b4c3;
  background-color: rgba(120, 180, 195, 0.85);
}
#footerDiv.cm-Ref {
  font-size: 16px;
  margin: 0 auto;
}
#header .cm-Ref {
  width: 987px;
  font-size: 16px;
  margin: 0 auto;
}
#OpenModal{
  cursor:pointer;
}
#btn_valider_itineraire{
  cursor:pointer;
}
#prev > label, #next > label{
  cursor:pointer;
}
#prev{
  float:left;
}
#next{
  float:right;
}
.hidden{
  display:none;
}
.recaptchatable #recaptcha_image {
  margin: 0 !important;
  width: 150px !important;
}
#actualites ul.listing_offres_et_services li.offre a:hover{
  background-color: #000;
}
#actualites ul.listing_offres_et_services li.offre a:hover img{
  opacity: 0.85;
}
#actualites ul.listing_offres_et_services li.offre img{
  -webkit-animation: 0.3s ease-out Appear;
  animation: 0.3s ease-out Appear;
  -webkit-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity;
}
@-webkit-keyframes Appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*CSS FIREFOX >= 3*/
@-moz-document url-prefix(){
  #ListStore .WhiteBlock .StoreList .ItemContent .marker span{
    margin-left: -6px;
  }
}
//CSS FIREFOX <= 3
html > body #ListStore .WhiteBlock .StoreList .ItemContent .marker span, x:-moz-any-link {
  margin-left: -6px;
}

.miniatureProspectus{
  cursor: pointer;
}

#showProspectus{
  width: 100%;
  height:600px;
  overflow: hidden;
}

.bx-wrapper {
  position: relative;
  padding: 0;
  height: 100%;
  *zoom: 1;
}

.bx-wrapper img {
  display: block;
  max-height:188px;
  max-width: 260px;
}

.bx-wrapper .bx-viewport {
  height: 100% !important;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager{
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-pager {
  text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item{
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  text-align: left;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.bx-wrapper .bx-prev:hover {
  opacity: 0.5;
}

.bx-wrapper .bx-next:hover {
  opacity:0.5;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 180px;
  margin-top: -16px;
  outline: 0;
  width: 33px;
  height: 33px;
  text-indent: -9999px;
  z-index: 1;
}


/****** Onglet web  *******/
#Store .SPP h3{
  font-family: HelveticaNBold;
  font-size: 14px;
  color: #0090d8;
  text-transform: uppercase;
  margin-top:15px;
  margin-bottom:5px;
  cursor:pointer;
}
#Store .SPPcontent{
  font-size: 13px;
  font-family: HelveticaNBold;
  display:none;
}
#Store .SPPcontent:after{
  content:'';
  display: table;
  clear: both;
}
#Store .sous-onglet.active .SPPcontent{
  display: block;
  height: auto;
}

#Store .SPP .listing_offres_et_services{margin-top:0}
#Store .SPP .listing_offres_et_services li{
  float: left;
  height: 60px;
  width: 50%;
  list-style: none;
  margin: 15px 0;
}
#Store .SPP .listing_offres_et_services li img{
  width: 60px;
}
#Store .SPP .listing_offres_et_services li span{
  margin-left: 20px;
  margin-top: 6%;
  display: block;
  float: left;
  width: 60%;
}



.SelectFiltre{}

.video {
  border: 0 !important;
  margin-top: 0 !important;
}

/****** Onglet mobile  *******/
.showMobile{display:none;}

#List_Payments {
  position: relative;
  margin: 10px 0 30px 0;
  text-align: center; }
#List_Payments .PaymentItem {
  background: url("/img/moyens-paiements.png") left top no-repeat;
  cursor: pointer;
  display: inline-block; }
#List_Payments .PaymentItem#icon1 {
  background-position: 0 -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon1:hover {
  background-position: 0 -44px; }
#List_Payments .PaymentItem#icon2 {
  background-position: -57px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon2:hover {
  background-position: -57px -44px; }
#List_Payments .PaymentItem#icon3 {
  background-position: -112px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon3:hover {
  background-position: -112px -44px; }
#List_Payments .PaymentItem#icon4 {
  background-position: -165px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon4:hover {
  background-position: -165px -44px; }
#List_Payments .PaymentItem#icon5 {
  background-position: -216px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon5:hover {
  background-position: -216px -44px; }
#List_Payments .PaymentItem#icon6 {
  background-position: -271px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon6:hover {
  background-position: -271px -44px; }
#List_Payments .PaymentItem#icon7 {
  background-position: -322px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon7:hover {
  background-position: -322px -44px; }
#List_Payments .PaymentItem#icon8 {
  background-position: -377px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon8:hover {
  background-position: -377px -44px; }
#List_Payments .PaymentItem#icon9 {
  background-position: -433px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon9:hover {
  background-position: -433px -44px; }
#List_Payments .PaymentItem#icon10 {
  background-position: -484px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon10:hover {
  background-position: -484px -44px; }
#List_Payments .PaymentItem#icon11 {
  background-position: -538px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon11:hover {
  background-position: -538px -44px; }
#List_Payments .PaymentItem#icon12 {
  background-position: -594px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon12:hover {
  background-position: -594px -44px; }
#List_Payments .PaymentItem#icon13 {
  background-position: -647px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon13:hover {
  background-position: -647px -44px; }
#List_Payments .PaymentItem#icon14 {
  background-position: -701px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon14:hover {
  background-position: -701px -44px; }
#List_Payments .PaymentItem#icon15 {
  background-position: -756px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon15:hover {
  background-position: -756px -44px; }
#List_Payments .PaymentItem#icon16 {
  background-position: -807px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon16:hover {
  background-position: -807px -44px; }
#List_Payments .PaymentItem#icon17 {
  background-position: -861px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon17:hover {
  background-position: -861px -44px; }
#List_Payments .PaymentItem#icon18 {
  background-position: -919px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon18:hover {
  background-position: -919px -44px; }
#List_Payments .PaymentItem#icon19 {
  background-position: -971px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon19:hover {
  background-position: -971px -44px; }
#List_Payments .PaymentItem#icon20 {
  background-position: -1026px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon20:hover {
  background-position: -1026px -44px; }
#List_Payments .PaymentItem#icon21 {
  background-position: -1081px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon21:hover {
  background-position: -1081px -44px; }
#List_Payments .PaymentItem#icon22 {
  background-position: -1136px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon22:hover {
  background-position: -1136px -44px; }
#List_Payments .PaymentItem#icon23 {
  background-position: -1191px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon23:hover {
  background-position: -1191px -44px; }
#List_Payments .PaymentItem#icon24 {
  background-position: -1247px -6px;
  width: 54px;
  height: 38px; }
#List_Payments .PaymentItem#icon24:hover {
  background-position: -1247px -44px; }



#ListStore .WhiteBlock .StoreList li .Information .adress-content{
  padding-bottom: 5px;
  display:inline-block;
  width: 100%;
  max-width: 170px;

}

#ListStore .WhiteBlock .StoreList li .Information .contentInstapply{
  display:block;
}
.instaply_bubble {
  background: rgba(0, 0, 0, 0) url("../img/instaply_bubble.png") no-repeat scroll 0 0;
  float: right;
  height: 24px;
  width: 25px;
  cursor: pointer;
}
.iwq-target{
  float:right;
  clear:both;
  display:inline-block;
  margin-top:15px;
}
#iw-expanded-widget .iw-expanded-logo{
  padding:5px;
}
/****** Avis étoile *******/
.AvisStar .av-star-full,
.AvisStar .av-star-half,
.AvisStar .av-star-empty{
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
  background-repeat:no-repeat;
}
.AvisStar .av-star-full{
  background-image: url("../img/star_full.png");
}
.AvisStar .av-star-empty{
  background-image: url("../img/star_empty.png");
}
.AvisStar .av-star-half{
  background-image: url("../img/star_half.png");
}


/****** Avis bloc Page Annuaire *******/

.StoreList .AvisMoyenne{
  float: left;
  margin-top: 5px;
}
#ListStore .WhiteBlock .StoreList li .Information .AvisMoyenne p.AvisNote{
  margin: 0 ;
  padding: 0;
  vertical-align: top;
  padding-top: 4px;
  padding-left: 5px;
  font-size: 12px;
  color:#002b6f;
  font-weight: bold;
}
/****** Avis bloc Store Details  *******/

.AvisMoyenne .AvisStar{
  display:inline-block;
}

.AvisMoyenne .VoirAvis{
  color:black;
  text-decoration: none;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  padding-top: 3px;
  padding-left: 5px;
  text-transform: lowercase;
  font-weight: normal;
}
.AvisMoyenne  .AvisNote{
  display:inline-block;
  font-size:14px;
  vertical-align: top;
  padding-bottom:0 !important;
  font-weight:bold;
  padding-top: 3px;
}


/****** Onglet Avis  *******/
.logo-avis-verifie{
  text-align: center;
  margin-top: 20px;
  border: 1px solid #d9dadc;
  font-size:14px;
  border-radius: 10px;
  font-weight: bold;
  padding-bottom:20px;
  color:#666666;
}
.logo-avis-verifie a{
  color:#f28e1b;
}
.logo-avis-verifie p{
  display:block;
  background: #f7f7f7;
  padding:30px;
  border-radius: 10px 10px 0px 0px;
}
.logo-avis-verifie img{
  width: 100%;
  max-width:330px;
  margin-top:30px !important;
}
#avis .accordeon{
  padding-top:0 !important;
}


#avis .AvisMoyenne{
  padding:0 !important;
  display:block;
  text-align:center;
  color:#0090d8;
  font-size:14px;
  font-weight:bold;
  margin-top: 5px;
}
#avis .divli{
  float: left;
  width: 98% !important;
  background: #d9dadc;
  margin: 1%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border:1px solid #d9dadc;
  overflow:hidden;
}
#avis .av-left,
#avis .av-right{
  width:100%;
  display:block;
  padding: 14px 10px;
}
#avis .av-left{

}
#avis .av-right{
  background:white;
  min-height:165px;
  min-height:20px;
}
#avis .av-left p{
  padding:0;
}
#avis .av-left .AvisName{
  font-weight:bold;
  font-size:14px;
}
#avis .av-left .AvisName img{display:none;}
#avis .av-left .AvisDate{
  font-style:italic;
  font-size:12px;
  margin: 5px 0;
}
#avis .AvisTxt{
  margin-top:10px;
  padding-bottom:5px;
}
#avis .morecontent span {
  display: none;
}
#avis a.morelink{
  color:#022d70;
  font-weight:bold;
}
#avis a.morelink:focus{
  outline:none;
}



/****** Pagination avis *******/

#pagination{
  overflow:hidden;
  position:relative;
}
#pagination .holder{
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
#pagination #avreviews{
  /*height:auto !important;*/
}

#pagination ul{
  overflow:hidden;
  position:relative;
}
.swControls{
  position:absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.swControls .comptage{
  display:none;
}
.swControls .next,
.swControls .prev{
  color: #002b6f;
  font-weight: bold;
  border-radius: 5px;
  padding: 0 10px;
}
a:focus{outline:none}

a.swShowPage{
  background-color:#444444;
  float:left;
  height:15px;
  margin:4px 3px;
  text-indent:-9999px;
  width:15px;
  /*border:1px solid #ccc;*/
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}

a.swShowPage:hover,
a.swShowPage.active{
  background-color: #7e4ac7;
}
    