@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --black: #000;
  --white: #fff;
  --primary: #d8ac7e;
  --second: #333333;
  --gris: #616468;
  --third: #000000;
  --mainfont: "Kanit", sans-serif;
  --secondfont: "Kanit", sans-serif;
  --shadow-box: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  --shadow-text: 0px 0px 15px rgba(0, 0, 0, 0.1);
  --grey1: rgba(0, 0, 0, 0.03);
  --grey2: rgba(0, 0, 0, 0.06);
  --grey3: rgba(0, 0, 0, 0.09);
  --grey4: rgba(0, 0, 0, 0.12);
  --spacing-size: 50px;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Kanit", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
}

ul {
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none !important;
}

.header .banner .banner-header {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.newcol {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 4px solid var(--second);
  border-bottom: 4px solid var(--second);
}

.new-space {
  margin-top: 60px;
  margin-bottom: 60px;
}

.encart-presta {
  padding: 65px;
  border: 10px solid var(--primary);
}

.text-adresse p a {
  color: var(--primary) !important;
}

.item-presta p {
  font-size: 24px !important;
}

.text-adresse p.color-primary {
  color: var(--primary) !important;
}

.list-none {
  text-align: center;
  list-style: none;
}

.custom-liste,
.custom-liste-2,
.custom-liste-c,
.custom-liste-c2 {
  list-style: square;
  padding-left: 20px;
}

.custom-liste li,
.custom-liste-2 li,
.custom-liste-c li,
.custom-liste-c2 li {
  margin-bottom: 8px;
}

.custom-liste li::marker,
.custom-liste-c li::marker {
  color: var(--primary);
}

.custom-liste2 li::marker,
.custom-liste-c2 li::marker {
  color: var(--second);
}

.custom-liste-c,
.custom-liste-c2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#axo-content {
  overflow: hidden;
}
#axo-content .container {
  width: 1440px;
  max-width: 100%;
}
#axo-content .spacing-content {
  margin-top: var(--spacing-size);
  margin-bottom: var(--spacing-size);
}
#axo-content hr {
  margin: 15px auto;
}

/* !!!! DÉBUT !!!! STYLE IMAGE & TAILLE */

#axo-content .img-fluid-wh {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#axo-content .img-fluid-w {
  width: 100%;
  object-fit: cover;
  display: block;
}
#axo-content .img-fluid-w.h400 {
  height: 300px;
}
#axo-content .img-fluid-w.h300 {
  height: 300px;
}
#axo-content .img-fluid-w.h400 {
  height: 400px;
}
#axo-content .img-fluid-w.h500 {
  height: 500px;
}
#axo-content .img-fluid-w.h600 {
  height: 600px;
}
#axo-content .img-fluid-w.h700 {
  height: 700px;
}
#axo-content .img-fluid-w.h800 {
  height: 800px;
}

/* !!!! DÉBUT !!!! STYLE FIL D'ARIANNE */

#axo-content .breadcrumb {
  background: rgba(0, 0, 0, 0);
  margin: 15px auto;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
}
#axo-content .breadcrumb-item + .breadcrumb-item::before {
  padding: 0px 5px;
}
#axo-content .breadcrumb-item {
  font-size: 13px;
}
#axo-content .breadcrumb-item a {
  color: var(--primary);
  font-weight: 600;
  transition: all 0.4s;
  text-decoration: none;
}
#axo-content .breadcrumb-item a:hover {
  opacity: 0.5;
}
#axo-content .breadcrumb-item .active {
  color: #000;
}

/* !!!! DÉBUT !!!! HEADER IMAGE */

#axo-content .axo-banner-header {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
#axo-content .axo-banner-header .main-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
#axo-content .axo-banner-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
#axo-content .axo-banner-header .caption {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 40px 15px;
}
#axo-content .axo-banner-header .caption .title-page:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(var(--spacing-size) * 2);
  background: #fff;
  margin: 0px auto 15px;
}
#axo-content .axo-banner-header .caption .title-page {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: var(--secondfont);
  font-size: 70px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

/* !!!! DÉBUT !!!! BANNIERE IMAGE */

