/*Import in this files all other less files and gulp will process everything and  generate the style.css file
  NB: you don't need to add file extensions when importing
*/
/*
  use to define root vars
*/
:root {
  --primary-cta: #e7004c;
  --included-fs-title: 20px;
  --included-fs-list: 16px;
  --not-included-color: #e7004c;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html {
  font-size: 15px;
}
html body.theme__mv_new {
  max-width: 1980px;
  margin: auto;
  /* Make sure that content is centered even on max dezoom*/
  font-family: 'mv-fonts-lato';
}
html body.theme__mv_new.front #block-mv-generic-menu-mv-main-menu ul.menu li.first.active {
  display: none !important;
}
html body.theme__mv_new.node-type-homepage-3w .container .section--title.page-title {
  display: none;
}
html body.theme__mv_new .warning.covid19-warning,
html body.theme__mv_new .content--noSidebar {
  max-width: 1980px;
  margin: auto;
}
html body.theme__mv_new #navbar {
  max-width: 1980px;
  left: 0;
  right: 0;
  margin: auto;
}
html body.theme__mv_new #navbar.plain {
  position: relative;
}
@media (min-width: 1200px) {
  html body.theme__mv_new .main-container.container {
    width: auto;
    max-width: 1240px;
    padding: 0;
  }
}
html body.theme__mv_new img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  /*
      &.b-lazy {
        -webkit-transition: opacity 500ms ease-in-out;
        -moz-transition: opacity 500ms ease-in-out;
        -o-transition: opacity 500ms ease-in-out;
        transition: opacity 500ms ease-in-out;
        max-width: 100%;
        opacity: 0;
      }
      &.b-lazy.b-loaded {
        opacity: 1;
      }
      */
}
html body.theme__mv_new #page-header {
  position: relative;
  max-width: 1980px;
  margin: auto;
}
html body.theme__mv_new #page-header img {
  margin: auto;
  filter: brightness(0.85);
}
html body.theme__mv_new #page-header .header-form {
  position: absolute;
  top: 300px;
  left: 26%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
}
html body.theme__mv_new #page-header .header-form .icon {
  font-size: 4rem;
}
html body.theme__mv_new #page-header .header-form .section--title {
  display: grid;
  grid-template-columns: 51px auto;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
html body.theme__mv_new #page-header .header-form .section--title .icon-mv-icons--design--mv {
  position: relative;
  top: 7px;
}
html body.theme__mv_new #page-header .header-form .section--title .page-header {
  width: 475px;
  height: 89px;
  font-size: 48.5px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  border: none;
  margin-top: 0;
}
html body.theme__mv_new #page-header .header-form .inputs-bloc {
  margin-top: 40px;
  position: relative;
}
html body.theme__mv_new .container .section--title {
  margin-bottom: 30px;
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 51px auto;
  grid-template-columns: 51px auto;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
html body.theme__mv_new .container .section--title .icon {
  display: inline;
  font-size: 3.66rem;
  position: relative;
  bottom: -5px;
}
html body.theme__mv_new .container .section--title .page-header {
  display: inline;
  border-bottom: none;
  padding-left: 15px;
  font-size: 47.5px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
}
html body.theme__mv_new .container .rating-stars {
  color: #f7be00;
}
html body.theme__mv_new .container h1,
html body.theme__mv_new .container h2,
html body.theme__mv_new .container .h2 {
  clear: both;
  font-family: 'mv-fonts-lato';
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 47.5px;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #1d252c;
}
html body.theme__mv_new .container h4 {
  font-size: 18px;
  line-height: 18px;
  color: #1d252c;
  text-transform: uppercase;
}
html body.theme__mv_new .container .field-collection-item-field-page-table .field-name-field-page-table-title h2 {
  margin-top: 0;
  text-align: left;
  font-size: 1rem;
}
html body.theme__mv_new .container article,
html body.theme__mv_new .container aside,
html body.theme__mv_new .container details,
html body.theme__mv_new .container figcaption,
html body.theme__mv_new .container figure,
html body.theme__mv_new .container footer,
html body.theme__mv_new .container header,
html body.theme__mv_new .container hgroup,
html body.theme__mv_new .container main,
html body.theme__mv_new .container menu,
html body.theme__mv_new .container nav,
html body.theme__mv_new .container section,
html body.theme__mv_new .container summary {
  display: block;
}
html body.theme__mv_new .container article.node__homepage .view-content {
  margin-top: 30px;
}
html body.theme__mv_new .container article tr ul li,
html body.theme__mv_new .container section tr ul li {
  position: relative;
  list-style: none;
}
html body.theme__mv_new .container article tr ul li:before,
html body.theme__mv_new .container section tr ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background: #f7be00;
  content: '';
  position: absolute;
  left: -20px;
  top: 6px;
}
html body.theme__mv_new .container p,
html body.theme__mv_new .container span,
html body.theme__mv_new .container ul,
html body.theme__mv_new .container li {
  font-size: 15.5px;
  line-height: 24px;
  color: #1d252c;
}
html body.theme__mv_new .container p.teaser {
  padding: 2% 5%;
  font-size: 20px;
}
html body.theme__mv_new .container .legend {
  clear: both;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}
html body.theme__mv_new .container .source-sans {
  font-family: 'Source Sans Pro', 'sans-serif';
}
html body.theme__mv_new .container .field-type-text-with-summary {
  font-size: 15.5px;
  padding: 5px;
}
html body.theme__mv_new .container .extend_text {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 1rem;
}
html body.theme__mv_new .container .extend_button,
html body.theme__mv_new .container .reduce_button {
  color: #e7004c;
  font-size: 17px;
  line-height: 21px;
  text-decoration: underline;
}
html body.theme__mv_new .container .extend_button:hover,
html body.theme__mv_new .container .reduce_button:hover {
  cursor: pointer;
  text-decoration: none;
}
html body.theme__mv_new .container .reduce_button,
html body.theme__mv_new .container .extend_text {
  display: none;
}
html body.theme__mv_new .container .mv-breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
}
html body.theme__mv_new .container .mv-breadcrumb .item-list {
  list-style: none;
}
html body.theme__mv_new .container .mv-breadcrumb .item-list ul {
  padding: 0;
}
html body.theme__mv_new .container .mv-breadcrumb .item-list ul li {
  display: inline;
  font-size: 12px;
}
html body.theme__mv_new .container .mv-breadcrumb .item-list ul li a {
  color: inherit;
  font-size: 12px;
}
html body.theme__mv_new .container .mv-breadcrumb .item-list ul li a:after {
  content: '\0020 \0020 \0020 \0020  > \0020 \0020 \0020 \0020 ';
  white-space: pre;
  display: inline-block;
}
html body.theme__mv_new .container .mv-breadcrumb .item-list ul li a:hover {
  color: #e7004c;
}
html body.theme__mv_new .container .mv-breadcrumb .breadcrumb {
  background-color: inherit;
  font-size: 12px;
}
html body.theme__mv_new .container .mv-breadcrumb .breadcrumb li,
html body.theme__mv_new .container .mv-breadcrumb .breadcrumb li a {
  font-size: 12px;
  color: inherit !important;
}
html body.theme__mv_new .container .mv-breadcrumb .breadcrumb > li + li:before {
  content: '>';
}
html body.theme__mv_new .container .warning {
  font-size: 0.85rem;
}
html body.theme__mv_new .container .pagination,
html body.theme__mv_new .container .pager {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 2px;
}
html body.theme__mv_new .container .btn {
  font-size: 20px;
  font-weight: 900;
}
html body.theme__mv_new .container .btn span {
  display: block;
  font-size: 10px;
  color: #fff;
  line-height: unset;
}
html body.theme__mv_new .container .btn.mv-button-rasp:hover span {
  color: #e7004c;
}
html body.theme__mv_new .container .btn.mv-button-lemon:hover span {
  color: #f7be00;
}
html body.theme__mv_new .warning {
  font-size: 1rem;
}
html body.theme__mv_new .node-type-conciergerie .container {
  max-width: unset;
}
html body.theme__mv_new .node-type-conciergerie .navbar-right {
  margin-right: 0;
}
html .button__back-to-top {
  opacity: 0;
  background-color: #1d252c;
  border-radius: 10px;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  padding: 0.4em 0.7em .9em 0.7em;
  position: fixed;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2100;
}
html .button__back-to-top.show {
  opacity: 1;
}
html .button__back-to-top:hover,
html .button__back-to-top:focus {
  color: #fff;
  text-decoration: none;
}
html .theme__mv_new .modal-dialog {
  width: 80vw;
}
html .theme__mv_new .modal-dialog .modal-content .modal-body,
html .theme__mv_new .modal-dialog .modal-content .modal-footer {
  padding: 0;
}
html .theme__mv_new .modal-dialog .modal-content .close span {
  color: #fff;
}
html .theme__mv_new .navbar-collapse.plain {
  background-color: #1d252c;
  height: 100px !important;
}
html .theme__mv_new .product-thumbnail--wrapper {
  height: 388px;
}
html .theme__mv_new mv-product-thumbnail {
  white-space: initial;
  width: 100%;
  height: 388px;
}
html .theme__mv_new mv-product-thumbnail img {
  width: 100%;
  max-height: 200px;
}
html .theme__mv_new.not-logged-in .field-collection-container {
  border: none !important;
}
html body.admin-menu {
  margin-top: 29px !important;
}
html body.theme__mv_new#mobile--display .navbar-header,
html body.theme__mv_new#tablet--display .navbar-header {
  float: none;
}
html body.theme__mv_new#mobile--display .legend p,
html body.theme__mv_new#tablet--display .legend p {
  padding: 0 2vw;
}
html body.theme__mv_new#mobile--display #page-header .header-form,
html body.theme__mv_new#tablet--display #page-header .header-form {
  left: 25%;
}
html body.theme__mv_new#mobile--display #page-header .header-form .section--title,
html body.theme__mv_new#tablet--display #page-header .header-form .section--title {
  grid-template-columns: unset;
  margin-top: 15px;
  margin-bottom: 15px;
}
html body.theme__mv_new#mobile--display #page-header .header-form .icon,
html body.theme__mv_new#tablet--display #page-header .header-form .icon {
  font-size: 3rem;
  right: 52px;
}
html body.theme__mv_new#mobile--display .container,
html body.theme__mv_new#tablet--display .container {
  padding: 0;
}
html body.theme__mv_new#mobile--display .container .teaser,
html body.theme__mv_new#tablet--display .container .teaser {
  font-size: 16px;
}
html body.theme__mv_new#mobile--display .container h1,
html body.theme__mv_new#tablet--display .container h1,
html body.theme__mv_new#mobile--display .container h2,
html body.theme__mv_new#tablet--display .container h2,
html body.theme__mv_new#mobile--display .container .h2,
html body.theme__mv_new#tablet--display .container .h2 {
  font-size: 20px;
  line-height: 24px;
}
html body.theme__mv_new#mobile--display .container .page-header,
html body.theme__mv_new#tablet--display .container .page-header {
  padding-left: 5px;
  padding-right: 5px;
}
html body.theme__mv_new#mobile--display .container .mv-breadcrumb,
html body.theme__mv_new#tablet--display .container .mv-breadcrumb {
  padding: 0 6vw;
}
html body.theme__mv_new#mobile--display .container article.node__homepage,
html body.theme__mv_new#tablet--display .container article.node__homepage {
  padding: 5px;
}
html body.theme__mv_new#mobile--display .container p,
html body.theme__mv_new#tablet--display .container p,
html body.theme__mv_new#mobile--display .container .extend_text,
html body.theme__mv_new#tablet--display .container .extend_text,
html body.theme__mv_new#mobile--display .container .extend_button,
html body.theme__mv_new#tablet--display .container .extend_button,
html body.theme__mv_new#mobile--display .container .reduce_button,
html body.theme__mv_new#tablet--display .container .reduce_button {
  font-size: 12px;
  line-height: 24px;
}
html body.theme__mv_new#mobile--display .container .field-type-text-with-summary mv-tabs mv-tab h2,
html body.theme__mv_new#tablet--display .container .field-type-text-with-summary mv-tabs mv-tab h2,
html body.theme__mv_new#mobile--display .container .field-type-text-with-summary mv-tabs mv-tab h3,
html body.theme__mv_new#tablet--display .container .field-type-text-with-summary mv-tabs mv-tab h3,
html body.theme__mv_new#mobile--display .container .field-type-text-with-summary mv-tabs mv-tab h4,
html body.theme__mv_new#tablet--display .container .field-type-text-with-summary mv-tabs mv-tab h4,
html body.theme__mv_new#mobile--display .container .field-type-text-with-summary mv-tabs mv-tab p,
html body.theme__mv_new#tablet--display .container .field-type-text-with-summary mv-tabs mv-tab p {
  margin: 0;
  padding: 5px;
}
html body.theme__mv_new#mobile--display .container .field-type-text-with-summary mv-tabs mv-tab h2,
html body.theme__mv_new#tablet--display .container .field-type-text-with-summary mv-tabs mv-tab h2 {
  font-size: 25px;
  line-height: 30px;
}
html body.theme__mv_new#mobile--display .container .section--title,
html body.theme__mv_new#tablet--display .container .section--title {
  margin: 15px 0;
  grid-template-columns: 40px auto;
  padding: 0 2vw;
}
html body.theme__mv_new#mobile--display .container .section--title .icon,
html body.theme__mv_new#tablet--display .container .section--title .icon {
  display: inline;
  font-size: 2.66rem;
  position: relative;
  bottom: -8px;
}
html body.theme__mv_new#mobile--display .container .section--title .page-header,
html body.theme__mv_new#tablet--display .container .section--title .page-header {
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #1d252c;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
html body.theme__mv_new#mobile--display .view-home-slideshow img,
html body.theme__mv_new#tablet--display .view-home-slideshow img {
  height: inherit !important;
}
html body.theme__mv_new#mobile--display .header-form,
html body.theme__mv_new#tablet--display .header-form {
  left: 33%;
  top: 30px;
  width: 229px;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}
html body.theme__mv_new#mobile--display .header-form .icon,
html body.theme__mv_new#tablet--display .header-form .icon {
  position: relative;
  right: 65px;
  top: 49px;
}
html body.theme__mv_new#mobile--display .header-form .section--title .page-header,
html body.theme__mv_new#tablet--display .header-form .section--title .page-header {
  width: auto;
  font-size: 31.5px;
  margin-top: 0;
}
html body.theme__mv_new#mobile--display mv-slider,
html body.theme__mv_new#tablet--display mv-slider {
  display: block;
  margin-left: 15px;
}
html body.theme__mv_new#mobile--display mv-slider mv-product-thumbnail,
html body.theme__mv_new#tablet--display mv-slider mv-product-thumbnail {
  display: inline-block;
  width: 39vw;
  max-width: 400px;
  max-height: 533px;
  height: calc(52vw);
  margin-right: 4vw;
}
html body.theme__mv_new#mobile--display mv-slider .product-thumbnail--wrapper,
html body.theme__mv_new#tablet--display mv-slider .product-thumbnail--wrapper {
  height: unset;
}
html body.theme__mv_new#mobile--display mv-slider .product-thumbnail--wrapper mv-product-thumbnail,
html body.theme__mv_new#tablet--display mv-slider .product-thumbnail--wrapper mv-product-thumbnail {
  margin-bottom: 16px;
}
html body.theme__mv_new#mobile--display mv-product-thumbnail img,
html body.theme__mv_new#tablet--display mv-product-thumbnail img {
  max-height: 29vw;
}
html body.theme__mv_new#mobile--display #page--bloc-devis,
html body.theme__mv_new#tablet--display #page--bloc-devis {
  display: none;
}
html body.theme__mv_new#mobile--display #page--bloc-devis.fixed,
html body.theme__mv_new#tablet--display #page--bloc-devis.fixed {
  display: block;
  position: fixed;
  bottom: -1px;
  background-color: #fff;
  z-index: 100;
  width: 100%;
  padding: 0 6.2%;
  -webkit-box-shadow: 0 1px 8px 0px #1d252c;
  -moz-box-shadow: 0 1px 8px 0px #1d252c;
  box-shadow: 0 1px 8px 0px #1d252c;
}
html body.theme__mv_new#mobile--display #page--bloc-devis .region-bloc-devis .contact__pays,
html body.theme__mv_new#tablet--display #page--bloc-devis .region-bloc-devis .contact__pays {
  display: grid;
  grid-template-columns: 13% auto 130px;
  height: 79px;
  gap: 11px;
  align-items: center;
}
html body.theme__mv_new#mobile--display #page--bloc-devis .region-bloc-devis .contact__pays .contact-picture--wrapper,
html body.theme__mv_new#tablet--display #page--bloc-devis .region-bloc-devis .contact__pays .contact-picture--wrapper {
  position: relative;
}
html body.theme__mv_new#mobile--display #page--bloc-devis .region-bloc-devis .contact__pays .contact-picture--wrapper .overlay,
html body.theme__mv_new#tablet--display #page--bloc-devis .region-bloc-devis .contact__pays .contact-picture--wrapper .overlay {
  position: absolute;
  background-image: url(/sites/all/themes/mv_new/images/dashed-circle.svg);
  top: 50%;
  left: 0;
  z-index: 2;
  width: 38px;
  height: 41px;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
html body.theme__mv_new#mobile--display #page--bloc-devis .region-bloc-devis .contact__pays .contact-picture--wrapper img,
html body.theme__mv_new#tablet--display #page--bloc-devis .region-bloc-devis .contact__pays .contact-picture--wrapper img {
  position: absolute;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  left: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
html body.theme__mv_new#mobile--display #page--bloc-devis .region-bloc-devis .contact__pays .contact--info .contact--name a,
html body.theme__mv_new#tablet--display #page--bloc-devis .region-bloc-devis .contact__pays .contact--info .contact--name a {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  font-weight: bolder;
}
html body.theme__mv_new#mobile--display #page--bloc-devis .region-bloc-devis .contact__pays .contact--info .contact--title,
html body.theme__mv_new#tablet--display #page--bloc-devis .region-bloc-devis .contact__pays .contact--info .contact--title {
  font-size: 10px;
}
html body.theme__mv_new#mobile--display #page--bloc-devis .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper,
html body.theme__mv_new#tablet--display #page--bloc-devis .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper {
  display: grid;
  grid-template-columns: 16px 78px;
  align-items: center;
}
html body.theme__mv_new#mobile--display #page--bloc-devis .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper .mv-icons--design--phone,
html body.theme__mv_new#tablet--display #page--bloc-devis .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper .mv-icons--design--phone {
  font-weight: 800;
}
html body.theme__mv_new#mobile--display #page--bloc-devis .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper .contact--phone,
html body.theme__mv_new#tablet--display #page--bloc-devis .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper .contact--phone {
  font-size: 11px;
}
html body.theme__mv_new#mobile--display .mv-button-rasp,
html body.theme__mv_new#tablet--display .mv-button-rasp,
html body.theme__mv_new#mobile--display .mv-button-lemon,
html body.theme__mv_new#tablet--display .mv-button-lemon {
  font-size: 12px;
}
html body.theme__mv_new#mobile--display.domain-www-marcoetvasco-fr #page--bloc-devis.fixed .region-bloc-devis .contact__pays,
html body.theme__mv_new#tablet--display.domain-www-marcoetvasco-fr #page--bloc-devis.fixed .region-bloc-devis .contact__pays {
  grid-template-columns: auto auto;
  justify-content: space-around;
}
html body.theme__mv_new#mobile--display.domain-www-marcoetvasco-fr #page--bloc-devis.fixed .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper,
html body.theme__mv_new#tablet--display.domain-www-marcoetvasco-fr #page--bloc-devis.fixed .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper {
  grid-template-columns: 20px 100px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
html body.theme__mv_new#mobile--display.domain-www-marcoetvasco-fr #page--bloc-devis.fixed .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper i,
html body.theme__mv_new#tablet--display.domain-www-marcoetvasco-fr #page--bloc-devis.fixed .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper i {
  font-size: 1.5rem;
}
html body.theme__mv_new#mobile--display.domain-www-marcoetvasco-fr #page--bloc-devis.fixed .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper .contact--phone,
html body.theme__mv_new#tablet--display.domain-www-marcoetvasco-fr #page--bloc-devis.fixed .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper .contact--phone {
  font-size: 14px;
}
html body.theme__mv_new#mobile--display header.page-404,
html body.theme__mv_new#tablet--display header.page-404 {
  background-color: #1d252c;
}
html body.theme__mv_new#mobile--display .main-container.page-404,
html body.theme__mv_new#tablet--display .main-container.page-404 {
  padding: 5px;
}
html body.theme__mv_new#tablet--display .mv-button-rasp,
html body.theme__mv_new#tablet--display .mv-button-lemon {
  font-size: 20px;
}
html body.theme__mv_new#tablet--display #page-header .header-form {
  left: 11%;
  width: 485px;
  top: 75px;
}
html body.theme__mv_new#tablet--display #page-header .header-form .section--title {
  margin: 30px 0;
  display: unset;
}
html body.theme__mv_new#tablet--display #page-header .header-form .section--title .page-header {
  width: 301px;
}
html body.theme__mv_new#tablet--display #page-header .header-form .inputs-bloc .input--wrapper {
  height: 75px;
}
html body.theme__mv_new#tablet--display #page-header .header-form .inputs-bloc .input--wrapper button,
html body.theme__mv_new#tablet--display #page-header .header-form .inputs-bloc .input--wrapper input,
html body.theme__mv_new#tablet--display #page-header .header-form .inputs-bloc .input--wrapper select {
  height: 75px;
}
html body.theme__mv_new#tablet--display #page-header .header-form .inputs-bloc .input--wrapper input,
html body.theme__mv_new#tablet--display #page-header .header-form .inputs-bloc .input--wrapper select {
  width: 70%;
}
html body.theme__mv_new#tablet--display #page-header .header-form .inputs-bloc .input--wrapper select option {
  font-size: 14px;
}
html body.theme__mv_new#tablet--display #page-header .header-form .inputs-bloc .input--wrapper button {
  border-bottom: 75px solid #e7004c;
}
html body.theme__mv_new#tablet--display #page-header .header-form .inputs-bloc .input--wrapper button:before {
  height: 73px;
}
html body.theme__mv_new#tablet--display #page-header .header-form .inputs-bloc .input--wrapper button:after {
  top: 74px;
  right: 89px;
  width: 84px;
}
html body.theme__mv_new#tablet--display #page-header .header-form .inputs-bloc .input--wrapper button i {
  font-size: 3.5rem;
}
html body.theme__mv_new#tablet--display #page-header .header-form .inputs-bloc #result--wrapper {
  width: 78vw;
  top: 74px;
}
html body.theme__mv_new#tablet--display .container .node__homepage > div > p {
  font-size: 15px;
  padding-left: 2vw;
}
html body.theme__mv_new#tablet--display .container .node__homepage .field-name-field-extend {
  padding-left: 2vw;
}
html body.theme__mv_new#tablet--display .container .node__homepage .field-name-field-extend .extend_text {
  font-size: 15px;
}
html body.theme__mv_new#tablet--display .container .section--title {
  margin: 30px 0;
}
html body.theme__mv_new#tablet--display .container .section--title .page-header {
  font-size: 27px;
}
html body.theme__mv_new#tablet--display .container .field-type-text-with-summary mv-tabs mv-tab h2,
html body.theme__mv_new#tablet--display .container .field-type-text-with-summary mv-tabs mv-tab h3,
html body.theme__mv_new#tablet--display .container .field-type-text-with-summary mv-tabs mv-tab h4 {
  font-size: 30px;
}
html body.theme__mv_new#tablet--display .container .field-type-text-with-summary mv-tabs mv-tab p {
  font-size: 15px;
}
html body.theme__mv_new#tablet--display #page--bloc-devis.fixed {
  left: 0;
}
html body.theme__mv_new#tablet--display #page--bloc-devis.fixed .region-bloc-devis .contact__pays {
  height: 100px;
  grid-template-columns: 13% auto 200px;
}
html body.theme__mv_new#tablet--display #page--bloc-devis.fixed .region-bloc-devis .contact__pays .contact-picture--wrapper .overlay {
  width: 72px;
  height: 76px;
}
html body.theme__mv_new#tablet--display #page--bloc-devis.fixed .region-bloc-devis .contact__pays .contact-picture--wrapper img {
  width: 70px;
  height: 70px;
}
html body.theme__mv_new#tablet--display #page--bloc-devis.fixed .region-bloc-devis .contact__pays .contact--info .contact--name a {
  font-size: 20px;
}
html body.theme__mv_new#tablet--display #page--bloc-devis.fixed .region-bloc-devis .contact__pays .contact--info .contact--title {
  font-size: 20px;
}
html body.theme__mv_new#tablet--display #page--bloc-devis.fixed .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper {
  grid-template-columns: 30px auto !important;
}
html body.theme__mv_new#tablet--display #page--bloc-devis.fixed .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper i {
  font-size: 2rem;
}
html body.theme__mv_new#tablet--display #page--bloc-devis.fixed .region-bloc-devis .contact__pays .contact--info .phone-number--wrapper .contact--phone {
  font-size: 20px !important;
}
@media (min-width: 1000px) {
  html body.theme__mv_new#tablet--display .container .node__homepage > div > p {
    font-size: 20px;
  }
  html body.theme__mv_new#tablet--display .container .node__homepage .field-name-field-extend .extend_text {
    font-size: 20px;
  }
  html body.theme__mv_new#tablet--display .container .field-type-text-with-summary mv-tabs mv-tab h2,
  html body.theme__mv_new#tablet--display .container .field-type-text-with-summary mv-tabs mv-tab h3,
  html body.theme__mv_new#tablet--display .container .field-type-text-with-summary mv-tabs mv-tab h4 {
    font-size: 30px;
  }
  html body.theme__mv_new#tablet--display .container .field-type-text-with-summary mv-tabs mv-tab p {
    font-size: 20px;
  }
}
.page-conciergerie .footer--navigation,
.node-type-conciergerie .footer--navigation,
.node-type-article .footer--navigation,
.page-ou-partirhtml .footer--navigation,
.node-type-ou-partir .footer--navigation,
.node-type-tour.domain-www-marcoetvasco-fr .footer--navigation,
.node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-template-areas: "qui addresses newsletter" "qui addresses social" "qui addresses verified" "qui addresses verified";
}
.page-conciergerie .footer--navigation .footer--navigationCategory.expanded,
.node-type-conciergerie .footer--navigation .footer--navigationCategory.expanded,
.node-type-article .footer--navigation .footer--navigationCategory.expanded,
.page-ou-partirhtml .footer--navigation .footer--navigationCategory.expanded,
.node-type-ou-partir .footer--navigation .footer--navigationCategory.expanded,
.node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .footer--navigationCategory.expanded,
.node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .footer--navigationCategory.expanded {
  margin: 0 1em;
}
.page-conciergerie .footer--navigation .footer--navigationCategory.expanded:nth-child(1),
.node-type-conciergerie .footer--navigation .footer--navigationCategory.expanded:nth-child(1),
.node-type-article .footer--navigation .footer--navigationCategory.expanded:nth-child(1),
.page-ou-partirhtml .footer--navigation .footer--navigationCategory.expanded:nth-child(1),
.node-type-ou-partir .footer--navigation .footer--navigationCategory.expanded:nth-child(1),
.node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .footer--navigationCategory.expanded:nth-child(1),
.node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .footer--navigationCategory.expanded:nth-child(1) {
  grid-area: qui;
}
.page-conciergerie .footer--navigation .footer--navigationCategory:last-child,
.node-type-conciergerie .footer--navigation .footer--navigationCategory:last-child,
.node-type-article .footer--navigation .footer--navigationCategory:last-child,
.page-ou-partirhtml .footer--navigation .footer--navigationCategory:last-child,
.node-type-ou-partir .footer--navigation .footer--navigationCategory:last-child,
.node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .footer--navigationCategory:last-child,
.node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .footer--navigationCategory:last-child {
  grid-area: verified;
}
.page-conciergerie .footer--navigation .newsletter-block--input,
.node-type-conciergerie .footer--navigation .newsletter-block--input,
.node-type-article .footer--navigation .newsletter-block--input,
.page-ou-partirhtml .footer--navigation .newsletter-block--input,
.node-type-ou-partir .footer--navigation .newsletter-block--input,
.node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .newsletter-block--input,
.node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .newsletter-block--input,
.page-conciergerie .footer--navigation .newsletter-block--btn,
.node-type-conciergerie .footer--navigation .newsletter-block--btn,
.node-type-article .footer--navigation .newsletter-block--btn,
.page-ou-partirhtml .footer--navigation .newsletter-block--btn,
.node-type-ou-partir .footer--navigation .newsletter-block--btn,
.node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .newsletter-block--btn,
.node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .newsletter-block--btn {
  margin-bottom: 0;
}
.page-conciergerie .footer--navigation .footer--Social,
.node-type-conciergerie .footer--navigation .footer--Social,
.node-type-article .footer--navigation .footer--Social,
.page-ou-partirhtml .footer--navigation .footer--Social,
.node-type-ou-partir .footer--navigation .footer--Social,
.node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .footer--Social,
.node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .footer--Social {
  padding-top: 15px;
}
.page-conciergerie .footer--navigation .footer--Social .h2,
.node-type-conciergerie .footer--navigation .footer--Social .h2,
.node-type-article .footer--navigation .footer--Social .h2,
.page-ou-partirhtml .footer--navigation .footer--Social .h2,
.node-type-ou-partir .footer--navigation .footer--Social .h2,
.node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .footer--Social .h2,
.node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .footer--Social .h2 {
  display: none;
}
.page-conciergerie .footer--navigation .footer--Social .row > a,
.node-type-conciergerie .footer--navigation .footer--Social .row > a,
.node-type-article .footer--navigation .footer--Social .row > a,
.page-ou-partirhtml .footer--navigation .footer--Social .row > a,
.node-type-ou-partir .footer--navigation .footer--Social .row > a,
.node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .footer--Social .row > a,
.node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .footer--Social .row > a {
  padding-right: 10px;
}
@media (max-width: 769px) {
  .page-conciergerie .footer--navigation,
  .node-type-conciergerie .footer--navigation,
  .node-type-article .footer--navigation,
  .page-ou-partirhtml .footer--navigation,
  .node-type-ou-partir .footer--navigation,
  .node-type-tour.domain-www-marcoetvasco-fr .footer--navigation,
  .node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation {
    grid-template-columns: 50vw;
    grid-template-areas: "qui addresses" "social addresses" "newsletter newsletter" "verified verified";
    grid-column-gap: 10px;
  }
  .page-conciergerie .footer--navigation .footer--Social .h2,
  .node-type-conciergerie .footer--navigation .footer--Social .h2,
  .node-type-article .footer--navigation .footer--Social .h2,
  .page-ou-partirhtml .footer--navigation .footer--Social .h2,
  .node-type-ou-partir .footer--navigation .footer--Social .h2,
  .node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .footer--Social .h2,
  .node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .footer--Social .h2 {
    display: block;
  }
  .page-conciergerie .footer--navigation .newsletter,
  .node-type-conciergerie .footer--navigation .newsletter,
  .node-type-article .footer--navigation .newsletter,
  .page-ou-partirhtml .footer--navigation .newsletter,
  .node-type-ou-partir .footer--navigation .newsletter,
  .node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .newsletter,
  .node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .newsletter {
    padding-top: 15px;
  }
  .page-conciergerie .footer--navigation .newsletter .newsletter-block--input,
  .node-type-conciergerie .footer--navigation .newsletter .newsletter-block--input,
  .node-type-article .footer--navigation .newsletter .newsletter-block--input,
  .page-ou-partirhtml .footer--navigation .newsletter .newsletter-block--input,
  .node-type-ou-partir .footer--navigation .newsletter .newsletter-block--input,
  .node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .newsletter .newsletter-block--input,
  .node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .newsletter .newsletter-block--input {
    margin-bottom: 10px;
  }
  .page-conciergerie .footer--navigation .avis--verified,
  .node-type-conciergerie .footer--navigation .avis--verified,
  .node-type-article .footer--navigation .avis--verified,
  .page-ou-partirhtml .footer--navigation .avis--verified,
  .node-type-ou-partir .footer--navigation .avis--verified,
  .node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .avis--verified,
  .node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .avis--verified {
    display: block;
    margin-left: 40px;
  }
}
.page-conciergerie .footer--navigation .footer--Address,
.node-type-conciergerie .footer--navigation .footer--Address,
.node-type-article .footer--navigation .footer--Address,
.page-ou-partirhtml .footer--navigation .footer--Address,
.node-type-ou-partir .footer--navigation .footer--Address,
.node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .footer--Address,
.node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .footer--Address {
  margin: 0 1em;
}
.page-conciergerie .footer--navigation .footer--Address .h2,
.node-type-conciergerie .footer--navigation .footer--Address .h2,
.node-type-article .footer--navigation .footer--Address .h2,
.page-ou-partirhtml .footer--navigation .footer--Address .h2,
.node-type-ou-partir .footer--navigation .footer--Address .h2,
.node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .footer--Address .h2,
.node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .footer--Address .h2 {
  display: block;
}
.page-conciergerie .footer--navigation .footer--Address .address--container,
.node-type-conciergerie .footer--navigation .footer--Address .address--container,
.node-type-article .footer--navigation .footer--Address .address--container,
.page-ou-partirhtml .footer--navigation .footer--Address .address--container,
.node-type-ou-partir .footer--navigation .footer--Address .address--container,
.node-type-tour.domain-www-marcoetvasco-fr .footer--navigation .footer--Address .address--container,
.node-type-homepage.domain-www-marcoetvasco-fr .footer--navigation .footer--Address .address--container {
  display: block;
}
@media (min-width: 768px) {
  .node-type-guide .field-collection-item-field-page-table .field-name-field-page-table-title,
  .node-type-page .field-collection-item-field-page-table .field-name-field-page-table-title,
  .node-type-guide .field-collection-item-field-page-table .field-name-field-description,
  .node-type-page .field-collection-item-field-page-table .field-name-field-description {
    float: left;
    width: 75%;
  }
  .node-type-guide .field-collection-item-field-page-table .field-name-field-page-table-title h2,
  .node-type-page .field-collection-item-field-page-table .field-name-field-page-table-title h2,
  .node-type-guide .field-collection-item-field-page-table .field-name-field-description h2,
  .node-type-page .field-collection-item-field-page-table .field-name-field-description h2 {
    font-size: 1.8rem !important;
    text-align: center;
  }
}
.usa-regions-block {
  float: left;
  padding: 1em;
  width: 50%;
}
.usa-regions-block + .clear {
  clear: both;
}
#tabbed-nav {
  margin-top: 20px;
}
html body.theme__mv_new#mobile--display:not(.node-type-homepage-3w) #page-header img {
  max-height: 188px;
}
html body.theme__mv_new#mobile--display:not(.node-type-homepage-3w) .tab-content .row {
  margin-left: inherit !important;
  margin-right: inherit !important;
}
.listVignettes.listVignettes__desti .vignette {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.listVignettes.listVignettes__desti .vignette .vignette--complements {
  position: absolute;
  top: 25px;
  left: 10px;
  background: #f7be00;
  color: #fff;
  font: 700 21px / 21px mv-fonts-lato;
  font-weight: bold;
  font-size: .85em;
  letter-spacing: 1.05px;
  text-align: center;
  text-transform: uppercase;
  padding: 7px;
}
.listVignettes.listVignettes__desti .vignette:hover .vignette--complements {
  color: #1d252c;
}
@media (min-width: 768px) {
  .listVignettes.listVignettes__desti .vignette {
    float: left;
    width: 50%;
    padding: 15px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .listVignettes.listVignettes__desti .vignette {
    padding: 0;
    margin-top: 10px;
  }
}
.listVignettes.listVignettes__desti .block__sur-mesure--btn {
  clear: both;
  display: inline-block;
  margin-top: 20px;
  background-color: #e7004c;
  border: 2px solid #e7004c;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  height: auto;
  margin: 1px;
  padding: .5rem 1rem;
  width: auto;
  text-decoration: none !important;
}
.listVignettes.listVignettes__desti .block__sur-mesure--btn:hover {
  background-color: #fff;
  color: #e7004c;
}
.listVignettes.listVignettes__desti .block__sur-mesure .block__sur-mesure--img-wrap {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.listVignettes.listVignettes__desti .block__sur-mesure .block__sur-mesure--img-wrap .block__sur-mesure--img {
  background: none;
  float: right;
  font-size: 7em;
  height: 130px;
  text-align: center;
  width: 130px;
}
.listVignettes.listVignettes__desti .block__sur-mesure .block__sur-mesure--img-wrap .block__sur-mesure--img .v-align-middle {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.listVignettes.listVignettes__desti .block__sur-mesure .block__sur-mesure--img-wrap .block__sur-mesure--img .glyphicon {
  margin-left: -55px;
  vertical-align: middle;
  font-size: 105px;
  color: #1d252c;
}
@media (max-width: 768px) {
  .listVignettes.listVignettes__desti .block__sur-mesure .block__sur-mesure--img-wrap {
    display: none !important;
  }
}
.listVignettes.listVignettes__desti .block__sur-mesure .block__sur-mesure--title {
  font-family: mv-fonts-lato;
  color: #1d252c;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2em;
}
.listVignettes.listVignettes__desti .block__sur-mesure .block__sur-mesure--title small {
  font-size: 1rem;
  text-transform: initial;
  line-height: 1.5rem;
  padding: 15px 0;
  display: block;
}
@media (max-width: 768px) {
  .listVignettes.listVignettes__desti .block__sur-mesure .block__sur-mesure--title {
    clear: both;
    font-size: 18px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .listVignettes.listVignettes__desti .block__sur-mesure .block__sur-mesure--title {
    font-weight: 600;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
body.overflow-hidden {
  overflow: hidden;
}
#mobile--display.node-type-homepage-3w #page-header span img {
  height: 322px;
  width: 100vw;
}
.node-type-homepage-3w #page-header span img {
  height: 670px;
}
#page-header span img {
  height: 450px;
}
#navbar {
  min-height: 100px;
  background: transparent;
  position: absolute;
  overflow: visible;
  width: 100%;
  z-index: 999;
}
#navbar #second-level {
  display: none;
}
#navbar .navbar-header .navbar-brand {
  margin-left: 60px;
  position: relative;
  top: 12px;
  z-index: 15;
}
#navbar .navbar-header .navbar-brand:hover {
  cursor: pointer;
}
#navbar .navbar-header .navbar-brand .logo {
  background: url("/sites/all/themes/mv_new/images/MV_LOGO_BLANC.svg") no-repeat;
  width: 309px;
  height: 30px;
  margin-bottom: 15px;
}
#navbar .navbar-header .navbar-brand #to-country {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  text-align: right;
}
#navbar .navbar-header .navbar-toggle {
  width: 55px;
}
#navbar .navbar-header .navbar-toggle.hamburger {
  display: none;
}
#navbar .navbar-header .navbar-toggle.hamburger .hamburger-box .hamburger-inner,
#navbar .navbar-header .navbar-toggle.hamburger .hamburger-box .hamburger-inner::before,
#navbar .navbar-header .navbar-toggle.hamburger .hamburger-box .hamburger-inner::after {
  background-color: #fff;
}
#navbar .navbar-collapse .region-navigation .menu.nav {
  text-align: right;
  position: relative;
  top: 33px;
}
#navbar .navbar-collapse .region-navigation .menu.nav > li {
  display: inline-block;
}
#navbar .navbar-collapse .region-navigation .menu.nav > li.disabled a {
  color: #bababa;
}
#navbar .navbar-collapse .region-navigation .menu.nav > li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#navbar .navbar-collapse .region-navigation .menu.nav > li a:hover,
#navbar .navbar-collapse .region-navigation .menu.nav > li a:focus {
  background-color: #e7004c;
  color: #fff;
}
#navbar .navbar-collapse .region-navigation .menu.nav > li a .mv-icons--design--house,
#navbar .navbar-collapse .region-navigation .menu.nav > li a .mv-icons--design--globe {
  font-size: 27px;
  font-weight: bold;
  position: relative;
  bottom: -4px;
}
#navbar .navbar-collapse .region-navigation .menu.nav > li a .text,
#navbar .navbar-collapse .region-navigation .menu.nav > li a .icon {
  display: none;
}
#navbar .navbar-collapse .region-navigation .menu.nav > li a .scratchpadinfo-2 {
  background: #e7004c;
  color: #fff;
  line-height: 18px;
  border-radius: 4px;
  width: 22px;
  display: block;
  top: 2px;
  right: -2px;
  position: absolute;
  font-size: 12px;
  text-align: center;
}
#navbar .navbar-collapse .region-navigation .menu.nav > li.first a,
#navbar .navbar-collapse .region-navigation .menu.nav > li.other-desti-menu-leaf a {
  padding: 4px 15px;
  line-height: 36px;
}
#navbar .navbar-collapse .region-navigation .menu.nav > li ul li a {
  color: #1d252c;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}
