@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&family=Outfit:wght@100..900&display=swap");
.header-nav {
  position: absolute;
  width: 100%;
  z-index: 80;
}

.header-nav .header-nav-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-nav .header-nav-block nav {
  width: 100%;
}

.header-nav .header-nav-block nav .content-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 35px;
}

.header-nav .header-nav-block nav .content-menu .nav-link-rs ul {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  list-style: none;
}

.header-nav .header-nav-block nav .content-menu .nav-link-rs ul li a {
  display: inline-block;
  padding: 0 10px;
  max-height: 25px;
}

.header-nav .header-nav-block nav .content-menu .nav-link-rs ul li .facebook {
  fill: #CFAB28;
}

.header-nav .header-nav-block nav .content-menu .nav-link-rs ul li .linkedin {
  fill: #CFAB28;
}

.header-nav .header-nav-block nav .content-menu .nav-link-rs ul li .tiktok {
  fill: #CFAB28;
}

.header-nav .header-nav-block nav .content-menu .nav-link-rs ul li .instagram {
  fill: #CFAB28;
}

.header-nav .header-nav-block nav .content-menu .nav-link-rs ul li .x-twitter {
  fill: #CFAB28;
}

.header-nav .header-nav-block nav .content-menu .nav-link-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  width: 100%;
}

.header-nav .header-nav-block nav .content-menu .menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header-nav .header-nav-block nav .content-menu .menu .rs a {
  padding: 0 8px 0 4px;
}

.header-nav .header-nav-block nav .content-menu .menu li a {
  text-decoration: none !important;
  text-transform: uppercase;
  color: white;
  letter-spacing: .04rem !important;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 0 25px;
}

.header-nav .header-nav-block nav .content-menu .hamburger-collapse {
  cursor: pointer;
}

.header-nav .header-nav-block nav .content-menu .hamburger-collapse .hamburger {
  fill: #CFAB28;
}

.header-nav .header-nav-block.sticky {
  margin: 0;
  position: fixed;
  height: 70px;
  width: 100%;
  top: 0;
  background-color: black !important;
  z-index: 30;
  transition: height ease 300ms;
}

.header-nav .header-nav-block.sticky nav .content-menu {
  padding: 0 15px;
}

.header-nav .header-nav-block.sticky nav .content-menu .logo {
  padding: 0 !important;
}

.header-nav .header-nav-block.sticky nav .content-menu .logo img {
  width: 110px !important;
}

.header-nav .header-nav-block.sticky nav .content-menu .link-menu {
  border-top: none !important;
}

@media (min-width: 220px) and (max-width: 1200px) {
  .header-nav .header-nav-block.sticky nav .content-menu .logo {
    -ms-flex-pack: start;
        justify-content: start;
  }
  .header-nav .header-nav-block.sticky nav .content-menu .link-menu {
    border-top: 0px solid rgba(0, 0, 0, 0.1);
  }
}

.header-nav .collapse {
  display: block;
}

.header-nav .btn-collapse-nav {
  display: none;
}

@media (min-width: 220px) and (max-width: 1200px) {
  .header-nav .header-nav-block {
    margin: 0;
    height: 65px;
    padding: 10px;
    background-color: #cfab28;
  }
  .header-nav .header-nav-block nav .content-menu {
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0 15px;
  }
  .header-nav .header-nav-block nav .content-menu .logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
  }
  .header-nav .header-nav-block nav .content-menu .logo img {
    width: 160px;
    height: auto;
    transition: all 0.3s ease-out;
  }
  .header-nav .header-nav-block nav .content-menu .nav-link-rs ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    list-style: none;
  }
  .header-nav .header-nav-block nav .content-menu .nav-link-rs ul li .facebook {
    fill: #504E38;
  }
  .header-nav .header-nav-block nav .content-menu .nav-link-rs ul li .linkedin {
    fill: #504E38;
  }
  .header-nav .header-nav-block nav .content-menu .nav-link-rs ul li .tiktok {
    fill: #504E38;
  }
  .header-nav .header-nav-block nav .content-menu .nav-link-rs ul li .instagram {
    fill: #504E38;
  }
  .header-nav .header-nav-block nav .content-menu .nav-link-rs ul li .x-twitter {
    fill: #504E38;
  }
  .header-nav .header-nav-block nav .content-menu .link-menu {
    border-top: none;
  }
  .header-nav .collapse {
    display: none;
  }
  .header-nav .btn-collapse-nav {
    display: block;
  }
}

.olv-menu {
  width: 310px;
  background-color: #504E38;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: -310px;
  overflow-y: auto;
  transition: all 0.3s ease-out;
}

.olv-menu.close {
  translate: -310px 0;
}

.olv-menu.open {
  translate: 310px 0;
}

.olv-menu .olv-menu-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  background-color: #CFAB28;
  height: 62px;
  padding-right: 25px;
}

.olv-menu .olv-menu-header .btn-close-olv {
  cursor: pointer;
}

.olv-menu .olv-menu-header .btn-close-olv .close-fill {
  fill: #504E38;
}

.olv-menu .olv-menu-body {
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 0px;
}

.olv-menu .olv-menu-body li {
  margin: 25px 0;
}

.olv-menu .olv-menu-body li a {
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  color: #FFF;
}

.olv-menu .olv-menu-body li a:hover {
  text-decoration: none;
}

.olv-menu .olv-menu-body a {
  text-decoration: none;
}

.olv-menu .olv-menu-body p {
  color: #FFF;
  font-size: 0.8rem;
}

.olv-menu .olv-menu-body .nums {
  font-weight: 800;
  color: #CFAB28;
  font-size: 1.2rem;
}

.olv-menu .olv-menu-body hr {
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  height: 1px;
  margin: 15px 0;
  opacity: 1;
}
/* GDPR */
[data-plugin-rgpd-wrapper] {
  opacity: 0;
  transition: ease opacity 300ms;
}

