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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* FONT FACE */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("assets/fonts/Manrope-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("assets/fonts/Manrope-Bold.ttf") format("opentype");
}
/* VARIABLES */
html, body, #responsive-menu #responsive-menu-inner #mobile-menu, .partenaires_cats, #content_repeater .line_galerie .container, #content_repeater .line_pictos .container {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* GLOBAL */
html {
  font-family: "Manrope", "Tahoma";
  color: #04151f;
  font-size: 17px;
  font-weight: 400;
  scroll-behavior: smooth;
  background-color: #fff8e4;
  overflow-x: clip;
  scroll-behavior: auto;
  overflow-x: clip;
}
body {
  overflow-x: clip;
}
a {
  color: #f59e00;
  text-decoration: none;
  border-bottom: 1px solid #f59e00;
  transition: 0.2s;
}
h1, .h1 {
  font-size: clamp(1.5rem, 2.45vw, 2rem);
  line-height: 1em;
  font-weight: 400;
}
h1 strong, .h1 strong {
  font-weight: 400;
  color: #f59e00;
  position: relative;
}
h1 strong:after, .h1 strong:after {
  content: "";
  background-color: transparent;
  border: 1px solid #f59e00;
  width: 80%;
  height: 76%;
  transform: rotate(-10deg);
  border-radius: 50%;
  position: absolute;
  left: 10%;
  top: 14px;
}
h2, .h2 {
  font-size: clamp(2.2rem, 3.2vw, 2.6rem);
  font-weight: 400;
  line-height: 1em;
  border-left: 2px solid #f59e00;
  padding-left: 20px;
}
h2 strong, .h2 strong {
  color: #e65b9d;
}
h2[style="text-align: center;"], h2.centre, .h2[style="text-align: center;"], .h2.centre {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
h3, .h3 {
  font-size: clamp(1.7rem, 1.8vw, 1.7rem);
  font-weight: 400;
  line-height: 1em;
}
blockquote {
  background-color: #009fe0;
  padding: 20px;
  border-radius: 15px;
  margin: 20px 0;
}
blockquote * {
  color: #ffffff;
  font-style: italic;
  text-align: left;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/* WORDPRESS */
.gallery {
  margin: 30px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.gallery figure {
  margin: 0;
  width: calc(20% - 8px);
  background-color: rgba(0, 159, 224, 0.4);
  border-radius: 30px;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .gallery figure {
    width: calc(33% - 5px);
  }
}
@media (max-width: 600px) {
  .gallery figure {
    width: calc(50% - 5px);
    padding: 10px;
  }
}
.gallery a {
  display: block;
  border: none;
  width: 100%;
  aspect-ratio: 1;
}
.gallery img {
  object-fit: cover;
  transition: all 300ms;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
}
@media (max-width: 600px) {
  .gallery img {
    height: 200px;
  }
}
.gallery img:hover {
  transform: scale(1.1);
  transition: all 300ms;
}
.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: 0.9rem;
  margin: 0;
  padding: 10px 8px 0 8px;
}
/* CLASS */
.clear {
  clear: both;
}
.wrapper {
  width: 1202px;
  max-width: 90%;
  margin: 0 auto;
}
.wrapper.big {
  width: 1550px;
}
.wrapper.medium {
  width: 1080px;
}
.wrapper.meh {
  width: 900px;
}
.wrapper.small {
  width: 600px;
}
.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 0;
}
.wrapper_btn {
  display: flex;
  margin-top: 20px;
}
.wrapper_btn.center {
  justify-content: center;
}
.wrapper_btn.left {
  justify-content: left;
}
.wrapper_btn.right {
  justify-content: right;
}
p[style="text-align: center;"] .btn, p[style="text-align: center;"] #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu p[style="text-align: center;"] a, p[style="text-align: center;"] #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu p[style="text-align: center;"] a {
  margin: auto;
}
p[style="text-align: right;"] .btn, p[style="text-align: right;"] #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu p[style="text-align: right;"] a, p[style="text-align: right;"] #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu p[style="text-align: right;"] a {
  margin: 0 0 0 auto;
}
.btn, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu a, .submit input[type="submit"] {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  background: linear-gradient(90deg, #f59e00 0%, #e65b9d 100%);
  box-shadow: 0 0 29px 0 rgba(230, 91, 157, 0.5);
  color: #ffffff;
  text-align: center;
  padding: 15px 20px;
  box-sizing: border-box;
  width: fit-content;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  top: 0;
  font-weight: 400;
  border: 0;
}
.btn:hover, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a:hover, #responsive-menu #responsive-menu-inner .btn_menu a:hover, .submit input[type="submit"]:hover {
  color: #ffffff;
  top: -5px;
  box-shadow: 10px 10px 12px 0 rgba(230, 91, 157, 0.5);
}
.btn:after, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a:after, #responsive-menu #responsive-menu-inner .btn_menu a:after, .submit input[type="submit"]:after {
  content: "";
  display: block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-image: url(assets/img/right-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 20px;
}
.submit input[type="submit"] {
  padding-right: 45px;
  background-image: url(assets/img/right-up.svg), linear-gradient(90deg, #f59e00 0%, #e65b9d 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(100% - 15px) center, center center;
}
section {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
@media (max-width: 600px) {
  section {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
/* Slick */
.slick-prev, .slick-next {
  position: absolute;
  width: 34px;
  height: 34px;
  left: -50px;
  top: 50%;
  cursor: pointer;
  background-image: url(assets/img/right-up-rose.svg);
  transform: translateY(-50%) rotate(180deg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: center;
  font-size: 0;
  border: 1px solid #e65b9d;
  border-radius: 50%;
  color: transparent;
  transition: 0.2s;
  background-color: transparent;
}
.slick-prev:hover, .slick-next:hover {
  background-color: rgba(230, 91, 157, 0.3);
}
.slick-disabled {
  filter: grayscale(1);
  opacity: 0.4;
  cursor: default;
  background-color: transparent !important;
}
.slick-next {
  right: -50px;
  left: auto;
  transform: translateY(-50%) rotate(0);
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 35px 22px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slick-dots li {
  margin: 0 2px;
}
.slick-dots li.slick-active button {
  background-color: #f59e00;
}
.slick-dots li button {
  background-color: transparent;
  border: 1px solid #f59e00;
  padding: 0;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
}
/* Fil d'ariane */
.breadcrumb {
  width: fit-content;
  margin: 20px auto !important;
  text-align: center;
}
.breadcrumb li {
  list-style: none;
  font-size: 0.7rem;
}
.breadcrumb li a {
  color: #e65b9d;
  border-bottom: 1px solid #e65b9d;
}
.breadcrumb li a:hover {
  border-color: #006486;
  color: #006486;
}
/* Form */
form, .wpcf7-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
form .mid, .wpcf7-form .mid {
  width: 47%;
  margin: 15px 0;
}
form .mid p, .wpcf7-form .mid p {
  margin: 0;
}
@media (max-width: 600px) {
  form .mid, .wpcf7-form .mid {
    width: 100%;
  }
}
form .full, .wpcf7-form .full {
  width: 100%;
  margin: 15px 0;
}
form .full p, .wpcf7-form .full p {
  margin: 0;
}
form .rgpd, .wpcf7-form .rgpd {
  font-size: 14px;
}
form .submit, .wpcf7-form .submit {
  width: 100%;
  margin: 30px 0 0;
}
form .submit .wpcf7-spinner, .wpcf7-form .submit .wpcf7-spinner {
  position: absolute;
  bottom: -15px;
  left: 47%;
  transform: translateX(-50%);
}
form .select label, .wpcf7-form .select label {
  display: block;
}
form .select select, .wpcf7-form .select select {
  width: 100%;
}
form label, .wpcf7-form label {
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #c3c3c3;
}
form label .wpcf7-not-valid-tip, .wpcf7-form label .wpcf7-not-valid-tip {
  font-size: 0.7rem;
  text-transform: initial;
  margin-top: 5px;
}
form input, form textarea, .wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
}
form input, form select, form textarea, .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  color: #04151f;
  font-weight: 700;
  border: 0;
  font-size: 1rem;
  background-color: transparent;
  border-radius: 0;
  padding: 5px 10px 5px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #c3c3c3;
  outline: none;
  transition: 0.2s;
}
form input:focus, form select:focus, form textarea:focus, .wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
  border-color: #04151f;
}
form textarea, .wpcf7-form textarea {
  height: 120px;
}
form .wpcf7-radio, .wpcf7-form .wpcf7-radio {
  margin-top: 12px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
form .wpcf7-radio .wpcf7-list-item, .wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
form .wpcf7-radio .wpcf7-list-item label, .wpcf7-form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
form .wpcf7-radio .wpcf7-list-item label input, .wpcf7-form .wpcf7-radio .wpcf7-list-item label input {
  accent-color: #e65b9d;
  transform: scale(1.8) translateX(3px);
}
.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-requiblack .wpcf7-response-output {
  color: black;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #00ab15;
}
/* Pagination */
.navigation {
  margin: 30px 0 0;
  width: 100%;
  text-align: center;
  grid-column: 1 / 4;
}
.navigation .nav-links .page-numbers {
  border: 2px solid #04151f;
  padding: 5px 12px;
}
.navigation .nav-links .page-numbers.next, .navigation .nav-links .page-numbers.prev {
  border: 0;
  text-transform: uppercase;
  font-family: "Manrope", "Tahoma";
}
.navigation .nav-links .page-numbers.current {
  background-color: #04151f;
  color: #ffffff;
}
/* FAQ*/
.wrapper_faq .faq {
  position: relative;
}
.wrapper_faq .faq:after, .wrapper_faq .faq:first-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  transition: 0.2s;
  background-color: #04151f;
}
.wrapper_faq .faq:hover:after, .wrapper_faq .faq.active:after {
  opacity: 1;
  background-color: #04151f;
}
.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: 1rem;
  color: #04151f;
}
.wrapper_faq .faq .question:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.7rem;
  color: #04151f;
}
.wrapper_faq .faq .question > * {
  margin: 0;
}
.wrapper_faq .faq.active .question:after {
  content: "-";
  color: #04151f;
}
.wrapper_faq .faq .reponse {
  display: none;
  padding: 0 60px 10px 0;
}
.wrapper_faq .faq .reponse p {
  color: #04151f;
}
@media (max-width: 600px) {
  .wrapper_faq .faq .reponse {
    padding: 0 0 10px 0;
  }
}
.nav_sommaire {
  padding: 20px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(4, 21, 31, 0.1);
  width: 25%;
  box-sizing: border-box;
  position: sticky;
  top: 165px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nav_sommaire span {
  display: block;
  border-bottom: 1px solid rgba(4, 21, 31, 0.1);
  padding-bottom: 10px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.nav_sommaire .btn, .nav_sommaire #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu .nav_sommaire a, .nav_sommaire #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu .nav_sommaire a {
  font-size: 0.9rem;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: center;
}
.nav_sommaire li {
  list-style: none;
}
.nav_sommaire li a {
  display: block;
  margin: 0;
  color: rgba(4, 21, 31, 0.4);
  font-size: 1rem;
  position: relative;
  padding: 0 0 4px 0;
}
.nav_sommaire li a.active {
  color: #04151f;
}
.nav_sommaire li a.active:after {
  background-color: #04151f;
}
.nav_sommaire li a:hover {
  color: rgba(4, 21, 31, 0.7);
}
.nav_sommaire li a:hover:after {
  background-color: rgba(4, 21, 31, 0.7);
}
/*--------------------------------------------------------------
MENU
--------------------------------------------------------------*/
.btn_flottant .question {
  position: relative;
}
#masthead {
  z-index: 100;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  background-color: white;
  padding: 10px 20px;
  border-radius: 100px;
  box-sizing: border-box;
  width: 100%;
  max-width: 94%;
  margin: 0 auto;
  transition: all 300ms;
  max-width: calc(100% - 80px);
}
#masthead.scrollPlus {
  width: 1202px;
  max-width: 90%;
  margin: 0 auto;
  transition: all 300ms;
  top: 20px;
}
#masthead .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 98%;
  width: 100%;
}
#masthead .wrapper #site-navigation ul#primary-menu {
  display: flex;
  align-items: center;
  padding: 0;
}
@media (max-width: 1150px) {
  #masthead .wrapper #site-navigation ul#primary-menu {
    display: none;
  }
}
#masthead .wrapper #site-navigation ul#primary-menu > li {
  list-style: none;
  position: relative;
}
#masthead .wrapper #site-navigation ul#primary-menu > li:after {
  content: "";
  background-color: #f59e00;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 98%;
}
#masthead .wrapper #site-navigation ul#primary-menu > li:not(.btn_menu).current_page_item > a {
  color: #f59e00;
}
#masthead .wrapper #site-navigation ul#primary-menu > li a {
  margin: 0 20px;
  padding: 10px 0;
  font-size: 0.9rem;
  border: 0;
  color: #04151f;
}
#masthead .wrapper #site-navigation ul#primary-menu > li a:hover {
  color: #f59e00;
}
#masthead .wrapper #site-navigation ul#primary-menu > li.menu-item-has-children:after {
  background-color: #009fe0;
}
#masthead .wrapper #site-navigation ul#primary-menu > li.menu-item-has-children a:hover {
  color: #009fe0 !important;
}
#masthead .wrapper #site-navigation ul#primary-menu > li.menu-item-has-children .current_page_item > a, #masthead .wrapper #site-navigation ul#primary-menu > li.menu-item-has-children.current-menu-parent > a {
  color: #009fe0 !important;
}
#masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu::after {
  content: none;
}
#masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a {
  font-size: 0.9rem;
  margin-right: 0;
  padding: 14px 13px;
}
#masthead .wrapper #site-navigation ul#primary-menu > li .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  list-style: none;
  width: 250px;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #009fe0;
  padding: 20px;
  border-radius: 20px 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#masthead .wrapper #site-navigation ul#primary-menu > li .sub-menu a {
  margin: 0;
}
#masthead .wrapper #site-navigation ul#primary-menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#masthead .wrapper #logo {
  border: 0;
}
#masthead .wrapper #logo img {
  width: 137px;
}
@media (max-width: 600px) {
  #masthead .wrapper #logo img {
    width: 110px;
  }
}
/*--------------------------------------------------------------
MENU MOBILE
--------------------------------------------------------------*/
#reponsive-menu-trigger-container {
  flex-flow: row-reverse;
  align-items: center;
  display: none;
}
@media (max-width: 1150px) {
  #reponsive-menu-trigger-container {
    display: flex;
  }
}
#reponsive-menu-trigger-container #responsive-menu-trigger {
  height: 30px;
  width: 42px;
  flex-flow: column;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
}
#reponsive-menu-trigger-container #responsive-menu-trigger span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #009fe0;
  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;
  left: -100%;
  height: 100%;
  width: 70%;
  transition: 0.2s;
  z-index: 1000;
}
@media (max-width: 1150px) {
  #responsive-menu {
    display: block;
  }
}
#responsive-menu #responsive-menu-inner {
  width: 100%;
  background-color: #fff8e4;
  box-shadow: 0 0 20px rgba(4, 21, 31, 0.1);
  box-sizing: border-box;
  height: 100%;
  padding: 20px 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#responsive-menu #responsive-menu-inner .reponsive-menu-trigger-container {
  position: absolute;
  right: 30px;
  top: 30px;
}
#responsive-menu #responsive-menu-inner #logo-mobile {
  border: none;
}
#responsive-menu #responsive-menu-inner #logo-mobile img {
  width: 120px;
}
#responsive-menu #responsive-menu-inner .btn_menu {
  margin-top: 10px;
}
#responsive-menu #responsive-menu-inner .btn_menu::after {
  content: none;
}
#responsive-menu #responsive-menu-inner .btn_menu a {
  font-size: 0.9rem;
  color: #ffffff !important;
  margin-right: 0;
  padding: 14px 13px;
  width: fit-content;
}
#responsive-menu #responsive-menu-inner #mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#responsive-menu #responsive-menu-inner #mobile-menu li.menu-item-has-children {
  position: relative;
  padding-right: 46px;
}
#responsive-menu #responsive-menu-inner #mobile-menu li.menu-item-has-children .submenu-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e65b9d;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  z-index: 1;
  appearance: none;
  border: 0;
  margin: 0px 0;
  background-image: url(assets/img/right-up.svg);
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
  transition: 0.3s;
}
#responsive-menu #responsive-menu-inner #mobile-menu li.no_cursor > a {
  cursor: default;
}
#responsive-menu #responsive-menu-inner #mobile-menu .submenu-toggle {
  display: none;
}
#responsive-menu #responsive-menu-inner #mobile-menu a {
  box-sizing: border-box;
  position: relative;
  border: none;
  color: #04151f;
}
#responsive-menu #responsive-menu-inner #mobile-menu a:hover {
  color: #f59e00;
}
#responsive-menu #responsive-menu-inner #mobile-menu li.current-menu-item a {
  color: #f59e00;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu {
  display: none;
  margin: 10px 0 0;
  list-style: none;
  padding: 0 0 0 30px;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu a {
  display: block;
  box-sizing: border-box;
  text-transform: initial;
  margin: 10px 0;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu .submenu-toggle {
  width: 25px !important;
  height: 25px !important;
  right: 21px !important;
  background-size: 12px;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu .sub-menu a {
  text-transform: initial;
  font-size: 0.85rem;
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children.active > .submenu-toggle {
  transform: 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 {
  color: #04151f;
}
#responsive-menu.active {
  left: 0;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
#header_home {
  position: relative;
  max-width: 90%;
  margin: auto;
}
#header_home .blur_orange {
  position: absolute;
  left: -72px;
  top: -52px;
  z-index: 0;
  border-radius: 50%;
  background: #fae093;
  filter: blur(100px);
  width: 258px;
  height: 248px;
}
#header_home .blur_rose {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 117px;
  z-index: -1;
  width: 846px;
  height: 683px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(228, 81, 151, 0.28) 0%, #fae093 100%);
  filter: blur(100px);
}
#header_home .text {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#header_home .text h1 {
  font-size: 4.7rem;
  margin: 0;
}
@media (max-width: 1024px) {
  #header_home .text h1 {
    font-size: 3rem;
  }
}
#header_home .text h1 strong {
  font-weight: 400;
  color: #f59e00;
  position: relative;
}
#header_home .text h1 strong:after {
  content: "";
  background-color: transparent;
  border: 1px solid #f59e00;
  width: 80px;
  height: 469px;
  transform: rotate(80deg);
  border-radius: 50%;
  position: absolute;
  left: 216px;
  top: -177px;
}
@media (max-width: 1024px) {
  #header_home .text h1 strong:after {
    width: 92%;
    height: 91%;
    transform: rotate(-11deg) translate(-50%, -50%);
    left: 50%;
    top: 10px;
  }
}
@media (max-width: 600px) {
  #header_home .text h1 strong:after {
    left: -225px;
    top: 61px;
    width: 280px;
    height: 55px;
    transform: rotate(-11deg) translate(0);
  }
}
#header_home .text p {
  font-size: 1.7rem;
}
@media (max-width: 1024px) {
  #header_home .text p {
    font-size: 1.4rem;
  }
}
#header_home .text .btn, #header_home .text #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu #header_home .text a, #header_home .text #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu #header_home .text a {
  margin: 0 auto;
}
section#home_sec1 {
  background-color: #009fe0;
  padding: 60px 0px 27px 0px;
  box-sizing: border-box;
  border-radius: 40px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 300ms;
  margin-top: 70px !important;
}
section#home_sec1.slick-initialized {
  opacity: 1;
}
@media (max-width: 600px) {
  section#home_sec1 {
    padding: 40px 0px 27px 0px;
  }
}
section#home_sec1 .slick-arrow {
  display: none !important;
}
section#home_sec1 .slick-list {
  overflow: visible;
}
section#home_sec1 .slick-slide {
  margin: 0 30px;
}
section#home_sec1 .inner {
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-left: 105px;
  width: 445px;
}
@media (max-width: 1024px) {
  section#home_sec1 .inner {
    width: auto;
    padding-left: 32px;
  }
}
@media (max-width: 600px) {
  section#home_sec1 .inner {
    width: auto;
    padding-left: 10px;
  }
}
section#home_sec1 .inner .picto {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px;
  background-color: #f59e00;
  position: absolute;
  border-radius: 50%;
  display: flex;
  top: 0;
  left: 32px;
  border: 2px solid #006486;
}
section#home_sec1 .inner .picto:after {
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #006486;
}
@media (max-width: 1024px) {
  section#home_sec1 .inner .picto {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
}
section#home_sec1 .inner .sur-titre {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 5px 10px;
}
section#home_sec1 .inner h2 {
  margin: 10px 0 0;
  padding: 0;
  border: none;
  font-size: 3.5rem;
}
@media (max-width: 1024px) {
  section#home_sec1 .inner h2 {
    font-size: 2rem;
  }
}
section#home_sec1 .inner .btn, section#home_sec1 .inner #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec1 .inner a, section#home_sec1 .inner #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec1 .inner a {
  color: #006486;
  background: #fae093;
  border: 0;
  margin-top: 27px;
  box-shadow: initial;
  top: initial;
}
section#home_sec1 .inner .btn:after, section#home_sec1 .inner #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a:after, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec1 .inner a:after, section#home_sec1 .inner #responsive-menu #responsive-menu-inner .btn_menu a:after, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec1 .inner a:after {
  background-image: url(assets/img/right-up-bleu.svg);
}
section#home_sec1 .inner .btn:hover, section#home_sec1 .inner #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a:hover, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec1 .inner a:hover, section#home_sec1 .inner #responsive-menu #responsive-menu-inner .btn_menu a:hover, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec1 .inner a:hover {
  background-color: #ffffff;
}
section#home_sec1 .inner p, section#home_sec1 .inner .btn, section#home_sec1 .inner #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec1 .inner a, section#home_sec1 .inner #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec1 .inner a {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
section#home_sec1 .inner.slick-current p, section#home_sec1 .inner.slick-current .btn, section#home_sec1 .inner.slick-current #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec1 .inner.slick-current a, section#home_sec1 .inner.slick-current #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec1 .inner.slick-current a, section#home_sec1 .inner:hover p, section#home_sec1 .inner:hover .btn, section#home_sec1 .inner:hover #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec1 .inner:hover a, section#home_sec1 .inner:hover #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec1 .inner:hover a {
  visibility: visible;
  opacity: 1;
  transition: 0.2s;
}
section#home_sec2 {
  display: flex;
  gap: 0;
}
@media (max-width: 1024px) {
  section#home_sec2 {
    flex-wrap: wrap;
  }
  section#home_sec2 .left {
    width: 100%;
  }
}
section#home_sec2 .left > div {
  margin-right: 80px;
}
@media (max-width: 1024px) {
  section#home_sec2 .left > div {
    margin-right: 0;
  }
}
section#home_sec2 .left > div.actus .region-content-group {
  margin: 30px 0 20px;
}
section#home_sec2 .left > div.actus .region-content-group .btn, section#home_sec2 .left > div.actus .region-content-group #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec2 .left > div.actus .region-content-group a, section#home_sec2 .left > div.actus .region-content-group #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec2 .left > div.actus .region-content-group a {
  text-align: end;
  margin: 0 0 0 auto;
  max-width: 300px;
}
section#home_sec2 .left > div.actus .region-content-group .btn_arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url(assets/img/arrow_event.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  border: 0;
  transition: 0.2s;
}
section#home_sec2 .left > div.actus .region-content-group .wrapper_actus {
  margin: 0 0 20px 0;
}
section#home_sec2 .left > div.actus .region-content-group .wrapper_actus article {
  background-color: rgba(245, 158, 0, 0.1);
  padding: 24px 50px 20px 20px;
  transition: all 300ms;
  border-radius: 30px;
  width: 100%;
}
section#home_sec2 .left > div.actus .region-content-group .wrapper_actus article:hover {
  background-color: #ffffff;
  transition: all 300ms;
  box-shadow: 0 0 29px 0 rgba(245, 158, 0, 0.1);
}
section#home_sec2 .left > div.actus .region-content-group .wrapper_actus article:hover .btn_arrow {
  top: 10px;
  right: 10px;
}
section#home_sec2 .left > div.actus .region-content-group .wrapper_actus article .image {
  display: none;
}
section#home_sec2 .left > div.actus .region-content-group .wrapper_actus article .date {
  font-size: 14px;
  color: #f59e00;
}
section#home_sec2 .left > div.actus .region-content-group .wrapper_actus article .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: block;
}
section#home_sec2 .left > div.actus .region-content-group .wrapper_actus article .extrait {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section#home_sec2 .left > div.actus .region-content-group .wrapper_event {
  margin: 40px 0 30px;
}
section#home_sec2 .left > div.actus .region-content-group .wrapper_event .h3 {
  font-weight: 700;
}
section#home_sec2 .left > div.actus .region-content-group .wrapper_event article {
  padding: 20px 20px;
  margin-top: 20px;
}
section#home_sec2 .left > div.actus .region-content-group .wrapper_event article .left {
  width: 80%;
}
section#home_sec2 .left > div.actus .region-content-group .wrapper_event article .left .title {
  font-size: 20px;
}
section#home_sec2 .right {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  section#home_sec2 .right {
    width: 100%;
  }
}
section#home_sec2 .right .map-container {
  width: 607px;
  transition: all 300ms;
}
@media (max-width: 1366px) {
  section#home_sec2 .right .map-container {
    width: 550px;
  }
}
@media (max-width: 1024px) {
  section#home_sec2 .right .map-container {
    width: 100%;
  }
}
section#home_sec2 .right .map-container svg {
  width: 100%;
  height: auto;
}
section#home_sec2 .regions-svg path {
  transition: fill 0.3s ease, opacity 0.3s ease;
}
section#home_sec2 .regions-svg path[style*="pointer-events: none"] {
  cursor: default;
}
section#home_sec2 .regions-svg path:not([style*="pointer-events: none"]):hover {
  fill: rgba(245, 158, 0, 0.1) !important;
  cursor: pointer;
}
section#home_sec3 {
  margin-top: 150px !important;
  position: relative;
}
@media (max-width: 600px) {
  section#home_sec3 {
    margin-top: 70px !important;
  }
}
section#home_sec3 h2 strong {
  display: block;
}
section#home_sec3 .container {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 1024px) {
  section#home_sec3 .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  section#home_sec3 .container {
    align-items: stretch;
  }
}
section#home_sec3 .container .inner {
  background-color: #f59e00;
  border-radius: 30px;
  height: 250px;
  padding: 25px;
  flex: 1 1 200px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  border: 1px solid #f59e00;
  transition: all 300ms;
}
section#home_sec3 .container .inner:hover {
  background-color: rgba(245, 158, 0, 0.8);
  transition: all 300ms;
  transform: translateY(-10px);
}
section#home_sec3 .container .inner:nth-child(even) {
  height: 457px;
}
section#home_sec3 .container .inner:first-child {
  align-self: flex-start;
}
section#home_sec3 .container .inner:last-child {
  background-color: #009fe0;
  color: #ffffff;
  border: 1px solid #009fe0;
}
section#home_sec3 .container .inner:last-child:hover {
  background-color: rgba(0, 159, 224, 0.8);
}
@media (max-width: 1024px) {
  section#home_sec3 .container .inner {
    flex: 1 1 250px;
    height: auto;
  }
  section#home_sec3 .container .inner:nth-child(even) {
    height: 220px;
  }
  section#home_sec3 .container .inner:first-child {
    align-self: flex-end;
  }
  section#home_sec3 .container .inner:nth-of-type(3) {
    align-self: flex-start;
  }
}
@media (max-width: 815px) {
  section#home_sec3 .container .inner {
    flex: 1 1 100px;
  }
}
@media (max-width: 600px) {
  section#home_sec3 .container .inner {
    height: auto !important;
    padding: 18px;
  }
}
section#home_sec3 .container .inner span {
  font-size: 5.2rem;
  font-weight: 300;
  line-height: 1em;
}
@media (max-width: 815px) {
  section#home_sec3 .container .inner span {
    font-size: 4rem;
  }
}
section#home_sec3 .container .inner p {
  font-size: 1.1rem;
  margin: 10px 0 0;
}
#small_rond {
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%);
  width: 336px;
  height: 336px;
  border-radius: 50%;
  border: 1px solid #f59e00;
  z-index: -1;
}
#mid_rond {
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%);
  width: 652px;
  height: 652px;
  border-radius: 50%;
  border: 1px solid rgba(245, 158, 0, 0.4);
  z-index: -1;
}
#big_rond {
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%);
  width: 982px;
  height: 982px;
  border-radius: 50%;
  border: 1px solid rgba(245, 158, 0, 0.2);
  z-index: -1;
}
section#home_sec4 {
  position: relative;
  min-height: 510px;
}
section#home_sec4 .rond_blur {
  position: absolute;
  left: -165px;
  top: -184px;
  width: 524px;
  height: 524px;
  border-radius: 50%;
  background: rgba(245, 158, 0, 0.5);
  filter: blur(100px);
  z-index: -1;
}
section#home_sec4 .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
section#home_sec4 .wrapper h2 {
  width: 53%;
  margin: 0;
}
section#home_sec4 .wrapper > div {
  width: 35%;
}
@media (max-width: 1024px) {
  section#home_sec4 .wrapper h2 {
    width: 100%;
  }
  section#home_sec4 .wrapper > div {
    width: 100%;
  }
}
section#home_sec4 .wrapper_bis {
  position: relative;
  margin-top: 110px;
}
@media (max-width: 1024px) {
  section#home_sec4 .wrapper_bis {
    margin-top: 60px;
  }
}
section#home_sec4 .wrapper_bis #un {
  position: absolute;
  top: -6px;
  width: 100vw;
}
section#home_sec4 .wrapper_bis #deux {
  position: absolute;
  top: 94px;
  width: 100vw;
}
section#home_sec4 .wrapper_bis #trois {
  position: absolute;
  top: 194px;
  width: 100vw;
}
section#home_sec4 .wrapper_bis .container {
  position: relative;
}
section#home_sec4 .wrapper_bis .container .inner {
  max-width: 388px;
  position: absolute;
  padding-top: 66px;
  z-index: 1;
  left: 32%;
  top: -9px;
}
section#home_sec4 .wrapper_bis .container .inner:nth-child(2) {
  left: 50%;
  top: -32px;
}
section#home_sec4 .wrapper_bis .container .inner:nth-child(3) {
  left: 68%;
  top: -12px;
}
section#home_sec4 .wrapper_bis .container .inner:before {
  content: "";
  background-color: #009fe0;
  border: 1px solid #009fe0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s;
}
section#home_sec4 .wrapper_bis .container .inner:after {
  content: "";
  border: 1px solid #04151f;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 1;
}
section#home_sec4 .wrapper_bis .container .inner h3 {
  margin-bottom: 0;
}
section#home_sec4 .wrapper_bis .container .inner h3, section#home_sec4 .wrapper_bis .container .inner p, section#home_sec4 .wrapper_bis .container .inner .btn, section#home_sec4 .wrapper_bis .container .inner #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec4 .wrapper_bis .container .inner a, section#home_sec4 .wrapper_bis .container .inner #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec4 .wrapper_bis .container .inner a {
  opacity: 0;
  transition: 0.2s;
}
section#home_sec4 .wrapper_bis .container .inner:hover h3, section#home_sec4 .wrapper_bis .container .inner:hover p, section#home_sec4 .wrapper_bis .container .inner:hover .btn, section#home_sec4 .wrapper_bis .container .inner:hover #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec4 .wrapper_bis .container .inner:hover a, section#home_sec4 .wrapper_bis .container .inner:hover #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec4 .wrapper_bis .container .inner:hover a {
  opacity: 1;
}
section#home_sec4 .wrapper_bis .container .inner:hover::before {
  background-color: #f59e00;
  border-color: #f59e00;
}
@media (max-width: 1024px) {
  section#home_sec4 .wrapper_bis .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 90%;
    margin: auto;
  }
  section#home_sec4 .wrapper_bis .container .inner {
    position: relative;
    max-width: 100%;
    left: 0 !important;
    top: 0 !important;
  }
  section#home_sec4 .wrapper_bis .container .inner h3, section#home_sec4 .wrapper_bis .container .inner p, section#home_sec4 .wrapper_bis .container .inner .btn, section#home_sec4 .wrapper_bis .container .inner #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec4 .wrapper_bis .container .inner a, section#home_sec4 .wrapper_bis .container .inner #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec4 .wrapper_bis .container .inner a {
    opacity: 1;
  }
}
section#home_sec5 .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
section#home_sec5 .flex .left {
  width: 50%;
}
section#home_sec5 .flex .right {
  width: auto;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 20px;
}
section#home_sec5 .flex .right .slider-arrows {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
section#home_sec5 .flex .right .slider-arrows .slick-arrow {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: translateY(0);
}
section#home_sec5 .flex .right .slider-arrows .slick-arrow.slick-prev {
  transform: translateY(0) rotate(180deg);
}
@media (max-width: 1024px) {
  section#home_sec5 .flex {
    flex-wrap: wrap;
  }
  section#home_sec5 .flex .left {
    width: 100%;
  }
}
section#home_sec5 .wrapper_slider {
  padding-left: 7%;
}
section#home_sec5 .wrapper_slider .slick-dots {
  display: none !important;
}
section#home_sec5 .slider {
  padding: 0;
  margin: 20px 0 0;
}
section#home_sec5 .slider li {
  list-style: none;
  margin: 0 34px 0 0;
}
section#home_sec5 .slider li img {
  border-radius: 30px;
  width: 893px;
  height: 399px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  section#home_sec5 .slider li img {
    width: auto;
    aspect-ratio: 1.7777777778;
    height: auto;
  }
}
section#home_sec5 h2 {
  margin: 0;
}
section#home_sec5 h2 strong {
  display: block;
}
.wineuses {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.wineuses .inner {
  border-radius: 30px;
  padding: 10px 10px 20px 10px;
  width: calc(20% - 16px);
  box-sizing: border-box;
  background: rgba(0, 100, 134, 0.2);
  transition: 0.2s;
}
@media (max-width: 1150px) {
  .wineuses .inner {
    width: calc(25% - 15px);
  }
}
@media (max-width: 815px) {
  .wineuses .inner {
    width: calc(33% - 12px);
  }
}
@media (max-width: 600px) {
  .wineuses .inner {
    width: calc(50% - 10px);
  }
}
.wineuses .inner:hover {
  background: #006486;
  transform: translateY(-6px) scale(1.02) !important;
}
.wineuses .inner:hover .title, .wineuses .inner:hover .poste {
  color: #ffffff;
}
.wineuses .inner:nth-child(even) {
  background: rgba(245, 158, 0, 0.2);
}
.wineuses .inner:nth-child(even):hover {
  background: #f59e00;
}
.wineuses .inner:nth-child(even):hover .title, .wineuses .inner:nth-child(even):hover .poste {
  color: #ffffff;
}
.wineuses .inner:nth-child(even) .title {
  color: #f59e00;
}
.wineuses .inner .image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  margin-bottom: 15px;
}
.wineuses .inner .title {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #009fe0;
  text-align: center;
}
.wineuses .inner .poste {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #04151f;
  font-weight: 700;
}
@media (max-width: 600px) {
  .wineuses .inner .poste {
    font-size: 14px;
  }
}
section#home_sec6 {
  position: relative;
}
section#home_sec6 .rond_blur {
  position: absolute;
  top: -191px;
  right: 133px;
  z-index: -1;
  width: 592px;
  height: 592px;
  transform: rotate(70deg);
  border-radius: 50%;
  background: linear-gradient(132deg, rgba(250, 224, 147, 0.39) 35.34%, rgba(245, 158, 0, 0.48) 84.2%);
  filter: blur(68.5px);
}
section#home_sec6 .title {
  text-align: center;
  max-width: 557px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
}
section#home_sec6 .title h2 {
  margin: 0;
}
section#home_sec6 .title .btn, section#home_sec6 .title #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec6 .title a, section#home_sec6 .title #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec6 .title a {
  align-self: center;
}
section#home_sec6 .wineuses {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 40px;
}
section#home_sec6 .wineuses .inner {
  width: 232px;
}
@media (max-width: 600px) {
  section#home_sec6 .wineuses .inner {
    width: calc(50% - 10px);
  }
}
section#home_sec6 .wineuses .inner:nth-child(even) {
  background: rgba(245, 158, 0, 0.2);
  margin-top: 100px;
}
section#home_sec6 .wineuses .inner:nth-child(even):hover {
  background: #f59e00;
  transform: translateY(-6px) scale(1.02);
}
section#home_sec6 .wineuses .inner:nth-child(even):hover .title, section#home_sec6 .wineuses .inner:nth-child(even):hover .poste {
  color: #ffffff;
}
section#home_sec6 .wineuses .inner:nth-child(even) .title {
  color: #f59e00;
}
section#home_sec6 .wineuses .inner:nth-child(1) {
  margin-top: -36px;
}
section#home_sec6 .wineuses .inner:nth-child(3) {
  margin-top: 30px;
}
section#home_sec6 .wineuses .inner:nth-child(6) {
  margin-top: -56px;
}
@media (max-width: 815px) {
  section#home_sec6 .wineuses .inner {
    margin: 0 !important;
  }
}
@media (max-width: 1366px) {
  section#home_sec6 .wineuses {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  section#home_sec6 .wineuses {
    align-items: stretch;
  }
  section#home_sec6 .wineuses .inner {
    width: calc(50% - 10px);
  }
}
section#home_sec7 .title {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
}
section#home_sec7 .title h2 {
  margin: 0;
}
section#home_sec7 .logos-wrapper {
  overflow: hidden;
}
section#home_sec7 .logos_top, section#home_sec7 .logos_bottom {
  display: flex;
  width: max-content;
  gap: 1.5rem;
  list-style: none;
  margin: 20px 0;
}
@media (max-width: 600px) {
  section#home_sec7 .logos_top, section#home_sec7 .logos_bottom {
    margin: 0;
  }
}
section#home_sec7 .logos_top li, section#home_sec7 .logos_bottom li {
  flex-shrink: 0;
  transition: 0.2s;
  border: 1px solid rgba(0, 159, 224, 0);
  border-radius: 20px;
  width: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#home_sec7 .logos_top li:hover, section#home_sec7 .logos_bottom li:hover {
  border: 1px solid rgba(0, 159, 224, 0.2);
}
section#home_sec7 .logos_top li:hover img, section#home_sec7 .logos_bottom li:hover img {
  filter: grayscale(0);
}
section#home_sec7 .logos_top li img, section#home_sec7 .logos_bottom li img {
  height: 100px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: grayscale(1);
  transition: 0.2;
}
section#home_sec7 .logos_top {
  animation: marquee-left 50s linear infinite;
}
section#home_sec7 .logos_bottom {
  animation: marquee-right 50s linear infinite;
}
@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
section#home_sec8 {
  max-width: 954px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  padding: 50px;
  text-align: center;
}
section#home_sec8 h2 {
  font-weight: 700;
  margin: 0 auto 36px;
  text-align: center;
  width: fit-content;
}
section#home_sec8 ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
section#home_sec8 ul li {
  list-style: none;
}
section#home_sec8 ul li a {
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #f59e00;
  padding: 10px 40px;
  text-transform: uppercase;
  color: #f59e00;
  display: block;
  font-size: 0.8rem;
  text-align: center;
  transition: 0.2s;
  min-width: 330px;
  box-sizing: border-box;
}
section#home_sec8 ul li a.active {
  background-color: #f59e00;
  color: #ffffff;
}
section#home_sec8 ul li a:hover {
  background-color: rgba(245, 158, 0, 0.2);
}
section#home_sec8 .slick-arrow {
  top: 64%;
}
section#home_sec8 .content_in, section#home_sec8 .content_out {
  max-width: 462px;
  width: 100%;
  margin: 20px auto 0;
  display: none;
}
section#home_sec8 .content_in.no_slide .step, section#home_sec8 .content_out.no_slide .step {
  margin-top: 80px;
}
section#home_sec8 .content_in .slick-list, section#home_sec8 .content_out .slick-list {
  padding-top: 71px;
}
section#home_sec8 .content_in.active, section#home_sec8 .content_out.active {
  display: block;
}
section#home_sec8 .content_in .step, section#home_sec8 .content_out .step {
  box-sizing: border-box;
  border-radius: 30px;
  background: #cce6e3;
  padding: 30px;
  min-height: 113px;
  width: 462px;
  min-width: 462px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
