@charset "UTF-8";
/*
Theme Name: Starter Template
Theme URI: https://underscores.me/
Author: Tokiz
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: https://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 https://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://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-family: "NotoSerif";
  font-style: normal;
  font-weight: 400;
  /*font-display: optional;*/
  src: url("assets/fonts/NotoSerif-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "NotoSerif";
  font-style: normal;
  font-weight: 800;
  /*font-display: optional;*/
  src: url("assets/fonts/NotoSerif-ExtraBold.ttf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  /*font-display: optional;*/
  src: url("assets/fonts/Poppins-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  /*font-display: optional;*/
  src: url("assets/fonts/Poppins-Bold.ttf") format("opentype");
}
/* VARIABLES */
html, body, #responsive-menu #responsive-menu-inner #mobile-menu, .shop_table .product-name .variation, .shop_table .product-name .wc-item-meta, .woocommerce ul.order_details, body.interface-commercant .cheques_infos, #content_repeater .line_galerie .container, #content_repeater .line_pictos .container {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* GLOBAL */
html {
  font-family: "Poppins", "Verdana", sans-serif;
  color: #02233f;
}
a {
  text-decoration: none;
  color: #8893c0;
  transition: 0.3s;
}
h1, .h1 {
  font-weight: 400;
  font-size: 45px;
}
@media (max-width: 1100px) {
  h1, .h1 {
    font-size: 35px;
  }
}
h1 i, h1 em, .h1 i, .h1 em {
  color: #ffd800;
  font-weight: 700;
  font-style: normal;
}
h2, .h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2em;
}
@media (max-width: 1100px) {
  h2, .h2 {
    font-size: 25px;
  }
}
h2 strong, .h2 strong {
  display: block;
  color: #8893c0;
}
h3, .h3 {
  font-size: 25px;
}
@media (max-width: 1100px) {
  h3, .h3 {
    font-size: 20px;
  }
}
h4, .h4 {
  font-size: 20px;
}
@media (max-width: 1100px) {
  h4, .h4 {
    font-size: 18px;
  }
}
p, li {
  line-height: 1.5em;
  color: #02233f;
}
li {
  margin: 7px 0;
}
blockquote {
  padding: 20px;
  background-color: #8893c0;
  border: 1px solid #8893c0;
  border-radius: 15px;
  margin: 1em 0;
  position: relative;
  margin: 30px;
}
blockquote:after {
  content: "";
  background-image: url(assets/img/item.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: -38px;
  top: -30px;
  width: 60px;
  height: 60px;
  transform: rotate(-170deg);
}
blockquote p {
  font-size: 18px;
}
blockquote * {
  color: #ffffff;
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
address {
  box-sizing: border-box;
  padding: 15px 20px !important;
  border: 1px solid #8893c0 !important;
  border-radius: 20px !important;
}
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: 1100px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery figure {
  margin: 0;
}
.gallery a {
  display: block;
}
.gallery img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  border-radius: 15px;
}
@media (max-width: 600px) {
  .gallery img {
    height: 200px;
  }
}
.gallery > div {
  position: relative;
}
.gallery > div a.delete {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transition: all 200ms ease-in-out;
}
.gallery > div a.delete:hover {
  opacity: 1;
}
.gallery > div a.delete svg {
  fill: #decc10;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
}
.gallery > div a.delete::before {
  content: "";
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.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;
}
.gallery .gallery-item {
  transition: 0.2s;
}
.gallery .gallery-item:hover {
  opacity: 0.7;
}
.gallery-item a.youtube {
  position: relative;
}
.gallery-item a.youtube:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(assets/img/play-button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
/* CLASS */
.clear {
  clear: both;
}
.wrapper {
  width: 1147px;
  max-width: 92%;
  margin: 0 auto;
}
.wrapper.big {
  width: 1455px;
}
.wrapper.medium {
  width: 900px;
}
.wrapper.small {
  width: 500px;
}
.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.btn, #masthead ul#primary-menu li.toggle_search a, #loginform input[type="submit"], .enseignes-container .right form.villes input[type="submit"], body.author #galerie-form input[type="submit"] {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #ffd800;
  border-radius: 50px;
  background-color: #8893c0;
  transition: 0.3s;
  border: 1px solid #8893c0;
  padding: 17px 32px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .btn, #masthead ul#primary-menu li.toggle_search a, #loginform input[type="submit"], .enseignes-container .right form.villes input[type="submit"], body.author #galerie-form input[type="submit"] {
    font-size: 13px;
  }
}
.btn:hover, #masthead ul#primary-menu li.toggle_search a:hover, #loginform input[type="submit"]:hover, .enseignes-container .right form.villes input[type="submit"]:hover, body.author #galerie-form input[type="submit"]:hover {
  background-color: transparent;
  color: #8893c0;
}
.btn.border_r, #masthead ul#primary-menu li.toggle_search a.border_r, #loginform input.border_r[type="submit"], .enseignes-container .right form.villes input.border_r[type="submit"], body.author #galerie-form input.border_r[type="submit"] {
  background-color: transparent;
  color: #8893c0;
  border-color: #8893c0;
}
.btn.border_r:hover, #masthead ul#primary-menu li.toggle_search a.border_r:hover, #loginform input.border_r[type="submit"]:hover, .enseignes-container .right form.villes input.border_r[type="submit"]:hover, body.author #galerie-form input.border_r[type="submit"]:hover {
  background-color: #8893c0;
  color: #ffd800;
}
.btn.disabled, #masthead ul#primary-menu li.toggle_search a.disabled, #loginform input.disabled[type="submit"], .enseignes-container .right form.villes input.disabled[type="submit"], body.author #galerie-form input.disabled[type="submit"] {
  pointer-events: none;
  opacity: 0.3;
}
.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, .section {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
@media (max-width: 600px) {
  section, .section {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
/* Slick */
.slick-prev, .slick-next {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  cursor: pointer;
  /*background-image: url(assets/img/arrow_left_black.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;
}
.slick-next {
  right: 0;
  left: auto;
  transform: translateY(-50%) rotate(0);
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.slick-dots li {
  margin: 0 4px;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}
.slick-dots li button {
  background-color: #8893c0;
  border: 1px solid #8893c0;
  padding: 0;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
}
/* Fil d'ariane */
#breadcrumbs {
  font-size: 11px;
  margin: 10px 0 0;
}
#breadcrumbs .breadcrumb_last {
  color: #02233f;
}
/* FORM */
select, textarea, input:not([type="submit"]), .select2-container--default .select2-selection--single {
  border: 1px solid rgba(136, 147, 192, 0.3);
  transition: 0.2s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 8px 12px;
  outline: none;
  border-radius: 10px;
}
select:focus, textarea:focus, input:not([type="submit"]):focus, .select2-container--default .select2-selection--single:focus {
  border-color: #8893c0;
}
select:disabled, textarea:disabled, input:not([type="submit"]):disabled, .select2-container--default .select2-selection--single:disabled {
  filter: grayscale(1);
  background-color: rgba(255, 216, 0, 0.17);
}
.select2-container--default .select2-selection--single {
  padding: 0;
  height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 4px 12px;
}
label > span, .form-row > label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}
.form-row > label {
  line-height: 1em !important;
  margin-top: 6px;
}
.wpcf7-form, #info-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
.wpcf7-form p, #info-up p {
  margin: 0;
}
.wpcf7-form .mid, #info-up .mid {
  width: 49.5%;
  margin: 5px 0;
}
@media (max-width: 600px) {
  .wpcf7-form .mid, #info-up .mid {
    width: 100%;
  }
}
.wpcf7-form .full, #info-up .full {
  width: 100%;
  margin: 5px 0;
}
.wpcf7-form .submit, #info-up .submit {
  width: 100%;
  text-align: center;
  position: relative;
}
.wpcf7-form .submit .wpcf7-spinner, #info-up .submit .wpcf7-spinner {
  position: absolute;
  bottom: -15px;
  left: 47%;
  transform: translateX(-50%);
}
.wpcf7-form .select label, #info-up .select label {
  display: block;
}
.wpcf7-form .select select, #info-up .select select {
  width: 100%;
}
.wpcf7-form label, #info-up label {
  text-transform: uppercase;
  font-size: 12px;
  color: #c3c3c3;
}
.wpcf7-form input, .wpcf7-form textarea, #info-up input, #info-up textarea {
  width: 100%;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea, #info-up input, #info-up select, #info-up textarea {
  color: #02233f;
  border: 1px solid transparent;
  font-size: 13px;
  background-color: #ffffff;
  border-radius: 7px;
  padding: 10px 11px 10px 20px;
  box-sizing: border-box;
  outline: none;
  transition: 0.2s;
}
.wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus, #info-up input:focus, #info-up select:focus, #info-up textarea:focus {
  border: 1px solid #ffd800;
}
.wpcf7-form::placeholder, #info-up::placeholder {
  color: rgba(2, 35, 63, 0.6);
}
.wpcf7-form textarea, #info-up textarea {
  height: 120px;
}
.wpcf7-form input[type="submit"], #info-up input[type="submit"] {
  background-color: #fc9f36;
  color: #ffffff;
  padding: 15px 50px;
  text-transform: uppercase;
  margin: 20px 0;
  border: 0;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  transition: 0.2s;
  font-size: 14px;
  font-weight: 700;
  width: initial;
  transition: 0.2s;
}
.wpcf7-form input[type="submit"]:hover, #info-up input[type="submit"]:hover {
  background-color: #8893c0;
}
.wpcf7-not-valid-tip {
  font-size: 10px;
  text-transform: initial;
  margin-top: 5px;
}
.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: 80px 0 0;
  width: 100%;
  text-align: center;
  grid-column: 1 / 4;
}
.navigation .nav-links .page-numbers {
  border: 2px solid #ffd800;
  padding: 5px 12px;
  border-radius: 5px;
  color: #ffd800;
}
.navigation .nav-links .page-numbers.next, .navigation .nav-links .page-numbers.prev {
  border: 0;
  text-transform: uppercase;
  font-family: "Poppins", "Verdana", sans-serif;
}
.navigation .nav-links .page-numbers.current {
  background-color: #ffd800;
  color: #ffffff;
  padding: 5px 14px;
}
/* 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: #ffd800;
}
.wrapper_faq .faq:hover:after, .wrapper_faq .faq.active:after {
  opacity: 1;
  background-color: #ffd800;
}
.wrapper_faq .faq .question {
  padding: 20px 60px 20px 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 600px) {
  .wrapper_faq .faq .question {
    padding: 15px 40px 15px 0;
  }
}
.wrapper_faq .faq .question h3 {
  font-size: 18px;
  color: #02233f;
}
.wrapper_faq .faq .question:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 27px;
  color: #02233f;
}
.wrapper_faq .faq .question > * {
  margin: 0;
}
.wrapper_faq .faq.active .question:after {
  content: "-";
  color: #ffd800;
}
.wrapper_faq .faq .reponse {
  display: none;
  padding: 0 60px 10px 0;
}
.wrapper_faq .faq .reponse p {
  color: #02233f;
}
@media (max-width: 600px) {
  .wrapper_faq .faq .reponse {
    padding: 0 0 10px 0;
  }
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  /* Doit être sous .show_search */
}
.show_search {
  padding: 60px 19% 17px;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #02233f;
  display: none;
}
@media (max-width: 1100px) {
  .show_search {
    padding: 24px 50px 24px;
  }
}
@media (max-width: 600px) {
  .show_search {
    padding: 30px 21px 17px;
  }
}
.show_search .close {
  position: absolute;
  top: 20px;
  right: 40px;
  background-image: url(assets/img/close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1;
}
@media (max-width: 600px) {
  .show_search .close {
    top: 10px;
    right: 10px;
  }
}
.show_search .close:hover {
  transform: rotate(360deg);
}
.show_search .search-enseigne:before {
  left: 0;
}
@media (max-width: 600px) {
  .show_search .search-enseigne:before {
    width: 20px;
    height: 20px;
  }
}
.show_search .search-enseigne input {
  border-radius: 0 !important;
  padding-left: 43px !important;
  height: 58px !important;
}
@media (max-width: 600px) {
  .show_search .search-enseigne input {
    border-bottom: 1px solid #fc9f36 !important;
    height: 45px !important;
    padding-left: 27px !important;
  }
}
.responsive_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  display: none;
  align-items: stretch;
}
@media (max-width: 600px) {
  .responsive_btn {
    display: flex;
  }
}
.responsive_btn a {
  display: block;
  padding: 12px 10px;
  text-align: center;
  background-color: #8893c0;
  color: #ffd800;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.responsive_btn a:hover {
  background-color: #ffd800;
  color: #8893c0;
}
.responsive_btn a:first-child {
  background-color: #fc9f36;
  color: #ffffff;
}
.responsive_btn a:first-child:hover {
  background-color: #ffffff;
  color: #fc9f36;
}
/*body:not(.interface-commercant) {
    position: relative;
    padding-top: 30px;
    &:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 10%;
        left: 10%;
        height: 400px;
        background-color: $bg;
        border-radius: 0 0 30px 30px;
        z-index: -1;

        @include tablet {
            right: 0;
            left: 0;
        }
        @include mobile {
            height: 320px;
        }
    }
    &:after {
        content: "";
        background-image: url('assets/img/item.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left center;
        width: 500px;
        height: 700px;
        position: absolute;
        left: 0;
        top: 0;
        @include tablet {
            opacity: 0.3;
            width: 100%;
        }
        @include mobile {
            width: 300px;
            height: 500px;
        }
    }
}
*/
#masthead {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 36px;
  width: 100%;
}
@media (max-width: 600px) {
  #masthead {
    top: 16px;
  }
}
#masthead .wrapper {
  background-color: #ffffff;
  box-shadow: 10px 10px 19px 0 rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px 30px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 600px) {
  #masthead .wrapper {
    padding: 7px 9px;
  }
}
#masthead .wrapper .logos {
  padding: 0;
  margin: 0 30px 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  #masthead .wrapper .logos {
    display: none;
  }
}
@media (max-width: 1100px) {
  #masthead .wrapper .logos {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  #masthead .wrapper .logos {
    display: none;
  }
}
#masthead .wrapper .logos li {
  list-style: none;
}
#masthead .wrapper .logos li:first-child img {
  width: 80px;
}
@media (max-width: 1500px) {
  #masthead .wrapper .logos li:first-child img {
    width: 62px;
  }
}
#masthead .wrapper .logos li img {
  width: 60px;
  display: block;
}
@media (max-width: 1500px) {
  #masthead .wrapper .logos li img {
    width: 44px;
  }
}
#masthead #logo {
  display: block;
  width: 92px;
}
@media (max-width: 1300px) {
  #masthead #logo {
    width: auto;
  }
}
#masthead #logo img {
  display: block;
  max-height: 90px;
  width: auto;
}
@media (max-width: 1500px) {
  #masthead #logo img {
    max-height: 81px;
  }
}
@media (max-width: 600px) {
  #masthead #logo img {
    height: auto;
    max-width: 60px;
  }
}
#masthead #site-navigation {
  width: 76%;
}
@media (max-width: 600px) {
  #masthead #site-navigation {
    width: 23%;
  }
}
#masthead ul#primary-menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) {
  #masthead ul#primary-menu {
    justify-content: flex-end;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 600px) {
  #masthead ul#primary-menu {
    margin: 0;
  }
}
#masthead ul#primary-menu li {
  list-style: none;
  margin: 0 10px;
  position: relative;
}
@media (max-width: 1500px) {
  #masthead ul#primary-menu li {
    margin: 0 6px;
  }
}
@media (max-width: 1100px) {
  #masthead ul#primary-menu li {
    display: none;
  }
}
#masthead ul#primary-menu li.current-menu-item > a, #masthead ul#primary-menu li.current_page_parent > a, #masthead ul#primary-menu li.current-menu-ancestor > a {
  color: #fc9f36;
}
#masthead ul#primary-menu li a {
  color: #02233f;
}
@media (max-width: 1500px) {
  #masthead ul#primary-menu li a {
    font-size: 14px;
  }
}
#masthead ul#primary-menu li a:hover {
  color: #29c2c9;
}
#masthead ul#primary-menu li.toggle_search {
  display: block;
}
#masthead ul#primary-menu li.toggle_search a {
  background-color: #02233f;
  border-color: #02233f;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 17px 10px 42px;
  background-image: url(assets/img/search-interface-symbol.svg);
  background-repeat: no-repeat;
  background-position: left 13px center;
  background-size: 24px;
}
@media (max-width: 1500px) {
  #masthead ul#primary-menu li.toggle_search a {
    font-size: 12px;
    background-size: 18px;
  }
}
@media (max-width: 600px) {
  #masthead ul#primary-menu li.toggle_search a {
    font-size: 0;
    background-position: center center;
    background-color: #fc9f36;
    background-size: 21px;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    border: 0;
  }
}
#masthead ul#primary-menu li.toggle_search a:hover {
  padding: 12px 17px 12px 17px;
  border-color: #8893c0;
}
@media (max-width: 600px) {
  #masthead ul#primary-menu li.toggle_search a:hover {
    padding: 0;
    background-color: #8893c0;
  }
}
#masthead ul#primary-menu li.full {
  margin: 0 4px;
}
@media (max-width: 1300px) {
  #masthead ul#primary-menu li.full {
    display: none;
  }
}
#masthead ul#primary-menu li.full a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  border-radius: 50px;
  background-color: #fc9f36;
  transition: 0.3s;
  border: 1px solid #fc9f36;
  padding: 13px 20px;
  transition: 0.3s;
}
@media (max-width: 1500px) {
  #masthead ul#primary-menu li.full a {
    font-size: 12px;
  }
}
#masthead ul#primary-menu li.full a:hover {
  background-color: transparent;
  color: #fc9f36;
}
#masthead ul#primary-menu li.border {
  margin: 0 4px;
}
#masthead ul#primary-menu li.border a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #ffd800;
  border-radius: 50px;
  background-color: transparent;
  transition: 0.3s;
  border: 1px solid #ffd800;
  padding: 13px 20px;
}
@media (max-width: 1500px) {
  #masthead ul#primary-menu li.border a {
    font-size: 12px;
  }
}
#masthead ul#primary-menu li.border a:hover {
  background-color: #ffd800;
  color: #8893c0;
}
#masthead ul#primary-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
#masthead ul#primary-menu li .sub-menu {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #ffffff;
  padding: 7px;
  box-shadow: 10px 10px 19px 0 rgba(0, 0, 0, 0.1);
  width: 200px;
  z-index: 1;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
