@charset "UTF-8";
/* ------------------------------------------------------------ *\
	SITE
\* ------------------------------------------------------------ */
body, html {
  font-family: 'Source Sans Pro', sans-serif;
}

/*a { color: #CB7220; }
a:link {color: #CB7220; }
a:visited {color: #CB7220; }
a:hover { color: #ED7E18; }
a:active {color: #ED7E18; }
a:focus { outline: 0; text-decoration: underline; }*/
.couleurAlternative a, a.couleurAlternative, .couleurAlternative a:link, a.couleurAlternative:link, .couleurAlternative a:visited, a.couleurAlternative:visited {
  color: #DDD;
}

.couleurAlternative a:hover, a.couleurAlternative:hover, .couleurAlternative a:active, a.couleurAlternative:active {
  color: #999;
}

.couleurAlternative a:focus, a.couleurAlternative:focus {
  color: #999;
  outline: 0;
  text-decoration: underline;
}

html, .grid-x {
  max-width: 100%;
  margin: 0;
}

.cache {
  display: none;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content.full-bloc, .grid-stack > .grid-stack-item > .grid-stack-item-content.slides {
  margin: 0;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content.full-bloc.video > iframe {
  zoom: 1.01;
  margin-left: -6px;
}

@media (max-width: 767px) {
  .grid-stack > .grid-stack-item > .grid-stack-item-content {
    position: initial;
  }
}

/*.grid-stack>.grid-stack-item>.grid-stack-item-content.full-bloc.video>iframe { width: 100%;height: 100%; }*/
.grid-stack-item {
  background-size: cover;
  background-position: center;
}

.pageTraditionnel {
  padding: 2em;
}

.pageTraditionnel .video iframe {
  height: 100% !important;
  width: 100% !important;
}

/*.fullHeight { height: 150%!important;min-height: 150%!important;max-height: 150%!important; }*/
.grid-stack > .grid-stack-item[data-gs-width='1'] {
  width: 8.35%;
}

/*.grid-stack-item-content *:first-child:not(:last-child) {margin-top: 0;}*/
.sansMargeTop {
  margin-top: 0;
}

.grid-stack > .grid-stack-item[data-gs-width='5'] {
  width: 41.67%;
}

@media (max-width: 767px) {
  .grid-stack-item {
    margin-bottom: 0;
  }
}

.contactRapide .breadcrumbs li {
  text-transform: initial;
}

ul.pagination li.current a, ul.pagination li.current button {
  background: #666666 !important;
}

.abonnement {
  display: inline-block;
  float: left;
  margin: 0;
  line-height: 40px;
  margin-right: 1em;
}

img.fullscreen {
  width: 100%;
}

@media (max-width: 767px) {
  img.mobileFullscreen {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }
}

/* ------------------------------------------------------------ *\
	BLOC VIDEO
\* ------------------------------------------------------------ */
div[id^=video_] {
  height: 100%;
}

.videoBackground {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}

.videoBackground > .texte {
  padding: 1em;
  left: 0;
  right: 0;
  overflow: hidden;
}

.video {
  position: relative;
}

/* ------------------------------------------------------------ *\
	SLIDER
\* ------------------------------------------------------------ */
.slider {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  cursor: auto !important;
}

.slider .slick-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slider .slide {
  height: 100% !important;
  position: relative;
}

.slider .slide > div.containerTexte {
  position: absolute;
  margin: 0;
  font-size: 30px;
}

.slider .slide > div.containerTexte > p {
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  padding: 24px;
  display: inline-block;
  margin-bottom: 0;
  text-shadow: 0 0 7px #222;
}

.slider .slide > div.containerTexte.top {
  top: 0;
}

.slider .slide > div.containerTexte.middle {
  top: -webkit-calc(50% - 2vw);
  top: calc(50% - 2vw);
}

.slider .slide > div.containerTexte.bottom {
  bottom: 0;
}

.slider .slide > div.containerTexte.left {
  left: 0;
}

.slider .slide > div.containerTexte.center {
  width: 100%;
  text-align: center;
}

.slider .slide > div.containerTexte.right {
  right: 0;
}

/*.slider .slide > p.middle {line-height: 600px;}*/
/*.slider .slide > div.middle { margin-top: 13vw; }*/
.slick-dots {
  margin-left: 0;
}

.slick-dots li button:before {
  font-size: 20px !important;
}

.slick-slide img {
  width: 100%;
}

.slick-dots {
  margin-bottom: -10px;
  bottom: 0;
}

.slides .slider .slick-list {
  height: 100% !important;
}

.slides .slider .slick-list .slick-track {
  height: 100% !important;
}

.chambreSlide .slick-dots {
  margin-bottom: 1rem;
}

.chambreSlide .slick-next {
  right: 25px;
}

.chambreSlide .slick-prev {
  left: 25px;
  z-index: 1;
}

.chambreSlide .slick-prev:before {
  color: #FFF;
  font-size: 35px;
}

.chambreSlide .slick-next:before {
  color: #FFF;
  font-size: 35px;
}

.chambreSlide .slick-dots li button:before, .chambreSlide .slick-dots li.slick-active button:before {
  color: #FFF;
}

@media (max-width: 767px) {
  .slider .slide {
    height: 40vw !important;
  }
  .slides .slider .slick-list {
    height: 40vw !important;
  }
  .slides .slider .slick-list .slick-track {
    height: 40vw !important;
  }
  .slider .slide > div.containerTexte {
    width: 100%;
    text-align: center;
    line-height: 1 !important;
    background-color: none;
    padding: 0 !important;
    bottom: 0;
    margin: 0 !important;
    font-size: 1.2em;
    padding: 10px;
    /*top: 0;*/
  }
  .slider .slide > div.containerTexte > p.texte {
    width: 100%;
    margin: 0;
    padding: 8px;
  }
  .slider .slide > p.texte > span {
    background: none;
  }
}

/* ------------------------------------------------------------ *\
	LISTING
\* ------------------------------------------------------------ */
.element {
  position: relative;
}

.element > .title {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 0.4em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.element > .title > h5, .element > .title > p {
  color: #FFF;
  margin: 0;
}

.element > .title > h5 {
  font-size: 1.2vw;
  line-height: 1.4vw;
}

.element > .title > p {
  font-size: 1vw;
}

.element > .image {
  position: relative;
  border: 1px solid #999;
}

.element > .image .description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.6em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}

.element > .cta-button > .button {
  width: 100%;
}

.element .column:last-child:not(:first-child) {
  float: left;
}

.columns:last-child:not(:first-child) {
  float: left;
}

.articlesArchive {
  margin-top: 1em;
}

.articlesArchive li a {
  padding: 0 !important;
}

.articlesArchive li:after {
  border: none !important;
}

/* ------------------------------------------------------------ *\
	EVENEMENT
\* ------------------------------------------------------------ */
.event {
  padding: 1rem 1rem 1rem 1rem;
  display: table;
  width: 100%;
}

.event-date {
  width: 6rem;
  margin: 0 auto 1rem;
  display: table-cell;
  width: auto;
}

.event-date .event-month {
  margin: 0;
  background: #999;
  padding: 0.5rem 2rem;
  text-align: center;
  color: #FFF;
}

.event-date .event-day {
  margin: 0;
  border: 1px solid #eee;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 2rem;
}

.event-desc {
  padding: 0 0 0.2rem 1rem;
  text-align: left;
  display: table-cell;
  vertical-align: top;
  width: 100%;
  position: relative;
}

.event-desc .event-desc-header {
  margin: 0.5rem 0 0.5rem 0;
  padding: 0;
}

.event-desc .event-desc-header a {
  color: #000;
}

.event-desc .event-desc-detail {
  margin: 0 0 0.25rem;
  padding: 0;
}

.event-desc .event-desc-time {
  font-weight: bold;
}

.event-desc .rsvp.button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.slick-dots li button:before {
  font-size: 40px;
}

.evenement {
  box-shadow: #000 2px 2px 5px;
}

.evenement .slide .slick-slide {
  overflow: scroll;
}

/* ------------------------------------------------------------ *\
	MENU
\* ------------------------------------------------------------ */
.header {
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  box-sizing: border-box;
  width: 100%;
  /*height: 64px;*/
  /*padding: 0 18px;*/
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header a#mmenu {
  background: left center no-repeat transparent;
  display: none !important;
  width: 132px;
  height: 60px;
  position: absolute;
  left: 24px;
  font-size: 25px;
}

.header a#mmenu.backgroundPale {
  color: #000;
}

.header a#mmenu.backgroundFonce {
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .header a#mmenu {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .header a#mmenu span {
    display: none;
  }
}

