@charset "UTF-8";
/*
Theme Name: Starter Template
Theme URI: http://underscores.me/
Author: Tokiz Digital
Author URI: https://www.tokiz.fr
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Starter Template is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* FONT FACE */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  /*font-display: optional;*/
  src: url("assets/fonts/Montserrat-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  /*font-display: optional;*/
  src: url("assets/fonts/Montserrat-Bold.ttf") format("opentype");
}
/* VARIABLES */
html, body, #responsive-menu #responsive-menu-inner #mobile-menu, #content_repeater .line_galerie .container, #content_repeater .line_pictos .container {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* GLOBAL */
html {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 17px;
}
a {
  color: #00253e;
  text-decoration: none;
  transition: 0.2s;
}
h1, .h1 {
  font-size: 3.5rem;
  line-height: 1em;
}
h2, .h2 {
  font-size: 2.5rem;
  line-height: 1em;
}
h2 span, .h2 span {
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
}
h3, .h3 {
  line-height: 1em;
}
h4, .h4 {
  line-height: 1em;
}
h5, .h5 {
  line-height: 1em;
}
p {
  line-height: 1.5em;
}
li {
  margin: 7px 0;
}
blockquote {
  background-color: #000000;
  padding: 20px;
  border-radius: 15px;
  margin: 20px 0;
}
blockquote p {
  color: #ffffff;
  text-align: left;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/* WORDPRESS */
.gallery {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 530px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery figure {
  margin: 0;
}
.gallery a {
  display: block;
}
.gallery img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
@media (max-width: 530px) {
  .gallery img {
    height: 200px;
  }
}
.alignnone, .alignleft, .wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright, .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.alignright {
  float: right;
}
.wp-caption .wp-caption-text, .gallery-item .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* CLASS */
.clear {
  clear: both;
}
.wrapper {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.wrapper.big {
  width: 1500px;
}
.wrapper.medium {
  width: 1080px;
}
.wrapper.meh {
  width: 900px;
}
.wrapper.small {
  width: 600px;
}
.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.btn, form input[type="submit"], .wpcf7-form input[type="submit"], #colophon #footer-menus #footer-menu .btn_footer a {
  margin: 20px 0;
  display: inline-block;
  background-color: #00253e;
  padding: 25px 40px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.btn:before, form input[type="submit"]:before, .wpcf7-form input[type="submit"]:before, #colophon #footer-menus #footer-menu .btn_footer a:before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 90px;
  left: -80%;
  transform: skewX(-30deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.56) 50%, rgba(255, 255, 255, 0) 100%);
  transition: 0ms ease all;
  opacity: 0.5;
}
.btn span, form input[type="submit"] span, .wpcf7-form input[type="submit"] span, #colophon #footer-menus #footer-menu .btn_footer a span {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.btn.white, form input.white[type="submit"], .wpcf7-form input.white[type="submit"], #colophon #footer-menus #footer-menu .btn_footer a.white {
  background-color: #ffffff;
}
.btn.white:before, form input.white[type="submit"]:before, .wpcf7-form input.white[type="submit"]:before, #colophon #footer-menus #footer-menu .btn_footer a.white:before {
  background: linear-gradient(to right, rgba(0, 37, 62, 0.2) 0%, rgba(0, 37, 62, 0.7) 50%, rgba(0, 37, 62, 0) 100%);
}
.btn.white span, form input.white[type="submit"] span, .wpcf7-form input.white[type="submit"] span, #colophon #footer-menus #footer-menu .btn_footer a.white span {
  color: #00253e;
}
.btn:hover, form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover, #colophon #footer-menus #footer-menu .btn_footer a:hover {
  transform: scale(1.03);
}
.btn:hover:before, form input[type="submit"]:hover:before, .wpcf7-form input[type="submit"]:hover:before, #colophon #footer-menus #footer-menu .btn_footer a:hover:before {
  left: 110%;
  transition: 800ms ease all;
  opacity: 0.2;
}
.wrapper_btn {
  display: flex;
  margin-top: 37px;
}
.wrapper_btn.center {
  justify-content: center;
}
.wrapper_btn.left {
  justify-content: left;
}
.wrapper_btn.right {
  justify-content: right;
}
section {
  padding-top: 90px;
  padding-bottom: 90px;
}
/* Slick */
.slick-prev, .slick-next {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 25px;
  top: 50%;
  cursor: pointer;
  background-image: url(assets/img/right-arrow.svg);
  transform: translateY(-50%) rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
  border: 0;
  color: transparent;
  background-color: transparent;
  z-index: 2;
  transition: 0.3s;
}
.slick-next {
  right: 25px;
  left: auto;
  transform: translateY(-50%) rotate(0);
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  margin: 0 3px !important;
}
.slick-dots li.slick-active button {
  background-color: #00253e;
}
.slick-dots li button {
  background-color: transparent;
  border: 1px solid #00253e;
  padding: 0;
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
}
/* Fil d'ariane */
.breadcrumb {
  width: fit-content;
  margin: 0 auto !important;
  background-color: #9e2220;
  color: #ffffff;
  padding: 5px 20px !important;
}
.breadcrumb li {
  list-style: none;
  text-transform: uppercase;
  font-size: 12px;
}
.breadcrumb li a {
  color: #ffffff;
}
/* Form */
form, .wpcf7-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
form p, .wpcf7-form p {
  margin: 0;
}
form .mid, .wpcf7-form .mid {
  width: 47%;
  margin: 10px 0;
}
form .full, .wpcf7-form .full {
  width: 100%;
  margin: 10px 0;
}
form .submit, .wpcf7-form .submit {
  width: 100%;
  text-align: center;
  position: relative;
}
form .submit .wpcf7-spinner, .wpcf7-form .submit .wpcf7-spinner {
  display: none;
}
form .select label, .wpcf7-form .select label {
  display: block;
}
form .select select, .wpcf7-form .select select {
  width: 100%;
}
form label, .wpcf7-form label {
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #ffffff;
}
form label .wpcf7-not-valid-tip, .wpcf7-form label .wpcf7-not-valid-tip {
  font-size: 10px;
  text-transform: initial;
  margin-top: 5px;
}
form input, form textarea, .wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
}
form input, form select, form textarea, .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  color: #ffffff;
  border: 0;
  font-size: 16px;
  background-color: transparent;
  border-radius: 0;
  padding: 5px 10px 5px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
  transition: 0.2s;
}
form input:focus, form select:focus, form textarea:focus, .wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
  border-color: white;
}
form textarea, .wpcf7-form textarea {
  height: 120px;
}
form input[type="submit"], .wpcf7-form input[type="submit"] {
  text-transform: uppercase;
  font-weight: 700;
  color: #00253e;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #00253e;
  font-size: 1rem;
  margin: 0;
}
form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #00ab15;
}
/* Pagination */
.navigation {
  margin: 30px 0 0;
  width: 100%;
  text-align: center;
  grid-column: 1 / 4;
}
.navigation .nav-links .page-numbers {
  border: 2px solid #000000;
  padding: 5px 12px;
}
.navigation .nav-links .page-numbers.next, .navigation .nav-links .page-numbers.prev {
  border: 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.navigation .nav-links .page-numbers.current {
  background-color: #000000;
  color: #ffffff;
}
/* FAQ*/
.wrapper_faq .faq {
  position: relative;
}
.wrapper_faq .faq:after, .wrapper_faq .faq:first-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  transition: 0.2s;
  background-color: #000000;
}
.wrapper_faq .faq:hover:after, .wrapper_faq .faq.active:after {
  opacity: 1;
  background-color: #000000;
}
.wrapper_faq .faq .question {
  padding: 20px 60px 20px 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 530px) {
  .wrapper_faq .faq .question {
    padding: 15px 40px 15px 0;
  }
}
.wrapper_faq .faq .question h3 {
  font-size: 18px;
  color: #000000;
}
.wrapper_faq .faq .question:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 27px;
  color: #000000;
}
.wrapper_faq .faq .question > * {
  margin: 0;
}
.wrapper_faq .faq.active .question:after {
  content: "-";
  color: #000000;
}
.wrapper_faq .faq .reponse {
  display: none;
  padding: 0 60px 10px 0;
}
.wrapper_faq .faq .reponse p {
  color: #000000;
}
@media (max-width: 530px) {
  .wrapper_faq .faq .reponse {
    padding: 0 0 10px 0;
  }
}
/*--------------------------------------------------------------
MENU
--------------------------------------------------------------*/
#masthead {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  background-color: #011421;
  z-index: 100;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#masthead #logo {
  width: 15%;
  min-width: 240px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#masthead .wrapper_menu {
  width: 85%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