#navbar .navbar-collapse .region-navigation .menu.nav > li ul li a:hover {
  background-color: transparent;
  color: #e7004c;
  text-decoration: underline;
}
#navbar .navbar-collapse .region-navigation .menu.nav > li.dropdown:hover .dropdown-menu {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#navbar .navbar-collapse .region-navigation .menu.nav > li.dropdown:hover .dropdown-menu.destinations {
  display: grid;
  display: -ms-grid;
}
#navbar .navbar-collapse .region-navigation .menu.nav .scratchpad-menu-leaf span {
  background-color: #e7004c !important;
  border-radius: 4px;
  width: 22px;
  top: 2px;
  right: -2px;
  position: absolute;
  font-size: 12px;
  text-align: center;
}
#navbar .navbar-collapse .region-navigation .menu.nav .other-desti-menu-leaf .destination-selection {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  height: 485px;
  min-height: 305px;
  margin-left: -700px;
  width: 720px;
  padding: 10px;
  font-family: mv-fonts-lato;
  text-shadow: none;
  opacity: 0.95;
  z-index: 100;
  -webkit-box-shadow: 0 0 3px #1d252c;
  box-shadow: 0 0 3px #1d252c;
}
#navbar .navbar-collapse .region-navigation .menu.nav .other-desti-menu-leaf .destination-selection .menu-zone-list {
  opacity: 1;
  padding: 10px 0px 2px 0px;
}
#navbar .navbar-collapse .region-navigation .menu.nav .other-desti-menu-leaf .destination-selection .menu-zone-list .zone {
  color: #1d252c;
  padding: 3px 10px;
  position: relative;
  border-top: 0px;
}
#navbar .navbar-collapse .region-navigation .menu.nav .other-desti-menu-leaf .destination-selection .menu-zone-list .zone:hover {
  color: #e7004c;
  cursor: pointer;
}
#navbar .navbar-collapse .region-navigation .menu.nav .other-desti-menu-leaf .destination-selection .menu-zone-list .zone.selected {
  color: #e7004c;
}
#navbar .navbar-collapse .region-navigation .menu.nav .other-desti-menu-leaf .destination-selection .menu-zone-list .zone i {
  font-size: 2rem;
  position: relative;
  right: -10px;
  bottom: -5px;
}
#navbar .navbar-collapse .region-navigation .menu.nav .other-desti-menu-leaf .destination-selection .menu-country-list {
  position: absolute;
  width: 532px;
  top: 18px;
  left: 15px;
  display: flex;
  flex-direction: column;
  height: 470px;
  flex-wrap: wrap;
}
#navbar .navbar-collapse .region-navigation .menu.nav .other-desti-menu-leaf .destination-selection .menu-country-list .site-destination {
  opacity: 1;
  display: inline-block;
  text-align: center;
  width: 250px;
  margin-right: 15px;
  float: left;
  padding-top: 0;
}
#navbar .navbar-collapse .region-navigation .menu.nav .other-desti-menu-leaf .destination-selection .menu-country-list .site-destination a {
  color: #1d252c;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
#navbar .navbar-collapse .region-navigation .menu.nav .other-desti-menu-leaf .destination-selection .menu-country-list .site-destination a:hover,
#navbar .navbar-collapse .region-navigation .menu.nav .other-desti-menu-leaf .destination-selection .menu-country-list .site-destination a:focus {
  background-color: transparent;
  color: #e7004c;
  font-weight: 700;
}
#navbar .navbar-collapse .region-navigation .menu.nav .dropdown-menu.destinations {
  left: unset;
  right: 50%;
  margin: auto;
  border: none;
  width: auto;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  padding: 20px 30px;
  grid-template-areas: "asie afrique amN europe" "asie afrique amN oceanie" "asie afrique amL thematics";
  -ms-grid-columns: 200px 200px 200px 200px;
  grid-template-columns: repeat(4, 200px);
}
#navbar .navbar-collapse .region-navigation .menu.nav .dropdown-menu.destinations .col1 h3 {
  text-transform: uppercase;
  font-weight: 900;
}
#navbar .navbar-collapse .region-navigation .menu.nav .dropdown-menu.destinations .col1 ul {
  padding: 0;
  list-style: none;
}
#navbar .navbar-collapse .region-navigation .menu.nav .dropdown-menu.destinations .col1.site-section-th--matiques h3 {
  color: #f7be00;
}
#navbar .navbar-collapse .region-navigation .menu.nav .dropdown-menu.destinations .col1.site-section-asie {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: asie;
}
#navbar .navbar-collapse .region-navigation .menu.nav .dropdown-menu.destinations .col1.site-section-afrique {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: afrique;
}
#navbar .navbar-collapse .region-navigation .menu.nav .dropdown-menu.destinations .col1.site-section-am--rique-du-nord {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: amN;
}
#navbar .navbar-collapse .region-navigation .menu.nav .dropdown-menu.destinations .col1.site-section-am--rique-latine {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: amL;
}
#navbar .navbar-collapse .region-navigation .menu.nav .dropdown-menu.destinations .col1.site-section-europe {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: europe;
}
#navbar .navbar-collapse .region-navigation .menu.nav .dropdown-menu.destinations .col1.site-section-oc--anie {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: oceanie;
  margin-top: 10px;
}
#navbar .navbar-collapse .region-navigation .menu.nav .dropdown-menu.destinations .col1.site-section-th--matiques {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  grid-area: thematics;
  -ms-grid-row-align: center;
  align-self: center;
}
.node-type-tour #navbar,
.node-type-tour-sejour #navbar {
  position: inherit;
  z-index: inherit;
  overflow: inherit;
  background-color: #1d252c;
  height: 128px;
}
#mobile--display #navbar,
#tablet--display #navbar {
  min-height: 90px;
  height: auto;
  margin-top: 0;
}
#mobile--display #navbar.plain,
#tablet--display #navbar.plain {
  background-color: #1d252c;
}
#mobile--display #navbar .navbar-collapse.plain,
#tablet--display #navbar .navbar-collapse.plain {
  background-color: transparent;
  height: 0 !important;
}
#mobile--display #navbar .navbar-collapse .region-navigation .menu.nav > li a,
#tablet--display #navbar .navbar-collapse .region-navigation .menu.nav > li a {
  color: transparent;
}
#mobile--display #navbar .navbar-collapse .region-navigation .menu.nav .scratchpadinfo-2,
#tablet--display #navbar .navbar-collapse .region-navigation .menu.nav .scratchpadinfo-2 {
  display: none;
}
#mobile--display #navbar.expand,
#tablet--display #navbar.expand {
  background-color: #fff;
  color: #1d252c;
  overflow: hidden;
}
#mobile--display #navbar.expand .navbar-header .navbar-brand .logo,
#tablet--display #navbar.expand .navbar-header .navbar-brand .logo {
  background: url("/sites/all/themes/mv_new/images/MV_LOGO_MARINE.svg") no-repeat;
}
#mobile--display #navbar.expand .navbar-header .navbar-brand #to-country,
#tablet--display #navbar.expand .navbar-header .navbar-brand #to-country {
  color: #1d252c;
}
#mobile--display #navbar.expand .navbar-header .navbar-toggle .hamburger-box .hamburger-inner,
#tablet--display #navbar.expand .navbar-header .navbar-toggle .hamburger-box .hamburger-inner,
#mobile--display #navbar.expand .navbar-header .navbar-toggle .hamburger-box .hamburger-inner::before,
#tablet--display #navbar.expand .navbar-header .navbar-toggle .hamburger-box .hamburger-inner::before,
#mobile--display #navbar.expand .navbar-header .navbar-toggle .hamburger-box .hamburger-inner::after,
#tablet--display #navbar.expand .navbar-header .navbar-toggle .hamburger-box .hamburger-inner::after {
  background-color: #1d252c;
}
#mobile--display #navbar.expand .navbar-collapse,
#tablet--display #navbar.expand .navbar-collapse {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
#mobile--display #navbar.expand .navbar-collapse.collapse.plain.in,
#tablet--display #navbar.expand .navbar-collapse.collapse.plain.in,
#mobile--display #navbar.expand .navbar-collapse.collapse.in,
#tablet--display #navbar.expand .navbar-collapse.collapse.in {
  height: 100vh !important;
  width: 100vw;
  background-color: #fff;
}
#mobile--display #navbar.expand .navbar-collapse.collapse.plain.in .region-navigation,
#tablet--display #navbar.expand .navbar-collapse.collapse.plain.in .region-navigation,
#mobile--display #navbar.expand .navbar-collapse.collapse.in .region-navigation,
#tablet--display #navbar.expand .navbar-collapse.collapse.in .region-navigation {
  overflow: auto;
}
#mobile--display #navbar.expand .navbar-collapse.collapse.plain.in .region-navigation .scratchpadinfo-2,
#tablet--display #navbar.expand .navbar-collapse.collapse.plain.in .region-navigation .scratchpadinfo-2,
#mobile--display #navbar.expand .navbar-collapse.collapse.in .region-navigation .scratchpadinfo-2,
#tablet--display #navbar.expand .navbar-collapse.collapse.in .region-navigation .scratchpadinfo-2 {
  display: block;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu {
  text-align: left;
  font-family: mv-fonts-lato;
  min-height: 66vh;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li {
  display: block;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li a,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li a {
  color: #1d252c;
  position: relative;
  font-weight: 500;
  padding-left: 46px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li a::after,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li a::after {
  font-family: "Glyphicons Halflings";
  content: '\e258';
  position: absolute;
  right: 0;
  color: #efefef;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li a .mv-icons--design--house,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li a .mv-icons--design--house,
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li a .mv-icons--design--globe,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li a .mv-icons--design--globe {
  font-weight: 500;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li a .text,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li a .text {
  display: inline-block;
  margin-left: 5px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li a .icon,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li a .icon {
  position: absolute;
  left: 14px;
  font-size: 1.66rem;
  top: 9px;
  display: block;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li a .scratchpadinfo-2,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li a .scratchpadinfo-2 {
  left: 105px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li.expanded.dropdown a .caret,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li.expanded.dropdown a .caret,
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li.other-desti-menu-leaf a .caret,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li.other-desti-menu-leaf a .caret {
  display: none;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li.expanded.dropdown a::after,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li.expanded.dropdown a::after,
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li.other-desti-menu-leaf a::after,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li.other-desti-menu-leaf a::after {
  font-family: "Glyphicons Halflings";
  content: '\e259';
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li.expanded.dropdown .dropdown-backdrop,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li.expanded.dropdown .dropdown-backdrop,
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li.other-desti-menu-leaf .dropdown-backdrop,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li.other-desti-menu-leaf .dropdown-backdrop {
  display: none;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li.scratchpad-menu-leaf span,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li.scratchpad-menu-leaf span {
  color: #fff;
  top: 5px;
  left: 105px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li:hover a,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li:hover a,
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li:active a,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li:active a {
  color: #e7004c;
  background-color: #fff;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li::after,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li::after {
  content: '';
  display: block;
  border: 1px solid #efefef;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li.first.leaf a,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li.first.leaf a,
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li.other-desti-menu-leaf a,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li.other-desti-menu-leaf a {
  padding-left: 15px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation .menu li.disabled a,
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu li.disabled a {
  color: #bababa;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level {
  display: block;
  font-family: mv-fonts-lato;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #fff;
  display: none;
  padding: 15px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level #go-back,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level #go-back {
  color: #e7004c;
  margin-left: 15px;
  position: relative;
  font-size: 16px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level #go-back::before,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level #go-back::before {
  font-family: "Glyphicons Halflings";
  content: '\e257';
  position: absolute;
  left: -20px;
  top: 5%;
  color: inherit;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu {
  list-style: none;
  padding: 0;
  height: 85vh;
  overflow-y: auto;
  font-size: 16px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .col1,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .col1 {
  padding: 10px 15px;
  position: relative;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .col1::after,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .col1::after {
  content: '';
  display: block;
  border: 1px solid #efefef;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .col1 h3,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .col1 h3 {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .col1 h3::after,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .col1 h3::after {
  font-family: "Glyphicons Halflings";
  content: '\e259';
  position: absolute;
  right: 0;
  top: 0;
  color: #efefef;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .col1 ul,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .col1 ul {
  display: none;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .col1 .icon,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .col1 .icon {
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu li,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu li {
  display: block;
  position: relative;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu li::after,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu li::after {
  content: '';
  display: block;
  border: 1px solid #efefef;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu li:last-child,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu li:last-child {
  margin-bottom: 80px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu li a,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu li a {
  color: #1d252c;
  font-weight: 500;
  display: block;
  padding: 10px 0;
  font-size: 16px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu li a::after,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu li a::after {
  font-family: "Glyphicons Halflings";
  content: '\e258';
  position: absolute;
  right: 0;
  top: 25%;
  color: #efefef;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .zone,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .zone {
  color: #1d252c;
  font-weight: 500;
  position: relative;
  padding: 10px 30px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .zone::after,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .zone::after {
  font-family: "Glyphicons Halflings";
  content: '\e259';
  position: absolute;
  right: 0;
  top: 25%;
  color: #efefef;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .zone::before,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .zone::before {
  content: '';
  display: block;
  border: 1px solid #efefef;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 5px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .zone i,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .scnd-menu .zone i {
  position: absolute;
  left: 0;
  font-size: 1.66rem;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu {
  height: 85vh;
  overflow-y: auto;
  padding: 0;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu .site-destination,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu .site-destination,
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu li,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu li {
  position: relative;
  padding: 10px 30px;
  font-size: 16px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu .site-destination:last-child,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu .site-destination:last-child,
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu li:last-child,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu li:last-child {
  margin-bottom: 80px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu .site-destination::after,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu .site-destination::after,
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu li::after,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu li::after {
  font-family: "Glyphicons Halflings";
  content: '\e258';
  position: absolute;
  right: 0;
  top: 25%;
  color: #efefef;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu .site-destination::before,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu .site-destination::before,
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu li::before,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu li::before {
  content: '';
  display: block;
  border: 1px solid #efefef;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 5px;
}
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu .site-destination a,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu .site-destination a,
#mobile--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu li a,
#tablet--display #navbar.expand .navbar-collapse .region-navigation #second-level .third-menu li a {
  color: #1d252c;
  font-weight: 500;
}
#mobile--display #navbar .navbar-header,
#tablet--display #navbar .navbar-header {
  top: 50%;
  -webkit-transform: translateY(12%);
  -ms-transform: translateY(12%);
  transform: translateY(12%);
}
#mobile--display #navbar .navbar-header .navbar-toggle.hamburger,
#tablet--display #navbar .navbar-header .navbar-toggle.hamburger {
  display: inline-block;
  position: relative;
  left: -15px;
  top: 5px;
}
#mobile--display #navbar .navbar-header .navbar-toggle.hamburger:hover,
#tablet--display #navbar .navbar-header .navbar-toggle.hamburger:hover,
#mobile--display #navbar .navbar-header .navbar-toggle.hamburger:focus,
#tablet--display #navbar .navbar-header .navbar-toggle.hamburger:focus,
#mobile--display #navbar .navbar-header .navbar-toggle.hamburger:active,
#tablet--display #navbar .navbar-header .navbar-toggle.hamburger:active {
  opacity: 1;
}
#mobile--display #navbar .navbar-header .navbar-brand,
#tablet--display #navbar .navbar-header .navbar-brand {
  margin-left: 5px;
}
#mobile--display #navbar .navbar-header .navbar-brand .logo,
#tablet--display #navbar .navbar-header .navbar-brand .logo {
  background: url("/sites/all/themes/mv_new/images/MV_LOGO_BLANC.svg") no-repeat;
  width: 129px;
  height: 13px;
  margin-bottom: 5px;
}
#mobile--display #navbar .navbar-header .navbar-brand #to-country,
#tablet--display #navbar .navbar-header .navbar-brand #to-country {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #mobile--display .navbar-header,
  #tablet--display .navbar-header {
    float: none;
  }
  #mobile--display .navbar-toggle,
  #tablet--display .navbar-toggle {
    display: block;
  }
  #mobile--display .navbar-collapse,
  #tablet--display .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #mobile--display .navbar-collapse.collapse,
  #tablet--display .navbar-collapse.collapse {
    display: none!important;
  }
  #mobile--display .navbar-collapse.collapse.in,
  #tablet--display .navbar-collapse.collapse.in {
    display: block!important;
  }
  #mobile--display .navbar-collapse.collapse:not(.in) .scratchpadinfo-2,
  #tablet--display .navbar-collapse.collapse:not(.in) .scratchpadinfo-2 {
    background: #fff;
  }
  #mobile--display .navbar-collapse #block-mv-generic-menu-mv-main-menu,
  #tablet--display .navbar-collapse #block-mv-generic-menu-mv-main-menu {
    min-height: 300px;
  }
  #mobile--display .navbar-nav,
  #tablet--display .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  #mobile--display .navbar-nav > li,
  #tablet--display .navbar-nav > li {
    float: none;
  }
  #mobile--display .navbar-nav > li > a,
  #tablet--display .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #mobile--display .navbar-text,
  #tablet--display .navbar-text {
    float: none;
    margin: 15px 0;
  }
  #mobile--display .collapsing,
  #tablet--display .collapsing {
    overflow: hidden!important;
  }
  #mobile--display #navbar.expand #second-level .scnd-menu,
  #tablet--display #navbar.expand #second-level .scnd-menu {
    padding-bottom: 100px !important;
  }
  #mobile--display #navbar.expand #second-level .third-menu,
  #tablet--display #navbar.expand #second-level .third-menu {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 768px) {
  #mobile--display #navbar.expand .navbar-collapse .region-navigation .menu,
  #tablet--display #navbar.expand .navbar-collapse .region-navigation .menu {
    min-height: unset;
    height: 130px;
    overflow-y: scroll;
  }
  #mobile--display #navbar.expand .navbar-collapse .region-navigation .menu::-webkit-scrollbar,
  #tablet--display #navbar.expand .navbar-collapse .region-navigation .menu::-webkit-scrollbar {
    display: block;
    width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #mobile--display #navbar.expand .navbar-collapse .region-navigation .menu::-webkit-scrollbar-thumb,
  #tablet--display #navbar.expand .navbar-collapse .region-navigation .menu::-webkit-scrollbar-thumb {
    background: #e9ecef;
  }
}
@media (max-width: 500px) {
  #mobile--display #navbar.expand .navbar-collapse .region-navigation,
  #tablet--display #navbar.expand .navbar-collapse .region-navigation {
    overflow: hidden;
  }
  #mobile--display #navbar.expand .navbar-collapse .region-navigation .menu,
  #tablet--display #navbar.expand .navbar-collapse .region-navigation .menu {
    min-height: 47vh;
    overflow: hidden;
  }
}
#tablet--display #navbar.expand .navbar-collapse.collapse.in .region-navigation {
  overflow: hidden;
}
#tablet--display #navbar.expand .navbar-collapse .region-navigation .menu {
  height: 100%;
}
#tablet--display #navbar .navbar-header .navbar-toggle.hamburger {
  top: 15px;
}
#tablet--display #navbar .navbar-header .navbar-brand .logo {
  width: 200px;
  height: 28px;
}
#tablet--display #navbar .navbar-header .navbar-brand #to-country {
  font-size: 15px;
}
section.content--noSidebar {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
section.content--oneSidebar {
  float: left;
  width: 70%;
  margin-right: 5%;
}
aside.page--sidebar {
  float: left;
  width: 25%;
}
body div.container a {
  font-family: 'mv-fonts-lato';
  color: #e7004c;
  text-decoration: underline;
  font-weight: normal;
}
body div.container a:hover {
  text-decoration: none;
}
body div.container a.secondary--link {
  color: #e7004c !important;
  text-decoration: underline !important;
  font-weight: normal !important;
}
body div.container a.secondary--link:hover {
  text-decoration: none !important;
}
body div.container aside.page--sidebar a {
  font-family: 'mv-fonts-lato';
  color: #898b8d;
  text-decoration: none;
  font-weight: normal;
}
body div.container aside.page--sidebar a:hover {
  color: #e7004c !important;
  text-decoration: none;
}
.node-type-homepage-3w .main-container .page-title {
  display: none;
}
.intro--dispo {
  max-width: 850px;
  margin: 0 auto;
  font-family: 'mv-fonts-lato';
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.intro--dispo #desti--expand,
.intro--dispo #desti--reduce {
  width: max-content;
  margin: 0 auto;
  line-height: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-decoration: underline;
  padding-top: 10px;
  color: #1d252c;
}
.intro--dispo #desti--expand:hover,
.intro--dispo #desti--reduce:hover {
  cursor: pointer;
  font-weight: bold;
}
.intro--dispo #desti--reduce {
  display: none;
}
#dispo-desti--grid {
  margin-top: 20px;
}
#dispo-desti--grid .desti--row {
  margin: auto;
  display: none;
  grid-template-columns: 1fr 1fr 2fr;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  padding: 20px 0;
  border-bottom: solid 1px #868e96;
}
#dispo-desti--grid .desti--row .glyphicon-chevron-up,
#dispo-desti--grid .desti--row .glyphicon-chevron-down {
  display: none;
}
#dispo-desti--grid .desti--row.all_visible,
#dispo-desti--grid .desti--row.visible_first {
  display: -ms-grid;
  display: grid;
}
#dispo-desti--grid .desti--row p {
  margin: 0;
}
#dispo-desti--grid .desti--row .desti-status {
  position: relative;
  padding-left: 20px;
}
#dispo-desti--grid .desti--row .desti-status .desti-status--bullet {
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
#dispo-desti--grid .desti--row .desti-status .desti-status--bullet.open {
  background-color: #27df76;
}
#dispo-desti--grid .desti--row .desti-status .desti-status--bullet.closed {
  background-color: #df7127;
}
#dispo-desti--grid .desti--row .desti-status .desti-status--name {
  line-height: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1d252c;
  text-transform: uppercase;
}
#dispo-desti--grid .desti--row .desti-status .desti-status--name.open {
  font-weight: bold;
}
#dispo-desti--grid .desti--row .desti-status .desti-status--status {
  line-height: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #868e96;
  padding-top: 3px;
}
#dispo-desti--grid .desti--row .desti-infos .desti-infos--first {
  line-height: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1d252c;
}
#dispo-desti--grid .desti--row .desti-infos .desti-infos--second {
  line-height: 91px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #868e96;
  padding-top: 3px;
}
#dispo-desti--grid .desti--row .desti-details .desti-infos--details {
  line-height: 16px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1d252c;
}
#mobile--display.node-type-disponibilite .intro--dispo,
#tablet--display.node-type-disponibilite .intro--dispo {
  padding: 0 10px;
}
#mobile--display.node-type-disponibilite #dispo-desti--grid,
#tablet--display.node-type-disponibilite #dispo-desti--grid {
  padding: 0 10px;
}
#mobile--display.node-type-disponibilite #dispo-desti--grid .desti--row.all_visible,
#tablet--display.node-type-disponibilite #dispo-desti--grid .desti--row.all_visible,
#mobile--display.node-type-disponibilite #dispo-desti--grid .desti--row.visible_first,
#tablet--display.node-type-disponibilite #dispo-desti--grid .desti--row.visible_first {
  overflow: auto;
  position: relative;
  padding: 10px 0;
  display: inherit;
}
#mobile--display.node-type-disponibilite #dispo-desti--grid .desti--row .glyphicon-chevron-down,
#tablet--display.node-type-disponibilite #dispo-desti--grid .desti--row .glyphicon-chevron-down {
  display: inherit;
}
#mobile--display.node-type-disponibilite #dispo-desti--grid .desti--row .glyphicon-chevron-up,
#tablet--display.node-type-disponibilite #dispo-desti--grid .desti--row .glyphicon-chevron-up,
#mobile--display.node-type-disponibilite #dispo-desti--grid .desti--row .glyphicon-chevron-down,
#tablet--display.node-type-disponibilite #dispo-desti--grid .desti--row .glyphicon-chevron-down {
  position: absolute;
  top: 15px;
  right: 0;
}
#mobile--display.node-type-disponibilite #dispo-desti--grid .desti--row .desti-status,
#tablet--display.node-type-disponibilite #dispo-desti--grid .desti--row .desti-status,
#mobile--display.node-type-disponibilite #dispo-desti--grid .desti--row .desti-infos,
#tablet--display.node-type-disponibilite #dispo-desti--grid .desti--row .desti-infos {
  width: 50%;
  float: left;
}
#mobile--display.node-type-disponibilite #dispo-desti--grid .desti--row .desti-details,
#tablet--display.node-type-disponibilite #dispo-desti--grid .desti--row .desti-details {
  display: none;
  clear: both;
  width: 100%;
  padding-top: 10px;
}
.page-qui-sommes-nous .reviews--summary {
  margin-bottom: 1em;
}
.page-qui-sommes-nous .reviews--list.withsidebar {
  float: left;
  width: 65%;
  padding: 0;
}
.page-qui-sommes-nous .review {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 1em;
}
.page-qui-sommes-nous .review--wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.page-qui-sommes-nous .review--img {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.page-qui-sommes-nous .review--body {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-qui-sommes-nous .review--extra {
  font-style: italic;
}
.page-qui-sommes-nous .sidebar--videos {
  float: left;
  width: 35%;
  height: 730px;
  padding: 20px;
  padding-top: 0;
}
.page-qui-sommes-nous .sidebar--videos .videos--wrapper {
  position: fixed;
  max-width: 390px;
}
.page-qui-sommes-nous .sidebar--videos h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 2em;
  font-size: 1.3vw;
}
.page-qui-sommes-nous .sidebar--videos .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}
.page-qui-sommes-nous .sidebar--videos .videos--wrapper .more-videos {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
  color: #fff;
  background-color: #762852;
  border-color: transparent;
}
.page-qui-sommes-nous .sidebar--videos + .text-center {
  clear: both !important;
  text-align: left !important;
}
.page-qui-sommes-nous .sidebar--videos .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-qui-sommes-nous .reviews--summary.withsidebar {
  width: 65%;
}
@media (min-width: 768px) {
  .page-qui-sommes-nous .review--img {
    float: left;
    width: 25%;
  }
  .page-qui-sommes-nous .review--body {
    float: left;
    width: 75%;
  }
}
.header-form .inputs-bloc .input--wrapper {
  height: 87px;
}
.header-form .inputs-bloc .input--wrapper:hover button:before,
.header-form .inputs-bloc .input--wrapper:hover button:after {
  display: block;
}
.header-form .inputs-bloc .input--wrapper:hover button i {
  color: #e7004c;
}
.header-form .inputs-bloc .input--wrapper input,
.header-form .inputs-bloc .input--wrapper select {
  color: #1d252c;
  display: block;
  float: left;
  height: 87px;
  letter-spacing: normal;
  text-align: left;
  width: 81%;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  font: 700 21px/21px mv-fonts-lato;
  padding: 0 0 0 30px;
}
.header-form .inputs-bloc .input--wrapper select {
  background-color: #fff;
  color: rgba(37, 39, 44, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  line-height: 2;
}
.header-form .inputs-bloc .input--wrapper button {
  background-color: #ffffff;
  border-style: initial;
  border-color: initial;
  color: #ffffff;
  display: block;
  float: left;
  height: 87px;
  width: 19%;
  border-image: initial;
  border-bottom: 87px solid #e7004c;
  border-left: 40px solid transparent;
  padding: 0;
  position: relative;
  left: -1px;
}
.header-form .inputs-bloc .input--wrapper button:before {
  display: none;
  content: '';
  height: 85px;
  position: absolute;
  width: 100px;
  top: 1px;
  right: 1px;
  background-color: #fff;
}
.header-form .inputs-bloc .input--wrapper button:after {
  display: none;
  content: '';
  height: 1px;
  position: absolute;
  width: 95px;
  background-color: #e7004c;
  top: 86px;
  right: 102px;
  transform-origin: right;
  -webkit-transform: rotate(115deg);
  -moz-transform: rotate(115deg);
  -ms-transform: rotate(115deg);
  -o-transform: rotate(115deg);
  transform: rotate(115deg);
}
.header-form .inputs-bloc .input--wrapper button:hover:before,
.header-form .inputs-bloc .input--wrapper button:hover:after {
  display: block;
}
.header-form .inputs-bloc .input--wrapper button:hover i {
  color: #e7004c;
}
.header-form .inputs-bloc .input--wrapper button i {
  display: block;
  font-size: 4em;
  position: relative;
  -webkit-transform: translate(-15%, 27%);
  -moz-transform: translate(-15%, 27%);
  -ms-transform: translate(-15%, 27%);
  -o-transform: translate(-15%, 27%);
  transform: translate(-15%, 27%);
}
.header-form .inputs-bloc .input-separator {
  display: inline-block;
  margin: 10px;
}
.header-form .inputs-bloc .input-separator:before,
.header-form .inputs-bloc .input-separator:after {
  width: 120px;
  height: 2px;
  background-color: #fff;
  content: '';
  display: inline-block;
  margin: 0 15px;
}
.header-form .inputs-bloc #result--wrapper {
  display: none;
  opacity: 0;
  top: 87px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  width: 71vw;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  max-width: 1030px;
}
.header-form .inputs-bloc #result--wrapper .site-section {
  float: left;
  color: #1d252c;
  width: 120px;
  margin: 15px 10px;
  display: none;
}
.header-form .inputs-bloc #result--wrapper .site-section.match {
  display: block;
}
.header-form .inputs-bloc #result--wrapper .site-section .section-title {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-form .inputs-bloc #result--wrapper .site-section .site-destination {
  display: none;
}
.header-form .inputs-bloc #result--wrapper .site-section .site-destination a {
  color: #1d252c;
}
.header-form .inputs-bloc #result--wrapper .site-section .site-destination a:hover {
  color: #e7004c;
}
.header-form .inputs-bloc #result--wrapper .site-section .site-destination.match {
  display: block;
}
.header-form .inputs-bloc #result--wrapper .site-section.site-section-th--matiques .section-title {
  color: #f7be00;
}
html.no-ie .booking .slide.step .form--step .form--block,
html.gte9 .booking .slide.step .form--step .form--block {
  float: none;
  background: #fff;
  margin: 0;
}
body.theme__mv_new.booking {
  font-family: 'mv-fonts-lato';
}
body.theme__mv_new.booking .section--title {
  margin-bottom: 0 !important;
}
body.theme__mv_new.booking .container h1.page-header {
  width: 100%;
  font-size: 32px !important;
  padding-left: 15px;
}
body.theme__mv_new.booking #navbar {
  max-width: 1240px;
  margin: 0 auto;
  position: inherit;
  height: 110px;
}
body.theme__mv_new.booking #navbar .navbar-brand {
  margin-left: 0;
  padding-left: 0;
}
body.theme__mv_new.booking .container {
  padding: 30px 25px;
  background-color: #fff;
}
body.theme__mv_new.booking .container .mv-breadcrumb {
  display: none;
}
body.theme__mv_new.booking .container h1 {
  font-size: 33.5px !important;
  border: 0;
}
body.theme__mv_new.booking .slide.step .form--block__wishes,
body.theme__mv_new.booking .slide.step .form--block__hotel,
body.theme__mv_new.booking .slide.step .form--block__travel,
body.theme__mv_new.booking .slide.step .form--block__price,
body.theme__mv_new.booking .slide.step .form--block__contact-information {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  -webkit-box-flex: 1 354px;
  -moz-box-flex: 1 354px;
  -webkit-flex: 1 354px;
  -ms-flex: 1 354px;
  flex: 1 354px;
}
body.theme__mv_new.booking .slide.step .form--block__wishes .left p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
body.theme__mv_new.booking .slide.step .form--block__wishes .left h2 {
  font-size: 23px;
  line-height: 23px;
  margin-top: 10px;
  margin-bottom: 0;
}
body.theme__mv_new.booking .slide.step .form--block__wishes .left .node--nbDays {
  font-weight: bold;
  font-size: 16px !important;
  padding-top: 10px;
  padding-bottom: 25px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.theme__mv_new.booking .slide.step .form--block__wishes .node--picture img {
    max-width: 90%;
  }
}
body.theme__mv_new.booking .slide.step .form--block__hotel .rassurance--block {
  display: inline-block;
  width: 23%;
  text-align: center;
}
body.theme__mv_new.booking .slide.step .form--block__hotel .desc {
  color: #878787;
  padding-top: 5px;
}
body.theme__mv_new.booking .slide.step .form--block__hotel .conseiller {
  margin-top: 35px;
}
body.theme__mv_new.booking .slide.step .form--block__hotel .conseiller h3 {
  padding-bottom: 0;
}
body.theme__mv_new.booking .slide.step .form-text,
body.theme__mv_new.booking .slide.step .form-select,
body.theme__mv_new.booking .slide.step .form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-top: 5px;
}
body.theme__mv_new.booking .slide.step-2 {
  display: none;
}
body.theme__mv_new.booking .slide .form-item-step2-firstname,
body.theme__mv_new.booking .slide .form-item-step2-lastname {
  float: left;
  width: 46%;
  max-width: 273px;
  margin-right: 8%;
}
body.theme__mv_new.booking .slide .form-item-step2-lastname {
  max-width: 272px !important;
}
body.theme__mv_new.booking .slide .form-item-step2-lastname {
  margin-right: 0;
}
body.theme__mv_new.booking .slide .form-item-step2-destination,
body.theme__mv_new.booking .slide .form-item-step2-destinationOther,
body.theme__mv_new.booking .slide .form-item-step2-budgetAmount {
  margin-right: 30px;
}
body.theme__mv_new.booking .slide .form-item-step2-destinationOther {
  display: none !important;
}
body.theme__mv_new.booking .slide .form-item-step2-email {
  clear: both;
}
body.theme__mv_new.booking .slide .form-item-step1-dateOfTravelDay,
body.theme__mv_new.booking .slide .form-item-step1-dateOfTravelMonth,
body.theme__mv_new.booking .slide .form-item-step1-dateOfTravelYear {
  position: relative;
  float: left;
  width: 33.333%;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
body.theme__mv_new.booking .slide .form-item-step1-adults,
body.theme__mv_new.booking .slide .form-item-step1-tripLength,
body.theme__mv_new.booking .slide .form-item-step1-children {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
body.theme__mv_new.booking .slide .form--block__travel .form--block__fields {
  margin-top: 45px;
}
body.theme__mv_new.booking .slide .form--block__contact-information .form--block__fields {
  margin-top: 25px;
}
body.theme__mv_new.booking .slide h3 {
  font-family: 'mv-fonts-lato';
  font-size: 21px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #1d252c;
  padding-bottom: 15px;
}
body.theme__mv_new.booking .slide p {
  font-family: 'mv-fonts-lato';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: left;
  color: #878787;
  padding-bottom: 25px;
  padding-right: 20px;
}
body.theme__mv_new.booking .slide .help-block {
  font-family: 'mv-fonts-lato';
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 15px;
  letter-spacing: normal;
  text-align: left;
  color: #878787;
  padding-bottom: 0;
}
body.theme__mv_new.booking .slide .mandatory-field-label {
  font-family: 'mv-fonts-lato';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  text-align: left;
  color: #878787;
}
body.theme__mv_new.booking .slide label {
  font-family: 'mv-fonts-lato';
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #1d252c;
}
body.theme__mv_new.booking .slide input,
body.theme__mv_new.booking .slide select {
  display: inline-block;
  max-width: 100%;
  height: 54px;
  margin-bottom: 5px;
  border: solid 1px #dbdbdb;
  background-color: #ffffff;
  font-family: 'mv-fonts-lato';
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 15px;
  letter-spacing: normal;
  text-align: left;
  color: #1d252c;
}
body.theme__mv_new.booking .slide select {
  text-transform: uppercase;
}
body.theme__mv_new.booking .slide textarea {
  resize: none;
  min-height: 150px;
  border: solid 1px #dbdbdb;
  background-color: #ffffff;
  border-radius: 0;
  padding: 5px;
}
body.theme__mv_new.booking .slide .form-item-step1-additionalComments {
  clear: both;
}
body.theme__mv_new.booking .slide .form-item-step2-check {
  display: none !important;
}
body.theme__mv_new.booking .required-caption {
  font-family: 'mv-fonts-lato';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  text-align: left;
  color: #878787;
}
body.theme__mv_new.booking #formNavigation {
  box-sizing: border-box;
  background-color: #efefef;
  padding: 5px;
  color: #1d252c;
}
body.theme__mv_new.booking #formNavigation .navigation--step {
  width: 33%;
  height: 46px;
  padding-top: 14px;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}
