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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
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: "Zain";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("assets/fonts/Zain-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Zain";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("assets/fonts/Zain-Bold.ttf") format("opentype");
}
/* VARIABLES */
html, body, #responsive-menu #responsive-menu-inner #mobile-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* GLOBAL */
html {
  font-family: "Zain", Arial;
  color: #3c3c3c;
  font-size: 21px;
  font-weight: 400;
  scroll-behavior: smooth;
}
body {
  font-family: "Zain", Arial;
}
a {
  text-decoration: none;
  color: #3c3c3c;
  color: #00C585;
}
h1, .h1 {
  font-size: 50px;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 1060px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  h1, .h1 {
    font-size: 30px;
  }
}
h2, .h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.8em;
}
@media (max-width: 1060px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  h2, .h2 {
    font-size: 30px;
  }
}
.titre {
  font-weight: 700;
  position: relative;
  padding: 35px;
}
.titre::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  background-blend-mode: normal;
  background-image: url(assets/img/circle.svg);
  transform: rotate(180deg);
}
@media (max-width: 1060px) {
  .titre {
    padding: 0;
  }
  .titre::before {
    content: none;
  }
}
p {
  line-height: 1.1em;
}
li {
  line-height: 1.1em;
}
ul {
  list-style: circle;
}
img {
  max-width: 100%;
  height: auto;
}
p:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.flex {
  display: flex;
  gap: 5rem;
  align-items: center;
  margin: 3rem 0;
}
.flex > * {
  width: 50%;
}
.flex > img {
  border-radius: 0 0 0 20px;
  box-shadow: 0px 5px 20px 0px rgba(60, 60, 60, 0.2);
}
.flex--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .flex {
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
  }
  .flex img {
    max-width: 400px;
  }
  .flex > * {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .flex img {
    max-width: initial;
    width: 100%;
  }
}
.btn {
  color: #00C585;
  font-size: 16px;
  background-color: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 300ms ease 0ms;
}
.btn:hover {
  box-shadow: 0px 5px 20px 0px rgba(60, 60, 60, 0.4);
}
.btn-cta, .wp-element-button {
  position: relative;
  width: fit-content;
  height: fit-content;
  display: inline-block;
  width: -moz-fit-content;
  text-align: center;
  padding: 9px 37px;
  overflow: hidden;
  word-wrap: break-word;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  color: #ffffff;
  z-index: 2;
  border-radius: 10px;
  font-size: 22px;
}
.btn-cta:after, .wp-element-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 201%;
  height: 100%;
  z-index: -1;
  transition: all 0.7s ease;
  background-image: linear-gradient(270deg, #00b7d7 50%, #00C585 50%);
}
.btn-cta:hover:after, .wp-element-button:hover:after {
  left: -101%;
}
.btn-cta--bleu:after, .wp-element-button--bleu:after {
  background-image: linear-gradient(270deg, #00c585 50%, #00b7d7 50%);
}
.btn-2 {
  position: relative;
  width: fit-content;
  height: fit-content;
  display: inline-block;
  width: -moz-fit-content;
  text-align: center;
  padding: 9px 37px;
  overflow: hidden;
  word-wrap: break-word;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  color: #00C585;
  z-index: 1;
  border-radius: 10px;
  font-size: 22px;
}
.btn-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 201%;
  height: 100%;
  z-index: -1;
  transition: all 0.7s ease;
  background-image: linear-gradient(90deg, #ffffff 50%, #00b7d7 50%);
}
.btn-2:hover {
  color: #ffffff;
}
.btn-2:hover:after {
  left: -101%;
}
.lien, .besoin_aide p a {
  color: #3c3c3c;
  font-size: 22px;
  background-color: #FDDD00;
  border-radius: 70px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 46px;
  display: inline-block;
  transition: 0.2s;
}
.lien:after, .besoin_aide p a:after {
  content: "→";
  line-height: inherit;
  font-size: inherit;
  opacity: 1;
  margin-left: 0.3em;
  left: auto;
  font-weight: 400;
}
.lien:hover, .besoin_aide p a:hover {
  background-color: #00b7d7;
  color: #ffffff;
}
.lien--bleu {
  color: #ffffff;
  background-color: #00b7d7;
  background-image: url(assets/img/circle-blue.svg);
}
.lien--bleu:hover {
  color: #00b7d7;
}
/* WORDPRESS */
.gallery {
  display: flex;
  flex-flow: row wrap;
}
.gallery figure {
  margin: 5px;
}
.gallery a {
  display: block;
}
.alignnone, .alignleft, .wp-caption.alignnone, .wp-caption.alignleft {
  margin: 2em 2em 2em 0;
}
.alignleft {
  float: left;
}
.alignnone, .aligncenter {
  display: block;
  margin: 2em auto 2em auto;
}
.alignright, .wp-caption.alignright {
  margin: 2em 0 2em 2em;
}
.alignright {
  float: right;
}
.wp-caption .wp-caption-text, .gallery-item .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* CLASS */
.clear {
  clear: both;
}
.wrapper {
  width: 80%;
  max-width: 1365px;
  margin: 5rem auto;
}
.wrapper.medium {
  max-width: 1020px;
}
@media (max-width: 1060px) {
  .wrapper {
    width: 80%;
    margin: 4rem auto;
  }
}
/* Pagination */
.navigation {
  margin: 4rem auto;
  width: 100%;
  text-align: center;
  grid-column: 1 / 4;
}
.navigation .nav-links .page-numbers {
  border: 2px solid #00C585;
  padding: 5px 12px;
}
.navigation .nav-links .page-numbers.next, .navigation .nav-links .page-numbers.prev {
  border: 0;
  text-transform: uppercase;
  font-family: "Zain", Arial;
}
.navigation .nav-links .page-numbers.current {
  background-color: #00C585;
  color: #ffffff;
}
/* Form */
form, .wpcf7-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
form p, .wpcf7-form p {
  margin: 0;
}
form .mid, .wpcf7-form .mid {
  width: 47%;
  margin: 10px 0;
}
form .mid > *, .wpcf7-form .mid > * {
  padding: 10px 0;
}
@media (max-width: 650px) {
  form .mid, .wpcf7-form .mid {
    width: 100%;
  }
}
form .full, .wpcf7-form .full {
  width: 100%;
  margin: 10px 0;
}
form .submit, .wpcf7-form .submit {
  width: 100%;
  text-align: center;
  position: relative;
}
form .submit .wpcf7-spinner, .wpcf7-form .submit .wpcf7-spinner {
  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 {
  color: #3c3c3c;
}
form label .wpcf7-not-valid-tip, .wpcf7-form label .wpcf7-not-valid-tip {
  font-size: 17px;
  text-transform: initial;
  margin-top: 5px;
}
form input, form textarea, form select, .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  width: 100%;
}
form input:not([type="submit"]), form select, form textarea, .wpcf7-form input:not([type="submit"]), .wpcf7-form select, .wpcf7-form textarea {
  color: #3c3c3c;
  border: 0;
  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:not([type="submit"]):focus, form select:focus, form textarea:focus, .wpcf7-form input:not([type="submit"]):focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
  border-color: #3c3c3c;
}
form select, .wpcf7-form select {
  color: #757575;
}
form textarea, .wpcf7-form textarea {
  height: 90px;
}
form input[type="submit"], .wpcf7-form input[type="submit"] {
  border: 0;
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
  outline: none;
}
form .wpcf7-acceptance label, .wpcf7-form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
form .wpcf7-acceptance input, .wpcf7-form .wpcf7-acceptance input {
  width: initial;
}
.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-requibleu .wpcf7-response-output {
  color: bleu;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #00ab15;
}
/*--------------------------------------------------------------
MENU
--------------------------------------------------------------*/
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
#masthead .bandeau {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 5%;
  background-color: #e5f9f3;
}
#masthead .bandeau p {
  font-size: 18px;
  width: 50%;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 1060px) {
  #masthead .bandeau p {
    display: none;
  }
}
#masthead .bandeau img {
  max-height: 2rem;
}
#masthead .bandeau .btn-cta, #masthead .bandeau .btn-2 {
  padding: 5px 26px;
  font-size: 19px;
  margin: 0 5px;
}
@media (max-width: 1060px) {
  #masthead .bandeau .btn-cta {
    display: none;
  }
}
#masthead .bandeau .bandeau__reseaux {
  margin-left: 40px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1060px) {
  #masthead .bandeau .bandeau__reseaux {
    margin-left: 20px;
  }
}
@media (max-width: 650px) {
  #masthead .bandeau .bandeau__reseaux {
    margin-left: 10px;
  }
}
#masthead .bandeau .bandeau__reseaux a {
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  transition: 0.2s;
}
#masthead .bandeau .bandeau__reseaux a:hover {
  opacity: 0.7;
}
@media (max-width: 650px) {
  #masthead .bandeau .bandeau__reseaux a {
    display: none;
  }
}
@media (max-width: 650px) {
  #masthead .bandeau .bandeau__reseaux a.membre {
    display: flex;
  }
}
#masthead .bandeau .bandeau__reseaux a.membre img {
  width: 24px;
}
#masthead .bandeau .bandeau__reseaux a img {
  width: 27px;
  height: auto;
}
#masthead.scrollPlus {
  box-shadow: 0px 5px 20px 0px rgba(60, 60, 60, 0.1);
}
#masthead.scrollPlus .menu {
  margin: 6px auto 0px;
}
@media (max-width: 650px) {
  #masthead.scrollPlus .menu {
    padding: 0.5rem 1rem;
  }
}
#masthead.scrollPlus .menu #logo img {
  width: 80px;
}
#masthead.scrollPlus #site-navigation div #primary-menu li a {
  font-size: 20px !important;
}
#masthead > .menu {
  width: 90%;
  max-width: 1365px;
  margin: 10px auto 0;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 15%;
}
@media (max-width: 1200px) {
  #masthead > .menu {
    justify-content: space-between;
  }
}
#masthead > .menu #logo img {
  object-fit: contain;
  width: 127px;
  transition: 0.2s;
}
@media (max-width: 1060px) {
  #masthead > .menu #logo img {
    width: 90px;
  }
}
#masthead > .menu #site-navigation {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  #masthead > .menu #site-navigation > div:not(.reponsive-menu-trigger-container) {
    display: none;
  }
}
#masthead > .menu #site-navigation > div {
  height: 100%;
}
#masthead > .menu #site-navigation > div #primary-menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 3rem;
}
@media (max-width: 1600px) {
  #masthead > .menu #site-navigation > div #primary-menu {
    gap: 2rem;
  }
}
#masthead > .menu #site-navigation > div #primary-menu li {
  list-style: none;
  height: inherit;
  display: flex;
  align-items: center;
  position: relative;
}
#masthead > .menu #site-navigation > div #primary-menu li a {
  transition: all 0.2s;
}
@media (max-width: 1600px) {
  #masthead > .menu #site-navigation > div #primary-menu li a {
    font-size: 16px;
  }
}
#masthead > .menu #site-navigation > div #primary-menu li:hover > a, #masthead > .menu #site-navigation > div #primary-menu li.current-menu-item > a {
  color: #00C585;
}
#masthead > .menu #site-navigation > div #primary-menu li.menu-item-has-children {
  background-image: url(assets/img/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right center;
  padding-right: 20px;
  background-position-y: 42px;
}
#masthead > .menu #site-navigation > div #primary-menu li a {
  color: #3c3c3c;
  font-size: 22px;
}
#masthead > .menu #site-navigation > div #primary-menu li:hover > .sub-menu {
  top: calc(100% - 4px);
  opacity: 1;
  visibility: visible;
}
#masthead > .menu #site-navigation > div #primary-menu li > .sub-menu {
  background-color: #ffffff;
  width: 250px;
  box-sizing: border-box;
  position: absolute;
  top: 90%;
  left: -4px;
  z-index: 2;
  border-top: 4px solid #00C585;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  border-bottom-left-radius: 20px;
}
#masthead > .menu #site-navigation > div #primary-menu li > .sub-menu li {
  cursor: pointer;
  margin: 0;
  display: block;
  background-image: none;
}
#masthead > .menu #site-navigation > div #primary-menu li > .sub-menu li:after {
  content: none;
}
#masthead > .menu #site-navigation > div #primary-menu li > .sub-menu li a {
  display: block;
  color: #3c3c3c;
  font-size: 14px;
  margin: 0;
  padding: 5px 20px;
}
#masthead > .menu #site-navigation > div #primary-menu li > .sub-menu li a:hover {
  color: #00C585;
}
#masthead > .menu #site-navigation > div #primary-menu li > .sub-menu li > .sub-menu {
  left: 100%;
  top: -14px;
}
/*--------------------------------------------------------------
MENU MOBILE
--------------------------------------------------------------*/
.reponsive-menu-trigger-container {
  flex-flow: row-reverse;
  align-items: center;
  display: none;
}
@media (max-width: 1200px) {
  .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;
  z-index: 12;
}
.reponsive-menu-trigger-container .responsive-menu-trigger span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #00C585;
  transition: 0.2s;
  position: relative;
}
.reponsive-menu-trigger-container .responsive-menu-trigger span span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #00C585;
}
.reponsive-menu-trigger-container .responsive-menu-trigger.active > span {
  background-color: transparent;
}
.reponsive-menu-trigger-container .responsive-menu-trigger.active > span:first-child {
  transform: translateY(15px);
}
.reponsive-menu-trigger-container .responsive-menu-trigger.active > span:last-child {
  transform: translateY(-15px);
}
.reponsive-menu-trigger-container .responsive-menu-trigger.active span span {
  opacity: 1;
}
.reponsive-menu-trigger-container .responsive-menu-trigger.active span span:first-child {
  transform: rotate(45deg);
}
.reponsive-menu-trigger-container .responsive-menu-trigger.active span span:last-child {
  transform: rotate(-45deg);
}
/* Menu */
#responsive-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  transition: 0.2s;
  z-index: 1000;
}
@media (max-width: 1200px) {
  #responsive-menu {
    display: block;
  }
}
#responsive-menu #logo {
  max-width: 12rem;
}
#responsive-menu .menu-menu-principal-container {
  width: 100%;
}
#responsive-menu .reponsive-menu-trigger-container {
  position: absolute;
  top: 15px;
  right: 15px;
}
#responsive-menu #responsive-menu-inner {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  height: 100%;
  padding: 2rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 650px) {
  #responsive-menu #responsive-menu-inner {
    width: 100%;
    max-width: initial;
  }
}
#responsive-menu #responsive-menu-inner #mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
#responsive-menu #responsive-menu-inner #mobile-menu li::before {
  content: none;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li {
  width: 100%;
  border-bottom: solid 1px #00C585;
  padding-bottom: 1rem;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li > a {
  font-weight: 600;
}
#responsive-menu #responsive-menu-inner #mobile-menu a {
  color: #3c3c3c;
  text-transform: uppercase;
  display: block;
  position: relative;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu {
  display: none;
  padding: 4px 0 12px 10px;
  margin: 0;
  list-style: none;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu a {
  padding: 4px 15px;
  display: block;
  box-sizing: border-box;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu .sub-menu a {
  text-transform: initial;
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children > a:after {
  position: absolute;
  content: "▼";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #00C585;
  font-size: 12px;
  transition: 0.2s;
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children.active > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children.active > .sub-menu {
  display: block;
}
#responsive-menu #responsive-menu-inner #mobile-menu .current-menu-item > a, #responsive-menu #responsive-menu-inner #mobile-menu .current-menu-ancestor > a {
  font-weight: 700;
}
#responsive-menu.active {
  right: 0;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
main:first-child {
  margin-top: 166px;
}
@media (max-width: 1200px) {
  main:first-child {
    margin-top: 4rem;
  }
}
.page-header {
  padding: 2rem 0;
  background-color: rgba(0, 183, 215, 0.1);
  margin-bottom: 2rem;
}
.page-header .wrapper {
  margin: 0 auto !important;
}
.page-header .wrapper h1 {
  margin: 0;
}
@media (max-width: 1060px) {
  .page-header {
    padding-top: 1rem;
  }
}
.page-header .breadcrumb {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #FDDD00;
  color: #3c3c3c;
  padding: 6px 15px;
  font-size: 17px;
}
.page-header .breadcrumb a {
  color: #3c3c3c;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
.hero {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 130px);
  min-height: 700px;
}
@media (max-width: 1060px) {
  .hero {
    height: calc(120vh - 130px);
  }
}
.hero .hero-slider {
  position: relative;
  width: 100%;
  flex: 1;
  overflow: hidden;
}
@media (max-width: 650px) {
  .hero .hero-slider {
    height: auto;
    flex: auto;
  }
}
.hero .hero-slider__slides {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.hero .hero-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}
.hero .hero-slider__slide.active {
  opacity: 1;
  pointer-events: auto;
}
.hero .hero-slider__slide.active .hero-slider__content {
  transform: translate(0, -50%);
  opacity: 1;
  transition: transform 0.8s ease-out, opacity 0.3s ease-out;
}
.hero .hero-slider__content {
  width: 90%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(50%, -50%);
  margin-left: 45%;
  opacity: 0;
  /*background: linear-gradient(90deg, rgba($blue, 1) 0%, rgba($green, 1) 100%);*/
  background-color: rgba(229, 249, 243, 0.8);
  backdrop-filter: blur(10px);
  border-bottom-left-radius: 20px;
  padding: 60px;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  .hero .hero-slider__content {
    margin-left: 0;
    width: 80%;
    padding: 40px;
  }
}
.hero .hero-slider p:last-of-type {
  margin-bottom: 1.5rem;
}
.hero .hero-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: initial;
  color: #ffffff;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
}
.hero .hero-slider__arrow--prev {
  left: 10px;
}
.hero .hero-slider__arrow--next {
  right: 10px;
}
.hero .hero-buttons {
  display: flex;
  margin: -74px auto 30px !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 650px) {
  .hero .hero-buttons {
    width: 95%;
  }
}
.hero .hero-buttons > a {
  display: flex;
  color: #ffffff;
  flex: 1;
  gap: 1rem;
  padding: 2rem 5%;
  font-size: 22px;
  align-items: center;
  transition: 0.2s;
}
.hero .hero-buttons > a:hover {
  background-color: #FDDD00;
}
@media (max-width: 650px) {
  .hero .hero-buttons > a {
    padding: 1.5rem 3%;
  }
}
.hero .hero-buttons > a:first-of-type {
  background-color: #00C585;
  border-bottom-left-radius: 20px;
}
.hero .hero-buttons > a:first-of-type:hover {
  background-color: #FDDD00;
}
.hero .hero-buttons > a:last-of-type {
  background-color: #00b7d7;
}
.hero .hero-buttons > a:last-of-type:hover {
  background-color: #FDDD00;
}
.hero .hero-buttons > a p {
  font-size: 34px;
  line-height: 0.8em;
  font-weight: 400;
}
@media (max-width: 1060px) {
  .hero .hero-buttons > a p {
    font-size: 25px;
  }
}
.hero .hero-buttons > a p strong {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1060px) {
  .hero .hero-buttons > a p strong {
    font-size: 19px;
  }
}
@media (max-width: 650px) {
  .hero .hero-buttons > a p strong {
    font-size: 16px;
  }
}
.hero .hero-buttons > a img {
  height: 3rem;
  width: 4rem;
  object-fit: contain;
}
@media (max-width: 1060px) {
  .hero .hero-buttons > a img {
    height: 2rem;
    width: 3rem;
  }
}
@media (max-width: 650px) {
  .hero .hero-buttons > a img {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.journees-amtsn__image {
  width: 40%;
}
.journees-amtsn .lien, .journees-amtsn .besoin_aide p a, .besoin_aide p .journees-amtsn a {
  margin-top: 1rem;
}
.asso {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-bottom: 4rem;
}
.asso__container {
  color: #ffffff;
  padding: 60px;
  max-width: 520px;
  height: 100%;
  margin-right: 10%;
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: left;
  background: linear-gradient(90deg, #00b7d7 0%, #00c585 100%);
  border-bottom-left-radius: 30px;
}
@media (max-width: 650px) {
  .asso__container {
    padding: 40px;
    width: 90%;
    margin: 30px;
  }
}
.asso__container h2 {
  margin-bottom: 1rem;
}
.asso__container p {
  margin-bottom: 1rem;
}
.actus {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.actus .lien, .actus .besoin_aide p a, .besoin_aide p .actus a {
  align-self: center;
  margin-top: 2rem;
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
#asso .objectifs img {
  width: 40%;
}
@media (max-width: 1200px) {
  #asso .objectifs img {
    width: 100%;
  }
}
#asso .objectifs .flex > div {
  width: 60%;
}
@media (max-width: 1200px) {
  #asso .objectifs .flex > div {
    width: 100%;
  }
}
#asso .devenir-membre .btn-cta {
  margin-top: 1rem;
}
#asso .devenir-membre > div {
  margin-left: 6rem;
  max-width: 800px;
}
@media (max-width: 1060px) {
  #asso .devenir-membre > div {
    margin-left: 0;
  }
}
#asso .conseil .membres {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1200px) {
  #asso .conseil .membres {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1060px) {
  #asso .conseil .membres {
    grid-template-columns: repeat(1, 1fr);
  }
}
#asso .conseil .membres .membre {
  background-color: #ffffff;
  border-radius: 0 0 0 20px;
  box-shadow: 0px 5px 20px 0px rgba(60, 60, 60, 0.1);
  transition: box-shadow 300ms ease 0ms;
  padding: 2rem;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#asso .conseil .membres .membre__photo {
  position: relative;
  top: -100px;
  width: 200px;
  height: 200px;
}
#asso .conseil .membres .membre__photo img {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#asso .conseil .membres .membre__photo::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 9px);
  height: calc(100% + 9px);
  background: url(assets/img/circle.svg) no-repeat center / contain;
  transform: scaleX(-1);
  pointer-events: none;
  z-index: 2;
}
#asso .conseil .membres .membre__nom {
  margin-top: -70px;
}
#asso .conseil .membres .membre__fonction {
  margin-bottom: 1rem;
  font-size: 18px;
  text-transform: uppercase;
  color: #00b7d7;
}
#contact .contact__infos h2 {
  font-size: 25px;
  letter-spacing: 1px;
}
#contact .contact #map {
  margin-top: 1rem;
}
#contact .contact .btn-cta {
  margin-top: 1rem;
  margin-left: 50%;
  transform: translateX(-50%);
}
.partenaires {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1200px) {
  .partenaires {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1060px) {
  .partenaires {
    grid-template-columns: repeat(1, 1fr);
  }
}
.partenaires .partenaire {
  background-color: #ffffff;
  border-radius: 0 0 0 20px;
  box-shadow: 0px 5px 20px 0px rgba(60, 60, 60, 0.1);
  transition: box-shadow 300ms ease 0ms;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partenaires .partenaire__logo {
  width: 300px;
  height: 170px;
  overflow: hidden;
}
.partenaires .partenaire__logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.partenaires .partenaire h3 {
  margin-top: 1rem;
}
.partenaires .partenaire:hover .partenaire__logo img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
ACTUS
--------------------------------------------------------------*/
.actus__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1200px) {
  .actus__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.actus__container article {
  background-color: #ffffff;
  position: relative;
  border-radius: 0 0 0 20px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(60, 60, 60, 0.1);
  transition: box-shadow 300ms ease 0ms;
  display: flex;
  flex-direction: column;
}
.actus__container article:hover {
  box-shadow: 0px 5px 30px 0px rgba(60, 60, 60, 0.3);
}
.actus__container article a {
  transition: all 0.3s ease;
}
.actus__container article a:hover {
  color: #00C585;
}
.actus__container article .entry-thumbnail {
  position: relative;
  overflow: hidden;
  height: 300px;
  display: block;
}
@media (max-width: 650px) {
  .actus__container article .entry-thumbnail {
    height: 200px;
  }
}
.actus__container article .entry-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.actus__container article .entry-thumbnail img:hover {
  transform: scale(1.1);
}
.actus__container article .entry-tag {
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.actus__container article .entry-tag a {
  color: #ffffff;
  background-color: #00C585;
  padding: 0.5rem;
  border-radius: 0 0 0 8px;
}
.actus__container article .entry-content {
  padding: 1.5rem;
  flex: 1;
}
.actus__container article .entry-content h3 {
  margin-bottom: 1rem;
  line-height: 1em;
}
.actus__container article .entry-footer {
  padding: 0 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}
/*--------------------------------------------------------------
SINGLE ACTU
--------------------------------------------------------------*/
.single-actu .entry-thumbnail {
  text-align: center;
}
.single-actu .entry-thumbnail img {
  border-radius: 0 0 0 20px;
  overflow: hidden;
  border-width: 10px;
  border-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(60, 60, 60, 0.1);
  border: 8px solid #ffffff;
  width: 50%;
  max-width: 600px;
}
@media (max-width: 1060px) {
  .single-actu .entry-thumbnail img {
    width: 80%;
  }
}
@media (max-width: 650px) {
  .single-actu .entry-thumbnail img {
    width: 90%;
  }
}
.single-actu .entry-content {
  background-image: linear-gradient(180deg, #fff 200px, #00c585 200px, #00c585 250px, #e5f9f3 250px);
  margin-top: 4rem;
}
.single-actu .entry-content div {
  background-color: #ffffff;
  width: 70%;
  margin: 0 auto;
  min-height: 250px;
  padding: 4rem;
  box-shadow: 0px 5px 20px 0px rgba(60, 60, 60, 0.1);
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .single-actu .entry-content div {
    width: 80%;
    padding: 3rem;
  }
}
@media (max-width: 650px) {
  .single-actu .entry-content div {
    width: 90%;
    padding: 2rem;
  }
}
.single-actu .entry-footer {
  background-color: #e5f9f3;
  display: flex;
  justify-content: space-around;
  padding: 4rem 10%;
  text-align: center;
  gap: 2rem;
}
.single-actu .entry-footer b {
  margin-bottom: 1rem;
  display: block;
  font-size: 18px;
}
@media (max-width: 1060px) {
  .single-actu .entry-footer {
    flex-wrap: wrap;
  }
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.inscription {
  background-image: linear-gradient(180deg, #ffffff 150px, #e5f9f3 150px, #e5f9f3 200px, #00C585 200px);
  margin: -1px auto;
}
.inscription > div {
  background-color: #ffffff;
  border-radius: 0 0 0 50px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(60, 60, 60, 0.1);
  padding: 50px;
  box-sizing: border-box;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row nowrap;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 650px) {
  .inscription > div {
    display: flex;
    flex-flow: column;
    padding: 30px;
  }
}
.inscription > div > div {
  width: 48%;
}
@media (max-width: 650px) {
  .inscription > div > div {
    width: 100%;
  }
}
.inscription__sur-titre {
  color: #00b7d7;
  font-size: 23px;
  text-transform: uppercase;
}
.inscription__texte {
  text-align: left;
}
.inscription__texte ul {
  padding: 0;
}
@media (max-width: 650px) {
  .inscription__texte ul {
    padding-left: 20px;
  }
}
.inscription__texte ul li {
  margin: 10px 0;
  font-size: 24px;
}
@media (max-width: 650px) {
  .inscription__texte ul li {
    font-size: 1rem;
    margin: 2px 0;
  }
}
#colophon {
  background-color: #00C585;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  color: #ffffff;
  padding-top: 2rem;
}
#colophon .logo {
  filter: drop-shadow(0 1px 1px #888888);
}
#colophon > p {
  font-size: 14px;
  max-width: 600px;
  text-align: center;
  padding: 0 15px;
}
#colophon a {
  color: #ffffff;
}
#colophon a:hover {
  color: #FDDD00;
}
#colophon .footer__menus {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  padding: 1rem 0;
  max-width: 1200px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 650px) {
  #colophon .footer__menus {
    flex-flow: column;
    align-items: center;
  }
}
#colophon .footer__menus > div {
  width: 30%;
  position: relative;
}
@media (max-width: 650px) {
  #colophon .footer__menus > div {
    width: 100%;
    padding: 10px !important;
    text-align: center !important;
  }
}
#colophon .footer__menus > div:first-of-type {
  text-align: right;
  padding-right: 5.5%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 650px) {
  #colophon .footer__menus > div:first-of-type {
    order: 1;
  }
}
#colophon .footer__menus > div:last-of-type {
  padding-left: 5.5%;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 650px) {
  #colophon .footer__menus > div:last-of-type {
    order: 2;
  }
}
#colophon .footer__menus > div:nth-child(2) {
  text-align: center;
  align-self: center;
}
@media (max-width: 650px) {
  #colophon .footer__menus > div:nth-child(2) {
    order: 3;
  }
}
#colophon .footer__menus > div:nth-child(2) a {
  color: #3c3c3c;
}
#colophon .footer__menus #footer-menu li {
  list-style: none;
}
.block_dl {
  background-color: rgba(0, 197, 133, 0.2) !important;
  border-radius: 10px;
  padding: 40px !important;
  min-height: initial !important;
}
.block_dl h3 {
  margin-bottom: 15px;
}
section.error-404 .page-content {
  text-align: center;
}
.besoin_aide {
  color: #ffffff;
  padding: 40px;
  max-width: 90%;
  width: 720px;
  margin: 70px auto;
  text-align: center;
  background: linear-gradient(90deg, #00b7d7 0%, #00c585 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.besoin_aide:after {
  content: "";
  background-image: url(assets/img/question.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 150px;
  height: 150px;
  opacity: 0.3;
}
.besoin_aide .title {
  display: block;
  font-weight: 700;
  font-size: 50px;
}
.besoin_aide p {
  font-size: 28px;
  margin-bottom: 15px;
}
.besoin_aide p a {
  font-size: 28px;
  padding-top: 8px;
  padding-right: 11px;
  padding-bottom: 8px;
  padding-left: 16px;
}
.besoin_aide p a:after {
  font-size: 23px;
}
.besoin_aide i {
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
}
.besoin_aide i a {
  color: #ffffff;
}
.besoin_aide i a:hover {
  opacity: 0.7;
}