#masthead ul#primary-menu li .sub-menu li a {
  font-size: 14px;
}
#masthead .cart {
  display: block;
  height: 32px;
  width: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("assets/img/panier.svg");
}
@media (max-width: 1100px) {
  #masthead .cart {
    margin-right: 162px;
  }
}
#masthead .cart .cart-contents-count {
  background-color: #29c2c9;
  display: block;
  padding: 4px;
  font-size: 0.7em;
  position: absolute;
  top: -6px;
  left: calc(100% - 16px);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
#masthead .login-btn, #masthead .fiche-btn, #masthead .logout-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
/*--------------------------------------------------------------
MENU MOBILE
--------------------------------------------------------------*/
.btn_float {
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
  margin-left: 12px;
}
@media (max-width: 1100px) {
  .btn_float {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .btn_float {
    right: 18px;
  }
}
#reponsive-menu-trigger-container {
  flex-flow: row-reverse;
  align-items: center;
  display: none;
}
@media (max-width: 1100px) {
  #reponsive-menu-trigger-container {
    display: flex;
    margin-left: 13px;
  }
}
#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: #8893c0;
  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: 1100px) {
  #responsive-menu {
    display: block;
  }
}
#responsive-menu #responsive-menu-inner {
  width: 70%;
  max-width: 400px;
  background-color: #8893c0;
  box-sizing: border-box;
  height: 100%;
  padding: 20px 0;
  overflow-y: auto;
}
#responsive-menu #responsive-menu-inner ul.logos {
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  margin: 0;
}
#responsive-menu #responsive-menu-inner ul.logos li {
  list-style: none;
}
#responsive-menu #responsive-menu-inner ul.logos li a {
  display: block;
}
#responsive-menu #responsive-menu-inner ul.logos li a img {
  width: 70px;
}
#responsive-menu #responsive-menu-inner #mobile-menu li {
  margin: 0;
}
#responsive-menu #responsive-menu-inner #mobile-menu a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 15px;
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu {
  display: none;
  padding: 4px 0 12px 10px;
  margin: 0;
  list-style: none;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu a {
  padding: 2px 15px;
  display: block;
  box-sizing: border-box;
  border: 0;
}
#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 {
  padding-top: 166px;
  position: relative;
  height: 500px;
}
@media (max-width: 600px) {
  #header_home {
    padding-top: 80px;
    padding-bottom: 20px;
    height: 400px;
  }
}
#header_home #fond {
  background-color: #29c2c9;
  width: 90%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 1300px) {
  #header_home #fond {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  #header_home #fond {
    height: 539px;
  }
}
@media (max-width: 600px) {
  #header_home #fond {
    height: 100%;
  }
}
#header_home .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  height: 100%;
  width: 1300px;
}
@media (max-width: 600px) {
  #header_home .wrapper {
    flex-flow: row wrap;
  }
}
#header_home .wrapper .txt {
  width: 56%;
  margin-bottom: 70px;
  color: #02233f;
  position: relative;
}
@media (max-width: 600px) {
  #header_home .wrapper .txt {
    width: 100%;
  }
}
@keyframes cursorMove {
  0% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(-20px, -20px);
    /* montée */
  }
  70% {
    transform: translate(-20px, -20px);
    /* pause */
  }
  100% {
    transform: translate(0, 0);
    /* redescente */
  }
}
@keyframes circleFlash {
  0%, 29% {
    opacity: 0;
    transform: scale(0);
  }
  30% {
    opacity: 0.3;
    transform: scale(1);
  }
  60% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes clickPulse {
  0%, 39% {
    transform: rotate(-16deg) scale(1);
  }
  40% {
    transform: rotate(-16deg) scale(0.85);
    /* début clic */
  }
  60% {
    transform: rotate(-16deg) scale(0.85);
    /* clic maintenu */
  }
  70% {
    transform: rotate(-16deg) scale(1);
    /* retour normal */
  }
  100% {
    transform: rotate(-16deg) scale(1);
  }
}
#header_home .wrapper .txt .click-circle {
  position: absolute;
  bottom: -11px;
  right: 14px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  animation: circleFlash 2.5s ease-in-out infinite;
  animation-delay: 1s;
  /* délai pour synchroniser avec la pause de cursorMove */
}
#header_home .wrapper .txt .cursor {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -7px;
  right: -23px;
  animation: cursorMove 2.5s ease-in-out infinite;
}
@media (max-width: 600px) {
  #header_home .wrapper .txt .cursor {
    display: none;
  }
}
#header_home .wrapper .txt .cursor img {
  width: 50px;
  height: auto;
  transform: rotate(-16deg);
  animation: clickPulse 2.5s ease-in-out infinite;
}
#header_home .wrapper .txt .play-video-container {
  text-align: center;
}
#header_home .wrapper .txt .play-video-container a {
  cursor: pointer;
  display: inline-block;
  transition: all 200ms ease-in-out;
}
#header_home .wrapper .txt .play-video-container a:hover {
  transform: scale(0.96);
}
#header_home .wrapper .txt .play-video-container a img {
  width: 140px;
}
@media (max-width: 1100px) {
  #header_home .wrapper .txt .play-video-container a img {
    width: 100px;
  }
}
#header_home .wrapper .txt h1 {
  margin: 0 0 40px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
  font-size: 54px;
  line-height: 1.2em;
}
@media (max-width: 600px) {
  #header_home .wrapper .txt h1 {
    text-align: center;
    font-size: 30px;
  }
}
#header_home .wrapper .txt span.mark {
  display: block;
  background-image: url(assets/img/exclamation-mark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 167px;
  height: 404px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(15deg);
}
#header_home .wrapper .img {
  width: 39%;
  position: relative;
  /*&:after {
                content: "";
                background-image: url(assets/img/thumbsup.svg);
                background-position: center center;
                background-size: contain;
                background-repeat: no-repeat;
                width: 69px;
                height: 69px;
                position: absolute;
                bottom: 143px;
                left: -8px;
                transition: 0.3s;
            }
            &:before {
                content: "";
                background-image: url(assets/img/courbe.svg);
                background-position: center center;
                background-size: contain;
                background-repeat: no-repeat;
                width: 50px;
                height: 105px;
                position: absolute;
                bottom: 38%;
                right: 57px;
                @include tablet {
                    content: none;
                }
            }*/
  /*> span {
                display: block;
                font-size: 12px;
                border-radius: 15px;
                border: 1px solid $black;
                position: absolute;
                top: 77px;
                right: 12px;
                background-color: $orange;
                box-sizing: border-box;
                width: 72%;
                box-shadow: $shadow;
                transition: 0.3s;
                @include treizepouces {
                    right: 0;
                }
                @include tablet {
                    display: none;
                }
                p {
                    margin: 0;
                }
                &.one {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 15px 19px 15px 20px;
                    @include tablet {
                        display: none;
                    }
                    &:after {
                        content: "";
                        background-image: url(assets/img/3traits.svg);
                        background-repeat: no-repeat;
                        background-size: contain;
                        background-position: center center;
                        position: absolute;
                        right: -27px;
                        top: -35px;
                        width: 35px;
                        height: 41px;
                    }
                    p {
                        width: 80%;
                    }
                    .person {
                        background-image: url(assets/img/unnamed.png);
                        background-position: center center;
                        background-repeat: no-repeat;
                        display: block;
                        width: 48px;
                        height: 48px;
                        border-radius: 50%;
                        margin-right: 7px;
                    }
                }
                &.two {
                    font-weight: $bold;
                    background-color: $white;
                    top: 166px;
                    right: -62px;
                    padding: 15px 19px 15px 35px;
                    @include treizepouces {
                        right: 0;
                    }
                    &:after {
                        content: "";
                        background-image: url(assets/img/quotation.svg);
                        background-repeat: no-repeat;
                        background-size: contain;
                        background-position: center center;
                        position: absolute;
                        left: -16px;
                        top: 50%;
                        transform: translateY(-50%);
                        width: 36px;
                        height: 36px;
                    }
                }
            }*/
}
@media (max-width: 600px) {
  #header_home .wrapper .img {
    display: none;
  }
}
#header_home .wrapper .img span {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 31px;
  font-style: italic;
  color: #02233f;
  font-size: 22px;
  position: absolute;
  top: 16px;
  left: -114px;
}
#header_home .wrapper .img span:after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -7px;
  transform: rotate(24deg);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 26px solid transparent;
  border-right: 25px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}