.mm-menu + .mm-page .header {
  /*position: fixed;*/
  z-index: 9999;
  top: 0;
}

.mm-opened + .mm-page .header {
  position: relative;
}

/*.mm-page .header + div.grid-x > div { margin-top: 60px; }*/
.mm-page .header + div.grid-x > div.sansMargeGauche {
  margin-top: 82px;
}

.mm-page .header + div.grid-x > div.col-droite {
  margin-top: 0;
  padding-top: 60px;
  background-color: #EEE;
}

.mm-page > .top-bar + div.grid-x > div.sansMargeGauche {
  margin-top: 82px;
}

.mm-opened .header + div.grid-x > div:nth-child(1) {
  margin-top: 0 !important;
}

.mm-background .grid-x > .grid-x > div {
  margin-top: -22px;
}

/* ------------------------------------------------------------ *\
	CONTACT
\* ------------------------------------------------------------ */
.contactRapide ul.breadcrumbs {
  display: inline;
  float: right;
}

.contactRapide ul.breadcrumbs li {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
}

.contactRapide ul.breadcrumbs li a {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
}

.contactRapide ul.breadcrumbs li a:hover {
  text-decoration: underline;
}

.contactRapide ul.breadcrumbs li:not(:last-child)::after {
  color: #fff;
}

@media only screen and (max-width: 1025px) {
  #Donnees .grid-x .cell {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

/* ------------------------------------------------------------ *\
	PLAN DU SITE
\* ------------------------------------------------------------ */
ul.planDuSite {
  list-style: outside none none;
  margin-bottom: 20px;
  margin-top: 12px;
}

ul.planDuSite ul {
  list-style: outside none none;
}

ul.pagination {
  display: table;
  margin-left: -0.27778rem;
  min-height: 1.33333rem;
  height: 3rem;
  margin: 0 auto;
  margin-top: 2rem;
}

ul.pagination:nth-child(2) {
  margin-top: 0;
  margin-bottom: 2rem;
}

/* ------------------------------------------------------------ *\
	PAGINATION
\* ------------------------------------------------------------ */
.pagination .current {
  background: transparent;
  padding: 0;
}

ul.pagination li {
  display: block;
  float: left;
  color: #222222;
  font-size: 0.77778rem;
  height: 1.33333rem;
  margin-left: 0.27778rem;
}

ul.pagination li.current a, ul.pagination li.current button {
  background: #008CBA;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}

ul.pagination li a, ul.pagination li button {
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.05556rem 0.55556rem 0.05556rem;
}

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
  pointer-events: none;
}

.breadcrumbs li:not(:last-child)::after {
  content: "|";
  top: -2px;
  color: #000;
}

@media (min-width: 767px) {
  .small-centered {
    margin-right: 0;
  }
}

/* ------------------------------------------------------------ *\
  FORMULAIRE CONTACT
\* ------------------------------------------------------------ */
#bulletinElectroniqueCheckbox {
  width: 30px;
  height: 30px;
  border: 5px solid #AAA;
  background-color: transparent;
  -webkit-transition: background .6s;
  transition: background .6s;
}

#bulletinElectroniqueCheckbox.checked {
  background-color: #888;
}

.boiteRadio .small-11 {
  height: 30px;
}

.boiteRadio .small-11 span {
  line-height: 30px;
}

#Donnees .grid-x .cell {
  position: relative;
}

#Donnees .grid-x input {
  color: #000;
}

#Donnees .grid-x.probleme input, #Donnees .grid-x.probleme textarea {
  background-color: #FF9494;
}

#Donnees .grid-x label.error {
  color: red;
  position: absolute;
  bottom: 20px;
  right: 22px;
}

#Donnees .grid-x #lbl_commentaireDemandeInformation + .error {
  bottom: 55px;
}

#Donnees .grid-x.probleme .error {
  visibility: visible;
}

/* ------------------------------------------------------------ *\
  FORMULAIRES LIÉS AUX NEWS (ABONNEMENT & DÉSABONNEMENT)
\* ------------------------------------------------------------ */
#DonneesAbonnement .grid-x .columns, #DonneesDesabonnement .grid-x .cell {
  position: relative;
}

#DonneesAbonnement .grid-x input, #DonneesDesabonnement .grid-x input {
  color: #000;
}

#DonneesAbonnement .grid-x.probleme input, #DonneesDesabonnement .grid-x.probleme input {
  background-color: #FF9494;
}

