
.sitemap.layout-container {
  padding: 80px 0;
}

.sitemap-box-front h2 {
  display: none;
}

.scrollToContent {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 80px;
  height: 80px;
  margin: 0 0 0 -40px;
  line-height: 80px;
  z-index: 9;
}

.rsABlock.scrollToContent {
  text-align: center;
  margin: 40px auto auto auto;
}

.scrollToContent:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #FFF;
  font-size: 72px;
  text-shadow: 0 0 5px #000;
}

button.showOnMap {
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  min-width: 0;
  color: #FFF;
}

button.showOnMap:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #82c039;
}

button.showOnMap:after {
  content: '\f041';
  font-family: FontAwesome;
  font-size: 30px;
  padding: 0;
  margin: 0;
  line-height: 56px;
  text-align: center;
}

#main-menu .sub-menu__link.voirTous {
  text-align: left;
}

#main-menu .pictos-mini .sub-menu__link.voirTous {
  text-align: center;
}

.sub-menu__link.voirTous a,
a.voirPlus,
button.voirPlus {
  background: #000;
  line-height: 42px;
  height: 42px;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-family: ubuntu, Arial, Helvetica, sans-serif;
  margin: 30px auto 20px auto;
  border-radius: 0;
  padding: 0 16px;
  transition-property: color, background-color, border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  font-size: 15px;
}

.sub-menu__link.voirTous a:before {
  content: '';
  display: none;
}

#main-menu .sub-menu__link.voirTous a:before {
  content: '\f041';
  font-family: FontAwesome;
  display: block;
  float: left;
  font-size: 17px;
  margin: 0 5px 0 0;
  width: auto;
  height: auto;
  padding: 0 5px 0 0;
}

.sub-menu__link.voirTous a:hover,
a.voirPlus:hover,
button.voirPlus:hover {
  background: #249787;
}

/* GRID */
.lae-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.lae-grid--nowrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.justify-content-center {
  justify-content: center;
  -webkit-justify-content: center;
}

.justify-content-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.justify-content-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.align-items-center {
  align-items: center;
  -webkit-align-items: center;
}

.align-items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

/* FAIRGUEST */
.fairguestWidgetWrapper {
  max-width: 1280px;
  margin: auto;
}

.fairguestRating {
  padding: 0 20px;
  margin: 0 0 35px 0;
}

.fairguestRating .note {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-size: 1.7em;
  color: #fff;
  font-weight: 700;
  margin: 0 10px 0 0;
}

.fairguestRating .tonality {
  font-family: Lobster, Roboto;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 0.6;
  margin-top: 5px;
  color: rgb(243, 177, 18);
  display: block;
  text-align: left;
}

.fairguestRating .tonality.excellent {
  color: #277712;
}

.fairguestRating .tonality.tres-bon {
  color: #71a63e;
}

.fairguestRating .tonality.bon {
  color: #9fbf04;
}

.fairguestRating .tonality.moyen {
  color: #ffc001;
}

.fairguestRating .tonality.mediocre {
  color: #ee622d;
}

/*.fairguestRating .tonality.horrible {
  color: #E31A36;
}*/

.fairguestRating .note.excellent {
  background-color: #277712;
}

.fairguestRating .note.tres-bon {
  background-color: #71a63e;
}

.fairguestRating .note.bon {
  background-color: #9fbf04;
}

.fairguestRating .note.moyen {
  background-color: #ffc001;
}

.fairguestRating .note.mediocre {
  background-color: #ee622d;
}

/*.fairguestRating .note.horrible {
  background-color: #E31A36;
}*/

.fairguestRating .count {
  font-family: Roboto;
  font-size: .9em;
  line-height: .9em;
  color: #333;
  font-weight: 300;
  text-transform: lowercase;
}

.fairguestRating .note strong {
  /* font-size: 42px;
   line-height: 30px;
   color: #209685;
   font-weight: 400;*/
}

.fairguestRating .counts {
  color: #8a8a8a;
  font-size: 10px;
  text-align: left;
  line-height: 12px;
}

.fairguestRating .counts a {
  color: #8a8a8a;
  text-decoration: underline;
  line-height: 12px;
  font-size: 10px;
}

.list-item .fairguestRating,
.wei0Elt .fairguestRating {
  text-align: right;
  margin: 0 20px 0 0;
  padding: 0;
}
.list-item .fairguestRating {
  margin: 0 0px 0 0;
}

.list-item .fairguestRating span,
.wei0Elt .fairguestRating span {
  display: inline-block;
  text-align: right;
  line-height: 1;
  font-size: 12px;
}

.list-item .fairguestRating .tonality,
.wei0Elt .fairguestRating .tonality {
  line-height: 1.2;
  font-size: 20px;
  margin-top: 0px;
}

.list-item .fairguestRating .note,
.wei0Elt .fairguestRating .note {
  margin: 0;
  line-height: 44px;
  height: 44px;
  width: 44px;
  text-align: center;
}

.list-item .fairguestRating .note strong,
.wei0Elt .fairguestRating .note strong {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}




.wei0Elt .iG {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  height: 210px;
  background-position: 50% 50%;
  margin: 0 0 15px 0;
  position: relative;
}