[data-plugin-rgpd-wrapper].show {
  opacity: 1;
}

.olv-rgpd-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 1.5rem;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  transition: ease opacity 300ms, ease transform 300ms;
}

.olv-rgpd-bar .olv-rgpd-bar-description .text-color-light {
  color: rgba(255, 255, 255, 0.4);
}

.olv-rgpd-bar .olv-rgpd-bar-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 15px;
}

.olv-rgpd-bar .olv-rgpd-bar-actions .btn-refuse {
  background-color: #FFF;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #504E38;
  margin-right: 10px;
}

.olv-rgpd-bar .olv-rgpd-bar-actions .btn-accept {
  background: #504E38;
  color: white;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.olv-rgpd-bar .olv-rgpd-bar-actions .olv-rgpd-agree-trigger {
  margin-left: 2rem;
}

.olv-rgpd-bar.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.olv-rgpd-bar.removing {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

@media (min-width: 1200px) {
  .olv-rgpd-bar {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .olv-rgpd-bar .rgpd-bar-actions {
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-top: 0;
  }
}

#olv-rgpd-change {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background-color: #504E38;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 20;
  border-radius: 4px;
  border: 1px solid #504E38;
  padding: 5px;
  opacity: 0;
}

#olv-rgpd-change .icone {
  font-size: 1.3rem;
  line-height: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.623);
}

#olv-rgpd-change .legend {
  color: #FFF;
  font-size: 0.75rem;
  margin-bottom: 0px !important;
}

.show {
  opacity: 1 !important;
  visibility: visible;
}
html body {
  font-size: 1rem;
  letter-spacing: normal;
  background-color: rgba(0, 0, 0, 0);
  background: rgba(140, 137, 98, 0.4);
}

html h1, html h2, html h3, html h4, html h5, html h6, html p, html a {
  letter-spacing: normal !important;
  text-transform: none;
  font-family: "Outfit", Arial, sans-serif;
}

html h2 {
  font-size: calc(1.3475rem + 1.17vw);
  line-height: calc(1.405rem + 1.86vw);
  color: #504E38;
  font-weight: 700;
}

@media (min-width: 1200px) {
  html h2 {
    font-size: 2.225rem;
  }
}

@media (min-width: 1200px) {
  html h2 {
    line-height: 2.8rem;
  }
}

html p {
  font-size: 1.09rem;
  font-family: "Nunito", Arial, sans-serif;
  line-height: 1.6rem;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 10px !important;
  font-weight: 500;
}

html a {
  color: #b1b1b1;
  text-decoration: underline;
}

html a:hover {
  color: #504E38;
}

html a:active {
  color: #CFAB28;
}

html ul li {
  line-height: 1.35rem;
  color: rgba(0, 0, 0, 0.65);
  font-family: "Outfit", Arial, sans-serif;
}

hr {
  color: #CFAB28;
  opacity: 1;
}

.btn {
  padding: 18px 25px 18px 25px;
  text-transform: uppercase;
  line-height: 1rem;
  font-size: 0.9rem;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  background-color: #FAB508;
  border-radius: 40px;
  color: white;
  letter-spacing: .1rem !important;
  position: relative;
}

.btn:hover {
  background-color: white;
  border-color: #CFAB28;
  color: #CFAB28;
}

.btn:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 1px solid #CFAB28;
  border-radius: 40px;
}

.bg-light {
  background-color: rgba(207, 171, 40, 0.1) !important;
}

.bg-primary {
  background-color: #8c8962 !important;
}