#DonneesAbonnement .grid-x.probleme .error, #DonneesDesabonnement .grid-x.probleme .error {
  visibility: visible;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #303030;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #303030;
}

textarea::placeholder, input::placeholder {
  /* Internet Explorer 10-11 */
  color: #303030;
}

.probleme textarea::-webkit-input-placeholder, .probleme input::-webkit-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #DB0634;
}

.probleme textarea::-ms-input-placeholder, .probleme input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #DB0634;
}

.probleme textarea::placeholder, .probleme input::placeholder {
  /* Internet Explorer 10-11 */
  color: #DB0634;
}

.breadcrumbs a {
  color: #333;
}

/* ------------------------------------------------------------ *\
  GOOGLE MAP
\* ------------------------------------------------------------ */
.gm-style a {
  line-height: initial;
}

/* ------------------------------------------------------------ *\
  BTN general
\* ------------------------------------------------------------ */
#Donnees .grid-x input.button, a.button {
  font-size: inherit;
}

.button {
  background-color: #666;
  color: #FFF !important;
}

.button:hover {
  background-color: #333;
}

/* ------------------------------------------------------------ *\
  ELEMENT CENTRE
\* ------------------------------------------------------------ */
/* This parent can be any width and height */
.blocCentrerVertical {
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
}

.blocCentrerVertical:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

.blocCentrerVertical h1, .blocCentrerVertical h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  white-space: initial;
}

/* The ghost, nudged to maintain perfect centering */
/* The element to be centered, can also be of any width and height */
.megaLien {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
}

.megaLien > span {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
}

.megaLien a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* ------------------------------------------------------------ *\
  AUTRE
\* ------------------------------------------------------------ */
.breadcrumbs li {
  font-size: 16px;
  line-height: 24px;
  margin-left: 0;
}

.breadcrumbs a {
  font-size: 16px;
}

.grid-xImage {
  margin-right: 0;
  padding-right: 0;
}

.grid-xImage img {
  min-width: 100%;
}

.col-droite {
  padding: 1.875rem;
}

.col-droite h2 {
  margin: 0;
  margin-bottom: 10px;
}

img.unveil {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

#prixPromo {
  font-size: 200%;
}

@media only screen and (min-width: 630px) and (max-width: 660px) {
  .breadcrumbs li:not(:last-child)::after {
    margin: 0 0.5rem;
  }
}

@media only screen and (min-width: 1025px) {
  .hide-medium-up {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .grid-x .grid-x, .grid-xImage {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .col-droite {
    padding-left: inherit !important;
  }
  .col-droite .mm-listview > li > a {
    padding-left: inherit !important;
  }
  .mm-listview > li:not(.mm-divider):after {
    left: 0 !important;
  }
}

.col-droite .mm-listview > li > a, .mm-listview > li > span {
  padding: 20px 10px 20px 20px;
  white-space: inherit;
}

.col-droite .button {
  margin-top: 20px;
  margin-bottom: 0;
}

.xlarge-4, .xlarge-8 {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
}

@media screen and (max-width: 767px) {
  .col-droite.hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important;
  }
  .element > .title > h5 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .element > .title > p {
    font-size: 0.9em;
  }
  img.unveil {
    opacity: 1;
    display: block;
  }
  .blocImage {
    height: unset;
  }
  #prixPromo {
    font-size: 100%;
  }
}

.no-margin-top {
  margin-top: 0 !important;
}

.erreur404 h1, .erreur404 h2, .erreur404 h3, .erreur404 h4, .erreur404 h5, .erreur404 h6, .erreur404 p, .erreur404 li {
  color: #000;
  text-align: left;
}

.texteSurVideo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.grid-stack-item {
  overflow: hidden;
}

.blocs-grid-item .element {
  margin-bottom: 30px;
  box-sizing: content-box;
}

.blocImage img, .image img {
  width: 100%;
}

.blocImage img.blocImageCover {
  display: none;
}