section#home_sec8 .content_in .step .nb, section#home_sec8 .content_out .step .nb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -85px;
  font-weight: 700;
  font-size: 6.2rem;
  color: #cce6e3;
  text-align: center;
  z-index: -1;
}
section#home_sec8 .content_in .step h3, section#home_sec8 .content_out .step h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  word-break: break-word;
}
section#home_sec8 .content_in .step p, section#home_sec8 .content_out .step p {
  font-size: 0.8rem;
}
@media (max-width: 815px) {
  section#home_sec8 .content_in, section#home_sec8 .content_out {
    max-width: 400px;
  }
  section#home_sec8 .content_in .step, section#home_sec8 .content_out .step {
    width: 400px;
    min-width: 400px;
  }
}
@media (max-width: 600px) {
  section#home_sec8 .content_in, section#home_sec8 .content_out {
    max-width: 400px;
  }
  section#home_sec8 .content_in .step, section#home_sec8 .content_out .step {
    min-width: 100px;
    width: auto;
  }
  section#home_sec8 .content_in .slick-prev, section#home_sec8 .content_out .slick-prev {
    left: -41px;
  }
  section#home_sec8 .content_in .slick-next, section#home_sec8 .content_out .slick-next {
    right: -41px;
  }
}
section#home_sec9 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  position: relative;
}
section#home_sec9 .rond_blur {
  width: 592px;
  height: 592px;
  border-radius: 50%;
  background: linear-gradient(132deg, rgba(245, 158, 0, 0.07) 35.34%, rgba(245, 158, 0, 0.35) 84.2%);
  filter: blur(68px);
  position: absolute;
  bottom: -165px;
  right: 62px;
  z-index: -1;
}
section#home_sec9 .left {
  width: 30%;
  max-width: 360px;
  border-radius: 30px;
  background-color: #009fe0;
  padding: 40px;
  box-sizing: border-box;
  color: #ffffff;
  position: relative;
}
section#home_sec9 .left h2 {
  margin: 0;
}
section#home_sec9 .left h2 strong {
  color: #ffffff;
}
section#home_sec9 .left .btn, section#home_sec9 .left #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec9 .left a, section#home_sec9 .left #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec9 .left a {
  background-color: transparent;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  box-shadow: initial;
  position: absolute;
  top: initial;
  bottom: 40px;
  left: 40px;
}
section#home_sec9 .left .btn:hover, section#home_sec9 .left #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a:hover, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec9 .left a:hover, section#home_sec9 .left #responsive-menu #responsive-menu-inner .btn_menu a:hover, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec9 .left a:hover {
  background-color: #006486;
}
section#home_sec9 .image {
  width: 78%;
  border-radius: 30px;
  height: 459px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section#home_sec9 .image:after {
  content: "";
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(0, 159, 224, 0.88) 0.03%, rgba(0, 159, 224, 0) 39.38%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  section#home_sec9 {
    flex-wrap: wrap;
  }
  section#home_sec9 .left {
    width: 100%;
    max-width: 100%;
  }
  section#home_sec9 .left .btn, section#home_sec9 .left #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu section#home_sec9 .left a, section#home_sec9 .left #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu section#home_sec9 .left a {
    position: relative;
    bottom: auto;
    left: auto;
  }
  section#home_sec9 .image {
    width: 100%;
  }
}
section#home_sec_events {
  width: 955px;
  max-width: 90%;
}
section#home_sec_events .sous_titre {
  max-width: 635px;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