main {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 280 561.8" enable-background="new 0 0 280 561.8" xml:space="preserve"><g opacity="0.6"><path fill="%23FFFFFF" d="M187.7,458.2c2.1-2.8,2.1-6.5,2.3-10c0.6-10.9,3.6-21.6,8.7-31.3c4.3-8,10-15.1,14.2-23.2c3.9-7.4,5.9-14.8,11.7-21.2c4.8-5.3,11.7-9.1,18.8-8.7c3.6,0.2,7,1.5,10.6,1.9c7.6,0.7,14.9-2.9,21.3-7.1c1.6-1.1,3.1-2.2,4.7-3.3V179.2c-11.1,1.2-21.8,7.9-31.1,1.7c-3.2-2.1-5.7-5.1-7.3-8.6c1.9,0,3.8,0.9,5.1,2.2c-3-20.3-22.3-33.6-33.7-50.7c-9.1-13.6-13.6-30.5-25.6-41.8c2-0.1,4,0.5,5.5,1.7c-2.7-9.5-10.1-16.9-17.9-23c-7.8-6.1-16.3-11.4-22.7-19c-4-4.8-7.6-10.8-13.6-12.5c5-0.6,10.2,0.7,14.3,3.4c-5.6-11-17.4-18.7-29.7-19.3c2.5-1.8,5.5-3,8.6-3.2c-4.4-5.3-12.7-5.6-19.1-3.1c-7.8,3.1-13.4,10.1-21.4,12.5c-5,1.5-10.3-1.1-14.4-4.2c-1.3-1-2.7-2.1-4.2-2.7c-1.6-0.6-3.5-0.5-4.8,0.6C64.6,7.4,59.1,2.5,52.6,0c1.9,4.8,1.4,10.1,2.2,15.2c0.5,3.4,1.6,6.6,3.2,9.7c1.5,2.9,4.8,5.5,5.9,8.4c2.2,5.8-2.8,13.7-7.6,16.5c-2.8,1.6-6,2.3-9.1,2.8c-7.5,1.3-5.5,5.8-5.3,11.5c0.2,6.8-1.4,13.6-4.8,19.5c-3.1,5.6-7.7,10.2-11.2,15.5c-5.9,8.7-9.3,19.3-16.9,26.6c-2.2,2.1-4.8,3.9-6.5,6.5c-1.3,2-2,4.4-2.2,6.9c-1,10,4.9,19.4,11.8,26.7c3.7,4,8.1,7.7,13.4,8.9c5.3,1.2,11.7-0.8,13.9-5.8c1.4-3.2,0.9-7,2.4-10.1c3-6.4,11.7-6.9,17.7-10.6c2.8-1.7,5.1-4.2,7.9-6c7.4-4.8,18.7-4,24.5-10.7c-0.2,24.4,13.5,48.3,8.5,72.2c-2.7,12.9-11.3,22.6-16.4,34.4c-5.4,12.6-9.4,27.1-6.6,40.8c1,4.7,2.8,9.4,2.3,14.2c-0.5,5.6-4,10.3-7.4,14.7c-13.2,17-27.8,33.1-43.4,48c-6.5,6.2-13.4,12.4-17.2,20.5c-8.2,17.5,0.1,38-0.2,57.4c-0.1,7.9-1.7,15.7-4.3,23.1c-0.5,1.4-1.1,2.9-0.8,4.4c0.4,2.8,3.2,4.4,5.3,6.2c6.1,5,8.5,13.2,12.6,20c4.1,6.8,12.3,12.8,19.5,9.5c4.7-2.1,7-7.3,8.5-12.2c2.6-8.6,3.4-19-2.7-25.5c-4.9-5.3-13.1-6.6-17.7-12.2c-4.9-6.1-3.8-14.9-2.2-22.6c2.6-12.7,6-25.4,12.2-36.8c13.5-24.7,41-38.8,65.1-53.2c4.1,4.7,8.2,9.4,12.3,14.2c2.6,3,5.3,6.1,6.9,9.7c3.1,7,2,15.1,0.3,22.6c-4,17.4-14.3,28.9-20,45.8c-3.5,10.4-9.9,19.5-14.4,29.6c-4.5,10-6.8,22-1.9,31.8c1.6,3.2,3.9,6,4.9,9.4c2.2,7.4-2.3,15-2.9,22.7c-0.2,3.4,0.3,6.6,1.3,9.8c-3.9,6.8-7.3,17.8-2.9,24.4c4.2,6.1,14.4,5.7,19.8,1.2c3.7,3.7,7.9,6.5,12.9,6.4c5.2-0.1,10.1-3.7,11.9-8.6c1.8-4.9,0.7-10.7-2.6-14.7c-1.3-1.6-2.9-2.9-4.4-4.2c0.3-1.8,0.6-3.7,1.4-5.4c1.7-4.1,5.3-8.3,7.8-12c6.8-9.8,15.2-18.5,24.8-25.4c2.6-1.9,5.5-3.8,7.2-6.6c1.3-2.2,1.9-4.7,2.7-7.1c2.2-6.3,6.2-11.9,11.5-15.9C184.9,460.7,186.5,459.7,187.7,458.2z M184.6,364.9c-2.1,12.8-13.2,22.4-17,34.8c-3.6,11.7-0.6,25.1-6.7,35.7c-2.7,4.7-7,8.3-9.6,13c-5.6,10.3-3.6,22.5-9.6,32.9c-6,10.4-14.1,18.5-23.9,25.5c-0.6,0.4-1.2,0.8-1.8,1.3c-0.7-1.4-1.4-2.7-2-4.1c-2.5-5.6-3.6-12.5-0.1-17.5c2.3-3.4,6.5-5.4,8.4-9c2.8-5.3,0.2-11.6,0.1-17.6c-0.1-11.2,8.7-19.8,13.2-29.3c1.9-3.9,2.8-7.7,5.5-11.2c3.3-4.2,7.8-7.5,11-11.9c3.1-4.1,5.3-8.8,7.8-13.4c6.3-11.7,14.2-22.5,23.4-32.1C184.6,362,184.8,363.7,184.6,364.9z"/><path fill="%23FFFFFF" d="M280,406.8c-2.4,2.2-3.5,5.5-4.7,8.5c-3.9,10.5-9.7,18-19.1,24c-9.2,5.9-21.7,6.5-29.1,14.6c-6.4,6.9-8.4,18.5-17.3,21.4c-2.2,0.7-4.6,0.8-6.8,1.6c-5.2,1.9-8,7.4-10.3,12.4c-3.4,7.4-6.9,15-7.6,23.1c-0.2,1.9-0.2,4,0.8,5.7c1.9,3.5,6.7,4,10.7,3.7c8.2-0.6,16.6-2.6,23.3-7.4c6.7-4.8,11.6-12.7,11.3-20.9c-0.1-1.8-0.4-3.6,0-5.4c0.9-4.3,1.8-7.8,6.2-8.2c3.3-0.3,6-3,7.5-6c1.6-3,2.4-6.3,4-9.2c3.3-5.9,9.4-9.6,15.4-12.7c5.2-2.7,10.5-5.2,15.8-7.5V406.8z"/></g></svg>'), url('data:image/svg+xml,<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 280 561.8" enable-background="new 0 0 280 561.8" xml:space="preserve"><g opacity="0.6"><path fill="%23FFFFFF" d="M92.3,458.2c-2.1-2.8-2.1-6.5-2.3-10c-0.6-10.9-3.6-21.6-8.7-31.3c-4.3-8-10-15.1-14.2-23.2c-3.9-7.4-5.9-14.8-11.7-21.2c-4.8-5.3-11.7-9.1-18.8-8.7c-3.6,0.2-7,1.5-10.6,1.9c-7.6,0.7-14.9-2.9-21.3-7.1c-1.6-1.1-3.1-2.2-4.7-3.3V179.2c11.1,1.2,21.8,7.9,31.1,1.7c3.2-2.1,5.7-5.1,7.3-8.6c-1.9,0-3.8,0.9-5.1,2.2c3-20.3,22.3-33.6,33.7-50.7c9.1-13.6,13.6-30.5,25.6-41.8c-2-0.1-4,0.5-5.5,1.7c2.7-9.5,10.1-16.9,17.9-23c7.8-6.1,16.3-11.4,22.7-19c4-4.8,7.6-10.8,13.6-12.5c-5-0.6-10.2,0.7-14.3,3.4c5.6-11,17.4-18.7,29.7-19.3c-2.5-1.8-5.5-3-8.6-3.2c4.4-5.3,12.7-5.6,19.1-3.1c7.8,3.1,13.4,10.1,21.4,12.5c5,1.5,10.3-1.1,14.4-4.2c1.3-1,2.7-2.1,4.2-2.7c1.6-0.6,3.5-0.5,4.8,0.6c3.4-6.1,9-10.9,15.4-13.4c-1.9,4.8-1.4,10.1-2.2,15.2c-0.5,3.4-1.6,6.6-3.2,9.7c-1.5,2.9-4.8,5.5-5.9,8.4c-2.2,5.8,2.8,13.7,7.6,16.5c2.8,1.6,6,2.3,9.1,2.8c7.5,1.3,5.5,5.8,5.3,11.5c-0.2,6.8,1.4,13.6,4.8,19.5c3.1,5.6,7.7,10.2,11.2,15.5c5.9,8.7,9.3,19.3,16.9,26.6c2.2,2.1,4.8,3.9,6.5,6.5c1.3,2,2,4.4,2.2,6.9c1,10-4.9,19.4-11.8,26.7c-3.7,4-8.1,7.7-13.4,8.9c-5.3,1.2-11.7-0.8-13.9-5.8c-1.4-3.2-0.9-7-2.4-10.1c-3-6.4-11.7-6.9-17.7-10.6c-2.8-1.7-5.1-4.2-7.9-6c-7.4-4.8-18.7-4-24.5-10.7c0.2,24.4-13.5,48.3-8.5,72.2c2.7,12.9,11.3,22.6,16.4,34.4c5.4,12.6,9.4,27.1,6.6,40.8c-1,4.7-2.8,9.4-2.3,14.2c0.5,5.6,4,10.3,7.4,14.7c13.2,17,27.8,33.1,43.4,48c6.5,6.2,13.4,12.4,17.2,20.5c8.2,17.5-0.1,38,0.2,57.4c0.1,7.9,1.7,15.7,4.3,23.1c0.5,1.4,1.1,2.9,0.8,4.4c-0.4,2.8-3.2,4.4-5.3,6.2c-6.1,5-8.5,13.2-12.6,20c-4.1,6.8-12.3,12.8-19.5,9.5c-4.7-2.1-7-7.3-8.5-12.2c-2.6-8.6-3.4-19,2.7-25.5c4.9-5.3,13.1-6.6,17.7-12.2c4.9-6.1,3.8-14.9,2.2-22.6c-2.6-12.7-6-25.4-12.2-36.8c-13.5-24.7-41-38.8-65.1-53.2c-4.1,4.7-8.2,9.4-12.3,14.2c-2.6,3-5.3,6.1-6.9,9.7c-3.1,7-2,15.1-0.3,22.6c4,17.4,14.3,28.9,20,45.8c3.5,10.4,9.9,19.5,14.4,29.6c4.5,10,6.8,22,1.9,31.8c-1.6,3.2-3.9,6-4.9,9.4c-2.2,7.4,2.3,15,2.9,22.7c0.2,3.4-0.3,6.6-1.3,9.8c3.9,6.8,7.3,17.8,2.9,24.4c-4.2,6.1-14.4,5.7-19.8,1.2c-3.7,3.7-7.9,6.5-12.9,6.4c-5.2-0.1-10.1-3.7-11.9-8.6c-1.8-4.9-0.7-10.7,2.6-14.7c1.3-1.6,2.9-2.9,4.4-4.2c-0.3-1.8-0.6-3.7-1.4-5.4c-1.7-4.1-5.3-8.3-7.8-12c-6.8-9.8-15.2-18.5-24.8-25.4c-2.6-1.9-5.5-3.8-7.2-6.6c-1.3-2.2-1.9-4.7-2.7-7.1c-2.2-6.3-6.2-11.9-11.5-15.9C95.1,460.7,93.5,459.7,92.3,458.2z M95.4,364.9c2.1,12.8,13.2,22.4,17,34.8c3.6,11.7,0.6,25.1,6.7,35.7c2.7,4.7,7,8.3,9.6,13c5.6,10.3,3.6,22.5,9.6,32.9c6,10.4,14.1,18.5,23.9,25.5c0.6,0.4,1.2,0.8,1.8,1.3c0.7-1.4,1.4-2.7,2-4.1c2.5-5.6,3.6-12.5,0.1-17.5c-2.3-3.4-6.5-5.4-8.4-9c-2.8-5.3-0.2-11.6-0.1-17.6c0.1-11.2-8.7-19.8-13.2-29.3c-1.9-3.9-2.8-7.7-5.5-11.2c-3.3-4.2-7.8-7.5-11-11.9c-3.1-4.1-5.3-8.8-7.8-13.4c-6.3-11.7-14.2-22.5-23.4-32.1C95.4,362,95.2,363.7,95.4,364.9z"/><path fill="%23FFFFFF" d="M0,406.8c2.4,2.2,3.5,5.5,4.7,8.5c3.9,10.5,9.7,18,19.1,24c9.2,5.9,21.7,6.5,29.1,14.6c6.4,6.9,8.4,18.5,17.3,21.4c2.2,0.7,4.6,0.8,6.8,1.6c5.2,1.9,8,7.4,10.3,12.4c3.4,7.4,6.9,15,7.6,23.1c0.2,1.9,0.2,4-0.8,5.7c-1.9,3.5-6.7,4-10.7,3.7c-8.2-0.6-16.6-2.6-23.3-7.4c-6.7-4.8-11.6-12.7-11.3-20.9c0.1-1.8,0.4-3.6,0-5.4c-0.9-4.3-1.8-7.8-6.2-8.2c-3.3-0.3-6-3-7.5-6c-1.6-3-2.4-6.3-4-9.2c-3.3-5.9-9.4-9.6-15.4-12.7c-5.2-2.7-10.5-5.2-15.8-7.5V406.8z"/></g></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: top 950px right, bottom 520px left;
  background-size: 280px, 320px;
}