@media screen and (max-width: 767px) {
  .blocImage img.blocImageCover {
    display: block;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lienHover {
  -webkit-transition: opacity 200ms linear !important;
  transition: opacity 200ms linear !important;
}

.lienHover:hover {
  opacity: 0.85 !important;
}

section#content table:not(.ui-datepicker-calendar) {
  display: block;
  overflow-x: auto !important;
}

@media screen and (min-width: 767px) {
  .cell {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  .demiLargeur {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .demiLargeur {
    width: 100%;
  }
}

.blocImageCredit {
  width: 100%;
  height: 40px;
  background: url(/images/site/creditShadow.png) bottom repeat-x;
  position: absolute;
  z-index: 9999;
  bottom: 0px;
  left: 0px;
}

.blocImageCredit span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 9px;
  line-height: 9px;
  color: #ffffff;
}

/*
div.animeDroiteTexte{
    display:none !important;
}
div.animeGaucheTexte{
    display:none !important;
}
div.animeHautTexte{
    display:none !important;
}
div.animeBasTexte{
    display:none !important;
}*/
@media screen and (min-width: 767px) {
  div.animeDroiteTexte, div.animeGaucheTexte, div.animeHautTexte, div.animeBasTexte, div.animeFadeInTexte, div.animeEcritureTexte {
    display: none;
  }
}

.grid-stack-item.background-image.fixed {
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .parallax {
    background-position: 0 0;
    background-size: cover;
  }
  .fixed {
    background-size: auto;
    background-position: top center !important;
    background-attachment: fixed !important;
  }
}

.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.formulaireContactCustom input[type=text],
.formulaireContactCustom input[type=tel] {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  color: #0a0a0a;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
  margin: 0 0 2px 0;
  padding: 5px;
}

.formulaireContactCustom {
  position: relative;
}

.formulaireContactCustom div.block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.formulaireContactCustom .counter {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin-top: 6px;
}

.formulaireContactCustom textarea {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  color: #0a0a0a;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 137px;
  margin: 0 0 0 0;
  padding: 5px;
}

.formulaireContactCustom input[type=submit] {
  border: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21.84px;
  font-weight: 400;
  height: 60.125px;
  line-height: 21.84px;
  margin: 0 0 16px 0;
  padding-bottom: 18.564px;
  padding-left: 21.84px;
  padding-right: 21.84px;
  padding-top: 18.564px;
}

@media screen and (max-width: 767px) {
  .sous-titre {
    padding: 16px 0 0 16px;
  }
}

div.commodites ul {
  margin-bottom: 0;
}

div.containerSectionDroite {
  margin-top: 0;
  background: #e4e4e4;
  padding: 3vw !important;
}

@media screen and (max-width: 767px) {
  div.containerSectionDroite p {
    margin-bottom: 16px !important;
    margin-top: 8px;
    font-size: 23px !important;
  }
  div.containerSectionDroite p span {
    font-size: 19px !important;
  }
  div.containerSectionDroite img {
    width: 100% !important;
  }
}

.containerSectionDroite.fondFonce h2 {
  color: #ffffff;
}

.containerSectionDroite.fondFonce span {
  color: #ffffff !important;
}

.accordion-title {
  font-size: 1.2vw;
}

.accordion-title::before {
  content: '';
}

.is-active > .accordion-title::before {
  content: '';
}

.accordion-title.afficherPlus::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 17px;
  margin-top: -9px !important;
}

.is-active > .accordion-title.afficherPlus::before {
  content: '\2013';
  margin-top: -8px !important;
}

@media screen and (max-width: 767px) {
  .hideMobile {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .accordion li.hide-for-small {
    display: none;
  }
}

.menu {
  margin: 0 !important;
}

#newsletterBas input.button {
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .unTierPercent {
    width: 33% !important;
  }
  .demiPercent {
    width: 50% !important;
  }
  .deuxTierPercent {
    width: 66% !important;
  }
  .imageMobileGauche {
    display: block !important;
  }
  .imageMobileCentre {
    float: none !important;
    max-width: none;
    margin: 0 auto !important;
    display: block !important;
  }
  .imageMobileDroite {
    display: block !important;
    float: right !important;
  }
  .grid-stack-item.bloc.background-image .grid-stack-item-content,
  .grid-stack-item.bloc .texteSurVideo,
  .grid-stack-item.bloc.contact-form,
  .accordion-item a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .grid-stack-item.bloc .texteSurVideo {
    padding-top: 17px !important;
  }
  .contactFormInner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mbYTP_wrapper {
    overflow: visible !important;
  }
  .YTPOverlay.raster {
    height: 200% !important;
  }
}

.slider .mobileImage {
  display: none;
}

@media screen and (max-width: 767px) {
  .slick-slide,
  .slider,
  .slider .slide,
  .slides .slider .slick-list,
  .slides .slider .slick-list .slick-track {
    height: auto !important;
  }
  .slider .mobileImage {
    display: block !important;
    width: 130%;
    position: relative;
    left: -15%;
  }
  .slider .slide {
    position: relative;
  }
  .slider .slide .texte {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .slider .slide > div.containerTexte.bottom {
    bottom: 34px;
  }
}

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature > a {
  display: block;
}

.feature .feature-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 67%;
}

.feature .feature-image:before {
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.feature:hover .feature-image:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.feature:hover .button {
  background-color: #000;
}

.feature figcaption,
.feature figure .button {
  position: absolute;
  z-index: 5;
}

.feature figure {
  position: relative;
}

.feature figure .button {
  bottom: 0;
  right: -11px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.feature figcaption h3 {
  font-weight: 900;
  font-size: 2.48vw;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.feature figure figcaption {
  text-align: right;
  width: 100%;
  padding: 0 49px 47px 5px;
  bottom: 0;
  left: 0;
}

.feature figure .feature-badge {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feature .feature-badge {
  font: 17px/.83 'Slabo 27px', serif;
  color: #fff;
  background: #282828;
  padding: 22px 44px;
}

.feature .feature-badge h4 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.07;
  color: #fff;
  text-transform: uppercase;
}

.feature .feature-badge span {
  font-size: 40px;
}

.feature .feature-badge .button {
  bottom: 0;
  right: -11px;
}

@media (max-width: 1280px) {
  .feature figcaption h3 {
    font-size: 2vw;
  }
  .feature .feature-badge {
    padding: 20px 30px;
  }
  .feature .feature-badge h4 {
    font-size: 27px;
  }
  .feature .feature-badge span {
    font-size: 33px;
  }
}

@media (max-width: 1023px) {
  .feature figure figcaption {
    padding: 0 5% 10% 1%;
  }
  .feature figcaption h3 {
    font-size: 2vw;
  }
  .feature figure .button {
    width: 100%;
    min-width: 0;
    right: 0;
  }
  .feature figure .button-small {
    width: 40px;
    right: -11px;
  }
}

@media (max-width: 767px) {
  .feature figcaption h3 {
    font-size: 2.1vw;
  }
  .feature .feature-badge {
    font-size: 14px;
    line-height: 1;
    padding: 18px;
  }
  .feature .feature-badge h4 {
    font-size: 20px;
  }
  .feature .feature-badge span {
    font-size: 27px;
  }
  .feature figure .button-small {
    width: 36px;
  }
}

@media (max-width: 656px) {
  .feature figcaption h3 {
    font-size: 20px;
  }
}

.large-4 {
  width: 33.3%;
  float: left;
  padding: 1vw;
}

.large-6 {
  width: 50%;
  float: left;
  padding: 1vw;
}

hr.subtitle {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 50px;
}

h1.titreMembre {
  margin-top: 0;
  margin-bottom: 0;
}

h2.article-title {
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 100;
  color: #cacaca;
  font-size: 2vw;
}

.feature-image span.button {
  bottom: 30px;
  right: 0;
  display: block;
  font-size: 22px;
  font-weight: 700;
  height: 60px;
  letter-spacing: 0px;
  line-height: 59px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 62px;
}

.section-details.adjust h1,
.section-details.adjust h2,
.section-details.adjust hr {
  margin-left: 1vw;
}

@media screen and (max-width: 767px) {
  .large-4 {
    width: 100%;
    float: none;
    padding: 15px 0;
  }
  .large-6 {
    width: 100%;
    float: none;
    padding: 15px 0;
  }
  .large-4.small-offset-1 {
    margin-left: 0;
  }
  h1.titreMembre {
    margin-left: 0 !important;
  }
  h2.article-title {
    margin-left: 0 !important;
    font-size: 16px;
  }
  hr.subtitle {
    margin-left: 0 !important;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  #options label {
    margin-left: 8px;
    font-size: 16px !important;
  }
}

/* ------------------------------------------------------------ *\
	Update
\* ------------------------------------------------------------ */
.update {
  letter-spacing: -.01em;
  color: #fff;
  background-color: #92bfec;
  background-position: left top;
  background-repeat: repeat;
  padding: 118px 14% 148px 19%;
}

.update .update-head {
  margin-bottom: 67px;
}

.update .update-head h2 {
  font: 400 52px/1.1 'Trajan', sans-serif;
  color: #fff;
  position: relative;
}

.update .update-head h2 span {
  display: block;
  text-align: right;
}

.update .update-head h2 .ico-leafs {
  width: 95px;
  position: absolute;
  top: -26px;
  right: 32px;
}

.update .update-entry {
  line-height: 1.8;
  padding-right: 6%;
  margin-bottom: 60px;
}

.update .update-entry h4 {
  font-weight: 700;
  font-size: 33px;
  line-height: .85;
  letter-spacing: -.01em;
  color: #000;
  margin-bottom: 24px;
}

.update .update-entry h4 a {
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.update .update-entry h4 a:hover {
  color: #959595;
}

/* Update Secondary */
.update-secondary {
  color: #959595;
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
  padding: 0;
  margin: 0 0px;
  position: relative;
}

.update-secondary h3 {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.42;
  margin-bottom: 0;
}

.update-secondary h3 a {
  color: inherit;
  text-decoration: none;
}

.update-secondary h3 a:hover {
  color: inherit;
  text-decoration: underline;
}

.update-secondary .update-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 69%;
  position: relative;
}

.update-secondary .update-image a {
  display: inline-block;
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.update-secondary .update-image a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.update-secondary .update-body {
  padding: 0px 25px 75px;
}

.update-secondary .update-actions {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.update-secondary .button {
  min-width: 0;
}

.update-secondary .button.expanded {
  margin-bottom: 0;
}

@media (max-width: 1530px) {
  .update .update-head h2 {
    font-size: 50px;
  }
  .update .update-head h2 .ico-leafs {
    top: -29px;
    right: 15px;
  }
}

@media (max-width: 1280px) {
  .update {
    padding: 60px 13%;
  }
  .update .update-head {
    margin-bottom: 50px;
  }
  .update .update-head h2 {
    font-size: 40px;
  }
  .update .update-head h2 .ico-leafs {
    width: 80px;
    right: -55px;
    top: -19px;
  }
  .update .update-head h2 .ico-leafs svg {
    width: 100%;
    height: auto;
  }
  .update .update-entry {
    margin-bottom: 40px;
  }
  .update .update-entry h4 {
    font-size: 30px;
  }
  .update-secondary h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}

@media (max-width: 1023px) {
  .update-secondary h3 {
    font-size: 18px;
  }
  .update-secondary .update-body {
    padding: 20px 10px 50px;
  }
  .update .update-head h2 span {
    display: block;
    text-align: left;
    margin-left: 24%;
  }
}

@media (max-width: 767px) {
  .update {
    line-height: 1.2;
    padding: 30px 15% 30px 15%;
  }
  .update .update-head {
    margin-bottom: 35px;
  }
  .update .update-head h2 {
    font-size: 24px;
  }
  .update .update-head h2 .ico-leafs {
    width: 40px;
    top: -5px;
    right: 35px;
  }
  .update .update-entry {
    margin-bottom: 30px;
  }
  .update .update-entry h4 {
    font-size: 18px;
  }
  .update-secondary {
    margin: 0;
  }
  .update-secondary h3 {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .update .update-head h2 span {
    margin-left: 14%;
  }
}

@media (max-width: 374px) {
  .update .update-head h2 span {
    margin-left: 5%;
  }
  .update .update-head h2 .ico-leafs {
    right: 15px;
  }
}

.feature figcaption h3 {
  text-align: center;
}

.feature figure figcaption {
  padding: 0 15px 70px 15px;
}

.feature figure .button {
  bottom: 30px;
  right: 0px;
}

.feature .feature-image {
  overflow: hidden;
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* Table */
#panier .table {
  font-size: 19px;
  width: 100%;
  display: table !important;
}

#panier .table thead {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  background: #363636;
}

#panier .table img {
  width: auto;
  height: 30px;
}

#panier .table img + img {
  margin-left: 7px;
}

#panier .table td strong {
  margin-right: 15px;
}

#panier .table a {
  text-decoration: none;
  color: #e78f22;
  -webkit-transition: color .5s;
  transition: color .5s;
}

#panier .table a:hover {
  color: #959595;
}

#panier .table th,
#panier .table td {
  padding-left: 25px;
}