#header_page {
  background: linear-gradient(90deg, rgba(245, 158, 0, 0.2) 30%, rgba(230, 91, 157, 0.5) 100%);
  padding: 130px 20px 50px;
  border-radius: 30px;
  margin: 20px 20px 20px;
}
#header_page h1 {
  text-align: center;
  text-align: center;
  font-size: 3.8rem;
  margin: 40px 0 30px;
}
@media (max-width: 600px) {
  #header_page {
    padding: 110px 20px 30px;
  }
  #header_page h1 {
    font-size: 2.8rem;
  }
}
.home #content {
  padding-top: 240px;
  position: relative;
}
@media (max-width: 600px) {
  .home #content {
    padding-top: 190px;
  }
}
#content .blur_rose {
  position: absolute;
  right: -10%;
  top: -50px;
  z-index: -1;
  width: 846px;
  height: 683px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(228, 81, 151, 0.28) 0%, #fae093 100%);
  filter: blur(100px);
}
/*--------------------------------------------------------------
FEM'ENERGIA
--------------------------------------------------------------*/
#nav-sommaire {
  position: sticky;
  top: 140px;
  z-index: 5;
}
@media (max-width: 1024px) {
  #nav-sommaire {
    top: 125px;
  }
}
@media (max-width: 600px) {
  #nav-sommaire {
    top: 110px;
  }
}
#nav-sommaire ul {
  background-color: #ffffff;
  padding: 15px 30px;
  border-radius: 30px;
  margin: auto;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 6px 30px;
  width: fit-content;
  justify-content: center;
}
@media (max-width: 600px) {
  #nav-sommaire ul {
    gap: 4px 20px;
  }
}
#nav-sommaire ul li a {
  border-bottom: none;
  font-size: 0.9rem;
  color: #04151f;
}
@media (max-width: 600px) {
  #nav-sommaire ul li a {
    font-size: 0.8rem;
  }
}
#nav-sommaire ul li a.active {
  color: #009fe0;
  font-weight: 600;
}
.parent-pageid-301 h3 {
  color: #e65b9d;
  font-weight: bold;
}
.parent-pageid-301 .contenu-page {
  background-color: rgba(245, 158, 0, 0.1);
  border-radius: 30px;
  padding: 50px;
  box-sizing: border-box;
  font-size: 18px;
}
.parent-pageid-301 .contenu-page p:first-of-type {
  margin-top: 0;
}
.parent-pageid-301 .contenu-page p:last-of-type {
  margin-bottom: 0;
}
.femenergia_actus {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 60px;
  margin-top: 120px;
}
.femenergia_actus .wrapper_actus .archive_title, .femenergia_actus .wrapper_actus .actus-archive-link {
  width: 100%;
  margin: 0;
}
.femenergia_actus .wrapper_actus .archive_title .btn, .femenergia_actus .wrapper_actus .archive_title #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu .femenergia_actus .wrapper_actus .archive_title a, .femenergia_actus .wrapper_actus .archive_title #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu .femenergia_actus .wrapper_actus .archive_title a, .femenergia_actus .wrapper_actus .actus-archive-link .btn, .femenergia_actus .wrapper_actus .actus-archive-link #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu .femenergia_actus .wrapper_actus .actus-archive-link a, .femenergia_actus .wrapper_actus .actus-archive-link #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu .femenergia_actus .wrapper_actus .actus-archive-link a {
  margin: 0 0 0 auto;
}
.femenergia_actus .wrapper_actus article {
  flex: 1 1 250px;
}
.femenergia_actus .entry-content .partenaires {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 18px 26px;
  width: 100%;
  margin: 50px 0 0;
}
.femenergia_actus .entry-content .partenaires img {
  border-radius: 20px;
  width: 195px;
  box-sizing: border-box;
  padding: 11px;
  display: block;
  object-fit: contain;
  overflow: hidden;
  aspect-ratio: 1.6;
  background-color: #ffffff;
  border: 1px solid rgba(245, 158, 0, 0.7);
}
.femenergia_pages {
  margin: 120px auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.femenergia_pages .title {
  width: 100%;
}
.femenergia_pages a {
  display: block;
  background-color: #f59e00;
  border-radius: 30px;
  height: 200px;
  padding: 25px;
  box-sizing: border-box;
  width: calc(20% - 17px);
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  font-size: 1rem;
  color: #04151f;
  transition: 0.2s;
}
.femenergia_pages a:hover {
  background-color: #009fe0;
  color: #ffffff;
  box-shadow: 10px 10px 2px 0 rgba(4, 21, 31, 0.6);
  transform: translate(-5px, -5px);
}
.femenergia_pages a span {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1em;
}
@media (max-width: 1366px) {
  .femenergia_pages a {
    width: calc(25% - 15px);
  }
}
@media (max-width: 1024px) {
  .femenergia_pages a {
    width: calc(33% - 12px);
  }
}
@media (max-width: 815px) {
  .femenergia_pages a {
    width: calc(50% - 10px);
  }
  .femenergia_pages a span {
    font-size: 2.8rem;
  }
}
/*--------------------------------------------------------------
REGIONS
--------------------------------------------------------------*/
#map_container .map-container {
  text-align: center;
}
#map_container .map-container .regions-svg path {
  transition: fill 0.3s ease, opacity 0.3s ease;
}
#map_container .map-container .regions-svg path[style*="pointer-events: none"] {
  cursor: default;
}
#map_container .map-container .regions-svg path:not([style*="pointer-events: none"]):hover {
  fill: rgba(245, 158, 0, 0.1) !important;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #map_container .map-container {
    width: 100%;
  }
  #map_container .map-container svg {
    width: 100%;
    height: auto;
  }
}
body.single-region #header_page h1 {
  text-align: center;
  font-size: 3.8rem;
}
@media (max-width: 600px) {
  body.single-region #header_page h1 {
    font-size: 2.8rem;
  }
}
body.single-region #header_page .coor {
  background-color: rgba(245, 158, 0, 0.2);
  border: 1px solid #f59e00;
  border-radius: 10px;
  padding: 4px 19px;
  color: #f59e00;
  margin: 30px auto 0;
  display: flex;
  width: fit-content;
}
body.single-region #header_page .coor:hover {
  background-color: #f59e00;
  color: #ffffff;
}
body.single-region #header_page .blur_rose {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 313px;
  z-index: -1;
  width: 846px;
  height: 336px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(228, 81, 151, 0.28) 0%, #fae093 100%);
  filter: blur(100px);
}
body.single-region section#sec_content {
  position: relative;
  margin-top: 70px !important;
}
body.single-region section#sec_content .txt {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 60px;
  text-align: center;
}
body.single-region section#sec_content .txt h2 {
  margin-top: 0;
}
body.single-region section#sec_content .txt ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.single-region section#sec_content .txt ul li::marker {
  color: #f59e00;
}
body.single-region section#organisation .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
}
body.single-region section#organisation .container .equipe {
  width: 47%;
  margin: 0 0 50px;
}
@media (max-width: 815px) {
  body.single-region section#organisation .container .equipe {
    width: 100%;
  }
}
body.single-region section#organisation .container .equipe h3 {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 159, 224, 0.2);
}
body.single-region section#organisation .container .equipe .grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
body.single-region section#organisation .container .equipe .grid .inner_portrait {
  border-radius: 30px;
  padding: 15px 15px 25px 15px;
  width: calc(50% - 10px);
  box-sizing: border-box;
  background: rgba(245, 158, 0, 0.2);
  transition: 0.2s;
  text-align: center;
}
@media (max-width: 815px) {
  body.single-region section#organisation .container .equipe .grid .inner_portrait {
    width: calc(33% - 12px);
  }
}
@media (max-width: 600px) {
  body.single-region section#organisation .container .equipe .grid .inner_portrait {
    width: calc(50% - 10px);
  }
}
body.single-region section#organisation .container .equipe .grid .inner_portrait .photo {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  margin-bottom: 15px;
  background-color: #ffffff;
}
body.single-region section#organisation .container .equipe .grid .inner_portrait .photo[style*="default.png"] {
  background-size: 80%;
}
body.single-region section#organisation .container .equipe .grid .inner_portrait .title {
  display: block;
  margin: 0;
  line-height: 1.1em;
  font-size: 1.1rem;
  font-weight: 700;
  color: #f59e00;
  text-align: center;
  margin-bottom: 10px;
}
body.single-region section#organisation .container .equipe .grid .inner_portrait .entreprise {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #04151f;
  font-size: 0.8rem;
  font-weight: 700;
}
body.single-region section#organisation .container .equipe .grid .inner_portrait a {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.9rem;
}
body.single-region section#sec_events {
  max-width: 955px;
  width: 90%;
}
body.single-region section#sec_actus {
  position: relative;
  margin: -120px auto !important;
  padding: 120px 0;
}
body.single-region section#sec_actus .rond_blur {
  position: absolute;
  left: -329px;
  top: -28px;
  width: 524px;
  height: 524px;
  border-radius: 50%;
  background: rgba(245, 158, 0, 0.5);
  filter: blur(100px);
  z-index: -1;
}
body.single-region section#sec_actus .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 815px) {
  body.single-region section#sec_actus .flex {
    flex-direction: column;
  }
}
body.single-region section#sec_actus .flex .right {
  width: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 815px) {
  body.single-region section#sec_actus .flex .right {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
body.single-region section#sec_actus .flex .right .slider-arrows {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.single-region section#sec_actus .flex .right .slider-arrows .slick-arrow {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: translateY(0);
}
body.single-region section#sec_actus .flex .right .slider-arrows .slick-arrow.slick-prev {
  transform: translateY(0) rotate(180deg);
}
body.single-region section#sec_actus .wrapper_actus .slick-track {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
body.single-region section#sec_actus .wrapper_actus article {
  display: flex;
  height: auto;
  justify-content: space-between;
}
body.single-region section#sec_actus .wrapper_actus article .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 60%;
  height: 400px;
}
body.single-region section#sec_actus .wrapper_actus article .texte .title {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
}
/*--------------------------------------------------------------
PARTENAIRES
--------------------------------------------------------------*/
.partenaires_cats {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 90px;
}
.partenaires_cats a {
  border: 1px solid #f59e00;
  padding: 4px 16px;
  border-radius: 20px;
  transition: all 300ms;
  color: #f59e00;
}
.partenaires_cats a:hover {
  background-color: rgba(245, 158, 0, 0.1);
  transition: all 300ms;
}
.partenaires .cat_title {
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto 50px auto;
  scroll-margin-top: 200px;
  padding: 0;
  border: none;
}
.partenaires .cat_title:before {
  content: "";
  background-color: #009fe0;
  border: 1px solid #009fe0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  left: -90px;
  top: -6px;
  transition: 0.2s;
}
.partenaires .cat_title:after {
  content: "";
  border: 1px solid #04151f;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  left: -75px;
  top: -6px;
  z-index: 1;
}
.partenaires .partenaires_container {
  margin-bottom: 90px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 18px 26px;
  padding-bottom: 90px;
  border-bottom: 1px solid #009fe0;
  width: 100%;
}
@media (max-width: 600px) {
  .partenaires .partenaires_container {
    gap: 18px 20px;
  }
}
.partenaires .partenaires_container:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.partenaires .partenaires_container a {
  display: block;
  transition: 0.2s;
  border: 1px solid rgba(0, 159, 224, 0);
  border-radius: 20px;
  width: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid rgba(245, 158, 0, 0.7);
}
@media (max-width: 600px) {
  .partenaires .partenaires_container a {
    width: calc(50% - 15px);
  }
}
.partenaires .partenaires_container a:hover {
  border: 1px solid rgba(0, 159, 224, 0.7);
}
.partenaires .partenaires_container a:hover img {
  filter: grayscale(0);
}
.partenaires .partenaires_container a img {
  height: 90%;
  width: 90%;
  display: block;
  filter: grayscale(1);
  object-fit: contain;
  transition: 0.2;
  aspect-ratio: 1.4545454545;
}
/*--------------------------------------------------------------
PORTRAIT
--------------------------------------------------------------*/
body.single-portrait #header_page_portrait {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 220px auto 48px auto;
  max-width: 90%;
  position: relative;
}
@media (max-width: 600px) {
  body.single-portrait #header_page_portrait {
    margin: 176px auto 48px auto;
  }
}
body.single-portrait #header_page_portrait .photo {
  width: 200px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: block;
  z-index: 1;
  outline: 10px solid rgba(245, 158, 0, 0.2);
  outline-offset: 0;
}
body.single-portrait #header_page_portrait h1 {
  text-align: center;
  font-size: 3.8rem;
  margin: 0 0 20px;
}
@media (max-width: 600px) {
  body.single-portrait #header_page_portrait h1 {
    font-size: 2.8rem;
  }
}
body.single-portrait #header_page_portrait a.region {
  margin: 10px 0 0px;
}
body.single-portrait #header_page_portrait a.region:hover {
  opacity: 0.7;
}
body.single-portrait #header_page_portrait p {
  background-color: rgba(0, 159, 224, 0.1);
  border: 1px solid #009fe0;
  border-radius: 10px;
  padding: 4px 19px;
  color: #009fe0;
  text-align: center;
  margin: 0;
}
body.single-portrait #header_page_portrait .blur_rose {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -337px;
  z-index: -1;
  width: 846px;
  height: 846px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(228, 81, 151, 0.5) 0%, #fae093 100%);
  filter: blur(100px);
  opacity: 0.7;
}
body.single-portrait #header_page_portrait #un {
  position: absolute;
  top: 14px;
  width: 100vw;
  z-index: -1;
}
body.single-portrait #header_page_portrait #un path {
  stroke-opacity: 0.1;
  stroke: #006486;
}
body.single-portrait #header_page_portrait #deux {
  position: absolute;
  top: 94px;
  width: 100vw;
  z-index: -1;
}
body.single-portrait #header_page_portrait #trois {
  position: absolute;
  top: 174px;
  width: 100vw;
  z-index: -1;
}
body.single-portrait section#sec_content {
  margin-top: 83px !important;
}
body.single-portrait section#sec_content .tem {
  max-width: 950px;
  width: 100%;
  margin: 42.5px auto;
  text-align: center;
  color: #f59e00;
  font-size: 2.5rem;
  font-style: italic;
  position: relative;
}
body.single-portrait section#sec_content .tem:after {
  content: "";
  background-image: url(assets/img/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 61px;
  top: -51px;
  opacity: 0.2;
}
@media (max-width: 600px) {
  body.single-portrait section#sec_content .tem {
    font-size: 2rem;
  }
  body.single-portrait section#sec_content .tem:after {
    width: 80px;
    height: 80px;
    top: -38px;
  }
}
body.single-portrait section#sec_content .txt {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 50px;
  position: relative;
}
body.single-portrait section#sec_content .txt p:first-of-type {
  margin-top: 0;
}
body.single-portrait section#sec_content .txt p:last-of-type {
  margin-bottom: 0;
}
body.single-portrait section#sec_content .txt:after {
  content: "";
  background-image: url(assets/img/nucleaire.svg);
  width: 292px;
  height: 143px;
  position: absolute;
  background-size: contain;
  right: -47px;
  bottom: -35px;
  background-repeat: no-repeat;
}
/*--------------------------------------------------------------
EVENT
--------------------------------------------------------------*/
ul.nav_events {
  padding: 0;
  margin: 30px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
ul.nav_events li {
  list-style: none;
}
ul.nav_events li a {
  background-color: transparent;
  border: 1px solid #f59e00;
  border-radius: 50px;
  padding: 5px 12px;
  color: #f59e00;
  font-size: 0.8rem;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
ul.nav_events li a:hover, ul.nav_events li a.active {
  background-color: #f59e00;
  color: #ffffff;
}
.meta .cat, .meta .place, .meta .date {
  background-color: transparent;
  border: 1px solid #f59e00;
  border-radius: 50px;
  padding: 5px 12px 5px 30px;
  color: #f59e00;
  font-size: 0.8rem;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  background-image: url(assets/img/tag.svg);
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.meta .date {
  border-color: #009fe0;
  color: #009fe0;
  background-image: url(assets/img/calendar.svg);
  margin-left: 3px;
}
.meta .place {
  color: #e65b9d;
  border-color: #e65b9d;
  background-image: url(assets/img/place.svg);
}
.meta .place a {
  color: #e65b9d;
}
.meta .cat a, .meta .place a {
  border: 0;
}
.meta .cat a:hover, .meta .place a:hover {
  opacity: 0.5;
}
.wrapper_event article {
  border-top: 1px solid rgba(0, 159, 224, 0.2);
  padding: 30px 20px;
  position: relative;
  transition: 0.2s;
  margin: 10px 0;
}
.wrapper_event article:hover {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  background-color: rgba(245, 158, 0, 0.1);
  transform: translateY(-6px);
}
.wrapper_event article:hover .btn_arrow {
  top: 10px;
  right: 10px;
}
.wrapper_event article .left {
  width: 60%;
}
@media (max-width: 815px) {
  .wrapper_event article .left {
    width: 85%;
  }
}
.wrapper_event article p {
  font-size: 0.9rem;
}
.wrapper_event article .title {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
}
.wrapper_event article .btn_arrow {
  position: absolute;
  top: 23px;
  right: 23px;
  background-image: url(assets/img/arrow_event.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
  border: 0;
  transition: 0.2s;
}
.inscription_form {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 35px;
  margin-top: 80px;
  max-width: 100%;
}
.inscription_form .wpcf7-radio input {
  width: fit-content;
}
.inscription_form h2 {
  margin: 0 0 30px;
  position: relative;
  padding: 8px 0 0 87px;
  border: none;
}
.inscription_form h2::before {
  content: "";
  background-color: #009fe0;
  border: 1px solid #009fe0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s;
}
.inscription_form h2:after {
  content: "";
  border: 1px solid #04151f;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 1;
}
@media (max-width: 600px) {
  .inscription_form h2 {
    padding: 52px 0 0 0px;
  }
  .inscription_form h2:before {
    width: 36px;
    height: 36px;
  }
  .inscription_form h2:after {
    width: 36px;
    height: 36px;
  }
}
/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
.wrapper_actus {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px 28px;
}
.wrapper_actus article {
  width: calc(50% - 16px);
  box-sizing: border-box;
  position: relative;
  background-color: rgba(245, 158, 0, 0.1);
  padding: 24px 50px 20px 20px;
  transition: all 300ms;
  border-radius: 30px;
}
.wrapper_actus article:hover {
  background-color: #ffffff;
  transition: all 300ms;
  box-shadow: 0 0 29px 0 rgba(245, 158, 0, 0.1);
  transform: rotate(-1deg);
}
.wrapper_actus article:hover .btn_arrow {
  top: 10px;
  right: 10px;
}
@media (max-width: 600px) {
  .wrapper_actus article {
    width: 100%;
  }
}
.wrapper_actus article .image {
  display: none;
}
.wrapper_actus article .date {
  font-size: 14px;
  color: #f59e00;
}
.wrapper_actus article .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: block;
}
.wrapper_actus article .extrait {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#header_page .entry-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 16px;
  margin: 30px auto 0;
}
.flex_content_single {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex_content_single .entry-content {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.flex_content_single .entry-content h2 {
  margin-top: 60px;
  scroll-margin-top: 80px;
}
.flex_content_single .entry-content h2:first-child {
  margin-top: 0;
}
.flex_content_single .entry-content img {
  border-radius: 30px;
}
.flex_content_single .entry-content .thumb {
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  margin-bottom: 50px;
  box-shadow: 0 0 29px 0 rgba(230, 91, 157, 0.5);
}
/*--------------------------------------------------------------
EVENEMENTS
--------------------------------------------------------------*/
body.single-evenement .entry-content {
  position: relative;
}
body.single-evenement .entry-content img {
  border-radius: 30px;
  border-bottom: 2px solid #f59e00;
  border-right: 2px solid #f59e00;
}
body.single-evenement .entry-content #small_rond, body.single-evenement .entry-content #big_rond, body.single-evenement .entry-content #mid_rond {
  top: 50%;
  left: 0;
}
body.single-evenement .entry-content #small_rond {
  border: 1px solid rgba(245, 158, 0, 0.4);
}
body.single-evenement .entry-content #mid_rond {
  border: 1px solid rgba(245, 158, 0, 0.3);
}
/*--------------------------------------------------------------
Bloc Builder
--------------------------------------------------------------*/
#content_repeater .formulaire .container h2, #content_repeater .formulaire .container h3 {
  margin: 0;
}
#content_repeater img {
  border-radius: 30px;
}
#content_repeater .line_titre .centre {
  text-align: center;
}
#content_repeater .line_width_wrapper {
  width: 1365px;
  max-width: 90%;
  margin: 70px auto;
}
#content_repeater .line_width_wrapper.medium {
  width: 1080px;
}
#content_repeater .line_width_wrapper.small {
  width: 800px;
}
#content_repeater .line_width_wrapper.line_bg_color {
  border-radius: 30px;
}
#content_repeater .prix-cc {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 29px 0 rgba(228, 81, 151, 0.3);
}
#content_repeater .prix-cc h3, #content_repeater .prix-cc h2 {
  margin-top: 0;
  color: #f59e00;
  font-weight: bold;
}
#content_repeater iframe, #content_repeater .wp-video {
  border-radius: 30px;
  box-shadow: 10px 10px 2px 0 rgba(0, 159, 224, 0.6);
  transform: translate(-5px, -5px);
  width: 700px;
  height: auto;
  margin-top: 30px;
  overflow: hidden;
}
#content_repeater .line_bg_color, #content_repeater .line_bg_image {
  padding: 60px;
}
#content_repeater .line_bg_color.wrapper, #content_repeater .line_bg_image.wrapper {
  border-radius: 20px;
}
#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: #04151f;
  z-index: 1;
}
#content_repeater .line_text_light * {
  color: #ffffff;
}
#content_repeater .line_width_full {
  padding: 70px 0;
}
#content_repeater .line_width_full.medium .container {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto;
}
#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;
  border-radius: 30px;
}
#content_repeater .line_image .container .img:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(assets/img/petit-triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
  width: 120px;
  height: 120px;
  transition: 0.2s;
}
#content_repeater .line_image .container .text {
  flex-basis: 0;
  flex-grow: 1;
  padding-right: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#content_repeater .line_image .container .text > h2 {
  margin-top: 0;
}
#content_repeater .line_image .container .text .btn, #content_repeater .line_image .container .text #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu #content_repeater .line_image .container .text a, #content_repeater .line_image .container .text #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu #content_repeater .line_image .container .text a {
  margin-top: 10px;
}
#content_repeater .line_image .container.line_align_reverse {
  flex-flow: row-reverse nowrap;
}
#content_repeater .line_image .container.line_align_reverse .text {
  padding-left: 70px;
  padding-right: 0;
}
@media (max-width: 1024px) {
  #content_repeater .line_image .container {
    flex-flow: column;
  }
  #content_repeater .line_image .container .img {
    width: 100% !important;
    height: 80vw;
  }
  #content_repeater .line_image .container .text {
    width: 100%;
    padding: 0 0 40px 0;
  }
  #content_repeater .line_image .container.line_align_reverse {
    flex-flow: column-reverse;
  }
  #content_repeater .line_image .container.line_align_reverse .text {
    padding: 40px 0 0 0;
  }
}
#content_repeater .line_colonnes .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 30px;
}
#content_repeater .line_colonnes .container .slick-slide {
  margin: 0 10px;
}
#content_repeater .line_colonnes .container .slick-list {
  margin: 0 -10px;
}
#content_repeater .line_colonnes .container .slick-track {
  display: flex;
}
#content_repeater .line_colonnes .container .colonne {
  padding: 24px;
  background-color: rgba(245, 158, 0, 0.1);
  box-sizing: border-box;
  height: auto;
  border-radius: 30px;
}
#content_repeater .line_colonnes .container .colonne h3 {
  text-transform: initial;
  margin: 0 0 16px;
}
#content_repeater .line_colonnes .container .colonne p {
  margin-top: 0;
}
#content_repeater .line_colonnes .container .colonne p img {
  aspect-ratio: 1;
  object-fit: cover;
}
#content_repeater .line_colonnes .container .colonne span {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px;
  background-color: #f59e00;
  display: flex;
  border-radius: 50%;
  border: 2px solid #006486;
  position: relative;
}
#content_repeater .line_colonnes .container .colonne span:after {
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #006486;
}
#content_repeater .line_colonnes .container.line_colonnes_2 .colonne {
  width: 48%;
}
#content_repeater .line_colonnes .container.line_colonnes_3 .colonne {
  width: 31%;
}
#content_repeater .line_colonnes .container.line_colonnes_4 .colonne {
  width: 24%;
}
@media (max-width: 1024px) {
  #content_repeater .line_colonnes .container {
    flex-flow: row wrap;
  }
  #content_repeater .line_colonnes .container .colonne {
    margin-bottom: 30px;
  }
  #content_repeater .line_colonnes .container.line_colonnes_2 .colonne {
    width: 100%;
  }
  #content_repeater .line_colonnes .container.line_colonnes_3 .colonne {
    width: 48%;
  }
  #content_repeater .line_colonnes .container.line_colonnes_3 .colonne:last-child {
    width: 100%;
  }
  #content_repeater .line_colonnes .container.line_colonnes_4 .colonne {
    width: 48%;
  }
}
@media (max-width: 600px) {
  #content_repeater .line_colonnes .container > div {
    width: 100% !important;
  }
}
#content_repeater .line_portraits .slick-slide {
  margin: 0 10px;
}
#content_repeater .line_portraits .slick-list {
  margin: 0 -10px;
  overflow-y: visible;
  padding: 10px 0 0;
}
#content_repeater .line_galerie .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
}
#content_repeater .line_galerie .container li {
  display: block;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
  position: relative;
  transition: 0.2s;
}
@media (max-width: 1366px) {
  #content_repeater .line_galerie .container li {
    margin-bottom: 1vw !important;
  }
}
#content_repeater .line_galerie .container li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
}
#content_repeater .line_galerie .container li a:after {
  content: "+";
  color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  font-weight: 700;
  font-size: 2rem;
  transition: 0.2s;
}
#content_repeater .line_galerie .container li span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 35%;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  opacity: 0;
  transition: 0.2s;
  text-overflow: ellipsis;
}
@media (max-width: 1366px) {
  #content_repeater .line_galerie .container li span {
    padding: 1vw;
  }
}
#content_repeater .line_galerie .container li:hover a {
  background-color: #04151f;
}
#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: 1024px) {
  #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: 1024px) {
  #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: 1024px) {
  #content_repeater .line_galerie .container.line_gal_6, #content_repeater .line_galerie .container.line_gal_7, #content_repeater .line_galerie .container.line_gal_8, #content_repeater .line_galerie .container.line_gal_9, #content_repeater .line_galerie .container.line_gal_10 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 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: #f59e00;
  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: 1.7rem;
}
#content_repeater .line_faq .container .faq .question > * {
  margin: 0;
  text-transform: initial;
  font-size: 1rem;
}
#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;
  gap: 30px;
}
#content_repeater .line_pictos .container li {
  display: block;
  background-color: #009fe0;
  padding: 30px;
  border-radius: 20px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  flex: 1 1 200px;
}
@media (max-width: 1024px) {
  #content_repeater .line_pictos .container li {
    width: 43%;
  }
}
@media (max-width: 600px) {
  #content_repeater .line_pictos .container li {
    width: 37%;
    padding: 15px;
  }
}
#content_repeater .line_pictos .container li .h4 {
  font-size: 1rem;
  margin-bottom: 0;
}
#content_repeater .line_pictos .container li span {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px;
  background-color: #f59e00;
  display: flex;
  border-radius: 50%;
  border: 2px solid #006486;
  position: relative;
}
#content_repeater .line_pictos .container li span:after {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #006486;
}
#content_repeater .line_pictos .container li p {
  font-size: 1rem;
}
#content_repeater .line_pictos .container.line_align_centre li {
  text-align: center;
}
#content_repeater .line_pictos .container.line_align_centre li span {
  margin: 0 auto;
}
#content_repeater .line_pictos .container.line_align_droite li {
  text-align: right;
}
#content_repeater .line_pictos .container.line_align_droite li span {
  margin: 0 0 0 auto;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#colophon {
  position: relative;
  background-color: #ffffff;
  padding: 40px 20px 20px 20px;
  margin: 100px 5% 20px;
  border-radius: 30px;
  max-width: 90%;
}
#colophon:after {
  content: "";
  width: 847px;
  height: 278px;
  border-radius: 847px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(228, 81, 151, 0.28) 0%, #fae093 100%);
  filter: blur(100px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -124px;
  z-index: -1;
}
#colophon .wrapper {
  max-width: 955px;
  width: 90%;
}
#colophon .wrapper.top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
#colophon .wrapper.top #logo_footer {
  border: 0;
}
#colophon .wrapper.top #logo_footer img {
  width: 153px;
}
#colophon .wrapper.top #footer-menus ul#footer-menu {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
#colophon .wrapper.top #footer-menus ul#footer-menu li {
  list-style: none;
  display: inline-block;
  margin-right: 34px;
}
#colophon .wrapper.top #footer-menus ul#footer-menu li a {
  color: #04151f;
  border: 0;
  font-size: 0.9rem;
}
#colophon .wrapper.top #footer-menus ul#footer-menu li a:hover {
  color: #f59e00;
}
#colophon .wrapper.bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 159, 224, 0.2);
  margin-top: 30px;
  padding-top: 20px;
}
#colophon .wrapper.bottom p {
  margin: 0;
  font-size: 0.7rem;
  opacity: 0.7;
}
#colophon .wrapper.bottom p a {
  color: #04151f;
  border: 0;
}
#colophon .wrapper.bottom p a:hover {
  color: #f59e00;
}
.error-404 {
  text-align: center;
}
.error-404 .btn, .error-404 #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu a, #masthead .wrapper #site-navigation ul#primary-menu > li.btn_menu .error-404 a, .error-404 #responsive-menu #responsive-menu-inner .btn_menu a, #responsive-menu #responsive-menu-inner .btn_menu .error-404 a {
  margin: auto;
}
