@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

button {
  color: inherit;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: inherit;
}

form {
  display: block;
}

select,
input {
  font-size: inherit;
  font-family: inherit;
}

pre {
  font-family: monospace;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  resize: none;
}

hr {
  height: 1px;
  background: var(--border);
  margin: 0;
  padding: 0;
  border: none;
}

*:focus:not(:focus-visible) {
  outline: none;
}

@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter/Inter-Regular.ttf");
}
@font-face {
  font-family: "Inter light";
  src: url("../assets/fonts/inter/Inter-Light.ttf");
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../assets/fonts/inter/Inter-Bold.ttf");
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-VariableFont_wdth,wght.ttf");
}
.search .background-hero {
  height: 456px;
  width: 100%;
  background: linear-gradient(to right, #662483, #17081D);
  position: absolute;
  z-index: -11;
}
@media (max-width: 980px) {
  .search .background-hero {
    height: 130px;
  }
}
.search .background-hero .container-title {
  width: 60%;
  margin: auto;
}
@media (max-width: 400px) {
  .search .background-hero .container-title {
    width: 100%;
    padding: 0 20px;
  }
}
.search .background-hero .container-title h3 {
  color: var(--white);
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
  padding-top: 80px;
}
@media (max-width: 550px) {
  .search .background-hero .container-title h3 {
    line-height: 32px;
    padding-top: 32px;
    font-size: 21px;
    text-align: center;
  }
}
@media (min-width: 551px) and (max-width: 980px) {
  .search .background-hero .container-title h3 {
    line-height: 130px;
    padding-top: unset;
    font-size: 21px;
  }
}
.search .pagination a {
  color: var(--matisse);
}
.search .pagination .nav-links {
  display: flex;
  gap: 20px;
}
.search #primary {
  max-width: 1165px;
  margin: auto;
  padding-top: 35px;
}
@media (max-width: 980px) {
  .search #primary {
    padding-top: 0;
  }
}
.search #primary #main::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  visibility: hidden;
  height: 0;
}
.search #primary .content {
  line-height: 20px;
  width: 80%;
  background-color: var(--white);
}
@media (max-width: 980px) {
  .search #primary .content {
    margin: 130px auto 0;
    width: 100%;
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .search #primary .content {
    width: 100%;
  }
}
.search #primary .content .container {
  float: left;
  background-color: var(--white);
  padding: 60px;
  min-height: 213px;
  min-width: 100%;
}
@media (max-width: 980px) {
  .search #primary .content .container {
    padding: 20px 25px;
  }
}
@media (max-width: 1100px) {
  .search #primary .content .container {
    float: unset;
  }
}
.search #primary .content .title {
  font-size: 20px;
  padding: 12px 0;
  font-weight: 600;
  line-height: 1.1em;
}
.search #primary .content .bib-entry .title {
  padding: 12px 0px 0px 0px;
}
.search #primary .content .paragraph {
  margin-bottom: 23px;
  line-height: 1.5em;
  font-size: 14px;
}
@media (max-width: 1100px) {
  .search #primary .content .paragraph {
    word-break: break-word;
  }
}
.search #primary .content .paragraph a {
  margin-top: 10px;
  color: var(--matisse);
}
.search #primary .content .image-container .wrapper {
  display: flex;
  align-items: center;
  height: 230px;
}
@media (max-width: 500px) {
  .search #primary .content .image-container .wrapper {
    justify-content: center;
  }
}
@media (max-width: 980px) {
  .search #primary .content .image-container .wrapper {
    height: 245px;
  }
}
.search #primary .content .image-container img {
  object-fit: contain;
  height: 200px;
}
@media (max-width: 400px) {
  .search #primary .content .image-container img {
    height: 200px;
  }
}
@media (max-width: 1180px) {
  .search #primary .content .image-container img {
    width: auto;
  }
}

.single-post .background-hero {
  height: 456px;
  width: 100%;
  background: linear-gradient(to right, #662483, #17081D);
  position: absolute;
  z-index: -1;
}
.single-post .background-hero .breadcrumb {
  z-index: 1;
  position: relative;
  color: var(--white);
  font-size: 12px;
  line-height: 17px;
}
@media (max-width: 980px) {
  .single-post .background-hero .breadcrumb {
    padding: 10px 35px;
  }
}
.single-post #primary {
  max-width: unset;
}
.single-post #primary .body {
  width: 61%;
  max-width: 850px;
  margin: auto;
}
@media (max-width: 1185px) {
  .single-post #primary .body {
    width: unset;
  }
}
.single-post #primary .body .page-blanche {
  max-width: 850px;
  width: 100%;
  margin: auto;
  background-color: var(--white);
  padding: 60px 80px;
  float: left;
}
@media (max-width: 1185px) {
  .single-post #primary .body .page-blanche {
    float: unset;
    max-width: 910px;
    padding: 40px 25px;
  }
}
.single-post #primary .body .page-blanche p {
  font-size: 15px;
}
.single-post #primary .body .a_lire_aussi h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 52px;
  margin-top: 40px;
}
.single-post #primary .body .heading__image {
  margin-bottom: 20px;
}
.single-post #primary .body .heading__image img {
  object-fit: contain;
}
.single-post #primary .body p, .single-post #primary .body li {
  line-height: 28px;
}
.single-post #primary .body figure {
  margin: 1em 0em 1em 0em;
}
.single-post #primary .body blockquote {
  padding-left: 2rem;
  position: relative;
  overflow: hidden;
}
.single-post #primary .body blockquote::before, .single-post #primary .body blockquote::after {
  position: absolute;
  color: var(--scorpion);
}
.single-post #primary .body blockquote p {
  margin: 0;
}
.single-post #primary .body blockquote p + p {
  margin-top: 1rem;
}
.single-post #primary .body blockquote::before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='%23777777'><path d='M9.983 3v7.391C9.983 16.095 6.252 19.961 1 21l-.995-2.151C2.437 17.932 4 15.211 4 13H0V3h9.983zM24 3v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151C16.437 17.932 18 15.211 18 13h-3.983V3H24z'/></svg>");
  left: 0;
}
.single-post #primary .body blockquote::after {
  content: "";
  left: 5px;
  top: 25px;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}