#header_home .wrapper .img img {
  width: 100%;
  display: block;
  height: auto;
}
section#home_sec1 .commerces_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 1100px) {
  section#home_sec1 .commerces_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  section#home_sec1 .commerces_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
section#home_sec1 .commerces_wrapper .inner {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 600px) {
  section#home_sec1 .commerces_wrapper .inner {
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
section#home_sec1 .commerces_wrapper .inner:hover h3 {
  color: #8893c0;
}
section#home_sec1 .commerces_wrapper .inner:hover span:after {
  left: -15px;
  top: -15px;
}
section#home_sec1 .commerces_wrapper .inner span {
  background-color: grey;
  border-radius: 15px;
  height: 126px;
  width: 126px;
  display: block;
  margin-right: 15px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 600px) {
  section#home_sec1 .commerces_wrapper .inner span {
    width: 60px;
    height: 60px;
    margin: 0;
    border-radius: 10px;
  }
}
section#home_sec1 .commerces_wrapper .inner span:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #8893c0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 15px;
  transition: 0.2s;
}
@media (max-width: 600px) {
  section#home_sec1 .commerces_wrapper .inner span:after {
    border-radius: 10px;
  }
}
section#home_sec1 .commerces_wrapper .inner h3 {
  transition: 0.2s;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  width: 55%;
  font-family: "Poppins", "Verdana", sans-serif;
  color: #02233f;
}
@media (max-width: 600px) {
  section#home_sec1 .commerces_wrapper .inner h3 {
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 1em;
    margin-top: 10px;
  }
}
section.home_sec2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  section.home_sec2 {
    flex-flow: column-reverse;
  }
}
@media (max-width: 820px) {
  section.home_sec2.bis {
    flex-flow: row-reverse wrap;
  }
}
section.home_sec2 > * {
  width: 47%;
}
@media (max-width: 820px) {
  section.home_sec2 > * {
    width: 100%;
  }
}
section.home_sec2 .txt .btn, section.home_sec2 .txt #masthead ul#primary-menu li.toggle_search a, #masthead ul#primary-menu li.toggle_search section.home_sec2 .txt a, section.home_sec2 .txt #loginform input[type="submit"], #loginform section.home_sec2 .txt input[type="submit"], section.home_sec2 .txt .enseignes-container .right form.villes input[type="submit"], .enseignes-container .right form.villes section.home_sec2 .txt input[type="submit"], section.home_sec2 .txt body.author #galerie-form input[type="submit"], body.author #galerie-form section.home_sec2 .txt input[type="submit"] {
  position: relative;
}
section.home_sec2 .txt .btn:hover:after, section.home_sec2 .txt #masthead ul#primary-menu li.toggle_search a:hover:after, #masthead ul#primary-menu li.toggle_search section.home_sec2 .txt a:hover:after, section.home_sec2 .txt #loginform input[type="submit"]:hover:after, #loginform section.home_sec2 .txt input[type="submit"]:hover:after, section.home_sec2 .txt .enseignes-container .right form.villes input[type="submit"]:hover:after, .enseignes-container .right form.villes section.home_sec2 .txt input[type="submit"]:hover:after, section.home_sec2 .txt body.author #galerie-form input[type="submit"]:hover:after, body.author #galerie-form section.home_sec2 .txt input[type="submit"]:hover:after {
  left: -50px;
  bottom: -40px;
}
section.home_sec2 .txt .btn:after, section.home_sec2 .txt #masthead ul#primary-menu li.toggle_search a:after, #masthead ul#primary-menu li.toggle_search section.home_sec2 .txt a:after, section.home_sec2 .txt #loginform input[type="submit"]:after, #loginform section.home_sec2 .txt input[type="submit"]:after, section.home_sec2 .txt .enseignes-container .right form.villes input[type="submit"]:after, .enseignes-container .right form.villes section.home_sec2 .txt input[type="submit"]:after, section.home_sec2 .txt body.author #galerie-form input[type="submit"]:after, body.author #galerie-form section.home_sec2 .txt input[type="submit"]:after {
  content: "";
  background-image: url(assets/img/item.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: -45px;
  bottom: -33px;
  width: 69px;
  height: 62px;
  transition: 0.2s;
}
@media (max-width: 820px) {
  section.home_sec2 .txt .btn:after, section.home_sec2 .txt #masthead ul#primary-menu li.toggle_search a:after, #masthead ul#primary-menu li.toggle_search section.home_sec2 .txt a:after, section.home_sec2 .txt #loginform input[type="submit"]:after, #loginform section.home_sec2 .txt input[type="submit"]:after, section.home_sec2 .txt .enseignes-container .right form.villes input[type="submit"]:after, .enseignes-container .right form.villes section.home_sec2 .txt input[type="submit"]:after, section.home_sec2 .txt body.author #galerie-form input[type="submit"]:after, body.author #galerie-form section.home_sec2 .txt input[type="submit"]:after {
    content: none;
  }
}
section.home_sec2 .txt ul {
  padding: 0;
}
section.home_sec2 .txt ul li {
  list-style: none;
  padding-left: 40px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 30px;
}
section.home_sec2 .txt ul li strong {
  display: block;
  margin-bottom: 10px;
}
section.home_sec2 .txt ul li:nth-child(1) {
  background-image: url(assets/img/question.svg);
}
section.home_sec2 .txt ul li:nth-child(2) {
  background-image: url(assets/img/thumbs-up.svg);
  background-size: 28px;
}
section.home_sec2 .txt ul li:nth-child(3) {
  background-image: url(assets/img/info.svg);
  background-size: 26px;
}
section.home_sec2 .img {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  border-radius: 15px;
  transition: 0.3s;
}
@media (max-width: 820px) {
  section.home_sec2 .img {
    height: 350px;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  section.home_sec2 .img {
    height: 250px;
  }
}
section.home_sec2 .img:hover:after {
  right: 20px;
  bottom: 20px;
}
section.home_sec2 .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(136, 147, 192, 0.5);
  right: -20px;
  bottom: -20px;
  z-index: -1;
  border-radius: 15px;
  transition: 0.2s;
}
@media (max-width: 820px) {
  section.home_sec2 .img:after {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 600px) {
  section.home_sec2 .img:after {
    content: none;
  }
}
section#home_sec3_4 {
  position: relative;
}
section#home_sec3_4 .slick-track, section#home_sec3_4 .slick-list {
  height: 427px;
}
section#home_sec3_4:after {
  content: "";
  background-image: url(assets/img/trait.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 507px;
  height: 950px;
  position: absolute;
  left: -183px;
  top: 0;
  z-index: -1;
}
section#home_sec3_4 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  section#home_sec3_4 .flex {
    flex-flow: row wrap;
    justify-content: center;
  }
  section#home_sec3_4 .flex h2 {
    text-align: center;
    width: 100%;
  }
}
section#home_sec3_4 .flex .btn, section#home_sec3_4 .flex #masthead ul#primary-menu li.toggle_search a, #masthead ul#primary-menu li.toggle_search section#home_sec3_4 .flex a, section#home_sec3_4 .flex #loginform input[type="submit"], #loginform section#home_sec3_4 .flex input[type="submit"], section#home_sec3_4 .flex .enseignes-container .right form.villes input[type="submit"], .enseignes-container .right form.villes section#home_sec3_4 .flex input[type="submit"], section#home_sec3_4 .flex body.author #galerie-form input[type="submit"], body.author #galerie-form section#home_sec3_4 .flex input[type="submit"] {
  padding: 13px 35px;
  margin-bottom: 20px;
}
section#home_sec3_4 .wrapper_actus {
  padding-left: 19.5%;
  margin-bottom: 50px;
}
@media (max-width: 1500px) {
  section#home_sec3_4 .wrapper_actus {
    padding-left: 10%;
  }
}
@media (max-width: 1300px) {
  section#home_sec3_4 .wrapper_actus {
    padding-left: 6%;
  }
}
@media (max-width: 820px) {
  section#home_sec3_4 .wrapper_actus {
    padding-left: 2%;
  }
}
@media (max-width: 600px) {
  section#home_sec3_4 .wrapper_actus {
    padding-left: 20px;
  }
}
section#home_sec3_4 .wrapper_actus article {
  width: 375px;
  margin: 0 10px;
}
@media (max-width: 600px) {
  section#home_sec3_4 .wrapper_actus article {
    width: 290px;
  }
}
section#home_sec3_4 .up {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-flow: row wrap;
}
section#home_sec3_4 .up .inner {
  width: 23%;
  background-color: #ffffff;
  box-shadow: 30px 30px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: 0.3s;
  top: 0;
  position: relative;
}
@media (max-width: 820px) {
  section#home_sec3_4 .up .inner {
    width: 45%;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  section#home_sec3_4 .up .inner {
    width: 47%;
  }
}
section#home_sec3_4 .up .inner:hover {
  box-shadow: 22px 27px 27px 0 rgba(0, 0, 0, 0);
  top: -20px;
}
section#home_sec3_4 .up .inner:nth-child(1) {
  border: 1px solid #8893c0;
}
section#home_sec3_4 .up .inner:nth-child(1) > div {
  background-color: #8893c0;
}
section#home_sec3_4 .up .inner:nth-child(1):hover {
  border: 1px solid #8893c0;
}
section#home_sec3_4 .up .inner:nth-child(2) {
  border: 1px solid #29c2c9;
}
section#home_sec3_4 .up .inner:nth-child(2) > div {
  background-color: #29c2c9;
}
section#home_sec3_4 .up .inner:nth-child(2):hover {
  border: 1px solid #29c2c9;
}
section#home_sec3_4 .up .inner:nth-child(3) {
  border: 1px solid #ffd800;
}
section#home_sec3_4 .up .inner:nth-child(3) > div {
  background-color: #ffd800;
}
section#home_sec3_4 .up .inner:nth-child(3):hover {
  border: 1px solid #ffd800;
}
section#home_sec3_4 .up .inner:nth-child(4) {
  border: 1px solid #fc9f36;
}
section#home_sec3_4 .up .inner:nth-child(4) > div {
  background-color: #fc9f36;
}
section#home_sec3_4 .up .inner:nth-child(4):hover {
  border: 1px solid #fc9f36;
}
section#home_sec3_4 .up .inner > div {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  transition: 0.3s;
  height: 90px;
}
@media (max-width: 600px) {
  section#home_sec3_4 .up .inner > div {
    padding: 20px;
  }
}
section#home_sec3_4 .up .inner > div img {
  display: block;
  width: auto;
  max-width: calc(100% - 40px);
  max-height: 110px;
  background-color: grey;
  object-fit: cover;
}
section#home_sec3_4 .up .inner h3 {
  font-weight: 700;
  font-family: "Poppins", "Verdana", sans-serif;
  padding: 15px 20px;
  text-align: left;
  font-size: 18px;
  margin: 0;
  color: #02233f;
}
@media (max-width: 600px) {
  section#home_sec3_4 .up .inner h3 {
    font-size: 16px;
  }
}
section#home_sec5 {
  background-color: #ffd800;
  border: 1px solid #ffd800;
  border-radius: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 70px 40px;
  box-sizing: border-box;
  transition: 0.3s;
  width: 1300px;
}
@media (max-width: 820px) {
  section#home_sec5 {
    padding: 40px 20px;
  }
}
@media (max-width: 600px) {
  section#home_sec5 {
    flex-flow: row wrap;
    padding: 80px 20px 40px;
  }
}
section#home_sec5:hover span:after {
  transform: scale(1.4);
}
section#home_sec5 > * {
  width: 40%;
}
@media (max-width: 600px) {
  section#home_sec5 > * {
    width: 100%;
  }
}
section#home_sec5 .left {
  position: relative;
}
section#home_sec5 .left h2 {
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  section#home_sec5 .left h2 {
    text-align: center;
  }
}
section#home_sec5 .left h2 strong {
  display: inline;
}
section#home_sec5 .left span.mark {
  background-image: url(assets/img/exclamation-mark-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 77px;
  height: 202px;
  position: absolute;
  right: 29px;
  bottom: 0;
  transform: rotate(15deg);
  opacity: 0.5;
}
section#home_sec5 .right {
  position: relative;
  text-align: center;
}
section#home_sec5 .right span {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 177px;
  width: 100%;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -170px;
  box-shadow: 10px 10px 19px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  section#home_sec5 .right span {
    height: 122px;
    top: -235px;
  }
}
section#home_sec5 .right span:after {
  content: "";
  background-image: url(assets/img/3traits.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: -27px;
  top: -35px;
  width: 35px;
  height: 41px;
  transition: 0.3s;
}
section#home_sec5 .right span:before {
  content: "";
  background-image: url(assets/img/oscar.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: -96px;
  bottom: -82px;
  width: 200px;
  height: 200px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  section#home_sec5 .right span:before {
    content: none;
  }
}
section#home_sec5 .right .btn, section#home_sec5 .right #masthead ul#primary-menu li.toggle_search a, #masthead ul#primary-menu li.toggle_search section#home_sec5 .right a, section#home_sec5 .right #loginform input[type="submit"], #loginform section#home_sec5 .right input[type="submit"], section#home_sec5 .right .enseignes-container .right form.villes input[type="submit"], .enseignes-container .right form.villes section#home_sec5 .right input[type="submit"], section#home_sec5 .right body.author #galerie-form input[type="submit"], body.author #galerie-form section#home_sec5 .right input[type="submit"] {
  position: relative;
  bottom: -23px;
}
section#home_sec6 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 820px) {
  section#home_sec6 {
    flex-flow: row wrap;
  }
}
section#home_sec6 > * {
  width: 47%;
}
@media (max-width: 820px) {
  section#home_sec6 > * {
    width: 100%;
  }
}
section#home_sec6 .txt {
  box-sizing: border-box;
}
section#home_sec6 .txt h2 strong {
  display: inline;
}
section#home_sec6 .txt .btn, section#home_sec6 .txt #masthead ul#primary-menu li.toggle_search a, #masthead ul#primary-menu li.toggle_search section#home_sec6 .txt a, section#home_sec6 .txt #loginform input[type="submit"], #loginform section#home_sec6 .txt input[type="submit"], section#home_sec6 .txt .enseignes-container .right form.villes input[type="submit"], .enseignes-container .right form.villes section#home_sec6 .txt input[type="submit"], section#home_sec6 .txt body.author #galerie-form input[type="submit"], body.author #galerie-form section#home_sec6 .txt input[type="submit"] {
  margin-top: 15px;
}
section#home_sec6 .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  border-radius: 15px;
  transition: 0.3s;
  box-shadow: 10px 10px 19px 0 rgba(0, 0, 0, 0.1);
  height: 400px;
}
@media (max-width: 820px) {
  section#home_sec6 .img {
    height: 350px;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  section#home_sec6 .img {
    height: 250px;
  }
}
section#home_sec6 .img:hover:after {
  right: 20px;
  bottom: 20px;
}
section#home_sec6 .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(136, 147, 192, 0.5);
  right: -20px;
  bottom: -20px;
  z-index: -1;
  border-radius: 15px;
  transition: 0.2s;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