@media (max-width: 1200px) {
  #panier .table {
    font-size: 16px;
  }
  #panier .table thead {
    font-size: 17px;
  }
  #panier .table img + img {
    margin-left: 1px;
  }
  #panier .table td strong {
    margin-right: 10px;
  }
  #panier .table th,
  #panier .table td {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  #panier .table {
    font-size: 14px;
    max-width: 100%;
  }
  #panier .table thead {
    font-size: 14px;
  }
  #panier .table img {
    height: 20px;
  }
  #panier .table th,
  #panier .table td {
    padding-left: 10px;
  }
  #panier .table-large thead {
    display: none;
  }
  #panier .table-large td {
    display: block;
  }
  #panier .table-large td:before {
    content: attr(data-text);
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    width: 50%;
    min-height: 16px;
    float: left;
  }
}

.buttonPanierQuantite {
  margin-bottom: 2vw !important;
  width: 42px !important;
  min-width: 0px !important;
  float: left !important;
  height: 40px !important;
  font-size: 25px !important;
  font-weight: 100 !important;
  padding: 8px 0 0 0 !important;
  text-align: center !important;
  border: 0 !important;
}

.buttonPanierQuantite:hover {
  background: #f79f32 !important;
}

input.panierQuantite {
  border-left: 0;
  border-right: 0;
  text-align: center;
  box-shadow: none;
  margin-bottom: 2vw;
  width: 60px;
  height: 40px;
  float: left;
}

input.panierQuantite:active, input.panierQuantite:focus {
  border-left: 0 !important;
  border-right: 0 !important;
}

.ajouterPanier {
  padding: 14px 10px 12px 10px !important;
  font-size: 16px !important;
  background: #e78f22 !important;
  text-align: center;
  width: 220px !important;
  min-width: 0 !important;
}

.ajouterPanier.plus {
  width: 240px !important;
}

.ajouterPanier:hover {
  background: #f79f32 !important;
}

#options {
  margin-top: 2vw;
}

#options label {
  font-size: 1.2vw;
}

.margin.ajouterPanier {
  margin-top: 1.5vw;
}

td .buttonPanierQuantite {
  margin-bottom: 0 !important;
}

td .panierQuantite {
  margin-bottom: 0 !important;
}

#totalCommande {
  margin-top: 1.5vw;
  text-align: right;
  float: right;
  background: #f2f2f2;
  padding: 1vw 3vw 1vw 3vw;
  min-width: 14vw;
}