#masthead .wrapper_menu .top_menu {
  width: 100%;
  box-sizing: border-box;
  padding: 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 350px) {
  #masthead .wrapper_menu .top_menu {
    display: none;
  }
}
#masthead .wrapper_menu .top_menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
}
#masthead .wrapper_menu .top_menu ul li {
  list-style: none;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  margin: 0 10px;
  background-position: left 12px center;
  background-size: 13px;
  background-repeat: no-repeat;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 31px;
  font-size: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#masthead .wrapper_menu .top_menu ul li.tel {
  background-image: url(assets/img/phone-call.svg);
}
#masthead .wrapper_menu .top_menu ul li.adress {
  background-image: url(assets/img/compass.svg);
}
@media (max-width: 530px) {
  #masthead .wrapper_menu .top_menu ul li.adress {
    display: none;
  }
}
#masthead .wrapper_menu .top_menu ul li.horaires {
  background-image: url(assets/img/clock.svg);
}
@media (max-width: 1024px) {
  #masthead .wrapper_menu .top_menu ul li.horaires {
    display: none;
  }
}
#masthead .wrapper_menu .top_menu ul li a {
  color: #ffffff;
}
#masthead .wrapper_menu .top_menu ul li a:hover {
  opacity: 0.6;
}
#masthead .wrapper_menu #site-navigation {
  width: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}