body.theme__mv_new.booking #formNavigation .navigation--step div {
  display: inline;
}
body.theme__mv_new.booking #formNavigation .navigation--step div.navigationStep--number {
  background-color: #fff;
  margin-right: 5px;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -1.2px;
  padding: 0px 4px;
  border-radius: 50%;
}
body.theme__mv_new.booking #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv {
  display: none;
}
body.theme__mv_new.booking #formNavigation .navigation--step.active {
  background-color: #fff;
}
body.theme__mv_new.booking #formNavigation .navigation--step.active div.navigationStep--number {
  background-color: #1d252c;
}
body.theme__mv_new.booking #formNavigation .navigation--step.active div.navigationStep--number span {
  color: #fff !important;
}
body.theme__mv_new.booking #formNavigation .navigation--step.done {
  background-color: #07ad8b;
}
body.theme__mv_new.booking #formNavigation .navigation--step.done .navigationStep--number {
  background-color: inherit;
}
body.theme__mv_new.booking #formNavigation .navigation--step.done .navigationStep--number span.number {
  display: none;
}
body.theme__mv_new.booking #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv {
  font-size: 21px;
  line-height: 0;
  display: inherit;
}
body.theme__mv_new.booking #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv {
  color: #fff !important;
  font-weight: bold;
}
body.theme__mv_new.booking #formNavigation .navigation--step.done .navigationStep--description {
  color: #fff;
}
body.theme__mv_new.booking .form--block__actions {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 80px;
  padding-top: 20px;
}
body.theme__mv_new.booking .form--block__actions .action--next,
body.theme__mv_new.booking .form--block__actions .action--previous {
  position: absolute;
  left: 0;
}
body.theme__mv_new.booking .form--block__actions .action--next {
  right: 0;
  left: inherit;
}
body.theme__mv_new.booking .form--block__actions .change-step {
  width: 214px;
  height: 58px;
  font-family: 'mv-fonts-lato';
  font-size: 21px;
  font-weight: bold;
  line-height: 21px;
  color: #fff;
  border: 0;
  background-color: #07ad8b;
}
body.theme__mv_new.booking .form--block__actions .change-step:active,
body.theme__mv_new.booking .form--block__actions .change-step:focus,
body.theme__mv_new.booking .form--block__actions .change-step:visited {
  border: 0;
}
body.theme__mv_new.booking .form--block__actions .change-step:hover {
  opacity: 0.6;
}
body.theme__mv_new.booking .form--block__actions .change-step .glyphicon {
  color: #fff !important;
  font-size: 21px !important;
  line-height: 21px !important;
}
body.theme__mv_new.booking .form--block__actions .change-step.disable {
  background-color: #efefef;
}
body.theme__mv_new.booking .form--block__actions .change-step.disable:hover {
  cursor: not-allowed;
}
body.theme__mv_new.booking .cnil-infos-link {
  font-family: 'mv-fonts-lato';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  text-align: right;
  color: #878787;
  text-decoration: underline;
}
body.theme__mv_new.booking .cnil-infos-link:hover {
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 1200px) {
  body.theme__mv_new.booking {
    background-repeat: no-repeat !important;
  }
}
.page-voyage-groupehtml #mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:hover,
.page-formulaire-de-devishtml #mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:hover,
.page-voyage-sur-mesurehtml #mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:hover,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:hover,
.page-voyage-groupehtml #mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:hover,
.page-formulaire-de-devishtml #mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:hover,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:hover,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:hover {
  transition: inherit;
  box-shadow: inherit;
}
#mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:hover,
#mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:hover {
  transition: inherit;
  box-shadow: inherit;
}
.page-voyage-groupehtml #mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme,
.page-formulaire-de-devishtml #mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme,
.page-voyage-sur-mesurehtml #mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme,
.page-voyage-groupehtml #mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme,
.page-formulaire-de-devishtml #mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme {
  box-sizing: border-box;
}
#mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme,
#mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme {
  box-sizing: border-box;
}
.form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme {
  position: relative;
  width: 280px;
  height: auto;
  float: left;
  background: inherit;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  margin: 2px;
  overflow: auto;
}
.form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  font-family: 'mv-fonts-lato';
  font-size: 29px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme {
    width: 47% !important;
  }
}
.form-checkboxes .form-type-checkbox:hover,
.form-checkboxes .form-type-checkbox.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-checkboxes .form-type-checkbox {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-position: 0 50%;
  background-repeat: no-repeat;
  height: auto;
  margin: 1em 0;
  padding: 0;
  -webkit-transition: border ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
  -o-transition: border ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
}
.page-voyage-groupehtml .hamburger.hamburger--spin,
.page-formulaire-de-devishtml .hamburger.hamburger--spin,
.page-voyage-sur-mesurehtml .hamburger.hamburger--spin,
.page-voyage-sur-mesure-10-anshtml .hamburger.hamburger--spin,
.page-voyage-groupehtml .hamburger.hamburger--spin,
.page-formulaire-de-devishtml .hamburger.hamburger--spin,
.page-voyage-sur-mesurehtml .hamburger.hamburger--spin,
.page-voyage-sur-mesure-10-anshtml .hamburger.hamburger--spin {
  display: none !important;
}
.page-voyage-groupehtml #mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:before,
.page-formulaire-de-devishtml #mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:before,
.page-voyage-sur-mesurehtml #mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:before,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:before,
.page-voyage-groupehtml #mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:before,
.page-formulaire-de-devishtml #mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:before,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:before,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:before {
  position: absolute;
  top: 10px;
  right: 10px;
  content: '';
  width: 21px;
  height: 21px;
  border: solid 3px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  opacity: 1;
  border-radius: 0;
  box-sizing: content-box;
  padding: 0;
}
.form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:before {
  content: "\e013";
}
.form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:before {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  content: '';
  font-size: 1em;
  height: 1em;
  opacity: 0.6;
  padding: .5em;
  padding-bottom: 1.5em;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.glyphicon,
.contact__pays .contact--tips li:before,
.page--header .find-destination--wrap:before,
.form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:before,
.navigation--step:before,
#pourquoi-nous > li:before,
.block-devis-sur-mesure:before,
.rating {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme input {
  display: none;
}
.form__quotation .radio input[type="radio"],
.form__quotation .radio-inline input[type="radio"],
.form__quotation .checkbox input[type="checkbox"],
.form__quotation .checkbox-inline input[type="checkbox"] {
  margin-left: 140px;
  margin-top: 1.25em;
}
.form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme img {
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.6, 0.485, 0.96);
  -o-transition: all 0.5s cubic-bezier(0.04, 0.6, 0.485, 0.96);
  transition: all 0.5s cubic-bezier(0.04, 0.6, 0.485, 0.96);
  -webkit-transform: translateZ(0) scale3d(1, 1, 1);
  -ms-transform: translateZ(0) scale3d(1, 1, 1);
  -o-transform: translateZ(0) scale3d(1, 1, 1);
  transform: translateZ(0) scale3d(1, 1, 1);
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme {
  border: 1px solid white;
}
.form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:hover {
  border: 1px solid #279988;
}
.form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme:hover:before {
  border: 3px solid #fff !important;
  background-color: rgba(39, 153, 136, 0.6) !important;
}
.form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme.checked:hover:before,
.form-checkboxes.checkboxes__theme .form-type-checkbox.checkbox__theme.checked:before {
  border: 3px solid #fff !important;
  background-color: #279988 !important;
}
.form-checkboxes.checkboxes__theme {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.form-checkboxes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-voyage-groupehtml #mv-booking-form .form-type-select,
.page-formulaire-de-devishtml #mv-booking-form .form-type-select,
.page-voyage-sur-mesurehtml #mv-booking-form .form-type-select,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .form-type-select,
.page-voyage-groupehtml #mv-booking-10-year-form .form-type-select,
.page-formulaire-de-devishtml #mv-booking-10-year-form .form-type-select,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .form-type-select,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .form-type-select,
.page-voyage-groupehtml #mv-booking-form .form-type-textarea,
.page-formulaire-de-devishtml #mv-booking-form .form-type-textarea,
.page-voyage-sur-mesurehtml #mv-booking-form .form-type-textarea,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .form-type-textarea,
.page-voyage-groupehtml #mv-booking-10-year-form .form-type-textarea,
.page-formulaire-de-devishtml #mv-booking-10-year-form .form-type-textarea,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .form-type-textarea,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .form-type-textarea,
.page-voyage-groupehtml #mv-booking-form .form-type-textfield,
.page-formulaire-de-devishtml #mv-booking-form .form-type-textfield,
.page-voyage-sur-mesurehtml #mv-booking-form .form-type-textfield,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .form-type-textfield,
.page-voyage-groupehtml #mv-booking-10-year-form .form-type-textfield,
.page-formulaire-de-devishtml #mv-booking-10-year-form .form-type-textfield,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .form-type-textfield,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .form-type-textfield {
  position: relative;
}
.page-voyage-groupehtml #mv-booking-form .has-error .field_confirmation_nok,
.page-formulaire-de-devishtml #mv-booking-form .has-error .field_confirmation_nok,
.page-voyage-sur-mesurehtml #mv-booking-form .has-error .field_confirmation_nok,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .has-error .field_confirmation_nok,
.page-voyage-groupehtml #mv-booking-10-year-form .has-error .field_confirmation_nok,
.page-formulaire-de-devishtml #mv-booking-10-year-form .has-error .field_confirmation_nok,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .has-error .field_confirmation_nok,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .has-error .field_confirmation_nok {
  display: block;
}
.page-voyage-groupehtml #mv-booking-form .has-success .field_confirmation_ok,
.page-formulaire-de-devishtml #mv-booking-form .has-success .field_confirmation_ok,
.page-voyage-sur-mesurehtml #mv-booking-form .has-success .field_confirmation_ok,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .has-success .field_confirmation_ok,
.page-voyage-groupehtml #mv-booking-10-year-form .has-success .field_confirmation_ok,
.page-formulaire-de-devishtml #mv-booking-10-year-form .has-success .field_confirmation_ok,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .has-success .field_confirmation_ok,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .has-success .field_confirmation_ok {
  display: block;
}
.page-voyage-groupehtml #mv-booking-form .has-success input,
.page-formulaire-de-devishtml #mv-booking-form .has-success input,
.page-voyage-sur-mesurehtml #mv-booking-form .has-success input,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .has-success input,
.page-voyage-groupehtml #mv-booking-10-year-form .has-success input,
.page-formulaire-de-devishtml #mv-booking-10-year-form .has-success input,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .has-success input,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .has-success input,
.page-voyage-groupehtml #mv-booking-form .has-success select,
.page-formulaire-de-devishtml #mv-booking-form .has-success select,
.page-voyage-sur-mesurehtml #mv-booking-form .has-success select,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .has-success select,
.page-voyage-groupehtml #mv-booking-10-year-form .has-success select,
.page-formulaire-de-devishtml #mv-booking-10-year-form .has-success select,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .has-success select,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .has-success select {
  border: 2px solid #07ad8b !important;
}
.page-voyage-groupehtml #mv-booking-form .has-error input,
.page-formulaire-de-devishtml #mv-booking-form .has-error input,
.page-voyage-sur-mesurehtml #mv-booking-form .has-error input,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .has-error input,
.page-voyage-groupehtml #mv-booking-10-year-form .has-error input,
.page-formulaire-de-devishtml #mv-booking-10-year-form .has-error input,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .has-error input,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .has-error input,
.page-voyage-groupehtml #mv-booking-form .has-error select,
.page-formulaire-de-devishtml #mv-booking-form .has-error select,
.page-voyage-sur-mesurehtml #mv-booking-form .has-error select,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .has-error select,
.page-voyage-groupehtml #mv-booking-10-year-form .has-error select,
.page-formulaire-de-devishtml #mv-booking-10-year-form .has-error select,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .has-error select,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .has-error select {
  border: 2px solid #e7004c !important;
}
.page-voyage-groupehtml #mv-booking-form .field_confirmation_ok,
.page-formulaire-de-devishtml #mv-booking-form .field_confirmation_ok,
.page-voyage-sur-mesurehtml #mv-booking-form .field_confirmation_ok,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .field_confirmation_ok,
.page-voyage-groupehtml #mv-booking-10-year-form .field_confirmation_ok,
.page-formulaire-de-devishtml #mv-booking-10-year-form .field_confirmation_ok,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .field_confirmation_ok,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .field_confirmation_ok,
.page-voyage-groupehtml #mv-booking-form .field_confirmation_nok,
.page-formulaire-de-devishtml #mv-booking-form .field_confirmation_nok,
.page-voyage-sur-mesurehtml #mv-booking-form .field_confirmation_nok,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .field_confirmation_nok,
.page-voyage-groupehtml #mv-booking-10-year-form .field_confirmation_nok,
.page-formulaire-de-devishtml #mv-booking-10-year-form .field_confirmation_nok,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .field_confirmation_nok,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .field_confirmation_nok {
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 40px;
  right: 3px;
  z-index: 2;
}
.page-voyage-groupehtml #mv-booking-form .field_confirmation_ok,
.page-formulaire-de-devishtml #mv-booking-form .field_confirmation_ok,
.page-voyage-sur-mesurehtml #mv-booking-form .field_confirmation_ok,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .field_confirmation_ok,
.page-voyage-groupehtml #mv-booking-10-year-form .field_confirmation_ok,
.page-formulaire-de-devishtml #mv-booking-10-year-form .field_confirmation_ok,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .field_confirmation_ok,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .field_confirmation_ok {
  background-image: url(/sites/all/themes/mv_new/images/tick_white.svg);
  width: 53px;
  height: 53px;
  top: 38px;
  right: 1px;
  background-color: #07ad8b;
}
.page-voyage-groupehtml #mv-booking-form .field_confirmation_nok,
.page-formulaire-de-devishtml #mv-booking-form .field_confirmation_nok,
.page-voyage-sur-mesurehtml #mv-booking-form .field_confirmation_nok,
.page-voyage-sur-mesure-10-anshtml #mv-booking-form .field_confirmation_nok,
.page-voyage-groupehtml #mv-booking-10-year-form .field_confirmation_nok,
.page-formulaire-de-devishtml #mv-booking-10-year-form .field_confirmation_nok,
.page-voyage-sur-mesurehtml #mv-booking-10-year-form .field_confirmation_nok,
.page-voyage-sur-mesure-10-anshtml #mv-booking-10-year-form .field_confirmation_nok {
  background-image: url(/sites/all/themes/mv_new/images/cross_white.svg);
  width: 53px;
  height: 53px;
  top: 38px;
  right: 1px;
  background-color: #e7004c;
}
.form-type-select.form-item-step2-salutation .field_confirmation_ok,
.form-type-select.form-item-step2-salutation .field_confirmation_nok {
  top: 34px !important;
}
.page-voyage-groupe-confirmationhtml .section--title,
.page-formulaire-de-devis-confirmationhtml .section--title,
.page-voyage-sur-mesure-confirmationhtml .section--title,
.page-voyage-sur-mesure-10-ans-confirmationhtml .section--title,
.page-voyage-groupe-confirmationhtml .section--title,
.page-formulaire-de-devis-confirmationhtml .section--title,
.page-voyage-sur-mesure-confirmationhtml .section--title,
.page-voyage-sur-mesure-10-ans-confirmationhtml .section--title,
.page-voyage-groupe-confirmationhtml .mv-breadcrumb,
.page-formulaire-de-devis-confirmationhtml .mv-breadcrumb,
.page-voyage-sur-mesure-confirmationhtml .mv-breadcrumb,
.page-voyage-sur-mesure-10-ans-confirmationhtml .mv-breadcrumb,
.page-voyage-groupe-confirmationhtml .mv-breadcrumb,
.page-formulaire-de-devis-confirmationhtml .mv-breadcrumb,
.page-voyage-sur-mesure-confirmationhtml .mv-breadcrumb,
.page-voyage-sur-mesure-10-ans-confirmationhtml .mv-breadcrumb {
  display: none !important;
}
@media (max-width: 1024px) {
  .page-voyage-groupe-confirmationhtml #mv-booking-form,
  .page-formulaire-de-devis-confirmationhtml #mv-booking-form,
  .page-voyage-sur-mesure-confirmationhtml #mv-booking-form,
  .page-voyage-sur-mesure-10-ans-confirmationhtml #mv-booking-form,
  .page-voyage-groupe-confirmationhtml #mv-booking-form,
  .page-formulaire-de-devis-confirmationhtml #mv-booking-form,
  .page-voyage-sur-mesure-confirmationhtml #mv-booking-form,
  .page-voyage-sur-mesure-10-ans-confirmationhtml #mv-booking-form {
    margin-top: 0 !important;
  }
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation {
  box-sizing: border-box;
  background-color: #efefef;
  padding: 10px 5px;
  color: #1d252c;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step {
  width: 33%;
  height: 46px;
  padding-top: 14px;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div {
  display: inline;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number {
  background-color: #fff;
  margin-right: 5px;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -1.2px;
  padding: 0px 4px;
  border-radius: 50%;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv {
  display: none;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.active {
  background-color: #fff;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number {
  background-color: #1d252c;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span {
  color: #fff !important;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done {
  background-color: #07ad8b;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number {
  background-color: inherit;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number {
  display: none;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv {
  font-size: 21px;
  line-height: 0;
  display: inherit;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv {
  color: #fff !important;
  font-weight: bold;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description {
  color: #fff;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step {
  width: 33%;
  height: 30px;
  padding-top: 9px;
  font-family: 'mv-fonts-lato';
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 12px;
  letter-spacing: normal;
  text-align: center;
  color: #1d252c;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number {
  display: none !important;
}
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#tablet--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#tablet--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#tablet--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number {
  display: none !important;
}
@media (max-width: 769px) {
  body.theme__mv_new#tablet--display .content--oneSidebar.bookingConfirmation--message .testimonies iframe {
    width: inherit !important;
    height: inherit;
    margin: 0 auto;
    display: block;
  }
  body.theme__mv_new#tablet--display .block--about.press-block .about--description a {
    display: block;
    margin-top: 45px;
  }
}
body.theme__mv_new#mobile--display.booking .container .page-header {
  font-family: 'mv-fonts-lato';
  font-size: 20px !important;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #1d252c;
  padding: 20px;
  margin: 0;
}
body.theme__mv_new#mobile--display.booking #formNavigation .navigation--step {
  width: 32%;
  height: 30px;
  padding-top: 9px;
  font-family: 'mv-fonts-lato';
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 12px;
  letter-spacing: normal;
  text-align: center;
  color: #1d252c;
}
body.theme__mv_new#mobile--display.booking #formNavigation .navigation--step div.navigationStep--number {
  display: none !important;
}
body.theme__mv_new#mobile--display.booking #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#mobile--display.booking #formNavigation .navigation--step div.navigationStep--number .number {
  display: none !important;
}
body.theme__mv_new#mobile--display.booking .form-item.checkbox.checkbox__theme {
  width: 48%;
}
body.theme__mv_new#mobile--display.booking .form-item.checkbox.checkbox__theme:before {
  width: 11px;
  height: 11px;
}
body.theme__mv_new#mobile--display.booking .form-item.checkbox.checkbox__theme label {
  font-size: 13px;
}
body.theme__mv_new#mobile--display.booking .slide.step .form--block__hotel,
body.theme__mv_new#mobile--display.booking .slide.step .form--block__price,
body.theme__mv_new#mobile--display.booking .slide.step .form--block__wishes,
body.theme__mv_new#mobile--display.booking .slide.step .form--block__travel,
body.theme__mv_new#mobile--display.booking .slide.step .form--block__contact-information {
  width: 100%;
  flex: none;
  padding: 20px;
  padding-top: 0;
}
body.theme__mv_new#mobile--display.booking .slide.step .form-text,
body.theme__mv_new#mobile--display.booking .slide.step .form-select,
body.theme__mv_new#mobile--display.booking .slide.step .form-control {
  height: 30px !important;
  font-family: 'mv-fonts-lato';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 14px;
  letter-spacing: normal;
  text-align: left;
  color: #1d252c;
}
body.theme__mv_new#mobile--display.booking .slide.step .bootstrap-touchspin-up,
body.theme__mv_new#mobile--display.booking .slide.step .bootstrap-touchspin-down {
  height: 30px !important;
  font-size: 15px !important;
}
body.theme__mv_new#mobile--display.booking .slide.step .form-item-step1-additionalComments label {
  font-size: 18px;
}
body.theme__mv_new#mobile--display.booking .slide.step .field_confirmation_ok,
body.theme__mv_new#mobile--display.booking .slide.step .field_confirmation_nok {
  width: 27px !important;
  height: 29px !important;
}
body.theme__mv_new#mobile--display.booking .slide.step textarea {
  height: 80px;
}
body.theme__mv_new#mobile--display.booking .slide.step .form--block__hotel .rassurance--block {
  width: 49%;
  margin-bottom: 10px;
}
body.theme__mv_new#mobile--display.booking .slide.step .form--block__hotel .desc {
  font-size: 12px;
}
body.theme__mv_new#mobile--display.booking .slide.step .form--block__travel .form--block__fields {
  margin-top: 0;
}
body.theme__mv_new#mobile--display.booking .slide.step .form--block__travel .form-item-step1-tripLength {
  width: 100%;
}
body.theme__mv_new#mobile--display.booking .slide.step .form--block__travel .form-item-step1-tripLength .input-group.bootstrap-touchspin {
  width: 50%;
}
body.theme__mv_new#mobile--display.booking .slide.step .form--block__travel .form-item-step1-adults,
body.theme__mv_new#mobile--display.booking .slide.step .form--block__travel .form-item-step1-children {
  width: 50%;
}
body.theme__mv_new#mobile--display.booking .form--block__actions {
  padding-top: 0;
}
body.theme__mv_new#mobile--display.booking .form--block__actions .change-step {
  width: 130px;
  height: 40px;
  font-family: 'mv-fonts-lato';
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 12px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
body.theme__mv_new#mobile--display.booking .form--block__actions .change-step .glyphicon {
  top: 2px;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 10px !important;
}
body.theme__mv_new#mobile--display.booking .form--block__actions .action--previous {
  left: 20px;
}
body.theme__mv_new#mobile--display.booking .form--block__actions .action--next {
  right: 20px;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation {
  box-sizing: border-box;
  background-color: #efefef;
  padding: 10px 5px;
  color: #1d252c;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step {
  width: 33%;
  height: 46px;
  padding-top: 14px;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div {
  display: inline;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number {
  background-color: #fff;
  margin-right: 5px;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -1.2px;
  padding: 0px 4px;
  border-radius: 50%;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon.glyphicon-check-mv {
  display: none;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.active,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.active {
  background-color: #fff;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number {
  background-color: #1d252c;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.active div.navigationStep--number span {
  color: #fff !important;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done {
  background-color: #07ad8b;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number {
  background-color: inherit;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number span.number {
  display: none;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv {
  font-size: 21px;
  line-height: 0;
  display: inherit;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--number .glyphicon.glyphicon-check-mv {
  color: #fff !important;
  font-weight: bold;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step.done .navigationStep--description {
  color: #fff;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step {
  width: 32%;
  height: 30px;
  padding-top: 9px;
  font-family: 'mv-fonts-lato';
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 12px;
  letter-spacing: normal;
  text-align: center;
  color: #1d252c;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number {
  display: none !important;
}
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .glyphicon,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#mobile--display.page-voyage-groupe-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#mobile--display.page-formulaire-de-devis-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number,
body.theme__mv_new#mobile--display.page-voyage-sur-mesure-10-ans-confirmationhtml #formNavigation .navigation--step div.navigationStep--number .number {
  display: none !important;
}
#mv-booking-form {
  margin-top: 33px;
}
#mv-booking-form .form--block__actions {
  margin-bottom: 0 !important;
}
#mv-booking-form .modal-header h3 {
  text-align: center;
  margin-bottom: 0;
}
#mv-booking-form .modal-body h5 {
  text-align: center;
  margin-top: 5px;
}
#mv-booking-form .weddingValue--form {
  text-align: center;
}
.confirmationNewsletter--extraInfo {
  background: #e2e2e2;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  font-size: .83em;
  padding: 1em 1.5em;
}
.sponsorshipInput,
.sponsorshipCodeValidation {
  display: none;
}
.confirmationSponsorship--form {
  text-align: center;
}
.confirmationSponsorship--form .sponsorshipInput {
  margin-top: 10px;
}
.confirmationSponsorship--form .sponsorshipInput #sponsorshipFriendName,
.confirmationSponsorship--form .sponsorshipInput #sponsorshipCollaboName {
  display: block;
  width: 51%;
  margin-top: 5px;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  padding: 4px;
}
.confirmationSponsorship--form .sponsorshipInput #sponsorshipDesti {
  display: block;
  width: 50%;
  margin-top: 5px;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  padding: 4px;
}
.sponsorshipTitle {
  font-size: 1.6rem;
}
.page-voyage-sur-mesure-confirmationhtml #navbar,
.page-formulaire-sur-mesure-confirmationhtml #navbar {
  height: 110px;
  background: #1d252c;
  position: inherit;
  overflow: auto;
  width: 100%;
  z-index: 999;
}
.booking .bootstrap-touchspin-up,
.booking .bootstrap-touchspin-down {
  background-color: #e9ecef !important;
  height: 55px !important;
  color: #000 !important;
  font-size: 35px !important;
  padding: 0px 0px !important;
  border: 1px solid #ccc !important;
  width: 46px !important;
}
.booking .input-group-prepend .bootstrap-touchspin-down {
  border-right: 0 !important;
}
.booking .input-group-append .bootstrap-touchspin-up {
  border-left: 0 !important;
}
.booking #edit-step1-triplength,
.booking #edit-step1-adults,
.booking #edit-step1-children {
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  height: 55px !important;
}
#mv-booking-form #confirmationNewsletter {
  font-family: 'mv-fonts-lato';
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #1d252c;
}
#mv-booking-form #confirmationNewsletter .modal-content {
  border-radius: 0;
}
#mv-booking-form #confirmationNewsletter .sponsorshipTitle {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: normal;
  text-align: center;
  color: #1d252c;
  text-transform: uppercase;
  margin-top: 10px;
}
#mv-booking-form #confirmationNewsletter h3 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #1d252c;
}
#mv-booking-form #confirmationNewsletter select,
#mv-booking-form #confirmationNewsletter input[type="text"] {
  width: 190px;
  height: 30px;
  text-transform: uppercase;
  border: 2px solid #ededed;
  padding-left: 10px;
}
#mv-booking-form #confirmationNewsletter select:focus,
#mv-booking-form #confirmationNewsletter input[type="text"]:focus {
  border: 2px solid black;
}
#mv-booking-form #confirmationNewsletter select {
  height: 35px;
  word-wrap: break-word;
  white-space: normal;
}
#mv-booking-form #confirmationNewsletter .confirmationNewsletter--extraInfo {
  display: inline-block;
  margin: 5px 0;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #868e96;
  border: 0;
  background-color: #fff;
}
#mv-booking-form #confirmationNewsletter .modal-header {
  border: 0;
}
#mv-booking-form #confirmationNewsletter .modal-header.email-in-db {
  padding-bottom: 0;
}
#mv-booking-form #confirmationNewsletter .modal-body .radio-inline {
  line-height: 18px;
}
#mv-booking-form #confirmationNewsletter .modal-body.email-in-db {
  padding-top: 0;
}
#mv-booking-form #confirmationNewsletter .modal-footer {
  text-align: center !important;
  border: 0;
  padding-bottom: 15px;
}
#mv-booking-form #confirmationNewsletter .modal-footer button {
  width: 150px;
  height: 40px;
  border: solid 1px #07ad8b;
  background-color: #07ad8b;
  border-radius: 0;
}
#mv-booking-form #confirmationNewsletter .modal-footer button:focus,
#mv-booking-form #confirmationNewsletter .modal-footer button:hover {
  color: #07ad8b;
  background-color: #fff;
}
#mv-booking-form #confirmationNewsletter .modal-footer button.focusout {
  color: #fff !important;
  background-color: #07ad8b !important;
}
#mv-booking-form #confirmationNewsletter .modal-footer button img {
  width: 18px;
  display: none;
  margin-left: 10px;
}
#mv-booking-form #confirmationNewsletter .modal-footer button:disabled img {
  display: inline;
}
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .sponsorshipCode--wrapper {
  overflow: auto;
  position: relative;
  width: 190px;
  margin: 0 auto;
}
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .sponsorshipCode--wrapper #sponsorshipCode.status-wait {
  border: 2px solid #ededed;
}
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .sponsorshipCode--wrapper #sponsorshipCode.status-ok {
  border: 2px solid #07ad8b;
}
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .sponsorshipCode--wrapper #sponsorshipCode.status-nok {
  border: 2px solid #fb6107;
}
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .sponsorshipCode--wrapper .field_confirmation_ok,
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .sponsorshipCode--wrapper .field_confirmation_nok,
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .sponsorshipCode--wrapper .field_confirmation_wait {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 3.5px;
  right: 3.5px;
}
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .sponsorshipCode--wrapper .field_confirmation_ok,
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .sponsorshipCode--wrapper .field_confirmation_wait {
  display: none;
  background-image: url(/sites/all/themes/mv_new/images/tick_white.svg);
  background-color: #07ad8b;
  z-index: 2;
}
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .sponsorshipCode--wrapper .field_confirmation_wait {
  display: block;
  background-color: #ededed;
  z-index: 1;
}
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .sponsorshipCode--wrapper .field_confirmation_nok {
  display: none;
  background-image: url(/sites/all/themes/mv_new/images/cross_white.svg);
  background-color: #fb6107;
  z-index: 2;
}
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .error-code {
  color: #fb6107;
}
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .success-code {
  color: #07ad8b;
}
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .error-code,
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .warning-code,
#mv-booking-form #confirmationNewsletter .sponsorshipCodeValidation .success-code {
  padding-top: 10px;
  font-size: 13px;
}
.content--oneSidebar.bookingConfirmation--message {
  position: relative;
  float: left;
  width: 68.83333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.content--oneSidebar.bookingConfirmation--message .tour--moreLink {
  display: block;
  width: 368px;
  color: #fff;
  background-color: #e7004c;
  font-size: 21px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  padding: 18px 0;
  border: 2px solid #e7004c;
}
.content--oneSidebar.bookingConfirmation--message .tour--moreLink:hover {
  color: #e7004c;
  background-color: #fff;
  text-decoration: none;
}
.content--oneSidebar.bookingConfirmation--message .thanks {
  font-family: 'mv-fonts-lato';
  display: inline-block;
  font-size: 47.5px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 47.5px;
  letter-spacing: normal;
  text-align: left;
  color: #1d252c;
  padding-left: 15px;
  padding-bottom: 40px;
}
.content--oneSidebar.bookingConfirmation--message .back-home,
.content--oneSidebar.bookingConfirmation--message .all-testimonies {
  margin-bottom: 30px;
}
.content--oneSidebar.bookingConfirmation--message p {
  margin-bottom: 5px;
}
.content--oneSidebar.bookingConfirmation--message .mv-icons--design--mv {
  font-size: 45px;
}
@media (max-width: 1023px) {
  .content--oneSidebar.bookingConfirmation--message .tour--moreLink {
    width: 100%;
    font-size: 17px;
  }
  .content--oneSidebar.bookingConfirmation--message .testimonies iframe {
    width: 100% !important;
    height: auto;
  }
  .page--sidebar.page--sidebar__booking .block {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page--sidebar.page--sidebar__booking .block .block--about.press-block a {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body#mobile--display.theme__mv_new.booking #page-header {
    margin: 0;
  }
  body#mobile--display.theme__mv_new.booking .main-container.container {
    background-color: transparent;
  }
  body#mobile--display.theme__mv_new.booking .main-container.container .section--title {
    display: block;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    color: #1d252c;
    padding: 10px;
    padding-bottom: 0;
  }
  body#mobile--display.theme__mv_new.booking .main-container.container .section--title h1 {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0;
  }
  body#mobile--display.theme__mv_new.booking .main-container.container .section--title span.icon {
    display: none;
  }
  body#mobile--display.theme__mv_new.booking .region.region-content {
    margin-top: -1px;
    background-color: #fff;
  }
  body#mobile--display.theme__mv_new.booking form#mv-booking-form {
    margin-top: 15px;
  }
}
.page--sidebar.page--sidebar__booking {
  position: relative;
  float: left;
  width: 31.16666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
.page--sidebar.page--sidebar__booking .block {
  background-color: #e9ecef;
  border-radius: 0;
  border: 0;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #1d252c;
}
.page--sidebar.page--sidebar__booking .block h3 {
  font-family: 'mv-fonts-lato';
  font-size: 21px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #1d252c;
  margin-bottom: 15px;
}
.page--sidebar.page--sidebar__booking .block .block--about {
  position: relative;
  padding-left: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page--sidebar.page--sidebar__booking .block .block--about img {
  position: absolute;
  top: 5px;
  left: 5px;
}
.page--sidebar.page--sidebar__booking .block .block--about.press-block {
  padding-left: 0;
}
.page--sidebar.page--sidebar__booking .block .block--about.press-block .about--title {
  padding-left: 65px;
}
.page--sidebar.page--sidebar__booking .block .tour--moreLink {
  color: #fff;
  background-color: #07ad8b;
  border: 2px solid #07ad8b;
  font-size: 19px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  padding: 17px 15px;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
}
.page--sidebar.page--sidebar__booking .block .tour--moreLink:hover {
  background-color: #fff;
  color: #07ad8b;
  text-decoration: none;
}
@media (max-width: 992px) {
  .page--sidebar.page--sidebar__booking,
  .content--oneSidebar.bookingConfirmation--message {
    float: none;
    width: 100%;
  }
}
#confirmationNewsletter .modal-body .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #ededed;
  border-radius: 50%;
}
#confirmationNewsletter .modal-body input[type='radio'] ~ .checkmark:hover {
  background-color: #ccc;
}
#confirmationNewsletter .modal-body input[type='radio']:checked ~ .checkmark {
  background-color: #fff;
}
#confirmationNewsletter .modal-body .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#confirmationNewsletter .modal-body input[type='radio']:checked ~ .checkmark:after {
  display: block;
}
#confirmationNewsletter .modal-body .checkmark:after {
  top: 3px;
  left: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #07ad8b;
}
#confirmationNewsletter .modal-body .radio-inline {
  padding-left: 30px;
  padding-top: 3px;
}
.block.already-seen .vertical-tiny-tour-list a,
.block.best-seller .vertical-tiny-tour-list a {
  position: relative !important;
  display: block;
  width: 105%;
  font-family: 'mv-fonts-lato';
  font-weight: 700;
  padding: 10px;
}
.block.already-seen .vertical-tiny-tour-list a img,
.block.best-seller .vertical-tiny-tour-list a img {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.block.already-seen .vertical-tiny-tour-list a:hover,
.block.best-seller .vertical-tiny-tour-list a:hover {
  background-color: #efefef;
}
.block.already-seen .vertical-tiny-tour-list .day-and-night,
.block.best-seller .vertical-tiny-tour-list .day-and-night,
.block.already-seen .vertical-tiny-tour-list .price,
.block.best-seller .vertical-tiny-tour-list .price {
  position: absolute;
  top: 25px;
  left: 80px;
  padding: 0;
}
.block.already-seen .vertical-tiny-tour-list .price,
.block.best-seller .vertical-tiny-tour-list .price {
  left: 170px;
}
.block.already-seen h4,
.block.best-seller h4 {
  position: absolute;
  top: 5px;
  left: 80px;
  margin: 0;
  height: 18px;
  font-size: 15px !important;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 210px;
}
.block.already-seen hr,
.block.best-seller hr {
  display: none;
}
.block.already-seen .day-and-night,
.block.best-seller .day-and-night,
.block.already-seen .price,
.block.best-seller .price {
  display: inline-block;
  color: #1d252c !important;
  font-size: 15px !important;
}
.block.already-seen .day-and-night,
.block.best-seller .day-and-night {
  padding-left: 10px;
}
.block.already-seen .price,
.block.best-seller .price {
  padding-left: 20px;
}
.block.already-seen .price span,
.block.best-seller .price span {
  display: none !important;
}
.block.already-seen .stars-count,
.block.best-seller .stars-count {
  position: absolute;
  color: #f7be00;
  top: 47px;
  left: 79px;
  font-size: 18px !important;
  font-weight: bold;
}
.block.already-seen .stars-count span,
.block.best-seller .stars-count span {
  font-size: 12px;
  color: #1d252c;
  padding-left: 5px;
}
.block.already-seen img,
.block.best-seller img {
  width: 60px !important;
  height: 60px !important;
}
.block.already-seen hr,
.block.best-seller hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
#block-mv-tour-comment-guide-tour-best-ranked.for-mobile {
  max-width: 380px;
  margin: 0 auto;
}
#block-mv-tour-comment-guide-tour-best-ranked.for-mobile a {
  text-align: left;
}
#block-mv-tour-comment-guide-tour-best-ranked.for-mobile .discover-other-products-on-tour {
  display: block;
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 1.1rem;
  text-align: center;
}
#block-mv-tour-comment-guide-tour-best-ranked:after {
  background: initial !important;
}
.block.best-seller:after {
  background: initial !important;
}
.block.best-seller .vertical-tiny-tour-list a:hover {
  box-shadow: initial !important;
}
.block.best-seller .vertical-tiny-tour-list a:hover h4.sub-title {
  text-decoration: underline;
}
.block.best-seller .vertical-tiny-tour-list a {
  margin-top: 15px;
}
.block.best-seller .stars-count {
  color: #f7be00;
}
.block.best-seller .stars-count span {
  font-weight: normal;
  color: #1d252c;
}
.block.best-seller .day-and-night {
  color: #1d252c !important;
}
@media (max-width: 1024px) {
  #block-mv-tour-comment-guide-tour-best-ranked {
    display: none;
  }
}
#block-mv-tour-comment-homepage-tour-comment {
  font-family: 'mv-fonts-lato';
  color: #1d252c;
  font-size: 15.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 15.5px;
  letter-spacing: normal;
  text-align: left;
}
#block-mv-tour-comment-homepage-tour-comment p {
  color: #898b8d;
  font-weight: normal;
  line-height: 18px;
}
#block-mv-tour-comment-homepage-tour-comment .review--ranking {
  margin-top: 5px;
}
#block-mv-tour-comment-homepage-tour-comment i.glyphicon-star {
  color: #f7be00;
  font-weight: bold;
  font-size: 20px;
}
section#block-views-contact-photos-block {
  background-color: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
}
section#block-views-contact-photos-block .contact-picture--wrapper {
  display: none;
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
section#block-views-contact-photos-block .contact-picture--wrapper .overlay {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 111px;
  height: 120px;
  background-image: url("/sites/all/themes/mv_new/images/dashed-circle.svg");
  background-repeat: no-repeat;
}
section#block-views-contact-photos-block .contact-picture--wrapper img {
  position: absolute;
  top: 7px;
  left: 3px;
  z-index: 1;
  width: 105px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section#block-views-contact-photos-block .contact--info {
  font-family: 'mv-fonts-lato';
}
section#block-views-contact-photos-block .contact--info .contact--name {
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}
section#block-views-contact-photos-block .contact--info .contact--name a {
  font-size: 21px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #1d252c;
}
section#block-views-contact-photos-block .contact--info .contact--title,
section#block-views-contact-photos-block .contact--info .contact--phone {
  font-size: 18.5px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 18.5px;
  letter-spacing: normal;
  text-align: center;
  color: #1d252c;
}
section#block-views-contact-photos-block .contact--info .contact--title {
  margin-top: 10px;
  margin-bottom: 5px;
}
section#block-views-contact-photos-block .contact--info .phone-number--wrapper {
  width: fit-content;
  width: -moz-fit-content;
  overflow: auto;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}