main.page {
  background-position: top 670px right, bottom 520px left;
}

.facebook {
  fill: #504E38;
}

.linkedin {
  fill: #504E38;
}

.tiktok {
  fill: #504E38;
}

.instagram {
  fill: #504E38;
}

.x-twitter {
  fill: #504E38;
}

.dot-line {
  fill: #504E38;
}

.head {
  margin-top: 0px;
  background-color: #CFAB28;
  position: relative;
}

.head .head-content {
  padding-top: 150px;
}

.head .head-content .logo-head {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  z-index: 40;
}

.head .head-content .logo-head img {
  max-width: 500px;
}

@media (min-width: 220px) and (max-width: 576px) {
  .head .head-content .logo-head img {
    max-width: 330px;
  }
}

.head .head-content .back-accueil {
  position: relative;
  z-index: 20;
  background-color: rgba(207, 171, 40, 0.65);
  margin-top: 100px;
  padding: 35px;
}

.head .head-content .back-accueil h1 {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 800;
  color: white;
  font-size: calc(1.445rem + 2.34vw);
  line-height: calc(1.485rem + 2.82vw);
  margin-bottom: 0px !important;
  text-align: center;
}

@media (min-width: 1200px) {
  .head .head-content .back-accueil h1 {
    font-size: 3.2rem;
  }
}