.wei0Elt .iG .imgContain {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f1f1f1;
  color: #f1f1f1;
  font-size: 0;
}

.wei0Elt .iG .imgContain img {
  width: 100%;
  height: 210px !important;
  object-fit: cover;
  border: none;
}

.wei0Elt .iG.noDsioListImage {
  /*background:#EEE url(/lae/services1.0/plugins/laetis/diffusio-255/ext-havd_site_SQL3c/assets/messages/visuel-non-disponible-liste_fr.png) no-repeat center center;*/
  background-size: auto !important;
}

.wei0Elt .iG .km,
.wei0Elt .iG .type {
  background: #2e2e2e;
  font-family: ubuntu, Arial;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  font-size: 11px;
  display: inline-block;
  padding: 0 8px 0 13px;
  line-height: 34px;
  margin: 0;
  position: absolute;
  right: 10px;
  top: -10px;
  white-space: nowrap;
  max-width: 280px;
  text-overflow: ellipsis;
}

.wei0Elt .iG .km i {
  margin: 0 5px;
  font-size: 14px;
}

.wei0Elt .commune {
  color: #282828;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  font-family: ubuntu, Arial;
}

.wei0Elt .communeDeleg {
  text-transform: none;
  margin-bottom: 15px;
  font-weight: 400;
}

.wei0Elt .communeDeleg i {
  margin: 0 5px 0 0;
  font-size: 20px;
}


.wei0Elt .subject {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 300;
  font-family: Open Sans, "Segoe UI", "Helvetica", sans-serif;
}

.wei0Elt .iG.dsioNoListImage {
  background: #E5E5E5 url(../assets/messages/visuel-non-disponible-liste_fr.png) no-repeat center center;
}

.wei0Elt h2 {
  font-size: 15px;
  font-family: ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #6b0078;
  margin-bottom: 5px;
  display: block;
  padding-top: 0px;
  padding-right: 4px;
  padding-left: 0px;
  line-height: 18px;
  /*text-transform: uppercase;*/
  padding: 0 0 5px 0;
}

.wei0Elt .paveTarifDates {
  background: rgba(26, 26, 26, 0.6);
  padding: 5px 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}


.wei0Elt .paveTarifDates.ouverture {
  padding: 5px 15px;
}

.wei0Elt .paveTarifDates p {
  font-size: 14px;
  font-family: ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #FFF;
  text-align: center;
  line-height: 23px;
  float: left;
}

.wei0Elt .paveTarifDates p strong {
  font-size: 26px;
  font-weight: 500;
  display: block;
  color: #ef8a25;
}

.wei0Elt .paveTarifDates.tarifGratuit p strong {
  font-weight: 400;
  font-size: 22px;
}

.wei0Elt .paveTarifDates p.dateFin {
  padding: 0 0 0 15px;
  margin-left: 10px;
  background: url("/lae/services1.0/plugins/laetis/diffusio-258/ext-anj_site_SQL3c/assets/fonds/separateur-dates.png") no-repeat left 8px;
}

.wei0Elt .paveTarifDates.ouverture p {
  line-height: 17px;
}

.wei0Elt .paveTarifDates.ouverture strong {
  line-height: 30px;
}

.wei0Elt h2 .classement {
  white-space: nowrap;
}

.wei0Elt h2 .classement .fa.fa-star {
  color: #a0b760;
  font-size: 9px;
}

.wei0Elt h2 img,
.wei0Elt .labels img {
  display: inline-block;
  margin: 0px 2px;
  vertical-align: middle;
}

.wei0Elt .labels {
  max-height: 12px;
  overflow: hidden;
  font-size: 11px;
  color: #B7B7B7;;
}

.wei0Elt p {
  font-family: 'Open Sans', Arial;
  font-size: 12px;
  color: #595959;
  font-weight: 400px;
  line-height: 14px;
}

/*.wei0Elt:hover .labels {
	max-height:none;
}*/
.wei0Elt .ptD {
  clear: both;
  padding-top: 5px;
}

.wei0Elt .cB {
  position: relative;
  clear: both;
  float: left;
  width: 322px;
}

.wei0Elt .coord {
  margin-top: 5px;
  /*max-height: 14px;
  overflow: hidden;*/
  font-size: 11px;
  color: #B7B7B7;
}