@media (max-width: 768px) {
  #masthead .wrapper_menu #site-navigation {
    justify-content: flex-end;
    padding: 20px;
  }
}
@media (max-width: 350px) {
  #masthead .wrapper_menu #site-navigation {
    height: 100%;
  }
}
#masthead .wrapper_menu #site-navigation .menu-menu-principal-container {
  margin-right: 40px;
}
@media (max-width: 768px) {
  #masthead .wrapper_menu #site-navigation .menu-menu-principal-container {
    display: none;
  }
}
#masthead .wrapper_menu #site-navigation #primary-menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li {
  list-style: none;
  padding: 27px 0;
  margin: 0 20px;
  position: relative;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li.nolink > a {
  cursor: default;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li.vert .sub-menu > li a {
  border-left: 2px solid #4f6d31;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li.vert .sub-menu > li a:hover {
  background-color: #4f6d31;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li.rouge .sub-menu > li a {
  border-left: 2px solid #9e2220;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li.rouge .sub-menu > li a:hover {
  background-color: #9e2220;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li.current_page_item > a, #masthead .wrapper_menu #site-navigation #primary-menu > li.current-menu-ancestor > a {
  color: #ffffff;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li.current_page_item .sub-menu li.current-menu-item > a, #masthead .wrapper_menu #site-navigation #primary-menu > li.current-menu-ancestor .sub-menu li.current-menu-item > a {
  background-color: #00253e;
  color: #ffffff;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li > a {
  color: white;
  font-size: 17px;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li > a:hover {
  opacity: 0.6;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li .sub-menu {
  visibility: hidden;
  top: 50%;
  opacity: 0;
  position: absolute;
  left: 0;
  padding: 0;
  width: 300px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li .sub-menu > li {
  list-style: none;
  margin: 0;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li .sub-menu > li a {
  background-color: #ffffff;
  display: block;
  padding: 9px 25px;
  color: #000000;
  border-left: 2px solid #00253e;
  font-size: 0.9rem;
}
#masthead .wrapper_menu #site-navigation #primary-menu > li .sub-menu > li a:hover {
  background-color: #00253e;
  color: #ffffff;
}
#masthead .wrapper_menu #site-navigation .btn, #masthead .wrapper_menu #site-navigation form input[type="submit"], form #masthead .wrapper_menu #site-navigation input[type="submit"], #masthead .wrapper_menu #site-navigation .wpcf7-form input[type="submit"], .wpcf7-form #masthead .wrapper_menu #site-navigation input[type="submit"], #masthead .wrapper_menu #site-navigation #colophon #footer-menus #footer-menu .btn_footer a, #colophon #footer-menus #footer-menu .btn_footer #masthead .wrapper_menu #site-navigation a {
  margin: 0;
  padding: 18px 22px 18px 42px;
  position: relative;
  transition: 0.2s;
}
#masthead .wrapper_menu #site-navigation .btn span, #masthead .wrapper_menu #site-navigation form input[type="submit"] span, form #masthead .wrapper_menu #site-navigation input[type="submit"] span, #masthead .wrapper_menu #site-navigation .wpcf7-form input[type="submit"] span, .wpcf7-form #masthead .wrapper_menu #site-navigation input[type="submit"] span, #masthead .wrapper_menu #site-navigation #colophon #footer-menus #footer-menu .btn_footer a span, #colophon #footer-menus #footer-menu .btn_footer #masthead .wrapper_menu #site-navigation a span {
  font-size: 0.8rem;
}
#masthead .wrapper_menu #site-navigation .btn:before, #masthead .wrapper_menu #site-navigation form input[type="submit"]:before, form #masthead .wrapper_menu #site-navigation input[type="submit"]:before, #masthead .wrapper_menu #site-navigation .wpcf7-form input[type="submit"]:before, .wpcf7-form #masthead .wrapper_menu #site-navigation input[type="submit"]:before, #masthead .wrapper_menu #site-navigation #colophon #footer-menus #footer-menu .btn_footer a:before, #colophon #footer-menus #footer-menu .btn_footer #masthead .wrapper_menu #site-navigation a:before {
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  left: 10px;
  top: 51%;
  transform: translateY(-50%);
  background-image: url(assets/img/compass_bleu.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 2;
}
.btn_flottant {
  position: fixed;
  right: -300px;
  top: 430px;
  z-index: 1000;
  transition: 0.3s;
}
.btn_flottant.active {
  right: 0;
}
.btn_flottant .question {
  box-sizing: border-box;
  background-color: #9e2220;
  padding: 20px;
  color: #ffffff;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin-bottom: 5px;
}
.btn_flottant .question.bis {
  background-color: #4f6d31;
}
.btn_flottant .question:hover {
  background-color: #00253e;
}
.btn_flottant .question span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
}
.btn_flottant .question p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}
/*--------------------------------------------------------------
MENU MOBILE
--------------------------------------------------------------*/
#reponsive-menu-trigger-container {
  flex-flow: row-reverse;
  align-items: center;
  display: none;
}
@media (max-width: 1024px) {
  #reponsive-menu-trigger-container {
    display: flex;
  }
}
#reponsive-menu-trigger-container #responsive-menu-trigger {
  height: 30px;
  width: 42px;
  flex-flow: column;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
}
#reponsive-menu-trigger-container #responsive-menu-trigger span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: 0.2s;
  position: relative;
}
#reponsive-menu-trigger-container #responsive-menu-trigger span span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active > span {
  background-color: transparent;
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active > span:first-child {
  transform: translateY(15px);
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active > span:last-child {
  transform: translateY(-15px);
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active span span {
  opacity: 1;
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active span span:first-child {
  transform: rotate(45deg);
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active span span:last-child {
  transform: rotate(-45deg);
}
/* Menu */
#responsive-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  transition: 0.2s;
  z-index: 1000;
}
@media (max-width: 1024px) {
  #responsive-menu {
    display: block;
  }
}
#responsive-menu #responsive-menu-inner {
  width: 70%;
  max-width: 400px;
  background-color: #000000;
  box-sizing: border-box;
  height: 100%;
  padding: 20px 0;
  overflow-y: auto;
}
#responsive-menu #responsive-menu-inner #mobile-menu a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 15px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu {
  display: none;
  padding: 4px 0 12px 10px;
  margin: 0;
  background-color: #00253e;
  list-style: none;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu a {
  padding: 4px 15px;
  display: block;
  box-sizing: border-box;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu .sub-menu a {
  text-transform: initial;
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children > a:after {
  position: absolute;
  content: "▼";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #ffffff;
  font-size: 12px;
  transition: 0.2s;
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children.active > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children.active > .sub-menu {
  display: block;
}
#responsive-menu #responsive-menu-inner #mobile-menu .current-menu-item > a, #responsive-menu #responsive-menu-inner #mobile-menu .current-menu-ancestor > a {
  font-weight: 700;
}
#responsive-menu.active {
  right: 0;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
#header_home {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header_home:after {
  content: "";
  background: #0d1b2a;
  background: radial-gradient(circle, rgba(0, 37, 62, 0) 0%, #00253e 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
}
#header_home:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 200px;
  background: #0d1b2a;
  background: linear-gradient(180deg, rgba(0, 37, 62, 0) 0%, #00253e 100%);
}
#header_home .wrapper > div {
  max-width: 800px;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
#header_home .wrapper > div h1 {
  color: #ffffff;
}
#header_home .wrapper > div p {
  font-size: 1.2rem;
  max-width: 500px;
}
#header_home .image_de_fond {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}
section#home_sec1 {
  background-color: #00253e;
  margin-top: 0 !important;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
section#home_sec1 .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  margin-top: -150px;
}
section#home_sec1 .wrapper .inner {
  background-color: #011421;
  color: #ffffff;
  box-sizing: border-box;
  padding: 50px 0 0;
  transition: 0.3s;
  position: relative;
}
section#home_sec1 .wrapper .inner:hover {
  background-color: #00253e;
}
section#home_sec1 .wrapper .inner:hover .image {
  opacity: 0.7;
}
section#home_sec1 .wrapper .inner:nth-child(1):hover {
  background-color: #4f6d31;
}
section#home_sec1 .wrapper .inner:nth-child(2):hover {
  background-color: #9e2220;
}
section#home_sec1 .wrapper .inner .txt {
  padding: 0 33px;
}
section#home_sec1 .wrapper .inner h2 {
  margin: 0;
  font-size: 1.5rem;
  padding: 0 33px;
}
section#home_sec1 .wrapper .inner a.btn_small {
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0 33px;
}
section#home_sec1 .wrapper .inner a.btn_small:hover {
  opacity: 0.7;
}
section#home_sec1 .wrapper .inner .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 300px;
  margin-top: 45px;
  transition: 0.3s;
}
section#home_sec2 {
  background-color: #00253e;
  padding-top: 0;
}
section#home_sec2 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section#home_sec2 .wrapper > h2 {
  width: 40%;
  color: #ffffff;
  margin: 0;
}
section#home_sec2 .wrapper .container {
  width: 55%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
