@charset "UTF-8";
@import url(plugins/bootstrap5.min.css);
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;900&display=swap");
/*----------*/
/* Settings */
/*---------*/
/*Button*/
/*Link*/
/*Other*/
/*------*/
/* MENU */
/*------*/
/*------*/
/* Typo */
/*------*/
/* Text */
/* Button */
/* Reset */
/* Responsive */
/*----------------------*/
/* -------------------- */
/* Animations */
/* -------------------- */
/*----------------------*/
/* -------------------- */
/* Animation bouton */
/* -------------------- */
/*https://ianlunn.github.io/Hover/*/
/* -------------------- */
/* Scroll fire */
/* -------------------- */
@media (min-width: 991.98px) {
  .fadeScroll, .fadeScrollRight, .fadeScrollLeft {
    opacity: 1;
    -webkit-transition: transform 0.4s, opacity 0.4s;
    -moz-transition: transform 0.4s, opacity 0.4s;
    -ms-transition: transform 0.4s, opacity 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s; }
    .fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible {
      opacity: 0; }

  .fadeScrollRight, .fadeScrollLeft {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  .fadeScrollRight.not-visible {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px); }

  .fadeScrollLeft.not-visible {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px); }

  .fadeScroll {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    .fadeScroll.not-visible {
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); } }
/*------------------------------------------------------*/
/* -------------------- */
/* Img */
/* -------------------- */
figure {
  margin: 0; }

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.squareImg {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: inherit;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  height: auto;
  display: block;
  overflow: hidden;
  transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease; }
  .squareImg:hover {
    opacity: 0.85; }

.rectangleImg {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  display: block;
  overflow: hidden;
  transition: background-size 300ms ease;
  -moz-transition: background-size 300ms ease;
  -ms-transition: background-size 300ms ease;
  -o-transition: background-size 300ms ease;
  -webkit-transition: background-size 300ms ease; }
  .rectangleImg:hover {
    opacity: 0.85; }

.bg-img {
  background-repeat: no-repeat;
  background-position: center center; }

/*------------------------------------------------------*/
/* -------------------- */
/*  Filtres photos */
/* -------------------- */
.filter-bw {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%); }

/* -- MENU wordpress -- */
header {
  background-color: #fff; }
  header nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  header ul li a {
    font-weight: 900; }
  header .sub-menu {
    border: 0;
    border-radius: 0;
    width: 100%; }
    header .sub-menu li {
      display: block;
      width: 100%; }
    header .sub-menu li a:hover, header .sub-menu li a:focus {
      color: #fff; }
    header .sub-menu a {
      display: block; }
  header .menu-item-has-children > a:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .1em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent; }

/* -- MENU écran -- */
@media (min-width: 1200px) {
  #logo {
    width: 100px;
    height: auto; }

  header #showMenu {
    display: none; }
  header .menu-content {
    padding: 1rem 0;
    margin: 0; }
    header .menu-content .menu-item {
      display: inline-block; }
    header .menu-content .menu-item a {
      font-size: 1.1rem;
      padding: .5rem;
      color: #3f3f3f; }
      header .menu-content .menu-item a.active, header .menu-content .menu-item a:hover {
        color: #ff6400; }
  header .menu-item-has-children {
    position: relative; }
    header .menu-item-has-children a {
      padding: .5rem 1rem; }
    header .menu-item-has-children .sub-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      float: left;
      min-width: 200px;
      width: 100%;
      padding: .5rem 0;
      margin: .125rem 0 0;
      text-align: left;
      list-style: none;
      background-color: #ff6400;
      background-clip: padding-box; }
      header .menu-item-has-children .sub-menu a {
        color: #fff !important; }
      header .menu-item-has-children .sub-menu .menu-item:active, header .menu-item-has-children .sub-menu .menu-item:hover, header .menu-item-has-children .sub-menu .menu-item:focus {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.35); }
    header .menu-item-has-children:hover .sub-menu {
      display: block; } }