.updateDelete {
  font-size: 16px;
  float: left;
  line-height: 40px;
  margin-left: 1vw;
}

@media screen and (max-width: 1024px) {
  .updateDelete {
    font-size: 14px;
    line-height: 40px;
    margin-left: 14px;
  }
}

@media screen and (max-width: 768px) {
  .updateDelete {
    font-size: 12px;
    line-height: 40px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .updateDelete {
    font-size: 16px;
    line-height: 40px;
    margin-left: 16px;
  }
  #panier .table thead {
    display: none;
  }
  #panier .table tbody,
  #panier .table tbody tr,
  #panier .table tbody tr td {
    display: block;
    padding-left: 0;
  }
  #panier .table tbody tr td:nth-child(1) {
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px 10px 0px 0px;
  }
  #panier .table tbody tr td:nth-child(2) {
    font-weight: normal;
    margin-bottom: 5px;
    padding: 7px 10px 0px 0px;
  }
  #panier .table tbody tr td:nth-child(3) {
    margin-bottom: 0;
  }
  #panier .table tbody tr td:nth-child(3) div {
    clear: both;
    float: none;
    margin-left: 0;
  }
  #totalCommande {
    margin-top: 2px;
    text-align: right;
    float: right;
    background: #f2f2f2;
    padding: 10px 20px;
    min-width: 136px;
    margin-bottom: 13px;
  }
  .ajouterPanier,
  .ajouterPanier.plus {
    width: 100% !important;
  }
}

.salutationAdjust.cell.small-6 {
  padding: 0;
}

.splitter {
  max-width: 100%;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 40px;
  margin-bottom: 15px;
}

.livrezMemeAdresse {
  display: block !important;
  margin-right: 7px !important;
}

table.resume {
  display: table;
}

table.resume tbody {
  border: 0;
}

table.resume th {
  font-size: 16px;
}

table.resume tr.produitListe td {
  font-size: 16px;
  border: 1px solid #f0f0f0;
  padding: .625rem .625rem;
}

table.resume td {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  background: #ffffff;
}

th.right, td.right {
  text-align: right;
}

td.right strong {
  margin-right: 0 !important;
}

td.empty {
  border: 0;
  background: #ffffff !important;
}

#btnStripe {
  font-size: 20px;
  padding: 20px 30px;
  margin-top: 25px;
}

.loading {
  float: right;
  font-size: 60px;
  color: #454545;
  margin-top: 25px;
}

.contenuFormulaire label.error {
  color: #cc0000;
  position: relative;
  top: -15px;
}

p#stripe_err {
  display: none;
  color: #cc0000;
  background: #ffcccc;
  padding: 15px 20px;
  font-size: 16px;
  width: 100%;
  max-width: 750px;
  line-height: 21px;
  margin-left: 58px;
}

@media screen and (max-width: 870px) {
  p#stripe_err {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  p#stripe_err {
    max-width: 100%;
    margin-left: 0;
  }
}

.show-mobile {
  display: none;
}

.adjustFormulaireCommande {
  padding-left: 58px !important;
}

@media screen and (max-width: 767px) {
  .adjustFormulaireCommande {
    padding-left: 0px !important;
  }
  .mobileAdjust {
    padding-right: 10px;
  }
  #panier .table tbody tr td {
    border: 0;
    background: none;
  }
  .show-mobile {
    display: inline;
  }
  .mobile-left {
    text-align: left !important;
  }
  tr:not(.produitListe) tr {
    background: #ffffff;
    padding: 0;
  }
  tr:not(.produitListe):first-of-type {
    border-top: 1px solid #efefef;
  }
  /*tr:not(.produitListe) td:nth-child(4) { font-weight:bold !important; }*/
  #panier .table tr td {
    background: #ffffff !important;
    margin-bottom: 0 !important;
  }
  td.empty {
    display: none !important;
  }
  .loading {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .separator-mobile {
    border-top: 1px solid #efefef;
  }
}

@media screen and (max-width: 639px) {
  .mobileAdjust {
    padding-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  table.resume td {
    padding-top: 10px;
  }
}

#paiementEnCours {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.75);
  z-index: 99999;
}

#paiementEnCours span.fas {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 47%;
  width: 100%;
  font-size: 57px;
  text-align: center;
}

#paiementEnCours span.payment-title {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 48%;
  width: 350px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  #paiementEnCours span.payment-title {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 48%;
    width: 280px;
    font-size: 14px;
    text-align: center;
  }
}

#panierCount {
  -webkit-transition: 150ms linear;
  transition: 150ms linear;
  position: absolute;
  top: 4.6vw;
  z-index: 101;
  right: 0.75vw;
  background: #efefef;
  padding: 0.2vw 1vw;
  border-radius: 2px;
}

#panierCount:hover {
  background: #d0d0d0;
}

#panierCount a {
  color: #454545;
}

#panierCount i {
  font-size: 1vw;
  margin-right: 0.3vw;
}

@media screen and (max-width: 768px) {
  #panierCount {
    position: absolute;
    top: 5.6vw;
    z-index: 101;
    right: 1.75vw;
    background: #efefef;
    padding: 1.2vw 2vw;
    border-radius: 2px;
  }
  #panierCount i {
    font-size: 16px;
    margin-right: 0.7vw;
  }
}

@media screen and (max-width: 767px) {
  #panierCount {
    position: absolute;
    top: 75px;
    z-index: 101;
    right: 11px;
    background: #efefef;
    padding: 10px 14px;
    border-radius: 2px;
  }
  #panierCount i {
    font-size: 16px;
    margin-right: 8px;
  }
}

.desktop h1.manuel {
  margin-left: 0.9vw;
}

.desktop .pageTraditionnel h1.manuel {
  margin-left: 0vw;
}

.desktop a#retourManuel {
  margin-left: 28px;
}

.owl-carousel .slick-prev.slick-arrow {
  left: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
}

.owl-carousel .slick-prev:before, .owl-carousel .slick-next:before {
  font-size: 60px;
  color: #ffffff;
  opacity: 1;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
}

.owl-carousel .slick-next.slick-arrow {
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

#radioFunction {
  display: inline-block;
}

#radioFunction .float {
  display: block;
  width: 100%;
}

#listing-want-ad-btn div.char {
  margin: 2vw auto;
  background: url(../../images/site/sprite.png);
  background-repeat: no-repeat;
  background-size: 18.35vw;
  background-position: -8.77vw 0vw;
  width: 5.8vw;
  height: 5.39vw;
}

