/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

html body {
  position:relative;
  animation-name: fondu;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 0.75s;
}

@keyframes fondu
{
  0%, 70%
  {
    opacity:0;
    /*background-color: #002f43;*/
    background-color: #0c0606;
  }
  100%
  {
    opacity:1;
    /*background-color: #002f43;*/
    background-color: #0c0606;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0px, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0px, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}
@keyframes fadeInDownRight {
  from {
    opacity: 0;
    transform: translate3d(50px, -50px, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #a0d5ff;
    text-shadow: none;
}

::selection {
    background: #a0d5ff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #fff;
    /*color: #002E43;*/
    color: #0c0606;
    padding: 0.2em 0;
}

/* =========================================================================
   Author's custom styles
   ========================================================================= */
@keyframes slideFade {
 0% {
  opacity:0
 }
 30% {
  opacity:0
 }
 100% {
  opacity:1
 }
}

body {
  font-family: 'Barlow Condensed', sans-serif;
  /*background-color:#002E43;*/
  background-color: #0c0606;
}

* {
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all !important;
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  -o-hyphens: manual !important;
  hyphens: manual !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width:1500px) {
  .container {
    max-width:1420px;
  }
}
section {
  display:block;
}
a {
  transition:all 0.35s ease-in;
  text-decoration:none;
  position:relative;
  color:#B39961;
}
a:visited,
a:focus,
a:link {
  color:#B39961;
}
a:hover {
  text-decoration: underline;
  color:#B39961;
}

.no-outline,
.no-outline:focus,
.no-outline:hover,
.no-outline:active {
  outline:0;
}

.hidden {
  visibility: hidden;
}
.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
.align-center {
  text-align:center;
}
.margin-top {
  margin-top:20px;
}
.margin-bottom {
  margin-bottom:20px;
}
.no-padding-left {
  padding-left:0px;
}
.no-padding-right {
  padding-right:0px;
}

img,
svg {
  max-width:100%;
  height:auto;
}
.wp-caption {
  max-width:100%;
  font-style: italic;
}
@media (max-width:767px) {
  .wp-caption {
    width:100%!important;
  }
}

/*
.message {
  position:fixed;
  top:20%;
  left:10%;
  width:80%;
  background-color:#FFF;
  color:#000;
  padding:1em;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
*/
.vertical-middle {
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
}
/*** medias ***/
.video-responsive,
.wp-block-embed__wrapper {
  width:100%;
  height:0;
  padding-bottom:56.25%;
/*  overflow:hidden;*/
  position:relative;
  max-width: 800px;
  margin: auto;
}
.homepage .video-responsive {
  max-width: 100%;
}
.video-responsive iframe, .video-responsive embed, .video-responsive object,
.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper embed, .wp-block-embed__wrapper object {
  width:100%!important;
  height:100%!important;
  position:absolute!important;
  top:0;
  left:0;
}

/*** MAGNIFIC POPUP ***/
.mfp-bg {
  opacity:0.9;
}
.grecaptcha-badge { 
  visibility: hidden;
}
body .page {
  color:#fff;
}
body .page h1,
body .page h2,
body .page h3,
body .page h4,
body .page h5,
body .page h6,
body .page .h1,
body .page .h2,
body .page .h3,
body .page .h4,
body .page .h5,
body .page .h6 {
 line-height:1em;
 font-family: 'Barlow Condensed', sans-serif;
 font-weight:700
}
body .page h1,
body .page .h1 {
 font-size:3.75em;
 margin-bottom: 30px;
}
body .page h2,
body .page .h2 {
  color: #B39961;
  font-size:1.75em;
  margin-bottom: 20px;
}
body .page h3,
body .page .h3 {
 font-size:1.50em;
 font-weight: 700;
 margin-bottom:15px;
 text-transform: none;
}
body .page h4,
body .page .h4 {
 font-size:1.15em;
 font-weight: 700;
}
body .page h5,
body .page .h5 {
 font-size:1.15em
 font-weight: 700;
}
body .page h6,
body .page .h6 {
 font-size:1.15em
 font-weight: 700;
}
.page .texte {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
}
.page a:not(.button):not(.leaflet-popup-close-button):not(.chosen-single) {
  color:#B39961;
}
.page a:not(.button):not(.leaflet-popup-close-button):not(.chosen-single):not(.underline):hover {
  color: #B39961;
}
.page a.color-white:not(.button):not(.leaflet-popup-close-button):not(.chosen-single) {
  color: #fff;
}
.page .bg-purple a.color-white:not(.button):not(.leaflet-popup-close-button):not(.chosen-single):hover {
  color: #fff!important;
}
.page strong {
  font-weight: 700;
}
.page ul {
  padding-left:0px;
  list-style:none;
  list-style-position: outside;
}
/*
.page ul li::before {
  content: "\f111";
  font-family: "FontAwesome"; 
  color: #FA7B26;
  display:inline-block;
  width:1em;
  font-size: 8px;
  line-height: 26px;
  vertical-align: top;
  margin-right: 6px;  
}
*/
.page ul li:not(.col-12) {
  position: relative;
  padding-left: 20px;
}
.page ul.pagination li,
.page ul.owl-carousel li,
.page ul.slick-dots li,
.page ul.liste-logo li,
.page ul.liste-descriptifs li,
.page footer ul li {
  padding-left: 0!important;
}
.page ul li::before {
  content: "\f111";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #B39961;
  width:11px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 900;
  vertical-align: top;
  margin-right: 10px;  
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;  
}
.page ul.blocks-gallery-grid li::before,
.page ul.owl-carousel li::before,
.page footer ul li::before {
  display:none;
}
.page ul.liste-services li li {
  margin-top: 5px;
  line-height: 1.2em;
}
.page ul.liste-services li li::before {
  display: block;
}
.page ol {
  list-style: none; 
  counter-reset: li;
  padding-left:20px;
}
.page ol li::before {
  content: counter(li); 
  color: #B39961;
  display: inline-block; 
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em; 
  text-align: right; 
  direction: rtl
}
.page ol li {
  counter-increment: li;
}
.page blockquote {
  border-left: solid 5px #72B740;
  font-style: italic;
  font-size: 24px;
  padding: 15px 15px 15px 30px;
  margin: 2rem auto;
  background-color: rgba(0,0,0,.02);
  border-radius: 5px;
}
.page blockquote cite {
  font-size: 16px;
}
.page figure {
  margin: 40px auto;
}
.page figure figcaption {
  font-size:12px;
}
.page figure.wp-block-image {
  text-align: center;
}
.page figure.is-type-video {
  max-width: 1000px;
}
.pagination {
  justify-content:left;
  margin-top: 60px;
  padding-left: 0px!important;
}
.pagination li::before {
  display:none!important;
}
.pagination li a,
.pagination li span {
  display:block;
  font-weight: 700;
  font-size:1.25em;
  color:#fff;
  text-align:center;
  width:20px;
  height:40px;
  line-height:40px;
  transition:all .2s ease-in;
  border-bottom: none!important;
}
.pagination li.active span,
.pagination li a:hover {
  color:#B39961;
  border-bottom: none!important;
}
.pagination .prev a,
.pagination .next a {
  width: 40px;
}
.pagination .prev a {
  margin-right: 30px;
}
.pagination .next a {
  margin-left: 30px;
}
.pagination .prev a::before {
  content:"\f104";
  display:block;
  font-family: "FontAwesome";
  font-weight: lighter;
  color:#fff;
  border-radius:5px;
  background-color: rgba(62, 64, 77,.22);
  width: 40px;
  height: 40px;
  text-align: center;
  transition: all .2s ease-in;
  line-height: 40px;
}
.pagination .next a::before {
  content:"\f105";
  display:block;
  font-family: "FontAwesome";
  font-weight: lighter;
  color:#fff;
  border-radius:5px;
  background-color: rgba(62, 64, 77,.22);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: all .2s ease-in;
}
.pagination .prev a:hover::before,
.pagination .next a:hover::before {
  background-color: rgba(62, 64, 77,1);
}
.page ul.no-disc li::before {
  display: none;
}
.page ul.no-disc li {
  padding-left: 0;
}
.section-interne {
  padding: 80px 0;
  text-align: left;
  overflow: hidden;
}
.vertical-align-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
.container-padding-left {
  padding-left: 45px;
}
.container-padding-right {
  padding-right: 45px;
}
.bg-white {
  background-color: #fff;
  color: #174195;
}
.bg-dark {
  background-color: rgba(0,0,0,0.2)!important;
  color: #fff;
}
.bg-purple {
  background-color: #3E404D;
  color: #fff; 
}
.bg-orange {
  background-color: #FA7B26;
  color: #fff; 
}
.color-white {
  color: #fff;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  right: 15px;
  bottom: 15px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-in; 
}
.back-to-top::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:-1;
  background: linear-gradient(43.35deg, #C94450 18.51%, #E7B036 76.14%, #F8DD37 100%);
  border-radius:40px;
  box-shadow:0px 0px 0px 7px rgba(250, 123, 38, .35);
}
.back-to-top:hover {
  transform:translateY(-3px);
}
.back-to-top.visible {
  opacity:0.8;
}
.back-to-top a {
  height: 40px;
  position: relative;
  width: 40px;
  display: block;  
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
.back-to-top a::before {
  position:absolute;
  text-align:center;
  content:"\f077";
  font-family:"FontAwesome";
  color:#fff;
  font-size:15px;
  line-height:30px;
  left:0;
  top:0;
  width:40px;
}
.back-to-top.visible:hover {
  opacity:1;
}
@media (min-width:992px) {
  .back-to-top {
    width:60px;
    height:60px;
  }
  .back-to-top a {
    height: 60px;
    width: 60px;
  }
  .back-to-top a::before {
    font-size:20px;
    line-height:50px;
    width:60px;
  }
}
a.link-1,
a.link-2 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 4.56471px;
  text-transform: uppercase;
  color: #fff;  
}
a.link-2.purple {
  color: #3E404D;
}
a.underline {
  padding-bottom: 6px;
}
a.underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background:linear-gradient(43.35deg, #C94450 18.51%, #E7B036 76.14%, #F8DD37 100%);
  transition: all 0.2s linear;
}
a.underline:hover::before {
  width:100%;
  transform: translateY(4px)
}
a.button {
  position:relative;
  z-index:2;
  display:inline-block;
  text-align:center;
  cursor:pointer;
  font-weight: 500;
  padding: 0px 15px 0px 15px;
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width:auto;
}
a.button:hover {
  text-decoration: none;
}
a.button-small {
  font-size: 12px;
  padding: 0 10px;
  line-height: 36px;
  height: 36px;
}
a.button-1 {
  background-color: #B39961;
  color: #fff!important;
}
a.button-2 {
  background-color: transparent;
  border: solid 2px #174195;
  color: #174195!important;
}
a.button-3 {
  background-color: #ABBCDD;
  border: solid 2px #ABBCDD;
  color: #174195!important;
}
a.button.ico-link::after {
  content:"\f105";
  font-family:"FontAwesome";
  color:#fff;
  margin-left:6px;
}
a.button.ico-back::before {
  content:"\f104";
  font-family:"FontAwesome";
  color:#fff;
  margin-right:6px;
}
a.button-1:hover {
  background-color: #fff;
  color: #000!important;
}
a.button-2:hover {
  background-color: #174195;
  color: #fff!important;
}
a.button-3:hover {
  background-color: transparent;
  border: solid 2px #174195;
  color: #174195!important;
}


.hover-effect-right {
  transition:transform 0.2s ease-in;
}
.hover-effect-right:hover {
  transform:translateX(10px);
}

.border-button {
  position:relative;
  z-index:2;
  padding:4px;
}
.border-button span {
  align-items: center;
  background: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: all .2s ease;
  width: 100%; 
  padding:0 20px;
  min-width:250px; 
  color:#fff;
}
.border-button:hover span {
  background: transparent!important; 
  color:#FFC049; 
}

.logo-container .sitename {
  display:none;
}

footer .social {
  display: block;
  margin: 0px 0 0 0px;
  text-align: left;
}
.social a {
  font-size:0;
  color: #fff;
  margin:0 8px;
  transition:all 0.35s ease-in;
}
.social a:first-child {
  margin-left: 0;
}
.social a:hover {
  color:#FA7B26;
}
.social a::before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 28px;
}
footer .social a::before {
  font-size: 26px;
  line-height: 28px;
}
.social a.facebook::before {
  content:"\f39e";
}
.social a.instagram::before {
  content:"\f16d";
}

.page {
  padding-bottom:60px;
}
.page-content {
  padding:200px 0 0px;
  min-height: calc(100vh - 260px);
  overflow: hidden;
}
.page-standard {
  padding:200px 0 170px;
}

.page-content.single {
  padding-bottom: 100px;
}

.premiere-section {
  padding-top: 80px;  
}
.pd-left {
  padding-left: 30px;
}
.section-presentation .col-lg-3 {
  text-align: left;
}
.section-presentation .cadre-image {
  max-width: 220px;
  margin: 0;
}
.section-presentation .social-content {
  height: 200px;
}
.section-presentation .social-content .social,
.page-standard .social-content .social {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
}
.section-presentation .social-content .social a,
.section-salon-presentation .social-content .social a,
.section-contact .social-content .social a {
  color: #fff !important;
  font-size: 0px;
  margin: 20px 0 0 0;
  text-decoration: none;
  text-align: center;
}
.section-presentation .social-content .social a {
  text-align: left;
}
.section-presentation .social-content .social a:hover,
.section-salon-presentation .social-content .social a:hover,
.section-contact .social-content .social a:hover {
  color: #B39961 !important;
  text-decoration: none;
}
.social-content .social a::before {
  font-size: 26px;
}
/*
.partenaires .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px 0;
  margin: 0 15px;
}
.partenaires li::before {
  display: none;
}
.partenaires li {
  padding: 15px!important;
  height: 90px;
  width: 16.666%;
}
.partenaires img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 50px;
  height: auto!important;
  width: auto!important;
  max-width: 80%;
  margin: 0;
}
*/
.partenaires {
  padding: 0 15%;
}
.partenaires .ligne-partenaires {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partenaires .ligne-partenaires .bloc-partenaire {
  margin: 20px auto;
}
.partenaires .ligne-partenaires img {
  max-height: 60px;
  max-width: 250px;
}
.partenaires .ligne-partenaires .bloc-partenaire:nth-child(1),
.partenaires .ligne-partenaires .bloc-partenaire:nth-child(2) {
  width: 20%;
}
.partenaires .ligne-partenaires .bloc-partenaire:nth-child(3) {
  width: 24%;
}
.partenaires .ligne-partenaires .bloc-partenaire:nth-child(4) {
  width: 36%;
}
.partenaires .ligne-partenaires .bloc-partenaire:nth-child(5),
.partenaires .ligne-partenaires .bloc-partenaire:nth-child(6) {
  width: 50%;
}
.content-slider {
  position: relative;
}
.slider .owl-stage-outer {
  position: relative;
}
/*
.slider .owl-stage-outer::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
}
*/
.owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.content-presentation {
  position: relative;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  padding: 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  text-align: center;
}
.content-presentation .texte {
  text-align: center;
  font-size: 22px;
}
.section-presentation {
  padding-bottom: 80px;
}
.titre-presentation h1,
.content-presentation h1,
.section-reservation .h1,
.section-evenements .h1 {
  color: #B39961;
/*  font: 400 64px "Get Show", sans-serif!important;*/
  font: 300 50px "Barlow Condensed", sans-serif !important;
  text-transform: uppercase!important;
  text-align: left!important;
}
.titre-presentation h1 {
  text-align: center!important;
}
.content-presentation .call-to-action {
  margin-top: 40px;
  text-align: center;
}
.page ul.owl-carousel li .cadre-photo {
  height: 550px;
}
.owl-nav div {
  font-size: 0;
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: #000;
  transition: all .35s ease-in;
  cursor: pointer;
}
.owl-nav div:hover {
  background-color:#B39961;
  color: #fff;
}
.owl-prev::before {
  font-family: "FontAwesome";
  content: "\f060";
  font-size: 16px;
  line-height: 35px;
}
.owl-next::before {
  font-family: "FontAwesome";
  content: "\f061";
  font-size: 16px;
  line-height: 35px;
}
.titre-vertical {
  font-size: 100px;
  text-transform: uppercase;
  color: #B39961;
  transform: rotate(90deg) translateX(100px) translateY(-70px);
  font-weight: 700;
  line-height: 1em;
}
.titre-vertical h2 {
  font-size: 100px!important;
}
.section-edition .order-0 .titre-vertical {
  transform: rotate(-90deg) translateX(-325px) translateY(-200px);
  width: 500px;
}
.destination-description,
.section-salon-paragraphes .description {
  padding: 40px 0 0 50px;
  /*background-color: #002E43;*/
  background-color: #0c0606;
  margin-top: -50%;
}
.section-edition .destination-description {
  padding: 60px 0 80px 50px;
  margin-top: -190px;  
}
.section-reservation {
  text-align: center;
  background-image: url(../img/bg-deauville-outdoor.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.section-reservation .h1 {
  text-align: center!important;
}
.titre-partenaires {
  text-align: center;
}
.titre-partenaires h2,
.photo-partenaires h2 {
  font-size: 50px!important;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center!important;
}
.chiffres-cles {
  text-align: center;
  padding: 100px 0;
}
.chiffres-cles .chiffre {
  text-transform: uppercase;
  text-align: center;
  width: 25%;
  max-width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  line-height: 2.2em;
  background-image: url(../img/bg-camouflage.png);
  background-size: 100% 100%;
  background-position: center;
  margin: 0 30px;
}
.chiffres-cles .col-12 {
  display: flex;
  justify-content: center;  
}
.chiffre .ligne-1 {
  color: #B39961;
  font-size: 50px;
}
.chiffre .ligne-2 {
  color: #fff;
  font-size: 30px;
}
.photo-partenaires {
  padding-top: 40px;
}
.photo-partenaires h2 {
  margin-bottom: 40px!important;
}
.photo-partenaires .cadre-photo {
  padding-right: 0px;
}
.photo-partenaires .call-to-action {
  margin-top: 40px;
  text-align: center;
}
.partenaires-description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -30px;
}
.page-standard h1 {
  text-align: left;
  color: #B39961;
  margin-top: 40px;
  text-transform: uppercase;
}
.page-standard .with-social-content {
  display: flex;
  flex-direction: row;
}
.page-standard .social-content {
  width: 50px;
  height: 100%;
  position: relative;
}
.page-standard .social-content .social {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 90px;
  justify-content: start;
  padding-top: 0;
}
.section-salon-presentation h2,
.page-edition .section-photos h2 {
  color: #B39961;
/*  font: 400 64px "Get Show", sans-serif !important;*/
  font: 300 50px "Barlow Condensed", sans-serif !important;
  text-transform: none !important;
  text-align: left !important;
  line-height: 0.5em !important;  
  margin-bottom: 40px!important;
}
.page-edition .section-photos h2 {
  text-align: left!important;
}
.section-salon-presentation .texte {
  font-style: italic;
  line-height: 1.4em;
}
.section-salon-presentation .auteur {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}
.section-salon-presentation .auteur .nom {
  display: block;
  color: #B39961;
}
.page-standard strong u {
  text-decoration: none!important;
  color: #B39961;
}
.section-salon-aventure h2 {
  font-size: 50px !important;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.section-salon-aventure .soustitre {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
.section-salon-paragraphes .paragraphe {
  position: relative;
  margin-bottom: 100px;
}
.section-salon-paragraphes .paragraphe:last-child {
  margin-bottom: 0;
}
.section-salon-paragraphes .description {
  position: absolute;
  bottom: 0;
}
.section-salon-paragraphes .cadre-photo {
  height: 600px;
  overflow: hidden;
}
.homepage .cadre-photo img,
.page-standard .cadre-photo img,
.owl-carousel .cadre-photo img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  transition: all .35s ease-in;
}
.section-salon-paragraphes .titre-vertical {
  transform: rotate(90deg) translateX(125px) translateY(-60px);
}
.section-salon-paragraphes .titre-vertical h2 {
  font-size: 100px;
}
.section-salon-paragraphes .order-0 .titre-vertical {
  transform: rotate(-90deg) translateX(-325px) translateY(-50px);
}
.section-salon-paragraphes .p-1 .description {
  padding-left: 0; 
  padding-right: 50px;
}
.section-evenements .cadre-photo {
  height: 400px;
}
.section-evenements .line-2 {
  margin-top: 40px;
  position: relative;
}
.section-evenements .line-2 .cadre-photo {
  position: absolute;
  top: 40px;
  left: 45px;
  transform: translateY(-25%);
  width: calc(100% - 60px);
}
.section-evenements .line-3 {
  margin-top: 120px;
  position: relative;
}
.section-evenements .line-3 .cadre-photo {
  position: absolute;
  top: 0px;
  left: 15px;
  transform: translateY(-25%);
  width: calc(100% - 30px);
}
.section-evenements .line-4 {
  margin-top: 220px;
  position: relative;
}
.section-evenements .line-4 .cadre-photo {
  position: absolute;
  top: 0px;
  left: 45px;
  transform: translateY(-25%);
  width: calc(100% - 60px);
}
.section-evenements .line-5 {
  margin-top: 180px;
  position: relative;
}
.section-evenements .line-5 .cadre-photo {
  position: absolute;
  top: 0px;
  left: 15px;
  transform: translateY(-25%);
  width: calc(100% - 30px);
}
.section-evenements .line-6 {
  margin-top: 160px;
  position: relative;
}
.section-evenements .line-6 .bg-camouflage {
  position: absolute;
  top: 0px;
  left: 45px;
  transform: translateY(-25%);
  width: calc(100% - 60px);
}
.bg-camouflage {
  text-align: center;
  background-image: url(../img/bg-camouflage.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bg-camouflage .h1 {
  font-size: 54px!important;
  text-align: center!important;
}
.section-evenements .line-4 .bg-camouflage {
  position: absolute;
  top: -40px;
  left: 45px;
  transform: translateY(-25%);
  width: calc(100% - 60px);
}
.page-contact {
  padding-bottom: 0;
}
.carte-contact h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.container-map {
  position: relative;
}
.container-map .texte {
  margin-top: 20px;
}
.map-standard {
  min-height: 600px;
  height:600px;
  background-color: #e4e3df;
}
.map-info {
  color: #333;
  font-family: "Barlow Condensed", sans-serif;
}
.map-info span.titre {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
}
.map-info strong {
  font-weight: 700;
}
.map-info .email {
  display: block;
  margin-bottom: 18px;
}
.page-edition .photos-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
}
.page-edition .photos-container a {
  width: calc(33.33333333% - 30px);
  margin: 15px;
  overflow: hidden;
  background: rgba(228, 227, 223, 0.05);
  height: 300px;
  position: relative;
  z-index: 1;
}
.page-edition .photos-container a figure {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
}
.page-edition .photos-container a img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: top center;
  height: 100%;
  width: 100%;
}
/*
.page-edition .photos-container a:nth-child(2n) {
  margin-right: 0;
}
.page-edition .photos-container a:nth-child(2n+1) {
  margin-left: 0;
}
*/
footer {
  text-align:left;
  color:#fff;
}
footer .bg-dark {
  padding: 60px 30px 20px;
  position:relative;
}
footer .column-1 {
  text-align: left;
}
footer .sitename {
  font-size:0;
  display:none;
}
footer .column {
  display:flex;
  flex-direction:column;
  justify-content: center;
  line-height: 21px;
}
footer .column-padding-top {
  padding-top: 15px;
}
footer .adresse-container,
footer .telephone-container {
  padding-left: 40px;
  position: relative;
}
footer .telephone-container {
  padding-left: 50px;
}
footer .adresse-container::before,
footer .telephone-container::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  font-size: 40px;
  line-height: 40px;
  margin-right: 10px;
}
footer .column-footer-content span {
  font-weight: 700;
  font-size: 20px;
  color: #B39961;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
footer .logo-footer {
  display:inline-block;
  vertical-align:bottom;
  width:100%;
  max-height: 70px;
}
footer .logo-footer img {
  max-height: 70px;
}
footer .title {
  position: relative;
  font-weight: bold;
  font-size: 1em;
  padding-bottom: 10px;
}
footer .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 1px;
  left: 0;
  background-color: rgba(196, 196, 196, .2);
}
footer  a {
  color: #fff!important;
}
footer a:hover {
  color: #B39961!important;
  text-decoration: none;
}
footer .copyrights{
  margin-top: 30px;
  font-size:14px;
  color: #fff;
  font-weight: 400;
  border-top:solid 1px rgba(255,255,255,0.01);
  width:100%;
  padding-top: 15px;
}
footer .copyrights a {
  color: #fff!important;
  text-decoration: underline;
  margin-right: 20px;
}
footer .copyrights a:hover {
  color: #B39961!important;
}
footer .copyrights .col-12:nth-child(2) {
  text-align: right;
}
footer .copyrights .col-12:nth-child(2) a {
  margin-right:0;
  margin-left: 10px;
}
.dialog {
  display:none;
}
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:2000;
}
.ui-widget-overlay {
  background-color: #0c0606;
  opacity: .95;
  filter: Alpha(Opacity=95);
}
.mfp-bg {
  background:#0c0606!important;
  opacity: .95!important;
  filter: Alpha(Opacity=95)!important;
}
.mfp-title,
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: rgb(255, 255, 255)!important;
}
.mfp-counter {
  color: rgb(179, 152, 97)!important;
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background-color: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 50px;
  outline: 0;
  z-index:3000;
  width:calc(100% - 30px)!important;
  height:auto!important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}
.ui-widget-content:not(.ui-dialog-content) {
  background:#fff!important;
  border:none!important;
  padding:30px 50px;
  text-align:left;
  border-radius: 10px;
}
.ui-widget-header {
  border: none!important;
  background: transparent!important;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 0em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  display: inline-block;
  white-space: nowrap;
  width: 90%;
  text-overflow: ellipsis;
  color:rgb(62, 64, 77);
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  margin:0 0 0px;
  text-align: left;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  content:"\f00d";
  font-family: "FontAwesome";
  font-size:30px;
  font-weight: normal;
  line-height: 60px;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
  border:none!important;
  outline: none!important;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: -20px;
  top: 30px;
  width: 30px;
  margin: -45px 0 0 0;
  height: 40px;
  padding: 0px;
  opacity: 0.35;
  filter: alpha(opacity=35);
  color: rgb(62, 64, 77);
  cursor:pointer;
  text-transform:uppercase;
  border:none;
  background:transparent;
  font-style: normal;
  font-size: 0px;
  font-weight:normal!important;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 1;
  filter: alpha(opacity=100); 
  border:none!important;
  outline: none!important;
}
.no-close .ui-dialog-titlebar-close {
  display:none;
}
.ui-dialog .form-title > span {
  font-size: 18px !important;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  overflow: auto;
  color: rgb(62, 64, 77);
}
.ui-dialog .ui-dialog-content .form-se-connecter {
  width:60%;
  margin:0 auto;
  text-align:left;
  padding-bottom:60px;
}
.ui-dialog #dialog-erreurs {
  background-color: #474543;
  border: 1px solid #282726;
  color: rgb(62, 64, 77);
}
.ui-dialog-content {
  width:auto;
}
.ui-dialog .ui-button-text {
    display: none;
}
.ui-dialog-content .content {
  background-color: transparent;
  color: rgb(62, 64, 77);
  margin-top: 0;
  min-height: auto;
  padding-top: 40px;
}
.ui-dialog-content .message span {
  color:#4D5D22!important;
}
.ui-dialog-content .message strong {
  font-weight: 800;
}
.ui-dialog-content .content .ajax-loading {
  font-size: 40px;
  font-weight: lighter;
}
.ui-dialog-content .login-submit,
.ui-dialog-content .forget-password {
  text-align:right;
}
.ui-dialog-content .forget-password {
  margin-top:-100px;
  font-size:0.8em;
}
.ui-dialog-content .forget-password a {
  text-decoration: underline;
}
.ui-dialog-content .erreur {
  color: #b21212;
  display: none;
  font-size: 0.8em;
  font-weight: bold;
  height: 16px;
  margin: 13px 0 0 7px;
  position: absolute;
  z-index: 10;
}
.ui-dialog-content .message-error,
.formulaire .message-error {
  color:#ff1a1a;
  font-size:14px;
  font-style:italic;
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.ui-dialog-content iframe,
.ui-dialog-content .video-responsive {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
  background: #000;
}
.ui-dialog-content .caption {
  text-align: left;
  line-height: 18px;
  color: #EFEDE9;
  word-wrap: break-word;
  padding-right: 36px;  
  margin-top:5px;
}
.ui-dialog-content .caption small {
  color: #C4BCB0;
  display: block;
  font-size: 12px;
  line-height: 14px; 
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-dialog-content .form-container {
  margin:5px 0px 5px 0px;
}
.ui-dialog-content .form-container .form-buttons-footer {
  margin-bottom:0px;
  height:10px;
}
.ui-dialog .content,
.ui-dialog .dialog-content {
  padding:0;
  overflow:visible;
}
.ui-dialog #societe-label {
  display: none;
  font-weight: bold;
  letter-spacing: 4.56471px;
  text-transform: uppercase;
  color: #FA7B26;
  margin-bottom: 0px;  
}
.ui-dialog #offre-label {
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 700;
  color: rgb(62, 64, 77);
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 1.25em;  
  line-height: 1.25em;
}
@media only screen and (min-width: 768px) {
  .ui-dialog {
    width:80%!important;
    height:auto!important;
  }
}

@media only screen and (min-width: 992px) {
  .ui-dialog {
    width:70%!important;
    height:auto!important;
    max-width:700px;
  }
}

@media only screen and (min-width: 1200px) {
  .ui-dialog {
    width:60%!important;
    height:auto!important;
  }
}

/*** RESPONSIVE A l'ENVERS ***/
@media only screen and (max-width:1499px) {
  .page-standard {
    padding-bottom: 60px;
  }
  body .page h1, body .page .h1 {
    font-size: 3.125em;
  }
  body .page h3, body .page .h3 {
    font-size: 1.375em;
  }
  .page ul li::before {
    font-size: 10px;
    line-height: 30px;
  }
  a.button {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }
  .partenaires {
    padding: 0 10%;
  }
  .partenaires .ligne-partenaires img {
    max-height: 55px;
    max-width: 225px;
  }
  .content-presentation {
    padding: 0 0px;
  }
  .content-presentation h1, .section-reservation .h1 {
    font-size: 54px!important;
  }
  .content-presentation h1 {
    line-height: 0.7em!important;
    margin-bottom: 10px!important;
  }
  .content-presentation .call-to-action {
    margin-top: 0;
  }
  .section-edition .destination-description {
    margin-top: -180px;
  }
  .section-edition .order-0 .titre-vertical {
    transform: rotate(-90deg) translateX(-200px) translateY(-200px);
  }  
  .page-edition .photos-container a {
    height: 240px;
  }
  .page .texte {
    font-size: 16px;
  }
  .destination-description {
    padding: 30px 0 0 30px;
  }
  .titre-vertical,
  .titre-vertical h2 {
    font-size: 80px!important;
  }
  .titre-vertical {
    transform: rotate(90deg) translateX(100px) translateY(-50px);
  }
  .section-salon-paragraphes .titre-vertical {
    transform: rotate(90deg) translateX(200px) translateY(-50px);
  }
  .section-salon-paragraphes .order-0 .titre-vertical {
    transform: rotate(-90deg) translateX(-300px) translateY(-40px);
  }
  .titre-partenaires h2,
  .photo-partenaires h2,
  .section-salon-aventure h2 {
    font-size: 40px!important;
  }
  .section-partenaires .intro {
    font-size: 16px;
  }
  .section-salon-presentation h2,
  .page-edition .section-photos h2 {
    font-size: 54px!important;
  }
  .section-salon-aventure .soustitre {
    font-size: 28px;
  }
  .section-evenements .line-5 {
    margin-top: 140px;
  }
  footer .logo-footer {
    max-width: 200px;
  }
  footer .column {
    font-size: 14px;
  }
  footer .social a::before {
    font-size: 26px;
    line-height: 28px;
  }
  .social a {
    margin: 0 4px;
  }
  footer .copyrights {
    font-size: 13px;
  }
}

@media only screen and (max-width:1199px) {
  .page-standard {
    padding-bottom: 60px;
  }
  body .page h1, body .page .h1 {
    font-size: 2.75em;
  }
  body .page h2,
  body .page .h2,
  .ui-dialog .ui-dialog-title,
  body .page .contact-formulaire h2 {
   font-size:1.5em;
  }
  body .page h3 {
   font-size:1.25em;
  }
  .page .texte {
    font-size: 16px;
  }
  .page ul.owl-carousel li .cadre-photo {
    height: 400px;
  }
  a.button {
    font-size: 16px;
    height: 34px;
    line-height: 34px;
  }
  a.link-1, a.link-2 {
    font-size: 0.875em;
  }
  .page blockquote {
    font-size: 1.25em;
  }
  .page blockquote cite {
    font-size: 0.875em;
  }
  .page ul li::before {
    font-size: 8px;
    line-height: 28px;
  }
  .partenaires {
    padding: 0 5%;
  }
  .partenaires .ligne-partenaires img {
    max-height: 50px;
    max-width: 200px;
  }
  .content-presentation h1, .section-reservation .h1 {
    font-size: 48px !important;
  }
  .section-edition .destination-description {
    margin-top: -170px;
  }
  .section-edition .order-0 .titre-vertical {
    transform: rotate(-90deg) translateX(-100px) translateY(-200px);
  }  
  .titre-vertical,
  .titre-vertical h2 {
    font-size: 66px!important;
  }
  .chiffres-cles .chiffre {
    height: 240px;
  }
  .titre-partenaires h2, 
  .photo-partenaires h2,
  .section-salon-aventure h2 {
    font-size: 34px !important;
  }
  .section-salon-aventure .soustitre {
    font-size: 24px;
  }
  .section-salon-presentation h2,
  .page-edition .section-photos h2 {
    font-size: 48px!important;
  }
  .titre-vertical {
      transform: rotate(90deg) translateX(60px) translateY(-30px);
  }
 .section-salon-paragraphes .titre-vertical {
    transform: rotate(90deg) translateX(150px) translateY(-30px);
  }
  .section-salon-paragraphes .order-0 .titre-vertical {
    transform: rotate(-90deg) translateX(-270px) translateY(-30px);
  }
  .page-edition .photos-container a {
    height: 200px;
  }
  footer .logo-footer {
    max-width: 180px;
  }
}

@media only screen and  (max-width:991px) {
  body .page h1, body .page .h1 {
    font-size: 2.5em;
  }
  body .page h2,
  body .page .h2,
  .ui-dialog .ui-dialog-title {
   font-size:1.75em;
  }
  body .page .texte h2, body .page .texte .h2 {
    margin-top: 20px;
  }
  .container-padding-right,
  .container-padding-left {
    padding: 0;
  }
  .page-content {
    padding-top: 160px;
  }
  .section-interne {
    padding: 40px 0;
  }
  .pd-left {
    padding-left: 0;
  }
  .page .texte,
  .section-partenaires .intro {
    font-size: 1em;
  }
  .page .texte p {
    margin-bottom: 0!important;
  }
  .section-edition .order-0 .titre-vertical {
    transform: rotate(-90deg) translateX(20px) translateY(-230px);
  }  
  .section-edition .destination-description {
    margin-top: 0px;
    padding: 30px 60px;
  }
  .content-presentation .call-to-action,
  .partenaires-description .call-to-action {
    margin-top: 20px;
  }  
  .page ul.owl-carousel li .cadre-photo {
    height: 360px;
  }
  .premiere-section {
    padding-top: 0px;
  }  
  .destination-description, 
  .section-salon-paragraphes .description {
    margin-top: 0;
    padding-left: 0;
  }
  .section-salon-paragraphes .p-1 .description {
    padding-right: 0;
  }
  .section-edition .cadre-photo,
  .section-destination .cadre-photo {
    height: 300px;
  }
  .titre-vertical, .titre-vertical h2 {
    font-size: 46px !important;
  }
  .titre-vertical {
    transform: rotate(90deg) translateX(40px) translateY(0px);
  }
  .section-salon-paragraphes .titre-vertical {
    transform: rotate(90deg) translateX(60px) translateY(0px);
  }
  .section-salon-paragraphes .order-0 .titre-vertical {
    transform: rotate(-90deg) translateX(-180px) translateY(0px);
  }
  .chiffres-cles {
    padding: 80px 0 40px;
  }
  .chiffres-cles .chiffre {
    height: 180px;
  }
  .chiffre .ligne-1 {
    font-size: 40px;
  }
  .chiffre .ligne-2 {
    font-size: 24px;
  }
  .photo-partenaires .cadre-photo {
    padding-right: 0;
    height: 300px;
    overflow: hidden;
  }
  .partenaires-description {
    margin: 40px 0 0 0;
    display: block;
  }
  .section-salon-presentation .texte {
    margin-top: 40px;
  }
  .section-salon-aventure .photo,
  .section-contact .cadre-photo {
    margin-bottom: 40px;
  }
  .page-standard h1 {
    margin-top: 0;
  }
  .section-salon-presentation .social-content,
  .section-contact .social-content {
    display: none;
  }
  .section-salon-aventure .cadre-photo,
  .section-salon-paragraphes .cadre-photo {
    height: 300px;
  }
  .section-salon-aventure .cadre-photo {
    margin-bottom: 40px;
  }
  .section-salon-aventure .vertical-align-center {
    display: block;
  }
  .section-salon-paragraphes .description {
    position: relative;
  }
  .section-salon-paragraphes .paragraphe {
    margin-bottom: 80px;
    padding: 0 !important;
  }
  .carte-contact h2 {
    text-align: left;
  }
  .section-evenements .cadre-photo {
    height: 300px;
  }
  .section-evenements .line-1 .cadre-photo {
    margin-top: 40px;
  }
  .section-evenements .line-2 .cadre-photo,
  .section-evenements .line-4 .cadre-photo,
  .section-evenements .line-6 .cadre-photo {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin-top: 40px;
  }
  .section-evenements .line-3, 
  .section-evenements .line-4,
  .section-evenements .line-5,
  .section-evenements .line-6 {
    margin-top: 40px;
  }
  .section-evenements .line-3 .cadre-photo,
  .section-evenements .line-5 .cadre-photo {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    margin-top: 40px;
  }  
  .section-evenements .line-6 .bg-camouflage {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    margin-top: 40px;
    height: 300px;
    background-size: 100% auto;
  }
  .page-edition .photos-container {
    padding-left: 0;
    margin: 0 -15px;
  }
  .page-edition .photos-container a {
    height: 140px;
  }  
  footer .column-padding-top {
    padding-top: 0;
  }
  footer .adresse-container, footer .telephone-container {
    padding-left: 0;
  }
  footer .column-3, footer .column-4 {
    padding-top: 20px;
  }
  footer .copyrights {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  body .page h1, body .page .h1 {
    font-size: 1.875em;
  }
  body .page h2,
  body .page .h2,
  .ui-dialog .ui-dialog-title {
   font-size:1.5em!important;
  }
  .page ul.owl-carousel li .cadre-photo {
    height: 300px;
  }
  .partenaires {
    padding: 0;
  }
  .partenaires .ligne-partenaires img {
    max-height: 45px;
    max-width: 175px;
  }
  .titre-vertical, .titre-vertical h2 {
    font-size: 40px !important;
  }
  .section-edition .order-0 .titre-vertical {
    transform: rotate(-90deg) translateX(20px) translateY(-240px);
  }  
  .section-edition .destination-description {
    padding: 30px 45px;
  }
  .section-edition .cadre-photo,
  .section-destination .cadre-photo,
  .photo-partenaires .cadre-photo,
  .section-salon-aventure .cadre-photo,
  .section-salon-paragraphes .cadre-photo,
  .section-evenements .cadre-photo {
    height: 260px;
  }
  .titre-vertical {
    transform: rotate(90deg) translateX(20px) translateY(5px);
  }
  .section-salon-paragraphes .titre-vertical {
    transform: rotate(90deg) translateX(10px) translateY(0px);
  }
  .section-salon-paragraphes .order-0 .titre-vertical {
    transform: rotate(-90deg) translateX(-200px) translateY(0px);
  }  
  .section-salon-paragraphes .p-1:last-child .order-0 .titre-vertical {
    transform: rotate(-90deg) translateX(-220px) translateY(0px);
  }  
  .chiffres-cles .chiffre {
    height: 120px;
    width: 30%;
    margin: 0 15px;
  }
  .chiffre .ligne-1 {
    font-size: 30px;
  }
  .chiffre .ligne-2 {
    font-size: 18px;
  }
  .section-reservation {
    background-size: auto 100%;
  }
  .section-salon-presentation .auteur {
    margin-top: 10px;
  }
  .page-edition .photos-container a {
    width: calc(50% - 30px);
    height: 160px;
    margin: 15px;
  }
  footer .logo-footer {
    margin-bottom: 0px;
    max-width: 120px;
  }
  footer .column-2 {
    margin-top: 40px;
  }
  footer .copyrights .col-12:nth-child(2) {
    text-align: left;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .partenaires li {
    width: 25%;
  }
  .content-presentation {
    padding: 0 15px;
  }
  .section-presentation .col-12 {
    padding: 0;
  }
  .section-edition .order-0 .titre-vertical {
    transform: rotate(-90deg) translateX(40px) translateY(-230px);
  }
  .section-edition .destination-description {
    padding: 30px 50px;
  }
  .chiffres-cles .col-12 {
    flex-direction: column;
  }
  .chiffres-cles .chiffre {
    margin: 10px 0;
    width: 100%;
    max-width: none;
    background-size: 100% auto;
  }
  .section-salon-paragraphes .titre-vertical {
    transform: rotate(90deg) translateX(10px) translateY(5px);
  } 
  .section-salon-paragraphes .order-0 .titre-vertical {
    transform: rotate(-90deg) translateX(-180px) translateY(5px);
  }
  .section-reservation .h1,
  .bg-camouflage .h1 {
    padding: 0 15px;
  }
  body .page .section-salon-presentation h2,
  body .page.page-edition .section-photos h2 {
    font-size: 38px !important;
  }  
  footer .section-footer .container {
    padding: 0;
  }
}
@media only screen and (max-width: 499px) {
  body .page h2, body .page .h2, .ui-dialog .ui-dialog-title {
    font-size: 1.4em!important;
  }
  .page .texte, .section-partenaires .intro {
    font-size: 17px;
  }  
  .content-presentation {
    padding: 0 15px;
  }  
  body .page .titre-vertical, 
  body .page .titre-vertical h2 {
    font-size: 34px !important;
  }
  .section-edition .cadre-photo,
  .section-destination .cadre-photo,
  .photo-partenaires .cadre-photo,
  .section-salon-aventure .cadre-photo,
  .section-salon-paragraphes .cadre-photo,
  .section-evenements .cadre-photo {
    height: 220px;
  }
  .partenaires .ligne-partenaires img {
    max-height: 40px;
    max-width: 120px;
  }
  .partenaires .ligne-partenaires .bloc-partenaire:nth-child(1),
  .partenaires .ligne-partenaires .bloc-partenaire:nth-child(2),
  .partenaires .ligne-partenaires .bloc-partenaire:nth-child(3) {
    width: 33.333333%;
  }
  .partenaires .ligne-partenaires .bloc-partenaire:nth-child(4),
  .partenaires .ligne-partenaires .bloc-partenaire:nth-child(5),
  .partenaires .ligne-partenaires .bloc-partenaire:nth-child(6) {
    width: 33.333333%;
  }
  .partenaires .ligne-partenaires .bloc-partenaire:nth-child(7),
  .partenaires .ligne-partenaires .bloc-partenaire:nth-child(8),
  .partenaires .ligne-partenaires .bloc-partenaire:nth-child(9) {
    width: 33.333333%;
  }
  .titre-vertical {
    transform: rotate(90deg) translateX(15px) translateY(5px);
  }
  .section-edition .order-0 .titre-vertical {
    transform: rotate(-90deg) translateX(80px) translateY(-240px);
  }
  .section-edition .destination-description {
    padding: 30px 40px;
  }
  .section-salon-paragraphes .titre-vertical {
    transform: rotate(90deg) translateX(35px) translateY(7px);
  }
  .section-salon-paragraphes .order-0 .titre-vertical {
    transform: rotate(-90deg) translateX(-140px) translateY(5px);
  }
  .section-salon-paragraphes .p-1:last-child .order-0 .titre-vertical {
      transform: rotate(-90deg) translateX(-160px) translateY(5px);
  }
  .page-edition .photos-container a {
    height: 140px;
  }  
}
@media only screen and (max-width: 449px) {
  .partenaire {
    padding: 0 15px;
  }
  .partenaires .ligne-partenaires {
    flex-wrap: wrap;
    justify-content: center;
  }
  .partenaires .ligne-partenaires img {
    max-height: 40px;
    max-width: 100px;
  }
  .page-edition .photos-container a {
    height: 120px;
  }  
}
@media only screen and (max-width: 399px) {
  .partenaires li {
    width: 33.333%;
  }
  .content-presentation h1, .section-reservation .h1 {
    font-size: 42px !important;
  }  
  .partenaires .ligne-partenaires img {
    max-height: 35px;
    max-width: 90px;
  }
  .page-edition .photos-container a {
    height: 100px;
  }  
}
@media only screen and (max-width: 359px) {
  .content-presentation h1, .section-reservation .h1 {
    font-size: 38px !important;
  }
  .page .texte, .section-partenaires .intro {
    font-size: 16px;
    line-height: 1.4em;
  }
  .col-11 {
    max-width: 90%;
  }
  .col-1 {
    max-width: 10%;
  }
  .partenaires .ligne-partenaires img {
    max-height: 30px;
    max-width: 80px;
  }
}

@media only print {
  h1 {
    font-size: 2.5em;
  }
  header,
  footer {
    display: none;
  }
}