/* -- .MENU écran -- */
/* -- MENU Mobile-- */
@media (max-width: 1200px) {
  #logo {
    width: 80px;
    height: auto; }

  header #showMenu {
    margin-left: 0.5rem;
    padding: 0;
    width: 30px;
    height: 20px;
    position: relative; }
    header #showMenu .line {
      background-color: #ff6400;
      height: 2px;
      width: 100%;
      display: block;
      position: absolute; }
      header #showMenu .line:first-of-type {
        top: 0; }
      header #showMenu .line:nth-of-type(2) {
        top: 50%; }
      header #showMenu .line:last-of-type {
        top: 100%; }
    header #showMenu:hover .line, header #showMenu.active .line {
      background-color: #fff;
      z-index: 2; }
    header #showMenu:hover .line:first-of-type, header #showMenu.active .line:first-of-type {
      width: 100%; }
    header #showMenu.active .line:first-of-type {
      -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(45deg);
      -moz-transform: translate3d(0px, 0px, 0px) rotateZ(45deg);
      -ms-transform: translate3d(0px, 0px, 0px) rotateZ(45deg);
      -o-transform: translate3d(0px, 0px, 0px) rotateZ(45deg);
      transform: translate3d(0px, 0px, 0px) rotateZ(45deg);
      transform-origin: left top;
      width: 27px !important; }
    header #showMenu.active .line:nth-of-type(2) {
      opacity: 0; }
    header #showMenu.active .line:last-of-type {
      -webkit-transform: translate3d(1px, 0px, 0px) rotateZ(-45deg);
      -moz-transform: translate3d(1px, 0px, 0px) rotateZ(-45deg);
      -ms-transform: translate3d(1px, 0px, 0px) rotateZ(-45deg);
      -o-transform: translate3d(1px, 0px, 0px) rotateZ(-45deg);
      transform: translate3d(1px, 0px, 0px) rotateZ(-45deg);
      transform-origin: left bottom;
      width: 27px; }
  header .menu-container {
    top: -100%;
    background: #ff6400;
    position: fixed;
    overflow: scroll;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    left: 0;
    z-index: 1; }
    header .menu-container.open {
      top: 0px;
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex; }
  header .menu-content {
    margin: auto;
    padding: 2rem 3rem; }
  header .menu-item {
    list-style: none; }
    header .menu-item a {
      color: #fff;
      font-size: calc(1.4rem + .035vw);
      margin: 0.70rem 0;
      padding: 0;
      display: block; }
      header .menu-item a:hover {
        color: #3f3f3f; }
  header .menu-item-has-children {
    position: relative; }
    header .menu-item-has-children .sub-menu {
      display: none; }
    header .menu-item-has-children.active .sub-menu {
      display: block; } }
/* -- .MENU Mobile -- */
/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3f3f3f; }

body, p, span, a, .link, button.link {
  font-size: calc(1rem + .035vw); }

.btn, .link {
  font-family: "Zen Kaku Gothic New", sans-serif; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  font-family: "Zen Kaku Gothic New", sans-serif; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .title a {
    font-size: 100%; }

@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: calc(2rem + .035vw); }
    h1 svg, .h1 svg {
      width: calc(2rem + .035vw);
      height: calc(2rem + .035vw); } }
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: calc(2.4rem + .035vw); }
    h1 svg, .h1 svg {
      width: calc(2.4rem + .035vw);
      height: calc(2.4rem + .035vw); } }

@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: calc(1.6rem + .035vw); }
    h2 svg, .h2 svg {
      width: calc(1.6rem + .035vw);
      height: calc(1.6rem + .035vw); } }
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: calc(2rem + .035vw); }
    h2 svg, .h2 svg {
      width: calc(2rem + .035vw);
      height: calc(2rem + .035vw); } }

@media only screen and (max-width: 768px) {
  h3, .h3 {
    font-size: calc(1.4rem + .035vw); }
    h3 svg, .h3 svg {
      width: calc(1.4rem + .035vw);
      height: calc(1.4rem + .035vw); } }
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: calc(1.6rem + .035vw); }
    h3 svg, .h3 svg {
      width: calc(1.6rem + .035vw);
      height: calc(1.6rem + .035vw); } }

@media only screen and (max-width: 768px) {
  h4, .h4 {
    font-size: calc(1rem + .035vw); }
    h4 svg, .h4 svg {
      width: calc(1rem + .035vw);
      height: calc(1rem + .035vw); } }
@media only screen and (min-width: 768px) {
  h4, .h4 {
    font-size: calc(1.4rem + .035vw); }
    h4 svg, .h4 svg {
      width: calc(1.4rem + .035vw);
      height: calc(1.4rem + .035vw); } }

h5, .h5, h6, .h6 {
  font-size: calc(1rem + .035vw); }
  h5 svg, .h5 svg, h6 svg, .h6 svg {
    width: calc(1rem + .035vw);
    height: calc(1rem + .035vw); }

p {
  white-space: normal !important; }

p a, small a {
  font-size: 100%; }

.tag, .tag-primary, .tag-secondary, .tag-third, .tag-dark, .tag-light, .tag-white {
  font-size: 0.9rem;
  display: inline-block; }

.text-shadow {
  text-shadow: 2px 1px 9px #000000;
  -wekit-text-shadow: 2px 1px 9px #000000;
  -moz-text-shadow: 2px 1px 9px #000000;
  -o-text-shadow: 2px 1px 9px #000000; }

blockquote {
  opacity: 0.75;
  font-style: italic;
  padding: 1.5rem; }
  blockquote p:before, blockquote p:after {
    font-size: 130%;
    font-weight: bold; }
  blockquote p:before {
    content: '« '; }
  blockquote p:after {
    content: ' »'; }
  blockquote cite {
    text-align: right;
    display: block;
    font-weight: bold; }

/*----------*/
/*-- Buttons  --*/
/*----------*/
/* Reset */
a, a:hover, a:focus {
  text-decoration: none; }

a[href^="mailto:"] {
  text-transform: lowercase !important; }

button {
  background: transparent;
  outline: none;
  border: 0; }

a:hover, a:focus, button:hover, button:focus {
  text-decoration: none; }

@media only screen and (max-width: 576px) {
  a {
    word-break: break-word !important;
    overflow-wrap: break-word !important; } }

main p a {
  color: #ff6400; }

.link {
  text-transform: inherit; }
  .link svg {
    position: relative;
    top: -3px; }

.btn {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 1rem 1.2rem;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + .035vw);
  font-weight: 300; }
  .btn:focus, .btn:hover, .btn:active {
    text-decoration: none;
    outline: 0 transparent; }
  .btn svg {
    position: relative;
    top: -3px; }

.btn-icone, .top-container #top {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  padding: 0;
  text-align: center; }
  .btn-icone svg, .top-container #top svg {
    height: calc(35px - 50%);
    width: calc(35px - 50%);
    top: -2px;
    position: relative; }

