/* CSS crunched with Crunch - http://crunchapp.net/ */
/***********************************************/
/* MIXINS */
/* Reset */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
/* Most top header */
#most-top {
    box-shadow: 0 5px 5px -5px #d7d7d7;
    padding: 10px 40px;
    position: relative;
    z-index: 2;
}
#most-top #top-left-bloc {
    /*width: 200px;*/
    float: left;
}
#most-top #id-zone {
   /* width: 300px;*/
    float: right;
    text-align: right;
    padding-top: 17px;
}
#most-top #id-zone #logIO {
    color: #1abc9c;
    margin-left: 20px;
    cursor: pointer;
}
#mentions-legales section article {
    padding: 50px 40px;
}
#mentions-legales article h2 {
    font-size: 1.1em;
    font-weight: bold;
}
#mentions-legales article h2,
#mentions-legales article p {
    margin-bottom: 20px;
}
#mentions-legales article p {
    text-align: justify;
}
@media (max-width: 600px){
    #most-top #top-left-bloc{
        text-align: center;
        float: none;
    }
    header#most-top .where-to-go{
        float:left;
        width:100%;
    }
}

.gray-gradient {
  background: -moz-linear-gradient(top, #e5e5e5 0%, #e5e5e5 33%, #ececec 56%, rgba(238, 238, 238, 0.92) 64%, rgba(233, 233, 233, 0.7) 85%, rgba(229, 229, 229, 0) 100%);
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #e5e5e5 33%, #ececec 56%, rgba(238, 238, 238, 0.92) 64%, rgba(233, 233, 233, 0.7) 85%, rgba(229, 229, 229, 0) 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #e5e5e5 33%, #ececec 56%, rgba(238, 238, 238, 0.92) 64%, rgba(233, 233, 233, 0.7) 85%, rgba(229, 229, 229, 0) 100%);
}
p {
  margin: 0 0 10px;
}
body.seo-page .seperated-line {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #1abc9c;
  padding-bottom: 20px;
}
body.seo-page strong {
  font-weight: normal;
  font-style: normal;
}
body.seo-page i {
  font-style: normal;
}
body.seo-page em {
  font-style: normal;
}
body.seo-page .breadcrumb {
  padding: 20px 0 0 0;
  background: #fff;
}
body.seo-page .breadcrumb.seperated-line {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #1abc9c;
  padding-bottom: 20px;
  border-radius: 0;
}
body.seo-page .breadcrumb > li + li:before {
  display: none;
}
body.seo-page .breadcrumb li {
  display: inline-block;
  color: #808080;
}
body.seo-page .breadcrumb .glyphicon {
  font-size: 0.7em;
  top: 0;
  color: #1ABC9C;
  font-weight: normal;
}
body.seo-page .most-top-main-label {
  width: 100%;
  background-size: cover !important;
  /*.gray-gradient !important;*/
  text-align: center;
  height: 250px;
  border-bottom: 1px solid white;
}
body.seo-page .most-top-main-label h1 {
  text-transform: uppercase;
  margin: 0;
  padding-top: 1em;
  color: #ffffff;
  font-size: 5em;
  font-family: "SourceSansProBold";
  text-shadow: 0px 3px 3px #000;
  letter-spacing: 2px;
  text-align: center;
}
body.seo-page #country-cities-list {
  padding-right: 0;
}
body.seo-page #country-cities-list span {
  font-weight: bold;
  font-size: 14px;
}
body.seo-page .top-main-nav ul {
  background: #04a585;
  background: -moz-linear-gradient(top, #04a585 86%, #9ceddd 100%, #15967c 100%);
  background: -webkit-linear-gradient(top, #04a585 86%, #9ceddd 100%, #15967c 100%);
  background: linear-gradient(to bottom, #04a585 86%, #9ceddd 100%, #15967c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04a585', endColorstr='#15967c', GradientType=0);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}
body.seo-page .top-main-nav ul li {
  display: inline-block;
  position: relative;
  border-right: 1px solid #ffffff;
  height: 25px;
}
body.seo-page .top-main-nav ul li a {
  display: block;
  color: #ffffff;
  padding: 10px 15px;
  width: 100%;
}
body.seo-page .top-main-nav ul li:last-child {
  border-right: none;
}
body.seo-page ul > li.header__toolbar__search {
  width: 34%;
  margin-right: 8%;
  min-width: 210px;
  float: none;
  display: inline-block;
  position: relative;
  z-index: 6;
  padding-top: 14px;
}
body.seo-page ul > li.header__toolbar__search .header__search-form {
  position: relative;
  margin-right: 50px;
}
body.seo-page ul > li.header__toolbar__search input {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background: #ffffff url(../bundles/meetriphome/images/front/picto-location-noir.png) no-repeat 10px center;
  background-size: 12px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: all 0.3s;
  padding: 0 25px 0 30px;
  border: 1px solid #dddddd;
  outline: none;
}
body.seo-page ul > li.header__toolbar__search button {
  position: absolute;
  right: 0;
  top: 0;
  background: #454747;
  border: 0;
  outline: none;
  padding: 0;
}
body.seo-page ul > li.header__toolbar__search button span {
  width: 23px;
  line-height: 25px;
  color: #fff;
  font-size: 10px;
}
body#pays {
  /*country page*/
}
body#pays .pays-section {
  margin-bottom: 4.5%;
}
body#pays .pays-section h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "SourceSansProBold";
  font-size: 2em;
  margin-top: 20px;
  margin-bottom: 10px;
}
body#pays .pays-section .main-contents {
  max-width: 840px;
  margin: 0 auto;
}
body#pays .pays-section .main-contents h3 {
  text-align: center;
  position: relative;
  z-index: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