#axo-content .axo-banner-img hr,
#axo-content .axo-banner-color hr {
  background: rgba(255, 255, 255, 0.5);
}
#axo-content .axo-banner-img,
#axo-content .axo-banner-color {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: calc(var(--spacing-size) * 2);
  padding-bottom: calc(var(--spacing-size) * 2);
  min-height: 600px;
  align-items: center;
}
#axo-content .axo-banner-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgb(0, 0, 0, 0.6);
}
#axo-content .axo-banner-img .main-img {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
#axo-content .axo-banner-img > .container,
#axo-content .axo-banner-img > .container-fluid,
#axo-content .axo-banner-color > .container,
#axo-content .axo-banner-color > .container-fluid {
  position: relative;
  z-index: 10;
}
#axo-content .axo-banner-img .small-title {
  color: #fff;
}
#axo-content .shape1 {
  clip-path: polygon(
    0 var(--spacing-size),
    100% 0%,
    100% calc(100% - var(--spacing-size)),
    0% 100%
  );
}
#axo-content .shape2 {
  clip-path: polygon(
    0 0,
    100% var(--spacing-size),
    100% 100%,
    0 calc(100% - var(--spacing-size))
  );
}
#axo-content .shape3 {
  clip-path: polygon(
    0 0,
    100% var(--spacing-size),
    100% calc(100% - var(--spacing-size)),
    0 100%
  );
}
#axo-content .shape4 {
  clip-path: polygon(
    0 var(--spacing-size),
    100% 0,
    100% 100%,
    0 calc(100% - var(--spacing-size))
  );
}
#axo-content .shape5 {
  clip-path: polygon(
    0% 0%,
    50% var(--spacing-size),
    100% 0,
    100% 100%,
    0% 100%
  );
}
#axo-content .shape6 {
  clip-path: polygon(
    0 0,
    50% var(--spacing-size),
    100% 0,
    100% calc(100% - var(--spacing-size)),
    50% 100%,
    0 calc(100% - var(--spacing-size))
  );
}
#axo-content .shape7 {
  clip-path: polygon(
    0 var(--spacing-size),
    50% 0,
    100% var(--spacing-size),
    100% 100%,
    50% 100%,
    0 100%
  );
}
#axo-content .shape8 {
  clip-path: polygon(
    0 var(--spacing-size),
    50% 0,
    100% var(--spacing-size),
    100% 100%,
    50% calc(100% - var(--spacing-size)),
    0 100%
  );
}
/* !!!! DÉBUT !!!! TEXTE */

#axo-content .h1,
#axo-content .h2,
#axo-content .h3,
#axo-content .h4,
#axo-content .h5 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary);
  font-family: var(--secondfont);
}
#axo-content .title-after:after {
  content: "";
  display: block;
  width: var(--spacing-size);
  height: 2px;
  margin: 20px 0px 0px;
  background: var(--second);
}
#axo-content .title-after.text-center:after {
  margin-left: auto;
  margin-right: auto;
}
#axo-content .small-title {
  display: block;
  text-transform: uppercase;
  font-size: 60%;
  color: auto;
  font-family: var(--mainfont);
  margin-top: 7px;
}

#axo-content .h1 {
  font-size: 40px;
}
#axo-content .h2 {
  font-size: 36px;
}
#axo-content .h3 {
  font-size: 32px;
}
#axo-content .h4 {
  font-size: 28px;
}
#axo-content .h5 {
  font-size: 24px;
}
#axo-content .h6 {
  font-size: 20px;
}

#axo-content p,
#axo-content .p,
#axo-content ul,
#axo-content .table {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
#axo-content p a,
#axo-content ul a {
  color: var(--primary);
  font-weight: bold;
  transition: all 0.4s;
  text-decoration: none;
}
#axo-content p a:hover,
#axo-content ul a:hover {
  opacity: 0.4;
}
#axo-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

#axo-content .table {
  background: rgba(0, 0, 0, 0.05);
}
#axo-content a.link-btn.link-icone:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054" !important;
  display: inline-block;
  margin-left: 10px;
}
#axo-content a.link-btn {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: var(--primary);
  color: #fff;
  text-transform: uppercase;
  transition: all 0.4s;
  font-size: 14px;
  font-weight: 500;
  display: table;
  text-decoration: none;
  padding: 9px 15px;
}
#axo-content a.link-btn:hover {
  background: var(--second);
  color: #fff;
}
#axo-content a.link-btn.large {
  width: 100%;
}

/* !!!! DÉBUT !!!! COULEUR & PERSONNALISATION */

#axo-content .border-box {
  border: 2px solid var(--primary);
}
#axo-content .back-primary {
  background: var(--primary);
  color: #fff;
}
#axo-content .back-second {
  background: var(--second);
  color: #fff;
}
#axo-content .back-third {
  background: var(--third);
  color: #fff;
}
#axo-content .color-primary {
  color: var(--primary);
}
#axo-content .color-second {
  color: var(--second);
}
#axo-content .color-third {
  color: var(--third);
}
#axo-content .back-grey1 {
  background: var(--grey1);
}
#axo-content .back-grey2 {
  background: var(--grey2);
}
#axo-content .back-grey3 {
  background: var(--grey3);
}
#axo-content .back-grey4 {
  background: var(--grey4);
}
#axo-content .rounded1 {
  border-radius: 10px;
}
#axo-content .rounded2 {
  border-radius: 30px;
}
#axo-content .rounded3 {
  border-radius: 100%;
}
#axo-content .back-primary .h1,
#axo-content .back-primary .h2,
#axo-content .back-primary .h3,
#axo-content .back-primary .h4,
#axo-content .back-primary .h5,
#axo-content .back-primary .h6,
#axo-content .back-second .h1,
#axo-content .back-second .h2,
#axo-content .back-second .h3,
#axo-content .back-second .h4,
#axo-content .back-second .h5,
#axo-content .back-second .h6,
#axo-content .back-third .h1,
#axo-content .back-third .h2,
#axo-content .back-third .h3,
#axo-content .back-third .h4,
#axo-content .back-third .h5,
#axo-content .back-third .h6,
#axo-content .axo-banner-img .h1,
#axo-content .axo-banner-img .h2,
#axo-content .axo-banner-img .h3,
#axo-content .axo-banner-img .h4,
#axo-content .axo-banner-img .h5,
#axo-content .axo-banner-img .h6,
#axo-content .back-primary .small-title,
#axo-content .back-second .small-title,
#axo-content .back-third .small-title {
  color: #fff;
}
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .back-third a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .axo-banner-img a.link-btn,
#axo-content .back-primary a.link-btn,
#axo-content .back-second a.link-btn,
#axo-content .back-third a.link-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .back-third a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .axo-banner-img a.link-btn:hover,
#axo-content .back-primary a.link-btn:hover,
#axo-content .back-second a.link-btn:hover,
#axo-content .back-third a.link-btn:hover {
  background: #fff;
  color: #000;
}
#axo-content .back-second .title-after:after {
  background: var(--primary);
}
#axo-content .shadow-box {
  box-shadow: var(--shadow-box);
}
#axo-content .shadow-text {
  text-shadow: var(--shadow-text);
}

