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: "Fira";
  src: url("../fonts/FiraSansCondensed-Regular.ttf") format("truetype");
}

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Open Sans SemiBold";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
}

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

@font-face {
  font-family: "Open Sans ExtraBold";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
}

body {
  line-height: 1.5;
  font-family: "Open Sans";
  font-size: 1em;
  color: #161616;
  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 0px 15px 0px;
}

p.white {
  color: #FFFFFF;
}

p.black {
  color: #000;
}

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

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

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

a:focus,
a:active {
  outline: none !important;
  border: none !important;
}

button:focus,
button:active {
  outline: none !important;
  border: none !important;
}

img:focus,
img:active {
  outline: none !important;
  border: none !important;
}

.link-bleu {
  font-family: "Open Sans Medium";
  color: #1C5191;
}

strong, .strong {
  font-family: "Open Sans Bold";
}

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

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

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

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

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

.col {
  position: relative;
  float: left;
  min-height: 1px;
}

.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: 20px;
}

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

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

.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-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

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

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

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

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

.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-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

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

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

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

.ph-40 {
  padding-left: 40px !important;
  padding-right: 40px !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;
}

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

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

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

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

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

.mb-10 {
  margin-bottom: 10px !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 !important;
}

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

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

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

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

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

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

.bg-gris {
  /*background-color: #F5F5F5;*/
  background-color: #EFEFEF;
}

.bg-corail {
  background-color: #D5967A;
}

.bg-jaune {
  background-color: rgba(255, 200, 0, 1);
}

.bg-blanc {
  background: #fff;
}

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

.row-top-demandeurs {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin: 0px;
  border-bottom: #ccc solid 1px;
  padding: 3px 0px;
}

.row-top-demandeurs:last-of-type {
  border-bottom: none;
}

.row-title-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  font-family: "Open Sans Medium";
  font-size: 1em;
  color: #161616;
  margin-bottom: 5px;
}

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

.msg {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 10px;
  font-family: "Open Sans SemiBold";
  font-size: .9rem;
  z-index: 9;
  transition: all .3s;
}

.msg.error {
  background-color: #CC0000;
  color: #FFFFFF;
}