.list-icone {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  .list-icone li {
    display: inline-block; }
  .list-icone a {
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #fff !important;
    width: 35px;
    height: 35px;
    line-height: 35px; }
  .list-icone a svg {
    height: calc(35px - 50%);
    width: calc(35px - 50%);
    top: -2px;
    position: relative; }

/* TAG */
.tag, .tag-primary, .tag-secondary, .tag-third, .tag-dark, .tag-light, .tag-white {
  padding: 0.25rem 0.5rem;
  display: inline-block; }

.top-container {
  position: fixed;
  margin: auto;
  text-align: right;
  left: 0;
  right: 0;
  bottom: 70px; }
  .top-container #top {
    opacity: 0; }
    .top-container #top.is-visible {
      opacity: 1; }

/**
prevArrow:"<button type='button' class='slick-prev pull-left'>\n" +
"<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" class=\"bi bi-chevron-left\" viewBox=\"0 0 16 16\">\n" +
"  <path fill-rule=\"evenodd\" d=\"M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\"/>\n" +
"</svg></button>",
nextArrow:"<button type='button' class='slick-next pull-right'><svg xmlns=\"http://www.w3.org/2000/svg\"  fill=\"currentColor\" class=\"bi bi-chevron-right\" viewBox=\"0 0 16 16\">\n" +
"  <path fill-rule=\"evenodd\" d=\"M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\"/>\n" +
"</svg></button>" **/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev svg,
  .slick-next svg {
    height: 1rem;
    width: 1rem;
    color: #ff6400; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }

.slick-prev {
  left: -25px; }

.slick-next {
  right: -25px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 1.5rem; }

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      /*Supprime les chriffres*/
      font-size: 0;
      line-height: 0;
      border: 0;
      background: transparent;
      color: transparent;
      /*Supprime les chriffres*/
      display: block;
      outline: none;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        content: '•';
        display: block;
        font-size: 3rem;
        text-align: center;
        color: #ff6400;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ff6400;
      opacity: 0.75; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*----------*/
/*-- EXTEND --*/
/*----------*/
.small-container {
  width: 750px;
  margin: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.transition, .squareImg, .rectangleImg, header .line, header .menu-container, a, button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.shadow {
  box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px -1px 13px -3px rgba(0, 0, 0, 0.17); }

.overlay {
  position: relative; }
  .overlay:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.list-no-style, header ul, footer ul {
  list-style: none;
  padding-left: 0; }

.bg-primary, .tag_primary, .tag-primary, .top-container #top, header .btn-icone {
  background-color: #ff6400;
  color: #fff; }

.bg-secondary, .tag-secondary {
  background-color: #a37a00;
  color: #fff; }

.bg-third, .tag-third {
  background-color: #a0b4c0;
  color: #fff; }

.bg-light, .tag-light, .tag-white {
  background-color: #f5ede8;
  color: #3f3f3f; }

.bg-white {
  background-color: #fff;
  color: #3f3f3f; }

.bg-dark, .tag-dark {
  background-color: #3f3f3f;
  color: #fff; }

.bg-secondary, .tag-secondary {
  background-color: #a37a00;
  color: #fff; }

/*----------------*/
/*-- Btn top --*/
/*----------------*/
.top-container {
  position: fixed;
  margin: auto;
  text-align: right;
  left: 0;
  right: 0;
  bottom: 70px; }
  .top-container #top.is-visible {
    opacity: 1; }
  .top-container #top {
    opacity: 0; }

/*----------------*/
/*-- Responsive --*/
/*----------------*/
@media (max-width: 768.98px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .navbar, .small-container {
    padding-right: 7% !important;
    padding-left: 7% !important; } }
/* Setting */
footer .list-icone a {
  background: #3f3f3f; }

/* home */
/* page */
/* header */
header h1 a {
  color: #3f3f3f;
  font-size: calc(2rem + .035vw);
  line-height: 1; }
  header h1 a strong {
    color: #a37a00;
    display: block; }
  header h1 a:hover, header h1 a:focus, header h1 a:active {
    color: #a37a00; }

/* main */
/* footer */

/*# sourceMappingURL=style.css.map */