section#home_sec2 .wrapper .container .inner {
  position: relative;
}
section#home_sec2 .wrapper .container .inner span {
  position: absolute;
  left: 0;
  top: 19px;
  width: 60px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
}
section#home_sec2 .wrapper .container .inner .txt {
  color: #ffffff;
  padding-left: 80px;
}
section#home_sec2 .wrapper .container .inner .txt h3 {
  text-transform: uppercase;
  font-size: 1rem;
}
section#home_sec2 .wrapper .container .inner .txt p {
  font-size: 0.8rem;
}
section#home_sec3, section#home_sec4 {
  background-color: #00253e;
}
section#home_sec3 .wrapper, section#home_sec4 .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#home_sec3 .wrapper > div, section#home_sec4 .wrapper > div {
  width: 48%;
}
section#home_sec3 .wrapper .txt, section#home_sec4 .wrapper .txt {
  color: #ffffff;
}
section#home_sec3 .wrapper .image, section#home_sec4 .wrapper .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
section#home_sec_galerie {
  background-color: #00253e;
  position: relative;
  padding-bottom: 0;
}
section#home_sec_galerie:after {
  content: "";
  background: #00253e;
  background: linear-gradient(270deg, rgba(0, 37, 62, 0) 0%, #00253e 100%);
  height: 100%;
  width: 190px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
section#home_sec_galerie:before {
  content: "";
  background: #00253e;
  background: linear-gradient(90deg, rgba(0, 37, 62, 0) 0%, #00253e 100%);
  height: 100%;
  width: 190px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
section#home_sec_galerie .slick-arrow {
  z-index: 3;
  opacity: 0.7;
}
section#home_sec_galerie .slick-arrow:hover {
  opacity: 1;
}
section#home_sec_galerie .slick-dots {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
section#home_sec_galerie ul {
  padding: 0;
  margin: 0;
}
section#home_sec_galerie ul li {
  list-style: none;
  margin: 0;
}
section#home_sec_galerie ul li img {
  object-fit: cover;
  width: 100%;
  height: 700px;
}
section.sec_avis h2 {
  text-align: center;
}
section.sec_avis .container {
  position: relative;
}
section.sec_avis .container:before {
  content: "";
  background-image: url(assets/img/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
section.sec_avis .container .inner {
  text-align: center;
}
section.sec_avis .container .inner span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
}
section.sec_avis .container .slick-dots li button {
  width: 11px;
  height: 11px;
}
section#home_contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 90px 15%;
}
section#home_contact .img_fond {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  z-index: -2;
}
section#home_contact:before {
  content: "";
  background: #00253e;
  background: linear-gradient(-270deg, rgba(0, 37, 62, 0.3) 0%, #00253e 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
section#home_contact .form {
  background-color: rgba(0, 37, 62, 0.8);
  padding: 60px;
  width: 45%;
  box-sizing: border-box;
  backdrop-filter: blur(7px);
}
section#home_contact .txt {
  width: 45%;
  color: #ffffff;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
