/*
@import "menu";
@import "config/custom-variables";
@import "config/magazine";*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.header-nav {
  position: absolute;
  width: 100%;
  z-index: 80;
}

.header-nav .header-nav-block {
  max-width: 1320px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 80px;
  background-color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

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

.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 {
  padding: 0 25px;
}

.header-nav .header-nav-block nav .content-menu .menu li a {
  text-decoration: none !important;
  color: #07314d;
  letter-spacing: .04rem !important;
  font-family: "Raleway", Helvetica, arial, sans-serif;
  font-weight: 800;
  font-size: 1rem;
}

.header-nav .header-nav-block nav .content-menu .menu li .btn-contact {
  background-color: #07314d;
  border-radius: 6px;
  color: #FFF !important;
  padding: 7px 10px;
  font-weight: 700;
}

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

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

.header-nav .header-nav-block.sticky {
  margin-top: -1px;
  position: fixed;
  height: 70px;
  top: 0;
  background-color: white !important;
  z-index: 30;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.3);
  border: 1px solid #00B30F;
}

.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: white;
  }
  .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: #00B30F;
  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: #07314d;
  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: #00B30F;
}

.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: "Raleway", Helvetica, 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: #07314d;
  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.7rem;
  color: #00B30F;
  margin-right: 10px;
  padding: 8px 10px 8px 10px;
}

.olv-rgpd-bar .olv-rgpd-bar-actions .btn-accept {
  background: #00B30F;
  color: white;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 8px 10px 8px 10px;
}

.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: #00B30F;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 50;
  border-radius: 4px;
  border: 1px solid #00B30F;
  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: #efeee7;
}

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

html p {
  font-size: 1rem;
  font-family: "Raleway", Helvetica, arial, sans-serif;
  line-height: 1.7rem;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
}

html a {
  color: #FFF;
  text-decoration: underline;
  font-weight: 700;
}

html a:hover {
  color: #FFF;
}

html a:active {
  color: #07314d;
}

.head {
  position: relative;
  height: 100vh;
}

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

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

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

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

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

.head .head-content .back-accueil {
  position: relative;
  z-index: 20;
  padding: 35px;
  border-radius: 20px;
  padding-top: 50px;
}

@media (min-width: 220px) and (max-width: 768px) {
  .head .head-content .back-accueil {
    padding: 50px 20px;
  }
}

.head .head-content .back-accueil h1 {
  font-family: "Raleway", Helvetica, arial, sans-serif;
  font-weight: 500;
  color: white;
  font-size: calc(1.305rem + 0.66vw);
  line-height: calc(1.345rem + 1.14vw);
  margin-bottom: 0px !important;
  text-align: center;
  padding-bottom: 10px;
}

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

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

.head .head-content .back-accueil h1 span {
  font-weight: 800;
}

.head .head-content .back-accueil p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Raleway", Helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: calc(1.315rem + 0.78vw);
  margin: 0;
  text-align: center;
}

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

.head .head-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.head .logo {
  position: relative;
  padding-top: 120px;
  z-index: 30;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.head .logo img {
  padding: 0 20px;
}

@media (min-width: 220px) and (max-width: 768px) {
  .head .logo {
    padding-top: 20px;
  }
}

footer {
  padding-bottom: 0px;
}

footer .footer-copyright {
  background: #000;
  padding: 15px;
}

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

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

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