#header_page {
  padding-top: 136px;
  margin-bottom: 110px;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  #header_page {
    padding-top: 110px;
  }
}
#header_page #inner_header_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  #header_page #inner_header_page {
    flex-flow: column;
    justify-content: center;
  }
}
#header_page #inner_header_page h1 {
  font-size: 28px;
  width: 58%;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  #header_page #inner_header_page h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 23px;
    line-height: 1em;
  }
}
#header_page .search-enseigne {
  width: 500px;
}
@media (max-width: 820px) {
  #header_page .search-enseigne {
    width: 100%;
    margin-top: 15px;
  }
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
body:not(.home) main:after {
  content: "";
  background-image: url(assets/img/trait.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 900px;
  position: absolute;
  left: -154px;
  top: 55px;
  z-index: -1;
}
@media (max-width: 600px) {
  body:not(.home) main:after {
    width: 360px;
    height: 537px;
  }
}
body:not(.home) #colophon {
  margin-top: 70px;
}
/*--------------------------------------------------------------
TEMPLATE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
.archive.wrapper_actus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 820px) {
  .archive.wrapper_actus {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .archive.wrapper_actus {
    grid-template-columns: repeat(1, 1fr);
  }
}
.archive.wrapper_actus article {
  margin-bottom: 40px;
}
.wrapper_actus article {
  position: relative;
}
.wrapper_actus article:hover .image {
  height: 290px;
}
.wrapper_actus article:hover .image:after {
  height: 100%;
}
.wrapper_actus article:hover .image .plus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.wrapper_actus article:hover .title {
  color: #ffd800;
}
.wrapper_actus article .image {
  border-radius: 15px;
  height: 239px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .wrapper_actus article .image {
    height: 210px;
  }
}
.wrapper_actus article .image:after {
  content: "";
  background-color: rgba(255, 216, 0, 0.8);
  width: 100%;
  height: 0;
  transition: 0.2s;
  position: absolute;
  border-radius: 15px;
  top: 0;
  left: 0;
}
.wrapper_actus article .image .plus {
  background-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 10px 10px 19px 0 rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
.wrapper_actus article .texte {
  margin-top: 21px;
}
.wrapper_actus article .texte .title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  display: block;
  font-family: "NotoSerif", "Georgia", serif;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .wrapper_actus article .texte .title {
    font-size: 20px;
  }
}
.cat, .date {
  background-color: #fc9f36;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 12px;
  color: #02233f;
  position: absolute;
  left: 20px;
  bottom: -13px;
  z-index: 2;
}
.cat a, .date a {
  font-size: 12px;
  color: #02233f;
}
.cat a:hover, .date a:hover {
  opacity: 0.6;
}
.date {
  background-color: #fc9f36;
}
article .entry-content .image {
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 400px;
  background-size: cover;
  border-radius: 15px;
}
@media (max-width: 600px) {
  article .entry-content .image {
    height: 250px;
  }
}
article .entry-content .entry-meta {
  margin-top: -28px;
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 600px) {
  article .entry-content .entry-meta {
    text-align: left;
  }
}
article .entry-content .entry-meta .cat, article .entry-content .entry-meta .date {
  position: relative;
  font-size: 13px;
  padding: 10px 20px;
}
article .entry-content .entry-meta .cat a, article .entry-content .entry-meta .date a {
  font-size: 13px;
}
article .entry-content h2, article .entry-content h3, article .entry-content h4 {
  color: #02233f;
  margin-top: 40px;
}
article .entry-content p img {
  border-radius: 15px;
  box-shadow: 10px 10px 19px 0 rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  width: auto;
}
article .entry-content .wrapper_btn {
  margin-top: 10px;
}
/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
/*--------------------------------------------------------------
WOOCOMMERCE
--------------------------------------------------------------*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins", "Verdana", sans-serif;
  color: #ffd800 !important;
  border-radius: 50px;
  background-color: #8893c0;
  padding: 1em 0 !important;
  font-size: 0.9em !important;
  transition: 0.3s;
  padding: 15px 35px !important;
}
@media (max-width: 600px) {
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    font-size: 1.2em !important;
    padding: 18px 35px !important;
  }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: #ffd800 !important;
  color: #8893c0 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  background-color: rgba(255, 216, 0, 0.17);
  transition: 0.2s;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins", "Verdana", sans-serif;
  color: #02233f !important;
  border-radius: 50px;
  font-size: 0.9em !important;
  padding: 12px 25px !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background-color: #ffd800 !important;
}
.shop_table {
  background-color: #ffffff;
  border-color: #8893c0 !important;
  border-radius: 20px !important;
  overflow: hidden;
}
.shop_table th, .shop_table td {
  border-color: #8893c0 !important;
}
.shop_table th {
  font-size: 0.9em;
  background-color: #8893c0;
  color: #ffffff;
}
.shop_table .product-name a {
  font-weight: 700;
}
.shop_table .product-name .variation, .shop_table .product-name .wc-item-meta {
  font-size: 0.8em;
  text-align: left !important;
}
.shop_table .product-name .variation dt, .shop_table .product-name .variation .wc-item-meta-label, .shop_table .product-name .wc-item-meta dt, .shop_table .product-name .wc-item-meta .wc-item-meta-label {
  display: block !important;
  float: none !important;
  text-decoration: underline;
}
.shop_table .product-name .variation p, .shop_table .product-name .wc-item-meta p {
  margin: 0;
}
.shop_table .product-name .variation dd, .shop_table .product-name .variation li, .shop_table .product-name .wc-item-meta dd, .shop_table .product-name .wc-item-meta li {
  margin-bottom: 12px;
}
.shop_table .product-price, .shop_table .product-quantity {
  text-align: center;
}
.shop_table .product-subtotal {
  text-align: right;
  font-weight: 700;
}
.woocommerce-page #secondary {
  display: none;
}
.woocommerce div.product {
  margin-top: 130px !important;
}
.woocommerce .woocommerce-products-header {
  margin: 0 auto 60px;
  max-width: 900px;
  width: 90%;
}
.woocommerce .woocommerce-products-header h2 em {
  color: #ffd800;
}
.woocommerce ul.products li.product {
  background-color: #ffffff;
  border-radius: 15px;
  text-align: center;
  box-sizing: border-box;
  transition: 0.2s;
  /*overflow: hidden;*/
  position: relative;
}
@media (max-width: 600px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
.woocommerce ul.products li.product:hover {
  box-shadow: 10px 10px 19px 0 rgba(0, 0, 0, 0.1);
}
.woocommerce ul.products li.product:hover:after {
  left: -1px;
  top: -1px;
}
.woocommerce ul.products li.product:hover h2 {
  background-color: #ffd800;
  color: #8893c0;
}
.woocommerce ul.products li.product img {
  display: block;
  border-radius: 15px;
  margin-bottom: 0 !important;
  object-fit: cover;
}
.woocommerce ul.products li.product h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins", "Verdana", sans-serif;
  color: #ffd800;
  border-radius: 50px;
  background-color: #8893c0;
  padding: 1em 0 !important;
  font-size: 0.9em !important;
  position: absolute;
  bottom: 20px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.woocommerce .woocommerce-product-gallery {
  position: relative;
  /*&:after {
            content: "";
            border: 1px solid rgba(0, 0, 0, 0.5);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 10px;
            top: 10px;
            transition: 0.2s;
            z-index: -1;
            border-radius: 15px;
        }*/
}
.woocommerce .woocommerce-product-gallery img {
  border-radius: 20px !important;
}
.woocommerce .summary {
  width: 45% !important;
}
@media (max-width: 600px) {
  .woocommerce .summary {
    width: 100% !important;
  }
}
.woocommerce .summary .product_title {
  text-align: left;
  font-size: 2.1em;
  margin-bottom: 0 !important;
  font-weight: 700;
  position: relative;
}
.woocommerce .summary .product_title:after {
  content: "";
  background-image: url("assets/img/traits.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -40px;
  left: -44px;
  transform: rotate(-69deg);
}
@media (max-width: 600px) {
  .woocommerce .summary .product_title:after {
    content: none;
  }
}
@media (max-width: 600px) {
  .woocommerce .summary .product_title {
    font-size: 2.1em;
  }
}
.woocommerce .summary .price {
  display: inline-block;
  padding: 4px 18px;
  background-color: #8893c0;
  font-size: 1.2em !important;
  color: #ffffff !important;
  font-family: "NotoSerif", "Georgia", serif !important;
  border-radius: 7px;
  margin: 5px 0;
}
.woocommerce .summary .wapf {
  margin-bottom: 30px;
}
.woocommerce .summary .wapf .wapf-field-description {
  font-style: italic;
  margin-bottom: 4px;
}
@media (max-width: 600px) {
  .woocommerce .summary .quantity {
    width: 100%;
  }
}
.woocommerce .summary input.qty {
  font-size: 19px;
  margin-right: 10px;
  font-weight: 700;
  background-color: transparent !important;
  border: 1px solid #8893c0 !important;
  color: #8893c0 !important;
}
@media (max-width: 600px) {
  .woocommerce .summary input.qty {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    box-sizing: border-box;
  }
}
.woocommerce .summary input.qty.disabled {
  pointer-events: none;
  color: #ffffff;
  background-color: #8893c0;
  -moz-appearance: textfield;
}
.woocommerce .summary input.qty.disabled::-webkit-outer-spin-button, .woocommerce .summary input.qty.disabled::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 600px) {
  .woocommerce .summary .single_add_to_cart_button {
    box-sizing: border-box;
    width: 100% !important;
  }
}
.woocommerce .woocommerce-tabs {
  margin: 0 auto 30px;
  max-width: 1180px;
  border: 1px solid rgba(2, 35, 63, 0.4);
  padding: 30px;
  border-radius: 20px;
  position: relative;
}
.woocommerce .woocommerce-tabs:after {
  content: "";
  background-image: url("assets/img/traits.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 67px;
  height: 67px;
  position: absolute;
  top: -56px;
  left: -58px;
  transform: rotate(-82deg);
}
@media (max-width: 600px) {
  .woocommerce .woocommerce-tabs:after {
    content: none;
  }
}
.woocommerce .woocommerce-tabs .wc-tabs {
  display: none;
}
.woocommerce .woocommerce-tabs .wc-tab {
  display: block !important;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-tabs .wc-tab h2 {
  margin-top: 0;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
  border-radius: 15px;
  background-color: rgba(252, 159, 54, 0.1);
  border-color: #fc9f36;
}
.woocommerce .woocommerce-message a, .woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a {
  background-color: #ffd800;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before {
  top: calc(50% - 7px) !important;
  color: #fc9f36;
}
@media (max-width: 600px) {
  .woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
    display: flex;
    flex-flow: column;
  }
  .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button {
    order: 1;
    text-align: center;
    margin-top: 15px;
  }
}
.woocommerce #customer_details .col-1 {
  float: none;
  width: 100%;
}
.woocommerce #payment {
  background-color: rgba(255, 216, 0, 0.17);
  border-radius: 15px !important;
}
.woocommerce #payment .payment_box {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 0 0 35px !important;
}
.woocommerce #payment .payment_box:before {
  border-bottom-color: transparent !important;
}
.woocommerce .woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 2em;
  font-family: "NotoSerif", "Georgia", serif;
  text-align: center;
}
.woocommerce ul.order_details {
  background-color: #ffffff;
  border: 1px solid #8893c0;
  padding: 15px 20px;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .woocommerce ul.order_details li {
    width: 100%;
    margin-bottom: 10px;
    border: none;
  }
}
.woocommerce ul.order_details .woocommerce-order-overview__date {
  position: initial;
  background-color: transparent;
}
.woocommerce-customer-details {
  margin-bottom: 0 !important;
}
.woocommerce-order-received .wc-empty-cart-message, .woocommerce-order-received .return-to-shop {
  display: none;
}
.woocommerce-order-received h2:not(.woocommerce-order-details__title) {
  display: none;
}
/*--------------------------------------------------------------
INTERFACE COMMERCANT
--------------------------------------------------------------*/
body.interface-commercant {
  background-color: rgba(255, 216, 0, 0.17);
  padding: 15px 0;
}
body.interface-commercant .wrapper {
  max-width: 300px;
}
body.interface-commercant .wp-post-image {
  display: block;
  margin: 0 auto;
}
body.interface-commercant h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 25px 0;
}
body.interface-commercant h1 i {
  color: #ffffff;
  background-color: #8893c0;
  display: inline-block;
  padding: 5px 8px;
  font-size: 13px;
  font-family: "Poppins", "Verdana", sans-serif;
}
body.interface-commercant form label {
  width: 100%;
  display: block;
  margin-bottom: 1.5em;
}
body.interface-commercant form label input, body.interface-commercant form label textarea {
  width: 100%;
  box-sizing: border-box;
}
body.interface-commercant form label textarea {
  margin-top: 5px;
}
body.interface-commercant form #play {
  background-color: transparent;
  border: none;
  height: 28px;
  width: 28px;
  background-image: url("assets/img/qr-code.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
}
body.interface-commercant form .button {
  width: 100%;
}
body.interface-commercant #qrcode_reader_container {
  margin-bottom: 1em;
  display: none;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #8893c0;
}
body.interface-commercant #qrcode_reader_container canvas {
  display: block;
}
body.interface-commercant #qrcode_reader_container #camera_select_btn {
  position: absolute;
  height: 24px;
  width: 24px;
  bottom: 10px;
  right: 10px;
  border-radius: 3px;
  background-color: #8893c0;
  background-image: url("assets/img/camera.svg");
  background-size: 18px auto;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