@media (min-width: 1200px) {
  .head .head-content .back-accueil h1 {
    line-height: 3.6rem;
  }
}

.head .head-content .back-accueil p {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: calc(1.295rem + 0.54vw);
  padding-top: 20px;
  text-align: center;
}

@media (min-width: 1200px) {
  .head .head-content .back-accueil p {
    line-height: 1.7rem;
  }
}

@media (min-width: 220px) and (max-width: 1200px) {
  .head .head-content {
    padding-top: 100px;
  }
}

.head .head-image {
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
}

.head .head-image:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle at 50% 70%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 10;
}

.head .head-image img {
  width: 100%;
  height: 955px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

@media (min-width: 220px) and (max-width: 768px) {
  .head .head-image img {
    -o-object-position: 65% top;
       object-position: 65% top;
  }
}

.link-bloc {
  position: relative;
}

.link-bloc.space {
  margin-top: 130px;
}

.link-bloc:before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  rotate: 45deg;
  top: -120px;
  left: -120px;
}

.link-bloc .bloc-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: white;
  text-align: center;
  border: 1px solid rgba(207, 171, 40, 0.2);
  border-top: 1px solid #504e38;
  border-bottom: 1px solid #504e38;
  padding: 45px 25px 50px 25px;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
}

.link-bloc .bloc-link h2 {
  color: #CFAB28;
  line-height: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.link-bloc .bloc-link p {
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.09rem;
  line-height: 1.5rem;
  text-align: left;
}

.link-bloc .bloc-link .divider {
  margin-bottom: 0px;
}

.link-bloc .bloc-link .btn {
  margin-top: 20px;
  background-color: #FAB508;
}

.link-bloc .bloc-link:before {
  content: '';
  display: block;
  background-color: #504E38;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contenu {
  position: relative;
  z-index: 10;
}

.contenu.space {
  margin-top: 70px;
}

.contenu.bg-one {
  background-color: #CFAB28;
}

.contenu.bg-two {
  background-color: #504E38;
}

.contenu.page {
  margin: 100px 0 0;
  background-color: #CFAB28;
}

.contenu .divider {
  margin-bottom: 25px;
  width: 88px;
  height: 8px;
}

.contenu .card-content {
  padding: 50px 100px 60px 50px;
}

@media (min-width: 220px) and (max-width: 768px) {
  .contenu .card-content {
    padding: 40px 20px 40px 20px;
  }
}

.contenu .card-content .card-title h2 {
  color: #504E38;
  font-weight: 800;
  margin-bottom: 1rem !important;
  font-size: calc(1.435rem + 2.22vw);
  line-height: calc(1.445rem + 2.34vw);
}

@media (min-width: 1200px) {
  .contenu .card-content .card-title h2 {
    font-size: 3.1rem;
  }
}

@media (min-width: 1200px) {
  .contenu .card-content .card-title h2 {
    line-height: 3.2rem;
  }
}

.contenu .card-content .card-p {
  border-left: 5px solid rgba(255, 255, 255, 0.5);
}

.contenu .card-content .card-p p {
  padding-left: 20px;
  font-family: "Nunito", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.65);
}

.contenu .content-photo {
  height: 100%;
}

.contenu .content-photo .photo-content {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.contenu .content-photo .photo-content:before {
  content: "";
  display: inline-block;
  background-color: #CFAB28;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: -160px;
  left: -60px;
  rotate: 45deg;
  -webkit-transform: translate(bottom);
          transform: translate(bottom);
  z-index: 30;
}

.contenu .content-photo .photo-content:after {
  content: "";
  display: inline-block;
  background-color: #CFAB28;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: -60px;
  right: -60px;
  rotate: 45deg;
  z-index: 30;
}

@media (min-width: 220px) and (max-width: 768px) {
  .contenu .content-photo .photo-content:after {
    bottom: -60px;
  }
}

.contenu .content-photo .photo-content img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 220px) and (max-width: 768px) {
  .contenu .content-photo .photo-content img {
    height: auto;
  }
}