#axo-content .axo-icone {
  font-size: 25px;
}
#axo-content .axo-icone.big {
  font-size: 45px;
}
#axo-content .axo-icone.box {
  background: var(--primary);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--spacing-size);
  height: var(--spacing-size);
}
#axo-content .axo-icone.box.big {
  width: calc(var(--spacing-size) * 2);
  height: calc(var(--spacing-size) * 2);
}

/* !!!! DÉBUT !!!! RESPONSIVE */

@media all and (max-width: 1440px) {
  #axo-content p,
  #axo-content .p,
  #axo-content ul,
  #axo-content .table {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  #axo-content .h1 {
    font-size: 36px;
  }
  #axo-content .h2 {
    font-size: 33px;
  }
  #axo-content .h3 {
    font-size: 29px;
  }
  #axo-content .h4 {
    font-size: 26px;
  }
  #axo-content .h5 {
    font-size: 23px;
  }
  #axo-content .h6 {
    font-size: 20px;
  }
}

@media all and (max-width: 991px) {
  #axo-content .axo-banner-header .main-img {
    height: 280px;
  }
  #axo-content .axo-banner-header .caption .title-page {
    font-size: 40px;
  }
  #axo-content .h1 {
    font-size: 30px;
  }
  #axo-content .h2 {
    font-size: 27px;
  }
  #axo-content .h3 {
    font-size: 24px;
  }
  #axo-content .h4 {
    font-size: 21px;
  }
  #axo-content .h5 {
    font-size: 18px;
  }
  #axo-content .h6 {
    font-size: 15px;
  }
  #axo-content .img-fluid-w.h300,
  #axo-content .img-fluid-w.h400,
  #axo-content .img-fluid-w.h500,
  #axo-content .img-fluid-w.h600,
  #axo-content .img-fluid-w.h700,
  #axo-content .img-fluid-w.h800 {
    max-height: 400px;
  }
}

@media all and (max-width: 560px) {
  #axo-content p,
  #axo-content .p,
  #axo-content ul,
  #axo-content .table {
    font-size: 14px;
    font-weight: 400;
  }
  #axo-content .img-fluid-w.h300,
  #axo-content .img-fluid-w.h400,
  #axo-content .img-fluid-w.h500,
  #axo-content .img-fluid-w.h600,
  #axo-content .img-fluid-w.h700,
  #axo-content .img-fluid-w.h800 {
    height: 300px;
  }
  :root {
    --spacing-size: 30px;
  }
  #axo-content .axo-icone {
    font-size: 16px;
  }
  #axo-content .axo-icone.big {
    font-size: 26px;
  }
  #axo-content .axo-banner-header .caption .title-page {
    font-size: 30px;
  }
}

/* DÉBUT SLIDE STYLE */
.axo-slide-style .slick-prev,
.axo-slide-style .slick-next {
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  z-index: 99;
  background: var(--primary);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.axo-slide-style .slick-prev:hover,
.axo-slide-style .slick-next:focus,
.axo-slide-style .slick-prev:focus,
.axo-slide-style .slick-next:hover {
  background: #000;
}
.axo-slide-style .slick-prev {
  left: 0px;
}
.axo-slide-style .slick-next {
  right: 0px;
}
.axo-slide-style .slick-dots {
  bottom: 0px;
  left: 0px;
  padding: 0px;
}
.axo-slide-style .slick-dots li {
  padding: 0px;
  margin: 0px;
}
.axo-slide-style .slick-dots li button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.axo-slide-style .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053" !important;
}
.axo-slide-style .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054" !important;
}
.axo-slide-style .slick-dots li button:before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.axo-slide-style .slick-dots li button:before {
  background: #fff;
  border: 1px solid var(--primary);
  content: "" !important;
  display: block;
  width: 14px !important;
  height: 14px !important;
  border-radius: 15px;
  opacity: 1 !important;
}
.axo-slide-style .slick-dots li.slick-active button:before {
  background: var(--primary);
}
.axo-slide-style a {
  outline: none;
  text-decoration: none;
}

.header {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

.header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 54px;
  background: url(../images/bottom.png);
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}

.page .left-header {
  max-height: calc(100vh - 350px);
}

.page .text-adresse {
  padding: 15px;
  margin-bottom: 0;
}

