html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Variable.ttf") format("truetype");
}

@font-face {
  font-family: "Zen Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Zen Light";
  src: url("../fonts/ZenKakuGothicNew-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Zen Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Zen Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Marker";
  src: url("../fonts/PermanentMarker-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Yeseva One";
  src: url("../fonts/YesevaOne-Regular.ttf") format("truetype");
}

body {
  font-family: "Zen Regular";
  font-size: 16px;
  line-height: 1.4;
  color: #2b361f;
  margin: 0;
  padding: 0;
}


ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div:after,
header:after,
footer:after,
nav:after,
ul:after {
    display: block;
    content: "";
    visibility: hidden;
    height: 0px;
    clear: both;
}
div, nav, header {
  box-sizing: border-box;
  /*overflow: auto;*/
}
main {
  position: relative;
  height: auto;
  width: auto;
  max-width: 1600px;
  padding: 30px 25px;
  margin: 0 auto;
}

p {
  margin: 0px;
  font-size: 16px;
}

p.white {
  color: #FFFFFF;
}

p.black {
  color: #000;
}

.p-14 {
  font-size: 14px;
}

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

.p-30 {
  font-size: 30px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all .3s;
  outline-style: none;
}

.link-bleu {
  font-family: "Zen Bold" !important;
  color: #1C5191;
}

strong {
  font-family: "Zen Bold" !important;
}

.strong {
  font-family: "Zen Bold" !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-blanc {
  color: #fff !important;
}

.text-vert {
  color: #6c6e28 !important;
}

.text-bleu-clair {
  color: #0075FD !important;
}

.col-2 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
}

.col-3 {
  position: relative;
  float: left;
  width: 33.33%;
  min-height: 1px;
}

.col-4 {
  position: relative;
  float: left;
  width: 25%;
}

.col-2-3 {
  position: relative;
  float: left;
  width: 66.66%;
  height: auto;
}

.col-1-3 {
  position: relative;
  float: left;
  width: 33.33%;
  height: auto;
}

.col-1-4 {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
}

.col-3-4 {
  position: relative;
  float: left;
  width: 75%;
  height: auto;
}

.col-left {
  padding-right: 15px;
}

.col-right {
  padding-left: 15px;
}

.col-center {
  padding-left: 10px;
  padding-right: 10px;
}

.col-left-footer {
  padding-right: 20px;
  float: right;
}

.col-right-footer {
  padding-left: 20px;
  float: right;
}

.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pv-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pv-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pv-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.pv-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ph-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-0 {
  margin: 0px !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.bg-gris {
  background: #efefef;
}

.bg-blanc {
  background: #fff;
}

.v-align {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.row {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin: 0px;
}

.row-title-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  font-family: "Poppins";
  font-size: 16px;
  color: #435C74;
  margin-bottom: 5px;
}

.row-field-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin-bottom:20px;
}

.row-bleu {
  background-color: #1C5191 !important;
}

.row-blanc {
  background-color: #FFF !important;
}

.row-grey {
  background-color: #EEEEEE !important;
}

.row-beige {
  background-color: #afb083 !important;
}

.row-brown {
  background-color: #994e22;
  background: -moz-linear-gradient(180deg, rgba(153,78,34,1) 35%, rgba(175,176,131,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(153,78,34,1) 35%, rgba(175,176,131,1) 100%);
  background: linear-gradient(180deg, rgba(153,78,34,1) 35%, rgba(175,176,131,1) 100%);
}

.row-jaune {
  background-color: #f0aa4c !important;
}

.row-bleu-clair {
  background-color: #2887c8 !important;
  color: #fff;
}

.bg-light-blue {
  background: #2887c8 !important;
}

.row-blue-right {
  background-image: url('../img/bg-blue-right.jpg');
  background-position: center top;
  background-repeat: repeat-y;
}

.row-blue-left {
  background-image: url('../img/bg-blue-left.jpg');
  background-position: center top;
  background-repeat: repeat-y;
}

.msg {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  padding: 10px;
  font-family: "Poppins";
  font-size: .9rem;
  margin-bottom: 30px;
}

.msg.ko {
  color: #CC0000;
  background: rgba( 204, 0, 0, .2 );
  border: #CC0000 solid 3px;
}

.msg-vert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #1abc9c;
  color: #fff;
  font-family: "Poppins";
  font-size: .9rem;
  text-align: center;
  padding: 10px;
  z-index: 9;
}

.msg-rouge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #e74c3c;
  color: #fff;
  font-family: "Poppins";
  font-size: .9rem;
  text-align: center;
  padding: 10px;
  z-index: 9;
}

.bg-bleu-ciel {
  background-color: #E2EBF2;
}

.btn-show-pass {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 25px;
  width: 25px;
  transform: translateY(-50%);
  z-index: 9;
  background-image: url('../img/picto_oeil.svg');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */

.welcome {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 150px;
  text-align: center;
}

.welcome img {
  max-width: 100%;
}

footer {
  position: relative;
  height: auto;
  width: auto;
  background: #2b361f;
}

.h3-footer {
  font-family: 'Zen Bold';
  font-size: 1.3rem;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.col-adresse-footer {
  position: relative;
  float: left;
  width: 20%;
  height: auto;
}

.col-adresse-footer p {
  font-family: 'Zen Regular';
}

.footer-logo {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  margin-bottom: 15px;
}

.footer-logo img {
  width: 150px !important;
}

.col-nav-footer {
  position: relative;
  float: left;
  width: 80%;
  height: auto;
  padding-left: 50px;
}

ul.footer {
  list-style: none;
}

ul.footer li {
  position: relative;
  height: auto;
  width: auto;
  padding: 5xp 0px;
  color: #fff;
}

.top-header {
  position: relative;
  height: auto;
  width: auto;
  background: #000;
}

.header-adresse {
  position: relative;
  float: right;
  height: auto;
  width: auto;
  font-family: "Zen Regular";
  font-size: .9rem;
  color: #FFF;
  text-align: right;
  padding: 6px 0px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0;
  z-index: 3;

  background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 15%, transparent 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 15%, transparent 100%);
  background: linear-gradient(180deg, rgba(0,0,0,1) 15%, transparent 100%);
}

.content {
  position: relative;
  height: auto;
  width: auto;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0px auto;
}

.header-left {
  position: relative;
  float: left;
  width: 30%;
  height: auto;
}

.header-right {
  position: relative;
  float: right;
  width: 70%;
  height: auto;
}

.header-logo {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
}

.header-logo img {
  height: 150px;
  width: auto;
}

.header-nav {
  position: relative;
  height: auto;
  width: auto;
  text-align: right;
  padding: 64px 0px;
}

.header-nav ul {
  list-style: none;
}

.header-nav ul li {
  position: relative;
  display: inline-block;
  font-family: "Zen Regular";
  font-size: 1.2rem;
  color: #FFF;
  margin: 0px 15px;
}

.header-nav ul li a::after {
  content: '';
  transform-origin: 0 0;
  transform: scaleX(0);
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 8px;
  background: #afb083;
  z-index: -1;
  opacity: 0.8;
  transition: transform .3s;
}

.header-nav ul li a.active::after {
  content: '';
  transform-origin: 0 0;
  transform: scaleX(1);
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 8px;
  background: #afb083;
  z-index: -1;
  opacity: 0.8;
  transition: transform .3s;
}

.header-nav ul li a:hover::after {
  transform: scaleX(1);
}

.box-slider {
  position: relative;
  width: auto;
  min-height: 850px;

  background-image: url('./../img/bg-slider.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.caption-slider {
  background: rgba(0, 0, 0, .6);
  padding: 20px;
  color: #FFF;
  max-width: 40%;
}

.h1-slider {
  font-family: "Yeseva One";
  font-size: 2.5rem;
  color: #afb083;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
  text-shadow: 1px 1px 5px #000;
}

.h1-slider-bg {
  font-family: "Yeseva One";
  font-size: 2.5rem;
  color: #2b361f;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  padding: 10px 15px;
  margin-bottom: 10px;
  background: rgba(175, 176, 131, 1);
}

.caption-slider p {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.4;
  color: #FFF;
  margin-bottom: 10px;
}

.text-slider {
  max-width: 650px;
  background: rgba(255, 255, 255, 1);
  padding: 10px 15px;
}

.text-slider p {
  font-size: 1rem;
  line-height: 1.3;
  color: #2b361f;
  margin-bottom: 10px;
}

.btn-slider {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 10px 40px;
  text-align: center;
  background: #f0aa4c;
  font-family: "Zen Medium";
  color: #fff;
  cursor: pointer;
  transition: all .3s;
}

.btn-slider:hover {
  color: #2b361f;
}

.img-welcome {
  position: relative;
  height: 320px;
  width: 500px;
  margin: 0px auto;
  box-shadow: 30px 20px 30px #dadada;
  background-image: url('../img/map-logo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.img-activites {
  position: relative;
  height: 520px;
  width: 400px;
  margin: 0px auto;
  box-shadow: 30px 20px 30px #1A1A1A;
  background-image: url('../img/activites.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.pre-h1 {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  font-family: 'Marker';
  font-weight: 400;
  font-size: 1.8rem;
  color: #f0aa4c;
  margin-bottom: 0px;
}

.h1-style1 {
  position: relativee;
  height: auto;
  width: auto;
  font-family: 'Yeseva One';
  font-size: 2.8rem;
  line-height: 1;
  text-align: left;
  color: #afb083;
  margin-bottom: 10px;
}

.h2-style1 {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Zen Bold';
  font-size: 1.3rem;
  line-height: 1;
  text-align: left;
  margin-bottom: 20px;
}

.h2-style2 {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Yeseva One';
  font-size: 1.3rem;
  color: #afb083;
  line-height: 1;
  text-align: left;
  margin-bottom: 20px;
}

ul.classic {
  list-style: outside;
  margin: 10px 0px 10px 20px;
}

ul.classic li {
  font-family: "Zen Regular";
  font-size: 16px;
  margin-bottom: 15px;
}

ul.formule {
  list-style: outside;
  margin: 10px 0px 10px 75px;
  text-align: left;
  min-height: 162px;
  padding: 30px 0;
}

ul.formule li {
  font-family: "Zen Regular";
  font-style: italic;
  font-size: 18px;
  margin-bottom: 10px;
  list-style-image: url("../img/puce.png");
}

.bg-plage {
  background-image: url('../img/bg-row-costa.png');
  background-position: bottom -1px center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.slideshow {
  margin: 30px;
}

.slick-home {
  height: auto !important;
  width: 30%;
  margin: 10px 10px;
  padding: 20px 0px;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  transition: all .3s;
}

.slick-home:hover  {
  box-shadow: 0px 0px 10px #ccc;
}

.home-encart {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
}

.home-encart-img {
  position: relative;
  display: inline-block;
  height: 320px;
  width: 320px;
  border-radius: 20px;
  margin-top: 5px;

  background-repeat: no-repeat;
  background-size: cover;
}

.caption-home-encart {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px 10px;
}

.titre-home-encart {
  position: relativee;
  height: auto;
  width: auto;
  font-family: 'Yeseva One';
  font-size: 30px;
  line-height: 1.1;
  text-align: cenetr;
  color: #afb083;
  margin: 10px 0px;
}

.top-page {
  position: relative;
  height: 500px;
  width: auto;
  padding-top: 210px;
  text-align: center;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.h1-top-page {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  padding: 20px 30px;
  font-family: 'Yeseva One';
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  background: #afb083;
  color: #2b361f;
}

.box-mini-slider {
  position: relative;
  height: auto;
  width: auto;
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 30px 20px 30px #efefef;
}

.encart-2 {
  position: relative;
  display: inline-block;
  height: auto;
  width: 35%;
  margin: 0px 20px;
  vertical-align: top;
  padding: 10px 10px;
  border-radius: 20px;
  background: #fff;
  min-height: 450px;
}

.img-encart-2 {
  position: relative;
  height: 250px;
  width: auto;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.encart-3 {
  position: relative;
  display: inline-block;
  height: auto;
  width: 20%;
  margin: 0px 20px;
  vertical-align: top;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}

.img-encart-3 {
  position: relative;
  height: 200px;
  width: auto;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.encart-prix {
  position: relative;
  display: inline-block;
  height: auto;
  min-height: 420px;
  width: 27%;
  margin: 0px 20px;
  vertical-align: top;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 5px #ccc;
}


p.tarif {
  font-family: "Montserrat";
  font-size: 48px;
  font-weight: 700;
  color: #6c6e28;
  line-height: 1;
}

.mini-tarif {
  font-family: 'Zen Regular' !important;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"] {
  position: relative;
  height: auto;
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  border: #efefef solid 1px;
  box-sizing: border-box;

  font-family: 'Zen Regular' !important;
  font-size: 16px;
}

select {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  background: #FFF;
  border: #efefef solid 1px;
  border-radius: 5px;
  font-family: 'Zen Regular';
  font-size: 16px;
}

textarea {
  position: relative;
  height: 120px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: #efefef solid 1px;
  padding: 10px 15px;
  font-family: 'Zen Regular';
  font-size: 16px;
}

input[type="submit"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 10px 40px;
  text-align: center;
  background: #f0aa4c;
  font-family: "Zen Medium";
  font-size: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all .3s;
}

input[type="submit"]:hover {
  color: #2b361f;
}

.img-a-propos {
  position: relative;
  display: inline-block;
  height: 400px;
  width: 500px;
  border-radius: 20px;

  background-image: url('./../img/portrait_phil_et_flo.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 30px 20px 30px #dadada;
}

p.big {
  font-size: 24px;
}

.header-mobile {
  display: none;
}

.menu-mobile {
  display: none;
}

#titre-slider-mobile {
  display: none;
}

#text-slider-mobile {
  display: none;
}

#btn-slider-mobile {
  display: none;
}

.hide-on-desktop {
  display: none;
}

/* Pour les écrans de taille moyenne (tablettes) */
@media (max-width: 768px) {



}

/* Pour les écrans petits (smartphones) */
@media (max-width: 480px) {

  .hide-on-desktop {
    display: block;
  }

  .top-header {
    display: none;
  }

  header {
    display: none;
  }

  .header-mobile {
    display: block;
    position: absolute;
    height: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    z-index: 8;
    text-align: center;
  }

  .btn-menu-mobile {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    height: auto;
    width: auto;
    z-index: 9;
  }

  .btn-menu-mobile img {
    height: 30px;
  }

  .logo-mobile {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
  }

  .logo-mobile img {
    height: 75px;
  }

  .menu-mobile {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    padding: 10px 0px;
    background: #2b361f;
    z-index: 9;
  }

  .nav-menu-mobile {
    position: absolute;
    top: 50%;
    left: 0px;
    height: auto;
    width: 100%;
    transform: translateY(-50%);
  }

  ul.mobile {
    position: relative;
    height: auto;
    width: auto;
    list-style: none;
  }

  ul.mobile li {
    position: relative;
    height: auto;
    width: auto;
    font-family: 'Zen Medium';
    font-size: 1.1rem;
    color: #FFF;
    text-align: center;
    margin: 10px 0px;
  }

  .col-2 {
    float: none;
    width: auto;
  }

  .col-left,
  .col-right {
    padding: 0px;
  }

  .img-welcome {
    width: auto;
    height: 250px;
    box-shadow: none;
  }

  .img-activites {
    width: auto;
    margin-top: 30px;
    box-shadow: none;
  }

  #titre-slider-desktop {
    display: none;
  }

  #titre-slider-mobile {
    display: block;
    width: 90%;
  }

  .h1-slider-bg {
    font-family: "Yeseva One";
    font-size: 1.8rem;
    color: #2b361f;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    padding: 10px 15px;
    margin-bottom: 10px;
    background: rgba(175, 176, 131, 1);
  }

  #text-slider-desktop {
    display: none;
  }

  #text-slider-mobile {
    display: block;
    width: 90%;
  }

  .text-slider {
    background: rgba(255, 255, 255, 1);
    padding: 10px 15px;
  }

  #btn-slider-mobile {
    display: block;
    width: 90%;
  }

  #btn-slider-desktop {
    display: none;
  }

  .btn-slider {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 10px 40px 15px;
    text-align: center;
    background: #f0aa4c;
    font-family: "Zen Medium";
    font-size: 1.1rem;
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
  }

  .mb-mobile-30 {
    margin-bottom: 30px;
  }

  .home-encart-img {
    width: 90%;
  }

  .col-adresse-footer {
    position: relative;
    float: none;
    width: auto;
    height: auto;
  }

  .col-nav-footer {
    float: none;
    width: auto;
    padding-left: 0;
    margin-top: 20px;
  }

  .col-right-footer {
    padding-left: 0px;
  }

  .col-3 {
    float: none;
    width: auto;
    margin: 10px 0px;
  }

  .top-page {
    height: 300px;
    padding-top: 100px;
  }

  .h1-top-page {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    padding: 20px;
    font-size: 1.5rem;
  }

  .pre-h1 {
    font-size: 1.5rem;
  }

  .h1-style1 {
    font-size: 2.3rem;
  }

  .encart-2 {
    display: block;
    width: auto;
    margin: 20px 0px;
  }

  .encart-prix {
    display: block;
    width: auto;
    margin: 20px 0px;
  }

  .encart-3 {
    display: block;
    width: auto;
    margin: 20px;
  }

  .img-a-propos {
    display: block;
    height: 300px;
    width: auto;
    border-radius: 20px;
    background-image: url('./../img/portrait_phil_et_flo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
  }

  .no-pv-mobile {
    padding: 0px !important;
  }

  .col-left-mobile {
    margin-bottom: 10px;
  }

  .row-field-form {
    margin-bottom: 10px;
  }

  select {
    background: #FFF;
  }

  input[type="text"] {
    width: 100% !important;
  }

}