body.interface-commercant #qrcode_reader_container #camera_select {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
body.interface-commercant .back {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
body.interface-commercant .cheques_infos li {
  margin: 8px 0;
  text-transform: uppercase;
  clear: both;
  border-bottom: 1px solid #8893c0;
  line-height: 32px;
}
body.interface-commercant .cheques_infos li:last-child {
  border: none;
}
body.interface-commercant .cheques_infos li span {
  display: block;
  float: right;
  padding: 4px 8px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  background-color: #8893c0;
  text-transform: initial;
  line-height: 1.2em;
  font-size: 12px;
  margin-top: 3px;
}
body.interface-commercant .cheques_infos li span.valide {
  background-color: #ffd800;
  color: #02233f;
}
body.interface-commercant .infos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin: 25px 0;
  border: 1px dashed #8893c0;
}
body.interface-commercant .infos > div {
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
}
body.interface-commercant .infos > div .title {
  font-size: 15px;
  font-weight: 700;
  display: block;
}
body.interface-commercant .infos > div .nbr {
  display: block;
  font-size: 38px;
  font-family: "NotoSerif", "Georgia", serif;
}
body.interface-commercant .infos .valid {
  width: 50%;
  border-right: 1px dashed #8893c0;
}
body.interface-commercant .infos .valid .title {
  color: #ffd800;
}
body.interface-commercant .infos .error {
  width: 50%;
}
body.interface-commercant .infos .error .title {
  color: #8893c0;
}
body.interface-commercant .infos .total {
  width: 100%;
  border-top: 1px dashed #8893c0;
}
body.interface-commercant .email {
  line-height: 1em;
  text-align: center;
  font-style: italic;
}
.search-enseigne {
  position: relative;
  min-width: 600px;
}
.search-enseigne:before {
  content: "";
  background-image: url(assets/img/search-interface-symbol.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .search-enseigne:before {
    width: 26px;
    height: 26px;
    left: 19px;
  }
}
@media (max-width: 1100px) {
  .search-enseigne {
    min-width: initial;
  }
}
@media (max-width: 600px) {
  .search-enseigne {
    width: 100%;
  }
}
.search-enseigne input[name="terme"] {
  width: 100%;
  box-sizing: border-box;
  height: 82px;
  font-size: 18px;
  background-color: #02233f;
  border-radius: 50px;
  border: 0;
  color: #ffffff;
  padding-left: 80px;
  transition: 0.2s;
  box-shadow: 10px 10px 19px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #fc9f36;
}
@media (max-width: 600px) {
  .search-enseigne input[name="terme"] {
    font-size: 15px;
    height: 66px;
    padding-left: 53px;
  }
}
.search-enseigne input[name="terme"]::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.search-enseigne input[name="terme"]:focus {
  outline: none;
  box-shadow: 10px 10px 19px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .search-enseigne input[name="terme"] {
    width: 100%;
  }
}
.search-enseigne .suggestions {
  background: white;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 26px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #8893c0;
  transition: all 200ms ease-in-out;
  z-index: 6;
}
.search-enseigne .suggestions.hidden {
  opacity: 0;
  pointer-events: none;
  top: 60px;
}
@keyframes wiggle {
  0%, 100% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
}
.search-enseigne .suggestions > div {
  width: 100%;
}
.search-enseigne .suggestions > div .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.search-enseigne .suggestions > div .head strong {
  font-size: 15px;
}
.search-enseigne .suggestions > div .head a {
  font-size: 14px;
}
.search-enseigne .suggestions > div .head a.shake {
  animation-name: wiggle;
  animation-duration: 0.2s;
  animation-iteration-count: 2;
  animation-timing-function: ease-in-out;
}
.search-enseigne .suggestions > div .activites {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 600px) {
  .search-enseigne .suggestions > div .activites {
    gap: 2px 14px;
  }
}
.search-enseigne .suggestions > div .activites a {
  color: black;
  font-size: 14px;
}
.search-enseigne .suggestions > div .commercants {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.search-enseigne .suggestions > div .commercants a {
  width: calc((100% - 50px) / 6);
  aspect-ratio: 1;
  border-radius: 10px;
  color: black;
  font-size: 12px;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 600px) {
  .search-enseigne .suggestions > div .commercants a {
    width: calc((100% - 20px) / 6);
    padding: 5px;
  }
}
.search-enseigne .suggestions > div .commercants a img {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
}
@media (max-width: 1100px) {
  .search-enseigne .suggestions > div .commercants a img {
    max-width: 50px;
    max-height: 50px;
  }
}
@media (max-width: 600px) {
  .search-enseigne .suggestions > div .commercants a img {
    max-width: 40px;
    max-height: 40px;
  }
}
.search-enseigne .suggestions > div .noresults {
  width: 100%;
  margin: 0;
  font-size: 14px;
  opacity: 0.5;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#colophon .pre_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  #colophon .pre_footer {
    flex-flow: column;
    justify-content: center;
  }
}
#colophon .pre_footer .txt {
  width: 45%;
}
@media (max-width: 820px) {
  #colophon .pre_footer .txt {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}
#colophon .pre_footer .img {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  width: 45%;
  height: 370px;
}
@media (max-width: 820px) {
  #colophon .pre_footer .img {
    display: none;
  }
}
#colophon #footer-menus {
  background-color: #29c2c9;
  padding: 40px 0 13px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}