.text-adresse {
  padding: 10px 20px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.text-adresse p {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  padding-left: 10px;
  color: #000 !important;
}

.text-adresse p a {
  display: inline-block;
  margin: 0px 15px;
}

.title-banner {
  position: absolute;
  right: 40px;
  bottom: 40px;
  max-width: 350px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
}

.title-banner:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  background: var(--primary);
  bottom: 0;
}

.title-banner h2 {
  text-align: right;
  margin: 0;
  color: #fff;
  font-weight: 800;
  font-size: 51px;
  line-height: 44px;
}

.banner {
  position: relative;
  z-index: 0;
}

.block-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: calc(100vh - 100px);
  max-height: 660px;
}

.block-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/mask.png) no-repeat;
  bottom: 0;
  right: 0;
  background-position: 100% 100%;
}

.page .block-banner {
  max-height: calc(100vh - 350px);
}

.banner {
  background-position: center;
  background-size: cover;
  height: 100%;
}

.banner img {
  max-width: 100%;
  opacity: 0;
}

.logo {
  padding: 40px 15px;
  text-align: center;
}

.logo img {
  position: relative;
  max-width: 100%;
}

/* end header */

/* menu */

.navbar-nav .nav-item {
  display: block;
  transition: 0.5s ease all;
}

.dropdown-item {
  transition: 0.5s ease all;
  color: #fff;
  padding: 10px 20px;
}

.dropdown-item:hover {
  background: var(--primary);
  color: #fff;
}

.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  left: 100%;
  top: 0;
  background: var(--second);
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.fixed .navbar-nav .dropdown-menu {
  left: 0;
  top: 100%;
}

.page .navbar-nav .nav-item:last-child {
  margin: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 3px 25px;
  white-space: nowrap;
  transition: 0.3s ease all;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fixed .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  background: var(--primary);
  color: #fff;
}

.fixed .navbar .navbar-nav .nav-item .nav-link:hover {
  background: var(--primary);
  color: #fff;
}

.navbar-nav .nav-item:hover > .nav-link {
  background: var(--primary);
  color: #fff;
}

.bloc-menu.fixed .btn-menu {
  display: table;
}

.bloc-menu {
  display: none;
  margin-right: 15px;
  cursor: pointer;
  transition: 0.3s ease all;
}

.btn-menu {
  display: table;
  margin: 0 auto;
  position: relative;
  transition: 0.3s ease all;
}

.btn-menu:hover {
  transform: rotate(180deg);
}

.left-header {
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 5;
  transition: 0.3s ease all;
  width: 100%;
  padding: 0;
  background: var(--black) url(../images/back_menu.jpg);
  max-width: 300px;
  background-repeat: no-repeat;
  background-position: 0px 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 0px 80px;
  height: calc(100vh - 100px);
  max-height: 660px;
}

.menubox.activemenu {
  transform: none;
}

.menubox.fixed {
  top: 0;
  z-index: 20;
  position: fixed;
  background: var(--second);
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  left: 0;
}

.inner-menubox {
  transition: 0.3s ease all;
  position: relative;
}

.navbar {
  padding: 0;
  position: relative;
  z-index: 1;
}

.navbar-nav {
  margin: 0px !important;
  padding: 12px 15px;
  z-index: 9;
  width: 100%;
  flex-wrap: wrap;
}

.navbar-nav:last-child {
  padding: 0;
  justify-content: center;
  flex-direction: column;
}

.fixed .navbar-nav:last-child {
  flex-direction: row;
  padding: 10px;
}

/****** end menu ***/

.flex-block-2 {
  margin-bottom: 50px !important;
  max-width: 1440px;
  padding: 94px 0px;
}

.link-contact {
  color: var(--primary);
  font-weight: 500;
  transition: 0.3s ease all;
  position: relative;
  display: table;
  text-align: center;
  font-size: 17px;
  padding: 8px 40px;
  background-size: 100% 100%;
  border: 3px solid var(--primary);
}

.link-contact:hover {
  background: var(--primary);
  color: #fff;
  padding: 8px 60px;
}

.flex-block-2 img {
  max-width: 100%;
}

.flex-block-2 .back2 > div {
  max-width: 440px;
}

.flex-block-2 > div {
  align-items: flex-end;
}

.flex-block-2 h2 {
  font-size: 22px;
  font-weight: 700;
  display: table;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 5;
  font-size: 36px;
  text-shadow: 1px 2px 22px #00000082;
  text-transform: uppercase;
  left: 0;
  top: 60px;
  letter-spacing: 2px;
}

.flex-block-2 p {
  font-size: 17px;
  margin: 0;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 20px;
}

.flex-block-2 p b {
  color: var(--primary);
  font-size: 22px;
  font-weight: 700;
}

.flex-block-2 .col-12:last-child {
  position: relative;
  z-index: 2;
  padding-left: 30px;
}

.flex-block-2 .col-12:last-child > div > div:after {
  content: "";
  background: url(../images/forme1.png);
  width: 97px;
  height: 259px;
  position: absolute;
  left: -33px;
  bottom: -15px;
}

.flex-block-2 .col-12:last-child > div > div {
  position: relative;
}