.msg.ok {
  background-color: #28b463;
  color: #FFFFFF;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="time"],
input[type="email"],
input[type="list"],
input[type="number"],
input[list] {
  position: relative;
  height: auto;
  width: 100%;
  border: #dbdbdb solid .5px;
  padding: 8px 12px;
  font-family: "Open Sans Light";
  font-size: 1em;
  border-radius: 5px;
  box-sizing: border-box;
}

.field-location {
  background-image: url('../img/icon-field-location.svg');
  background-position: center right 8px;
  background-size: 14px;
  background-repeat: no-repeat;
}

.field-phone {
  background-image: url('../img/icon-field-phone.svg');
  background-position: center right 8px;
  background-size: 14px;
  background-repeat: no-repeat;
}

.field-date {
  background-image: url('../img/icon-field-date.svg');
  background-position: center right 8px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;

  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

.field-time {
  background-image: url('../img/icon-field-time.svg');
  background-position: center right 8px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;

  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

input[type="submit"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  border: none;
  padding: 12px 20px;
  font-family: "Open Sans SemiBold";
  font-size: 1em;
  text-transform: uppercase;
  color: #161616;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: rgba(213, 150, 122, 1);
  transition: all .3s;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: rgba(213, 150, 122, .7);
}

input[type="button"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  border: none;
  padding: 12px 20px;
  font-family: "Open Sans SemiBold";
  font-size: 1em;
  text-transform: uppercase;
  color: #161616;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: rgba(213, 150, 122, 1);
  transition: all .3s;
  cursor: pointer;
}

input[type="button"]:hover {
  background-color: rgba(213, 150, 122, .7);
}

input[type="button"].black {
  background-color: rgba(22, 22, 22, 1);
  color: #FFFFFF;
}

input[type="button"].black:hover {
  background-color: rgba(22, 22, 22, .7);
}

input[type="button"].grey {
  background-color: rgba(68, 64, 59, 1);
  color: #FFFFFF;
}

input[type="button"].grey:hover {
  background-color: rgba(68, 64, 59, .7);
}

input[type="button"].delete {
  background-color: #d24a2d;
}

input[type="button"].delete:hover {
  background-color: #e95333;
}

input[type="button"].jaune {
  background-color: #FFC300;
  color: #435C74;
}

input[type="button"].jaune:hover {
  background-color: rgba(255, 195, 0, .6);
  color: #435C74;
}

input[type="button"].gris {
  background-color: #d7dbdd;
  color: #435C74;
}

input[type="button"].gris:hover {
  background-color: rgba(255, 195, 0, .6);
  color: #435C74;
}

input[type="button"].vert {
  background-color: rgba(46, 204, 113, 1);
}

input[type="button"].vert:hover {
  background-color: rgba(46, 204, 113, .6);
}

input[type="button"].rouge {
  background-color: rgba(255, 65, 24, 1);
}

input[type="button"].rouge:hover {
  background-color: rgba(255, 65, 24, .6);
}

textarea {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;

  font-family: "Open Sans Light";
  font-size: 1em;
  border: #dbdbdb solid .5px;
}

select {
  position: relative;
  font-family: "Open Sans";
  font-size: .9rem;
  width: 100%;
  padding: 7px 10px;
  border: #dbdbdb solid .5px;
  box-sizing: border-box;
  border-radius: 5px;
}

.strong {
  font-family: "Open Sans";
  font-weight: 700;
}

.link-reset {
  position: relative;
  font-family: "Open Sans";
  color: #3498db;
  font-size: .9rem;
  cursor: pointer;
  text-decoration: underline;
}

i {
  margin-right: 5px;
}

.small-text {
  font-size: .8rem;
}

/* COLORS */
.color2 {
  color: #D5967A !important;
}

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



header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background: rgba(0,0,0,0.5);
  z-index: 9;
}

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

.border-header {
  position: absolute;
  bottom: -2.5px;
  height: 5px;
  width: 100%;
  background-color: #D5967A;
  z-index: 9;
}

.nav {
  position: relative;
  float: right;
  height: auto;
  width: auto;
  padding: 18px 0px;
}

.nav ul {
  list-style: none;
}

.nav ul li {
  display: inline-block;
  font-family: 'Fira Bold';
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
}

.nav ul li::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #D5967A;
  transition: all .2s;
}

.nav ul li:hover::after {
  width: 100%;
}

.nav ul li.active::after {
  width: 100%;
}

.logo-header {
  position: relative;
  float: left;
  height: 80px;
  width: auto;
}

.logo-header img {
  max-height: 80px;
}

footer {
  position: relative;
  height: auto;
  width: auto;
  background-color: #161616;
  color: #CCCCCC;
  padding: 50px 0px 0px;
}

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

.titre-footer {
  position: relative;
  font-family: 'Fira Bold';
  font-size: 1.3em;
  color: #D5967A;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
}

ul.footer {
  list-style: inside;
}

ul.footer li {
  font-family: 'Open Sans Light';
  font-size: 1em;
  padding: 2px;
  transition: all .2s;
  cursor: pointer;
}

ul.footer li:hover {
  color: #D5967A;
}

ul.footer li::marker {
  color: #D5967A;
}

.footer-contact-options {
  position: relative;
  height: auto;
  width: auto;
  margin-top: 30px;
}

.footer-contact-row {
  position: relative;
  height: auto;
  width: auto;
  padding-left: 30px;

  background-position: center left;
  background-repeat: no-repeat;
  background-size: 12px;
}

.copyright {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  font-size: .8em;
  padding-top: 40px;
}

.home-banner {
  position: relative;
  height: 700px;
  width: auto;
  background-image: url('../img/bandeau_hiver_1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.home-form {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);

  height: auto;
  width: 600px;
  border-radius: 20px;
  padding: 30px;
  background-color: rgba(0,0,0,0.6);

  z-index: 8;
}

.home-form-title {
  position: relative;
  height: auto;
  width: auto;
  font-family: "Fira Bold";
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  line-height: 1;
}

.home-form-subtitle {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Fira Bold';
  color: #FFFFFF;
  font-size: 1em;
  text-align: center;
  margin-bottom: 20px;
}

.home-form-line {
  width:auto;
  text-align: center;
}

.home-form-line p {
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-size: .8em;
  line-height: 1;
  margin-bottom: 2px;
}

#estimation {
  font-family: 'Fira Medium';
  font-size: 1.5em;
  padding-top: 15px;
}

.home-form-line-flex {
  display: flex;
}

.home-form-line-submit {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  padding: 15px 0px;
}

.home-form-col {
  position: relative;
  flex: 1;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 10px;
}

.home-form-col img {
  height: 32px;
}

.radio-custom {
  display: inline-block;
  width: 75px;
  height: 75px;
}

.radio-custom input[type="radio"] {
  display: none;
}

.service-vtc {
  height: 75px;
  width: 75px;
  background-image: url('../img/icon-vtc.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 75px;
  cursor: pointer;
}

.radio-custom input[type="radio"]:checked + .service-vtc {
  background-image: url('../img/icon-vtc.png');
  background-position: bottom center;
}

.service-express {
  height: 75px;
  width: 75px;
  background-image: url('../img/icon-express.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 75px;
  cursor: pointer;
}

.radio-custom input[type="radio"]:checked + .service-express {
  background-image: url('../img/icon-express.png');
  background-position: bottom center;
}

.row-corail {
  position: relative;
  padding: 20px 0px;
  background-color: #D5967A;
}

.row-flex {
  position: relative;
  display: flex;
}

.col-flex {
  display: flex;
  flex: 1;
}

.col-flex.image {
  justify-content: center;
  align-items: center;
}

.col-picto-coordo {
  height: 48px;
  width: 48px;
  flex-shrink: 0;
}

.col-text-coordo {
  flex: 1;
  min-width: 0;
  color: #FFFFFF;
}

.icon-coordo {
  margin: 0px 20px;
  height: 32px;
  width: 32px;
}

.icon-coordo img {
  height: 32px;
}

.text-tel {
  font-size: 1.6em;
  padding: 6px 15px;
  font-family: 'Open Sans ExtraBold';
}

.text-insta {
  font-size: 1.2em;
  padding: 11px 15px;
  font-family: 'Open Sans Bold';
}

.picto-coordo {
  position: relative;
  display: inline-block;
  height: 48px;
  width: 48px;
  color: #161616;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.tel {
  background-image: url('../img/icon-phone.png');
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
}

.insta {
  background-image: url('../img/icon-instagram.png');
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
}

.location {
  background-image: url('../img/icon-location.png');
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
}

.pre-h1 {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Fira Bold';
  font-size: 1.5em;
  color: #D5967A;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
}

.h1-classic {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Fira ExtraBold';
  font-size: 3em;
  color: #161616;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
}

.h2-classic {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Fira ExtraBold';
  font-size: 2em;
  color: #161616;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
}

.row-encart-services {
  display: flex;
}

.encart-services {
  position: relative;
  flex: 1;
  gap: 20px;
  height: auto;
  width: 25%;
  padding: 0px 10px;
  border-right: #cccccc dashed 1px;
}

.encart-services:last-of-type {
  border-right: none;
}

.icon-encart-services {
  position: relative;
  height: 70px;
  width: auto;
  text-align: center;
}

.icon-encart-services img {
  height: 70px;
}

.titre-encart-services {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Open Sans Bold';
  font-size: 1.1em;
  text-align: center;
  color: #161616;
  text-transform: uppercase;
  padding: 10px;
}

.text-encart-services {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Open Sans Light';
  text-align: center;
  color: #161616;
  padding: 0px 10px;
}

.img-portrait {
  border-radius: 20px;
  max-width: 70%;
}

.slick-item {
  height: 300px;
  width: auto;
  padding: 0px 10px;
}

.avis-clients {
  position: relative;
  height: 300px;
  width: auto;
  border-radius: 20px;
  padding: 20px;
  background-color: #ffffff;
}

.author-avis {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Open Sans Bold';
  font-size: 1.3em;
  text-align: left;
  background-image: url('../img/picto-avis-google.png');
  background-position: center right;
  background-repeat: no-repeat;
}

.date-avis {
  font-family: 'Open Sans';
  font-size: .8em;
  color: #161616;
}

.note-avis {
  color: #FFD700;
  font-size: 1.1em;
  text-align: left;
  margin-bottom: 20px;
}

.text-corail {
  color: #D5967A;
}

.row-rs {
  position: relative;
  height: auto;
  width: auto;
}

.icon-rs {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 10px;
}

.icon-rs img {
  height: 24px;
}

.top-page {
  position: relative;
  height: 700px;
  width: auto;

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

.img-vtc {
  display: block;
  max-width: 70%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}

.row-bg-vtc {
  background-image: url('../img/bg-vtc-n&b.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.row-bg-evjf {
  background-image: url('../img/banner-evjf-n&b.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.border-bottom-damier {
  position: relative;
  height: 16px;
  width: 100%;
  background-image: url('../img/bg-damier.png');
  background-repeat: repeat-x;
}

.border-bottom-damier-corail {
  position: relative;
  height: 16px;
  width: 100%;
  background-image: url('../img/bg-damier-corail.png');
  background-repeat: repeat-x;
}

.encart-tarif {
  position: relative;
  height: 300px;
  width: 260px;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
}

.encart-tarif-icon {
  position: relative;
  height: 50px;
  width: auto;
  text-align: center;
  margin: 20px 0px;
}

.encart-tarif-icon img {
  height: 50px;
}

.encart-tarif-titre {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Open Sans Bold';
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.encart-tarif-prix {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Open Sans ExtraBold';
  font-size: 1.8em;
  text-align: center;
  letter-spacing: -1px;
}

.encart-service {
  position: relative;
  height: auto;
  width: 260px;
}

.encart-evenements {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 20px;
  width: 90%;
}

.encart-service-icon {
  position: relative;
  height: 50px;
  width: auto;
  text-align: center;
  margin: 20px 0px;
}

.encart-service-icon img {
  height: 50px;
}

.encart-service-titre {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Open Sans Bold';
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

ul.classic {
  list-style: inside;
  padding: 20px 0px 20px 20px;
}

.text-accroche {
  font-family: 'Open Sans Bold';
  font-size: 1.3em;
  letter-spacing: -0.5px;
}

input[type="text"]:read-only {
  background-color: rgba(0,0,0,0.5);
  color: #FFFFFF;
}

.form-resa {
  position: relative;
  height: auto;
  width: auto;
  max-width: 450px;
  margin: 0px auto;
}

#map {
  position: relative;
  height: 450px;
  width: 450px;
  margin: 20px auto;
}

.form-contact {
  position: relative;
  height: auto;
  width: auto;
  max-width: 600px;
  margin: 0px auto;
}

.text-avec-picto {
  position: relative;
  height: auto;
  width: auto;
  padding-left: 40px;
  background-position: top 5px left;
  background-repeat: no-repeat;
  background-size: 28px;
}

.nom-partner {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Open Sans ExtraBold';
  font-size: 1.2em;
  margin-bottom: 15px;
}

.pv-200-on-desktop {
  padding-top: 200px !important;
}




/* ELEMENTS MASQUES SUR LA VERSION DESKTOP  */
.header-mobile {
  display: none;
}
.menu-mobile {
  display: none;
}
.bt-close-menu {
  display: none !important;
}
.call-me {
  display: none;
}




@media (max-width: 800px) {

  header {
    display: none;
  }

  .header-mobile {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.5);
    z-index: 9;
  }

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

  .logo-header-mobile {
    position: relative;
    height: 50px;
    margin: 11px 0px;
  }

  .logo-header-mobile img {
    height: 50px;
  }

  .bt-menu-header {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 28px;
    width: 28px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .bt-menu-header img {
    height: 28px;
  }

  .bt-book-header {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    height: auto;
    width: auto;
    padding: 12px 20px;
    border-radius: 20px;
    background-color: rgba(213, 150, 122, 1);
    text-align: center;
    font-family: 'Open Sans SemiBold';
    color: #161616;
    z-index: 9;
  }

  .bt-close-menu {
    display: block !important;
    position: absolute;
    right: 20px;
    top: 23px;
    height: 28px;
    width: 28px;
    cursor: pointer;
  }

  .bt-close-menu img {
    height: 28px;
  }

  .logo-menu-mobile {
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
  }

  .logo-menu-mobile img {
    height: 50px;
  }

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

  .nav-mobile {
    position: relative;
    height: auto;
    width: auto;
    margin-top: 150px;
  }

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

  .nav-mobile ul li {
    position: relative;
    height: auto;
    width: auto;
    text-align: center;
    padding: 10px 0px;
    font-family: 'Open Sans Bold';
    color: #ffffff;
    text-transform: uppercase;
  }

  .content {
    padding: 0px 20px;
  }

  .home-form {
    position: absolute;
    top: 50%;
    height: auto;
    width: 300px;
    box-sizing: border-box;
  }

  .home-form-line-flex {
    display: flex;
    flex-direction: column;
  }

  .home-form-col {
    width: auto;
  }

  .row-encart-services {
    display: flex;
    flex-direction: column;
  }

  .encart-services {
    flex: 1;
    width: auto;
    border-right: none;
    margin-bottom: 15px;
  }

  .encart-evenements {
    margin-bottom: 15px;
  }

  .row-flex {
    display: flex;
    flex-direction: column;
  }

  .col-flex {
    width: auto;
    flex: 1;
  }

  .col-image {
    padding: 20px 0px;
  }

  .img-portrait {
    border-radius: 20px;
    max-width: 90%;
  }

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

  .img-vtc {
    max-width: 90%;
  }

  .encart-tarif {
    margin-bottom: 20px;
  }

  .call-me {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    height: 32px;
    width: 32px;
    background-image: url('./../img/icon-whatsapp-green.svg');
    background-repeat: no-repeat;
    background-size: 32px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px #000;
  }

  .top-page {
    height: 400px;
  }

  .pv-200-on-desktop {
    padding-top: 0;
  }

}
