/*
@import "menu";
@import "config/custom-variables";
@import "config/magazine";*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Oswald:wght@200..700&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);
  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 {
  padding: 0 10px;
}

.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: "Merriweather", Georgia, serif;
  font-weight: 500;
  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: #f08000;
}

.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: #493922;
  }
  .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 .link-menu {
    border-top: none;
  }
  .header-nav .collapse {
    display: none;
  }
  .header-nav .btn-collapse-nav {
    display: block;
  }
}

.olv-menu {
  width: 310px;
  background-color: #f08000;
  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: #493922;
  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: #f08000;
}

.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: "Merriweather", Georgia, 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: #493922;
  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: #f08000;
  margin-right: 10px;
}

.olv-rgpd-bar .olv-rgpd-bar-actions .btn-accept {
  background: #f08000;
  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: #f08000;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 20;
  border-radius: 4px;
  border: 1px solid #f08000;
  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: #e6e6e6;
}

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: "Oswald", Helvetica, sans-serif;
}

html h2 {
  font-size: calc(1.3475rem + 1.17vw);
  line-height: calc(1.405rem + 1.86vw);
  color: #f08000;
  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: 1rem;
  font-family: "Merriweather", Georgia, serif;
  line-height: 1.7rem;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 10px !important;
  font-weight: 400;
}

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

html a:hover {
  color: #f08000;
}

html a:active {
  color: #493922;
}

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

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

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

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

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

.bg-light {
  background-color: rgba(73, 57, 34, 0.1) !important;
}

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

main {
  background-image: url("../images/fr-fr/back-01.webp"), url("../images/fr-fr/back-02.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: top 950px right, bottom 540px left;
}

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

.facebook {
  fill: #f08000;
}

.linkedin {
  fill: #f08000;
}

.tiktok {
  fill: #f08000;
}

.instagram {
  fill: #f08000;
}

.x-twitter {
  fill: #f08000;
}

.dot-line {
  fill: #f08000;
}

.head {
  margin-top: 0px;
  background-color: #493922;
  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: 300px;
}

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

.head .head-content .back-accueil h1 {
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 900;
  color: white;
  font-size: calc(1.505rem + 3.06vw);
  line-height: calc(1.465rem + 2.58vw);
  margin-bottom: 0px !important;
  text-align: center;
}

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

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

.head .head-content .back-accueil p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Merriweather", Georgia, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: calc(1.315rem + 0.78vw);
  padding-top: 20px;
  text-align: center;
}

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

@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 30% 70%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 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(73, 57, 34, 0.2);
  border-top: 1px solid #493922;
  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: #493922;
  line-height: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.link-bloc .bloc-link p {
  color: rgba(0, 0, 0, 0.65);
}

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

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

.link-bloc .bloc-link:before {
  content: '';
  display: block;
  background-color: #493922;
  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: #8f6f42;
}

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

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

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

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

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

.contenu .card-content .card-title h2 {
  color: #3f311d;
  font-weight: 900;
  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 double rgba(255, 255, 255, 0.2);
}

.contenu .card-content .card-p p {
  padding-left: 20px;
  font-family: "Merriweather", Georgia, 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: #3f311d;
  position: absolute;
  width: 120px;
  height: 120px;
  top: -60px;
  left: -60px;
  rotate: 45deg;
  z-index: 30;
}

.contenu .content-photo .photo-content:after {
  content: "";
  display: inline-block;
  background-color: #3f311d;
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: -60px;
  right: -60px;
  rotate: 45deg;
  z-index: 30;
}

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

@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: #8f6f42;
}

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

.contenu-02.page {
  margin: 100px 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: #493922 !important;
  font-weight: 900;
  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 double rgba(255, 255, 255, 0.2);
}

.contenu-02 .card-content .card-p p {
  padding-left: 20px;
  font-family: "Merriweather", Georgia, 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: #3f311d;
  position: absolute;
  width: 120px;
  height: 120px;
  top: -60px;
  left: -60px;
  rotate: 45deg;
  z-index: 30;
}

.contenu-02 .content-photo .photo-content:after {
  content: "";
  display: inline-block;
  background-color: #3f311d;
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: -60px;
  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: 420px;
  }
}

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

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

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

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

.contenu-03 .divider {
  position: relative;
  margin-bottom: 25px;
  border-top: 3px double 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: #FFF;
  font-weight: 900;
  margin-bottom: 1rem !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: rgba(255, 189, 113, 0.6);
  text-align: center;
}

.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 #f08000;
  border-top: 1px solid #f08000;
  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: #493922;
  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 double rgba(255, 255, 255, 0.2);
}

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

.contenu-04 .card-bloc .content-photo {
  height: 100%;
  border-left: 1px solid #f08000;
  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: #493922;
  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: #493922;
  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;
}

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

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

.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: #FFF;
  border: 1px solid #493922;
  text-align: center;
  padding: 25px 25px 40px;
  margin-bottom: 20px;
  height: 100%;
}

.pdf-bloc .bloc-pdf h2 {
  font-family: "Oswald", Helvetica, sans-serif;
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #493922;
  margin-bottom: 10px;
}

.pdf-bloc .bloc-pdf .divider {
  position: relative;
  border-top: 3px double rgba(240, 128, 0, 0.5);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 88px;
  height: 8px;
}

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

.logo-page {
  background-color: #493922;
  padding-top: 140px;
}

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

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

.head-page {
  margin-top: -321px;
  height: 580px;
  background-color: #493922;
  background-image: linear-gradient(0deg, rgba(73, 57, 34, 0.2), rgba(73, 57, 34, 0.8)), url(../images/fr-fr/header/header-02.webp);
  background-position: center bottom;
  background-blend-mode: multiply, luminosity;
}

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

.head-page .head-p-title h1 {
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 900;
  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(240, 128, 0, 0.5);
  margin-top: 10px;
}

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

.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.305rem + 0.66vw);
  line-height: calc(1.355rem + 1.26vw);
  color: #f08000;
  font-weight: 800;
  text-transform: uppercase;
}

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

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

.intro-page .intro p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.1rem !important;
  line-height: 1.7rem !important;
  margin-top: 20px;
}

.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;
}

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

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

.contact h2 {
  font-weight: 900;
  color: #f08000;
  font-family: "Oswald", Helvetica, 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: #f08000;
}

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

.contact p strong {
  color: #493922;
}

.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: #493922 !important;
}

.contact .form label {
  font-family: "Oswald", Helvetica, sans-serif;
  color: #493922;
  font-weight: 700;
}

.contact .form .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Oswald", Helvetica, 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: #493922;
  font-family: "Oswald", Helvetica, 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(73, 57, 34, 0.4);
  min-height: 250px;
  padding: 20px;
  margin-top: 0px;
}

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

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

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

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

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

.call-contact .bloc-contact {
  background-color: #493922;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
  padding: 45px 25px;
  margin: 50px 0;
  border-radius: 30px;
}

.call-contact .bloc-contact h2 {
  color: #f08000;
  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: "Merriweather", Georgia, 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: #f08000;
}

.call-contact .bloc-contact .btn {
  margin-top: 30px;
  background-color: #f08000;
  border-radius: 0px;
  color: #493922;
}

.call-contact .bloc-contact .btn:hover {
  background-color: #f08000;
  border-color: #493922;
  color: #493922;
}

.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: #493922;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 80px 0 50px;
}

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

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

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

footer .footer .logo .logo-block {
  position: relative;
  z-index: 10;
  background-color: #FFF;
  border: 1px solid #493922;
  margin-top: -60px;
  padding: 30px 40px;
}

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

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

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: #f08000;
  font-family: "Oswald", Helvetica, sans-serif;
}

footer .footer-copyright {
  background: #000000;
  padding: 15px;
  border-top: 1px solid rgba(240, 128, 0, 0.1);
}

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

@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: "Oswald", Helvetica, sans-serif;
  color: #f08000;
}

/*# sourceMappingURL=template-01.css.map */