.flex-block-4 {
  max-width: 1200px;
  background: url(../images/back_2.jpg);
  padding: 380px 40px 0px;
  margin-bottom: 150px !important;
  margin-top: 130px;
  border-radius: 35px;
  background-size: cover;
}

.flex-block-4 > div {
  max-width: 1000px;
}

.flex-block-4 > div .col-12:first-child {
  position: relative;
  padding: 0;
}

.flex-block-4 > div .col-12:first-child:after {
  content: "";
  background: url(../images/forme2.png) no-repeat;
  width: 173px;
  height: 285px;
  position: absolute;
  left: -15px;
  top: 23px;
}

.flex-block-4 .flex-block_text {
  max-width: 390px;
  background: #2d7eb7;
  color: #fff;
  padding: 80px 50px;
  font-weight: 300;
  text-align: justify;
  font-size: 17px;
  position: relative;
  top: 40px;
  z-index: 1;
}

.flex-block-4 .flex-block_text p {
  margin: 0px;
}

.flex-block img {
  max-width: 100%;
}

.flex-block-5 {
  max-width: 1200px;
}

.flex-block-5 .flex-block_text {
  background: #fff;
  padding: 50px 50px;
  position: relative;
  background: url(../images/left.png), url(../images/right.png);
  background-repeat: no-repeat;
  background-position:
    0px 0px,
    100% 100%;
  max-width: 420px;
  margin: 0 auto;
}

.flex-block-5 .flex-block_text p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}

.flex-block-5 > div {
  align-items: center;
}

.flex-block-3 {
  max-width: 1200px;
  margin: 0 auto 80px !important;
}

.btn-contact {
  display: table;
  margin: 0 auto;
  background: #03558f;
  padding: 23px 15px 29px;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 450px;
  position: relative;
  top: 60px;
  transition: 0.3s ease all;
}

.btn-contact:hover {
  background: var(--primary);
  color: #fff;
  max-width: 550px;
}

.btn-contact:hover:after {
  content: "";
  border-width: 0 0 0px 27px;
}

.btn-contact:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 27px 27px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s ease all;
}

.btn-contact b {
  display: block;
}

.btn-contact span {
  display: block;
  font-weight: 300;
}

.flex-block-3 > div {
  margin: 0 auto;
  align-items: center;
}

.flex-block-3 p {
  margin: 0;
  font-size: 17px;
  color: var(--primary);
  margin-bottom: 30px;
}

.flex-block-3 h2 {
  font-size: 23px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  color: #000;
}

.flex-block-3 .col-12:last-child .flex-block_text {
  padding-left: 25px;
}

.block-list-text {
  max-width: 1440px;
  margin: 0 auto 170px;
  border: 9px solid var(--primary);
  padding: 80px 15px 0px;
}

/****** Contact ***/

.fluid-contact {
  position: relative;
  max-width: 1440px;
  margin: 80px auto 0px;
  padding: 0px;
}

.contact {
  color: var(--white);
  font-size: 17px;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.adresse-block {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0;
  padding: 0px 15px;
}

.adresse-block > div:last-child {
  display: flex;
  align-items: flex-end;
}

.adresse-block .text-adresse {
  padding: 10px 0px 0px;
  margin-bottom: 10px;
}

.adresse-block b {
  color: #539cd1;
  font-size: 21px;
  font-weight: 400;
  border-bottom: 8px solid #77c6ff;
  display: block;
  padding: 10px 0px;
}

.adresse-block .btn-contact {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  transition: 0.3s ease all;
  top: 0;
  padding: 0;
  background: none;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  margin-right: 20px;
}

.adresse-block .btn-contact:hover {
  background: none;
  color: #000;
  background: var(--second);
  padding: 0px 3px;
}

.adresse-block .btn-contact:after {
  display: none;
}

.adresse-block p {
  font-size: 19px;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0;
  font-weight: 400;
  padding-bottom: 5px;
}

/****** end Contact ***/

/****** footer ***/

.boxfooter {
  padding: 15px 0px;
  z-index: 1;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  background: var(--primary);
}

.footer-ico {
  max-width: 120px;
  opacity: 40%;
}

.footerlink {
  color: #d0d0d0;
  font-size: 10px;
  font-family: verdana;
  text-align: right;
}

.footerlink ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.footerlink ul li {
  display: inline-block;
}

.footerlink ul li a {
  text-decoration: none !important;
  transition: 0.3s ease all;
  color: var(--second);
  padding: 0px 10px;
}

.footerlink ul li a:hover {
  color: #fff;
}

.inlineblock {
  display: inline-block;
}

.footerlink ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: none;
}

.boxfooter > div {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}

/****** footer ***/

/****** page interne ***/

.text {
  color: #000;
  max-width: 1400px;
  margin: 0px auto 60px;
  padding: 0px 15px;
  position: relative;
  z-index: 2;
  max-width: 1370px;
  z-index: 1;
}

.textdiv {
  margin: 30px auto 30px;
  padding: 10px 15px;
  line-height: 33px;
  font-size: 17px;
  text-align: justify;
  position: relative;
  z-index: 1;
}

.textdiv p {
  margin-bottom: 20px;
}