.single-post #primary .body figure.wp-block-pullquote {
  padding: 1em 0;
}
.single-post #primary .body figure.wp-block-pullquote cite {
  font-size: 20px;
}
.single-post #primary img {
  margin: unset !important;
}
.single-post #primary .heading {
  max-width: 850px;
  width: 100%;
  margin: auto;
}
.single-post #primary .heading h1.heading__title {
  padding-top: 64px;
  margin-top: unset;
  color: var(--white);
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
}
@media (max-width: 980px) {
  .single-post #primary .heading h1.heading__title {
    padding-left: 25px;
  }
}
.single-post #primary .heading .details {
  display: flex;
  gap: 40px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 28px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 980px) {
  .single-post #primary .heading .details {
    padding: 0 35px;
    flex-direction: column;
    gap: 18px;
  }
}
.single-post #primary .heading .details .date,
.single-post #primary .heading .details .category {
  position: relative;
}
@media (max-width: 980px) {
  .single-post #primary .heading .details .date p,
  .single-post #primary .heading .details .category p {
    white-space: nowrap;
  }
}
.single-post #primary .heading .details .date ul,
.single-post #primary .heading .details .category ul {
  display: flex;
  gap: 15px;
}
@media (max-width: 980px) {
  .single-post #primary .heading .details .date ul,
  .single-post #primary .heading .details .category ul {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.single-post #primary .heading .details .category {
  display: flex;
  gap: 6px;
}
.single-post .content {
  margin-bottom: 68px;
  max-width: 2000px;
  margin: auto;
}
.single-post .content::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  visibility: hidden;
  height: 0;
}
.single-post #sidebar {
  width: 15%;
  margin-right: 30px;
  margin-top: 271px;
  background-color: var(--white);
  padding: 20px;
}
@media (max-width: 980px) {
  .single-post #sidebar {
    float: unset;
    width: 100%;
    margin: auto;
    padding: 30px;
    margin-top: unset;
    margin-bottom: 65px;
  }
}