section#block-views-contact-photos-block .contact--info .phone-number--wrapper i {
  font-size: 31px;
}
section#block-views-contact-photos-block .contact--info .phone-number--wrapper .contact--phone {
  padding-top: 7px;
}
section#block-views-contact-photos-block .contact--info .phone-number--wrapper i,
section#block-views-contact-photos-block .contact--info .phone-number--wrapper .contact--phone {
  display: block;
  float: left;
}
body div.container aside.page--sidebar a.block-devis-sur-mesure {
  display: block;
  width: 80%;
  margin: auto;
}
body div.container aside.page--sidebar a.block-devis-sur-mesure .btn {
  width: 100%;
}
.region-sidebar-second .block {
  margin-top: 25px;
  font-family: 'mv-fonts-lato';
}
.region-sidebar-second .block .block-title {
  font-size: 22.5px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #1d252c;
  margin-bottom: 10px;
}
.region-sidebar-second .block ul {
  margin: 5px 0;
  padding-left: 6px;
}
.region-sidebar-second .block ul li {
  position: relative;
  list-style: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #898b8d;
}
.region-sidebar-second .block ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background: #f7be00;
  content: '';
  position: absolute;
  left: -20px;
  top: 6px;
}
.region-sidebar-second .block#block-block-3 ul {
  padding-left: 23px;
}
.region-sidebar-second .block#block-block-3 ul li {
  color: #868e96;
  line-height: 20px;
}
.region-sidebar-second .block#block-block-3 ul li:before {
  top: -2px;
}
.region-sidebar-second .block#block-block-3 ul li li:before {
  top: 6px;
}
/* This for French and English cities cloud block. */
#block-views-cloud-block .cloud--tag__size-6,
#block-views-cloud-block-1 .cloud--tag__size-6 {
  font-size: 1.9rem !important;
}
#block-views-cloud-block .cloud--tag__size-5,
#block-views-cloud-block-1 .cloud--tag__size-5 {
  font-size: 1.6rem !important;
}
#block-views-cloud-block .cloud--tag__size-4,
#block-views-cloud-block-1 .cloud--tag__size-4 {
  font-size: 1.2rem !important;
}
#block-views-cloud-block .cloud p,
#block-views-cloud-block-1 .cloud p {
  margin-top: 1em;
}
#block-views-cloud-block .cloud--tag a,
#block-views-cloud-block-1 .cloud--tag a {
  color: #868e96;
}
#block-views-cloud-block .cloud--tag__size-1,
#block-views-cloud-block-1 .cloud--tag__size-1 {
  font-size: 0.51rem;
}
#block-views-cloud-block .cloud--tag__size-2,
#block-views-cloud-block-1 .cloud--tag__size-2 {
  font-size: 0.67rem;
}
#block-views-cloud-block .cloud--tag__size-3,
#block-views-cloud-block-1 .cloud--tag__size-3 {
  font-size: 0.83rem;
}
#block-views-cloud-block .cloud--tag__size-4,
#block-views-cloud-block-1 .cloud--tag__size-4 {
  font-size: 0.99rem;
}
#block-views-cloud-block .cloud--tag__size-5,
#block-views-cloud-block-1 .cloud--tag__size-5 {
  font-size: 1.15rem;
}
#block-views-cloud-block .cloud--tag__size-6,
#block-views-cloud-block-1 .cloud--tag__size-6 {
  font-size: 1.31rem;
}
#block-views-cloud-block .cloud--tag__size-7,
#block-views-cloud-block-1 .cloud--tag__size-7 {
  font-size: 1.47rem;
}
#block-views-cloud-block a,
#block-views-cloud-block-1 a {
  text-decoration: none !important;
}
/* END This for French and English cities cloud block. */
.node-type-homepage-3w #block-travelers-review {
  line-height: 0;
}
.node-type-homepage-3w #block-travelers-review .reviews--wrapper {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 20px;
  line-height: 0;
}
.node-type-homepage-3w #block-travelers-review .reviews--wrapper .reviews-img {
  position: relative;
  width: max-content;
}
.node-type-homepage-3w #block-travelers-review .reviews--wrapper .reviews-img .circle {
  position: absolute;
  top: 50%;
  left: 30%;
  height: 185px;
  width: 185px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-top: 30px;
}
.node-type-homepage-3w #block-travelers-review .reviews--wrapper .reviews-img .circle .avg-text,
.node-type-homepage-3w #block-travelers-review .reviews--wrapper .reviews-img .circle .nb-reviews {
  font-size: 17px;
  font-weight: bold;
}
.node-type-homepage-3w #block-travelers-review .reviews--wrapper .reviews-img .circle .score {
  font-weight: 900;
  font-size: 41px;
  padding-top: 10px;
}
.node-type-homepage-3w #block-travelers-review .reviews--wrapper .reviews-img .circle .stars {
  font-family: 'Glyphicons Halflings';
  color: #f7be00;
  font-size: 1.2rem;
}
.node-type-homepage-3w #block-travelers-review .reviews--wrapper .slider-wrapper {
  max-width: 852px;
}
.node-type-homepage-3w #block-travelers-review .reviews--wrapper .slider-wrapper .thumbnail-wrapper {
  position: relative;
}
.node-type-homepage-3w #block-travelers-review .reviews--wrapper .slider-wrapper .thumbnail-wrapper:hover .btn-mask {
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.node-type-homepage-3w #block-travelers-review .reviews--wrapper .slider-wrapper .thumbnail-wrapper .btn-mask {
  position: absolute;
  height: 45px;
  width: 90px;
  border: 0.066em solid #fff;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.5em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.node-type-homepage-3w #block-travelers-review .reviews--wrapper .slider-wrapper .thumbnail-wrapper .btn-mask .glyphicon {
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  right: -35px;
  top: 11px;
}
.node-type-homepage-3w #block-travelers-review .reviews--wrapper .slider-wrapper .thumbnail-wrapper img {
  width: 397px;
  height: 267px;
}
.node-type-homepage-3w #block-travelers-review .btn--wrapper {
  text-align: center;
}
.node-type-homepage-3w .modal-content .close {
  position: absolute;
  right: 5px;
  top: 7px;
  z-index: 10;
  opacity: 1;
}
.node-type-homepage-3w .modal-content .close span {
  font-size: 2rem;
}
.node-type-homepage-3w .modal-content .modal-body .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.node-type-homepage-3w .modal-content .modal-body .vjs-big-play-button .vjs-icon-placeholder {
  font-size: 3rem;
  position: relative;
  left: -20px;
  top: -10px;
  color: #fff;
}
.node-type-homepage-3w .modal-content .modal-body .vjs-control-bar {
  height: 4em;
}
.node-type-homepage-3w .modal-content .modal-body .vjs-control-bar .vjs-control span {
  color: #fff;
}
@media (max-width: 768px) {
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .section--title .icon {
    bottom: -13px;
  }
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper {
    grid-template-columns: auto;
  }
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .reviews-img {
    width: 87.5vw;
    height: auto;
    margin: 0 auto;
  }
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .reviews-img .circle {
    height: 140px;
    width: 140px;
    padding-top: 20px;
  }
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .reviews-img .circle .avg-text,
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .reviews-img .circle .score,
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .reviews-img .circle .nb-reviews,
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .reviews-img .circle .stars {
    padding: 0;
    margin-bottom: 7px;
  }
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .reviews-img .circle .avg-text {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: 0.35px;
    text-align: center;
  }
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .reviews-img .circle .score {
    font-size: 32.5px;
  }
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .slider-wrapper {
    margin: 0 auto 10px auto;
  }
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .slider-wrapper mv-slider .thumbnail-wrapper {
    margin-right: 18px;
  }
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .slider-wrapper mv-slider .thumbnail-wrapper:last-child {
    margin-right: 0;
  }
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .slider-wrapper mv-slider .thumbnail-wrapper img {
    width: 145px;
    height: 100px;
  }
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .slider-wrapper mv-slider .thumbnail-wrapper .btn-mask {
    width: 44px;
    height: 31px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.65);
    border: none;
  }
  .node-type-homepage-3w:not(#tablet--display) #block-travelers-review .reviews--wrapper .slider-wrapper mv-slider .thumbnail-wrapper .btn-mask .glyphicon {
    font-size: 1rem;
    right: -15px;
    top: 4px;
  }
}
.node-type-homepage-3w#tablet--display #block-travelers-review .reviews--wrapper {
  grid-template-columns: repeat(2, 45vw);
  margin-bottom: 30px;
}
.node-type-homepage-3w#tablet--display #block-travelers-review .reviews--wrapper .reviews-img {
  width: auto;
}
.node-type-homepage-3w#tablet--display #block-travelers-review .reviews--wrapper .slider-wrapper mv-slider .thumbnail-wrapper {
  height: calc(30.68965517vw);
}
.also-liked .list--wrapper {
  min-height: 475px;
}
.also-liked .list--wrapper .products-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(294px, 1fr));
  row-gap: 30px;
  justify-items: self-end;
  margin-left: -23px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
#mobile--display .also-liked .list--wrapper {
  min-height: 185px;
}
#mobile--display .also-liked .list--wrapper .products-list {
  display: flex;
  margin-left: 0;
}
#mobile--display .also-liked .list--wrapper .products-list mv-product-thumbnail {
  margin: 0 auto;
}
#mobile--display .also-liked .list--wrapper .products-list mv-product-thumbnail:first-child {
  margin-right: 0;
}
.inspiration-caprice > a {
  display: contents;
}
.inspiration-caprice .thematics--wrapper {
  margin: 0 -15px;
}
.inspiration-caprice .thematics--wrapper .thematic {
  display: inline-block;
  position: relative;
  width: 295px;
  height: 430px;
  margin-right: 16px;
}
.inspiration-caprice .thematics--wrapper .thematic .img {
  height: 100%;
}
.inspiration-caprice .thematics--wrapper .thematic .img img {
  filter: brightness(0.85);
  width: 100%;
  height: 100%;
}
.inspiration-caprice .thematics--wrapper .thematic .title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  font-size: 31px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
.inspiration-caprice .thematics--wrapper .thematic:first-child,
.inspiration-caprice .thematics--wrapper .thematic:nth-child(2),
.inspiration-caprice .thematics--wrapper .thematic:nth-child(8n+0),
.inspiration-caprice .thematics--wrapper .thematic:nth-child(7n+0) {
  width: 610px;
  height: 395px;
  margin-bottom: 16px;
}
.inspiration-caprice .thematics--wrapper .thematic:nth-child(2),
.inspiration-caprice .thematics--wrapper .thematic:nth-child(6n+0),
.inspiration-caprice .thematics--wrapper .thematic:nth-child(6n+2) {
  margin-right: 0;
}
.inspiration-caprice .thematics--wrapper .thematic.mobile {
  width: 39vw;
  height: calc(54.92957746vw);
  margin-bottom: 0;
  margin-right: 4vw;
  white-space: normal;
}
.inspiration-caprice .btn {
  text-align: center;
  margin: 15px auto;
  display: block;
  width: fit-content;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .inspiration-caprice .thematics--wrapper {
    text-align: center;
  }
  .inspiration-caprice .thematics--wrapper .thematic:not(.mobile) {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .inspiration-caprice .thematics--wrapper {
    margin: unset;
  }
  .inspiration-caprice .thematics--wrapper .thematic .title {
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.35px;
    white-space: initial;
    width: 98%;
  }
}
#tablet--display .inspiration-caprice .thematics--wrapper {
  margin: 0;
}
.best-destis--wrapper {
  line-height: 0;
}
.best-destis--wrapper .vignette--wrapper {
  width: 399.3px;
  margin-right: 19px;
  display: inline-grid;
}
.best-destis--wrapper .vignette--wrapper.mobile {
  width: 39vw;
  margin-right: 4vw;
}
.best-destis--wrapper .vignette--wrapper.mobile .vignette {
  margin-bottom: 4vw;
}
.best-destis--wrapper .vignette--wrapper.mobile .vignette .opacity-overlay {
  height: 60%;
}
.best-destis--wrapper .vignette--wrapper.mobile .vignette .vignette--txt {
  font-size: 14px;
  left: 12px;
  bottom: 7px;
}
.best-destis--wrapper .vignette--wrapper .best-desti--img {
  position: relative;
}
.best-destis--wrapper .vignette--wrapper .vignette {
  margin-bottom: 20px;
  overflow: hidden;
}
.best-destis--wrapper .vignette--wrapper .vignette:hover {
  z-index: 4;
}
.best-destis--wrapper .vignette--wrapper .vignette:hover img {
  transform: scale(1.15);
}
.best-destis--wrapper .vignette--wrapper .vignette:last-child {
  margin-bottom: 0;
}
.best-destis--wrapper .vignette--wrapper .vignette img {
  transition: all 0.3s ease-in-out;
  will-change: transform;
}
.best-destis--wrapper .vignette--wrapper .vignette .vignette--txt {
  position: absolute;
  bottom: 14px;
  left: 20px;
  font-size: 31px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.best-destis--wrapper .vignette--wrapper .vignette .opacity-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.best-destis--wrapper .no-slider--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 -15px;
}
.best-destis--wrapper .no-slider--wrapper .vignette--wrapper {
  width: auto;
  margin: 0;
}
#tablet--display .best-destis--wrapper .vignette--wrapper.mobile .vignette {
  overflow: visible;
}
#tablet--display .best-destis--wrapper .vignette--wrapper.mobile .vignette .vignette--txt {
  font-size: 17px;
}
body.theme__mv_new #block-block-273 .section--title {
  display: inline-block;
  position: relative;
  top: 73px;
}
body.theme__mv_new .mariage--wrapper {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 100px;
  justify-content: space-between;
  align-items: center;
}
body.theme__mv_new .mariage--wrapper > div p {
  width: 450px;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8 !important;
  letter-spacing: normal;
  text-align: left;
}
body.theme__mv_new .mariage--wrapper > div p.en-tete {
  font-weight: bold;
}
body.theme__mv_new .mariage--wrapper .img {
  width: 609px;
}
@media (max-width: 1200px) {
  body.theme__mv_new #block-block-273 .section--title {
    display: block;
    position: unset;
  }
  body.theme__mv_new .mariage--wrapper {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }
}
@media (max-width: 700px) {
  body.theme__mv_new .mariage--wrapper {
    gap: 30px;
  }
  body.theme__mv_new .mariage--wrapper div:nth-child(2) {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  body.theme__mv_new .mariage--wrapper .text {
    width: 87.5vw;
    text-align: center;
  }
  body.theme__mv_new .mariage--wrapper .text p {
    width: inherit;
  }
  body.theme__mv_new .mariage--wrapper .text a {
    text-decoration: none;
  }
  body.theme__mv_new .mariage--wrapper .text a .btn-secondary {
    width: fit-content;
    display: table-cell;
    margin: auto;
  }
  body.theme__mv_new .mariage--wrapper .img {
    width: 87.5vw;
    margin: auto;
  }
}
body.theme__mv_new#tablet--display .mariage--wrapper {
  grid-template-columns: auto auto;
  grid-gap: 30px;
  justify-content: space-between;
}
body.theme__mv_new#tablet--display .mariage--wrapper > div p {
  width: 100%;
  font-size: 16px;
}
body.theme__mv_new#tablet--display .mariage--wrapper .text a {
  display: block;
  text-align: center;
}
body.theme__mv_new#tablet--display .mariage--wrapper .text a .btn-secondary {
  font-size: 20px;
  font-weight: 700;
}
body.theme__mv_new#tablet--display .mariage--wrapper .img {
  width: 43vw;
}
#our-community {
  clear: both;
  overflow: auto;
  padding: 30px 0;
}
#our-community span.page-header {
  clear: both;
  font-family: 'mv-fonts-lato';
  display: inline;
  border-bottom: none;
  padding-left: 15px;
  font-size: 47.5px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
}
#our-community .community-box {
  float: left;
  width: 18%;
  margin-right: 2.5%;
  position: relative;
}
#our-community .community-box .vignette--title {
  position: absolute;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
  text-align: center;
  text-shadow: 1px 1px #000000;
}
#our-community .community-box.last {
  margin-right: 0%;
}
#our-community .community-box:hover {
  cursor: pointer;
}
#mobile--display #our-community .community-box {
  float: none;
  width: 50%;
}
.rassurance-wrapper {
  width: 100%;
  background-color: #ececec;
  overflow: auto;
  margin-top: 30px;
}
.rassurance-wrapper .rassurance {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  overflow: auto;
}
.rassurance-wrapper .rassurance .block {
  float: left;
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  padding: 1%;
}
.rassurance-wrapper .rassurance .block .text,
.rassurance-wrapper .rassurance .block .number {
  margin-top: -6px;
  font-size: 32px;
  line-height: 32px;
}
.rassurance-wrapper .rassurance .block .sentence {
  font-size: 13px;
  line-height: 15px;
}
.rassurance-wrapper .rassurance .block .sentence.first {
  margin-bottom: 0;
}
.rassurance-wrapper .rassurance .block .icon {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.rassurance-wrapper .rassurance .block.nb-conseiller .icon {
  background: url("/sites/all/themes/mv_new/images/rassurance/nb-conseiller-icon.png") center center no-repeat;
}
.rassurance-wrapper .rassurance .block.nb-avis .icon {
  background: url("/sites/all/themes/mv_new/images/rassurance/nb-avis-icon.png") center center no-repeat;
}
.rassurance-wrapper .rassurance .block.nb-itineraire .icon {
  background: url("/sites/all/themes/mv_new/images/rassurance/nb-itineraire-icon.png") center center no-repeat;
}
.rassurance-wrapper .rassurance .block.nb-voyageur {
  padding-top: 1.9%;
}
.rassurance-wrapper .rassurance .block.nb-voyageur .icon {
  background: url("/sites/all/themes/mv_new/images/rassurance/nb-voyageur-icon.png") center center no-repeat;
}
.rassurance-wrapper .rassurance .block.garantie .icon {
  background: url("/sites/all/themes/mv_new/images/rassurance/garantie.png") center center no-repeat;
}
@media (max-width: 991px) {
  .rassurance-wrapper .rassurance .block {
    width: 50%;
  }
  .rassurance-wrapper .rassurance .block.nb-voyageur {
    display: none;
  }
  .rassurance-wrapper .rassurance .block.garantie {
    clear: both;
  }
}
body div.container aside.page--sidebar .sidebarMenu--item {
  margin-bottom: 1em;
  padding: 0;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 0 !important;
}
body div.container aside.page--sidebar .sidebarMenu--item .dropdown-menu {
  font-size: 1em;
  padding-left: 1em;
  text-align: left;
  position: inherit !important;
  display: block !important;
  float: inherit !important;
  margin-top: 0;
  border-radius: 0;
  border-top: 0;
  padding-left: 0;
}
body div.container aside.page--sidebar .sidebarMenu--heading > a {
  background: #1d252c;
  color: #fff !important;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 12px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 0;
}
body div.container aside.page--sidebar .sidebarMenu--heading > a:hover {
  color: #e7004c !important;
}
body div.container aside.page--sidebar .sidebarMenu--heading > a:after {
  content: '-';
  margin-top: -5.5px;
  position: absolute;
  right: 25px;
  top: 11px;
  width: 0;
}
body div.container aside.page--sidebar .sidebarMenu--heading > a.collapsed:after {
  content: '+';
}
#my-favorite a,
#my-history a {
  border-radius: 0;
  min-height: 150px;
}
#my-favorite a:focus,
#my-history a:focus,
#my-favorite a:hover,
#my-history a:hover {
  text-decoration: none;
}
#my-favorite h3,
#my-history h3 {
  padding-top: 15px;
}
#my-favorite span,
#my-history span {
  color: #1d252c;
}
#my-favorite .form-submit,
#my-history .form-submit {
  padding: 5px 12px;
  background-color: #e7004c;
  color: #fff;
  border: 1px solid #fff;
}
#my-favorite .form-submit:hover,
#my-history .form-submit:hover {
  background-color: #fff;
  border: 1px solid #e7004c;
  color: #e7004c;
}
#my-favorite .i-like-it,
#my-history .i-like-it,
#my-favorite .it-sux,
#my-history .it-sux {
  font-size: 25px;
  position: absolute;
}
#my-favorite .prices,
#my-history .prices {
  font-size: 17px;
}
#my-favorite .prices span,
#my-history .prices span {
  position: relative;
  color: #e7004c;
  font-weight: bold;
}
#my-favorite .stars-count,
#my-history .stars-count {
  position: relative;
  color: #f7be00;
  font-weight: bold;
}
@media (max-width: 769px) {
  #my-favorite,
  #my-history {
    text-align: center;
  }
  #my-favorite img,
  #my-history img {
    min-height: 174px;
    margin: 0 auto;
  }
  #my-favorite a,
  #my-history a {
    min-height: 363px;
    text-decoration: none !important;
  }
  #my-favorite .cities,
  #my-history .cities {
    display: block;
  }
  #my-favorite .prices,
  #my-history .prices {
    display: inline;
    text-align: left;
    margin-bottom: 10px;
  }
  #my-favorite .i-like-it,
  #my-history .i-like-it {
    left: 40%;
    bottom: 60px;
  }
  #my-favorite .it-sux,
  #my-history .it-sux {
    right: 40%;
    bottom: 60px;
  }
  #my-favorite .form-submit,
  #my-history .form-submit {
    display: block;
    margin-top: 45px !important;
  }
}
@media (min-width: 768px) {
  #my-favorite img,
  #my-history img {
    width: 190px;
  }
  #my-favorite h4,
  #my-history h4 {
    position: absolute;
    top: 0px;
    left: 210px;
    margin: 0;
    width: 55%;
  }
  #my-favorite span,
  #my-history span {
    position: absolute;
  }
  #my-favorite span.cities,
  #my-history span.cities {
    left: 210px;
    top: 42px;
    right: 200px;
  }
  #my-favorite span.prices,
  #my-history span.prices {
    right: 10px;
    top: 0px;
  }
  #my-favorite div,
  #my-history div {
    position: absolute;
  }
  #my-favorite div.tour-review-rating,
  #my-history div.tour-review-rating {
    top: 111px;
    left: 210px;
  }
  #my-favorite div.tour-review-rating span,
  #my-history div.tour-review-rating span {
    position: relative;
  }
  #my-favorite .i-like-it,
  #my-history .i-like-it {
    top: 25px;
    right: 50px;
  }
  #my-favorite .it-sux,
  #my-history .it-sux {
    top: 25px;
    right: 20px;
  }
  #my-favorite .i-like-it,
  #my-history .i-like-it,
  #my-favorite .it-sux,
  #my-history .it-sux {
    color: #1d252c;
  }
  #my-favorite .i-like-it:hover,
  #my-history .i-like-it:hover,
  #my-favorite .it-sux:hover,
  #my-history .it-sux:hover {
    color: #e7004c;
  }
  #my-favorite .form-submit,
  #my-history .form-submit {
    right: 10px;
    top: 65px;
  }
}
#my-favorite span.i-like-it {
  color: #e7004c;
}
.tour-seen {
  display: block;
  position: relative;
  padding: 10px;
  border: 1px solid #dedede;
  border-radius: 14px;
  margin-bottom: 10px;
}
.tour-seen > * {
  margin-top: 10px !important;
}
.tour-seen > img {
  margin-top: 0 !important;
}
.page-node-40 h2 {
  text-align: center !important;
}
@media (min-width: 768px) {
  .page-node-40 .listVignettes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .page-node-40 .listVignettes > a {
    -webkit-box-flex: 0 1 299px;
    -moz-box-flex: 0 1 299px;
    -webkit-flex: 0 1 299px;
    -ms-flex: 0 1 299px;
    flex: 0 1 299px;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .page-node-40 .listVignettes > a {
    margin-top: 40px;
    display: block;
  }
}
.page-node-40 .vignette--complements {
  display: none;
  position: absolute;
  top: 0;
  background-color: #1d252c;
  color: #fff;
  width: 270px;
  height: 311px;
  padding: 10px;
  text-align: justify;
  overflow: hidden;
}
.page-node-40 .vignette--complements .vignette--title {
  text-align: center;
  color: #e7004c;
  padding-bottom: 10px;
}
.page-node-40 .vignette--complements p {
  color: #fff !important;
}
.page-node-40 .listVignettes__contacts {
  margin-top: 3.5em;
}
.listVignettes__contacts .page-node-40 {
  padding-bottom: 7.5px;
  padding-top: 7.5px;
}
@media (min-width: 768px) {
  .page-node-40 .listVignettes__contacts .vignette {
    position: relative;
    float: none;
    width: 100%;
  }
}
.page-node-40 .complements--text {
  line-height: normal;
  font-weight: normal;
  text-transform: none;
}
.page-node-40 .complements--text p {
  font-size: 14.75px !important;
  line-height: 19px !important;
}
.listVignettes__contacts .page-node-40 .complements--text,
.listVignettes__rassurances .page-node-40 .complements--text {
  font-weight: 500;
}
.listVignettes__contacts .page-node-40 .complements--text a,
.listVignettes__rassurances .page-node-40 .complements--text a {
  color: #fff !important;
}
.listVignettes__contacts .page-node-40 .complements--text p {
  opacity: 0;
}
.listVignettes__contacts .vignette:hover .page-node-40 .complements--text p {
  opacity: 1;
}
.page-node-40 .listVignettes__contacts h1,
.page-node-40 .listVignettes__contacts h2,
.page-node-40 .listVignettes__contacts h3,
.page-node-40 .listVignettes__contacts h4,
.page-node-40 .listVignettes__contacts h5,
.page-node-40 .listVignettes__contacts h6 {
  display: none;
}
.page-node-40 h2 + .listVignettes__contacts {
  margin: -20px 0 80px 0;
}
body.theme__mv_new.page-node-36 .container .field-type-text-with-summary {
  padding: 0;
}
body.theme__mv_new.page-node-36 .container .title {
  text-transform: uppercase;
  margin: 30px 0;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #1d252c;
  padding: 0 !important;
}
body.theme__mv_new.page-node-36 .container .adresses--container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px auto 30px auto;
  grid-template-columns: auto auto auto;
  gap: 30px;
}
body.theme__mv_new.page-node-36 .container .adresses--container .address--city,
body.theme__mv_new.page-node-36 .container .adresses--container .address--street,
body.theme__mv_new.page-node-36 .container .adresses--container .address--horaires {
  padding: 0 !important;
}
body.theme__mv_new.page-node-36 .container .adresses--container p {
  margin: 0;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #1d252c;
}
body.theme__mv_new.page-node-36 .container .adresses--container a {
  margin: 30px 0;
}
body.theme__mv_new.page-node-36 .container .adresses--container .address--city {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 800;
}
body.theme__mv_new.page-node-36 .container .adresses--container .address--phone {
  margin: 30px 0;
}
body.theme__mv_new.page-node-36 .container .adresses--container .address--phone .mv-icons--design--phone {
  font-weight: 800;
  font-size: 1.6rem;
  position: relative;
  top: 4px;
}
body.theme__mv_new.page-node-36 .container .adresses--container .horaire .address--horaires {
  font-weight: 800;
}
body.theme__mv_new.page-node-36 .container .adresses--container .map--wrapper {
  width: 400px;
  height: 314px;
}
body.theme__mv_new.page-node-36 .container .adresses--container .map--wrapper mv-map {
  height: 100%;
}
body.theme__mv_new.page-node-36 .container .contact--social ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  justify-content: center;
}
body.theme__mv_new.page-node-36 .container .contact--social ul li {
  text-align: center;
  margin-right: 30px;
}
body.theme__mv_new.page-node-36 .container .contact--social ul li a {
  color: #1d252c;
  text-decoration: none;
}
body.theme__mv_new.page-node-36 .container .contact--social ul li a i {
  font-size: 2.5rem;
}
body.theme__mv_new.page-node-36#tablet--display article,
body.theme__mv_new.page-node-36#mobile--display article {
  padding: 0 4vw;
}
body.theme__mv_new.page-node-36#mobile--display #page-header span img {
  height: 188px;
}
body.theme__mv_new.page-node-36#mobile--display .container .title {
  padding: 0;
  margin: 15px 0;
}
body.theme__mv_new.page-node-36#mobile--display .container .adresses--container {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-template-areas: "paris" "map-paris" "lyon" "map-lyon" "rennes" "map-rennes";
  margin-bottom: 10px;
}
body.theme__mv_new.page-node-36#mobile--display .container .adresses--container .add--wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
body.theme__mv_new.page-node-36#mobile--display .container .adresses--container .add--wrapper .address--phone {
  margin: 10px 0;
}
body.theme__mv_new.page-node-36#mobile--display .container .adresses--container #add--paris {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: paris;
}
body.theme__mv_new.page-node-36#mobile--display .container .adresses--container #add--lyon {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: lyon;
}
body.theme__mv_new.page-node-36#mobile--display .container .adresses--container #add--rennes {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: rennes;
}
body.theme__mv_new.page-node-36#mobile--display .container .adresses--container #map--paris {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: map-paris;
}
body.theme__mv_new.page-node-36#mobile--display .container .adresses--container #map--lyon {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: map-lyon;
}
body.theme__mv_new.page-node-36#mobile--display .container .adresses--container #map--rennes {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: map-rennes;
}
body.theme__mv_new.page-node-36#mobile--display .container .adresses--container .map--wrapper {
  width: 100%;
  height: calc(62.99212598vw);
  -ms-grid-column-align: center;
  justify-self: center;
}
body.theme__mv_new.page-node-36#mobile--display .container .contact--social {
  margin: auto;
}
body.theme__mv_new.page-node-36#mobile--display .container .contact--social ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  gap: 7vw;
  justify-content: space-between;
}
body.theme__mv_new.page-node-36#mobile--display .container .contact--social ul li {
  margin-right: 0;
}
body.theme__mv_new.page-node-36#tablet--display .title {
  font-size: 20px;
}
body.theme__mv_new.page-node-36#tablet--display .container .adresses--container {
  grid-template-columns: 43vw 43vw;
  justify-content: center;
}
body.theme__mv_new.page-node-36#tablet--display .container .adresses--container p {
  font-size: 19px;
}
body.theme__mv_new.page-node-36#tablet--display .container .adresses--container .map--wrapper {
  width: auto;
}
body.theme__mv_new.page-node-36#tablet--display.domain-www-marcoetvasco-fr #page--bloc-devis .contact__pays {
  grid-template-columns: auto auto !important;
}
body.theme__mv_new.page-contacthtml article .mask-btn {
  display: block;
  text-align: center;
}
body.theme__mv_new.page-contacthtml article .content--wrapper p {
  font-size: 21px;
}
body.theme__mv_new.page-contacthtml article .content--wrapper .city {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
}
body.theme__mv_new.page-contacthtml article .content--wrapper strong {
  padding-top: 15px;
  display: block;
}
body.theme__mv_new.page-contacthtml article .contact--cnil {
  padding: 15px 0;
}
body.theme__mv_new.page-node-995 .container .page-header,
body.theme__mv_new.page-contacthtml .container .page-header,
body.theme__mv_new.page-node-36 .container .page-header {
  margin-bottom: 0;
}
body.theme__mv_new.page-node-995 .container .view-header ul li,
body.theme__mv_new.page-contacthtml .container .view-header ul li,
body.theme__mv_new.page-node-36 .container .view-header ul li,
body.theme__mv_new.page-node-995 .container .view-content ul li,
body.theme__mv_new.page-contacthtml .container .view-content ul li,
body.theme__mv_new.page-node-36 .container .view-content ul li {
  position: relative;
  list-style: none;
}
body.theme__mv_new.page-node-995 .container .view-header ul li:before,
body.theme__mv_new.page-contacthtml .container .view-header ul li:before,
body.theme__mv_new.page-node-36 .container .view-header ul li:before,
body.theme__mv_new.page-node-995 .container .view-content ul li:before,
body.theme__mv_new.page-contacthtml .container .view-content ul li:before,
body.theme__mv_new.page-node-36 .container .view-content ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background: #f7be00;
  content: '';
  position: absolute;
  left: -20px;
  top: 6px;
}
body.theme__mv_new.page-node-995 .container .contact--cnil .cnil-infos-link-plain-text,
body.theme__mv_new.page-contacthtml .container .contact--cnil .cnil-infos-link-plain-text,
body.theme__mv_new.page-node-36 .container .contact--cnil .cnil-infos-link-plain-text {
  color: #e7004c !important;
  text-decoration: underline;
}
body.theme__mv_new.page-node-995 .container .contact--cnil .cnil-infos-link-plain-text:hover,
body.theme__mv_new.page-contacthtml .container .contact--cnil .cnil-infos-link-plain-text:hover,
body.theme__mv_new.page-node-36 .container .contact--cnil .cnil-infos-link-plain-text:hover {
  cursor: pointer;
}
body.theme__mv_new.page-node-995 .container .contact--cnil .cnil-infos-content,
body.theme__mv_new.page-contacthtml .container .contact--cnil .cnil-infos-content,
body.theme__mv_new.page-node-36 .container .contact--cnil .cnil-infos-content {
  margin-top: 30px;
  padding: 15px 15px 30px 15px;
  background-color: #efefef;
  border-left: solid 1px #e7004c;
}
body.theme__mv_new.page-node-995 .container .contact--cnil .cnil-infos-content h4,
body.theme__mv_new.page-contacthtml .container .contact--cnil .cnil-infos-content h4,
body.theme__mv_new.page-node-36 .container .contact--cnil .cnil-infos-content h4,
body.theme__mv_new.page-node-995 .container .contact--cnil .cnil-infos-content p,
body.theme__mv_new.page-contacthtml .container .contact--cnil .cnil-infos-content p,
body.theme__mv_new.page-node-36 .container .contact--cnil .cnil-infos-content p {
  color: #898b8d;
}
body.theme__mv_new.page-node-995 .container #contact-suggestions .teaser,
body.theme__mv_new.page-contacthtml .container #contact-suggestions .teaser,
body.theme__mv_new.page-node-36 .container #contact-suggestions .teaser {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: -0.38px;
  text-align: left;
  color: #1d252c;
}
body.theme__mv_new.page-node-995 .container #contact-suggestions form > div,
body.theme__mv_new.page-contacthtml .container #contact-suggestions form > div,
body.theme__mv_new.page-node-36 .container #contact-suggestions form > div {
  border: solid 1px #e9ecef;
  width: 610px;
  padding: 3px;
}
body.theme__mv_new.page-node-995 .container #contact-suggestions form > div .form-type-select,
body.theme__mv_new.page-contacthtml .container #contact-suggestions form > div .form-type-select,
body.theme__mv_new.page-node-36 .container #contact-suggestions form > div .form-type-select {
  display: inline;
  line-height: 1;
}
body.theme__mv_new.page-node-995 .container #contact-suggestions form > div .form-type-select select,
body.theme__mv_new.page-contacthtml .container #contact-suggestions form > div .form-type-select select,
body.theme__mv_new.page-node-36 .container #contact-suggestions form > div .form-type-select select {
  padding: 6px 6px 6px 12px;
  background-color: #fff;
  -webkit-appearance: none;
  font-size: 20px;
  width: 420px;
  height: 70px;
  display: inline-block;
  border: none;
}
body.theme__mv_new.page-node-995 .container #contact-suggestions form > div #edit-submit,
body.theme__mv_new.page-contacthtml .container #contact-suggestions form > div #edit-submit,
body.theme__mv_new.page-node-36 .container #contact-suggestions form > div #edit-submit {
  font-size: 21px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 21px 56px 22px;
  background-color: #07ad8b;
  width: 179px;
  height: 70px;
  border: none;
}
body.theme__mv_new.page-node-995 .container #contact-suggestions form > div #edit-submit:hover,
body.theme__mv_new.page-contacthtml .container #contact-suggestions form > div #edit-submit:hover,
body.theme__mv_new.page-node-36 .container #contact-suggestions form > div #edit-submit:hover {
  background-color: #ffffff;
  color: #07ad8b;
  border: solid 0.5px #07ad8b;
}
body.theme__mv_new.page-node-995#mobile--display .contact--cnil,
body.theme__mv_new.page-contacthtml#mobile--display .contact--cnil,
body.theme__mv_new.page-node-36#mobile--display .contact--cnil,
body.theme__mv_new.page-node-995#tablet--display .contact--cnil,
body.theme__mv_new.page-contacthtml#tablet--display .contact--cnil,
body.theme__mv_new.page-node-36#tablet--display .contact--cnil {
  padding: 15px 6vw;
}
body.theme__mv_new.page-node-995#mobile--display .contact--cnil .toggle_show,
body.theme__mv_new.page-contacthtml#mobile--display .contact--cnil .toggle_show,
body.theme__mv_new.page-node-36#mobile--display .contact--cnil .toggle_show,
body.theme__mv_new.page-node-995#tablet--display .contact--cnil .toggle_show,
body.theme__mv_new.page-contacthtml#tablet--display .contact--cnil .toggle_show,
body.theme__mv_new.page-node-36#tablet--display .contact--cnil .toggle_show {
  font-size: 12px;
}
body.theme__mv_new.page-node-995#mobile--display .contact--cnil .cnil-infos-content h4,
body.theme__mv_new.page-contacthtml#mobile--display .contact--cnil .cnil-infos-content h4,
body.theme__mv_new.page-node-36#mobile--display .contact--cnil .cnil-infos-content h4,
body.theme__mv_new.page-node-995#tablet--display .contact--cnil .cnil-infos-content h4,
body.theme__mv_new.page-contacthtml#tablet--display .contact--cnil .cnil-infos-content h4,
body.theme__mv_new.page-node-36#tablet--display .contact--cnil .cnil-infos-content h4 {
  font-size: 14px;
}
body.theme__mv_new.page-node-995#mobile--display .contact--cnil .cnil-infos-content p,
body.theme__mv_new.page-contacthtml#mobile--display .contact--cnil .cnil-infos-content p,
body.theme__mv_new.page-node-36#mobile--display .contact--cnil .cnil-infos-content p,
body.theme__mv_new.page-node-995#tablet--display .contact--cnil .cnil-infos-content p,
body.theme__mv_new.page-contacthtml#tablet--display .contact--cnil .cnil-infos-content p,
body.theme__mv_new.page-node-36#tablet--display .contact--cnil .cnil-infos-content p {
  line-height: 1.13;
}
body.theme__mv_new.page-node-995#mobile--display .contact--cnil .cnil-infos-content p.address,
body.theme__mv_new.page-contacthtml#mobile--display .contact--cnil .cnil-infos-content p.address,
body.theme__mv_new.page-node-36#mobile--display .contact--cnil .cnil-infos-content p.address,
body.theme__mv_new.page-node-995#tablet--display .contact--cnil .cnil-infos-content p.address,
body.theme__mv_new.page-contacthtml#tablet--display .contact--cnil .cnil-infos-content p.address,
body.theme__mv_new.page-node-36#tablet--display .contact--cnil .cnil-infos-content p.address {
  margin-bottom: 0;
}
body.theme__mv_new.page-node-995#mobile--display .contact--cnil .cnil-infos-content p.address.service,
body.theme__mv_new.page-contacthtml#mobile--display .contact--cnil .cnil-infos-content p.address.service,
body.theme__mv_new.page-node-36#mobile--display .contact--cnil .cnil-infos-content p.address.service,
body.theme__mv_new.page-node-995#tablet--display .contact--cnil .cnil-infos-content p.address.service,
body.theme__mv_new.page-contacthtml#tablet--display .contact--cnil .cnil-infos-content p.address.service,
body.theme__mv_new.page-node-36#tablet--display .contact--cnil .cnil-infos-content p.address.service {
  margin-bottom: 1rem;
}
body.theme__mv_new.page-node-995#mobile--display #contact-suggestions .teaser,
body.theme__mv_new.page-contacthtml#mobile--display #contact-suggestions .teaser,
body.theme__mv_new.page-node-36#mobile--display #contact-suggestions .teaser,
body.theme__mv_new.page-node-995#tablet--display #contact-suggestions .teaser,
body.theme__mv_new.page-contacthtml#tablet--display #contact-suggestions .teaser,
body.theme__mv_new.page-node-36#tablet--display #contact-suggestions .teaser {
  width: 83vw;
  margin: auto auto 15px auto;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #1d252c;
}
body.theme__mv_new.page-node-995#mobile--display #contact-suggestions form > div,
body.theme__mv_new.page-contacthtml#mobile--display #contact-suggestions form > div,
body.theme__mv_new.page-node-36#mobile--display #contact-suggestions form > div,
body.theme__mv_new.page-node-995#tablet--display #contact-suggestions form > div,
body.theme__mv_new.page-contacthtml#tablet--display #contact-suggestions form > div,
body.theme__mv_new.page-node-36#tablet--display #contact-suggestions form > div {
  width: 87.5vw;
  max-width: 600px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.theme__mv_new.page-node-995#mobile--display #contact-suggestions form > div .form-type-select,