@media (min-width: 220px) and (max-width: 767px) {
  .contenu {
    margin-top: 180px;
  }
}

.contenu-02 {
  position: relative;
  z-index: 10;
}

.contenu-02.space {
  margin-top: 0px;
}

.contenu-02.bg-one {
  background-color: #8c8962;
}

.contenu-02.bg-two {
  background-color: #CFAB28;
}

.contenu-02.page {
  margin: 0px 0 100px;
}

.contenu-02 .divider {
  margin-bottom: 25px;
  width: 108px;
  height: 18px;
}

.contenu-02 .card-content {
  padding: 40px 50px 40px 100px;
}

@media (min-width: 220px) and (max-width: 768px) {
  .contenu-02 .card-content {
    padding: 40px 20px 40px 20px;
  }
}

.contenu-02 .card-content .card-title h2 {
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 800;
  margin-bottom: 1rem !important;
  font-size: calc(1.435rem + 2.22vw);
  line-height: calc(1.445rem + 2.34vw);
}

@media (min-width: 1200px) {
  .contenu-02 .card-content .card-title h2 {
    font-size: 3.1rem;
  }
}

@media (min-width: 1200px) {
  .contenu-02 .card-content .card-title h2 {
    line-height: 3.2rem;
  }
}

.contenu-02 .card-content .card-p {
  border-left: 5px solid rgba(255, 255, 255, 0.5);
}

.contenu-02 .card-content .card-p p {
  padding-left: 20px;
  font-family: "Nunito", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.65);
}

.contenu-02 .content-photo {
  height: 100%;
}

.contenu-02 .content-photo .photo-content {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.contenu-02 .content-photo .photo-content:before {
  content: "";
  display: inline-block;
  background-color: #8c8962;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: -60px;
  left: -60px;
  rotate: 45deg;
  z-index: 30;
}

.contenu-02 .content-photo .photo-content:after {
  content: "";
  display: inline-block;
  background-color: #CFAB28;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  bottom: -160px;
  right: -60px;
  rotate: 45deg;
  z-index: 30;
}

.contenu-02 .content-photo .photo-content img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 220px) and (max-width: 768px) {
  .contenu-02 .content-photo .photo-content img {
    height: auto;
  }
}

@media (min-width: 220px) and (max-width: 767px) {
  .contenu-02 {
    margin-top: 180px;
  }
}

.contenu-03 {
  background-color: #CFAB28;
}

.contenu-03.space {
  margin: 0px 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.contenu-03.page {
  padding-top: 60px;
  padding-bottom: 100px;
}

.contenu-03.bg-two {
  background-color: #8c8962;
}

.contenu-03 .divider {
  position: relative;
  margin-bottom: 25px;
  border-top: 4px solid rgba(255, 255, 255, 0.5);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 88px;
  height: 8px;
}

.contenu-03 .card-content {
  padding: 40px 100px 40px 50px;
}

@media (min-width: 220px) and (max-width: 768px) {
  .contenu-03 .card-content {
    padding: 40px 20px 40px 20px;
  }
}

.contenu-03 .card-content .card-title h2 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
  margin-bottom: 1.2rem !important;
  font-size: calc(1.435rem + 2.22vw);
  line-height: calc(1.445rem + 2.34vw);
  text-align: center !important;
}

@media (min-width: 1200px) {
  .contenu-03 .card-content .card-title h2 {
    font-size: 3.1rem;
  }
}

@media (min-width: 1200px) {
  .contenu-03 .card-content .card-title h2 {
    line-height: 3.2rem;
  }
}

.contenu-03 .card-content .card-title .divider {
  margin-bottom: 25px;
}

.contenu-03 .card-content .card-title .divider img {
  width: auto;
  height: auto;
}

.contenu-03 .card-content .card-p p {
  color: #4a4834;
  text-align: left;
}

.contenu-03 img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 220px) and (max-width: 768px) {
  .contenu-03 img {
    height: 420px;
  }
}

.contenu-04.space {
  margin-top: 50px;
}

.contenu-04 .card-bloc {
  border-bottom: 1px solid #504E38;
  border-top: 1px solid #504E38;
  padding: 40px 10px 40px 25px;
  background-color: rgba(85, 83, 83, 0.08);
  margin-bottom: 20px;
}

@media (min-width: 220px) and (max-width: 768px) {
  .contenu-04 .card-bloc {
    padding: 40px 10px 40px 10px;
  }
}

.contenu-04 .card-bloc .card-content .card-title h2 {
  color: #CFAB28;
  font-weight: 900;
  margin-bottom: 1rem !important;
  font-size: calc(1.335rem + 1.02vw);
  line-height: calc(1.345rem + 1.14vw);
}

@media (min-width: 1200px) {
  .contenu-04 .card-bloc .card-content .card-title h2 {
    font-size: 2.1rem;
  }
}

@media (min-width: 1200px) {
  .contenu-04 .card-bloc .card-content .card-title h2 {
    line-height: 2.2rem;
  }
}

.contenu-04 .card-bloc .card-content .card-p {
  border-left: 5px solid rgba(255, 255, 255, 0.2);
}

.contenu-04 .card-bloc .card-content .card-p p {
  font-family: "Nunito", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.65);
}

.contenu-04 .card-bloc .content-photo {
  height: 100%;
  border-left: 1px solid #504E38;
  padding-left: 20px;
}

@media (min-width: 220px) and (max-width: 768px) {
  .contenu-04 .card-bloc .content-photo {
    padding-left: 0px;
  }
}

.contenu-04 .card-bloc .content-photo .photo-content {
  position: relative;
  overflow: hidden;
}