label.notActiveHousing {
  font-size: 1.3em !important;
  vertical-align: middle;
}

.popular.flag span {
  font-size: 4vw;
}

section#popular .popular.flag {
  padding-top: 2.8vw;
  width: 10.7vw;
}

@media screen and (max-width: 767px) {
  section#popular .popular.flag {
    padding-top: 11vw !important;
    padding-left: 1vw !important;
    padding-right: 1vw !important;
  }
  .popular.flag span {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
  section#popular .popular.flag > a > div > div {
    padding: 6vw 1vw 6vw !important;
  }
}

.map_legende {
  display: none;
}

.map_legende div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.781vw;
  font-family: 'Montserrat', Arial;
  margin-bottom: 0.8vw;
}

.map_legende div img {
  width: 1.0423vw;
  image-rendering: crisp-edges;
  margin-left: 1.5vw;
  margin-right: 0.2vw;
}

.g_translate_wrapper {
  background-color: #1a1a1a;
  padding: 0 32px;
  height: 80px;
  vertical-align: center;
  position: static;
  z-index: 1;
  top: 100px;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  visibility: hidden;
}

.g_translate_warning_message {
  font-size: 18px;
  color: white;
  fill: white;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
}

#google_translate_element {
  position: absolute;
  right: 80%;
  width: 12.15vw;
  top: -0.17vw;
  padding-right: 0vw;
}

.goog-te-gadget-simple {
  background-color: #0c527b !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 4px;
}

.goog-te-gadget-icon {
  background: #103f69 url("/images/site/google-g.svg") no-repeat center !important;
  width: 1.3673vw !important;
  height: 1.3673vw !important;
  fill: white;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-size: 44% !important;
}

.goog-te-menu-value img {
  margin-left: 0.06vw !important;
  margin-right: 0.06vw !important;
}

.goog-te-menu-value {
  color: white !important;
  font-size: 0.80vw;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 0.2vw;
}

.goog-te-menu-value span:nth-of-type(2) {
  display: none;
}

.goog-te-menu-value span:nth-of-type(3) {
  color: #0c527b !important;
  fill: white;
  background: #0c527b url("/images/site/arrowdown-g-translate.svg") no-repeat center !important;
  display: inline-block;
  width: 0.38vw;
  height: 0.29vw;
  background-size: contain !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 0.14vw;
}

@media screen and (max-width: 768px) {
  #google_translate_element {
    width: 12.6vw;
    top: 0.1vw;
  }
}

@media screen and (max-width: 767px) {
  #google_translate_element {
    width: 27vw;
    top: -3vw;
    right: 16vw;
    padding-right: 0vw;
  }
  .goog-te-menu-value {
    font-size: 2.2vw;
    padding-left: 0.6vw;
  }
  .goog-te-gadget-icon {
    width: 0 !important;
    height: 7.4vw !important;
  }
  .goog-te-menu-value span:nth-of-type(3) {
    display: none;
  }
  .goog-te-menu-frame {
    width: 100vw !important;
  }
}

#housing.wantFix {
  padding: 5vw 7.031vw 7vw 7.031vw;
}

section#housing.disabledListing {
  padding-top: 3vw;
}

section#featured.disabledListing {
  background: #f2f2f2 !important;
  padding-top: 13.5vw;
}

@media screen and (max-width: 767px) {
  section#featured.disabledListing {
    padding-top: 50vw;
  }
}

.pac-container {
  margin-top: -8.8vw;
}

#fixed-footer-socials {
  display: none;
}

@media screen and (max-width: 767px) {
  .pac-container {
    margin-top: -42vw;
  }
  footer > div:nth-child(4) a.fab {
    display: none;
  }
  #fixed-footer-socials {
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-bottom: 4vw;
  }
  #fixed-footer-socials a {
    color: #bcbcbd;
    font-size: 6vw;
    margin-top: 5vw;
    margin-right: 6vw;
    margin-left: 6vw;
  }
}

.goog-te-gadget-simple span {
  color: #ffffff !important;
  font-size: 0.7vw !important;
}

.list-item .favorite {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 1.1vw;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4px 4px 2px 4px;
}

#contactLandlord .contact-want-ad.black {
  background: #212121 !important;
  padding: 1.5vw;
}

#contactLandlord .contact-want-ad.black strong {
  color: #ffffff !important;
  font-weight: 900;
  text-align: center;
  display: block;
  font-size: 1.44vw;
  line-height: 1.68vw;
}

#contactLandlord .contact-want-ad.black div div {
  text-align: center;
}

#contactLandlord .contact-want-ad.black span.title {
  font-size: 1.054vw;
  color: #262626;
  font-weight: 600;
  display: block;
  margin-bottom: 0.64vw;
  margin-top: 0;
}

#contactLandlord .contact-want-ad.black img {
  margin-bottom: 10px;
}

.checkbox-receive-msg {
  background: #212121 !important;
  color: white !important;
  display: inline-block;
  padding: 20px 15px;
}

.receive-msg-title {
  font-size: 1.5vw;
  line-height: 1.4vw;
  display: block;
  font-weight: bold;
}

.checkbox-receive-msg .left-side {
  width: 3.5vw;
  float: left;
  min-width: 60px;
}

.checkbox-receive-msg .left-side img {
  width: 60px;
}

.checkbox-receive-msg .right-side {
  width: 32vw;
  float: left;
  min-width: 390px;
}

.checkbox-receive-msg .group-checkbox {
  margin-top: 10px;
}

.checkbox-receive-msg .group-checkbox .checkbox {
  border: 2px solid #0976b2 !important;
  margin-top: -20px;
}

.checkbox-receive-msg .group-checkbox .checkbox .checkmark:after {
  color: #0976b2 !important;
}

.checkbox-receive-msg .group-checkbox label {
  color: white !important;
  font-size: 1vw;
}

.list-item.search-want-list.black {
  background: #212121 !important;
  width: 17.95vw !important;
}

.list-item.search-want-list.black div {
  padding: 2vw;
}

.list-item.search-want-list.black span {
  color: white;
  font-size: 0.9vw;
  margin-bottom: 0.70vw;
  display: block;
}

.list-item.search-want-list.black strong {
  color: #ffffff !important;
  font-weight: 900;
  text-align: center;
  display: block;
  font-size: 1.24vw;
  line-height: 1.48vw;
}

.list-item.search-want-list.black a {
  background: #1096e5;
  font-size: 0.9vw;
}