body.theme__mv_new.page-contacthtml#mobile--display #contact-suggestions form > div .form-type-select,
body.theme__mv_new.page-node-36#mobile--display #contact-suggestions form > div .form-type-select,
body.theme__mv_new.page-node-995#tablet--display #contact-suggestions form > div .form-type-select,
body.theme__mv_new.page-contacthtml#tablet--display #contact-suggestions form > div .form-type-select,
body.theme__mv_new.page-node-36#tablet--display #contact-suggestions form > div .form-type-select {
  margin-bottom: 0;
}
body.theme__mv_new.page-node-995#mobile--display #contact-suggestions form > div .form-type-select select,
body.theme__mv_new.page-contacthtml#mobile--display #contact-suggestions form > div .form-type-select select,
body.theme__mv_new.page-node-36#mobile--display #contact-suggestions form > div .form-type-select select,
body.theme__mv_new.page-node-995#tablet--display #contact-suggestions form > div .form-type-select select,
body.theme__mv_new.page-contacthtml#tablet--display #contact-suggestions form > div .form-type-select select,
body.theme__mv_new.page-node-36#tablet--display #contact-suggestions form > div .form-type-select select {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1d252c;
  white-space: normal;
}
body.theme__mv_new.page-node-995#mobile--display #contact-suggestions form > div #edit-submit,
body.theme__mv_new.page-contacthtml#mobile--display #contact-suggestions form > div #edit-submit,
body.theme__mv_new.page-node-36#mobile--display #contact-suggestions form > div #edit-submit,
body.theme__mv_new.page-node-995#tablet--display #contact-suggestions form > div #edit-submit,
body.theme__mv_new.page-contacthtml#tablet--display #contact-suggestions form > div #edit-submit,
body.theme__mv_new.page-node-36#tablet--display #contact-suggestions form > div #edit-submit {
  width: 97px;
  padding: unset;
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: center;
}
body.theme__mv_new.page-node-995#tablet--display .container #contact-suggestions form > div,
body.theme__mv_new.page-contacthtml#tablet--display .container #contact-suggestions form > div,
body.theme__mv_new.page-node-36#tablet--display .container #contact-suggestions form > div {
  margin: auto;
}
body.theme__mv_new.page-node-995#tablet--display .container #contact-suggestions form > div .form-type-select select,
body.theme__mv_new.page-contacthtml#tablet--display .container #contact-suggestions form > div .form-type-select select,
body.theme__mv_new.page-node-36#tablet--display .container #contact-suggestions form > div .form-type-select select {
  font-size: 20px;
}
body.theme__mv_new.page-node-995#tablet--display .contact--cnil .cnil-infos-content h4,
body.theme__mv_new.page-contacthtml#tablet--display .contact--cnil .cnil-infos-content h4,
body.theme__mv_new.page-node-36#tablet--display .contact--cnil .cnil-infos-content h4 {
  font-size: 21px;
}
body.theme__mv_new.page-node-995#tablet--display .contact--cnil .cnil-infos-content p,
body.theme__mv_new.page-contacthtml#tablet--display .contact--cnil .cnil-infos-content p,
body.theme__mv_new.page-node-36#tablet--display .contact--cnil .cnil-infos-content p {
  font-size: 19px;
}
@media (min-width: 1024px) {
  body.theme__mv_new.page-node-995#tablet--display .view-header .views-row > p,
  body.theme__mv_new.page-contacthtml#tablet--display .view-header .views-row > p,
  body.theme__mv_new.page-node-36#tablet--display .view-header .views-row > p {
    font-size: 20px;
  }
  body.theme__mv_new.page-node-995#tablet--display .view-header form > div,
  body.theme__mv_new.page-contacthtml#tablet--display .view-header form > div,
  body.theme__mv_new.page-node-36#tablet--display .view-header form > div {
    width: 55vw;
  }
}
.gir--date-listing {
  text-align: left;
  margin-top: 30px;
  max-width: 235px;
}
.gir--date-listing .gir_dates_selector {
  margin-bottom: 10px;
}
.gir--date-listing .gir_dates_container p {
  margin-bottom: 5px;
}
.gir--date-listing .date-listing-container {
  max-height: 150px;
  overflow-y: auto;
}
.gir--date-listing .date-listing-container p {
  margin: 0;
}
.gir--date-listing .date-listing-container .date-listing--month {
  background-color: #1d252c;
  padding: 3px;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
}
.gir--date-listing .date-listing-el {
  padding: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 13px;
}
.gir--date-listing .date-listing-el.odd {
  background-color: #ccc;
  color: #000;
}
.gir_dates_listing_annotation {
  text-align: left;
  margin-top: 10px;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
}
#edit-step1-dateoftravelgir {
  width: 96%;
}
@media (max-width: 750px) {
  .node-type-tour#mobile--display #extensions .ext_map {
    width: 100%;
    padding-bottom: 25px;
  }
  .node-type-tour#mobile--display #extensions .ext_map .showmap-ext--btn {
    display: none !important;
  }
  .node-type-tour#mobile--display #extensions .ext_summary {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 100%;
    padding: 5px;
  }
  .node-type-tour#mobile--display #extensions .ext_summary h4 {
    font-size: 1.5em;
  }
  .node-type-tour#mobile--display #extensions .ext_summary .price {
    font-size: 1.1em;
  }
  .node-type-tour#mobile--display #extensions .ext_summary .listing {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gir--date-listing {
    text-align: center;
    margin-top: 30px;
    max-width: 235px;
    width: 100%;
    margin: 0 auto;
  }
  .gir_dates_listing_annotation {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .gir--date-listing {
    margin: 0 auto !important;
  }
}
.node-type-guide-listing thead,
.node-type-guide-listing .submitted {
  display: none;
}
.node-type-guide-listing .clearfix:before {
  content: none !important;
}
.node-type-guide-listing .field-collection-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  border: 0;
}
.node-type-guide-listing .field-collection-container .field--item {
  text-align: center;
}
.node-type-guide-listing .field-collection-container .field--item .field--item {
  clear: both;
  float: none;
  width: 100%;
}
.node-type-guide-listing .field-collection-container .field--item .field-collection-view {
  display: inline-grid;
  overflow: auto;
  border-bottom: 0;
  margin: 0;
}
.node-type-guide-listing .field-collection-container .field--item .field-collection-view:after {
  content: none;
}
.node-type-guide-listing .field-collection-container .guide-listing--item {
  text-align: center;
  max-width: 180px;
  margin-right: 10px;
}
.node-type-guide-listing .field-collection-container .guide-listing--item img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.node-type-guide-listing .field-collection-container .guide-listing--item p {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
  color: inherit;
}
.node-type-guide-listing .field-collection-container .guide-listing--item.odd {
  clear: both;
}
@media (max-width: 768px) {
  .node-type-guide-listing .field-collection-container .field--item .field-collection-view {
    display: inherit;
    overflow: inherit;
    border-bottom: inherit;
    margin: inherit;
  }
  .node-type-guide-listing .field-collection-container .guide-listing--item {
    position: relative;
    width: 100%;
    margin-right: 10px;
    max-width: inherit;
  }
  .node-type-guide-listing .field-collection-container .guide-listing--item img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .node-type-guide-listing .field-collection-container {
    display: inherit;
  }
  .node-type-guide-listing h2 {
    text-align: center !important;
    padding-bottom: 25px;
  }
}
.page-node-16678 {
  position: relative;
}
.page-node-16678 h1 {
  position: absolute;
  top: -250px;
  left: 40%;
  color: #fff !important;
  text-shadow: 1px 1px 0 #000;
}
.page-node-16678 .page-title h1 {
  position: inherit;
  color: #1d252c !important;
}
@media (max-width: 1280px) {
  .page-node-16678 h1 {
    top: -12%;
  }
}
@media (max-width: 1024px) {
  .page-node-16678 #navbar {
    background-color: #1d252c !important;
  }
  .page-node-16678 h1 {
    position: initial;
    color: initial;
    text-shadow: initial;
  }
  .page-node-16678 .page-title {
    padding: 20px 0;
  }
  .page-node-16678 .field-name-field-header-image-large {
    display: none;
  }
}
.container-recruitment h3 {
  text-transform: initial;
}
.container-recruitment p {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #333333;
}
.container-recruitment iframe#talentplug {
  border: 0 !important;
}
.container-recruitment .row {
  clear: both;
}
.container-recruitment .row .video.left,
.container-recruitment .row .wrapper-right {
  float: left;
  width: 49%;
}
.container-recruitment .row .description.right {
  width: 100%;
}
.container-recruitment .row .glassdoor-parity-wrapper {
  display: block;
  overflow: auto;
  position: relative;
  width: 100%;
  padding-left: 25px;
}
.container-recruitment .row .glassdoor-badge {
  width: 49%;
  float: left;
}
.container-recruitment .row .parity {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  text-align: left;
  font-size: 15px;
}
.container-recruitment .row .parity .parity-number {
  color: #00AA41;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
}
.container-recruitment .row .parity .parity-text {
  font-size: 14px;
}
.container-recruitment .row .parity p {
  margin: 0;
}
.container-recruitment .row .video.left {
  position: relative;
  padding-bottom: 30%;
  margin-left: 15px;
}
.container-recruitment .row .video.left iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-recruitment .row .description.right {
  padding: 10px;
  padding-top: 0;
  padding-left: 20px;
}
.container-recruitment .row .description.right h3 {
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: bold;
}
.container-recruitment .row .description.right .our-offers {
  background-color: #1d252c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: initial;
}
.container-recruitment .row .description.right .our-offers:hover {
  background-color: #090b0d;
}
.container-recruitment .row.second,
.container-recruitment .row.third {
  padding: 0 15px;
  margin-top: 60px;
}
.container-recruitment .row .our-work {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.container-recruitment .row .our-work h2 {
  text-align: left;
  color: #1d252c;
  text-transform: initial;
  margin-top: 0;
  line-height: 1.8rem;
}
.container-recruitment .row .our-work .right,
.container-recruitment .row .our-work .left {
  width: 50%;
  float: left;
}
.container-recruitment .row .our-work.left {
  padding: 10px;
  padding-top: 0;
}
.container-recruitment .row .our-numbers {
  float: left;
  width: 50%;
}
.container-recruitment .row .our-numbers .box-wrapper {
  margin: 0 auto;
  width: 410px;
}
.container-recruitment .row .our-numbers .box {
  width: 200px;
  height: 160px;
  float: left;
  background-color: #E9E7E4;
  text-align: center;
  padding: 45px 25px;
}
.container-recruitment .row .our-numbers .box.left {
  margin-right: 1%;
}
.container-recruitment .row .our-numbers .box.first-line {
  margin-bottom: 1%;
}
.container-recruitment .row .our-numbers .box .box-number {
  font-weight: bold;
  font-size: 20px;
}
.container-recruitment .row .our-numbers .box .box-title,
.container-recruitment .row .our-numbers .box .box-number {
  text-transform: uppercase;
}
.container-recruitment .row .our-numbers .second-line {
  clear: both;
}
.container-recruitment .row#our-offers h2 {
  text-align: left;
  color: #000;
  text-transform: initial;
  margin-top: 0;
}
.container-recruitment .row#our-offers .specific-offer {
  display: block;
  float: left;
  width: 48%;
  height: 104px;
  margin-bottom: 2%;
  border: 3px solid #d1c3a1;
  text-align: center;
}
.container-recruitment .row#our-offers .specific-offer:nth-child(even) {
  margin-right: 4%;
}
.container-recruitment .row#our-offers .specific-offer:hover {
  border: 3px solid #a48743;
  text-decoration: none;
}
.container-recruitment .row#our-offers .specific-offer:focus {
  text-decoration: none;
}
.container-recruitment .row#our-offers .specific-offer.pv {
  border: 3px solid #90b7b7;
}
.container-recruitment .row#our-offers .specific-offer.pv:nth-child(odd) {
  margin-left: 4%;
}
.container-recruitment .row#our-offers .specific-offer.pv:nth-child(even) {
  margin-right: 0;
}
.container-recruitment .row#our-offers .specific-offer.pv .offer-hover {
  background-color: #90b7b7;
}
.container-recruitment .row#our-offers .offer {
  position: relative;
  padding: 10px;
}
.container-recruitment .row#our-offers .offer .left,
.container-recruitment .row#our-offers .offer .right {
  display: inline;
}
.container-recruitment .row#our-offers .offer .left.contract,
.container-recruitment .row#our-offers .offer .right.contract {
  padding-right: 15px;
}
.container-recruitment .row#our-offers .offer .left.contract,
.container-recruitment .row#our-offers .offer .right.contract,
.container-recruitment .row#our-offers .offer .left.date,
.container-recruitment .row#our-offers .offer .right.date,
.container-recruitment .row#our-offers .offer .left span,
.container-recruitment .row#our-offers .offer .right span {
  color: #c0c0c0;
}
.container-recruitment .row#our-offers .offer .offer-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  background-color: #a48743;
}
.container-recruitment .row#our-offers .offer .offer-hover p {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
}
.container-recruitment .row#our-offers .offer:hover .offer-hover {
  display: block;
}
.container-recruitment .row#our-offers .no-offers {
  font-weight: bold;
  text-align: center;
  padding-bottom: 60px;
}
.container-recruitment .row.footer {
  background-color: #e9e7e4;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.container-recruitment .row.footer a.free-candidate {
  margin-bottom: 15px;
  color: #fff;
  background-color: #1d252c;
}
.container-recruitment .row.footer a.free-candidate:hover {
  background-color: #090b0d;
}
.container-recruitment .row.footer p {
  margin-bottom: 5px;
}
.container-recruitment .row.footer strong {
  font-size: 16px;
  display: inline-block;
  color: #000;
  padding-bottom: 20px;
}
.container-recruitment .row.footer .mailtorh:hover {
  text-decoration: underline;
  color: #3d152a;
}
@media (max-width: 769px) {
  #block-mv-recruitment-mv-recruitment {
    margin-top: 20px;
  }
  .container-recruitment .row .video.left,
  .container-recruitment .row .our-work.left,
  .container-recruitment .row .our-numbers.right,
  .container-recruitment .row .description.right {
    float: none;
    width: 100% !important;
  }
  .container-recruitment .row .video.left {
    margin-left: 0 !important;
  }
  .container-recruitment .row .glassdoor-badge {
    float: none;
    position: relative;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .container-recruitment .row .glassdoor-badge img {
    position: inherit;
    margin: 0 auto;
  }
  .container-recruitment .row .our-numbers.right {
    display: none;
  }
  .container-recruitment .row .description.right {
    margin-top: 40px;
  }
  .container-recruitment .row#our-offers h2 {
    text-align: center;
  }
  .container-recruitment .row#our-offers .specific-offer {
    float: none;
    width: 90%;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
  .container-recruitment .row#our-offers .specific-offer:nth-child(even) {
    margin-right: 0;
  }
  .container-recruitment .row .wrapper-right {
    width: 100%;
    float: none;
  }
  .container-recruitment .row .glassdoor-parity-wrapper {
    margin: 0;
    padding: 0;
  }
  .container-recruitment .row .glassdoor-parity-wrapper .parity {
    width: 100%;
    position: inherit;
    text-align: center;
    margin-top: 25px;
  }
}
.page-recruitment-offer h1 {
  color: #a48743;
  text-transform: initial;
  margin-bottom: 0;
}
#block-mv-recruitment-mv-recruitment-offer {
  font-size: 13px;
}
#block-mv-recruitment-mv-recruitment-offer a.btn.mv-button-rasp {
  color: #fff !important;
  border: 1px solid #e7004c !important;
  text-decoration: none;
}
#block-mv-recruitment-mv-recruitment-offer a.btn.mv-button-rasp:hover {
  border: 1px solid #e7004c !important;
  background-color: #fff !important;
  color: #e7004c !important;
}
#block-mv-recruitment-mv-recruitment-offer .offer-details {
  font-size: 17px;
  text-align: center;
  padding: 10px;
}
#block-mv-recruitment-mv-recruitment-offer .offer-details .left,
#block-mv-recruitment-mv-recruitment-offer .offer-details .right {
  display: inline;
}
#block-mv-recruitment-mv-recruitment-offer .offer-details .left.contract,
#block-mv-recruitment-mv-recruitment-offer .offer-details .right.contract {
  padding-right: 15px;
}
#block-mv-recruitment-mv-recruitment-offer .offer-details .left span,
#block-mv-recruitment-mv-recruitment-offer .offer-details .right span {
  color: #c0c0c0;
  padding-right: 10px;
}
#block-mv-recruitment-mv-recruitment-offer .introduction {
  text-align: center;
}
#block-mv-recruitment-mv-recruitment-offer .introduction p {
  margin-bottom: 0;
}
#block-mv-recruitment-mv-recruitment-offer .footer {
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #fff;
  border: 0;
}
#block-mv-recruitment-mv-recruitment-offer .footer .candidate {
  background-color: #1d252c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: initial;
  color: #fff;
  width: 40%;
}
#block-mv-recruitment-mv-recruitment-offer .footer .candidate:hover {
  background-color: #090b0d;
}
#block-mv-recruitment-mv-recruitment-offer .footer.top {
  margin-top: 0px;
  padding-top: 0;
}
@media (max-width: 769px) {
  #block-mv-recruitment-mv-recruitment-offer .footer {
    margin-top: 20px;
    padding-top: 20px;
  }
  #block-mv-recruitment-mv-recruitment-offer .footer .candidate {
    width: 90%;
  }
}
body.theme__mv_new.page-contact-ressource .mv-breadcrumb,
body.theme__mv_new.page-contact-presse .mv-breadcrumb,
body.theme__mv_new.page-contact-partenaire .mv-breadcrumb,
body.theme__mv_new.page-contact-suggestion .mv-breadcrumb,
body.theme__mv_new.page-contact-autre .mv-breadcrumb {
  display: none;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form,
body.theme__mv_new.page-contact-presse #pv-contact-full-form,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form,
body.theme__mv_new.page-contact-autre #pv-contact-full-form {
  padding: 0 2vw;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .field_confirmation_nok,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .field_confirmation_nok,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .field_confirmation_nok,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .field_confirmation_nok,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .field_confirmation_nok {
  background-image: url(/sites/all/themes/mv_new/images/cross_white.svg);
  background-color: #e7004c;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .field_confirmation_ok,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .field_confirmation_ok,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .field_confirmation_ok,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .field_confirmation_ok,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .field_confirmation_ok {
  background-image: url(/sites/all/themes/mv_new/images/tick_white.svg);
  background-color: #07ad8b;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .field_confirmation_ok,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .field_confirmation_ok,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .field_confirmation_ok,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .field_confirmation_ok,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .field_confirmation_ok,
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .field_confirmation_nok,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .field_confirmation_nok,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .field_confirmation_nok,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .field_confirmation_nok,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .field_confirmation_nok {
  display: none;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 30px;
  right: 0;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item {
  position: relative;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item select,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item select,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item select,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item select,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item select,
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item input,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item input,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item input,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item input,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item input,
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item textarea,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item textarea,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item textarea,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item textarea,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item textarea {
  font-size: 19px;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item select,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item select,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item select,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item select,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item select {
  height: 70px;
  -webkit-appearance: none;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item input,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item input,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item input,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item input,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item input {
  height: 70px;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item input.error,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item input.error,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item input.error,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item input.error,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item input.error {
  border: 2px solid #e7004c;
  color: #e7004c;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item input.error ~ .field_confirmation_nok,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item input.error ~ .field_confirmation_nok,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item input.error ~ .field_confirmation_nok,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item input.error ~ .field_confirmation_nok,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item input.error ~ .field_confirmation_nok,
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item input.error ~ .error-message,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item input.error ~ .error-message,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item input.error ~ .error-message,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item input.error ~ .error-message,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item input.error ~ .error-message {
  display: block;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item input.valid,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item input.valid,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item input.valid,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item input.valid,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item input.valid {
  border: 2px solid #07ad8b;
  color: #07ad8b;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item input.valid ~ .field_confirmation_ok,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item input.valid ~ .field_confirmation_ok,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item input.valid ~ .field_confirmation_ok,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item input.valid ~ .field_confirmation_ok,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item input.valid ~ .field_confirmation_ok {
  display: block;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item textarea.error,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item textarea.error,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item textarea.error,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item textarea.error,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item textarea.error {
  border: 2px solid #e7004c;
  color: #e7004c;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item textarea.error ~ .error-message,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item textarea.error ~ .error-message,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item textarea.error ~ .error-message,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item textarea.error ~ .error-message,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item textarea.error ~ .error-message {
  display: block;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item textarea.valid,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item textarea.valid,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item textarea.valid,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item textarea.valid,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item textarea.valid {
  border: 2px solid #07ad8b;
  color: #07ad8b;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item.form-item-salutation,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item.form-item-salutation,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item.form-item-salutation,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item.form-item-salutation,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item.form-item-salutation {
  width: 25%;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item.form-item-salutation,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item.form-item-salutation,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item.form-item-salutation,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item.form-item-salutation,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item.form-item-salutation,
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item.form-item-country,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item.form-item-country,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item.form-item-country,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item.form-item-country,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item.form-item-country {
  position: relative;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item.form-item-salutation:after,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item.form-item-salutation:after,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item.form-item-salutation:after,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item.form-item-salutation:after,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item.form-item-salutation:after,
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item.form-item-country:after,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item.form-item-country:after,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item.form-item-country:after,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item.form-item-country:after,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item.form-item-country:after {
  font-family: "Glyphicons Halflings";
  content: '\e259';
  position: absolute;
  right: 15px;
  color: #1d252c;
  top: 53%;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .form-item .error-message,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .form-item .error-message,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .form-item .error-message,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .form-item .error-message,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .form-item .error-message {
  display: none;
  color: #e7004c;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form .inputs-full-name--wrapper,
body.theme__mv_new.page-contact-presse #pv-contact-full-form .inputs-full-name--wrapper,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form .inputs-full-name--wrapper,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form .inputs-full-name--wrapper,
body.theme__mv_new.page-contact-autre #pv-contact-full-form .inputs-full-name--wrapper {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: auto 30px auto;
  grid-template-columns: auto auto;
  gap: 30px;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form input[name='region'],
body.theme__mv_new.page-contact-presse #pv-contact-full-form input[name='region'],
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form input[name='region'],
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form input[name='region'],
body.theme__mv_new.page-contact-autre #pv-contact-full-form input[name='region'] {
  display: none;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form #edit-submit,
body.theme__mv_new.page-contact-presse #pv-contact-full-form #edit-submit,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form #edit-submit,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form #edit-submit,
body.theme__mv_new.page-contact-autre #pv-contact-full-form #edit-submit {
  background-color: #07ad8b;
  border: solid #07ad8b;
}
body.theme__mv_new.page-contact-ressource #pv-contact-full-form #edit-submit:hover,
body.theme__mv_new.page-contact-presse #pv-contact-full-form #edit-submit:hover,
body.theme__mv_new.page-contact-partenaire #pv-contact-full-form #edit-submit:hover,
body.theme__mv_new.page-contact-suggestion #pv-contact-full-form #edit-submit:hover,
body.theme__mv_new.page-contact-autre #pv-contact-full-form #edit-submit:hover {
  color: #07ad8b;
  background-color: #fff;
  border: solid #07ad8b;
}
body.theme__mv_new.page-contact-ressource#mobile--display #pv-contact-full-form,
body.theme__mv_new.page-contact-presse#mobile--display #pv-contact-full-form,
body.theme__mv_new.page-contact-partenaire#mobile--display #pv-contact-full-form,
body.theme__mv_new.page-contact-suggestion#mobile--display #pv-contact-full-form,
body.theme__mv_new.page-contact-autre#mobile--display #pv-contact-full-form {
  padding: 0 4vw;
}
body.theme__mv_new.page-contact-ressource#mobile--display #pv-contact-full-form > div,
body.theme__mv_new.page-contact-presse#mobile--display #pv-contact-full-form > div,
body.theme__mv_new.page-contact-partenaire#mobile--display #pv-contact-full-form > div,
body.theme__mv_new.page-contact-suggestion#mobile--display #pv-contact-full-form > div,
body.theme__mv_new.page-contact-autre#mobile--display #pv-contact-full-form > div {
  text-align: center;
}
body.theme__mv_new.page-contact-ressource#mobile--display #pv-contact-full-form > div label,
body.theme__mv_new.page-contact-presse#mobile--display #pv-contact-full-form > div label,
body.theme__mv_new.page-contact-partenaire#mobile--display #pv-contact-full-form > div label,
body.theme__mv_new.page-contact-suggestion#mobile--display #pv-contact-full-form > div label,
body.theme__mv_new.page-contact-autre#mobile--display #pv-contact-full-form > div label {
  display: block;
}
body.theme__mv_new.page-contact-ressource#mobile--display #pv-contact-full-form > div label,
body.theme__mv_new.page-contact-presse#mobile--display #pv-contact-full-form > div label,
body.theme__mv_new.page-contact-partenaire#mobile--display #pv-contact-full-form > div label,
body.theme__mv_new.page-contact-suggestion#mobile--display #pv-contact-full-form > div label,
body.theme__mv_new.page-contact-autre#mobile--display #pv-contact-full-form > div label,
body.theme__mv_new.page-contact-ressource#mobile--display #pv-contact-full-form > div .error-message,
body.theme__mv_new.page-contact-presse#mobile--display #pv-contact-full-form > div .error-message,
body.theme__mv_new.page-contact-partenaire#mobile--display #pv-contact-full-form > div .error-message,
body.theme__mv_new.page-contact-suggestion#mobile--display #pv-contact-full-form > div .error-message,
body.theme__mv_new.page-contact-autre#mobile--display #pv-contact-full-form > div .error-message {
  text-align: left;
}
body.theme__mv_new.page-contact-ressource#mobile--display #pv-contact-full-form > div .form-item select,
body.theme__mv_new.page-contact-presse#mobile--display #pv-contact-full-form > div .form-item select,
body.theme__mv_new.page-contact-partenaire#mobile--display #pv-contact-full-form > div .form-item select,
body.theme__mv_new.page-contact-suggestion#mobile--display #pv-contact-full-form > div .form-item select,
body.theme__mv_new.page-contact-autre#mobile--display #pv-contact-full-form > div .form-item select,
body.theme__mv_new.page-contact-ressource#mobile--display #pv-contact-full-form > div .form-item input,
body.theme__mv_new.page-contact-presse#mobile--display #pv-contact-full-form > div .form-item input,
body.theme__mv_new.page-contact-partenaire#mobile--display #pv-contact-full-form > div .form-item input,
body.theme__mv_new.page-contact-suggestion#mobile--display #pv-contact-full-form > div .form-item input,
body.theme__mv_new.page-contact-autre#mobile--display #pv-contact-full-form > div .form-item input {
  height: 33px;
  font-size: 15px;
}
body.theme__mv_new.page-contact-ressource#mobile--display #pv-contact-full-form > div .field_confirmation_ok,
body.theme__mv_new.page-contact-presse#mobile--display #pv-contact-full-form > div .field_confirmation_ok,
body.theme__mv_new.page-contact-partenaire#mobile--display #pv-contact-full-form > div .field_confirmation_ok,
body.theme__mv_new.page-contact-suggestion#mobile--display #pv-contact-full-form > div .field_confirmation_ok,
body.theme__mv_new.page-contact-autre#mobile--display #pv-contact-full-form > div .field_confirmation_ok,
body.theme__mv_new.page-contact-ressource#mobile--display #pv-contact-full-form > div .field_confirmation_nok,
body.theme__mv_new.page-contact-presse#mobile--display #pv-contact-full-form > div .field_confirmation_nok,
body.theme__mv_new.page-contact-partenaire#mobile--display #pv-contact-full-form > div .field_confirmation_nok,
body.theme__mv_new.page-contact-suggestion#mobile--display #pv-contact-full-form > div .field_confirmation_nok,
body.theme__mv_new.page-contact-autre#mobile--display #pv-contact-full-form > div .field_confirmation_nok {
  height: 32px;
  width: 33px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .press--archive {
    float: left;
    width: 25%;
  }
}
.press--archive {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.archive {
  background: #ddd;
  padding: 10px 1em;
  border-radius: 5px;
}
.archive--link__active {
  background: #1d252c;
  margin-right: 24px;
  position: relative;
  text-decoration: none;
}
.archive--link {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  height: 24px;
  line-height: 24px;
  padding-left: .5em;
}
.archive--link__active a {
  color: #fff !important;
  text-decoration: none !important;
  cursor: inherit;
}
.archive--link__active::after {
  border: 12px solid transparent;
  border-left-color: #1d252c;
  border-left-width: 24px;
  content: '';
  position: absolute;
  right: -36px;
  top: 0;
  width: 0;
}
.archive--category {
  font-size: 18px;
  font-size: 1.2rem;
}
.archive--link {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  height: 24px;
  line-height: 24px;
  padding-left: .5em;
}
@media (min-width: 768px) {
  .press--list {
    float: left;
    width: 75%;
  }
}
.press--list {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.press--list h2 {
  text-align: center !important;
}
.press--list .list--row {
  overflow: auto;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .press--list .list--column__image {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .press--list .list--column__image {
    float: left;
    width: 33.33333333%;
  }
}
.press--list .list--column__image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.press--list .list--column {
  padding-top: 1.5em;
}
@media (min-width: 768px) {
  .press--list .list--column__image {
    float: left;
    width: 33.33333333%;
  }
}
.press--list .list--column__image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.press--list .list--row:first-child .list--column__article {
  border: none;
}
@media (min-width: 992px) {
  .press--list .list--column__article {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .press--list .list--column__article {
    float: left;
    width: 66.66666667%;
  }
}
.press--list .list--column__article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #e2e2e2;
}
.press--archive {
  padding: 10px 0;
}
.press--archive h2 {
  text-align: center !important;
}
.press--archive .archive--category.archive--category__year {
  padding: 5px 0;
}
.press--archive .article--publication {
  font-size: .8em;
  text-transform: uppercase;
}
.press--archive .article--content {
  margin-top: .5em;
}
@media (max-width: 767px) {
  .press--archive {
    display: none !important;
  }
}
#page-header .view-home-slideshow img {
  height: 450px !important;
}
div.container .view-list-all .listVignettes__country-home,
div.container .view-taxonomy-term .listVignettes__country-home {
  overflow: auto;
}
div.container .view-list-all h2,
div.container .view-taxonomy-term h2 {
  color: #e7004c !important;
}
div.container .view-list-all h2 a,
div.container .view-taxonomy-term h2 a {
  font-size: 30px;
  color: #e7004c;
}
div.container .view-list-all h2 a:hover,
div.container .view-taxonomy-term h2 a:hover {
  color: #e7004c;
}
#mobile--display div.container .view-list-all h2 a,
#tablet--display div.container .view-list-all h2 a,
#mobile--display div.container .view-taxonomy-term h2 a,
#tablet--display div.container .view-taxonomy-term h2 a {
  font-size: 20px;
}
#mobile--display div.container .view-list-all h2,
#mobile--display div.container .view-taxonomy-term h2 {
  padding-left: 10px;
}
div.container .view-taxonomy-term h2 {
  margin-top: 25px;
}
.viewTable--tableItem {
  clear: both;
  overflow: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.viewTable--tableItem .tableItem--img {
  float: left;
  width: 30%;
}
.viewTable--tableItem .tableItem--details {
  float: left;
  width: 70%;
  padding-left: 25px;
}
.viewTable--tableItem .tableItem--title__mobile {
  display: none !important;
}
.viewTable--tableItem .tableItem--title {
  text-transform: uppercase;
}
.field-collection-view .entity-field-collection-item {
  width: 100%;
  float: left;
}
.field-collection-item-field-page-table .content {
  margin-left: -15px;
  margin-right: -15px;
}
.field.field-name-field-page-table-title.field-type-text.field-label-hidden.field {
  padding: 0;
}
.field.field-name-field-page-table-title.field-type-text.field-label-hidden.field h2 {
  line-height: 1.3;
}
@media (min-width: 768px) {
  .field-collection-item-field-page-table .field-name-field-image {
    float: left;
    width: 25%;
  }
  .field-collection-item-field-page-table .field-name-field-page-table-title {
    float: left;
    width: 75%;
  }
}
.field-collection-item-field-page-table .field-name-field-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.field-collection-item-field-page-table .field-name-field-page-table-title {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.field-collection-item-field-page-table .field-name-field-page-table-title h2 {
  margin-top: 0;
  text-align: left;
  font-size: 1rem;
}
.view-display-id-page .listVignettes__country-home.no-slider,
.view-display-id-page_1 .listVignettes__country-home.no-slider,
.view-display-id-page_3 .listVignettes__country-home.no-slider,
.view-display-id-specific_products .listVignettes__country-home.no-slider,
.view-display-id-page_7 .listVignettes__country-home.no-slider,
.view-display-id-page_9 .listVignettes__country-home.no-slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 1.5vw 270px 1.5vw 270px;
  grid-template-columns: repeat(auto-fill, 270px);
  gap: 20px;
}
.view-display-id-page .listVignettes__country-home .slider-product-wrapper,
.view-display-id-page_1 .listVignettes__country-home .slider-product-wrapper,
.view-display-id-page_3 .listVignettes__country-home .slider-product-wrapper,
.view-display-id-specific_products .listVignettes__country-home .slider-product-wrapper,
.view-display-id-page_7 .listVignettes__country-home .slider-product-wrapper,
.view-display-id-page_9 .listVignettes__country-home .slider-product-wrapper {
  display: -ms-inline-grid;
  display: inline-grid;
  gap: 2vw;
  width: 287px;
}
.view-display-id-page_5 .listVignettes__country-home .product-thumbnail--wrapper {
  width: 30%;
  display: inline-block;
  margin-right: 20px;
}
.view-display-id-page_5 .listVignettes__country-home mv-slider {
  width: 98vw;
}
.view-display-id-page_5 .listVignettes__country-home mv-slider .product-thumbnail--wrapper {
  width: 100%;
}
.view-display-id-page mv-slider .slider-product-wrapper,
.view-display-id-page_3 mv-slider .slider-product-wrapper,
.view-display-id-page_5 mv-slider .slider-product-wrapper,
.view-display-id-page_7 mv-slider .slider-product-wrapper,
.view-display-id-page_9 mv-slider .slider-product-wrapper,
.view-display-id-tours_on_homepage_mobile mv-slider .slider-product-wrapper {
  width: 287px;
  display: -ms-inline-grid;
  display: inline-grid;
  gap: 2vw;
  margin-right: 2vw;
}
.view-display-id-page mv-slider div.product-thumbnail--wrapper,
.view-display-id-page_3 mv-slider div.product-thumbnail--wrapper,
.view-display-id-page_5 mv-slider div.product-thumbnail--wrapper,
.view-display-id-page_7 mv-slider div.product-thumbnail--wrapper,
.view-display-id-page_9 mv-slider div.product-thumbnail--wrapper,
.view-display-id-tours_on_homepage_mobile mv-slider div.product-thumbnail--wrapper {
  all: unset;
  height: 388px;
}
.view-home-slideshow ul {
  padding: 0 !important;
}
#mobile--display span.legend,
#tablet--display span.legend {
  font-size: 12.5px;
  padding: 5px 10px;
}
#mobile--display .view-display-id-page mv-slider .slider-product-wrapper,
#tablet--display .view-display-id-page mv-slider .slider-product-wrapper,
#mobile--display .view-display-id-page_3 mv-slider .slider-product-wrapper,
#tablet--display .view-display-id-page_3 mv-slider .slider-product-wrapper,
#mobile--display .view-display-id-page_5 mv-slider .slider-product-wrapper,
#tablet--display .view-display-id-page_5 mv-slider .slider-product-wrapper,
#mobile--display .view-display-id-page_7 mv-slider .slider-product-wrapper,
#tablet--display .view-display-id-page_7 mv-slider .slider-product-wrapper,
#mobile--display .view-display-id-page_9 mv-slider .slider-product-wrapper,
#tablet--display .view-display-id-page_9 mv-slider .slider-product-wrapper,
#mobile--display .view-display-id-tours_on_homepage_mobile mv-slider .slider-product-wrapper,
#tablet--display .view-display-id-tours_on_homepage_mobile mv-slider .slider-product-wrapper {
  width: 39vw;
}
#mobile--display .view-display-id-page mv-slider div.product-thumbnail--wrapper,
#tablet--display .view-display-id-page mv-slider div.product-thumbnail--wrapper,
#mobile--display .view-display-id-page_3 mv-slider div.product-thumbnail--wrapper,
#tablet--display .view-display-id-page_3 mv-slider div.product-thumbnail--wrapper,
#mobile--display .view-display-id-page_5 mv-slider div.product-thumbnail--wrapper,
#tablet--display .view-display-id-page_5 mv-slider div.product-thumbnail--wrapper,
#mobile--display .view-display-id-page_7 mv-slider div.product-thumbnail--wrapper,
#tablet--display .view-display-id-page_7 mv-slider div.product-thumbnail--wrapper,
#mobile--display .view-display-id-page_9 mv-slider div.product-thumbnail--wrapper,
#tablet--display .view-display-id-page_9 mv-slider div.product-thumbnail--wrapper,
#mobile--display .view-display-id-tours_on_homepage_mobile mv-slider div.product-thumbnail--wrapper,
#tablet--display .view-display-id-tours_on_homepage_mobile mv-slider div.product-thumbnail--wrapper {
  all: unset;
}
#mobile--display .view-display-id-page .product-thumbnail--wrapper,
#tablet--display .view-display-id-page .product-thumbnail--wrapper,
#mobile--display .view-display-id-page_3 .product-thumbnail--wrapper,
#tablet--display .view-display-id-page_3 .product-thumbnail--wrapper,
#mobile--display .view-display-id-page_5 .product-thumbnail--wrapper,
#tablet--display .view-display-id-page_5 .product-thumbnail--wrapper,
#mobile--display .view-display-id-page_7 .product-thumbnail--wrapper,
#tablet--display .view-display-id-page_7 .product-thumbnail--wrapper,
#mobile--display .view-display-id-page_9 .product-thumbnail--wrapper,
#tablet--display .view-display-id-page_9 .product-thumbnail--wrapper,
#mobile--display .view-display-id-tours_on_homepage_mobile .product-thumbnail--wrapper,
#tablet--display .view-display-id-tours_on_homepage_mobile .product-thumbnail--wrapper {
  width: 39vw;
  height: 52vw;
}
#mobile--display .view-display-id-page .view-content > h2,
#tablet--display .view-display-id-page .view-content > h2,
#mobile--display .view-display-id-page_1 .view-content > h2,
#tablet--display .view-display-id-page_1 .view-content > h2,
#mobile--display .view-display-id-page_3 .view-content > h2,
#tablet--display .view-display-id-page_3 .view-content > h2,
#mobile--display .view-display-id-page_5 .view-content > h2,
#tablet--display .view-display-id-page_5 .view-content > h2,
#mobile--display .view-display-id-page_7 .view-content > h2,
#tablet--display .view-display-id-page_7 .view-content > h2,
#mobile--display .view-display-id-page_9 .view-content > h2,
#tablet--display .view-display-id-page_9 .view-content > h2 {
  padding-left: 15px;
}
#mobile--display .view-display-id-page .view-content span.legend,
#tablet--display .view-display-id-page .view-content span.legend,
#mobile--display .view-display-id-page_1 .view-content span.legend,
#tablet--display .view-display-id-page_1 .view-content span.legend,
#mobile--display .view-display-id-page_3 .view-content span.legend,
#tablet--display .view-display-id-page_3 .view-content span.legend,
#mobile--display .view-display-id-page_5 .view-content span.legend,
#tablet--display .view-display-id-page_5 .view-content span.legend,
#mobile--display .view-display-id-page_7 .view-content span.legend,
#tablet--display .view-display-id-page_7 .view-content span.legend,
#mobile--display .view-display-id-page_9 .view-content span.legend,
#tablet--display .view-display-id-page_9 .view-content span.legend {
  padding: 15px;
}
#mobile--display .view-display-id-page .listVignettes__country-home,
#tablet--display .view-display-id-page .listVignettes__country-home,
#mobile--display .view-display-id-page_1 .listVignettes__country-home,
#tablet--display .view-display-id-page_1 .listVignettes__country-home,
#mobile--display .view-display-id-page_3 .listVignettes__country-home,
#tablet--display .view-display-id-page_3 .listVignettes__country-home,
#mobile--display .view-display-id-page_5 .listVignettes__country-home,
#tablet--display .view-display-id-page_5 .listVignettes__country-home,
#mobile--display .view-display-id-page_7 .listVignettes__country-home,
#tablet--display .view-display-id-page_7 .listVignettes__country-home,
#mobile--display .view-display-id-page_9 .listVignettes__country-home,
#tablet--display .view-display-id-page_9 .listVignettes__country-home {
  -ms-grid-columns: unset;
  grid-template-columns: unset;
}
#mobile--display .view-display-id-page .listVignettes__country-home mv-slider,
#tablet--display .view-display-id-page .listVignettes__country-home mv-slider,
#mobile--display .view-display-id-page_1 .listVignettes__country-home mv-slider,
#tablet--display .view-display-id-page_1 .listVignettes__country-home mv-slider,
#mobile--display .view-display-id-page_3 .listVignettes__country-home mv-slider,
#tablet--display .view-display-id-page_3 .listVignettes__country-home mv-slider,
#mobile--display .view-display-id-page_5 .listVignettes__country-home mv-slider,
#tablet--display .view-display-id-page_5 .listVignettes__country-home mv-slider,
#mobile--display .view-display-id-page_7 .listVignettes__country-home mv-slider,
#tablet--display .view-display-id-page_7 .listVignettes__country-home mv-slider,
#mobile--display .view-display-id-page_9 .listVignettes__country-home mv-slider,
#tablet--display .view-display-id-page_9 .listVignettes__country-home mv-slider {
  width: 98vw;
}
#mobile--display .view-display-id-page .listVignettes__country-home mv-slider .slider-product-wrapper,
#tablet--display .view-display-id-page .listVignettes__country-home mv-slider .slider-product-wrapper,
#mobile--display .view-display-id-page_1 .listVignettes__country-home mv-slider .slider-product-wrapper,
#tablet--display .view-display-id-page_1 .listVignettes__country-home mv-slider .slider-product-wrapper,
#mobile--display .view-display-id-page_3 .listVignettes__country-home mv-slider .slider-product-wrapper,
#tablet--display .view-display-id-page_3 .listVignettes__country-home mv-slider .slider-product-wrapper,
#mobile--display .view-display-id-page_5 .listVignettes__country-home mv-slider .slider-product-wrapper,
#tablet--display .view-display-id-page_5 .listVignettes__country-home mv-slider .slider-product-wrapper,
#mobile--display .view-display-id-page_7 .listVignettes__country-home mv-slider .slider-product-wrapper,
#tablet--display .view-display-id-page_7 .listVignettes__country-home mv-slider .slider-product-wrapper,
#mobile--display .view-display-id-page_9 .listVignettes__country-home mv-slider .slider-product-wrapper,
#tablet--display .view-display-id-page_9 .listVignettes__country-home mv-slider .slider-product-wrapper {
  width: fit-content;
}
#mobile--display .view-display-id-page .listVignettes__country-home.no-slider,
#tablet--display .view-display-id-page .listVignettes__country-home.no-slider,
#mobile--display .view-display-id-page_1 .listVignettes__country-home.no-slider,
#tablet--display .view-display-id-page_1 .listVignettes__country-home.no-slider,
#mobile--display .view-display-id-page_3 .listVignettes__country-home.no-slider,
#tablet--display .view-display-id-page_3 .listVignettes__country-home.no-slider,
#mobile--display .view-display-id-page_5 .listVignettes__country-home.no-slider,
#tablet--display .view-display-id-page_5 .listVignettes__country-home.no-slider,
#mobile--display .view-display-id-page_7 .listVignettes__country-home.no-slider,
#tablet--display .view-display-id-page_7 .listVignettes__country-home.no-slider,
#mobile--display .view-display-id-page_9 .listVignettes__country-home.no-slider,
#tablet--display .view-display-id-page_9 .listVignettes__country-home.no-slider {
  grid-template-columns: repeat(auto-fill, 39vw);
  justify-content: space-evenly;
}
#mobile--display .artificial.view-display-id-page_1 .listVignettes__country-home.no-slider,
#tablet--display .artificial.view-display-id-page_1 .listVignettes__country-home.no-slider {
  display: unset;
  padding-left: 15px;
}
#mobile--display .artificial.view-display-id-page_1 .listVignettes__country-home.no-slider .product-thumbnail--wrapper,
#tablet--display .artificial.view-display-id-page_1 .listVignettes__country-home.no-slider .product-thumbnail--wrapper {
  width: 39vw;
  display: inline;
}
#mobile--display .artificial.view-display-id-page_1 .listVignettes__country-home.no-slider .product-thumbnail--wrapper mv-product-thumbnail,
#tablet--display .artificial.view-display-id-page_1 .listVignettes__country-home.no-slider .product-thumbnail--wrapper mv-product-thumbnail {
  display: inline-block;
  width: 39vw;
  height: calc(52vw);
  margin-right: 4vw;
}
.listVignettes.listVignettes__activity-city {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.listVignettes__activity-city .my-vignette {
  position: relative;
  float: left;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .listVignettes__activity-city .my-vignette {
    margin-right: 0;
    margin-top: 2%;
  }
}
.listVignettes__activity-city .my-vignette img {
  width: 229px;
  height: 155px;
}
.listVignettes__activity-city .my-vignette .infos-title {
  position: absolute;
  top: 40px;
  left: 5px;
}
.listVignettes__activity-city .my-vignette .title-activity {
  font-family: 'mv-fonts-lato';
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
}
.listVignettes__activity-city .my-vignette .title-cities {
  font-family: 'mv-fonts-lato';
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
}
.listVignettes__activity-city .my-vignette:hover .title-cities,
.listVignettes__activity-city .my-vignette:hover .title-activity {
  text-decoration: underline;
}
html body.theme__mv_new .view-contact-list-header img {
  height: 450px;
  width: 100%;
}
html body.theme__mv_new .view-id-contact_list .view-content {
  line-height: 0;
}
html body.theme__mv_new .view-id-contact_list mv-slider .contact-slider--wrapper,
html body.theme__mv_new .view-id-contact_list .photos--wrapper .contact-slider--wrapper {
  position: relative;
  margin-right: 18px;
  max-width: fit-content;
}
html body.theme__mv_new .view-id-contact_list mv-slider .contact-slider--wrapper h4,
html body.theme__mv_new .view-id-contact_list .photos--wrapper .contact-slider--wrapper h4 {
  position: absolute;
  bottom: 0;
  white-space: initial;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding: 0 15px 10px;
  z-index: 1;
  margin: 0;
  text-transform: none;
}
html body.theme__mv_new .view-id-contact_list mv-slider .contact-slider--wrapper h4 span,
html body.theme__mv_new .view-id-contact_list .photos--wrapper .contact-slider--wrapper h4 span {
  white-space: initial;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f7be00;
}
html body.theme__mv_new .view-id-contact_list mv-slider .contact-slider--wrapper:after,
html body.theme__mv_new .view-id-contact_list .photos--wrapper .contact-slider--wrapper:after {
  content: '';
  height: 50%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  position: absolute;
  bottom: 0px;
  left: 0;
}
html body.theme__mv_new .view-id-contact_list .contact--wrapper .list-title {
  font-weight: 700;
  margin-top: 30px;
}
html body.theme__mv_new .view-id-contact_list .contact--wrapper > p {
  font-weight: 700;
  margin-top: 30px;
  font-style: italic;
}
html body.theme__mv_new .view-id-contact_list .contact--wrapper .contact {
  font-size: 18.5px;
  font-weight: bold;
}
html body.theme__mv_new .view-id-contact_list .contact--wrapper .contact p {
  margin: 0;
}
html body.theme__mv_new .view-id-contact_list .contact--wrapper .contact #contact-name {
  font-size: 21px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1d252c;
}
html body.theme__mv_new .view-id-contact_list .contact--wrapper .contact .phone-number--wrapper {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
}
html body.theme__mv_new .view-id-contact_list .contact--wrapper .contact .phone-number--wrapper i {
  font-size: 2rem;
  font-weight: bold;
}
html body.theme__mv_new .view-id-contact_list .contact--wrapper p,
html body.theme__mv_new .view-id-contact_list .contact--wrapper li {
  font-size: 21px;
}
html body.theme__mv_new .view-id-contact_list .contact--wrapper #fav-trips-list {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  gap: 30px;
  align-items: end;
}
html body.theme__mv_new .view-id-contact_list .contact--wrapper #fav-trips-list .fav-trip--wrapper {
  position: relative;
}
html body.theme__mv_new .view-id-contact_list .contact--wrapper #fav-trips-list .fav-trip--wrapper .title {
  color: #e7004c;
  text-decoration: underline;
  font-size: 19px;
}
html body.theme__mv_new .view-id-contact_list .contact--wrapper #fav-trips-list .fav-trip--wrapper img {
  filter: brightness(0.75);
}
html body.theme__mv_new .view-id-contact_list .contact--wrapper #fav-trips-list .fav-trip--wrapper .description {
  color: #fff;
  position: absolute;
  font-size: 16px;
  bottom: 0;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  padding: 0 10px 5px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .fav-trip--wrapper .description {
  font-size: 9px !important;
}
html body.theme__mv_new#mobile--display .view-contact-list-header img,
html body.theme__mv_new#tablet--display .view-contact-list-header img {
  height: 186px;
  width: 100%;
}
html body.theme__mv_new#mobile--display .view-header .views-row > p,
html body.theme__mv_new#tablet--display .view-header .views-row > p {
  margin-top: 28px;
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
}
html body.theme__mv_new#mobile--display .view-header .views-row p,
html body.theme__mv_new#tablet--display .view-header .views-row p,
html body.theme__mv_new#mobile--display .view-header .views-row #contact-suggestions > p,
html body.theme__mv_new#tablet--display .view-header .views-row #contact-suggestions > p {
  padding: 0 6vw;
  font-size: 12px;
  line-height: 1.13;
}
html body.theme__mv_new#mobile--display .view-header .views-row #contact-suggestions ul li,
html body.theme__mv_new#tablet--display .view-header .views-row #contact-suggestions ul li {
  font-size: 12px;
  margin-bottom: -12px;
}
html body.theme__mv_new#mobile--display .view-header .views-row #contact-suggestions ul li:before,
html body.theme__mv_new#tablet--display .view-header .views-row #contact-suggestions ul li:before {
  left: -15px;
  top: 8px;
}
html body.theme__mv_new#mobile--display .view-header .views-row #contact-suggestions ul li .phone-number,
html body.theme__mv_new#tablet--display .view-header .views-row #contact-suggestions ul li .phone-number {
  font-size: 12px;
}
html body.theme__mv_new#mobile--display .view-header .views-row #contact-suggestions select,
html body.theme__mv_new#tablet--display .view-header .views-row #contact-suggestions select,
html body.theme__mv_new#mobile--display .view-header .views-row #contact-suggestions #edit-submit,
html body.theme__mv_new#tablet--display .view-header .views-row #contact-suggestions #edit-submit {
  height: 50px;
}
html body.theme__mv_new#mobile--display .view-header .views-row #contact-suggestions .teaser,
html body.theme__mv_new#tablet--display .view-header .views-row #contact-suggestions .teaser {
  padding: 0;
  width: 88vw;
}
html body.theme__mv_new#mobile--display .view-content mv-slider,
html body.theme__mv_new#tablet--display .view-content mv-slider,
html body.theme__mv_new#mobile--display .view-content .photos--wrapper,
html body.theme__mv_new#tablet--display .view-content .photos--wrapper {
  margin: 0;
  padding-left: 2vw;
}
html body.theme__mv_new#mobile--display .view-content mv-slider .contact-slider--wrapper,
html body.theme__mv_new#tablet--display .view-content mv-slider .contact-slider--wrapper,
html body.theme__mv_new#mobile--display .view-content .photos--wrapper .contact-slider--wrapper,
html body.theme__mv_new#tablet--display .view-content .photos--wrapper .contact-slider--wrapper {
  width: 39vw;
  height: auto;
  margin-right: 13px;
}
html body.theme__mv_new#mobile--display .view-content mv-slider .contact-slider--wrapper h4,
html body.theme__mv_new#tablet--display .view-content mv-slider .contact-slider--wrapper h4,
html body.theme__mv_new#mobile--display .view-content .photos--wrapper .contact-slider--wrapper h4,
html body.theme__mv_new#tablet--display .view-content .photos--wrapper .contact-slider--wrapper h4 {
  font-size: 12px;
  line-height: 1.17;
  padding: 0 7px 5px;
  bottom: 6px;
}
html body.theme__mv_new#mobile--display .view-content mv-slider .contact-slider--wrapper h4 span,
html body.theme__mv_new#tablet--display .view-content mv-slider .contact-slider--wrapper h4 span,
html body.theme__mv_new#mobile--display .view-content .photos--wrapper .contact-slider--wrapper h4 span,
html body.theme__mv_new#tablet--display .view-content .photos--wrapper .contact-slider--wrapper h4 span {
  font-size: 12px;
}
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper {
  padding: 0 6vw;
}
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .contact,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact,
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper #contact-name,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper #contact-name,
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .contact p,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact p,
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .list-title,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .list-title,
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .contact--wrapper li,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact--wrapper li,
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .contact--wrapper p,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact--wrapper p,
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .fav-trip--wrapper p,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .fav-trip--wrapper p,
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .fav-trip--wrapper .title,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .fav-trip--wrapper .title,
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .fav-trip--wrapper .description,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .fav-trip--wrapper .description {
  font-size: 12px;
  line-height: 1.13;
}
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .contact--wrapper > p,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact--wrapper > p {
  margin-top: 15px;
}
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .contact--wrapper #contact-name,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact--wrapper #contact-name {
  margin-bottom: 15px;
}
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .contact--wrapper .lists--wrapper ul,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact--wrapper .lists--wrapper ul {
  padding-left: 6vw;
}
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .contact--wrapper .lists--wrapper .list-title,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact--wrapper .lists--wrapper .list-title {
  margin-top: 15px;
}
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .contact--wrapper .lists--wrapper #fav-trips-list,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact--wrapper .lists--wrapper #fav-trips-list {
  grid-template-columns: repeat(2, 40vw);
  justify-content: center;
}
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .contact--wrapper .lists--wrapper #fav-trips-list .fav-trip--wrapper,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact--wrapper .lists--wrapper #fav-trips-list .fav-trip--wrapper {
  width: 40vw;
}
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .contact--wrapper .lists--wrapper #fav-trips-list .fav-trip--wrapper .title,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact--wrapper .lists--wrapper #fav-trips-list .fav-trip--wrapper .title {
  margin-bottom: 3px;
}
html body.theme__mv_new#mobile--display .view-content .contact-tab--wrapper .contact--wrapper .lists--wrapper #fav-trips-list .fav-trip--wrapper img,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact--wrapper .lists--wrapper #fav-trips-list .fav-trip--wrapper img {
  height: 21vw;
  width: 100%;
}
html body.theme__mv_new#mobile--display .view-footer .field-item > p,
html body.theme__mv_new#tablet--display .view-footer .field-item > p {
  font-weight: 900;
  line-height: 1.13;
  padding: 0 6vw;
}
html body.theme__mv_new#mobile--display .view-footer .field-item > p.contact-footer--sugestion,
html body.theme__mv_new#tablet--display .view-footer .field-item > p.contact-footer--sugestion {
  text-align: center;
}
html body.theme__mv_new#mobile--display .view-footer .field-item .btn,
html body.theme__mv_new#tablet--display .view-footer .field-item .btn {
  width: 65vw;
}
html body.theme__mv_new#mobile--display .view-footer .field-item .content--wrapper,
html body.theme__mv_new#tablet--display .view-footer .field-item .content--wrapper {
  padding: 0 6vw;
}
html body.theme__mv_new#mobile--display .view-footer .field-item .content--wrapper p,
html body.theme__mv_new#tablet--display .view-footer .field-item .content--wrapper p {
  margin-bottom: 0;
  line-height: 1.13;
}
html body.theme__mv_new#mobile--display .view-footer .field-item .content--wrapper .city,
html body.theme__mv_new#tablet--display .view-footer .field-item .content--wrapper .city {
  margin-bottom: 15px;
}
html body.theme__mv_new#mobile--display .view-footer .field-item .content--wrapper .address,
html body.theme__mv_new#tablet--display .view-footer .field-item .content--wrapper .address {
  margin-top: 15px;
}
html body.theme__mv_new#mobile--display .view-footer .field-item .content--wrapper strong,
html body.theme__mv_new#tablet--display .view-footer .field-item .content--wrapper strong {
  font-weight: normal;
  font-size: 12px;
}
html body.theme__mv_new#tablet--display .view-header .view-contact-list-header .views-row p {
  font-size: 20px !important;
}
html body.theme__mv_new#tablet--display .view-header .view-contact-list-header #contact-suggestions {
  padding: 0 6vw;
}
html body.theme__mv_new#tablet--display .view-header .view-contact-list-header #contact-suggestions ul li {
  font-size: 20px;
  line-height: 2;
}
html body.theme__mv_new#tablet--display .view-header .view-contact-list-header #contact-suggestions ul li:before {
  top: 15px;
}
html body.theme__mv_new#tablet--display .view-header .view-contact-list-header #contact-suggestions ul li .phone-number {
  font-size: 20px;
}
html body.theme__mv_new#tablet--display .view-header .view-contact-list-header #contact-suggestions #edit-submit {
  height: 60px;
}
html body.theme__mv_new#tablet--display .view-content mv-slider .contact-slider--wrapper {
  height: auto;
  width: auto;
}
html body.theme__mv_new#tablet--display .view-content mv-slider .contact-slider--wrapper h4 {
  bottom: 5px;
  font-size: 20px;
}
html body.theme__mv_new#tablet--display .view-content mv-slider .contact-slider--wrapper h4 span {
  font-size: 20px;
}
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper {
  padding: 0 2vw;
}
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper #contact-name,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact p,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .list-title,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact--wrapper li,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .contact--wrapper p,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .fav-trip--wrapper p,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .fav-trip--wrapper .title,
html body.theme__mv_new#tablet--display .view-content .contact-tab--wrapper .fav-trip--wrapper .description {
  font-size: 20px;
}
html body.theme__mv_new#tablet--display .view-content .lists--wrapper .list-title {
  margin-top: 30px;
}
html body.theme__mv_new#tablet--display .view-footer .field-item > p {
  font-size: 20px;
}
html body.theme__mv_new#tablet--display .view-footer .field-item .btn {
  font-size: 20px;
  width: auto;
}
html body.theme__mv_new#tablet--display .view-footer .field-item .content--wrapper .city,
html body.theme__mv_new#tablet--display .view-footer .field-item .content--wrapper p,
html body.theme__mv_new#tablet--display .view-footer .field-item .content--wrapper strong {
  font-size: 20px;
}
html body.theme__mv_new#tablet--display .view-footer .field-item .contact--cnil .toggle_show {
  font-size: 20px;
}
.node-type-tour-sejour,
.node-type-tour {
  font-family: 'mv-fonts-lato';
  color: #1d252c;
}
.node-type-tour-sejour em,
.node-type-tour em {
  color: inherit;
}
.node-type-tour-sejour .itinerary-details,
.node-type-tour .itinerary-details {
  padding-right: 60px;
}
.node-type-tour-sejour .itinerary-details ul,
.node-type-tour .itinerary-details ul {
  padding-left: 30px;
}
.node-type-tour-sejour .itinerary-details ul ul,
.node-type-tour .itinerary-details ul ul {
  margin-top: 10px;
}
.node-type-tour-sejour .product-tabs,
.node-type-tour .product-tabs {
  padding-top: 10px;
  font-size: 17px;
}
.node-type-tour-sejour .product-tabs .review-list .review,
.node-type-tour .product-tabs .review-list .review {
  margin-top: 40px;
}
.node-type-tour-sejour .review-teaser .subtitle,
.node-type-tour .review-teaser .subtitle {
  display: block !important;
  font-size: 21px;
  line-height: 21px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #1d252c;
  padding: 10px 0;
}
.node-type-tour-sejour .review-teaser .rating-stars,
.node-type-tour .review-teaser .rating-stars,
.node-type-tour-sejour .review-teaser p,
.node-type-tour .review-teaser p {
  display: inline !important;
}
.node-type-tour-sejour .review-teaser .review,
.node-type-tour .review-teaser .review {
  font-size: 11px;
  color: #1d252c;
}
.node-type-tour-sejour .review-teaser #more-reviews,
.node-type-tour .review-teaser #more-reviews {
  display: inline-block !important;
  clear: both;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  padding-top: 10px;
}
.node-type-tour-sejour #sticky-desktop-header,
.node-type-tour #sticky-desktop-header {
  display: none;
  width: 100%;
  height: 80px;
  background-color: #efefef;
  z-index: 1002;
}
.node-type-tour-sejour #sticky-desktop-header .left-part,
.node-type-tour #sticky-desktop-header .left-part {
  width: 50%;
  float: left;
  padding-left: 20px;
  padding-top: 15px;
  font-size: 18px;
}
.node-type-tour-sejour #sticky-desktop-header .left-part span,
.node-type-tour #sticky-desktop-header .left-part span,
.node-type-tour-sejour #sticky-desktop-header .left-part div,
.node-type-tour #sticky-desktop-header .left-part div {
  display: inline;
}
.node-type-tour-sejour #sticky-desktop-header .left-part .title,
.node-type-tour #sticky-desktop-header .left-part .title {
  text-transform: uppercase;
  font-size: 29px;
}
.node-type-tour-sejour #sticky-desktop-header .left-part .product-price,
.node-type-tour #sticky-desktop-header .left-part .product-price {
  font-weight: 700;
}
.node-type-tour-sejour #sticky-desktop-header a,
.node-type-tour #sticky-desktop-header a {
  position: absolute;
  right: 15px;
  top: 15px;
}
.node-type-tour-sejour #sticky-desktop-header.sticky,
.node-type-tour #sticky-desktop-header.sticky {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}
.node-type-tour-sejour .tour-header,
.node-type-tour .tour-header {
  overflow: auto;
}
.node-type-tour-sejour .tour-header .itinerary-imgs,
.node-type-tour .tour-header .itinerary-imgs {
  float: left;
  max-width: 500px;
}
.node-type-tour-sejour .tour-header .tour-summary,
.node-type-tour .tour-header .tour-summary {
  float: left;
  max-width: 760px;
  padding-top: 10px;
  padding-left: 25px;
}
.node-type-tour-sejour .tour-header .tour-summary .days,
.node-type-tour .tour-header .tour-summary .days {
  font-weight: 900;
  font-size: 18px;
}
.node-type-tour-sejour .tour-header .tour-summary .strong_text,
.node-type-tour .tour-header .tour-summary .strong_text {
  margin: 10px 0;
}
.node-type-tour-sejour .tour-header .tour-summary .strong_points,
.node-type-tour .tour-header .tour-summary .strong_points {
  margin: 5px 0;
}
.node-type-tour-sejour .tour-header .tour-summary .strong_points li,
.node-type-tour .tour-header .tour-summary .strong_points li {
  position: relative;
  list-style: none;
}
.node-type-tour-sejour .tour-header .tour-summary .strong_points li:before,
.node-type-tour .tour-header .tour-summary .strong_points li:before {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #f7be00;
  content: '';
  left: -20px;
  position: absolute;
  top: 6px;
}
.node-type-tour-sejour .tour-header .tour-summary .review-teaser .subtitle,
.node-type-tour .tour-header .tour-summary .review-teaser .subtitle {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.node-type-tour-sejour .tour-header .tour-summary .review-teaser .review,
.node-type-tour .tour-header .tour-summary .review-teaser .review {
  display: block;
  text-align: center;
  font-size: .9rem;
  margin: 0;
}
.node-type-tour-sejour .tour-header .tour-summary .review-teaser .review em,
.node-type-tour .tour-header .tour-summary .review-teaser .review em {
  color: inherit;
}
.node-type-tour-sejour .tour-header .tour-summary .review-teaser #more-reviews,
.node-type-tour .tour-header .tour-summary .review-teaser #more-reviews {
  color: #e7004c;
  text-decoration: underline;
  display: block;
}
.node-type-tour-sejour .quotation-bloc,
.node-type-tour .quotation-bloc {
  clear: both;
  background-color: #efefef;
  margin: 30px auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 33.333%);
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 16px;
}
.node-type-tour-sejour .quotation-bloc .product-price,
.node-type-tour .quotation-bloc .product-price,
.node-type-tour-sejour .quotation-bloc .booking,
.node-type-tour .quotation-bloc .booking,
.node-type-tour-sejour .quotation-bloc .phone,
.node-type-tour .quotation-bloc .phone {
  width: 96.5%;
  height: 138px;
  background-color: #fff;
  margin: 0;
  padding: 45px 25px;
  text-align: center;
}
.node-type-tour-sejour .quotation-bloc .product-price,
.node-type-tour .quotation-bloc .product-price {
  color: rgba(29, 37, 44, 0.64);
  font-size: 16px;
}
.node-type-tour-sejour .quotation-bloc .product-price span,
.node-type-tour .quotation-bloc .product-price span {
  font-size: 41px;
  color: #1d252c;
}
.node-type-tour-sejour .quotation-bloc .booking p,
.node-type-tour .quotation-bloc .booking p {
  margin: 0;
  color: rgba(29, 37, 44, 0.64);
  font-size: 16px;
  text-transform: unset;
  font-weight: unset;
  position: relative;
  bottom: -12px;
}
.node-type-tour-sejour .quotation-bloc .phone p,
.node-type-tour .quotation-bloc .phone p {
  font-size: 30px;
  display: inline;
}
.node-type-tour-sejour .quotation-bloc .phone i,
.node-type-tour .quotation-bloc .phone i {
  font-weight: bold;
}
.node-type-tour-sejour .quotation-bloc .phone,
.node-type-tour .quotation-bloc .phone,
.node-type-tour-sejour .quotation-bloc .product-price,
.node-type-tour .quotation-bloc .product-price {
  line-height: 66px;
}
.node-type-tour-sejour #hotels .tab-body--title,
.node-type-tour #hotels .tab-body--title,
.node-type-tour-sejour #included .tab-body--title,
.node-type-tour #included .tab-body--title,
.node-type-tour-sejour #activities .tab-body--title,
.node-type-tour #activities .tab-body--title,
.node-type-tour-sejour #goodToKnow .tab-body--title,
.node-type-tour #goodToKnow .tab-body--title {
  color: #e7004c;
  margin: 20px 0;
}
.node-type-tour-sejour #hotels h2,
.node-type-tour #hotels h2,
.node-type-tour-sejour #included h2,
.node-type-tour #included h2,
.node-type-tour-sejour #activities h2,
.node-type-tour #activities h2,
.node-type-tour-sejour #goodToKnow h2,
.node-type-tour #goodToKnow h2,
.node-type-tour-sejour #hotels h3,
.node-type-tour #hotels h3,
.node-type-tour-sejour #included h3,
.node-type-tour #included h3,
.node-type-tour-sejour #activities h3,
.node-type-tour #activities h3,
.node-type-tour-sejour #goodToKnow h3,
.node-type-tour #goodToKnow h3,
.node-type-tour-sejour #hotels h4,
.node-type-tour #hotels h4,
.node-type-tour-sejour #included h4,
.node-type-tour #included h4,
.node-type-tour-sejour #activities h4,
.node-type-tour #activities h4,
.node-type-tour-sejour #goodToKnow h4,
.node-type-tour #goodToKnow h4,
.node-type-tour-sejour #hotels h5,
.node-type-tour #hotels h5,
.node-type-tour-sejour #included h5,
.node-type-tour #included h5,
.node-type-tour-sejour #activities h5,
.node-type-tour #activities h5,
.node-type-tour-sejour #goodToKnow h5,
.node-type-tour #goodToKnow h5,
.node-type-tour-sejour #hotels h6,
.node-type-tour #hotels h6,
.node-type-tour-sejour #included h6,
.node-type-tour #included h6,
.node-type-tour-sejour #activities h6,
.node-type-tour #activities h6,
.node-type-tour-sejour #goodToKnow h6,
.node-type-tour #goodToKnow h6 {
  font-size: 19px;
}
.node-type-tour-sejour #hotels > div,
.node-type-tour #hotels > div,
.node-type-tour-sejour #included > div,
.node-type-tour #included > div,
.node-type-tour-sejour #activities > div,
.node-type-tour #activities > div,
.node-type-tour-sejour #goodToKnow > div,
.node-type-tour #goodToKnow > div,
.node-type-tour-sejour #hotels > p,
.node-type-tour #hotels > p,
.node-type-tour-sejour #included > p,
.node-type-tour #included > p,
.node-type-tour-sejour #activities > p,
.node-type-tour #activities > p,
.node-type-tour-sejour #goodToKnow > p,
.node-type-tour #goodToKnow > p,
.node-type-tour-sejour #hotels li,
.node-type-tour #hotels li,
.node-type-tour-sejour #included li,
.node-type-tour #included li,
.node-type-tour-sejour #activities li,
.node-type-tour #activities li,
.node-type-tour-sejour #goodToKnow li,
.node-type-tour #goodToKnow li {
  font-size: 17px;
}
.node-type-tour-sejour .tab-body#tour-summary-container,
.node-type-tour .tab-body#tour-summary-container,
.node-type-tour-sejour .tab-body#activities,
.node-type-tour .tab-body#activities,
.node-type-tour-sejour .tab-body#hotels,
.node-type-tour .tab-body#hotels,
.node-type-tour-sejour .tab-body#goodToKnow,
.node-type-tour .tab-body#goodToKnow,
.node-type-tour-sejour .tab-body#comments,
.node-type-tour .tab-body#comments {
  padding: 0 1rem;
}
.node-type-tour-sejour .tab-body#tour-summary-container .section--title,
.node-type-tour .tab-body#tour-summary-container .section--title,
.node-type-tour-sejour .tab-body#activities .section--title,
.node-type-tour .tab-body#activities .section--title,
.node-type-tour-sejour .tab-body#hotels .section--title,
.node-type-tour .tab-body#hotels .section--title,
.node-type-tour-sejour .tab-body#goodToKnow .section--title,
.node-type-tour .tab-body#goodToKnow .section--title,
.node-type-tour-sejour .tab-body#comments .section--title,
.node-type-tour .tab-body#comments .section--title {
  margin-top: 30px !important;
}
.node-type-tour-sejour .tab-body#goodToKnow ul,
.node-type-tour .tab-body#goodToKnow ul {
  padding-left: 0 !important;
}
.node-type-tour-sejour .tab-body#goodToKnow ul ul,
.node-type-tour .tab-body#goodToKnow ul ul {
  padding-left: 40px !important;
}
.node-type-tour-sejour #tour-summary-container,
.node-type-tour #tour-summary-container {
  color: #1d252c;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview,