@media (max-width: 600px) {
  #colophon #footer-menus {
    width: 100%;
    padding: 20px 0 75px;
  }
}
#colophon #footer-menus:after {
  content: "";
  background-image: url(assets/img/item-jaune.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -32px;
  right: -32px;
  width: 68px;
  height: 62px;
  transform: rotate(-95deg);
}
@media (max-width: 600px) {
  #colophon #footer-menus:after {
    content: none;
  }
}
#colophon #footer-menus .wrapper {
  text-align: center;
}
#colophon #footer-menus .wrapper #logo_footer {
  margin: 0 0 20px;
  display: block;
}
#colophon #footer-menus .wrapper #logo_footer img {
  max-height: 105px;
  width: auto;
}
@media (max-width: 600px) {
  #colophon #footer-menus .wrapper #logo_footer img {
    max-height: 70px;
  }
}
#colophon ul#footer-menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 820px) {
  #colophon ul#footer-menu {
    flex-flow: row wrap;
  }
}
#colophon ul#footer-menu li {
  list-style: none;
  text-transform: uppercase;
  margin: 0;
  width: 25%;
}
#colophon ul#footer-menu li > a {
  color: #02233f;
  font-weight: 700;
}
@media (max-width: 1100px) {
  #colophon ul#footer-menu li > a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  #colophon ul#footer-menu li > a {
    font-size: 12px;
  }
}
#colophon ul#footer-menu li > a:hover {
  opacity: 0.7;
}
#colophon ul#footer-menu li .sub-menu {
  padding: 0;
}
#colophon ul#footer-menu li .sub-menu li {
  width: 100%;
}
#colophon ul#footer-menu li .sub-menu li a {
  text-transform: initial;
  font-weight: 400;
  font-size: 14px;
}
#colophon #copyright {
  text-align: center;
  font-size: 12px;
  margin: 23px 0 0;
}
#colophon #copyright a {
  border-bottom: 1px solid #02233f;
  color: #02233f;
}
#colophon #copyright a:hover {
  opacity: 0.7;
}
/*--------------------------------------------------------------
FICHE COMMERCANT
--------------------------------------------------------------*/
body.single-enseigne:after {
  content: "";
  background-image: url(assets/img/rond.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  width: 700px;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 600px) {
  body.single-enseigne:after {
    height: 300px;
    width: 300px;
  }
}
body.single-enseigne:before {
  content: "";
  background-image: url(assets/img/rond.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  width: 700px;
  height: 700px;
  position: absolute;
  top: 24px;
  right: 0;
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 600px) {
  body.single-enseigne:before {
    height: 300px;
    width: 300px;
  }
}
body.single-enseigne main:after {
  background-image: url(assets/img/trait-fiche.svg);
  left: 0;
  top: 0;
  height: 800px;
  z-index: -1;
}
@media (max-width: 600px) {
  body.single-enseigne main:after {
    content: none;
  }
}
body.single-enseigne #header_page:after {
  content: none !important;
}
body.single-enseigne .search {
  margin-top: 140px !important;
  margin-bottom: 0 !important;
}
body.single-enseigne .header_fiche {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  body.single-enseigne .header_fiche {
    flex-flow: column;
  }
}
body.single-enseigne .header_fiche .left {
  width: 29%;
}
@media (max-width: 1100px) {
  body.single-enseigne .header_fiche .left {
    width: 100%;
  }
}
body.single-enseigne .header_fiche .left .back {
  text-transform: uppercase;
  color: #02233f;
  font-size: 14px;
  background-image: url(assets/img/fleche-arriere.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 22px;
  padding: 20px 19px 0 0;
  margin-bottom: 15px;
  display: inline-block;
}
body.single-enseigne .header_fiche .left .back:hover {
  color: #8893c0;
}
body.single-enseigne .header_fiche .left h1 {
  font-size: 45px;
  margin: 0;
}
@media (max-width: 600px) {
  body.single-enseigne .header_fiche .left h1 {
    font-size: 35px;
  }
}
body.single-enseigne .header_fiche .left .meta ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
body.single-enseigne .header_fiche .left .meta ul li {
  list-style: none;
  margin: 0 5px 0 0;
}
body.single-enseigne .header_fiche .left .meta ul li.facebook a {
  background-image: url(assets/img/facebook.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 26px;
  height: 26px;
  transition: 0.3s;
}
body.single-enseigne .header_fiche .left .meta ul li.facebook a:hover {
  transform: rotate(10deg);
}
body.single-enseigne .header_fiche .left .meta ul li.instagram a {
  background-image: url(assets/img/instagram.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 26px;
  height: 26px;
  transition: 0.3s;
}
body.single-enseigne .header_fiche .left .meta ul li.instagram a:hover {
  transform: rotate(10deg);
}
body.single-enseigne .header_fiche .left .meta ul li .site {
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 15px;
  color: #ffffff;
}
body.single-enseigne .header_fiche .left .meta ul li .site:hover {
  background-color: #ffd800;
}
body.single-enseigne .header_fiche .left ul.infos {
  margin: 25px 0 0;
  padding: 0;
}
@media (max-width: 1100px) {
  body.single-enseigne .header_fiche .left ul.infos {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  body.single-enseigne .header_fiche .left ul.infos > * {
    width: 32%;
    box-sizing: border-box;
  }
}
@media (max-width: 820px) {
  body.single-enseigne .header_fiche .left ul.infos {
    flex-flow: column;
  }
  body.single-enseigne .header_fiche .left ul.infos > * {
    width: 100%;
  }
}
body.single-enseigne .header_fiche .left ul.infos li {
  list-style: none;
  font-size: 16px;
  border-radius: 15px;
  padding: 10px 10px 10px 67px;
  font-weight: 700;
  position: relative;
}
body.single-enseigne .header_fiche .left ul.infos li a {
  color: #02233f;
}
body.single-enseigne .header_fiche .left ul.infos li:after {
  content: "";
  width: 25px;
  height: 25px;
  padding: 5px;
  border: 1px solid #02233f;
  border-radius: 50%;
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
body.single-enseigne .header_fiche .left ul.infos li.adresse {
  background-color: rgba(255, 216, 0, 0.5);
}
body.single-enseigne .header_fiche .left ul.infos li.adresse .segment {
  display: inline-block;
  font-weight: 700;
}
body.single-enseigne .header_fiche .left ul.infos li.adresse:after {
  background-image: url(assets/img/calendrier.svg);
}
body.single-enseigne .header_fiche .left ul.infos li.tel {
  background-color: rgba(252, 159, 54, 0.8);
}
@media (max-width: 1100px) {
  body.single-enseigne .header_fiche .left ul.infos li.tel {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}
body.single-enseigne .header_fiche .left ul.infos li.tel:after {
  background-image: url(assets/img/telephone.svg);
}
body.single-enseigne .header_fiche .left ul.infos li.horaire {
  background-color: rgba(136, 147, 192, 0.2);
  font-size: 14px;
}
body.single-enseigne .header_fiche .left ul.infos li.horaire:after {
  background-image: url(assets/img/carte.svg);
}
body.single-enseigne .header_fiche .left ul.infos li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
body.single-enseigne .header_fiche .right {
  width: 68%;
  box-sizing: border-box;
  position: relative;
  padding-top: 50px;
}
@media (max-width: 1100px) {
  body.single-enseigne .header_fiche .right {
    width: 100%;
  }
}
body.single-enseigne .header_fiche .right span.kdo {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  box-sizing: border-box;
  z-index: 2;
  background-color: #8893c0;
  border-radius: 10px 10px 0 0;
  padding: 5px 20px 5px 70px;
  color: #ffffff;
  display: flex;
  gap: 6px;
  align-items: center;
  overflow: hidden;
}
body.single-enseigne .header_fiche .right span.kdo:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 13px;
  width: 46px;
  height: 46px;
  transform: rotate(-22deg);
  opacity: 0.6;
  background-image: url(assets/img/giftbox.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  animation: flotter 1s infinite alternate;
}
@keyframes flotter {
  0% {
    top: 13px;
  }
  100% {
    top: 18px;
  }
}
body.single-enseigne .header_fiche .right span.kdo strong {
  display: block;
  text-transform: uppercase;
}
body.single-enseigne .header_fiche .right div > div {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 0 20px 20px 20px;
  background-color: white;
  height: 450px;
  box-shadow: 10px 10px 19px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  body.single-enseigne .header_fiche .right div > div {
    height: 350px;
  }
}
body.single-enseigne .header_fiche .right .slick-dots {
  justify-content: flex-end;
}
body.single-enseigne .summary_fiche {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1100px) {
  body.single-enseigne .summary_fiche {
    flex-flow: column;
  }
}
body.single-enseigne .summary_fiche .left {
  flex: 1;
  min-width: 0;
  border: 1px solid #02233f;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1100px) {
  body.single-enseigne .summary_fiche .left {
    width: 100%;
  }
}
@media (max-width: 600px) {
  body.single-enseigne .summary_fiche .left {
    padding: 20px 20px 40px;
  }
}
body.single-enseigne .summary_fiche .left:after {
  content: "";
  background-image: url(assets/img/3traits.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: -49px;
  top: -59px;
  width: 65px;
  height: 65px;
  transform: rotate(-74deg);
  transition: 0.3s;
}
@media (max-width: 600px) {
  body.single-enseigne .summary_fiche .left:after {
    content: none;
  }
}
body.single-enseigne .summary_fiche .left h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
}
body.single-enseigne .summary_fiche .left > div .share {
  background-color: #ffffff;
  border: 1px solid #02233f;
  border-radius: 50px;
  padding: 12px 46px 12px 29px;
  font-size: 14px;
  color: #fc9f36;
  text-transform: uppercase;
  font-weight: 700;
  background-image: url(assets/img/partager.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 14px center;
  position: absolute;
  right: 29px;
  bottom: -24px;
  z-index: 1;
}
body.single-enseigne .summary_fiche .left > div .share:hover {
  background-color: #fc9f36;
  color: #02233f;
}
body.single-enseigne .summary_fiche .left span.kdo {
  position: relative;
  display: block;
  width: fit-content;
  margin-left: 0;
  background-color: #8893c0;
  border-radius: 10px;
  padding: 7px 15px 7px 37px;
  color: #ffffff;
  text-align: center;
}
body.single-enseigne .summary_fiche .left span.kdo:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 40px;
  height: 40px;
  transform: rotate(-22deg);
  opacity: 0.5;
  background-image: url(assets/img/giftbox.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
body.single-enseigne .summary_fiche .left span.kdo strong {
  text-transform: uppercase;
}
body.single-enseigne .summary_fiche .right {
  flex: 0 0 29%;
  background-color: #fc9f36;
  border-radius: 20px;
  padding: 40px 30px 15px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1100px) {
  body.single-enseigne .summary_fiche .right {
    width: 100%;
    margin-top: 50px;
  }
}
body.single-enseigne .summary_fiche .right:after {
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #02233f;
  width: 91px;
  height: 91px;
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: -1;
}
@media (max-width: 600px) {
  body.single-enseigne .summary_fiche .right:after {
    right: 24px;
  }
}
body.single-enseigne .summary_fiche .right h3 {
  margin: 0 0 20px;
  color: #ffffff;
}
body.single-enseigne .summary_fiche .right form .submit {
  position: relative;
}
body.single-enseigne .summary_fiche .right form .submit:after {
  content: "";
  background-image: url(assets/img/la-fleche.svg);
  background-position: center center;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 18px;
  top: 47%;
  transform: translateY(-50%);
}
body.single-enseigne .summary_fiche .right form .submit input[type="submit"] {
  background-color: #8893c0;
  margin: 0;
}
@media (max-width: 600px) {
  body.single-enseigne .summary_fiche .right form .submit input[type="submit"] {
    width: 100%;
  }
}
body.single-enseigne .summary_fiche .right form .submit input[type="submit"]:hover {
  background-color: #ffd800;
}
body.single-enseigne .info_fiche {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  body.single-enseigne .info_fiche {
    flex-flow: column;
  }
}
body.single-enseigne .info_fiche .left {
  width: 60%;
}
@media (max-width: 820px) {
  body.single-enseigne .info_fiche .left {
    width: 100%;
  }
}
body.single-enseigne .info_fiche .left h2 {
  text-transform: uppercase;
}
body.single-enseigne .info_fiche .right {
  width: 36%;
}
@media (max-width: 820px) {
  body.single-enseigne .info_fiche .right {
    width: 100%;
    margin-top: 30px;
  }
}
body.single-enseigne .gallery_fiche {
  margin-bottom: 120px !important;
}
body.single-enseigne .gallery_fiche h2 {
  text-transform: uppercase;
  text-align: center;
}
body.single-enseigne .actus_fiche {
  margin-bottom: 140px !important;
}
body.single-enseigne .actus_fiche h2 {
  position: relative;
  text-transform: uppercase;
}
body.single-enseigne .actus_fiche h2:after {
  content: "";
  background-image: url(assets/img/stars.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 74px;
  height: 80px;
  position: absolute;
  top: -49px;
  left: -37px;
}
body.single-enseigne .actus_fiche .wrapper_actus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
#loginform {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  background: white;
  padding: 30px;
  z-index: 10;
  border-radius: 20px;
  box-shadow: 10px 10px 19px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
@media (max-width: 600px) {
  #loginform {
    padding: 20px;
    text-align: center;
  }
  #loginform input[type="text"], #loginform input[type="password"] {
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
  }
}
#loginform input {
  font-size: 12px;
  padding: 8px;
}
#loginform .login-remember {
  margin: 5px 0;
  text-align: center;
}
#loginform .login-remember label {
  font-size: 12px;
  margin: 0;
}
#loginform input[type="submit"] {
  font-size: 13px;
  padding: 8px 20px;
}
#loginform .login-submit {
  text-align: center;
  margin: 0 0 5px;
}
#loginform .lostpswd {
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #8893c0;
  font-weight: 700;
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  transition: 0.2s;
}
#loginform .lostpswd:hover {
  color: #ffd800;
  border-color: #ffd800;
}
body.archive #header_page, body.blog #header_page, body.single #header_page, body.page-template-default #header_page, body.page-template #header_page {
  position: relative;
}
body.archive #header_page:after, body.blog #header_page:after, body.single #header_page:after, body.page-template-default #header_page:after, body.page-template #header_page:after {
  content: "";
  background-color: rgba(255, 216, 0, 0.2);
  height: 120%;
  width: 90%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