.wei0Elt a.iti {
  background-color: #EEEEEE;
  background-image: -moz-linear-gradient(center top, #EEEEEE, #E0E0E0);
  border-color: #CCCCCC;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #334D55;
  cursor: pointer;
  display: block;
  width: 59px;
  float: left;
  height: 13px;
  margin-right: 8px;
  margin-top: 7px;
  margin-bottom: 3px;
  /*background-image: url(../assets/fonds/itineraire.png);*/
  background-repeat: no-repeat;
  background-position: center center;
}

.wei0Elt a.res {
  background-color: #EEEEEE;
  background-image: -moz-linear-gradient(center top, #EEEEEE, #E0E0E0);
  border-color: #CCCCCC;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #334D55;
  cursor: pointer;
  display: block;
  width: 59px;
  float: left;
  height: 16px;
  margin-top: 9px;
  margin-bottom: 3px;
  /*background-image: url(../assets/fonds/resadispo.png);*/
  background-repeat: no-repeat;
  background-position: center center;
}

.wei0Elt:hover .coord {
  max-height: none;
}

.wei0Elt .dates {
  margin-top: 5px;
  max-height: 28px;
  overflow: hidden;
  font-size: 11px;
}

/*.wei0Elt:hover .dates {
	max-height:none;
}*/
.wei0Elt .bskLk {
}

.wei0Elt .panierAjout {
  /*background-image: url("../assets/fonds/bouton-panierAjout-welcotour.gif");*/
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 20px;
  margin-right: 5px;
  width: 23px;
}

.wei0Elt .panierAjout span {
  display: none;
}

.wei0Elt .haut {
  /*background-image: url("../assets/fonds/retour-haut-welcotour.gif");*/
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 7px;
  margin-top: 13px;
  width: 9px;
}

.wei0Elt .haut span {
  display: none;
}

.wei0Elt .dsioBskAddBtn,
.tfoInfoWindow .dsioBskAddBtn,
#contenuOiDetail .dsioBskAddBtn {
  background-color: #EEEEEE;
  background-image: -moz-linear-gradient(center top, #EEEEEE, #E0E0E0);
  border-color: #CCCCCC;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #334D55;
  cursor: pointer;
  display: block;
  width: 59px;
  float: left;
  height: 25px;
  margin-right: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-image: url(../assets/fonds/plussejour.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.wei0Elt .dsioBskAddBtn span, .tfoInfoWindow .dsioBskAddBtn span, #contenuOiDetail .dsioBskAddBtn span {
  display: none;
}

.wei0Elt .dsioBtnDet {
  cursor: pointer;
  display: block;
  color: #292929;
  font-family: ubuntu;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 5px;
}

.infoWindow.marker .tfoInfoWindow .dsioBtnDet,
.infoWindow.cluster .tfoInfoWindow .dsioBtnDet {
  cursor: pointer;
  display: inline-block;
  color: #FFF;
  font-family: ubuntu;
  font-weight: 300;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  padding: 0 20px;
  text-transform: uppercase;
  background: #209685;
}

.wei0Elt .clcs {
  display: inline-block;
  position: relative;
}

.wei0Elt .clc {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  top: -6px;
  position: relative;
}

.wei0Elt .resa {
  background: #ef8a25;
  display: block;
  font-family: "Open Sans";
  color: #FFF;
  text-transform: none;
  height: auto;
  display: inline-block;
  padding: 0 35px;
  margin: 15px 0 0 0;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 10px;
  line-height: 1.1;
  height: fit-content;
}

.bskLkRetHtml {
  font-size: 11px;
}

.wei0Elt .dsioBskRemoveBtn,
.tfoInfoWindow .dsioBskRemoveBtn,
#contenuOiDetail .dsioBskRemoveBtn {
  background-color: #15B4FF;
  border-color: #0099CC;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #334D55;
  cursor: pointer;
  display: block;
  width: 59px;
  float: left;
  height: 25px;
  margin-right: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-image: url(../assets/fonds/moinssejour.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.wei0Elt .dsioBskRemoveBtn span, .tfoInfoWindow .dsioBskRemoveBtn span, #contenuOiDetail .dsioBskRemoveBtn span {
  display: none;
}

/*
.fairguestWidgetWrapper {
    max-width: 1280px;
    margin: auto;
}
.fairguestRating {
    padding: 0 20px;
}
.fairguestRating .note {
    font-size: 18px;
    line-height: 30px;
    color: #8a8a8a;
    letter-spacing: -2px;
    display: block;
    padding: 0 10px;
}

.fairguestRating .note strong {
    font-size: 42px;
    line-height: 30px;
    color: #209685;
    font-weight: 400;
}

.fairguestRating .counts {
    color: #8a8a8a;
    font-size: 10px;
    text-align: left;
    line-height: 12px;
}
.fairguestRating .counts a {
    color: #8a8a8a;
    text-decoration: underline;
    line-height: 12px;
    font-size: 10px;
}

.wei0Elt .fairguestRating {
    text-align: right;
    margin: 10px 0 0 0;
}
.wei0Elt .fairguestRating span {
    line-height: 28px;
    height: 28px;
    display: block;
}
.wei0Elt .fairguestRating .note {
    padding: 0;
    letter-spacing: -1px;
}
.wei0Elt .fairguestRating .note strong {
    font-size: 28px;
    font-weight: 600;
}
.wei0Elt .fairguestRating .counts {
    text-align: right;
    line-height: 12px;
    height: 12px;
}*/

/* ADDTHIS */
#at4m-mobile-container {
  display: none !important;
}

.system-error__404 {
  margin: 100px auto;
  padding: 20px;
  text-align: center;
  max-width: 500px;
  color: #000;
  font-weight: 400;
  font-family: ubuntu, Arial, Helvetica, sans-serif;
  border: solid 1px #209685;
}

.system-error__404 p {
  font-size: 20px;
}

.system-error__404 i {
  color: #209685;
  margin-right: 10px;
}