/****** end page interne ***/

@media (max-width: 1280px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    padding: 3px 25px;
  }

  .menubox {
    margin: 0 auto;
    overflow: hidden;
  }

  .navbar-nav:after {
    height: 100%;
  }
}

@media (min-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }

  .page .logo img {
    max-width: 100%;
  }
}

/****** text images ***/

.ukiyo {
  object-fit: contain !important;
}

.flex-block {
  position: relative;
  transition: 0.5s ease all;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.block-back-fb {
  position: absolute !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 25px;
  overflow: hidden;
  max-width: 100% !important;
}

.flex-block-1 {
  max-width: 1080px;
  margin: 0 auto 100px;
  padding: 25px 60px 0px;
  z-index: 1;
  background: url(../images/forme.png);
  background-repeat: no-repeat;
}

.flex-block-1 > div {
  align-items: flex-start;
}

.flex-block-1 > div .col-12 {
  padding: 0px;
}

.btn-devis1 {
  display: table;
  margin-top: 120px;
  margin-bottom: 120px;
  background: var(--second);
  color: #fff;
  padding: 14.5px 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  transition: 0.3s ease all;
  min-width: 315px;
}

.btn-devis1:hover {
  color: var(--white);
}

.btn-devis1:after {
  content: "";
  background: url(../images/forme_btn.png) no-repeat;
  width: 135px;
  height: 126px;
  position: absolute;
  right: -104px;
  top: -41.5px;
}

.btn-devis2 {
  display: table;
  margin-top: 120px;
  margin-bottom: 120px;
  background: var(--second);
  color: #fff;
  padding: 14.5px 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  transition: 0.3s ease all;
  min-width: 315px;
}

.btn-devis2:hover {
  color: var(--white);
}

.btn-devis2:after {
  content: "";
  background: url(../images/forme_btn1.png) no-repeat;
  width: 135px;
  height: 126px;
  position: absolute;
  right: -104px;
  top: -41.5px;
}

.btn-devis3 {
  display: table;
  margin-top: 120px;
  margin-bottom: 120px;
  background: var(--second);
  color: #fff;
  padding: 14.5px 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  transition: 0.3s ease all;
  min-width: 315px;
}

.btn-devis3:hover {
  color: var(--white);
}

.btn-devis3:after {
  content: "";
  background: url(../images/forme_btn2.png) no-repeat;
  width: 135px;
  height: 126px;
  position: absolute;
  right: -104px;
  top: -41.5px;
}

.btn-devis {
  display: table;
  margin: 65px auto 0px;
  background: var(--second);
  color: #fff;
  padding: 14.5px 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  transition: 0.3s ease all;
  left: -50px;
}

.btn-devis:after {
  content: "";
  background: url(../images/forme_btn3.png) no-repeat;
  width: 135px;
  height: 126px;
  position: absolute;
  right: -104px;
  top: -41.5px;
}

.btn-devis:hover {
  color: #fff;
  padding: 14.5px 80px;
}

.flex-block-1 p {
  font-size: 17px;
  margin: 0;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
  padding: 0;
  background-repeat: no-repeat;
  color: #000;
  position: relative;
}

.flex-block-1 p b {
  color: var(--primary);
  font-weight: 500;
}

.flex-block-1 .flex-block_text {
  margin: 0 auto;
  position: relative;
  padding: inherit;
}

.flex-block-1 h1 {
  font-size: 25px;
  font-weight: normal;
  position: relative;
  letter-spacing: 0;
  display: table;
  margin-bottom: 35px;
  font-weight: 500;
}

.flex-block-1 h1 span:first-child {
  display: block;
  font-size: 23px;
  font-weight: 700;
  color: #000;
}

.flex-block-1 h1 b {
  font-size: 30px;
  color: #000;
}

.page .flex-block-1 .flex-block_text:after {
  display: none;
}

.back2 {
  position: relative;
}

.flex-block-2 .back2 {
  position: initial;
}

.flex-block > div {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  z-index: 2;
}

/****** bloc-avis-client  ***/

@media (max-width: 1200px) {
  .flex-block-1 > div {
    padding: 0px 40px;
  }

  .flex-block-1 {
    overflow: hidden;
    max-width: calc(100vw - 30px);
    padding-right: 0;
    margin-bottom: 0;
  }

  .flex-block-2 h2 {
    width: 64%;
    right: 0;
    left: initial;
    top: 0;
    height: calc(100% - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .block-list-text {
    max-width: calc(100vw - 30px);
  }
}

@media (max-width: 991px) {
  .flex-block-3 img {
    max-width: 100%;
    margin: 0 auto 15px;
  }

  .flex-block > div .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    top: 0 !important;
    margin-bottom: 0 !important;
  }

  .flex-block-4 > div .col-12:first-child:after {
    display: none;
  }

  .flex-block-4 .flex-block_text {
    max-width: 100%;
    margin: 0;
    padding-top: 50px;
    position: relative;
    top: -31px;
    border-radius: 0px 0px 20px 20px;
  }

  .flex-block-5 img {
    margin: 0 auto;
  }

  .flex-block-2 h2 {
    text-align: center;
    display: table;
    margin: 0 auto 12px;
    font-size: 22px;
    padding: 0;
    position: relative;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    margin-bottom: 20px;
    color: #000;
    width: 100%;
  }

  .flex-block-3 .col-12:last-child {
    position: relative;
    max-width: 100%;
    right: 0;
  }

  .flex-block-2 .back2 {
    margin-bottom: 25px !important;
  }

  .flex-block-2 .col-12:last-child > div {
    margin: 0 auto;
  }

  .flex-block-1 .flex-block_text {
    padding: 0;
    left: 0;
    top: 0;
    padding: 20px;
    margin-bottom: 0;
  }

  .btn-devis {
    margin-bottom: 40px;
  }

  .flex-block-3 h2 {
    background: none;
    padding: 0px;
    text-align: center;
    margin: 25px auto;
  }

  .flex-block h2:after {
    margin: 15px auto;
    position: relative;
    bottom: 0;
    display: none;
  }

  .flex-block p {
    text-align: center;
    max-width: 100%;
    float: none;
    padding-left: 0;
    margin-bottom: 30px;
    padding: 0px 15px;
  }

  .flex-block-1 p {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .flex-block-1 p:after {
    position: relative;
    display: block;
    margin: 20px auto 0px;
  }

  .flex-block-3 {
    margin-bottom: 30px !important;
    background-position: center;
    overflow: hidden;
  }

  .flex-block-3 .col-12:last-child:after {
    display: none;
  }

  .flex-block-1 .flex-block_text:after {
    display: none;
  }

  .flex-block-1 {
    margin: 0;
    padding: 30px 15px;
    background: none;
  }

  .flex-block-1 h1 {
    text-align: center;
    font-size: 22px;
    display: table;
    margin: 0 auto 10px;
  }

  .flex-block-2 img {
    margin-bottom: 15px;
  }

  .block-list-text {
    margin-bottom: 40px;
    padding: 15px 0px;
  }

  .block-list-text .flex-block-3:nth-child(even) > div {
    flex-direction: column-reverse;
    margin-top: 15px;
  }

  .flex-block-2 {
    margin-bottom: 20px !important;
    padding: 30px 15px;
  }

  .flex-block-4:after {
    display: none;
  }

  .flex-block-4 {
    margin-bottom: 0px !important;
    padding: 15px;
    background: none;
  }

  .block-back-fb {
    position: relative !important;
  }

  .flex-block-5 .flex-block_text {
    left: 0;
    box-shadow: none;
    padding: 30px 20px 0px;
    text-align: center;
    margin-bottom: 50px;
  }

  .flex-block {
    overflow: hidden;
  }

  .flex-block-2 .flex-block_text.d-flex {
    justify-content: center !important;
    margin-bottom: 0;
  }

  .flex-block-2 .back2 > div {
    max-width: 100%;
  }

  .link-contact {
    float: none;
    margin: 0 auto;
  }

  .link-contact:before {
    display: none;
  }

  .flex-block-2 img {
    margin: 0 auto 40px;
  }

  .flex-block-1:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: none;
  }

  .flex-block-1 .flex-block_text > div {
    max-width: 100%;
  }

  .btn-contact {
    left: 0 !important;
    top: 0;
    margin-bottom: 30px;
    margin-top: 40px;
    max-width: calc(100% - 30px);
  }

  .navbar .navbar-nav .nav-item .nav-link:before {
    display: none;
  }

  .navbar {
    padding: 0px;
  }

  .navbar-nav:after {
    display: none;
  }

  .navbar-nav .nav-item .nav-link {
    text-align: left;
  }

  .inner-menubox {
    padding: 0;
    background: none;
    left: 0;
    width: 100%;
    border: none;
  }

  .collapse:not(.show) {
    display: block;
  }

  .fluid-contact {
    padding: 0px 20px 40px;
    background-position: right;
    margin: 25px auto 0;
  }

  .navbar-nav {
    align-items: center;
    flex-direction: column;
  }

  .navbar-nav:first-child {
    padding-bottom: 0;
  }

  .menubox.fixed .navbar-nav {
    flex-direction: column;
  }

  .navbar-nav:last-child {
    background: none;
    max-width: 100%;
    margin: 0 !important;
    padding-top: 0;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    padding: 5px 10px;
  }

  .adresse-block {
    display: block !important;
    max-width: 100%;
    margin-bottom: 0;
    background: none;
  }

  .adresse-block > div:last-child {
    flex-direction: column;
    align-items: center;
  }

  .adresse-block p:before {
    left: 0;
    margin: 20px auto;
  }

  .adresse-block:after {
    display: none;
  }

  .adresse-block > div:first-child {
    width: 100%;
    width: 100%;
    max-width: 100%;
  }

  .adresse-block p {
    padding-left: 0;
    text-align: center;
  }

  .adresse-block .btn-contact {
    margin: 0 auto 15px;
    display: table !important;
    width: auto;
    max-width: max-content;
  }

  .text:after {
    display: none;
  }

  .menubox:before,
  .menubox:after {
    display: none;
  }

  .menubox {
    width: 100%;
    border: none;
    background: var(--primary);
    max-width: 100%;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px 15px;
    transform: translateX(-100%);
    top: 70px !important;
    transition: 0.3s ease all;
  }

  .text {
    margin: 0 auto;
    box-shadow: none;
    padding: 0;
    background-position: 0% -8%;
    padding-top: 25px;
  }

  .textdiv {
    margin-top: 0;
  }

  .fluid-contact:after {
    display: none;
  }

  .contact {
    padding: 0px 00px 0px;
    text-align: center;
    height: auto;
    max-width: 100%;
  }

  .contact:after {
    position: relative;
    right: 0;
    top: 0;
  }

  .logo img {
    display: block;
    margin: 0 auto;
  }

  .logo {
    padding: 0px 20px;
    width: 100%;
    display: block;
    left: 0;
    max-width: 100%;
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
  }

  .logo > div {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    box-shadow: none;
    padding: 0;
    left: 0;
  }

  .logo a {
    text-align: center;
    padding: 0px;
    margin-bottom: 0;
  }

  img {
    max-width: 100%;
    display: table !important;
  }

  .header {
    position: relative;
    margin-top: 70px;
    max-height: initial;
    padding: 0;
    max-width: 100%;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
  }

  .title-banner h2 {
    font-size: 27px;
    line-height: 30px;
  }

  .text-adresse p {
    display: block;
    font-size: 17px;
    padding: 0;
    text-align: center !important;
  }

  .text-adresse {
    margin: 0;
    background-size: cover;
    background-position: center;
    margin-top: 5px;
    justify-content: space-between;
    padding: 0;
  }

  .page .header {
    margin-bottom: 0;
  }

  .block-banner {
    width: 100%;
    height: auto !important;
    max-height: initial;
  }

  .header:after {
    display: none;
  }

  .bloc-menu a {
    display: table;
    padding: 0;
    top: 12px;
    left: 10px;
    position: relative;
    transform: none !important;
    margin: 0;
  }

  .left-header {
    background: none;
    width: 100%;
    max-width: 100%;
    left: 0;
    padding: 0;
    max-height: 570px;
    display: block !important;
  }

  .bloc-menu {
    width: 100%;
    position: fixed;
    top: 0px;
    background: var(--primary);
    height: 70px;
    z-index: 13;
    padding: 0 !important;
    left: 0 !important;
    border-radius: 0px !important;
    display: block;
  }

  .bloc-menu.fixed .btn-menu {
    margin: 0;
  }

  .bloc-menu img {
    position: relative;
    left: 0;
  }

  .btn_scroll {
    display: none;
  }

  .banner {
    width: 100%;
    max-width: 100%;
    height: 500px;
  }

  .header:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .flex-block-1 > div {
    padding: 0;
    flex-direction: column-reverse;
  }

  .flex-block-1 .flex-block_text {
    padding: 30px 0px 0px;
  }

  .header .banner {
    height: auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-position: center;
    height: 370px;
  }

  .title-banner h2 {
    text-shadow: 1px 1px 6px #000;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .flex-block .col-12 {
    left: 0;
    top: 0;
    border: none;
    display: block;
  }

  .flex-block-3 h2 {
    text-align: center !important;
  }

  .flex-block-3 .col-12:last-child .flex-block_text {
    padding-left: 0;
  }

  .flex-block-2 .back2 {
    padding: 20px 15px 0px;
  }

  .flex-block-2 .back2 > div {
    margin: 0 auto;
  }

  .back2 {
    border: none;
    padding: 0px;
  }

  .footerlink {
    text-align: center;
  }

  .flex-block-2 .col-12:last-child {
    margin-top: 0;
    padding: 0;
    left: 0;
    top: 0 !important;
  }

  .flex-block-2 {
    padding-bottom: 10px;
  }

  .flex-block-2 img {
    margin-bottom: 0;
  }

  .flex-block-2 .col-12:last-child > div > div:after {
    display: none;
  }

  .flex-block-4 {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .flex-block-3 > div {
    padding-top: 20px;
  }

  .flex-block-1 {
    box-shadow: none;
    padding-bottom: 10px;
    margin: 0 auto;
  }

  .flex-block-1 h1 b {
    font-size: 20px;
  }

  .menubox:after {
    display: none;
  }

  .boxfooter {
    padding-bottom: 40px;
    margin: 0 auto;
  }

  .footerlink ul li a {
    color: #fff;
  }

  .logo img {
    margin: 0 auto;
    display: block;
  }

  .left-header {
    max-height: 439px;
  }

  .title-banner {
    bottom: 20px;
    right: 20px;
  }

  .adresse-block .btn-contact {
    margin: 25px auto 30px;
    font-weight: 700;
    background: var(--back);
    display: table;
  }

  .adresse-block p {
    margin: 0 auto 15px;
    padding: 0px;
  }

  .contact {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .boxfooter img {
    margin: 0 auto 20px;
    display: block;
    position: relative;
    float: none;
  }
}

/* rotate caret on hover */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #999;
}

::-webkit-scrollbar {
  width: 0px;
  background-color: #999;
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border: 0px solid #555555;
}

.btn-contact b {
  font-size: 25px;
  font-weight: 700;
}

.btn-contact:hover span {
  text-decoration: none;
  color: var(--second);
  color: #fff;
}