.contenu-04 .card-bloc .content-photo .photo-content:before {
  content: "";
  display: inline-block;
  background-color: #CFAB28;
  position: absolute;
  width: 120px;
  height: 120px;
  top: -70px;
  left: -70px;
  rotate: 45deg;
  z-index: 30;
}

.contenu-04 .card-bloc .content-photo .photo-content:after {
  content: "";
  display: inline-block;
  background-color: #CFAB28;
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: -70px;
  right: -70px;
  rotate: 45deg;
  z-index: 30;
}

.contenu-04 .card-bloc .content-photo .photo-content img {
  position: relative;
  z-index: 10;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pdf-bloc {
  padding: 50px 0 40px;
  background-color: #8c8962;
}

.pdf-bloc .col-12 {
  margin-bottom: 25px;
}

.pdf-bloc.space {
  margin: 0;
  padding: 100px 0 100px;
}

.pdf-bloc .bloc-pdf {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #CFAB28;
  text-align: center;
  padding: 25px 25px 40px;
  margin-bottom: 20px;
  height: 100%;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
}

.pdf-bloc .bloc-pdf h2 {
  font-family: "Outfit", Arial, sans-serif;
  line-height: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #CFAB28;
  margin-bottom: 20px;
}

.pdf-bloc .bloc-pdf p {
  text-align: left;
}

.pdf-bloc .bloc-pdf .divider {
  position: relative;
  border-top: 4px solid rgba(80, 78, 56, 0.5);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 88px;
  height: 8px;
}

.pdf-bloc .bloc-pdf .bloc-pdf-btn p {
  text-align: center;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #CFAB28;
}

.pdf-bloc .bloc-pdf .btn {
  margin-top: 15px;
  background-color: #504E38;
}

.logo-page {
  background-color: #CFAB28;
  padding-top: 190px;
}

.logo-page .logo-head img {
  max-width: 360px;
}

@media (min-width: 220px) and (max-width: 768px) {
  .logo-page .logo-head img {
    max-width: 260px;
  }
}

.head-page {
  margin-top: -445px;
  height: 690px;
  background-color: #CFAB28;
  background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%), url("../images/fr-fr/article/pageaccueil-pagefile1.webp");
  background-position: center top;
  background-blend-mode: multiply, normal;
}

.head-page .head-p-title {
  padding-top: 490px;
}

.head-page .head-p-title h1 {
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 800;
  color: white;
  font-size: calc(1.505rem + 3.06vw);
  line-height: calc(1.505rem + 3.06vw);
  margin-bottom: 0px !important;
  position: relative;
}

@media (min-width: 1200px) {
  .head-page .head-p-title h1 {
    font-size: 3.8rem;
  }
}

@media (min-width: 1200px) {
  .head-page .head-p-title h1 {
    line-height: 3.8rem;
  }
}

.head-page .head-p-title p {
  color: rgba(80, 78, 56, 0.5);
  margin-top: 10px;
}

.intro-page {
  margin-top: -70px;
}

.intro-page .intro {
  background-color: #FFF;
  text-align: center;
  padding: 35px 65px 60px 65px;
  position: relative;
  z-index: 30;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
}

@media (min-width: 220px) and (max-width: 768px) {
  .intro-page .intro {
    padding: 35px 25px 60px 25px;
  }
}

.intro-page .intro h2 {
  font-size: calc(1.345rem + 1.14vw);
  line-height: calc(1.355rem + 1.26vw);
  color: #cfab28;
  font-weight: 800;
  text-transform: none;
}

@media (min-width: 1200px) {
  .intro-page .intro h2 {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .intro-page .intro h2 {
    line-height: 2.3rem;
  }
}

.intro-page .intro p {
  color: rgba(80, 78, 56, 0.9);
  font-size: 1.1rem !important;
  line-height: 1.7rem !important;
  margin-top: 20px;
  text-align: left;
}

.contenu-mentions {
  margin-top: 100px;
  margin-bottom: 180px;
  position: relative;
  z-index: 20;
}

.contenu-rgpd {
  margin-bottom: 180px;
  position: relative;
  z-index: 20;
  margin-top: 100px;
}

.contenu-rgpd h2 {
  font-weight: 900;
}

.contenu-rgpd h3 {
  font-weight: 800;
  color: #504E38 !important;
}

.contenu-rgpd h4 {
  color: #CFAB28;
}

.contact {
  position: relative;
  z-index: 20;
  padding: 30px 0;
  margin-top: 40px;
  margin-bottom: 180px;
}

.contact h2 {
  font-weight: 900;
  color: #504E38;
  font-family: "Outfit", Arial, sans-serif;
  margin-bottom: 0 !important;
  font-size: calc(1.405rem + 1.86vw);
  line-height: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .contact h2 {
    font-size: 2.8rem;
  }
}

@media (min-width: 1200px) {
  .contact h2 {
    line-height: 3rem;
  }
}

.contact h3 {
  font-weight: 800;
  color: #504E38;
}

.contact p {
  margin-top: 15px;
  font-size: 1.15rem !important;
}

.contact p strong {
  color: #CFAB28;
}

.contact .form {
  background-color: white;
  padding: 45px;
  margin-bottom: 30px;
}

.contact .form p {
  font-size: 0.85rem;
  padding-bottom: 25px;
}

.contact .form p strong {
  color: #CFAB28 !important;
}

.contact .form label {
  font-family: "Outfit", Arial, sans-serif;
  color: #CFAB28;
  font-weight: 700;
}

.contact .form .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Outfit", Arial, sans-serif;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact .form .form-control:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  border-color: rgba(0, 0, 0, 0.5);
}

.contact .form .form-check-input {
  border: 1px solid rgba(0, 0, 0, 0.65) !important;
}

.contact .form.merci {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 400px;
}

.contact .form.merci h2 {
  font-weight: 800;
  color: #CFAB28;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 3rem;
  line-height: 2.4rem;
  text-align: center;
}