.page-template-archive .background-hero, .archive .background-hero {
  height: 456px;
  width: 100%;
  background: linear-gradient(to right, #662483, #17081D);
  position: absolute;
  z-index: -1;
}
.page-template-archive .background-hero .title-container, .archive .background-hero .title-container {
  padding-top: 20px;
  max-width: 850px;
  width: 100%;
  margin: auto;
}
.page-template-archive .background-hero .title-container h2, .archive .background-hero .title-container h2 {
  color: var(--white);
  font-size: 40px;
  font-weight: bold;
  padding-left: 7px;
}
@media (max-width: 980px) {
  .page-template-archive .background-hero .title-container h2, .archive .background-hero .title-container h2 {
    font-size: 32px;
    padding-left: 25px;
  }
}
.page-template-archive .content, .archive .content {
  max-width: 850px;
  width: 100%;
  margin: auto;
  background-color: var(--white);
  padding: 60px 72px;
  margin-top: 150px;
}
@media (max-width: 980px) {
  .page-template-archive .content, .archive .content {
    padding: 20px 30px;
  }
}
.page-template-archive .content .article, .archive .content .article {
  display: flex;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 650px) {
  .page-template-archive .content .article, .archive .content .article {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .page-template-archive .content .article .image-container, .archive .content .article .image-container {
    text-align: center;
  }
}
.page-template-archive .content .article img, .archive .content .article img {
  max-width: 250px;
}
@media (max-width: 980px) {
  .page-template-archive .content .article img, .archive .content .article img {
    max-width: 270px;
  }
}
.page-template-archive .content .article .right h3, .archive .content .article .right h3 {
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
}
.page-template-archive .content .article .right .the-excerpt, .archive .content .article .right .the-excerpt {
  font-size: 12px;
  line-height: 20px;
  margin: 10px 0;
  max-height: 160px;
  overflow: scroll;
}
.page-template-archive .content .article .right .post-categories, .archive .content .article .right .post-categories {
  color: var(--matisse);
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 13px;
}
.page-template-archive .content .article .right .date, .archive .content .article .right .date {
  font-size: 12px;
}

.paragraphe {
  max-width: 1150px;
  margin: auto;
  padding: 0 20px;
}

.bureau .grid-container,
.admin .grid-container,
.formateurs .grid-container {
  width: 100%;
  margin: 10px auto;
}
.bureau .grid-container .container,
.admin .grid-container .container,
.formateurs .grid-container .container {
  width: 100%;
  margin: auto;
}
.bureau .grid-container .grid-trombinoscope,
.admin .grid-container .grid-trombinoscope,
.formateurs .grid-container .grid-trombinoscope {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .bureau .grid-container .grid-trombinoscope,
  .admin .grid-container .grid-trombinoscope,
  .formateurs .grid-container .grid-trombinoscope {
    grid-template-columns: 1fr;
    gap: 15px 10px;
  }
}
@media (min-width: 420px) and (max-width: 900px) {
  .bureau .grid-container .grid-trombinoscope,
  .admin .grid-container .grid-trombinoscope,
  .formateurs .grid-container .grid-trombinoscope {
    grid-template-columns: 1fr 1fr;
    gap: 45px 20px;
  }
}

.member-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  border: 1px solid var(--matisse);
  color: var(--matisse);
  border-radius: 10px;
}
.member-card .img-portrait {
  background-image: url("../assets/Ellipse.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 171px;
  width: 164px;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media (max-width: 420px) {
  .member-card .img-portrait {
    height: 151px;
    width: 144px;
  }
}
@media (min-width: 420px) and (max-width: 1350px) {
  .member-card .img-portrait {
    height: 151px;
    width: 144px;
  }
}
.member-card .nom_prenom, .member-card .profession, .member-card .fonction, .member-card .etablissements {
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.5;
}
.member-card .profession {
  font-style: italic;
  text-align: center;
}

:root {
  --container-max-width: 1200px;
  --container-padding: calc((100vw - var(--container-max-width)) / 2);
  --container-padding-vertical: 32px;
  --container-width: 100%;
}

@media only screen and (width <= 600px) {
  :root {
    --container-padding: 16px;
    --container-padding-vertical: var(--container-padding);
    --container-width: 100% ;
  }
}
@media only screen and (600px <= width <= 850px) {
  :root {
    --container-padding: 32px;
    --container-padding-vertical: var(--container-padding);
    --container-width: 100%;
  }
}
@media only screen and (850px <= width <= 1232px) {
  :root {
    --container-padding: 32px;
  }
}
.fullwidth {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.header {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}

.article {
  box-sizing: border-box;
  width: 100%;
}

footer {
  background-color: var(--shark);
}
footer .footer p {
  color: var(--white) !important;
}
footer .footer a {
  color: var(--white);
}
footer .footer .footer_main {
  display: flex;
  gap: 67px;
  margin-bottom: 20px;
  padding: 0px;
}
@media (max-width: 980px) {
  footer .footer .footer_main {
    flex-direction: column;
    padding: 0;
    gap: 0;
    margin-bottom: 25px;
    width: 100%;
  }
}
footer .footer .footer_main > li > a {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media (width < 850px) {
  footer .footer .footer_main > li > a {
    line-height: 3em;
  }
}
@media (width < 850px) {
  footer .footer .footer_main > li {
    border-bottom: solid 1px #8A8C8D;
    padding-bottom: 1em;
    position: relative;
  }
}
footer .footer .footer_main > li.open {
  height: unset;
}
footer .footer .footer_main > li.open > a {
  margin-bottom: -25px;
}
footer .footer .footer_main > li:last-child {
  border-bottom: unset;
}
footer .footer .footer_main .menu-item-has-children {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
footer .footer .footer_main .menu-item-has-children li a {
  font-size: 1.1rem;
  transition: 0.5s;
  max-width: 187px;
  width: 100%;
  display: inline-block;
}
@media (width < 850px) {
  footer .footer .footer_main .menu-item-has-children li a {
    max-width: 300px;
  }
}
footer .footer .footer_main .menu-item-has-children li a:hover {
  text-decoration: underline;
}
footer .footer .footer_main .sub-menu {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
footer .footer .footer_main .sub-menu.open {
  display: block;
}
footer .footer .sub-menu .sub-menu {
  display: none;
}
footer .footer .menu-social {
  margin-bottom: 20px;
  display: flex;
  align-items: self-start;
  gap: 55px;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 600px) {
  footer .footer .menu-social {
    gap: 35px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 601px) {
  footer .footer .menu-social {
    flex-direction: row;
    align-items: flex-start;
  }
}
footer .footer .contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  font-family: var(--font-open);
  font-size: 1rem;
  margin-bottom: 56px;
  padding-left: 32px;
  width: 100%;
}
@media (width < 850px) {
  footer .footer .contact {
    padding: 0 0 0 30px;
    margin-bottom: 34px;
    align-items: baseline;
  }
}
footer .footer .contact p {
  color: var(--white) !important;
}
footer .footer .contact .adresse {
  margin-bottom: 7px;
  position: relative;
}
@media (min-width: 451px) and (max-width: 630px) {
  footer .footer .contact .adresse {
    text-align: center;
  }
}
footer .footer .contact .adresse p:before {
  content: "";
  background-image: url("../assets/position.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 14px;
  position: absolute;
  left: -32px;
  top: 1px;
}
footer .footer .contact .tel .shape {
  color: var(--white);
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
footer .footer .contact .tel .shape a:before {
  content: "";
  background-image: url("../assets/tel.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
  position: absolute;
  left: -30px;
  top: 3px;
}
footer .footer .contact .email .shape {
  color: var(--white);
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
footer .footer .contact .email .shape a:before {
  content: "";
  background-image: url("../assets/email.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
  position: absolute;
  left: -30px;
  top: 3px;
}
footer .footer .contact .time {
  position: relative;
}
footer .footer .contact .time .clock::before {
  content: "";
  background-image: url("../assets/clock.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 17px;
  width: 17px;
  position: absolute;
  left: -30px;
  top: 4px;
}
footer .footer .contact .time span {
  font-size: 0.8rem;
}
footer .footer .social {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 39px;
  padding: 0 8px;
}
@media (max-width: 980px) {
  footer .footer .social {
    justify-content: space-around;
    gap: 50px;
  }
}
footer .footer .social .insta {
  background-image: url("../assets/Vector.svg");
  border-radius: 4px;
  padding: 2px;
}
footer .footer .social .insta,
footer .footer .social .facebook,
footer .footer .social .youtube {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
}
footer .footer .social .facebook {
  background-image: url("../assets/facebook-footer.svg");
}
footer .footer .social .youtube {
  background-image: url("../assets/youtube1.svg");
}
footer .footer .legal {
  display: flex;
  align-items: center;
  color: var(--white);
  border-top: 1px solid white;
  font-size: 1rem;
  padding: 10px 0;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 980px) {
  footer .footer .legal {
    flex-direction: column;
    border-top: unset;
    padding: 14px 0;
  }
}
footer .footer .legal div {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width: 980px) {
  footer .footer .legal div {
    gap: 15px;
    flex-direction: column;
    margin-bottom: 25px;
  }
}
footer .footer .legal .logo {
  background-image: url("../assets/logo-ffadan.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 72px;
}
footer .footer .legal ul.footer_links {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
footer .footer .legal ul.footer_links a:hover {
  text-decoration: underline;
}
@media (max-width: 980px) {
  footer .footer .legal ul.footer_links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}

header .container {
  height: 211px;
}
@media (max-width: 980px) {
  header .container {
    height: 88px;
  }
}
header .container .section-searchbar {
  height: 88px;
  background-color: var(--white);
  display: flex;
  gap: 52px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 0;
}
@media (max-width: 980px) {
  header .container .section-searchbar {
    display: none;
  }
}
header .container .section-searchbar .formulaire {
  width: 30%;
}
header .container .section-searchbar .formulaire form {
  display: flex;
  justify-content: center;
}
header .container .section-searchbar .formulaire form label {
  width: 100%;
  max-width: 368px;
}
header .container .section-searchbar .formulaire form .search-submit {
  width: 49px;
  height: 44px;
  background-image: url("../assets/input.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  position: relative;
  left: -2px;
}
header .container .section-searchbar .search-field {
  max-width: 368px;
  width: 100%;
  height: 44px;
}
header .container .section-searchbar p {
  width: 70%;
  font-size: 1.1rem;
  color: var(--scorpion);
  line-height: 26px;
}
header .header-container {
  width: 100%;
  background-color: var(--white);
  border-bottom: solid 4px var(---matisse);
  height: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  header .header-container {
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 88px;
  }
}
header .header-container .header__overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.25);
  transition: transform var(--transition-duration) var(--transition-timing-function);
}
header .header-container .header__overlay.open {
  display: block;
}
header .header-container .header-nav {
  max-width: 1376px;
  width: 100%;
}
@media (max-width: 980px) {
  header .header-container .header-nav {
    margin: 0 28px;
    height: 86px;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  header .header-container .header-nav {
    margin: 0 75px;
  }
}
header .header-container .header-nav .formulaire-mobile {
  position: relative;
  right: -23px;
}
@media (min-width: 981px) {
  header .header-container .header-nav .formulaire-mobile {
    display: none;
  }
}
header .header-container .header-nav .formulaire-mobile form {
  position: relative;
}
@media (max-width: 600px) {
  header .header-container .header-nav .formulaire-mobile form {
    width: 0%;
  }
}
header .header-container .header-nav .formulaire-mobile input {
  padding: 0.7em;
}
header .header-container .header-nav .formulaire-mobile .searchbar-clicked {
  width: 100%;
  transition: opacity 0.6s, transform 0.6s;
  border: none;
}
header .header-container .header-nav .formulaire-mobile .search-field {
  height: 44px;
}
@media (max-width: 600px) {
  header .header-container .header-nav .formulaire-mobile .search-field {
    max-width: 130px;
    width: 0;
  }
}
@media (min-width: 601px) and (max-width: 680px) {
  header .header-container .header-nav .formulaire-mobile .search-field {
    max-width: 120px;
  }
}
@media (min-width: 681px) and (max-width: 980px) {
  header .header-container .header-nav .formulaire-mobile .search-field {
    max-width: 160px;
  }
}
header .header-container .header-nav .formulaire-mobile .search-submit {
  background-image: url("../assets/input.svg");
  height: 44px;
  width: 49px;
}
header .header-container .header-nav .formulaire-mobile .searchbar-clicked:focus {
  background-color: var(--white);
  outline: none !important;
}
header .header-container .header-nav .formulaire-mobile .label {
  position: relative;
}
@media (max-width: 600px) {
  header .header-container .header-nav .formulaire-mobile .cross {
    height: 25px;
    width: 25px;
    display: none;
    position: absolute;
    top: 10px;
    right: 9px;
    background-image: url(../assets/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 980px) {
  header .header-container .header-nav .home {
    width: 138px;
    display: flex;
    justify-content: center;
  }
}
header .header-container .header-nav .logo {
  background-image: url("../assets/logo-ffadan.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 138px;
  height: 54px;
  margin-right: 52px;
}
@media (max-width: 980px) {
  header .header-container .header-nav .logo {
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1285px) {
  header .header-container .header-nav .logo {
    margin-right: unset;
  }
}
header .header-container .header-nav .burger {
  height: 25px;
  width: 25px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 11;
  left: 0px;
  background-image: url("../assets/burger.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1201px) {
  header .header-container .header-nav .burger {
    display: none;
    margin-right: 35px;
  }
}
@media (min-width: 981px) {
  header .header-container .header-nav .burger {
    left: 28px;
  }
}
@media (max-width: 980px) {
  header .header-container .header-nav .burger {
    left: 30px;
  }
}
header .header-container .header-nav .burger.open {
  height: 36px;
  margin-bottom: 5px;
}
header .header-container .header-nav nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 90px 0 105px;
}
@media (max-width: 980px) {
  header .header-container .header-nav nav {
    height: 85px;
    justify-content: center;
    margin: 0 25px;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  header .header-container .header-nav nav {
    justify-content: center;
  }
}
@media (min-width: 550px) and (max-width: 980px) {
  header .header-container .header-nav nav .formulaire {
    margin-left: 27px;
  }
}
@media (max-width: 549px) {
  header .header-container .header-nav nav .formulaire {
    margin-left: 17px;
  }
}
header .header-container .header-nav nav .formulaire label {
  position: relative;
  transition: opacity 0.5s, transform 0.5s;
}
header .header-container .header-nav nav .formulaire label.open {
  transform: translateY(-50%);
}
header .header-container .header-nav nav .formulaire .cross {
  display: none;
  background-image: url("../assets/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateY(-150%);
}
@media (max-width: 600px) {
  header .header-container .header-nav nav .formulaire .cross {
    display: block;
  }
}
header .header-container .header-nav nav .formulaire .cross.open {
  transform: translateY(-50%);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
header .header-container .header-nav nav form :focus {
  border: none !important;
}
header .header-container .header-nav nav .search-submit {
  background-image: url("../assets/search.svg");
  height: 35px;
  width: 35px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: unset;
  border: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  header .header-container .header-nav nav .search-submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -47px;
  }
}
@media (max-width: 980px) {
  header .header-container .header-nav nav .search-submit {
    height: 30px;
  }
}
header .header-container .header-nav .menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 980px) {
  header .header-container .header-nav .menu {
    position: absolute;
    right: 75px;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  header .header-container .header-nav .menu {
    position: relative;
    display: none;
  }
}
header .header-container .header-nav .menu .header__main__menu > li::after {
  content: "";
  border: solid rgb(0, 0, 0);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  vertical-align: 20%;
  margin-left: 5px;
}
header .header-container .header-nav .menu .header__main__menu > li:nth-child(5)::after {
  content: none;
}
header .header-container .header-nav .menu ul.header__main__menu > li {
  white-space: nowrap;
  position: relative;
  z-index: 10;
  border-left: 5px solid var(--matisse);
  min-width: 188px;
  padding: 10px 0px 10px 8px;
}
header .header-container .header-nav .menu .header__main__menu {
  display: flex;
  align-items: center;
  gap: 14px;
  transition: opacity 0.7s, transform 0.7s, height 0.7s, width 0.7s;
}
header .header-container .header-nav .menu .header__main__menu.open {
  transform: translateY(25%);
  transition: opacity 0.6s, transform 0.6s, height 0.7s, width 0.7s;
}
@media (min-width: 768px) and (max-width: 1200px) {
  header .header-container .header-nav .menu .header__main__menu.open {
    display: none;
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
}
@media (max-width: 1200px) {
  header .header-container .header-nav .menu .header__main__menu {
    display: none;
  }
}
@media (max-width: 1312px) {
  header .header-container .header-nav .menu .header__main__menu {
    gap: 5px;
  }
}
header .header-container .header-nav .menu .header__main__menu li {
  padding: 5px 5px;
}
header .header-container .header-nav .menu .header__main__menu .mega-menu > ul {
  padding: 19px 0 0 32px;
}
header .header-container .header-nav .menu .header__main__menu .mega-menu > ul > li > a {
  font-size: 1.1rem;
  color: var(--scorpion);
  width: 190px;
}
header .header-container .header-nav .menu .header__main__menu li a {
  padding: 2px 7px 40px;
  font-size: 1.1rem;
  line-height: 18px;
  color: var(--color-shark);
  font-weight: bold;
}
header .header-container .header-nav .menu .header__main__menu li a.hide {
  font-size: 0;
  padding: 0;
}
header .header-container .header-nav .menu .header__main__menu li.current-menu-item > a {
  color: var(--matisse);
}
header .header-container .header-nav .menu .header__main__menu li:hover > ul {
  display: flex;
  gap: 12px;
  justify-content: center;
  top: 60px;
  left: -30px;
  background-color: var(--white);
  position: absolute;
  z-index: 100;
  border-radius: 15px;
  box-shadow: 0px 0px 26px 3px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  padding: 25px 24px 22px;
  min-width: 255px;
  border-top: 2px solid var(--matisse);
}
header .header-container .header-nav .menu .header__main__menu li:hover > .sub-menu ul {
  display: flex;
  gap: 11px;
  width: 100%;
  top: 80px;
  left: 0;
  padding-bottom: 13px;
  height: unset;
  box-shadow: none;
}
header .header-container .header-nav .menu .header__main__menu > li > ul.sub-menu:hover > li > .sub-menu {
  position: static;
}
header .header-container .header-nav .menu .header__main__menu .sub-menu {
  display: none;
}
@media (max-width: 1200px) {
  header .header-container .header-nav .menu .header__main__menu .sub-menu ul.sub-menu {
    margin-top: 20px;
  }
}
header .header-container .header-nav .menu .header__main__menu .sub-menu li {
  position: relative;
  width: 100%;
  transition: 0.5s;
  padding: 0 13px 0 0;
  z-index: 100;
  white-space: normal;
  border-radius: 7px;
}
header .header-container .header-nav .menu .header__main__menu .sub-menu .sub-menu li:hover {
  background-color: var(--sable);
  text-decoration: underline !important;
}
header .header-container .header-nav .menu .header__main__menu .sub-menu li a {
  display: block;
  font-size: 1.1rem;
  line-height: 41px;
  padding: 2px 7px 7px 6px;
  border-radius: 6px;
  font-weight: 500;
  height: 41px;
  white-space: nowrap;
}
header .header-container .header-nav .menu .header__main__menu .sub-menu li a:hover {
  background-color: var(--matisse);
  color: var(--white);
}
header .header-container .header-nav .header__sidebar {
  position: absolute;
  background-color: var(--white);
  left: 0;
  top: 0;
  z-index: 100;
  transform: translateX(-100%);
  width: 81%;
  margin: 0 auto;
  height: 100vh;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s var(--transition-timing-function);
}
@media (max-width: 600px) {
  header .header-container .header-nav .header__sidebar {
    width: 100%;
  }
}
header .header-container .header-nav .header__sidebar li.current-menu-item a {
  background-color: var(--matisse) !important;
  color: white !important;
}
header .header-container .header-nav .header__sidebar li .current-menu-item {
  background-color: var(--matisse) !important;
  border-radius: 8px;
}
header .header-container .header-nav .header__sidebar .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  border-bottom: solid 1px #CACBCC;
  height: 88px;
  padding: 0 35px 0 20px;
}
header .header-container .header-nav .header__sidebar .top h2 {
  font-size: 2rem;
}
header .header-container .header-nav .header__sidebar .top .cross {
  background-image: url("../assets/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  header .header-container .header-nav .header__sidebar {
    display: none;
  }
}
header .header-container .header-nav .header__sidebar.with_alert {
  top: 66px;
}
header .header-container .header-nav .header__sidebar.open {
  transform: translateX(0);
  transition: transform 0.2s var(--transition-timing-function);
  background-color: var(--white);
  overflow: auto;
}
header .header-container .header-nav .header__sidebar .header__sidebar__menu::before {
  content: "";
  border-bottom: solid 1px #CACBCC;
  position: absolute;
  width: 88%;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
}
header .header-container .header-nav .header__sidebar .header__sidebar__menu {
  display: block;
  background-color: var(--white);
  padding-top: 13px;
  padding-bottom: 35px;
  position: relative;
}
header .header-container .header-nav .header__sidebar .header__sidebar__menu > li > a {
  font-weight: 700;
}
header .header-container .header-nav .header__sidebar .header__sidebar__menu li {
  position: relative;
  padding: 18px 20px;
}
header .header-container .header-nav .header__sidebar .header__sidebar__menu li a {
  font-size: 1.1rem;
  color: var(--color-shark);
  display: block;
}
header .header-container .header-nav .header__sidebar .header__sidebar__menu li a.open {
  color: var(--color-shark);
  font-size: 1.1rem;
}
header .header-container .header-nav .header__sidebar .header__sidebar__menu ul {
  display: block;
}
header .header-container .header-nav .header__sidebar .header__sidebar__menu .sub-menu {
  padding-left: 5%;
}
header .header-container .header-nav .header__sidebar .header__sidebar__menu .sub-menu li {
  padding: 9px 8px 12px 3px;
}
header .header-container .header-nav .header__sidebar .header__sidebar__menu .sub-menu li a {
  padding: 7px 5%;
}
header .header-container .header-nav .header__sidebar .header__sidebar__menu .sub-menu.open {
  display: block;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .chevron-container-header {
    right: 33px;
    top: 5px;
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
}

@media (max-width: 1200px) {
  .chevron-icon-black {
    background-image: url(../assets/chevrons.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 15px;
    width: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
}

.display {
  display: none;
}

:root {
  --turquoise-blue: #64B8E4;
  --turquoise-blue-transparent: rgba(100, 184, 228, 0.25);
  --matisse: #14598C;
  --shark: #1C1C1E;
  --de-york: #75C6A5;
  --scorpion: #585656;
  --alizarin: #D52222;
  --white:#FFFFFF;
  --ebb:#F1EEEE;
  --sable: #f2eeee;
}

body {
  font-family: var(--font-open);
  color: var(--color-dark);
}

section {
  padding-top: var(--container-padding-vertical);
  padding-bottom: 0;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
section.last {
  padding-bottom: 50px;
}
section.first {
  padding-top: 80px !important;
  padding-top: 60px !important;
  padding-bottom: 0 !important;
}
.with_alert section.first {
  padding-top: 80px !important;
}

section.first p:first-of-type {
  margin-top: 20px;
}
@media only screen and (width >= 850px) {
  section.half {
    padding-left: 25%;
    padding-right: 25%;
  }
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--matisse);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--matisse);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
@media only screen and (width < 600px) {
  h2 {
    font-size: 1.4rem;
  }
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--matisse);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--shark);
}

a.underline {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--matisse);
  text-decoration-thickness: 2px;
}

:root {
  --symbole-nav: #1c1c1e;
  --footer: var(--symbole-nav);
  --font-open: "Open Sans", sans-serif;
}

.heading-image {
  width: 100%;
  aspect-ratio: 16/7;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  border: 1px solid var(--matisse);
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.heading-image h1 {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--matisse);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 3rem;
  color: var(--matisse);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 0;
  margin-bottom: 0;
}

section.body {
  align-items: flex-start;
}
section.body p {
  margin-top: 1em;
  text-align: justify;
}
section.body ul li {
  list-style-type: disc;
  margin-left: 2em;
  line-height: 1.5;
}

.btn-more, .download-button, .wp-element-button {
  background-color: var(--turquoise-blue);
  color: var(--white);
  padding: 14px 24px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  max-width: 300px;
  display: block;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--matisse);
  padding: 10px 45px;
  margin-bottom: 10px;
}
.btn-more:hover, .download-button:hover, .wp-element-button:hover {
  background-color: var(--turquoise-blue);
}

.wp-block-buttons {
  width: 100%;
}

.wp-block-button, .wp-block-image {
  padding-top: calc(var(--container-padding-vertical) / 2);
  padding-bottom: calc(var(--container-padding-vertical) / 2);
}

.wp-block-image img {
  border-radius: 8px;
  border: 1px solid var(--matisse);
}

.hero-image {
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid var(--matisse);
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
}

.splide__arrow {
  top: 20% !important;
}

.cta-recomandation {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  background-color: var(--matisse);
  color: var(--white);
  border-radius: 10px;
  font-family: var(--font-open);
  font-size: 1.1rem;
  padding-left: 1%;
  padding-right: 1%;
  margin-top: var(--container-padding-vertical);
  margin-bottom: var(--container-padding-vertical);
  margin-left: var(--container-padding);
  margin-right: var(--container-padding);
}
.cta-recomandation .logo img,
.cta-recomandation .image img {
  border-radius: 10px;
  max-height: 190px;
  background-color: var(--turquoise-blue);
  object-fit: contain;
  width: 100%;
  max-width: 300px;
}
.cta-recomandation .cta-content {
  color: var(--white) !important;
  text-align: center;
  padding: 0 20px;
}
.cta-recomandation .cta-content h3 {
  color: var(--white) !important;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.cta-recomandation .cta-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--white);
  margin-bottom: 20px;
}
.cta-recomandation .cta-content .cta-button {
  background-color: var(--turquoise-blue);
  color: var(--white);
  padding: 14px 24px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  max-width: 300px;
  display: block;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--turquoise-blue);
}
.cta-recomandation .cta-content .cta-button:hover {
  background-color: var(--white);
  color: var(--matisse);
}
@media (max-width: 850px) {
  .cta-recomandation {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cta-recomandation .logo,
  .cta-recomandation .image {
    margin: 10px 0;
    max-width: 80%;
  }
  .cta-recomandation .cta-content {
    padding: 0 10px;
  }
}

.section-actus {
  margin: 0 !important;
  margin-bottom: 3rem;
}
.section-actus .section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: var(--shark);
}
.section-actus .news-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}
.section-actus .news-card {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  transition: transform 0.3s ease;
}
@media (width < 850px) {
  .section-actus .news-card {
    width: 100%;
  }
}
.section-actus .news-card .top {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-actus .news-card .middle {
  min-height: 200px;
}
.section-actus .news-card:hover {
  transform: translateY(-5px);
}
.section-actus .news-card .card-title {
  font-size: 1.6rem;
  color: var(--matisse);
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}
.section-actus .news-card .card-image {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--matisse);
  margin-bottom: 20px;
  object-fit: cover;
}
.section-actus .news-card .card-text {
  font-size: 1rem;
  color: var(--shark);
  margin-bottom: 20px;
}
.section-actus .news-card .card-footer {
  font-size: 0.8rem;
  color: var(--matisse);
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.section-actus .pagination-dots {
  margin-top: 30px;
}
.section-actus .pagination-dots .dot {
  width: 12px;
  height: 12px;
  background-color: var(--turquoise-blue);
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  opacity: 0.5;
}
.section-actus .pagination-dots .dot.active {
  opacity: 1;
}
.section-actus .pagination-dots .dot.active {
  opacity: 1;
}

.cat-participer {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  background-color: var(--turquoise-blue);
  color: var(--white);
  border-radius: 10px;
  font-family: var(--font-open);
  font-size: 1.1rem;
  padding-left: 1%;
  padding-right: 1%;
  margin-top: var(--container-padding-vertical);
  margin-bottom: var(--container-padding-vertical);
  margin-left: var(--container-padding);
  margin-right: var(--container-padding);
}
.cat-participer .logo img,
.cat-participer .image img {
  border-radius: 10px;
  max-height: 190px;
  background-color: var(--turquoise-blue);
  object-fit: contain;
  width: 100%;
  max-width: 300px;
}
.cat-participer .cta-content {
  color: var(--white) !important;
  text-align: center;
  padding: 0 20px;
}
.cat-participer .cta-content h3 {
  color: var(--white) !important;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.cat-participer .cta-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--white);
  margin-bottom: 20px;
}
.cat-participer .cta-content .cta-button {
  background-color: var(--turquoise-blue);
  color: var(--white);
  padding: 14px 24px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  max-width: 300px;
  display: block;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--turquoise-blue);
}
.cat-participer .cta-content .cta-button:hover {
  background-color: var(--white);
  color: var(--matisse);
}
@media (max-width: 850px) {
  .cat-participer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cat-participer .logo,
  .cat-participer .image {
    margin: 10px 0;
    max-width: 80%;
  }
  .cat-participer .cta-content {
    padding: 0 10px;
  }
}

.agenda-section {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 3rem;
  background: #fff;
  font-family: Arial, sans-serif;
  margin-bottom: 3rem;
  margin-top: 3em;
}
@media (width < 850px) {
  .agenda-section {
    flex-direction: column;
  }
}
.agenda-section .agenda-left {
  flex: 1;
  width: 100%;
}
.agenda-section .agenda-left .agenda-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.agenda-section .agenda-left .agenda-subtitle {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.agenda-section .agenda-left .agenda-image {
  width: 100%;
  border: 1px solid var(--matisse);
  border-radius: 12px;
  display: block;
}
.agenda-section .agenda-events {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.agenda-section .agenda-events .event-card {
  display: flex;
  background: var(--sable);
  padding: 1.5rem;
  border-radius: 20px;
  gap: 1rem;
}
.agenda-section .agenda-events .event-card .event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 16px;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.agenda-section .agenda-events .event-card .event-date .day {
  display: block;
  margin-bottom: 0.5rem;
}
.agenda-section .agenda-events .event-card .event-date .year {
  display: block;
  font-size: 2rem;
}
.agenda-section .agenda-events .event-card .event-details {
  flex: 1;
}
.agenda-section .agenda-events .event-card .event-details .event-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.agenda-section .agenda-events .event-card .event-details p {
  margin-bottom: 1rem;
}
.agenda-section .agenda-events .event-card .event-details button {
  background: var(--matisse);
  color: var(--white);
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.agenda-section .agenda-link {
  text-align: center;
}

.agenda-section-archive {
  flex-direction: column !important;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 3rem;
  background: #fff;
  font-family: Arial, sans-serif;
  margin-bottom: 3rem;
  margin-top: 3em;
}
@media (width < 850px) {
  .agenda-section-archive {
    flex-direction: column;
  }
}
.agenda-section-archive .agenda-events {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.agenda-section-archive .agenda-events .event-card {
  display: flex;
  background: var(--sable);
  padding: 1.5rem;
  border-radius: 20px;
  gap: 1rem;
}
.agenda-section-archive .agenda-events .event-card .event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 16px;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.agenda-section-archive .agenda-events .event-card .event-date .day {
  display: block;
  margin-bottom: 0.5rem;
}
.agenda-section-archive .agenda-events .event-card .event-date .year {
  display: block;
  font-size: 2rem;
}
.agenda-section-archive .agenda-events .event-card .event-details {
  flex: 1;
}
.agenda-section-archive .agenda-events .event-card .event-details .event-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.agenda-section-archive .agenda-events .event-card .event-details p {
  margin-bottom: 1rem;
}
.agenda-section-archive .agenda-events .event-card .event-details button {
  background: var(--matisse);
  color: var(--white);
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.agenda-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.agenda-details .with-picto {
  display: flex;
  align-items: center;
}

.cat-reglementaire {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border: 1px solid var(--matisse);
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  background-color: var(--white);
  color: var(--shark);
  border-radius: 10px;
  font-family: var(--font-open);
  font-size: 1.1rem;
  padding-left: 1%;
  padding-right: 1%;
  margin-top: var(--container-padding-vertical);
  margin-bottom: var(--container-padding-vertical);
  margin-left: var(--container-padding);
  margin-right: var(--container-padding);
}
.cat-reglementaire .logo img,
.cat-reglementaire .image img {
  border-radius: 10px;
  max-height: 190px;
  background-color: var(--turquoise-blue);
  object-fit: contain;
  width: 100%;
  max-width: 300px;
}
.cat-reglementaire .cta-content {
  color: var(--shark) !important;
  text-align: center;
  padding: 0 20px;
}
.cat-reglementaire .cta-content h3 {
  color: var(--shark) !important;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.cat-reglementaire .cta-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--shark);
  margin-bottom: 20px;
}
.cat-reglementaire .cta-content .cta-button {
  background-color: var(--turquoise-blue);
  color: var(--white);
  padding: 14px 24px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  max-width: 300px;
  display: block;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--turquoise-blue);
}
.cat-reglementaire .cta-content .cta-button:hover {
  background-color: var(--white);
  color: var(--matisse);
}
@media (max-width: 850px) {
  .cat-reglementaire {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cat-reglementaire .logo,
  .cat-reglementaire .image {
    margin: 10px 0;
    max-width: 80%;
  }
  .cat-reglementaire .cta-content {
    padding: 0 10px;
  }
}

.cards {
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  gap: 30px;
}
.cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  background-color: var(--turquoise-blue-transparent);
  border: var(--matisse) 1px solid;
  color: var(--matisse);
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  max-width: 300px;
  height: 310px;
}
.cards .card h2, .cards .card h3 {
  color: var(--matisse);
  text-align: center;
}
.cards .card .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.wpcf7 .wpcf7-submit {
  background-color: var(--turquoise-blue);
  color: var(--white);
  padding: 14px 24px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  max-width: 300px;
  display: block;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--matisse);
  padding: 10px 45px;
  margin-bottom: 10px;
  border: none;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: var(--turquoise-blue);
}

section.bibliographie {
  align-items: flex-start !important;
}

.bib-entry {
  margin-bottom: 2em;
  font-size: 15px;
  line-height: 28px;
}
.bib-entry .author {
  margin-bottom: 5px;
}
.bib-entry .title {
  margin-bottom: 5px;
  font-weight: bold;
}
.bib-entry .title .entry-type {
  background-color: var(--matisse);
  color: #fff;
  display: inline-block;
  padding: 5px 5px;
  margin-left: 5px;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}
.bib-entry .title .epuise {
  background-color: #c20d2b;
}

hr {
  margin: 2em 0;
  width: 100%;
  border: none;
  border-top: 2px solid var(--matisse);
}

.carto svg g:hover {
  cursor: pointer;
  fill: var(--matisse);
}
.carto svg g:hover polygon, .carto svg g:hover path, .carto svg g:hover polyline {
  fill: var(--matisse) !important;
}

.adresse-depistage .adresse-region {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.adresse-depistage .logo img {
  width: 300px;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.adresse-depistage ul {
  margin-top: 1em;
}
.adresse-depistage ul li {
  list-style-type: disc;
  margin-left: 2em;
  line-height: 1.5;
}

svg .q, svg .v {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

g, tspan {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

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