body#pays .pays-section .main-contents h3 span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 20px;
}
body#pays .pays-section .main-contents ul {
  border: 1px solid #e8e8e8;
  padding: 40px 5px 20px 5px;
  margin: -20px auto 0;
  text-align: center;
}
body#pays .pays-section .main-contents ul.popular-act .img-wrapper {
  max-width: 100%;
}
body#pays .pays-section .main-contents ul.popular-act .price-null {
  font-size: 1em;
  padding: 5px 3px;
  margin: 0;
  color: #ffffff;
  background: none;
  float: right !important;
  text-align: center;
}
body#pays .pays-section .main-contents ul.popular-act .price-holder {
  font-size: 1em;
  padding: 5px 3px;
  margin: 0;
  color: #ffffff;
  background-color: #1abc9c;
  box-shadow: 0 1px 2px #1abc9c;
  float: right !important;
  text-align: center;
  border-radius: 0;
}
body#pays .pays-section .main-contents ul.popular-act .price-holder p {
  color: #fff;
  margin: 0;
}
body#pays .pays-section .main-contents ul.popular-act .price-holder:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: #666666 transparent transparent #666666;
}
body#pays .pays-section .main-contents ul.popular-act .compass-price-label {
  position: absolute;
  bottom: 10px;
  right: -5px;
}
body#pays .pays-section .main-contents ul.popular-act .compass-price-label .boussoles-wrapper {
  text-align: right;
}
body#pays .pays-section .main-contents ul li {
  margin-bottom: 2%;
  padding-right: 0;
  padding-left: 0;
}
body#pays .pays-section .main-contents ul li article {
  margin: 0 5px 0 5px;
  background-color: #f2f2f2;
  height: 430px;
  position: relative;
}
body#pays .pays-section .main-contents ul li .details {
  padding: 10px 5px 5px 5px;
}
body#pays .pays-section .main-contents ul li .details h3 {
  font-size: 0.9em;
  font-family: "SourceSansProBold";
  min-height: 53px;
}
body#pays .pays-section .main-contents ul li .details .more-infos {
  display: inline-block;
  background-color: #1abc9c;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 1.1em;
  margin: 10px 0;
}
body#pays .pays-section .main-contents ul li .details .more-infos:hover {
  background-color: #12c7a1;
}
body#pays .pays-section .main-contents ul li .details .description + p {
  padding: 5px;
}
body#pays .pays-section .main-contents ul li .details .compass-price-label .boussoles-wrapper {
  margin-bottom: 0;
  padding: 5px 7px 5px 0;
}
body#pays .pays-section .main-contents ul li .details .compass-price-label .boussoles-wrapper .boussole {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 3px;
}
body#pays .pays-section .main-contents ul li .details .compass-price-label .boussoles-wrapper .boussole.on {
  background: url("../bundles/meetriphome/images/boussoles-20x20.png") no-repeat 0px 0px;
}
body#pays .pays-section .main-contents ul li .details .compass-price-label .boussoles-wrapper .boussole.off {
  background: transparent url("../bundles/meetriphome/images/boussoles-20x20.png") no-repeat scroll -50px 0px;
}
body#pays .pays-section .main-contents ul li .price-null {
  display: inline-block;
  font-size: 1em;
  padding: 1px 10px;
  margin: 0px auto;
  position: relative;
  margin-top: 5px;
  text-align: center;
  color: #ffffff;
  background: none;
}
body#pays .pays-section .main-contents ul li .price-null {
  display: inline-block;
  font-size: 1em;
  padding: 1px 10px;
  margin: 0px auto;
  position: relative;
  margin-top: 5px;
  text-align: center;
  color: #ffffff;
  background: none;
}
body#pays .pays-section .main-contents ul li .price-holder {
  display: inline-block;
  font-size: 1em;
  padding: 1px 10px;
  margin: 0px auto;
  position: relative;
  margin-top: 5px;
  color: #ffffff;
  background-color: #1abc9c;
  box-shadow: 0px 1px 2px #1abc9c;
  text-align: center;
  border-radius: 4px;
}
body#pays .pays-section .main-contents ul li .img-wrapper {
  max-width: 150px;
  margin: 0 auto;
  position: relative;
}
body#pays .pays-section .main-contents ul li .img-wrapper img {
  max-width: 100%;
  height: 100%;
  min-height: 160px;
  min-width: 100%;
}
body#pays .pays-section .main-contents ul .all {
  margin-top: 20px;
  text-transform: uppercase;
}
body#pays .pays-section .main-contents ul .all .glyphicon {
  top: 4px;
  color: #1abc9c;
  margin-right: 5px;
  font-size: 1.3em;
}
body#pays .price-wrap {
  min-height: 30px;
}
body#villes {
  /****** JQUERY UI - DATE PICKER ***********/
  /*ui end*/
  /************ LANGUES **************/
  /************* Prices Slider *************/
  /* Guides */
  /************ ACTIVITES ************/
}
body#villes .guides-lang-block {
  padding: 30px 70px 0 0 !important;
}
body#villes .guides-lang-block .guide-assosiation-logo {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
}
body#villes .guides-lang-block .guide-assosiation-logo img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
body#villes .guides-lang-block .guide-assosiation-logo + .btn {
  float: none;
}
body#villes .guides-lang-block .popular-guides {
  /*block guide in seo city page*/
  text-align: center;
}
body#villes .guides-lang-block .popular-guides li {
  margin-bottom: 2%;
  padding-right: 0;
  padding-left: 0;
}
body#villes .guides-lang-block .popular-guides li.block-guide img {
  width: 150px;
  height: 150px;
}
body#villes .guides-lang-block .popular-guides li h3 {
  font-size: 0.9em;
  font-family: "SourceSansProBold";
  min-height: 53px;
}
body#villes .guides-lang-block .popular-guides li .more-infos {
  background-color: #1abc9c;
  color: #ffffff;
  padding: 2px 20px;
  border-radius: 3px;
  font-size: 1.1em;
}
body#villes .guides-lang-block .popular-guides li .description + p {
  padding: 5px;
}
body#villes .guides-lang-block .popular-guides li .boussoles-wrapper {
  margin-bottom: 0;
  padding: 5px 7px 5px 0;
}
body#villes .guides-lang-block .popular-guides li .boussoles-wrapper .boussole {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 3px;
}
body#villes .guides-lang-block .popular-guides li .boussoles-wrapper .boussole.on {
  background: url("../bundles/meetriphome/images/boussoles-20x20.png") no-repeat 0 0;
}
body#villes .guides-lang-block .popular-guides li .boussoles-wrapper .boussole.off {
  background: transparent url("../bundles/meetriphome/images/boussoles-20x20.png") no-repeat scroll -50px 0;
}
body#villes .guides-lang-block .popular-guides li .price-null {
  display: inline-block;
  font-size: 1em;
  padding: 1px 10px;
  margin: 0 auto;
  position: relative;
  margin-top: 5px;
  text-align: center;
  color: #ffffff;
  background: none;
}
body#villes .guides-lang-block .popular-guides li .price-holder {
  display: inline-block;
  font-size: 1em;
  padding: 1px 10px;
  margin: 5px auto 0;
  position: relative;
  color: #ffffff;
  background-color: #1abc9c;
  box-shadow: 0 1px 2px #1abc9c;
  text-align: center;
  border-radius: 4px;
}
body#villes .guides-lang-block .popular-guides li .img-wrapper {
  max-width: 150px;
  margin: 0 auto;
  position: relative;
  min-height: 150px;
}
body#villes .guides-lang-block .popular-guides li .img-wrapper img {
  max-width: 100%;
  height: 100%;
}
body#villes .guides-lang-block #see-all h3 {
  text-transform: capitalize;
  font-size: 1em;
  padding-left: 40px;
}
body#villes .guides-lang-block #see-all .all {
  text-align: center;
}
body#villes .guides-lang-block #see-all .all a {
  text-transform: uppercase;
}
body#villes .guides-lang-block #see-all .all .glyphicon {
  color: #1abc9c;
  margin-right: 5px;
  font-size: 1.3em;
  top: 3px;
}
body#villes .guides-lang-block #see-all ul {
  padding: 0 0 20px 40px;
}
body#villes .guides-lang-block #see-all ul li a {
  color: #808080;
}
body#villes .guides-lang-block #see-all ul li a:hover {
  color: #2b2b2b;
  text-decoration: underline;
}
body#villes .guides-lang-block #see-all ul li span {
  margin-right: 10px;
}
body#villes #main-zone {
  padding: 30px 0;
}
body#villes #main-zone h2 {
  text-align: center;
  font-size: 2em;
  color: #1abc9c;
  margin-bottom: 30px;
}
body#villes #main-zone form {
  /*it's select*/
  margin-bottom: 30px;
  width: 31%;
}
body#villes #main-zone form select option {
  border-right: 1px solid #a3a3a3;
}
body#villes #main-zone .popular-act {
  text-align: center;
  padding: 40px 5px 20px 5px;
  margin: -20px auto 0;
}
body#villes #main-zone .popular-act #bestAct li img {
  width: 240px;
  height: 160px;
}
body#villes #main-zone .popular-act #bestAct li article {
  background-color: #fff;
  height: auto;
}
body#villes #main-zone .popular-act #bestAct li article h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 22%;
}
body#villes #main-zone .popular-act #bestAct li article h3 a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
body#villes #main-zone .popular-act #bestAct li .price-holder {
  position: absolute;
  bottom: 10px;
}
body#villes #main-zone .popular-act article {
  margin: 0 5px 0 5px;
  background-color: #f2f2f2;
  height: 430px;
  position: relative;
}
body#villes #main-zone .popular-act li {
  margin-bottom: 2%;
  padding-right: 0;
  padding-left: 0;
}
body#villes #main-zone .popular-act li .details {
  padding: 10px 5px 5px;
}
body#villes #main-zone .popular-act li .details h3 {
  font-size: 0.9em;
  font-family: "SourceSansProBold";
  min-height: 53px;
}
body#villes #main-zone .popular-act li .details .more-infos {
  background-color: #1abc9c;
  color: #ffffff;
  padding: 2px 20px;
  border-radius: 3px;
  font-size: 1.1em;
}
body#villes #main-zone .popular-act li .details .description + p {
  padding: 5px;
}
body#villes #main-zone .popular-act li .details .compass-price-label {
  position: absolute;
  bottom: 10px;
  right: -5px;
}
body#villes #main-zone .popular-act li .details .compass-price-label .boussoles-wrapper {
  text-align: right;
  margin-bottom: 0;
  padding: 5px 7px 5px 0;
}
body#villes #main-zone .popular-act li .details .compass-price-label .boussoles-wrapper .boussole {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 3px;
}
body#villes #main-zone .popular-act li .details .compass-price-label .boussoles-wrapper .boussole.on {
  background: url("../bundles/meetriphome/images/boussoles-20x20.png") no-repeat 0 0;
}
body#villes #main-zone .popular-act li .details .compass-price-label .boussoles-wrapper .boussole.off {
  background: transparent url("../bundles/meetriphome/images/boussoles-20x20.png") no-repeat scroll -50px 0;
}
body#villes #main-zone .popular-act li .price-null {
  position: relative;
  font-size: 1em;
  padding: 5px 3px;
  right: 0;
  margin: 0;
  color: #ffffff;
  background: none;
  float: right !important;
  text-align: center;
}
body#villes #main-zone .popular-act li .price-holder {
  position: relative;
  font-size: 1em;
  padding: 5px 3px;
  right: 0;
  margin: 0;
  color: #ffffff;
  background-color: #1abc9c;
  box-shadow: 0 1px 2px #1abc9c;
  float: right !important;
  text-align: center;
  border-radius: 0;
}
body#villes #main-zone .popular-act li .price-holder p {
  color: #ffffff;
  margin: 0;
}
body#villes #main-zone .popular-act li .price-holder:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: #666666 transparent transparent #666666;
}
body#villes #main-zone .popular-act li .img-wrapper {
  margin: 0 auto;
  position: relative;
  min-height: 150px;
}
body#villes #main-zone .popular-act li .img-wrapper img {
  max-width: 100%;
  height: 100%;
  min-height: 160px;
  min-width: 100%;
}
body#villes #dates {
  margin-bottom: 15px;
}
body#villes #beginning-date,
body#villes #ended-date {
  display: inline-block;
  width: 127px;
}
body#villes table.ui-datepicker-calendar {
  width: 100%;
}
body#villes table.ui-datepicker-calendar th,
body#villes table.ui-datepicker-calendar td {
  text-align: center;
}
body#villes table.ui-datepicker-calendar a {
  color: #2B2B2B;
}
body#villes td.ui-datepicker-today a {
  color: #1ABC9C;
  font-family: "SourceSansProBold";
}
body#villes .ui-datepicker-header {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}
body#villes .ui-datepicker-unselectable.ui-state-disabled {
  opacity: 0.3;
}
body#villes .ui-datepicker-header .ui-datepicker-prev,
body#villes .ui-datepicker-header .ui-datepicker-next {
  display: inline-block;
  width: 23px;
  height: 23px;
  cursor: pointer;
  color: #1ABC9C;
  font-weight: bold;
}
body#villes .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}
body#villes .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
body#villes .ui-state-default,
body#villes .ui-widget-content .ui-state-default,
body#villes .ui-widget-header .ui-state-default {
  border: 0;
  font-weight: bold;
  color: #2b2b2b;
}
body#villes .ui-datepicker .ui-datepicker-title {
  color: #2b2b2b;
}
body#villes .ui-datepicker-today .ui-widget-content .ui-state-default {
  color: #1ABC9C;
}
body#villes #accordion p a {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
body#villes .toggle-icon {
  display: block;
  width: 9px;
  height: 6px;
  position: absolute;
  top: 13px;
  right: 10px;
  background: url(../bundles/meetriphome/images/bo/asc-arrow.png) no-repeat right center;
}
body#villes .icon-arrow-down {
  background: url(../bundles/meetriphome/images/bo/desc-arrow.png) no-repeat right center;
}
body#villes .checkbox-zone .panel-group {
  margin-bottom: 10px;
}
body#villes .checkbox-zone .panel-body p {
  width: 50%;
  float: left;
  margin-bottom: 0;
}
body#villes .checkbox-zone .panel-body p input {
  margin-right: 5px;
}
body#villes .checkbox-zone .panel-body p label {
  color: #808080;
  font-weight: normal;
  font-size: 13px;
}
body#villes .slider-holder {
  padding: 10px 17px 10px 10px;
  border: 1px solid #DBDBDB;
  border-radius: 20px;
}
body#villes #price-slider.ui-widget-content {
  border: 0px none;
}
body#villes #price-slider.ui-slider-horizontal {
  height: 0.2em;
}
body#villes #price-slider.ui-corner-all {
  border-radius: 50px;
}
body#villes #price-slider .ui-slider-handle {
  border-radius: 50px;
  top: -0.8em;
  cursor: pointer;
  border: 2px solid #FFF;
}
body#villes .slider-holder span.ui-slider-handle {
  display: block;
  top: -7px;
  width: 2em;
  height: 2em;
  font-size: 0.5em;
  border: 2px solid #FFF;
  background-color: #DBDBDB;
  text-align: center;
  cursor: pointer;
  color: #DBDBDB;
}
body#villes #price-slider .ui-widget-header {
  background-color: #1ABC9C;
}
body#villes .ui-widget-header {
  background: transparent none repeat scroll 0% 0%;
  color: #FFF;
  font-weight: bold;
  border: 0px none;
}
body#villes #prices-holder {
  margin-bottom: 0;
}
body#villes #prices-holder input {
  border: 0;
}
body#villes #city-top-guides {
  font-size: 1.2em;
  font-family: "SourceSansProBold";
  text-transform: uppercase;
  color: #1ABC9C;
  text-align: center;
}
body#villes .popular-guides {
  text-align: center;
}
body#villes .popular-guides .block-guide img {
  width: 150px;
  height: 150px;
}
body#villes .popular-guides li {
  margin-bottom: 40px;
  position: relative;
}
body#villes .popular-guides li p:first-child {
  margin-bottom: 5px;
}
body#villes #villes .more-infos {
  color: #ffffff;
}
body#villes #villes .get-more {
  margin-bottom: 40px;
}
body#villes .all .glyphicon {
  top: 3px;
}
.get-more {
  text-align: center;
  clear: both;
}
.get-more a {
  display: block;
  min-width: 230px;
  width: 30%;
  padding: 5px;
  color: #ffffff !important;
  font-weight: normal;
  margin: 0 auto;
  text-transform: uppercase;
  word-spacing: 2px;
  background: #04a585;
  background: -moz-linear-gradient(top, #04a585 86%, #9ceddd 100%, #15967c 100%);
  background: -webkit-linear-gradient(top, #04a585 86%, #9ceddd 100%, #15967c 100%);
  background: linear-gradient(to bottom, #04a585 86%, #9ceddd 100%, #15967c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04a585', endColorstr='#15967c', GradientType=0);
  text-align: center;
}
#showContents {
  cursor: pointer;
  font-size: 1.2em;
  margin-bottom: 20px;
}
#showContents .glyphicon {
  font-size: 0.8em;
}
#see-all h3 {
  text-transform: capitalize;
  font-size: 1em;
  padding-left: 40px;
}
#see-all .all {
  text-align: center;
}
#see-all .all a {
  text-transform: uppercase;
}
#see-all .all .glyphicon {
  color: #1abc9c;
  margin-right: 5px;
  font-size: 1.3em;
  top: 3px;
}
#see-all ul {
  padding: 0 0 20px 40px;
}
#see-all ul li a {
  color: #808080;
}
#see-all ul li a:hover {
  color: #2b2b2b;
  text-decoration: underline;
}
#see-all ul li span {
  margin-right: 10px;
}
body#guides {
  /****** JQUERY UI - DATE PICKER ***********/
  /*ui end*/
  /************ LANGUES **************/
  /************* Prices Slider *************/
  /* Guides */
}
body#guides .guides-lang-block {
  padding: 30px 70px 0 0 !important;
}
body#guides .guides-lang-block .guide-assosiation-logo {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
body#guides .guides-lang-block .guide-assosiation-logo img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
body#guides .guides-lang-block .popular-act {
  text-align: center;
  padding: 40px 5px 20px 5px;
  margin: -20px auto 0;
}
body#guides .guides-lang-block .popular-act article {
  margin: 0 5px 0 5px;
  background-color: #f2f2f2;
  height: 430px;
  position: relative;
}
body#guides .guides-lang-block .popular-act li {
  margin-bottom: 2%;
  padding-right: 0;
  padding-left: 0;
}
body#guides .guides-lang-block .popular-act li .details {
  padding: 10px 5px 5px 5px;
}
body#guides .guides-lang-block .popular-act li .details h3 {
  font-size: 0.9em;
  font-family: "SourceSansProBold";
  min-height: 53px;
}
body#guides .guides-lang-block .popular-act li .details .more-infos {
  background-color: #1abc9c;
  color: #ffffff;
  padding: 2px 20px;
  border-radius: 3px;
  font-size: 1.1em;
}
body#guides .guides-lang-block .popular-act li .details .description + p {
  padding: 5px;
}
body#guides .guides-lang-block .popular-act li .details .compass-price-label {
  position: absolute;
  bottom: 10px;
  right: -5px;
}
body#guides .guides-lang-block .popular-act li .details .compass-price-label .boussoles-wrapper {
  text-align: right;
  margin-bottom: 0;
  padding: 5px 7px 5px 0;
}
body#guides .guides-lang-block .popular-act li .details .compass-price-label .boussoles-wrapper .boussole {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 3px;
}
body#guides .guides-lang-block .popular-act li .details .compass-price-label .boussoles-wrapper .boussole.on {
  background: url("../bundles/meetriphome/images/boussoles-20x20.png") no-repeat 0px 0px;
}
body#guides .guides-lang-block .popular-act li .details .compass-price-label .boussoles-wrapper .boussole.off {
  background: transparent url("../bundles/meetriphome/images/boussoles-20x20.png") no-repeat scroll -50px 0px;
}
body#guides .guides-lang-block .popular-act li .price-null {
  position: relative;
  font-size: 1em;
  padding: 5px 3px;
  right: 0px;
  margin: 0px;
  color: #ffffff;
  background: none;
  float: right !important;
  text-align: center;
}
body#guides .guides-lang-block .popular-act li .price-holder {
  position: relative;
  font-size: 1em;
  padding: 5px 3px;
  right: 0px;
  margin: 0px;
  color: #ffffff;
  background-color: #1abc9c;
  box-shadow: 0px 1px 2px #1abc9c;
  float: right !important;
  text-align: center;
  border-radius: 0;
}
body#guides .guides-lang-block .popular-act li .price-holder p {
  color: #ffffff;
  margin: 0;
}
body#guides .guides-lang-block .popular-act li .price-holder:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: #666666 transparent transparent #666666;
}
body#guides .guides-lang-block .popular-act li .img-wrapper {
  margin: 0 auto;
  position: relative;
  min-height: 150px;
}
body#guides .guides-lang-block .popular-act li .img-wrapper img {
  max-width: 100%;
  height: 100%;
  min-height: 160px;
  min-width: 100%;
}
body#guides .guides-lang-block #see-all h3 {
  text-transform: capitalize;
  font-size: 1em;
  padding-left: 40px;
}
body#guides .guides-lang-block #see-all .all {
  text-align: center;
}
body#guides .guides-lang-block #see-all .all a {
  text-transform: uppercase;
}
body#guides .guides-lang-block #see-all .all .glyphicon {
  color: #1abc9c;
  margin-right: 5px;
  font-size: 1.3em;
  top: 3px;
}
body#guides .guides-lang-block #see-all ul {
  padding: 0 0 20px 40px;
}
body#guides .guides-lang-block #see-all ul li a {
  color: #808080;
}
body#guides .guides-lang-block #see-all ul li a:hover {
  color: #2b2b2b;
  text-decoration: underline;
}
body#guides .guides-lang-block #see-all ul li span {
  margin-right: 10px;
}
body#guides #main-zone {
  padding: 30px 0;
}
body#guides #main-zone h2 {
  text-align: center;
  font-size: 2em;
  color: #1abc9c;
  margin-bottom: 30px;
}
body#guides #main-zone form {
  /*it's select*/
  margin-bottom: 30px;
  width: 31%;
}
body#guides #main-zone form select option {
  border-right: 1px solid #a3a3a3;
}
body#guides #main-zone .popular-guides {
  /*block guide in seo city page*/
  text-align: center;
}
body#guides #main-zone .popular-guides li {
  margin-bottom: 2%;
  padding-right: 0;
  padding-left: 0;
}
body#guides #main-zone .popular-guides li h3 {
  font-size: 0.9em;
  font-family: "SourceSansProBold";
  min-height: 53px;
}
body#guides #main-zone .popular-guides li .more-infos {
  background-color: #1abc9c;
  color: #ffffff;
  padding: 2px 20px;
  border-radius: 3px;
  font-size: 1.1em;
}
body#guides #main-zone .popular-guides li .description + p {
  padding: 5px;
}
body#guides #main-zone .popular-guides li .boussoles-wrapper {
  margin-bottom: 0;
  padding: 5px 7px 5px 0;
}
body#guides #main-zone .popular-guides li .boussoles-wrapper .boussole {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 3px;
}
body#guides #main-zone .popular-guides li .boussoles-wrapper .boussole.on {
  background: url("../bundles/meetriphome/images/boussoles-20x20.png") no-repeat 0px 0px;
}
body#guides #main-zone .popular-guides li .boussoles-wrapper .boussole.off {
  background: transparent url("../bundles/meetriphome/images/boussoles-20x20.png") no-repeat scroll -50px 0px;
}
body#guides #main-zone .popular-guides li .price-null {
  display: inline-block;
  font-size: 1em;
  padding: 1px 10px;
  margin: 0px auto;
  position: relative;
  margin-top: 5px;
  color: #ffffff;
  background: none;
  text-align: center;
}
body#guides #main-zone .popular-guides li .price-holder {
  display: inline-block;
  font-size: 1em;
  padding: 1px 10px;
  margin: 0px auto;
  position: relative;
  margin-top: 5px;
  color: #ffffff;
  background-color: #1abc9c;
  box-shadow: 0px 1px 2px #1abc9c;
  text-align: center;
  border-radius: 4px;
}
body#guides #main-zone .popular-guides li .img-wrapper {
  max-width: 150px;
  margin: 0 auto;
  position: relative;
  min-height: 150px;
}
body#guides #main-zone .popular-guides li .img-wrapper img {
  max-width: 100%;
  height: 100%;
  width: 150px;
  height: 150px;
}
body#guides #dates {
  margin-bottom: 15px;
}
body#guides #beginning-date,
body#guides #ended-date {
  display: inline-block;
  width: 127px;
}
body#guides table.ui-datepicker-calendar {
  width: 100%;
}
body#guides table.ui-datepicker-calendar th,
body#guides table.ui-datepicker-calendar td {
  text-align: center;
}
body#guides table.ui-datepicker-calendar a {
  color: #2B2B2B;
}
body#guides td.ui-datepicker-today a {
  color: #1ABC9C;
  font-family: "SourceSansProBold";
}
body#guides .ui-datepicker-header {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}
body#guides .ui-datepicker-unselectable.ui-state-disabled {
  opacity: 0.3;
}
body#guides .ui-datepicker-header .ui-datepicker-prev,
body#guides .ui-datepicker-header .ui-datepicker-next {
  display: inline-block;
  width: 23px;
  height: 23px;
  cursor: pointer;
  color: #1ABC9C;
  font-weight: bold;
}
body#guides .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}
body#guides .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
body#guides .ui-state-default,
body#guides .ui-widget-content .ui-state-default,
body#guides .ui-widget-header .ui-state-default {
  border: 0;
  font-weight: bold;
  color: #2b2b2b;
}
body#guides .ui-datepicker .ui-datepicker-title {
  color: #2b2b2b;
}
body#guides .ui-datepicker-today .ui-widget-content .ui-state-default {
  color: #1ABC9C;
}
body#guides #accordion p a {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
body#guides .toggle-icon {
  display: block;
  width: 9px;
  height: 6px;
  position: absolute;
  top: 13px;
  right: 10px;
  background: url(../bundles/meetriphome/images/bo/asc-arrow.png) no-repeat right center;
}
body#guides .icon-arrow-down {
  background: url(../bundles/meetriphome/images/bo/desc-arrow.png) no-repeat right center;
}
body#guides .checkbox-zone .panel-group {
  margin-bottom: 10px;
}
body#guides .checkbox-zone .panel-body p {
  width: 50%;
  float: left;
  margin-bottom: 0;
}
body#guides .checkbox-zone .panel-body p input {
  margin-right: 5px;
}
body#guides .checkbox-zone .panel-body p label {
  color: #808080;
  font-weight: normal;
  font-size: 13px;
}
body#guides #slider-most-outer {
  clear: both;
}
body#guides .slider-holder {
  padding: 10px 17px 10px 10px;
  border: 1px solid #DBDBDB;
  border-radius: 20px;
}
body#guides #price-slider.ui-widget-content {
  border: 0px none;
}
body#guides #price-slider.ui-slider-horizontal {
  height: 0.2em;
}
body#guides #price-slider.ui-corner-all {
  border-radius: 50px;
}
body#guides #price-slider .ui-slider-handle {
  border-radius: 50px;
  top: -0.8em;
  cursor: pointer;
  border: 2px solid #FFF;
}
body#guides .slider-holder span.ui-slider-handle {
  display: block;
  top: -7px;
  width: 2em;
  height: 2em;
  font-size: 0.5em;
  border: 2px solid #FFF;
  background-color: #DBDBDB;
  text-align: center;
  cursor: pointer;
  color: #DBDBDB;
}
body#guides #price-slider .ui-widget-header {
  background-color: #1ABC9C;
}
body#guides .ui-widget-header {
  background: transparent none repeat scroll 0% 0%;
  /*color: #FFF;*/
  font-weight: bold;
  border: 0px none;
}
body#guides #prices-holder {
  margin-bottom: 0;
}
body#guides #prices-holder input {
  border: 0;
}
body#guides #city-top-guides {
  font-size: 1.2em;
  font-family: "SourceSansProBold";
  text-transform: uppercase;
  color: #1ABC9C;
  text-align: center;
}
body#guides .popular-guides {
  text-align: center;
}
body#guides .popular-guides li {
  margin-bottom: 40px;
}
body#guides .popular-guides li p:first-child {
  margin-bottom: 5px;
}
body#guides #guides .more-infos {
  color: #ffffff;
}
body#guides .popular-guides a.main-name {
  font-family: "SourceSansProBold";
}
body#guides .popular-guides a.main-name:hover,
body#guides .all a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #mes-criteres {
    display: none;
  }
  #see-all {
    display: none;
  }
  body#villes #main-zone .popular-act #bestAct li article h3 a {
    font-size: 14px;
  }
  body#pays .pays-section .main-contents ul li {
    margin-bottom: 25px;
  }
  body#pays .pays-section .main-contents ul li article {
    max-width: 300px;
    margin: 0 auto;
  }
  body#villes #main-zone .popular-act article {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  body.seo-page .most-top-main-label h1 {
    font-size: 3.5em;
  }
  body.seo-page .container {
    padding: 0 15px;
  }
}