@media screen and (max-width: 767px) {
  .receive-msg-title {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .checkbox-receive-msg .group-checkbox label {
    font-size: 12px !important;
  }
  .checkbox-receive-msg .group-checkbox .checkbox {
    border: 2px solid #0976b2 !important;
    margin-top: -55px !important;
  }
}

.black-adbox {
  margin: 0 auto 2vw auto;
  background: #212121 !important;
  width: 62.2vw;
  padding: 1.7vw 10vw 1.7vw 1.9vw !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.black-adbox.alert {
  padding-right: 1.9vw;
}

.black-adbox img {
  margin-right: 1.6vw;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  width: 5vw;
}

.black-adbox > div {
  width: 51.7vw;
}

.black-adbox > div span {
  font-family: 'Montserrat', Arial;
  color: #ffffff;
  font-size: 1.6vw;
  font-weight: 900;
  line-height: 1.9vw;
  display: block;
  margin-bottom: 1vw;
}

.black-adbox > div span:nth-child(2) {
  font-size: 1.07vw;
  font-weight: 400;
  line-height: 0.6vw;
}

.black-adbox form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.black-adbox form input[type=email], .black-adbox form input[type=text], .black-adbox form input[type=tel] {
  margin-top: 0.5vw;
  border-radius: 3px;
  width: 20.834vw;
  padding: 0 1vw;
  height: 2.865vw;
  margin-right: 0.75vw;
  font-family: Montserrat;
  font-size: 1vw;
}

.black-adbox form input[type=submit] {
  margin-top: 0.5vw;
  cursor: pointer;
  padding: 0 1.1vw;
  border: 0;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: fit-content;
  height: 2.865vw;
}

.blue-adbox {
  margin: 0 auto 2vw auto;
  background-color: #1096e5 !important;
  width: 100%;
  padding: 1.7vw 1.9vw 1.7vw 1.9vw !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
}

.blue-adbox.alert {
  padding-right: 1.9vw;
}

.blue-adbox img {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 1.6vw;
  margin-top: 1.9vw;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  max-width: 140px;
  width: 11%;
}

.blue-adbox > div {
  width: 100%;
}

.blue-adbox > div span {
  font-family: 'Montserrat', Arial;
  color: #ffffff;
  font-size: 1.67vw;
  font-weight: 500;
  line-height: 1.9vw;
  display: block;
  margin-bottom: 1vw;
}

.blue-adbox > div a.button {
  font-size: 1.1vw;
}

@media screen and (max-width: 767px) {
  .black-adbox {
    margin: 0 auto 6vw auto;
    width: 100%;
    padding: 5.6vw !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .black-adbox img {
    margin: 0 auto 3vw auto;
    width: 25%;
    display: block;
  }
  .black-adbox > div {
    width: 100%;
  }
  .black-adbox > div span {
    font-size: 5vw;
    line-height: 5.5vw;
    margin-bottom: 4vw;
  }
  .black-adbox > div span:nth-child(2) {
    font-size: 4vw;
    line-height: 4.6vw;
  }
  .black-adbox > div a.btn {
    width: 100%;
    padding: 5vw;
  }
  .black-adbox form input[type=email], .black-adbox form input[type=text], .black-adbox form input[type=tel] {
    margin-top: 0.5vw;
    width: 72.5%;
    padding: 0 1vw;
    height: 12vw;
    margin-right: 3%;
    font-size: 4.4vw;
  }
  .black-adbox form input[type=submit] {
    margin-top: 0.5vw;
    padding: 0 1.1vw;
    width: 20%;
    border-radius: 3px;
    height: 12vw;
  }
  .blue-adbox {
    margin: 0 auto 6vw auto;
    width: 100%;
    padding: 5.6vw !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .blue-adbox img {
    margin: 0 auto 3vw auto;
    width: 25%;
    display: none;
  }
  .blue-adbox > div {
    width: 100%;
  }
  .blue-adbox > div span {
    font-size: 5vw;
    line-height: 5.5vw;
    margin-bottom: 4vw;
  }
  .blue-adbox > div a.button {
    font-size: 16px;
  }
}

google_translate_element {
  display: block;
}

google_translate_element_mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  google_translate_element {
    display: none;
  }
  google_translate_element_mobile {
    display: block;
  }
  .goog-te-gadget-simple span {
    font-size: 3.5vw !important;
  }
}

.btn.btn-small {
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 0.6vw;
  line-height: 1vw;
  padding: 0.23vw 0.7vw;
  color: #ffffff !important;
}

#package_change {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000099;
  opacity: 0;
  z-index: 50000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

#package_change #package_change_popup {
  border-radius: 4px;
  width: 56.62vw;
  background: #ffffff;
  padding: 2.4vw 2.4vw 2.4vw 2.4vw;
  position: relative;
}

#package_change #package_change_popup h3 {
  font-weight: 900;
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.6vw;
}

#package_change #package_change_popup a.close-popup {
  position: absolute;
  top: 1vw;
  right: 1vw;
  color: #0c527b;
  font-size: 1.4vw;
  line-height: 1vw;
}

#package_change #package_change_popup a.close-popup:hover {
  color: #000;
}

@media screen and (max-width: 767px) {
  .btn.btn-small {
    font-size: 2.3vw;
    line-height: 1vw;
    padding: 2.23vw 2.7vw;
  }
}

.btn_map {
  margin: 0 !important;
  right: 260px !important;
}

.btn_map img {
  display: block;
  margin: auto;
}

.btn_map span {
  font-size: 0.97vw;
  font-weight: 600;
}

#select-order {
  font-size: 0.781vw;
  height: 2.204vw;
  padding: 0 0.75vw;
  border: 1px solid #e0e0e0;
  background: #0c527b;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #ffffff;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 4px;
}

div.select-order {
  width: 230px;
  float: left;
  right: 10px;
  margin-bottom: 1.042vw;
  font-size: 0.781vw;
  position: absolute;
  clear: right;
  text-align: left;
}

div.select-order::after {
  content: '\2193';
  font-size: 1.3vw;
  top: 0.56vw;
  right: 0.64vw;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Montserrat';
  position: absolute;
  pointer-events: none;
}

#titre-search-engine {
  text-align: left;
  max-width: 76%;
  float: left;
}

@media screen and (max-width: 767px) {
  div.select-order {
    display: none;
  }
  #titre-search-engine {
    text-align: center;
    max-width: 86%;
    float: none;
  }
}

@media screen and (max-width: 1217px) {
  div.cfms img {
    max-width: 85px;
  }
}

/*# sourceMappingURL=site.css.map*/