.node-type-tour #tour-summary-container .summary--infos #tour-overview {
  margin: auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview #map_canvas,
.node-type-tour #tour-summary-container .summary--infos #tour-overview #map_canvas {
  margin-bottom: 15px;
  height: 468px;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview #map_canvas .leaflet-control,
.node-type-tour #tour-summary-container .summary--infos #tour-overview #map_canvas .leaflet-control {
  margin: 10px 0 0 10px;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview #map_canvas .leaflet-control a,
.node-type-tour #tour-summary-container .summary--infos #tour-overview #map_canvas .leaflet-control a {
  text-decoration: none;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview #map_canvas .leaflet-popup-content,
.node-type-tour #tour-summary-container .summary--infos #tour-overview #map_canvas .leaflet-popup-content {
  margin: 10px 19px;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .tour--subtitle,
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .tour--subtitle {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .suggest,
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .suggest {
  font-size: 19px;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list,
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list {
  max-height: 320px;
  overflow-y: auto;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul,
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul {
  list-style: none;
  padding: 0;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul li,
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul li {
  margin-top: 10px;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul li:first-child,
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul li:first-child {
  margin-top: 0;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul li .dayLink--row .first-line,
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul li .dayLink--row .first-line {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul li .dayLink--row .second-line,
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul li .dayLink--row .second-line {
  font-size: 17px;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul li .dayLink--row .second-line .details a,
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul li .dayLink--row .second-line .details a {
  text-decoration: underline;
  font-weight: 700;
}
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul li .dayLink--row .second-line .details a:hover,
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul li .dayLink--row .second-line .details a:hover {
  color: #e7004c;
  text-decoration: none;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 480px));
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  margin-bottom: 53px;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step:first-child .itinerary-imgs:hover,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step:first-child .itinerary-imgs:hover,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step:last-child .itinerary-imgs:hover,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step:last-child .itinerary-imgs:hover {
  cursor: initial;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs {
  height: fit-content;
  width: 450px;
  padding: 0;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto {
  position: relative;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto .auto,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto .auto {
  max-width: 450px;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto span,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto span {
  position: absolute;
  color: #fff;
  font-weight: bold;
  bottom: 0;
  right: 5px;
  font-size: 2rem;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs:hover,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs:hover {
  cursor: pointer;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details h3,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details h3 {
  font-size: 21px;
  font-weight: 900;
  font-family: inherit;
  padding-left: 10px;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details h3 small,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details h3 small {
  font-size: 19px;
  display: block;
  text-transform: uppercase;
  color: inherit;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  line-height: 22px;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li:before,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li:before {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #f7be00;
  content: '';
  left: -20px;
  position: absolute;
  top: 6px;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li ul li,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li ul li {
  position: relative;
  list-style: none;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li ul li:before,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li ul li:before {
  width: 8px;
  height: 8px;
  border-radius: unset;
  background: #f7be00;
  content: '';
  left: -20px;
  position: absolute;
  top: 6px;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_show,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_show {
  color: #e7004c;
  display: inline;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_show:after,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_show:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e086";
  padding-left: 3px;
  padding-right: 3px;
}
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_text,
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_text {
  padding: 15px;
  background-color: #efefef;
  margin: 10px 0;
}
.node-type-tour-sejour #activities .underlined,
.node-type-tour #activities .underlined,
.node-type-tour-sejour #hotels .underlined,
.node-type-tour #hotels .underlined {
  font-weight: 800;
}
.node-type-tour-sejour #activities .view-list-content-on-tours,
.node-type-tour #activities .view-list-content-on-tours,
.node-type-tour-sejour #hotels .view-list-content-on-tours,
.node-type-tour #hotels .view-list-content-on-tours {
  margin-bottom: 30px;
}
.node-type-tour-sejour #activities .view-list-content-on-tours .card,
.node-type-tour #activities .view-list-content-on-tours .card,
.node-type-tour-sejour #hotels .view-list-content-on-tours .card,
.node-type-tour #hotels .view-list-content-on-tours .card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 265px 30px auto;
  grid-template-columns: 265px auto;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 30px;
  background: #fff;
  color: #666;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.node-type-tour-sejour #activities .view-list-content-on-tours .card .card--img img,
.node-type-tour #activities .view-list-content-on-tours .card .card--img img,
.node-type-tour-sejour #hotels .view-list-content-on-tours .card .card--img img,
.node-type-tour #hotels .view-list-content-on-tours .card .card--img img {
  width: 100%;
  height: auto;
}
.node-type-tour-sejour #activities .view-list-content-on-tours .card .card--body,
.node-type-tour #activities .view-list-content-on-tours .card .card--body,
.node-type-tour-sejour #hotels .view-list-content-on-tours .card .card--body,
.node-type-tour #hotels .view-list-content-on-tours .card .card--body {
  padding: 10px;
}
.node-type-tour-sejour #activities .view-list-content-on-tours .card .card--body .card--title,
.node-type-tour #activities .view-list-content-on-tours .card .card--body .card--title,
.node-type-tour-sejour #hotels .view-list-content-on-tours .card .card--body .card--title,
.node-type-tour #hotels .view-list-content-on-tours .card .card--body .card--title {
  font-weight: 600;
  margin-bottom: 20px;
}
.node-type-tour-sejour #activities .view-list-content-on-tours .card .card--body p,
.node-type-tour #activities .view-list-content-on-tours .card .card--body p,
.node-type-tour-sejour #hotels .view-list-content-on-tours .card .card--body p,
.node-type-tour #hotels .view-list-content-on-tours .card .card--body p {
  font-size: 16px;
}
.node-type-tour-sejour #goodToKnow #goodToKnow-wrapper > ul li,
.node-type-tour #goodToKnow #goodToKnow-wrapper > ul li {
  position: relative;
  list-style: none;
  padding-top: 15px;
}
.node-type-tour-sejour #goodToKnow #goodToKnow-wrapper > ul li h4,
.node-type-tour #goodToKnow #goodToKnow-wrapper > ul li h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.node-type-tour-sejour #goodToKnow #goodToKnow-wrapper > ul li a,
.node-type-tour #goodToKnow #goodToKnow-wrapper > ul li a {
  margin-bottom: 15px;
}
.node-type-tour-sejour #goodToKnow #goodToKnow-wrapper > ul li ul li,
.node-type-tour #goodToKnow #goodToKnow-wrapper > ul li ul li {
  position: relative;
  list-style: none;
  padding-top: 0;
}
.node-type-tour-sejour #goodToKnow #goodToKnow-wrapper > ul li ul li:before,
.node-type-tour #goodToKnow #goodToKnow-wrapper > ul li ul li:before {
  width: 6px;
  height: 6px;
  border-radius: unset;
  background: #f7be00;
  content: '';
  left: -15px;
  position: absolute;
  top: 10px;
}
.node-type-tour-sejour #comments h3,
.node-type-tour #comments h3 {
  color: #e7004c;
}
.node-type-tour-sejour #comments .infos,
.node-type-tour #comments .infos {
  margin-bottom: 30px;
}
.node-type-tour-sejour #comments .reviews-wrapper .review .title,
.node-type-tour #comments .reviews-wrapper .review .title {
  text-transform: uppercase;
}
.node-type-tour-sejour #comments .reviews-wrapper .sidebar--videos h3,
.node-type-tour #comments .reviews-wrapper .sidebar--videos h3 {
  font-weight: 700;
}
.node-type-tour-sejour #comments .reviews-wrapper .sidebar--videos .more-videos,
.node-type-tour #comments .reviews-wrapper .sidebar--videos .more-videos {
  color: #e7004c;
}
.node-type-tour-sejour .quotation--wrapper,
.node-type-tour .quotation--wrapper {
  margin-top: 30px;
}
.node-type-tour-sejour .quotation--wrapper .header,
.node-type-tour .quotation--wrapper .header {
  background-color: #1d252c;
  position: relative;
  padding: 10px 27px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}
.node-type-tour-sejour .quotation--wrapper .header #title-n-days,
.node-type-tour .quotation--wrapper .header #title-n-days,
.node-type-tour-sejour .quotation--wrapper .header .cities,
.node-type-tour .quotation--wrapper .header .cities {
  display: inline-block;
}
.node-type-tour-sejour .quotation--wrapper .header p,
.node-type-tour .quotation--wrapper .header p {
  color: #fff;
}
.node-type-tour-sejour .quotation--wrapper .header .title,
.node-type-tour .quotation--wrapper .header .title {
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
}
.node-type-tour-sejour .quotation--wrapper .header .days,
.node-type-tour .quotation--wrapper .header .days {
  font-size: 19px;
  margin: 0;
}
.node-type-tour-sejour .quotation--wrapper .header .cities,
.node-type-tour .quotation--wrapper .header .cities {
  font-size: 21px;
  font-weight: 900;
  text-align: right;
}
.node-type-tour-sejour .quotation--wrapper .header .cities p,
.node-type-tour .quotation--wrapper .header .cities p {
  display: inline-block;
}
.node-type-tour-sejour .quotation--wrapper .header + .quotation-bloc,
.node-type-tour .quotation--wrapper .header + .quotation-bloc {
  margin-top: 0;
}
.node-type-tour-sejour #slideshow-modal,
.node-type-tour #slideshow-modal {
  top: 5%;
}
.node-type-tour-sejour #slideshow-modal .modal-dialog,
.node-type-tour #slideshow-modal .modal-dialog {
  width: -moz-max-content;
  width: max-content;
}
.node-type-tour-sejour #slideshow-modal .modal-dialog .modal-content .close,
.node-type-tour #slideshow-modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 2px;
  top: -4px;
  z-index: 10;
  opacity: 1;
  color: #e7004c;
}
.node-type-tour-sejour #slideshow-modal .modal-dialog .modal-content .close > span,
.node-type-tour #slideshow-modal .modal-dialog .modal-content .close > span {
  font-size: 30px;
  line-height: 30px;
}
.node-type-tour-sejour .view-list-tours-on-content.view-id-list_tours_on_content.view-display-id-page_8,
.node-type-tour .view-list-tours-on-content.view-id-list_tours_on_content.view-display-id-page_8 {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 0;
}
.node-type-tour-sejour .view-list-tours-on-content.view-id-list_tours_on_content.view-display-id-page_8 h2,
.node-type-tour .view-list-tours-on-content.view-id-list_tours_on_content.view-display-id-page_8 h2 {
  font-size: 35px;
  letter-spacing: 0;
  text-align: left;
}
.node-type-tour-sejour .view-list-tours-on-content.view-id-list_tours_on_content.view-display-id-page_8 div.product-thumbnail--wrapper,
.node-type-tour .view-list-tours-on-content.view-id-list_tours_on_content.view-display-id-page_8 div.product-thumbnail--wrapper {
  overflow: auto;
  float: left;
  padding-right: .5%;
  width: 25%;
}
.node-type-tour#mobile--display #tour-header__mobile,
.node-type-tour#tablet--display #tour-header__mobile {
  margin-top: 30px;
}
.node-type-tour#mobile--display #tour-header__mobile .section--title,
.node-type-tour#tablet--display #tour-header__mobile .section--title {
  padding: 0;
}
.node-type-tour#mobile--display .product-tabs,
.node-type-tour#tablet--display .product-tabs {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.node-type-tour#mobile--display .product-tabs ul,
.node-type-tour#tablet--display .product-tabs ul {
  padding-left: 15px;
}
.node-type-tour#mobile--display .slider-product-wrapper .product-thumbnail--wrapper,
.node-type-tour#tablet--display .slider-product-wrapper .product-thumbnail--wrapper {
  margin: 10px;
}
.node-type-tour#mobile--display #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li:before,
.node-type-tour#tablet--display #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li:before {
  width: 6px;
  height: 6px;
  left: -16px;
}
.node-type-tour#mobile--display .tab-body#tour-summary-container,
.node-type-tour#tablet--display .tab-body#tour-summary-container,
.node-type-tour#mobile--display .tab-body#activities,
.node-type-tour#tablet--display .tab-body#activities,
.node-type-tour#mobile--display .tab-body#hotels,
.node-type-tour#tablet--display .tab-body#hotels,
.node-type-tour#mobile--display .tab-body#goodToKnow,
.node-type-tour#tablet--display .tab-body#goodToKnow,
.node-type-tour#mobile--display .tab-body#comments,
.node-type-tour#tablet--display .tab-body#comments {
  padding: 0;
}
.node-type-tour#mobile--display #activities .view-list-content-on-tours .card,
.node-type-tour#tablet--display #activities .view-list-content-on-tours .card,
.node-type-tour#mobile--display #hotels .view-list-content-on-tours .card,
.node-type-tour#tablet--display #hotels .view-list-content-on-tours .card {
  -ms-grid-columns: none;
  grid-template-columns: none;
  padding: 15px;
}
.node-type-tour#mobile--display #activities .view-list-content-on-tours .card .card--body,
.node-type-tour#tablet--display #activities .view-list-content-on-tours .card .card--body,
.node-type-tour#mobile--display #hotels .view-list-content-on-tours .card .card--body,
.node-type-tour#tablet--display #hotels .view-list-content-on-tours .card .card--body {
  padding: 0;
}
.node-type-tour#mobile--display #activities .view-list-content-on-tours .card .card--body .card--title,
.node-type-tour#tablet--display #activities .view-list-content-on-tours .card .card--body .card--title,
.node-type-tour#mobile--display #hotels .view-list-content-on-tours .card .card--body .card--title,
.node-type-tour#tablet--display #hotels .view-list-content-on-tours .card .card--body .card--title {
  padding-top: 15px;
}
.node-type-tour#mobile--display #activities .view-list-content-on-tours .card .card--body .tableItem--teaser,
.node-type-tour#tablet--display #activities .view-list-content-on-tours .card .card--body .tableItem--teaser,
.node-type-tour#mobile--display #hotels .view-list-content-on-tours .card .card--body .tableItem--teaser,
.node-type-tour#tablet--display #hotels .view-list-content-on-tours .card .card--body .tableItem--teaser {
  line-height: 1.2;
}
.node-type-tour#mobile--display #activities #hotels-wrapper > p,
.node-type-tour#tablet--display #activities #hotels-wrapper > p,
.node-type-tour#mobile--display #hotels #hotels-wrapper > p,
.node-type-tour#tablet--display #hotels #hotels-wrapper > p {
  font-size: 16px;
  line-height: 1.2;
}
.node-type-tour#mobile--display #activities .tab-body--title,
.node-type-tour#tablet--display #activities .tab-body--title,
.node-type-tour#mobile--display #hotels .tab-body--title,
.node-type-tour#tablet--display #hotels .tab-body--title {
  margin: 12px 0;
}
.node-type-tour#mobile--display #activities > p,
.node-type-tour#tablet--display #activities > p,
.node-type-tour#mobile--display #hotels > p,
.node-type-tour#tablet--display #hotels > p {
  font-size: 16px;
  line-height: 1.2;
}
.node-type-tour#mobile--display #tour-summary-container .summary--infos #tour-overview,
.node-type-tour#tablet--display #tour-summary-container .summary--infos #tour-overview {
  -ms-grid-columns: none;
  grid-template-columns: none;
}
.node-type-tour#mobile--display #tour-summary-container .summary--infos #tour-overview #map_canvas,
.node-type-tour#tablet--display #tour-summary-container .summary--infos #tour-overview #map_canvas {
  max-height: 320px;
  margin: 0 -5%;
  width: 110%;
}
.node-type-tour#mobile--display #tour-summary-container .summary--infos #tour-overview #map_canvas .leaflet-popup-content,
.node-type-tour#tablet--display #tour-summary-container .summary--infos #tour-overview #map_canvas .leaflet-popup-content {
  margin: 10px 15px;
}
.node-type-tour#mobile--display #tour-summary-container .summary--infos #tour-overview .summary--itinerary .suggest,
.node-type-tour#tablet--display #tour-summary-container .summary--infos #tour-overview .summary--itinerary .suggest {
  font-size: 16px;
  line-height: 1.4;
}
.node-type-tour#mobile--display #tour-summary-container .summary--infos #tour-overview .summary--itinerary .tour--subtitle,
.node-type-tour#tablet--display #tour-summary-container .summary--infos #tour-overview .summary--itinerary .tour--subtitle {
  padding-top: 15px;
}
.node-type-tour#mobile--display .view-list-tours-on-content.view-id-list_tours_on_content.view-display-id-page_8 div.product-thumbnail--wrapper,
.node-type-tour#tablet--display .view-list-tours-on-content.view-id-list_tours_on_content.view-display-id-page_8 div.product-thumbnail--wrapper {
  float: none;
  width: unset;
}
.node-type-tour-sejour .section--title.page-title {
  display: none !important;
}
.node-type-tour-sejour .sejour-desc-list .sejour-desc {
  width: 40%;
  float: left;
  margin-right: 5%;
}
.node-type-tour-sejour .sejour-desc-list .sejour-desc h4 {
  padding-top: 15px;
}
.node-type-tour .mv-breadcrumb .item-list,
.node-type-tour-sejour .mv-breadcrumb .item-list {
  list-style: none;
}
.node-type-tour .mv-breadcrumb .item-list ul,
.node-type-tour-sejour .mv-breadcrumb .item-list ul {
  padding: 0;
}
.node-type-tour .mv-breadcrumb .item-list ul li,
.node-type-tour-sejour .mv-breadcrumb .item-list ul li {
  display: inline;
}
.node-type-tour .mv-breadcrumb .item-list ul li a,
.node-type-tour-sejour .mv-breadcrumb .item-list ul li a {
  color: inherit;
}
.node-type-tour .mv-breadcrumb .item-list ul li a:after,
.node-type-tour-sejour .mv-breadcrumb .item-list ul li a:after {
  content: '\0020 \0020 \0020 \0020  > \0020 \0020 \0020 \0020 ';
  white-space: pre;
  display: inline-block;
}
.node-type-tour mv-slideshow li,
.node-type-tour-sejour mv-slideshow li,
.node-type-tour mv-slideshow div,
.node-type-tour-sejour mv-slideshow div {
  position: relative;
}
.node-type-tour mv-slideshow li div,
.node-type-tour-sejour mv-slideshow li div,
.node-type-tour mv-slideshow div div,
.node-type-tour-sejour mv-slideshow div div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.node-type-tour mv-slideshow li div .img-text,
.node-type-tour-sejour mv-slideshow li div .img-text,
.node-type-tour mv-slideshow div div .img-text,
.node-type-tour-sejour mv-slideshow div div .img-text {
  width: 370px;
  font-size: 18px;
  margin: 0 auto;
  padding: 5px 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
}
.node-type-tour mv-slideshow li .mv-icons--design--search,
.node-type-tour-sejour mv-slideshow li .mv-icons--design--search,
.node-type-tour mv-slideshow div .mv-icons--design--search,
.node-type-tour-sejour mv-slideshow div .mv-icons--design--search {
  display: none;
  position: absolute;
  font-size: 4rem;
  color: #fff;
  left: 50%;
  top: 50%;
  font-weight: 800;
  -webkit-transform: translate(-50%, -50%) rotate(-75deg);
  -ms-transform: translate(-50%, -50%) rotate(-75deg);
  transform: translate(-50%, -50%) rotate(-75deg);
}
.node-type-tour mv-slideshow li:hover .mv-icons--design--search,
.node-type-tour-sejour mv-slideshow li:hover .mv-icons--design--search,
.node-type-tour mv-slideshow div:hover .mv-icons--design--search,
.node-type-tour-sejour mv-slideshow div:hover .mv-icons--design--search {
  display: block;
}
.node-type-tour mv-slideshow li .photo-credit,
.node-type-tour-sejour mv-slideshow li .photo-credit,
.node-type-tour mv-slideshow div .photo-credit,
.node-type-tour-sejour mv-slideshow div .photo-credit {
  bottom: -30px;
}
.node-type-tour mv-slideshow li .photo-credit .copyright-icon,
.node-type-tour-sejour mv-slideshow li .photo-credit .copyright-icon,
.node-type-tour mv-slideshow div .photo-credit .copyright-icon,
.node-type-tour-sejour mv-slideshow div .photo-credit .copyright-icon {
  color: #f7be00;
  font-family: sans-serif;
  font-size: 1.5rem;
}
.node-type-tour mv-slideshow li .photo-credit .day_copyright,
.node-type-tour-sejour mv-slideshow li .photo-credit .day_copyright,
.node-type-tour mv-slideshow div .photo-credit .day_copyright,
.node-type-tour-sejour mv-slideshow div .photo-credit .day_copyright {
  position: relative;
  bottom: 2px;
}
.node-type-tour .section--title,
.node-type-tour-sejour .section--title {
  margin-top: 0 !important;
  margin-bottom: 15px;
}
.node-type-tour .section--title .icon,
.node-type-tour-sejour .section--title .icon {
  font-size: 5.5rem;
  position: relative;
  top: 6px;
}
.node-type-tour .section--title h1,
.node-type-tour-sejour .section--title h1 {
  padding-left: 10px;
  font-size: 40px !important;
  font-weight: 900;
  text-transform: uppercase;
}
.node-type-tour .section--title .icon,
.node-type-tour-sejour .section--title .icon,
.node-type-tour .section--title h1,
.node-type-tour-sejour .section--title h1 {
  display: inline;
}
.node-type-tour .tour-step,
.node-type-tour-sejour .tour-step,
.node-type-tour #tour-overview,
.node-type-tour-sejour #tour-overview {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.node-type-tour .tour-header .tour-summary .days,
.node-type-tour-sejour .tour-header .tour-summary .days,
.node-type-tour .tour-header .tour-summary .cities,
.node-type-tour-sejour .tour-header .tour-summary .cities,
.node-type-tour .tour-header .tour-summary .strong_text,
.node-type-tour-sejour .tour-header .tour-summary .strong_text {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: left;
  margin: 10px 0;
}
.node-type-tour .tour-header .tour-summary .cities,
.node-type-tour-sejour .tour-header .tour-summary .cities {
  font-weight: normal;
}
.node-type-tour .tour-header .tour-summary .strong_text,
.node-type-tour-sejour .tour-header .tour-summary .strong_text {
  font-size: 15.5px;
  font-weight: normal;
  line-height: 1.48;
}
.node-type-tour .tour-header .tour-summary .strong_text span,
.node-type-tour-sejour .tour-header .tour-summary .strong_text span {
  text-transform: uppercase;
}
.node-type-tour .tour-header .tour-summary .strong_points,
.node-type-tour-sejour .tour-header .tour-summary .strong_points {
  margin: 5px 0 10px 0;
  padding-left: 15px;
}
.node-type-tour .tour-header .tour-summary .strong_points li,
.node-type-tour-sejour .tour-header .tour-summary .strong_points li {
  color: rgba(29, 37, 44, 0.67);
  position: relative;
  list-style: none;
}
.node-type-tour .tour-header .tour-summary .strong_points li:before,
.node-type-tour-sejour .tour-header .tour-summary .strong_points li:before {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #f7be00;
  content: '';
  left: -16px;
  position: absolute;
  top: 4px;
}
.node-type-tour #tour-summary-container .summary--infos,
.node-type-tour-sejour #tour-summary-container .summary--infos {
  padding-bottom: 25px;
}
.node-type-tour #tour-summary-container .summary--infos #tour-overview #map_canvas,
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview #map_canvas {
  height: 468px;
  width: 507px;
}
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .tour--subtitle,
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .tour--subtitle {
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
}
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .suggest,
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .suggest {
  font-size: 19px;
}
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul,
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul {
  list-style: none;
  padding: 0;
}
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul .list--item,
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul .list--item {
  margin-top: 10px;
}
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul .list--item .first-line,
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul .list--item .first-line {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul .list--item .second-line,
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul .list--item .second-line {
  font-size: 17px;
}
.node-type-tour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul .list--item .second-line .details a,
.node-type-tour-sejour #tour-summary-container .summary--infos #tour-overview .summary--itinerary .itinerary--list ul .list--item .second-line .details a {
  font-weight: 900;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step {
  -ms-grid-columns: 450px auto;
  grid-template-columns: 450px auto;
  margin-bottom: 60px;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto {
  position: relative;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto img,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto img {
  width: 450px;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto span,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs .alone,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs .alone {
  position: relative;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs .alone .mv-icons--design--search,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs .alone .mv-icons--design--search {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%) rotate(-75deg);
  -ms-transform: translate(-50%, -50%) rotate(-75deg);
  transform: translate(-50%, -50%) rotate(-75deg);
  text-shadow: 1px 5px 5px #000;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs .alone .photo-credit,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs .alone .photo-credit {
  bottom: -30px;
  display: block;
  text-align: center;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs .alone .photo-credit .copyright-icon,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs .alone .photo-credit .copyright-icon {
  color: #f7be00;
  font-family: sans-serif;
  font-size: 1.5rem;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs .alone .photo-credit .day_copyright,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs .alone .photo-credit .day_copyright {
  position: relative;
  bottom: 2px;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs .alone:hover .mv-icons--design--search,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs .alone:hover .mv-icons--design--search {
  display: block;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details h3,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details h3 {
  font-size: 21px;
  font-weight: 900;
  font-family: inherit;
  padding-left: 10px;
  margin-bottom: 20px;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details h3 small,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details h3 small {
  font-size: 19px;
  display: block;
  text-transform: uppercase;
  color: inherit;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li {
  position: relative;
  list-style: none;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li:before,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li:before {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #f7be00;
  content: '';
  left: -20px;
  position: absolute;
  top: 6px;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li ul li,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li ul li {
  position: relative;
  list-style: none;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li ul li:before,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li ul li:before {
  width: 8px;
  height: 8px;
  border-radius: unset;
  background: #f7be00;
  content: '';
  left: -20px;
  position: absolute;
  top: 6px;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_show,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_show {
  color: #e7004c;
  display: inline;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_show:after,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_show:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e086";
  padding-left: 3px;
  padding-right: 3px;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_show:hover,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_show:hover {
  cursor: pointer;
}
.node-type-tour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_text,
.node-type-tour-sejour #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li .toggle_text {
  padding: 15px;
  background-color: #efefef;
  margin: 10px 0;
}
@media (max-width: 1100px) {
  .node-type-tour .tour-step .itinerary-imgs,
  .node-type-tour-sejour .tour-step .itinerary-imgs {
    margin: 40px auto;
    width: 450px;
  }
  .node-type-tour .tour-step,
  .node-type-tour-sejour .tour-step,
  .node-type-tour #tour-overview,
  .node-type-tour-sejour #tour-overview {
    display: block;
  }
}
.node-type-tour#mobile--display mv-slideshow img,
.node-type-tour-sejour#mobile--display mv-slideshow img,
.node-type-tour#tablet--display mv-slideshow img,
.node-type-tour-sejour#tablet--display mv-slideshow img {
  width: 100%;
}
.node-type-tour#mobile--display .section--title,
.node-type-tour-sejour#mobile--display .section--title,
.node-type-tour#tablet--display .section--title,
.node-type-tour-sejour#tablet--display .section--title {
  text-align: left;
}
.node-type-tour#mobile--display .section--title span,
.node-type-tour-sejour#mobile--display .section--title span,
.node-type-tour#tablet--display .section--title span,
.node-type-tour-sejour#tablet--display .section--title span {
  font-size: 3.5rem;
}
.node-type-tour#mobile--display .section--title h1,
.node-type-tour-sejour#mobile--display .section--title h1,
.node-type-tour#tablet--display .section--title h1,
.node-type-tour-sejour#tablet--display .section--title h1 {
  font-size: 23px !important;
}
.node-type-tour#mobile--display .itinerary--wrap h3,
.node-type-tour-sejour#mobile--display .itinerary--wrap h3,
.node-type-tour#tablet--display .itinerary--wrap h3,
.node-type-tour-sejour#tablet--display .itinerary--wrap h3 {
  font-weight: 800;
}
.node-type-tour#mobile--display .itinerary--wrap h3 small,
.node-type-tour-sejour#mobile--display .itinerary--wrap h3 small,
.node-type-tour#tablet--display .itinerary--wrap h3 small,
.node-type-tour-sejour#tablet--display .itinerary--wrap h3 small {
  display: block;
  text-transform: uppercase;
  color: #1d252c;
  margin-bottom: 5px;
}
.node-type-tour#mobile--display .itinerary--wrap .tour-step,
.node-type-tour-sejour#mobile--display .itinerary--wrap .tour-step,
.node-type-tour#tablet--display .itinerary--wrap .tour-step,
.node-type-tour-sejour#tablet--display .itinerary--wrap .tour-step {
  display: block;
  -ms-grid-columns: none;
  grid-template-columns: none;
  text-align: left;
  margin-bottom: 30px;
}
.node-type-tour#mobile--display .itinerary--wrap .tour-step .itinerary-details,
.node-type-tour-sejour#mobile--display .itinerary--wrap .tour-step .itinerary-details,
.node-type-tour#tablet--display .itinerary--wrap .tour-step .itinerary-details,
.node-type-tour-sejour#tablet--display .itinerary--wrap .tour-step .itinerary-details {
  text-align: left;
  padding-right: 0;
}
.node-type-tour#mobile--display .itinerary--wrap .tour-step .itinerary-imgs,
.node-type-tour-sejour#mobile--display .itinerary--wrap .tour-step .itinerary-imgs,
.node-type-tour#tablet--display .itinerary--wrap .tour-step .itinerary-imgs,
.node-type-tour-sejour#tablet--display .itinerary--wrap .tour-step .itinerary-imgs {
  width: inherit;
  height: inherit;
  margin: 20px auto;
}
.node-type-tour#mobile--display .itinerary--wrap .tour-step .itinerary-imgs img,
.node-type-tour-sejour#mobile--display .itinerary--wrap .tour-step .itinerary-imgs img,
.node-type-tour#tablet--display .itinerary--wrap .tour-step .itinerary-imgs img,
.node-type-tour-sejour#tablet--display .itinerary--wrap .tour-step .itinerary-imgs img,
.node-type-tour#mobile--display .itinerary--wrap .tour-step .itinerary-imgs mv-slideshow,
.node-type-tour-sejour#mobile--display .itinerary--wrap .tour-step .itinerary-imgs mv-slideshow,
.node-type-tour#tablet--display .itinerary--wrap .tour-step .itinerary-imgs mv-slideshow,
.node-type-tour-sejour#tablet--display .itinerary--wrap .tour-step .itinerary-imgs mv-slideshow {
  display: block;
  margin: 0 auto;
}
.node-type-tour#mobile--display #tour-header__mobile mv-slideshow .img-text,
.node-type-tour-sejour#mobile--display #tour-header__mobile mv-slideshow .img-text,
.node-type-tour#tablet--display #tour-header__mobile mv-slideshow .img-text,
.node-type-tour-sejour#tablet--display #tour-header__mobile mv-slideshow .img-text {
  font-size: 12px;
}
.node-type-tour#mobile--display #tour-header__mobile .tour-header-teaser,
.node-type-tour-sejour#mobile--display #tour-header__mobile .tour-header-teaser,
.node-type-tour#tablet--display #tour-header__mobile .tour-header-teaser,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-header-teaser {
  width: 90%;
  margin: auto;
}
.node-type-tour#mobile--display #tour-header__mobile .tour-summary,
.node-type-tour-sejour#mobile--display #tour-header__mobile .tour-summary,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary {
  padding: 15px;
}
.node-type-tour#mobile--display #tour-header__mobile .tour-summary .strong_text,
.node-type-tour-sejour#mobile--display #tour-header__mobile .tour-summary .strong_text,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary .strong_text,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary .strong_text {
  margin: 5px 0 0px 0;
}
.node-type-tour#mobile--display #tour-header__mobile .tour-summary p,
.node-type-tour-sejour#mobile--display #tour-header__mobile .tour-summary p,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary p,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary p,
.node-type-tour#mobile--display #tour-header__mobile .tour-summary .days,
.node-type-tour-sejour#mobile--display #tour-header__mobile .tour-summary .days,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary .days,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary .days,
.node-type-tour#mobile--display #tour-header__mobile .tour-summary .cities,
.node-type-tour-sejour#mobile--display #tour-header__mobile .tour-summary .cities,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary .cities,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary .cities,
.node-type-tour#mobile--display #tour-header__mobile .tour-summary .strong_points,
.node-type-tour-sejour#mobile--display #tour-header__mobile .tour-summary .strong_points,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary .strong_points,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary .strong_points {
  font-size: 15px;
  margin: 10px 0;
}
.node-type-tour#mobile--display #tour-header__mobile .tour-summary .days,
.node-type-tour-sejour#mobile--display #tour-header__mobile .tour-summary .days,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary .days,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary .days,
.node-type-tour#mobile--display #tour-header__mobile .tour-summary .cities,
.node-type-tour-sejour#mobile--display #tour-header__mobile .tour-summary .cities,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary .cities,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary .cities {
  font-weight: bold;
}
.node-type-tour#mobile--display #tour-header__mobile .tour-summary .strong_points,
.node-type-tour-sejour#mobile--display #tour-header__mobile .tour-summary .strong_points,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary .strong_points,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary .strong_points {
  margin: 5px 0 10px 0;
}
.node-type-tour#mobile--display #tour-header__mobile .tour-summary .strong_points li,
.node-type-tour-sejour#mobile--display #tour-header__mobile .tour-summary .strong_points li,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary .strong_points li,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary .strong_points li {
  position: relative;
  list-style: none;
}
.node-type-tour#mobile--display #tour-header__mobile .tour-summary .strong_points li:before,
.node-type-tour-sejour#mobile--display #tour-header__mobile .tour-summary .strong_points li:before,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary .strong_points li:before,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary .strong_points li:before {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #f7be00;
  content: '';
  left: -15px;
  position: absolute;
  top: 4px;
}
.node-type-tour#mobile--display #tour-header__mobile .review-teaser .subtitle,
.node-type-tour-sejour#mobile--display #tour-header__mobile .review-teaser .subtitle,
.node-type-tour#tablet--display #tour-header__mobile .review-teaser .subtitle,
.node-type-tour-sejour#tablet--display #tour-header__mobile .review-teaser .subtitle {
  text-transform: uppercase;
  font-size: 13.5px;
  font-weight: 900;
  margin-bottom: 10px;
}
.node-type-tour#mobile--display #tour-header__mobile .review-teaser #more-reviews,
.node-type-tour-sejour#mobile--display #tour-header__mobile .review-teaser #more-reviews,
.node-type-tour#tablet--display #tour-header__mobile .review-teaser #more-reviews,
.node-type-tour-sejour#tablet--display #tour-header__mobile .review-teaser #more-reviews {
  color: #e7004c;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}
