i @import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800,900');
i @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

*, html {
  margin: 0;
  padding: 0;
}

a {
  color: #a8c813;
}

.vert { color: #a8c813; }
.bg-vert { background-color: #a8c813; }

.gris { color: #555555; }
.bg-gris { background-color: #555555; }

.blanc { color: #FFF !important; }
.bg-blanc { background-color: #FFF; }

.fz12 {font-size: 12px;}
.fz13 {font-size: 13px;}
.fz14 {font-size: 14px;}
.fz15 {font-size: 15px;}
.fz16 {font-size: 16px;}
.fz17 {font-size: 17px;}
.fz18 {font-size: 18px;}
.fz19 {font-size: 19px;}
.fz20 {font-size: 20px;}
.fz21 {font-size: 21px;}
.fz22 {font-size: 22px;}
.fz22 {font-size: 22px;}
.fz23 {font-size: 23px;}
.fz24 {font-size: 24px;}
.fz26 {font-size: 26px;}
.fz27 {font-size: 27px;}
.fz28 {font-size: 28px;}

.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt80 {margin-top:80px;}
.mt100 {margin-top:100px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb80 {margin-bottom:80px;}
.mb100 {margin-bottom:100px;}

.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}
.pt60 {padding-top:60px;}
.pt80 {padding-top:80px;}
.pt100 {padding-top:100px;}

.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.pb50 {padding-bottom:50px;}
.pb60 {padding-bottom:60px;}
.pb80 {padding-bottom:80px;}
.pb100 {padding-bottom:100px;}


.italic { font-style: italic; }
.light { font-weight: 300; }
.regular { font-weight: 400; }
.semi-bold { font-weight: 600; }
.bold { font-weight: 700; }
.bolder { font-weight: 800; }
.extra-bold { font-weight: 900; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }

.cp { cursor: pointer; }
.db { display: block; }
.dib { display: inline-block; }

.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
.taj { text-align: justify; }

.fll {float: left;}
.flr {float: right;}


.margin5 {
  margin: 5px 0;
}

body {
  font-family: 'Raleway', sans-serif;
  color: #555555;
}

p, li{
  font-family: 'Montserrat', sans-serif;
}

hr {
  background: #c3c3c3;
}

a:hover, a:active, a:focus {
  color: #a8c813;
  text-decoration: none;
}

img {
  display: initial;
  width: auto;
}
/* STORE LOCATOR */

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
  height: 100vh;
}
/* Optional: Makes the sample page fill the window. */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.valign-middle {vertical-align: middle;}
.scrollable {
  max-height: 100vh;
  overflow-y: auto;
  padding: 0 !important;
}

@media screen and (min-width: 640px) {
  .col-md-6, .col-sm-6 {
    -webkit-box-flex: 0; 
    -webkit-flex: 0 0 49%; 
    -ms-flex: 0 0 49%; 
    flex: 0 0 49%;
    max-width: 50%; 
  }
  .col-md-5, .col-sm-5 {
    -webkit-box-flex: 0; 
    -webkit-flex: 0 0 41%; 
    -ms-flex: 0 0 41%; 
    flex: 0 0 41%;
    max-width: 41%; 
  }
  .col-md-7, .col-sm-7 {
    -webkit-box-flex: 0; 
    -webkit-flex: 0 0 58%; 
    -ms-flex: 0 0 58%; 
    flex: 0 0 58%;
    max-width: 58%; 
  }
}
.field_address {
  vertical-align: baseline;
  margin-bottom: 10px
}
.field_address i {
  font-size: 18px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #000;
    vertical-align: baseline;
}
.field_address input[type="text"]::placeholder {
  color: #fff;
  font-size: 12px;
}
.field_address input[type="text"] {
  outline: none;
  border: none;
  max-width: 360px;
  width: 95%;
  min-width: 330px;
  background: #a8c813;
  color: #FFF;
  padding: 11px 25px;
  border-radius: 35px;
  font-size: 16px;
  font-weight: 600;
  
}

.btn_submit_adresse {
  padding: 10px 10px;
    border: none;
    outline: none;
    color: #333;
	background: transparent;
	font-family: 'raleway', sans-serif;
}

.filters {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.filter_sport {display: block !important; margin: 5px 0 !important;width: 105%;}
.filter_sport label { font-size: 13px;color: #000;    display: inline-flex; }
.filter_sport input[type=checkbox]:checked+label {
  opacity: 1;
}
.filter_sport input[type=checkbox]+label {
  opacity: 0.5;
}
.filter_sport input[type=checkbox] {
  display: none;
}


.location_item.active  {
  background: #fafcf2 !important;
}

.location_item.active .view div:first-child { border-color: #C79411 !important }

.location_item {
  font-size: 20px;
  font-weight: lighter;
  border-bottom: 2px solid #c3c3c3;
  float: left;
  width: 100%;
}

.location_item .title {
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
}

.picto_tel {
  width: 41px;
  height: 40px;
  background: url('/assets/img/picto_store_locator0.png') no-repeat;
  background-size: 80%;

  display: inline-block;
}

.picto_enveloppe {
  width: 41px;
  height: 38px;
  background: url('/assets/img/picto_store_locator1.png') no-repeat;
  display: inline-block;
}

.picto_www {
  width: 41px;
  height: 38px;
  background: url('/assets/img/picto_store_locator2.png') no-repeat;
  display: inline-block;
}

.picto_horloge {
  width: 41px;
  height: 38px;
  background: url('/assets/img/picto_store_locator3.png') no-repeat;
  display: inline-block;
}

.picto_plus {
  width: 32px;
  height: 34px;
  background: url('/assets/img/picto_store_locator_plus.png') no-repeat;
  display: inline-block;
}

.picto_close {
  width: 32px;
  height: 34px;
  background: url('/assets/img/picto_store_locator_close.png') no-repeat;
  display: inline-block;
}

.plus_details {
  width: 320px;
  margin: auto;
  display: block;
  text-align: left;
}

.details_line {
  margin:15px 0 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #CACBCD;
}
.details_line:last-child {border: none;}

.bg-gris-noir {
  background: #2D2E2B;
}
.gris-noir {
  color: #2D2E2B;
}

.bg-gris-souris {
  background: #f7f7f7;
}
.gris-souris {
  color: #f7f7f7;
}

.location_item .view {
  padding: 15px 0;
  float: left;
  display: block;
  width: 100%;
}

.location_item .view div:first-child {
    padding-right: 0;
    padding-left: 30px;
}
.location_item .view div:last-child {
    padding: 0;
}

.location_item .name {
  margin: 10px 0;
  text-align: left;
  font-weight: 500;
}

.icon.border-right {
  padding-right: 3px;
  margin-right: 3px;
  border-right: 1px solid #555;
}

.img-principale img  { display: inline-block; height: 100%; width: auto;max-width: initial;}

.img-principale { 
  height: 400px;
  overflow: hidden;
 text-align: center; }

.thumbnails {
  max-width: 100%;
  width: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 140px;
}

.moveToRight {
  right: -10px;
}

.moveToLeft {
  left: -10px;
}

.moveToLeft,
.moveToRight {
  position: absolute;
  margin-top: 30px;
  cursor: pointer;
  z-index: 99;
}

.inner_thumbs { width: 1000%; }

.thumbnails li {
    margin: 10px 10px 10px 0px;
    width: 190px;
    height: 90px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    background: rgba(0,0,0,.1);
}
.thumbnails li img {
  height: 100%;
  width: auto;
  max-width: initial;
  display: inline-block;
}

.couchage {
    width: 160px;
    display: inline-block;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px 15px 10px 0;
    text-align: center;
}

.title_plus {
  background: #aaa;
  color: #fff;
  padding: 5px 0 5px 40px; 
}

.plus_section {
  background: #fafcf2;
  box-shadow: 0 0 4px #ccc;
  padding: 15px 40px;
}

.btn-primary.bg-vert {
  border-color: #a8c813;
}
.btn-primary.bg-vert:hover {
  background: #a8c813;
  opacity: 0.8;
  border-color: #a8c813;
}

.specification { margin: 13px 0; }

.title_plus::before {
  content: "";
  background: url('/assets/img/picto-plus.png');
  height: 44px;
  width: 44px;  
  display: inline-block;
  position: absolute;
  left: 0;
  top: -13px;
}

.photo_edit .delete {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.photo_edit {
  position: relative;
  width: 150px;
  height: 150px;
  display: inline-block;
  overflow-x: hidden;
  border: 3px solid #a8c813;
  padding: 5px;
  margin: 10px 5px;
}

.photo_edit img {
  height: 100%;
  width: 100%;
}

h3 {
  text-transform: initial;
  font-size: 24px;
}
h3 * { display: inline-block; }

footer a { color: inherit; }

.plus_section li {
  list-style: disc;
}

.ville{
	text-transform:uppercase;
	font-weight:700;
	}

.left_column_presentation {
border-left: 1px solid #a8c813; padding-left: 40px;
}
.left_column_presentation ul li {
  margin-bottom: 15px;
}

.btn.btn-vert.outline {
background: #fff;
color: #555;

}

/*SMARTPHONE*/
@media screen and (max-width: 640px) {
   .left_column_presentation {
    padding: 15px;
    border: none;
   }
  .filters {
    -webkit-column-count:1; /* Chrome, Safari, Opera */
      -moz-column-count:1; /* Firefox */
      column-count:1;
  }
}

.header-nav .container {
  width: 1140px;
}

.main-menu{
	max-width:1140px;
	text-align:center;
	margin:auto;}

.btn.btn-primary.bg-vert:hover {
  color: #fff !important;

}

footer {
  font-family: Montserrat;
}

footer .row:after,footer .row:before {
  display: none;
}

.hover-opa:hover {
  opacity: 0.7
}

.datepicker-dropdown {
  min-width: initial;
}

.title_form_fiche{
	color:#FFF;
	background-color:#a7c713;
	font-size:20px;
	padding:10px 20px;
	border-radius:20px;
	margin: 40px 0 70px 0;
}

.name{
	margin: 15px 0 30px;
}

.sport a{
	color:##57565a;}