@media (max-width: 1100px) {
  body.archive #header_page:after, body.blog #header_page:after, body.single #header_page:after, body.page-template-default #header_page:after, body.page-template #header_page:after {
    width: 100%;
  }
}
.enseignes-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 70px;
  margin-top: 113px;
}
@media (max-width: 1100px) {
  .enseignes-container {
    flex-flow: row wrap;
  }
}
.enseignes-container .left {
  background-color: #ffffff;
  border: 1px solid #02233f;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  flex: 300px 0 0;
  position: relative;
}
@media (max-width: 1100px) {
  .enseignes-container .left {
    flex: 660px 0 0;
    height: 350px;
    overflow-x: scroll;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .enseignes-container .left {
    flex: 1;
    height: 250px;
  }
}
.enseignes-container .left:after {
  content: "";
  background-image: url(assets/img/3traits.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: -38px;
  top: -41px;
  width: 52px;
  height: 52px;
  transform: rotate(-74deg);
  transition: 0.3s;
}
.enseignes-container .left h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.enseignes-container .left .accordion {
  padding: 0;
  margin: 20px 0 0;
}
.enseignes-container .left .accordion > li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}
.enseignes-container .left .accordion > li > a {
  display: block;
  background-color: #fc9f36;
  border-radius: 5px;
  color: #02233f;
  padding: 5px 15px;
  width: 72%;
  font-size: 14px;
}
.enseignes-container .left .accordion > li > a:hover, .enseignes-container .left .accordion > li > a.active {
  background-color: #ffd800;
}
.enseignes-container .left .accordion > li ul.inner {
  margin: 10px 0;
  padding-left: 30px;
  display: none;
}
.enseignes-container .left .accordion > li ul.inner li {
  list-style: circle;
  font-size: 13px;
  margin: 0;
  cursor: pointer;
}
.enseignes-container .left .accordion > li ul.inner li a {
  display: block;
  color: #02233f;
}
.enseignes-container .left .accordion > li ul.inner li a:hover {
  color: #ffd800;
}
.enseignes-container .left .accordion > li .toggle {
  cursor: pointer;
  background-color: #fc9f36;
  border-radius: 5px;
  color: #02233f;
  width: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  transition: 0.2s;
}
.enseignes-container .left .accordion > li .toggle:hover {
  background-color: #ffd800;
}
.enseignes-container .right {
  flex: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: opacity 200ms ease-in-out;
}
.enseignes-container .right.disabled {
  opacity: 0.4;
}
.enseignes-container .right .none {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
.enseignes-container .right .none p {
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.enseignes-container .right > div .enseignes {
  margin-top: 30px;
}
.enseignes-container .right > div .enseignes .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .enseignes-container .right > div .enseignes .top {
    flex-flow: column;
    justify-content: center;
  }
}
.enseignes-container .right > div .enseignes .top h1 {
  margin: 0;
  font-size: 30px;
}
@media (max-width: 600px) {
  .enseignes-container .right > div .enseignes .top h1 {
    font-size: 25px;
    text-align: center;
  }
}
.enseignes-container .right > div .enseignes .top p {
  margin: 0;
}
@media (max-width: 600px) {
  .enseignes-container .right > div .enseignes .top p {
    font-size: 14px;
  }
}
.enseignes-container .right > div .enseignes .top p span {
  font-weight: 700;
  background-color: #ffd800;
  border-radius: 5px;
  padding: 3px 8px;
  display: inline-block;
}
.enseignes-container .right > div .enseignes .category {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 70px;
  width: 100%;
}
@media (max-width: 1100px) {
  .enseignes-container .right > div .enseignes .category {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .enseignes-container .right > div .enseignes .category {
    grid-template-columns: repeat(2, 1fr);
  }
}
.enseignes-container .right > div .enseignes .category > a {
  display: block;
  border: 1px solid rgba(2, 35, 63, 0.2);
  border-radius: 15px;
  position: relative;
  transition: 0.2s;
}
.enseignes-container .right > div .enseignes .category > a:hover {
  border-color: #fc9f36;
}
.enseignes-container .right > div .enseignes .category > a:hover .btn, .enseignes-container .right > div .enseignes .category > a:hover #masthead ul#primary-menu li.toggle_search a, #masthead ul#primary-menu li.toggle_search .enseignes-container .right > div .enseignes .category > a:hover a, .enseignes-container .right > div .enseignes .category > a:hover #loginform input[type="submit"], #loginform .enseignes-container .right > div .enseignes .category > a:hover input[type="submit"], .enseignes-container .right > div .enseignes .category > a:hover form.villes input[type="submit"], .enseignes-container .right form.villes > div .enseignes .category > a:hover input[type="submit"], .enseignes-container .right > div .enseignes .category > a:hover body.author #galerie-form input[type="submit"], body.author #galerie-form .enseignes-container .right > div .enseignes .category > a:hover input[type="submit"] {
  background-color: #ffffff;
  color: #fc9f36;
}
.enseignes-container .right > div .enseignes .category > a h2 {
  text-align: center;
  display: block;
  margin: 20px 20px 35px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", "Verdana", sans-serif;
}
@media (max-width: 600px) {
  .enseignes-container .right > div .enseignes .category > a h2 {
    font-size: 16px;
    margin: 20px 10px 35px;
  }
}
.enseignes-container .right > div .enseignes .category > a img {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: contain;
  border-radius: 15px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .enseignes-container .right > div .enseignes .category > a img {
    height: 90px;
  }
}
.enseignes-container .right > div .enseignes .category > a .btn, .enseignes-container .right > div .enseignes .category > a #masthead ul#primary-menu li.toggle_search a, #masthead ul#primary-menu li.toggle_search .enseignes-container .right > div .enseignes .category > a a, .enseignes-container .right > div .enseignes .category > a #loginform input[type="submit"], #loginform .enseignes-container .right > div .enseignes .category > a input[type="submit"], .enseignes-container .right > div .enseignes .category > a form.villes input[type="submit"], .enseignes-container .right form.villes > div .enseignes .category > a input[type="submit"], .enseignes-container .right > div .enseignes .category > a body.author #galerie-form input[type="submit"], body.author #galerie-form .enseignes-container .right > div .enseignes .category > a input[type="submit"] {
  background-color: #fc9f36;
  border-color: #fc9f36;
  color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%);
  padding: 10px 23px;
  font-size: 13px;
}
.enseignes-container .right > div .enseignes .category > a .btn:hover, .enseignes-container .right > div .enseignes .category > a #masthead ul#primary-menu li.toggle_search a:hover, #masthead ul#primary-menu li.toggle_search .enseignes-container .right > div .enseignes .category > a a:hover, .enseignes-container .right > div .enseignes .category > a #loginform input[type="submit"]:hover, #loginform .enseignes-container .right > div .enseignes .category > a input[type="submit"]:hover, .enseignes-container .right > div .enseignes .category > a form.villes input[type="submit"]:hover, .enseignes-container .right form.villes > div .enseignes .category > a input[type="submit"]:hover, .enseignes-container .right > div .enseignes .category > a body.author #galerie-form input[type="submit"]:hover, body.author #galerie-form .enseignes-container .right > div .enseignes .category > a input[type="submit"]:hover {
  background-color: #ffffff;
  color: #fc9f36;
}
.enseignes-container .right > div .description {
  margin-top: 80px;
}
.enseignes-container .right form.villes {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #ffd800;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .enseignes-container .right form.villes {
    padding: 20px;
  }
}
.enseignes-container .right form.villes h3 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .enseignes-container .right form.villes h3 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .enseignes-container .right form.villes .select2-container {
    width: 100% !important;
  }
}
.enseignes-container .right form.villes .reset {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #8893c0;
}
.enseignes-container .right form.villes .reset:hover {
  color: #fc9f36;
  border-color: #fc9f36;
}
.enseignes-container .right form.villes input[type="submit"] {
  max-width: 90%;
  width: 191px;
}
@media (max-width: 820px) {
  .enseignes-container .right form.villes input[type="submit"] {
    width: 100%;
    max-width: initial;
    padding: 13px 22px;
  }
}
.enseignes-container .right .enseignes {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.enseignes-container .right .enseignes > div:first-child {
  width: 100%;
  text-align: right;
}
.select2-dropdown {
  border-color: #ffd800 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #ffd800 1px !important;
}
.select2-container {
  width: 70% !important;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-left: 14px !important;
  font-size: 14px !important;
}
.select2-results__option {
  font-size: 14px !important;
  margin: 0 !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: rgba(255, 216, 0, 0.5) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fc9f36 !important;
  border-color: #fc9f36 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-color: #fc9f36 !important;
  color: #02233f !important;
}
.media-modal-content .media-frame-menu, .media-modal-content .media-frame-menu-heading {
  display: none;
}
.media-modal-content .media-frame-title, .media-modal-content .media-frame-content, .media-modal-content .media-frame-router {
  left: 0;
}
.storelocator {
  display: flex;
  gap: 30px;
}
@media (max-width: 820px) {
  .storelocator {
    flex-flow: column;
  }
}
.storelocator .storelocator-left {
  flex: 400px 0 0;
}
.storelocator .storelocator-left .inner {
  height: 480px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #8893c0;
  border-radius: 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1100px) {
  .storelocator .storelocator-left .inner {
    flex: 300px 0 0;
  }
}
@media (max-width: 820px) {
  .storelocator .storelocator-left .inner {
    flex: auto;
    width: 100%;
    height: 250px;
  }
}
.storelocator .storelocator-left .inner a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.storelocator .storelocator-left .inner a .visu {
  flex: 40px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #ddd;
  background-size: cover;
}
.storelocator .storelocator-left .none {
  text-align: center;
}
.storelocator #search-container input {
  width: 100%;
  box-sizing: border-box;
  padding: 17px 14px;
  margin-bottom: 20px;
  border-color: #fc9f36;
}
.storelocator .storelocator-right {
  flex: auto;
  height: 523px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 820px) {
  .storelocator .storelocator-right {
    flex: auto;
    width: 100%;
  }
}
.storelocator .storelocator-right #map-canvas {
  height: 100% !important;
}
.iw_content {
  text-align: center;
}
.mapop {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 280px;
  text-align: center;
  align-items: center;
}
.mapop > span {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #ddd;
  background-size: cover;
}
.mapop > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.acf-map {
  width: 100%;
  height: 300px;
  border-radius: 20px;
}
.ytpop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  z-index: 1035;
}
.ytpop .close {
  width: 25px;
  height: 25px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  background-image: url(assets/img/close-button.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.ytpop iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*--------------------------------------------------------------
MIDDLE OFFICE
--------------------------------------------------------------*/
body.author .submit {
  width: 100%;
  text-align: center;
  position: relative;
}
body.author .success-message, body.author .error-message {
  color: green;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  width: 100%;
  margin: 17px 0 !important;
}
body.author .error-message {
  color: red;
}
body.author .enseigne-button {
  padding: 20px 54px !important;
  font-size: 17px !important;
  background-color: #fc9f36 !important;
  color: #ffffff !important;
  border: 0 !important;
}
body.author .enseigne-button:hover {
  background-color: #8893c0 !important;
}
body.author #header_page:after {
  height: 100%;
}
body.author #header_page #inner_header_page {
  flex-flow: column;
  justify-content: center;
}
body.author #header_page #inner_header_page img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  object-fit: cover;
  box-shadow: 10px 10px 19px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