TEMPLATE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Bloc Builder
--------------------------------------------------------------*/
#content_repeater .margin {
  margin: 70px auto;
}
#content_repeater .formulaire .container h2, #content_repeater .formulaire .container h3 {
  margin: 0;
}
#content_repeater .line_bg_color .container, #content_repeater .line_bg_image .container {
  position: relative;
  z-index: 5;
}
#content_repeater .line_bg_color.line_width_wrapper, #content_repeater .line_bg_image.line_width_wrapper {
  padding-right: 40px;
  padding-left: 40px;
}
#content_repeater .realisation_line h2 {
  text-align: center;
}
#content_repeater .realisation_line h2:after {
  margin: 14px auto;
}
#content_repeater .line_bg_image {
  position: relative;
  background-size: cover;
  background-position: center center;
}
#content_repeater .line_bg_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 1;
}
#content_repeater .line_text_light * {
  color: #ffffff;
}
#content_repeater .line_width_full {
  padding: 70px 0;
}
#content_repeater .line_width_full .container {
  width: 1365px;
  max-width: 90%;
  margin: 0 auto;
}
#content_repeater .line_image .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#content_repeater .line_image .container .img {
  background-size: cover;
  background-position: center center;
  position: relative;
}
#content_repeater .line_image .container .img:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(assets/img/petit-triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
  width: 120px;
  height: 120px;
  transition: 0.2s;
}
#content_repeater .line_image .container .text {
  flex-basis: 0;
  flex-grow: 1;
  padding-right: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#content_repeater .line_image .container .text > h2 {
  margin-top: 0;
}
#content_repeater .line_image .container .text .btn, #content_repeater .line_image .container .text form input[type="submit"], form #content_repeater .line_image .container .text input[type="submit"], #content_repeater .line_image .container .text .wpcf7-form input[type="submit"], .wpcf7-form #content_repeater .line_image .container .text input[type="submit"], #content_repeater .line_image .container .text #colophon #footer-menus #footer-menu .btn_footer a, #colophon #footer-menus #footer-menu .btn_footer #content_repeater .line_image .container .text a {
  margin-top: 10px;
}
#content_repeater .line_image .container.line_align_reverse {
  flex-flow: row-reverse nowrap;
}
#content_repeater .line_image .container.line_align_reverse .text {
  padding-left: 70px;
  padding-right: 0;
}
@media (max-width: 1024px) {
  #content_repeater .line_image .container {
    flex-flow: column;
  }
  #content_repeater .line_image .container .img {
    width: 100% !important;
    height: 80vw;
  }
  #content_repeater .line_image .container .text {
    width: 100%;
    padding: 0 0 40px 0;
  }
  #content_repeater .line_image .container.line_align_reverse {
    flex-flow: column-reverse;
  }
  #content_repeater .line_image .container.line_align_reverse .text {
    padding: 40px 0 0 0;
  }
}
#content_repeater .line_colonnes .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#content_repeater .line_colonnes .container > div {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
#content_repeater .line_colonnes .container > div h3 {
  text-transform: initial;
  margin: 0;
}
#content_repeater .line_colonnes .container.line_colonnes_2 > div {
  width: 48%;
}
#content_repeater .line_colonnes .container.line_colonnes_3 > div {
  width: 31%;
}
#content_repeater .line_colonnes .container.line_colonnes_4 > div {
  width: 24%;
}
@media (max-width: 1024px) {
  #content_repeater .line_colonnes .container {
    flex-flow: row wrap;
  }
  #content_repeater .line_colonnes .container > div {
    margin-bottom: 30px;
  }
  #content_repeater .line_colonnes .container.line_colonnes_2 > div {
    width: 100%;
  }
  #content_repeater .line_colonnes .container.line_colonnes_3 > div {
    width: 48%;
  }
  #content_repeater .line_colonnes .container.line_colonnes_3 > div:last-child {
    width: 100%;
  }
  #content_repeater .line_colonnes .container.line_colonnes_4 > div {
    width: 48%;
  }
}
@media (max-width: 530px) {
  #content_repeater .line_colonnes .container > div {
    width: 100% !important;
  }
}
#content_repeater .line_galerie .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
}
#content_repeater .line_galerie .container li {
  display: block;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
  position: relative;
  transition: 0.2s;
}
@media (max-width: 1366px) {
  #content_repeater .line_galerie .container li {
    margin-bottom: 1vw !important;
  }
}
#content_repeater .line_galerie .container li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
}
#content_repeater .line_galerie .container li a:after {
  content: "+";
  color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  font-weight: 700;
  font-size: 32px;
  transition: 0.2s;
}
#content_repeater .line_galerie .container li span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 35%;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  opacity: 0;
  transition: 0.2s;
  text-overflow: ellipsis;
}
@media (max-width: 1366px) {
  #content_repeater .line_galerie .container li span {
    padding: 1vw;
  }
}
#content_repeater .line_galerie .container li:hover a {
  background-color: #000000;
}
#content_repeater .line_galerie .container li:hover a:after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
#content_repeater .line_galerie .container li:hover span {
  opacity: 1;
}
#content_repeater .line_galerie .container.line_gal_lightbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
#content_repeater .line_galerie .container.line_gal_lightbox li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 350px;
  margin: 0;
}
@media (max-width: 530px) {
  #content_repeater .line_galerie .container.line_gal_lightbox li {
    height: 250px;
  }
}
#content_repeater .line_galerie .container.line_gal_1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
#content_repeater .line_galerie .container.line_gal_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#content_repeater .line_galerie .container.line_gal_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 530px) {
  #content_repeater .line_galerie .container.line_gal_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#content_repeater .line_galerie .container.line_gal_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  #content_repeater .line_galerie .container.line_gal_4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 530px) {
  #content_repeater .line_galerie .container.line_gal_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#content_repeater .line_galerie .container.line_gal_5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  #content_repeater .line_galerie .container.line_gal_5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 530px) {
  #content_repeater .line_galerie .container.line_gal_5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#content_repeater .line_galerie .container.line_gal_6, #content_repeater .line_galerie .container.line_gal_7, #content_repeater .line_galerie .container.line_gal_8, #content_repeater .line_galerie .container.line_gal_9, #content_repeater .line_galerie .container.line_gal_10 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1024px) {
  #content_repeater .line_galerie .container.line_gal_6, #content_repeater .line_galerie .container.line_gal_7, #content_repeater .line_galerie .container.line_gal_8, #content_repeater .line_galerie .container.line_gal_9, #content_repeater .line_galerie .container.line_gal_10 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 530px) {
  #content_repeater .line_galerie .container.line_gal_6, #content_repeater .line_galerie .container.line_gal_7, #content_repeater .line_galerie .container.line_gal_8, #content_repeater .line_galerie .container.line_gal_9, #content_repeater .line_galerie .container.line_gal_10 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#content_repeater .line_faq .container .faq {
  position: relative;
}
#content_repeater .line_faq .container .faq:after, #content_repeater .line_faq .container .faq:first-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
  opacity: 0.4;
  transition: 0.2s;
}
#content_repeater .line_faq .container .faq:first-child:before {
  bottom: auto;
  top: 0;
}
#content_repeater .line_faq .container .faq:hover:after, #content_repeater .line_faq .container .faq.active:after {
  opacity: 1;
}
#content_repeater .line_faq .container .faq .question {
  padding: 23px 60px 23px 0;
  position: relative;
  cursor: pointer;
}
#content_repeater .line_faq .container .faq .question:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 27px;
}
#content_repeater .line_faq .container .faq .question > * {
  margin: 0;
  text-transform: initial;
  font-size: 20px;
}
#content_repeater .line_faq .container .faq.active .question:after {
  content: "-";
}
#content_repeater .line_faq .container .faq .reponse {
  display: none;
  padding: 0 60px 10px 0;
}
@media (max-width: 530px) {
  #content_repeater .line_faq .container .faq .reponse {
    padding: 0 0 10px 0;
  }
}
#content_repeater .line_pictos .container {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
#content_repeater .line_pictos .container li {
  display: block;
  background-color: #000000;
  padding: 20px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin: 5px;
  width: 16%;
}
@media (max-width: 1024px) {
  #content_repeater .line_pictos .container li {
    width: 43%;
  }
}
@media (max-width: 530px) {
  #content_repeater .line_pictos .container li {
    width: 37%;
    padding: 15px;
  }
}
#content_repeater .line_pictos .container li .h4 {
  font-size: 20px;
  margin-bottom: 0;
}
#content_repeater .line_pictos .container li span {
  display: block;
  width: 70px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center center;
  position: relative;
}
#content_repeater .line_pictos .container li span:after {
  content: "";
  background-color: #000000;
  width: 74px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(35deg);
  z-index: -1;
  transition: 0.2s;
}
#content_repeater .line_pictos .container li p {
  font-size: 14px;
}
#content_repeater .line_pictos .container.line_align_centre li {
  text-align: center;
}
#content_repeater .line_pictos .container.line_align_centre li span {
  margin: 0 auto;
}
#content_repeater .line_pictos .container.line_align_droite li {
  text-align: right;
}
#content_repeater .line_pictos .container.line_align_droite li span {
  margin: 0 0 0 auto;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#colophon {
  background-color: #011421;
}
@media (max-width: 530px) {
  #colophon {
    padding-bottom: 95px;
  }
}
#colophon #logo_footer {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #011421;
}
#colophon #copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  margin: 25px 0 0 0;
  opacity: 0.7;
}
#colophon #copyright a {
  color: rgba(255, 255, 255, 0.7);
}
#colophon #copyright a:hover {
  color: #4f6d31;
}
#colophon #footer-menus {
  margin-top: 30px;
}
#colophon #footer-menus #footer-menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 530px) {
  #colophon #footer-menus #footer-menu {
    flex-flow: column;
  }
}
#colophon #footer-menus #footer-menu .btn_footer a {
  background-image: url(assets/img/document.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 18px center;
  padding-left: 20px;
  text-transform: uppercase;
  opacity: 1;
  color: #ffffff;
  padding-left: 46px;
  margin-top: 20px;
}
#colophon #footer-menus #footer-menu .btn_footer a:after {
  content: none;
}
#colophon #footer-menus #footer-menu .btn_footer a:hover {
  background-color: #4f6d31;
}
#colophon #footer-menus #footer-menu > li {
  list-style: none;
  width: 30%;
}
@media (max-width: 768px) {
  #colophon #footer-menus #footer-menu > li {
    width: 100%;
  }
}
#colophon #footer-menus #footer-menu > li.vert > a {
  color: #4f6d31;
}
#colophon #footer-menus #footer-menu > li.vert > a::after {
  background-color: #4f6d31;
}
#colophon #footer-menus #footer-menu > li.rouge > a {
  color: #9e2220;
}
#colophon #footer-menus #footer-menu > li.rouge > a::after {
  background-color: #9e2220;
}
#colophon #footer-menus #footer-menu > li.nolink > a {
  cursor: default;
}
#colophon #footer-menus #footer-menu > li > a {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 350px) {
  #colophon #footer-menus #footer-menu > li > a {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#colophon #footer-menus #footer-menu > li > a:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  margin-top: 10px;
}
@media (max-width: 350px) {
  #colophon #footer-menus #footer-menu > li > a:after {
    margin-top: 2px;
  }
}
#colophon #footer-menus #footer-menu > li > ul {
  padding: 0;
  margin: 0;
}
#colophon #footer-menus #footer-menu > li > ul > li {
  list-style: none;
}
@media (max-width: 768px) {
  #colophon #footer-menus #footer-menu > li > ul > li {
    margin: 0;
  }
}
#colophon #footer-menus #footer-menu > li > ul > li > a {
  color: #ffffff;
  background-image: url(assets/img/right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left center;
  padding-left: 20px;
  transition: 0.2s;
}
#colophon #footer-menus #footer-menu > li > ul > li > a:hover {
  opacity: 0.7;
}
#colophon #footer-menus #footer-menu > li > ul > li.tel a, #colophon #footer-menus #footer-menu > li > ul > li.mail a, #colophon #footer-menus #footer-menu > li > ul > li.horaires a {
  font-size: 18px;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left center;
}
#colophon #footer-menus #footer-menu > li > ul > li.mail a {
  background-image: url(assets/img/compass.svg);
}
#colophon #footer-menus #footer-menu > li > ul > li.mail a:hover {
  opacity: 0.7;
}
#colophon #footer-menus #footer-menu > li > ul > li.tel a {
  background-image: url(assets/img/phone-call.svg);
}
#colophon #footer-menus #footer-menu > li > ul > li.tel a:hover {
  opacity: 0.7;
}
#colophon #footer-menus #footer-menu > li > ul > li.horaires a {
  background-image: url(assets/img/clock.svg);
  cursor: default;
}