.contact .form.merci p {
  text-align: center;
}

.contact .coordonnees {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(207, 171, 40, 0.4);
  min-height: 250px;
  padding: 20px;
  margin-top: 0px;
}

.contact .coordonnees h3 {
  color: #504e38;
  margin-bottom: 0;
}

.contact .coordonnees p {
  margin-top: 15px;
}

.contact .coordonnees p strong {
  color: #cfab28 !important;
}

.call-contact {
  margin-bottom: 180px;
  margin-top: 80px;
  padding: 30px 0;
  position: relative;
  z-index: 20;
}

.call-contact.page {
  margin: 80px 0 180px;
}

.call-contact .bloc-contact {
  background-color: #CFAB28;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 102.6 76.3" enable-background="new 0 0 102.6 76.3" xml:space="preserve"><g><path fill="%238c8962" d="M24.3,76.3c-7,0-12.8-2.4-17.4-7.2C2.3,64.3,0,57.4,0,48.4c0-8.3,1.6-15.6,4.8-21.9c3.2-6.3,7.1-11.7,11.9-16.2C21.4,5.9,26.2,2.4,31.1,0l8.4,9.5c-2.6,1.1-5.6,3-9,6c-3.3,2.9-6.2,6.2-8.7,10c-2.5,3.8-3.8,7.5-4,11.3c1-1.3,2.6-2.3,4.9-3.2c2.3-0.8,4.8-1.3,7.3-1.3c4.8,0,9,1.7,12.8,5.2c3.8,3.4,5.6,8.3,5.6,14.5c0,7.4-2.3,13.3-6.9,17.7C36.9,74.1,31.2,76.3,24.3,76.3z M78.5,76.3c-7,0-12.8-2.4-17.4-7.2c-4.6-4.8-6.9-11.7-6.9-20.7c0-8.3,1.6-15.6,4.8-21.9c3.2-6.3,7.1-11.7,11.9-16.2C75.6,5.9,80.4,2.4,85.3,0l8.4,9.5c-2.6,1.1-5.6,3-9,6c-3.3,2.9-6.2,6.2-8.7,10c-2.5,3.8-3.8,7.5-4,11.3c1-1.3,2.6-2.3,4.9-3.2c2.3-0.8,4.8-1.3,7.3-1.3c4.8,0,9,1.7,12.8,5.2c3.8,3.4,5.6,8.3,5.6,14.5c0,7.4-2.3,13.3-6.9,17.7C91.1,74.1,85.3,76.3,78.5,76.3z"/></g></svg>');
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: top -15px left 40px;
  padding: 45px 25px;
  margin: 50px 0;
  border-radius: 30px;
}

.call-contact .bloc-contact h2 {
  color: #504E38;
  font-weight: 700;
  font-size: calc(1.465rem + 2.58vw);
  line-height: calc(1.505rem + 3.06vw);
}

@media (min-width: 1200px) {
  .call-contact .bloc-contact h2 {
    font-size: 3.4rem;
  }
}

@media (min-width: 1200px) {
  .call-contact .bloc-contact h2 {
    line-height: 3.8rem;
  }
}

.call-contact .bloc-contact h3 {
  font-family: "Nunito", Arial, sans-serif;
  color: #e9e7e5;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: calc(1.315rem + 0.78vw);
  text-transform: uppercase;
  letter-spacing: .2rem !important;
}

@media (min-width: 1200px) {
  .call-contact .bloc-contact h3 {
    line-height: 1.9rem;
  }
}

.call-contact .bloc-contact p {
  font-size: 1.35rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: #504E38;
}

.call-contact .bloc-contact .btn {
  margin-top: 30px;
  background-color: #504E38;
  border-radius: 40px;
  color: #CFAB28;
}

.call-contact .bloc-contact .btn:hover {
  background-color: #FAB508;
  border-color: #CFAB28;
  color: #504E38;
}

.call-contact .bloc-contact .btn:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 1px solid #FFF;
}

@media (min-width: 220px) and (max-width: 768px) {
  .call-contact .bloc-contact {
    padding: 45px 10px;
  }
}

footer {
  padding-bottom: 0px;
}

footer .rs-link {
  background: #CFAB28;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 50px 0 50px;
}

footer .rs-link p {
  text-align: center;
  font-weight: 900;
  color: #504E38;
  font-size: 1.5rem;
  position: relative;
  font-family: "Outfit", Arial, sans-serif;
  margin-bottom: 20px !important;
}

footer .footer {
  background: #CFAB28;
  border-top: none;
  height: 280px;
}

@media (min-width: 220px) and (max-width: 576px) {
  footer .footer {
    height: 220px;
  }
}

footer .footer .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 0 0px;
}

footer .footer .logo .logo-block {
  position: relative;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #CFAB28;
  margin-top: -150px;
  padding: 30px 40px;
}

footer .footer .logo .logo-block img {
  max-width: 350px;
}

@media (min-width: 220px) and (max-width: 576px) {
  footer .footer .logo .logo-block img {
    max-width: 280px;
  }
}

footer .footer .foot-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

footer .footer .foot-content a {
  color: #FFF;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}

footer .footer .foot-content p {
  text-align: center;
  color: #504E38;
  font-family: "Outfit", Arial, sans-serif;
}

footer .footer-copyright {
  background: #4a4834;
  padding: 15px;
  border-top: 1px solid rgba(80, 78, 56, 0.1);
}

footer .footer-copyright a {
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #e5cd78;
}

@media (min-width: 220px) and (max-width: 390px) {
  footer .footer-copyright a {
    display: inline-block;
    padding-bottom: 10px;
  }
}

footer .footer-copyright p {
  font-size: 0.8rem;
  color: #FFF;
  font-family: "Outfit", Arial, sans-serif;
  color: #e5cd78;
}

/*# sourceMappingURL=custom-hg.css.map */