body.author #header_page #inner_header_page h1 {
  text-align: center;
  margin: 7px 0 20px;
  font-size: 35px;
}
body.author .info {
  margin-bottom: 70px;
}
body.author .info h2, body.author .news h2 {
  position: relative;
}
body.author .info h2:after, body.author .news h2:after {
  content: "";
  background-image: url(assets/img/3traits.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: -39px;
  top: -36px;
  width: 50px;
  height: 50px;
  transform: rotate(-74deg);
  transition: 0.3s;
}
@media (max-width: 600px) {
  body.author .info h2:after, body.author .news h2:after {
    content: none;
  }
}
@media (max-width: 600px) {
  body.author #galerie-form input[type="submit"] {
    margin-top: 10px;
  }
}
body.author #galerie-form input[type="file"] {
  color: #02233f;
  border: 1px solid transparent;
  font-size: 13px;
  background-color: #ffffff;
  border-radius: 7px;
  padding: 10px 11px 10px 20px;
  box-sizing: border-box;
  outline: none;
}
body.author #new-post .title {
  display: flex;
  flex-flow: column;
}
body.author #new-post .title label {
  text-transform: uppercase;
  color: #949494;
  margin-bottom: 2px;
}
body.author #new-post .title #post_title {
  color: #02233f;
  border: 1px solid transparent;
  font-size: 20px;
  background-color: #ffffff;
  border-radius: 7px;
  padding: 10px 11px 10px 20px;
  box-sizing: border-box;
  outline: none;
  width: 320px;
}
body.author #new-post .contenus {
  margin-top: 20px;
}
body.author #new-post .contenus label {
  text-transform: uppercase;
  color: #949494;
  margin-bottom: 2px;
}
.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.footer-logos img {
  height: 60px;
  width: auto;
}
@media (max-width: 600px) {
  .footer-logos img {
    height: 46px;
  }
}
.popvideo {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(2, 35, 63, 0.8);
  padding: 100px;
}
@media (max-width: 1100px) {
  .popvideo {
    padding: 100px 50px;
  }
}
@media (max-width: 600px) {
  .popvideo {
    padding: 100px 30px;
  }
}
.popvideo .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.popvideo .close svg {
  fill: #ffd800;
  stroke: #ffd800;
}
.popvideo .popvideo-in {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popvideo .popvideo-in iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  max-height: 80vh;
}
/*--------------------------------------------------------------
Bloc Builder
--------------------------------------------------------------*/
#content_repeater .margin {
  margin: 70px auto;
}
#content_repeater .formulaire .container h2, #content_repeater .formulaire .container h3 {
  margin: 0;
}
#content_repeater .line_titre h2.centre {
  text-align: center;
}
#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: #8893c0;
  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;
  background-repeat: no-repeat;
  border-radius: 20px;
}
#content_repeater .line_image .container .img:hover:after {
  right: 20px;
  bottom: 20px;
}
#content_repeater .line_image .container .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(136, 147, 192, 0.5);
  right: -20px;
  bottom: -20px;
  z-index: -1;
  border-radius: 15px;
  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 #masthead ul#primary-menu li.toggle_search a, #masthead ul#primary-menu li.toggle_search #content_repeater .line_image .container .text a, #content_repeater .line_image .container .text #loginform input[type="submit"], #loginform #content_repeater .line_image .container .text input[type="submit"], #content_repeater .line_image .container .text .enseignes-container .right form.villes input[type="submit"], .enseignes-container .right form.villes #content_repeater .line_image .container .text input[type="submit"], #content_repeater .line_image .container .text body.author #galerie-form input[type="submit"], body.author #galerie-form #content_repeater .line_image .container .text input[type="submit"] {
  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: 1100px) {
  #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-radius: 20px;
  border: 1px solid #8893c0;
  box-sizing: border-box;
  box-shadow: 30px 30px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: 0.2s;
  position: relative;
  top: 0;
}
#content_repeater .line_colonnes .container > div:hover {
  box-shadow: 22px 27px 27px 0 rgba(0, 0, 0, 0);
  top: -20px;
}
#content_repeater .line_colonnes .container > div h3 {
  text-transform: initial;
  margin: 0;
  font-size: 20px;
}
#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: 1100px) {
  #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: 600px) {
  #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: 1500px) {
  #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: 1500px) {
  #content_repeater .line_galerie .container li span {
    padding: 1vw;
  }
}
#content_repeater .line_galerie .container li:hover a {
  background-color: #8893c0;
}
#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: 600px) {
  #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: 600px) {
  #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: 1100px) {
  #content_repeater .line_galerie .container.line_gal_4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  #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: 1100px) {
  #content_repeater .line_galerie .container.line_gal_5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  #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: 1100px) {
  #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: 600px) {
  #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: #8893c0;
  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: 600px) {
  #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: #fc9f36;
  padding: 20px;
  color: #ffffff;
  position: relative;
  top: 0;
  z-index: 1;
  margin: 5px;
  width: 20%;
  border-radius: 20px;
  transition: 0.2s;
}
#content_repeater .line_pictos .container li:hover {
  top: -20px;
}
@media (max-width: 1100px) {
  #content_repeater .line_pictos .container li {
    width: 43%;
  }
}
@media (max-width: 600px) {
  #content_repeater .line_pictos .container li {
    width: 100%;
    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: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center center;
  position: relative;
}
#content_repeater .line_pictos .container li span:after {
  content: "";
  background-color: #8893c0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.2s;
}
#content_repeater .line_pictos .container li p {
  font-size: 14px;
  color: #ffffff;
}
#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;
}
#content_repeater #oscar .container {
  width: 900px;
  padding-left: 11%;
  box-sizing: border-box;
}
#content_repeater #oscar .container h2 {
  margin-top: 0;
}
#content_repeater #oscar .container:before {
  content: "";
  background-image: url(assets/img/oscar.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  bottom: -82px;
  width: 205px;
  height: 256px;
  transition: 0.3s;
}
body.page-id-1211 .gallery {
  /* Partenaires */
  display: flex;
  justify-content: center;
}
body.page-id-1211 .gallery .gallery-item {
  width: 250px;
}
body.page-id-1211 .gallery .gallery-item img {
  object-fit: contain;
  background-color: #ffffff;
  box-shadow: 10px 10px 19px 0 rgba(0, 0, 0, 0.1);
  height: 183px;
  padding: 10px;
  box-sizing: border-box;
}
.flex_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .flex_title {
    flex-flow: row wrap;
    margin-bottom: 40px;
  }
}
.flex_title h2 {
  width: 65%;
}
@media (max-width: 1100px) {
  .flex_title h2 {
    width: 100%;
  }
}
div#tarteaucitronPercentage {
  display: none !important;
}
#tarteaucitronRoot div#tarteaucitronAlertBig {
  padding: 15px;
  background-color: #02233f;
  position: fixed;
  bottom: 20px !important;
  left: 20px !important;
  top: initial !important;
  transform: initial !important;
  max-width: 95% !important;
  width: 380px !important;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 2px solid #fc9f36;
  border-radius: 15px;
}
@media (max-width: 820px) {
  #tarteaucitronRoot div#tarteaucitronAlertBig {
    text-align: center;
  }
}
@media (max-width: 600px) {
  #tarteaucitronRoot div#tarteaucitronAlertBig {
    padding: 20px 25px !important;
    bottom: 0 !important;
    left: 0 !important;
    width: initial !important;
    max-width: 100% !important;
  }
}
#tarteaucitronRoot div#tarteaucitronAlertBig br {
  display: none;
}
#tarteaucitronRoot div#tarteaucitronAlertBig button {
  background: transparent !important;
  color: #ffffff;
  font-size: 13px !important;
  padding: 0 !important;
  text-decoration: none;
  margin: 0 7px 5px 0;
  border-bottom: 1px solid #ffffff;
  transition: 0.3s;
  border-radius: 0;
}
@media (max-width: 820px) {
  #tarteaucitronRoot div#tarteaucitronAlertBig button {
    font-size: 11px !important;
    display: inline-block !important;
    margin: 0 7px 5px 0 !important;
  }
}
#tarteaucitronRoot div#tarteaucitronAlertBig button:hover {
  opacity: 0.6;
}
#tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseCross {
  top: 20px !important;
  right: 20px !important;
  border: 0;
}
@media (max-width: 1024px) {
  #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseCross {
    top: 10px !important;
    right: 10px !important;
  }
}
div#tarteaucitronRoot.tarteaucitronBeforeVisible::before {
  content: none !important;
}
#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
  font-size: 16px !important;
  margin: 8px 0 15px !important;
  text-align: left !important;
  padding: 0 !important;
}
@media (max-width: 820px) {
  #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 13px !important;
    margin: 8px 0 !important;
  }
}
div#tarteaucitronAlertBig:before {
  content: "" !important;
  background-image: url(assets/img/cookie.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 600px) {
  div#tarteaucitronAlertBig:before {
    width: 24px;
    height: 24px;
  }
}
#tarteaucitronRoot div#tarteaucitronAlertBig, #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronAlertBig #tarteaucitronPrivacyUrl, #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, #tarteaucitron #tarteaucitronClosePanel, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow {
  box-shadow: none;
}