.node-type-tour#mobile--display .quotation--wrapper .quotation-bloc a,
.node-type-tour-sejour#mobile--display .quotation--wrapper .quotation-bloc a,
.node-type-tour#tablet--display .quotation--wrapper .quotation-bloc a,
.node-type-tour-sejour#tablet--display .quotation--wrapper .quotation-bloc a {
  width: 150px;
  font-size: 12px;
}
.node-type-tour#mobile--display .sticking-bloc .quotation-bloc,
.node-type-tour-sejour#mobile--display .sticking-bloc .quotation-bloc,
.node-type-tour#tablet--display .sticking-bloc .quotation-bloc,
.node-type-tour-sejour#tablet--display .sticking-bloc .quotation-bloc {
  display: none;
}
.node-type-tour#mobile--display .quotation-bloc,
.node-type-tour-sejour#mobile--display .quotation-bloc,
.node-type-tour#tablet--display .quotation-bloc,
.node-type-tour-sejour#tablet--display .quotation-bloc {
  grid-template-columns: auto;
  line-height: 12px;
}
.node-type-tour#mobile--display .quotation-bloc.sticky,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky,
.node-type-tour#tablet--display .quotation-bloc.sticky,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky {
  position: fixed;
  bottom: 0;
  z-index: 1001;
  display: block;
  left: 0;
}
.node-type-tour#mobile--display .quotation-bloc .phone,
.node-type-tour-sejour#mobile--display .quotation-bloc .phone,
.node-type-tour#tablet--display .quotation-bloc .phone,
.node-type-tour-sejour#tablet--display .quotation-bloc .phone,
.node-type-tour#mobile--display .quotation-bloc .booking,
.node-type-tour-sejour#mobile--display .quotation-bloc .booking,
.node-type-tour#tablet--display .quotation-bloc .booking,
.node-type-tour-sejour#tablet--display .quotation-bloc .booking,
.node-type-tour#mobile--display .quotation-bloc .product-price,
.node-type-tour-sejour#mobile--display .quotation-bloc .product-price,
.node-type-tour#tablet--display .quotation-bloc .product-price,
.node-type-tour-sejour#tablet--display .quotation-bloc .product-price {
  line-height: 12px;
  margin: 10px 0;
  padding: 15px;
  height: 70px;
}
.node-type-tour#mobile--display .quotation-bloc .phone #price,
.node-type-tour-sejour#mobile--display .quotation-bloc .phone #price,
.node-type-tour#tablet--display .quotation-bloc .phone #price,
.node-type-tour-sejour#tablet--display .quotation-bloc .phone #price,
.node-type-tour#mobile--display .quotation-bloc .booking #price,
.node-type-tour-sejour#mobile--display .quotation-bloc .booking #price,
.node-type-tour#tablet--display .quotation-bloc .booking #price,
.node-type-tour-sejour#tablet--display .quotation-bloc .booking #price,
.node-type-tour#mobile--display .quotation-bloc .product-price #price,
.node-type-tour-sejour#mobile--display .quotation-bloc .product-price #price,
.node-type-tour#tablet--display .quotation-bloc .product-price #price,
.node-type-tour-sejour#tablet--display .quotation-bloc .product-price #price {
  font-size: 30px;
  font-weight: bold;
  color: #1d252c;
}
.node-type-tour#mobile--display .quotation-bloc .phone #explanation,
.node-type-tour-sejour#mobile--display .quotation-bloc .phone #explanation,
.node-type-tour#tablet--display .quotation-bloc .phone #explanation,
.node-type-tour-sejour#tablet--display .quotation-bloc .phone #explanation,
.node-type-tour#mobile--display .quotation-bloc .booking #explanation,
.node-type-tour-sejour#mobile--display .quotation-bloc .booking #explanation,
.node-type-tour#tablet--display .quotation-bloc .booking #explanation,
.node-type-tour-sejour#tablet--display .quotation-bloc .booking #explanation,
.node-type-tour#mobile--display .quotation-bloc .product-price #explanation,
.node-type-tour-sejour#mobile--display .quotation-bloc .product-price #explanation,
.node-type-tour#tablet--display .quotation-bloc .product-price #explanation,
.node-type-tour-sejour#tablet--display .quotation-bloc .product-price #explanation {
  font-size: 9.5px;
  color: #868e96;
  position: relative;
  bottom: -15px;
}
.node-type-tour#mobile--display .quotation-bloc .booking,
.node-type-tour-sejour#mobile--display .quotation-bloc .booking,
.node-type-tour#tablet--display .quotation-bloc .booking,
.node-type-tour-sejour#tablet--display .quotation-bloc .booking {
  padding: 4px 0;
}
.node-type-tour#mobile--display .quotation-bloc .booking a .btn,
.node-type-tour-sejour#mobile--display .quotation-bloc .booking a .btn,
.node-type-tour#tablet--display .quotation-bloc .booking a .btn,
.node-type-tour-sejour#tablet--display .quotation-bloc .booking a .btn {
  height: 60px;
}
.node-type-tour#mobile--display .quotation-bloc .booking a .btn span,
.node-type-tour-sejour#mobile--display .quotation-bloc .booking a .btn span,
.node-type-tour#tablet--display .quotation-bloc .booking a .btn span,
.node-type-tour-sejour#tablet--display .quotation-bloc .booking a .btn span {
  display: block;
  font-size: 10px;
  color: #fff;
  line-height: unset;
}
.node-type-tour#mobile--display .quotation-bloc .phone,
.node-type-tour-sejour#mobile--display .quotation-bloc .phone,
.node-type-tour#tablet--display .quotation-bloc .phone,
.node-type-tour-sejour#tablet--display .quotation-bloc .phone {
  font-size: 15.5px;
  margin-right: 10px;
}
.node-type-tour#mobile--display .quotation-bloc .phone span i,
.node-type-tour-sejour#mobile--display .quotation-bloc .phone span i,
.node-type-tour#tablet--display .quotation-bloc .phone span i,
.node-type-tour-sejour#tablet--display .quotation-bloc .phone span i {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  bottom: -2px;
}
.node-type-tour#mobile--display .quotation-bloc .phone span p,
.node-type-tour-sejour#mobile--display .quotation-bloc .phone span p,
.node-type-tour#tablet--display .quotation-bloc .phone span p,
.node-type-tour-sejour#tablet--display .quotation-bloc .phone span p {
  font-size: 15.5px;
  font-weight: bold;
  position: relative;
  bottom: 3px;
}
.node-type-tour#mobile--display .quotation-bloc.sticky,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky,
.node-type-tour#tablet--display .quotation-bloc.sticky,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky {
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 -9px 20px -5px #1d252c;
  box-shadow: 0 -9px 20px -5px #1d252c;
}
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "price booking" "price phone";
  width: 100vw;
  justify-content: space-evenly;
  padding: 4px;
}
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile .product-price,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile .product-price,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .product-price,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .product-price,
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile .booking,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile .booking,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .booking,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .booking,
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile .phone,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile .phone,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .phone,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .phone {
  margin: 0;
  padding: 0;
  height: unset;
}
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile .product-price,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile .product-price,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .product-price,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .product-price {
  grid-area: price;
  width: 150px;
  align-self: center;
}
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile .product-price #price,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile .product-price #price,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .product-price #price,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .product-price #price {
  font-size: 34px;
  line-height: 34px;
  color: #1d252c;
}
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile .product-price #explanation,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile .product-price #explanation,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .product-price #explanation,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .product-price #explanation {
  font-size: 8px;
  line-height: 1.2;
  margin: auto;
  text-align: left;
}
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile .booking,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile .booking,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .booking,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .booking {
  grid-area: booking;
}
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile .booking .btn,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile .booking .btn,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .booking .btn,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .booking .btn {
  font-size: 12px;
  height: unset;
  width: 130px;
}
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile .phone,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile .phone,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .phone,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .phone {
  grid-area: phone;
  font-size: 12px;
  line-height: 12px;
}
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile .phone .or,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile .phone .or,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .phone .or,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .phone .or {
  line-height: 12px;
}
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile .phone .number,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile .phone .number,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .phone .number,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .phone .number {
  font-size: 12px;
}
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile .phone span,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile .phone span,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .phone span,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .phone span {
  display: block;
}
.node-type-tour#mobile--display .quotation-bloc.sticky .mobile .phone p,
.node-type-tour-sejour#mobile--display .quotation-bloc.sticky .mobile .phone p,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .phone p,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .phone p {
  font-size: inherit;
}
.node-type-tour#mobile--display #included,
.node-type-tour-sejour#mobile--display #included,
.node-type-tour#tablet--display #included,
.node-type-tour-sejour#tablet--display #included {
  --included-fs-list: 14px;
  --included-fs-title: 16px;
  width: 95%;
  overflow-x: hidden;
}
.node-type-tour#mobile--display .itinerary-imgs,
.node-type-tour-sejour#mobile--display .itinerary-imgs,
.node-type-tour#tablet--display .itinerary-imgs,
.node-type-tour-sejour#tablet--display .itinerary-imgs {
  width: auto;
}
.node-type-tour#mobile--display .itinerary-imgs img,
.node-type-tour-sejour#mobile--display .itinerary-imgs img,
.node-type-tour#tablet--display .itinerary-imgs img,
.node-type-tour-sejour#tablet--display .itinerary-imgs img {
  width: 100% !important;
  height: auto;
}
.node-type-tour#tablet--display .container .section--title,
.node-type-tour-sejour#tablet--display .container .section--title {
  gap: 15px;
  margin: 30px 0;
}
.node-type-tour#tablet--display #tour-header__mobile,
.node-type-tour-sejour#tablet--display #tour-header__mobile {
  display: grid;
  gap: 30px;
  grid-template-areas: "title title" "slideshow slideshow" "summary summary" "review gir";
}
.node-type-tour#tablet--display #tour-header__mobile .section--title,
.node-type-tour-sejour#tablet--display #tour-header__mobile .section--title {
  grid-area: title;
  margin: 0;
}
.node-type-tour#tablet--display #tour-header__mobile mv-slideshow,
.node-type-tour-sejour#tablet--display #tour-header__mobile mv-slideshow {
  grid-area: slideshow;
}
.node-type-tour#tablet--display #tour-header__mobile mv-slideshow .img-text,
.node-type-tour-sejour#tablet--display #tour-header__mobile mv-slideshow .img-text {
  font-size: 20px;
}
.node-type-tour#tablet--display #tour-header__mobile .tour-summary,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary {
  grid-area: summary;
}
.node-type-tour#tablet--display #tour-header__mobile .tour-summary .days,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary .days,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary .cities,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary .cities,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary .strong_text,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary .strong_text,
.node-type-tour#tablet--display #tour-header__mobile .tour-summary .strong_points,
.node-type-tour-sejour#tablet--display #tour-header__mobile .tour-summary .strong_points {
  font-size: 20px;
}
.node-type-tour#tablet--display #tour-header__mobile .review-teaser,
.node-type-tour-sejour#tablet--display #tour-header__mobile .review-teaser {
  grid-area: review;
}
.node-type-tour#tablet--display #tour-header__mobile .gir--date-listing,
.node-type-tour-sejour#tablet--display #tour-header__mobile .gir--date-listing {
  grid-area: gir;
}
.node-type-tour#tablet--display #tour-header__mobile .gir--date-listing p,
.node-type-tour-sejour#tablet--display #tour-header__mobile .gir--date-listing p {
  font-size: 15px;
}
.node-type-tour#tablet--display .quotation-bloc,
.node-type-tour-sejour#tablet--display .quotation-bloc {
  margin: 15px auto;
}
.node-type-tour#tablet--display .quotation-bloc .mobile,
.node-type-tour-sejour#tablet--display .quotation-bloc .mobile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.node-type-tour#tablet--display .quotation-bloc .mobile .booking,
.node-type-tour-sejour#tablet--display .quotation-bloc .mobile .booking,
.node-type-tour#tablet--display .quotation-bloc .mobile .product-price,
.node-type-tour-sejour#tablet--display .quotation-bloc .mobile .product-price,
.node-type-tour#tablet--display .quotation-bloc .mobile .phone,
.node-type-tour-sejour#tablet--display .quotation-bloc .mobile .phone {
  height: 86px;
}
.node-type-tour#tablet--display .quotation-bloc .mobile .product-price,
.node-type-tour-sejour#tablet--display .quotation-bloc .mobile .product-price,
.node-type-tour#tablet--display .quotation-bloc .mobile .phone,
.node-type-tour-sejour#tablet--display .quotation-bloc .mobile .phone {
  padding: 19px;
}
.node-type-tour#tablet--display .quotation-bloc .mobile .booking,
.node-type-tour-sejour#tablet--display .quotation-bloc .mobile .booking {
  padding: 12px 0;
}
.node-type-tour#tablet--display .quotation-bloc .mobile .product-price #explanation,
.node-type-tour-sejour#tablet--display .quotation-bloc .mobile .product-price #explanation {
  font-size: 15px;
  line-height: 1.2;
}
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile {
  grid-template-areas: unset;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
  align-items: center;
  padding: 15px 0;
}
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .booking,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .booking,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .product-price,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .product-price,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .phone,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .phone {
  grid-area: unset;
  width: auto;
}
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .product-price #explanation,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .product-price #explanation {
  bottom: 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
}
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .booking .btn,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .booking .btn {
  width: auto;
}
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .booking .btn,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .booking .btn,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .phone span,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .phone span,
.node-type-tour#tablet--display .quotation-bloc.sticky .mobile .phone .number,
.node-type-tour-sejour#tablet--display .quotation-bloc.sticky .mobile .phone .number {
  font-size: 20px;
}
.node-type-tour#tablet--display .product-tabs,
.node-type-tour-sejour#tablet--display .product-tabs {
  padding: 0;
}
.node-type-tour#tablet--display .product-tabs #tour-summary-container .summary--infos #tour-overview #map_canvas,
.node-type-tour-sejour#tablet--display .product-tabs #tour-summary-container .summary--infos #tour-overview #map_canvas {
  width: 100%;
  margin: auto;
}
.node-type-tour#tablet--display .product-tabs #tour-summary-container .itinerary--wrap .tour-step,
.node-type-tour-sejour#tablet--display .product-tabs #tour-summary-container .itinerary--wrap .tour-step {
  margin: 45px 0;
}
.node-type-tour#tablet--display .product-tabs #tour-summary-container .itinerary--wrap .tour-step h3 small,
.node-type-tour-sejour#tablet--display .product-tabs #tour-summary-container .itinerary--wrap .tour-step h3 small {
  font-size: 20px;
}
.node-type-tour#tablet--display .product-tabs #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs,
.node-type-tour-sejour#tablet--display .product-tabs #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs {
  width: 100%;
}
.node-type-tour#tablet--display .product-tabs #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto .auto,
.node-type-tour-sejour#tablet--display .product-tabs #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto .auto {
  max-width: 100%;
}
.node-type-tour#tablet--display .product-tabs #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li,
.node-type-tour-sejour#tablet--display .product-tabs #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li {
  font-size: 20px;
  line-height: 1.5;
}
.node-type-tour#tablet--display .product-tabs #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li:before,
.node-type-tour-sejour#tablet--display .product-tabs #tour-summary-container .itinerary--wrap .tour-step .itinerary-details ul li:before {
  top: 11px;
  width: 8px;
  height: 8px;
}
.node-type-tour#tablet--display .product-tabs .tab-body#activities p,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#activities p,
.node-type-tour#tablet--display .product-tabs .tab-body#hotels #hotels-wrapper p,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#hotels #hotels-wrapper p,
.node-type-tour#tablet--display .product-tabs .tab-body#goodToKnow p,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#goodToKnow p {
  font-size: 20px;
  line-height: 1.5;
}
.node-type-tour#tablet--display .product-tabs .tab-body#activities .card,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#activities .card,
.node-type-tour#tablet--display .product-tabs .tab-body#hotels #hotels-wrapper .card,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#hotels #hotels-wrapper .card,
.node-type-tour#tablet--display .product-tabs .tab-body#goodToKnow .card,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#goodToKnow .card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.node-type-tour#tablet--display .product-tabs .tab-body#activities .card .card--title,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#activities .card .card--title,
.node-type-tour#tablet--display .product-tabs .tab-body#hotels #hotels-wrapper .card .card--title,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#hotels #hotels-wrapper .card .card--title,
.node-type-tour#tablet--display .product-tabs .tab-body#goodToKnow .card .card--title,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#goodToKnow .card .card--title,
.node-type-tour#tablet--display .product-tabs .tab-body#activities .card .card--title span,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#activities .card .card--title span,
.node-type-tour#tablet--display .product-tabs .tab-body#hotels #hotels-wrapper .card .card--title span,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#hotels #hotels-wrapper .card .card--title span,
.node-type-tour#tablet--display .product-tabs .tab-body#goodToKnow .card .card--title span,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#goodToKnow .card .card--title span {
  font-size: 20px;
}
.node-type-tour#tablet--display .product-tabs .tab-body#activities .card .card--body .tableItem--teaser,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#activities .card .card--body .tableItem--teaser,
.node-type-tour#tablet--display .product-tabs .tab-body#hotels #hotels-wrapper .card .card--body .tableItem--teaser,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#hotels #hotels-wrapper .card .card--body .tableItem--teaser,
.node-type-tour#tablet--display .product-tabs .tab-body#goodToKnow .card .card--body .tableItem--teaser,
.node-type-tour-sejour#tablet--display .product-tabs .tab-body#goodToKnow .card .card--body .tableItem--teaser {
  line-height: 1.5;
}
.node-type-tour#tablet--display .product-tabs #included,
.node-type-tour-sejour#tablet--display .product-tabs #included {
  --included-fs-list: 20px;
  --included-fs-title: 22px;
}
.node-type-tour#tablet--display .product-tabs #goodToKnow h4,
.node-type-tour-sejour#tablet--display .product-tabs #goodToKnow h4 {
  font-size: 22px;
}
.node-type-tour#tablet--display .product-tabs #goodToKnow ul li,
.node-type-tour-sejour#tablet--display .product-tabs #goodToKnow ul li {
  font-size: 20px;
}
.node-type-tour#tablet--display .container .legend p,
.node-type-tour-sejour#tablet--display .container .legend p {
  font-size: 20px;
  padding: 1rem;
}
@media (max-width: 769px) {
  .node-type-tour#tablet--display .header-content--wrapper,
  .node-type-tour-sejour#tablet--display .header-content--wrapper {
    grid-template-areas: "slideshow slideshow" "summary gir";
  }
}
@media (min-width: 1024px) {
  .node-type-tour#tablet--display #tour-header__mobile,
  .node-type-tour-sejour#tablet--display #tour-header__mobile {
    gap: 0 30px;
    grid-template-areas: "slideshow slideshow title" "slideshow slideshow summary" "gir gir review";
    grid-template-rows: max-content;
  }
  .node-type-tour#tablet--display #tour-summary-container .summary--infos #tour-overview,
  .node-type-tour-sejour#tablet--display #tour-summary-container .summary--infos #tour-overview {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .node-type-tour#tablet--display #tour-summary-container .summary--infos #tour-overview #map_canvas,
  .node-type-tour-sejour#tablet--display #tour-summary-container .summary--infos #tour-overview #map_canvas {
    max-height: unset;
    height: 447px;
  }
  .node-type-tour#tablet--display #tour-summary-container .itinerary--wrap .tour-step,
  .node-type-tour-sejour#tablet--display #tour-summary-container .itinerary--wrap .tour-step {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .node-type-tour#tablet--display #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto .auto,
  .node-type-tour-sejour#tablet--display #tour-summary-container .itinerary--wrap .tour-step .itinerary-imgs.auto .auto {
    max-width: 450px;
  }
  .node-type-tour#tablet--display .tab-body#activities .card,
  .node-type-tour-sejour#tablet--display .tab-body#activities .card,
  .node-type-tour#tablet--display .tab-body#hotels .card,
  .node-type-tour-sejour#tablet--display .tab-body#hotels .card,
  .node-type-tour#tablet--display .tab-body#goodToKnow .card,
  .node-type-tour-sejour#tablet--display .tab-body#goodToKnow .card {
    grid-template-columns: 1fr 2fr;
  }
}
body.theme__mv_new.node-type-conciergerie .page--header {
  position: relative;
}
body.theme__mv_new.node-type-conciergerie .block-header-image .overlay--header-img {
  top: 61px;
}
body.theme__mv_new.node-type-conciergerie .header--top {
  z-index: 15;
  padding-top: 15px;
  top: 0;
  max-width: 1980px;
}
body.theme__mv_new.node-type-conciergerie .header--top.fixed {
  top: 0;
}
body.theme__mv_new.node-type-conciergerie .header--top .container {
  width: auto !important;
  max-width: 100vw !important;
  padding: 0;
}
body.theme__mv_new.node-type-conciergerie .header--top .container .header-overlay--services .destination--menu {
  grid-template-columns: repeat(6, minmax(210px, 280px));
  width: 100vw;
}
body.theme__mv_new.node-type-conciergerie .header--top .container .page--navigation__desktop .menu .menu--link:first-child .mv-icons-simple--search {
  top: 10px;
}
body.theme__mv_new.node-type-conciergerie .header--top .container .page--navigation__desktop .menu .menu--link a {
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
}
body.theme__mv_new.node-type-conciergerie .header--top .container .page--navigation__desktop .menu .menu--link:hover:after {
  bottom: 5px;
}
