@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-light-green: #82c0c7;
  --color-light-grey: rgb(187, 187, 187);
  --color-shark: #1C1C1E;
  --color-dark: #333333;
  --color-grey: #666;
  --color-very-light-grey: #F6F6F6;
  --color-dark-grey: #333;
  --color-blue: #2ea3f2;
  --color-purple: #662483;
  --color-orange: #e44d27;
  --color-sand: #FCFBF7;
  --color-li-entry: #6C7173;
  --color-title-h2: #54595F;
  --space: 8px;
  --font-open: "Open Sans", sans-serif;
  --inter: "Inter", sans-serif;
  --inter-light: "Inter light", sans-serif;
  --inter-bold: "Inter-Bold", sans-serif;
  --transition-duration: .1s;
  --transition-timing-function: linear;
}

*,
*::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");
}
footer {
  background-color: var(--color-shark);
}
footer .footer {
  max-width: 1110px;
  margin: auto;
}
footer .footer a {
  color: 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: 16px;
  line-height: 22.4px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  footer .footer .footer_main > li > a {
    text-align: center;
    line-height: 73px;
  }
}
@media (max-width: 980px) {
  footer .footer .footer_main > li {
    border-bottom: solid 1px #8A8C8D;
    padding: 5px;
    position: relative;
    height: 73px;
  }
}
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: 22px;
  position: relative;
}
footer .footer .footer_main .menu-item-has-children li a {
  font-size: 12px;
  line-height: 16.8px;
  transition: 0.5s;
  max-width: 187px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 980px) {
  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;
}
@media (max-width: 980px) {
  footer .footer .footer_main .sub-menu {
    display: none;
  }
}
@media (max-width: 980px) {
  footer .footer .footer_main .sub-menu li {
    padding: 0 0 9px 16px;
    text-align: center;
  }
  footer .footer .footer_main .sub-menu li a {
    font-size: 14px;
    line-height: 18px;
  }
}
footer .footer .sub-menu .sub-menu {
  display: none;
}
footer .footer .menu-social {
  margin-bottom: 20px;
  margin-top: -60px;
  display: flex;
  align-items: self-start;
  gap: 55px;
  justify-content: space-between;
}
@media (max-width: 600px) {
  footer .footer .menu-social {
    gap: 35px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 11px;
    margin-top: -122px;
  }
}
@media (min-width: 601px) and (max-width: 980px) {
  footer .footer .menu-social {
    gap: 35px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 11px;
    margin-top: -85px;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  footer .footer .menu-social {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer .contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-family: var(--font-open);
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 56px;
  padding-left: 32px;
}
@media (max-width: 1200px) {
  footer .footer .contact {
    padding: 0 0 0 100px;
    margin-bottom: 34px;
    align-items: baseline;
  }
}
footer .footer .contact .adresse {
  margin-bottom: 7px;
  position: relative;
}
@media (min-width: 451px) and (max-width: 630px) {
  footer .footer .contact .adresse {
    text-align: center;
  }
}
@media (max-width: 360px) {
  footer .footer .contact .adresse p {
    font-size: 14.5px;
  }
}
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 {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
@media (max-width: 360px) {
  footer .footer .contact .tel .shape {
    font-size: 13.5px;
  }
}
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 .time {
  position: relative;
}
@media (max-width: 360px) {
  footer .footer .contact .time p {
    font-size: 14.5px;
  }
}
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: 12px;
}
footer .footer .social {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 39px;
  padding: 0 8px;
  position: relative;
  top: -5px;
}
@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: white;
  border-top: 1px solid white;
  font-size: 13.3px;
  line-height: 21px;
  padding: 37px 0;
  justify-content: space-between;
}
@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.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 72px;
}
footer .footer .legal .footer_links {
  display: flex;
  gap: 35px;
}
footer .footer .legal .footer_links a:hover {
  text-decoration: underline;
}
@media (max-width: 980px) {
  footer .footer .legal .footer_links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}

@media (max-width: 380px) {
  .chevron-container {
    right: 0px;
    top: 16px;
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
}
@media (min-width: 381px) and (max-width: 980px) {
  .chevron-container {
    right: 33px;
    top: 16px;
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
}

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

header .container {
  height: 211px;
}
@media (max-width: 980px) {
  header .container {
    height: 88px;
  }
}
header .container .section-searchbar {
  height: 88px;
  background-color: white;
  display: flex;
  gap: 52px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 980px) {
  header .container .section-searchbar {
    display: none;
  }
}
header .container .section-searchbar .formulaire {
  width: 100%;
  max-width: 420px;
}
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 {
  max-width: 782px;
  font-size: 14px;
  color: #7A7A7A;
  line-height: 26px;
}
header .banner {
  height: 46px;
}
header .banner .container {
  background-color: var(--color-blue-2);
  position: fixed;
  display: flex;
  height: 46px;
  align-items: center;
  padding: 0 14px;
  z-index: 1000;
  overflow: hidden;
  width: 100vw;
}
header .banner .container div {
  display: inline-block;
  animation: defilement-rtl 750s infinite linear;
  white-space: nowrap;
}
header .banner .container div p {
  font-size: 15.5px;
  color: white;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
    /* position initiale à droite */
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    /* position finale à gauche */
  }
}
header .header-container {
  width: 100%;
  background-color: white;
  border-bottom: solid 4px var(--color-purple);
  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;
  }
}
@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: 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.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(--color-purple);
  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: 14px;
  color: #6C7173;
  width: 190px;
}
header .header-container .header-nav .menu .header__main__menu li a {
  padding: 2px 7px 40px;
  font-size: 15px;
  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(--color-purple);
}
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: 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(--color-purple);
}
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: #E8E8E8;
  text-decoration: underline !important;
}
header .header-container .header-nav .menu .header__main__menu .sub-menu li a {
  display: block;
  font-size: 16px;
  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(--color-purple);
  color: white;
}
header .header-container .header-nav .header__sidebar {
  position: absolute;
  background-color: 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(--color-purple) !important;
  color: white !important;
}
header .header-container .header-nav .header__sidebar li .current-menu-item {
  background-color: var(--color-purple) !important;
  border-radius: 8px;
}
header .header-container .header-nav .header__sidebar .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-bottom: solid 1px #CACBCC;
  height: 88px;
  padding: 0 35px 0 20px;
}
header .header-container .header-nav .header__sidebar .top h2 {
  font-size: 18px;
  line-height: 29.5px;
}
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: 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: 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: 15.6px;
  color: var(--color-shark);
  display: block;
  line-height: 24px;
}
header .header-container .header-nav .header__sidebar .header__sidebar__menu li a.open {
  color: var(--color-li-entry);
  font-size: 14px;
  line-height: 23px;
}
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;
}

.page #primary {
  width: 100%;
  margin: auto;
  max-width: 1165px;
  margin-bottom: 150px;
}
.page #primary .heading h1 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 39px;
}
@media (max-width: 980px) {
  .page #primary .heading h1 {
    text-align: center;
    line-height: 38px;
  }
}
@media (max-width: 980px) {
  .page #primary .content {
    width: 100%;
    padding: 0 28px 30px;
  }
}
.page #primary .content p {
  margin-bottom: 15px;
  font-size: 16px;
}
.page #primary .content p:last-of-type {
  margin-bottom: 25px;
}
.page #primary .content h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 12px;
  margin-top: 25px;
}
.page #primary .content img {
  margin: 15px 0;
}
.page #primary .content .body > p:last-of-type {
  margin-bottom: 55px;
}
.page #primary #main::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  visibility: hidden;
  height: 0;
}
.page .body {
  line-height: 20px;
  width: 67%;
  float: left;
  line-height: 24px;
}
@media (max-width: 980px) {
  .page .body {
    float: none;
    width: 100%;
    padding: unset;
  }
}

.content-area h1, .entry-content h1 {
  margin-bottom: 28px;
  margin-top: 28px;
  font-size: 2em;
  font-weight: 700;
}
.content-area h2, .entry-content h2 {
  margin-bottom: 28px;
  margin-top: 28px;
  font-size: 1.5em;
  font-weight: 700;
}
.content-area h3, .entry-content h3 {
  margin-bottom: 28px;
  margin-top: 28px;
  font-size: 1.2em;
  font-weight: 700;
}
.content-area strong, .entry-content strong {
  font-weight: 600;
}
.content-area p, .entry-content p {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 24px;
}
.content-area em, .entry-content em {
  font-style: italic;
}
.content-area a, .entry-content a {
  text-decoration: underline;
}
.content-area ul li, .entry-content ul li {
  list-style: disc;
  margin-bottom: 15px;
  margin-left: 1em;
  font-size: 15px;
}

.cta_group {
  display: flex;
  text-align: center;
  flex-direction: column;
  background: linear-gradient(to right, #6f2da3, #230202);
  border-radius: 7px;
  color: white;
  padding: 3px 3px;
  width: 100%;
  max-width: 577px !important;
}
@media (max-width: 980px) {
  .cta_group {
    max-width: 650px !important;
  }
}
.cta_group p {
  margin-bottom: 6px !important;
  text-align: unset;
}
@media (max-width: 980px) {
  .cta_group p {
    font-size: 14px !important;
  }
}
.cta_group .cta_link a {
  padding: 4px 10px;
  border-radius: 8px;
  background-color: var(--color-blue-2);
  max-width: 185px;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 980px) {
  .cta_group .cta_link a {
    font-size: 14px !important;
  }
}

#sidebar {
  width: 17%;
  float: right;
  line-height: 22px;
  font-size: 14px;
  background-color: var(--color-very-light-grey);
  border-radius: 10px;
}
@media (max-width: 1180px) {
  #sidebar {
    float: none;
    width: 100%;
  }
}
#sidebar h2 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
  color: var(--color-dark-grey);
  line-height: 1.5em;
}
#sidebar > ul > li {
  padding-bottom: 25px;
}
#sidebar li {
  padding-bottom: 7px;
  list-style-type: none;
}
#sidebar li a {
  color: var(--color-grey);
  line-height: 1.7em;
}
#sidebar li a:hover {
  color: var(--color-light-green);
}
#sidebar input {
  padding: 0.7em;
  border: 1px solid #ddd;
}
#sidebar .search-submit:hover {
  cursor: pointer;
}
#sidebar .search-submit {
  color: var(--color-grey);
}
@media (max-width: 385px) {
  #sidebar .search-field {
    width: 67%;
  }
}
@media (min-width: 386px) and (max-width: 723px) {
  #sidebar .search-field {
    width: 72%;
  }
}
@media (min-width: 724px) and (max-width: 980px) {
  #sidebar .search-field {
    width: 82%;
  }
}
#sidebar form {
  white-space: nowrap;
}

.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: 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(--color-purple);
}
.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: 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: 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(--color-purple);
}
.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: 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: 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: #777;
}
.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: 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: 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: 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: 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: 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(--color-purple);
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 13px;
}
.page-template-archive .content .article .right .date, .archive .content .article .right .date {
  font-size: 12px;
}

.related-posts {
  display: flex;
  flex-direction: column;
  gap: 23px;
  max-width: 1000px;
  margin: 15px auto;
}
.related-posts img {
  width: 100%;
  max-width: 202px;
  height: auto;
  margin: 0 0 10px 0;
}
.related-posts .flex-item {
  display: flex;
  gap: 35px;
}
.related-posts .flex-item h5 {
  margin-bottom: 10px;
}
.related-posts .flex-item li a {
  color: var(--color-purple);
}

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

.bureau h2,
.admin h2,
.formateurs h2 {
  text-align: center;
  font-weight: 600;
  font-size: 33.5px;
  line-height: 42px;
  margin-top: 45px;
}
@media (max-width: 800px) {
  .bureau h2,
  .admin h2,
  .formateurs h2 {
    font-size: 28.5px;
  }
}
.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;
  }
}

.admin {
  margin-bottom: 120px;
}

.page-template-revue .background-hero {
  height: 456px;
  width: 100%;
  background: linear-gradient(to right, #662483, #17081D);
  position: absolute;
  z-index: -11;
}
.page-template-revue .background-hero .title-container {
  padding-top: 80px;
  max-width: 850px;
  width: 100%;
  margin: auto;
}
.page-template-revue .background-hero .title-container h2 {
  color: white;
  font-size: 40px;
  font-weight: bold;
  padding-left: 7px;
}
@media (max-width: 980px) {
  .page-template-revue .background-hero .title-container h2 {
    font-size: 32px;
    padding-left: 25px;
  }
}
.page-template-revue .content {
  max-width: 850px;
  width: 100%;
  margin: auto;
  background-color: white;
  padding: 60px 72px;
  margin-top: 210px;
}
@media (max-width: 980px) {
  .page-template-revue .content {
    padding: 20px 30px;
  }
}
.page-template-revue .content .article:not(:first-child) {
  padding: 40px 0;
}
.page-template-revue .content .article:first-child {
  padding-bottom: 40px;
}
.page-template-revue .content .article {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #D9D9D9;
  flex-direction: row-reverse;
}
@media (max-width: 650px) {
  .page-template-revue .content .article {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .page-template-revue .content .article .image-container {
    text-align: center;
  }
}
.page-template-revue .content .article .image-container .download {
  margin-top: 2em;
  text-align: center;
}
.page-template-revue .content .article .img {
  max-width: 250px;
  background-image: url("../assets/model.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 259px;
  height: 147px;
}
@media (max-width: 980px) {
  .page-template-revue .content .article .img {
    max-width: 270px;
  }
}
.page-template-revue .content .article .img h5 {
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  padding-top: 5px;
}
.page-template-revue .content .article .right {
  flex: 1;
}
.page-template-revue .content .article .right h3 {
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
}
.page-template-revue .content .article .right .the-excerpt {
  font-size: 12px;
  line-height: 20px;
  margin: 10px 0;
  max-height: 160px;
  overflow: auto;
}
.page-template-revue .content .article .right .links {
  display: flex;
  align-items: baseline;
}
.page-template-revue .content .article .right .links .post-categories {
  color: var(--color-purple);
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 13px;
  margin-right: 12px;
}
.page-template-revue .content .article .right .tags {
  color: var(--color-purple);
  font-size: 12px;
  margin-bottom: 6px;
}
.page-template-revue .content .article .right .infos {
  display: flex;
  justify-content: space-between;
}
.page-template-revue .content .article .right .infos .date {
  font-size: 12px;
}

.cta-acfos-container {
  background-color: #FFFBFB;
  border-radius: 20px;
  padding: 35px 19px 40px;
  max-width: 259px;
  width: 100%;
  margin: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.cta-acfos-container .title {
  font-size: 20px;
  line-height: 27.5px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.cta-acfos-container .paragraph {
  font-size: 13px;
  line-height: 24.5px !important;
  max-width: 232px;
  margin: auto;
  margin-bottom: 30px;
}
.cta-acfos-container .wp-block-button__link {
  max-width: 206px;
  border-radius: 5px;
  background-color: var(--color-purple);
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 9px 5px;
}

.container-event {
  max-width: 1165px;
  width: 100%;
  margin: auto;
  padding: 10px 15px;
  display: flex;
  gap: 25px;
}
.container-event .main {
  flex: 1;
  font-size: 13.5px;
}
.container-event .main h2.complet {
  padding: 1em;
  background-color: var(--color-purple);
  color: var(--color-white);
}
.container-event .main h2.title {
  font-size: 35px;
  font-weight: bold;
  line-height: 43.5px;
  margin-bottom: 15px;
}
.container-event .main h2 {
  font-weight: bold;
  color: var(--color-title-h2);
  padding: 25px 0 10px;
  font-size: 15.5px;
}
.container-event .main p,
.container-event .main li {
  line-height: 26px;
}
.container-event .main h4 {
  margin-bottom: 15px;
}
.container-event .side .summary {
  max-width: 350px;
  border-radius: 20px;
  background-color: #F6F6F6;
  padding: 50px 34px;
  position: relative;
  margin: 0 auto 45px;
}
.container-event .side .summary h2.complet {
  color: var(--color-purple);
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 1em;
}
.container-event .side .summary .top {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
  align-items: flex-start;
}
.container-event .side .summary .top .date {
  background-color: var(--color-purple);
  color: white;
  padding: 20px;
  border-radius: 5px;
}
.container-event .side .summary .top .date .number {
  font-weight: bold;
  font-size: 25px;
  font-weight: 36px;
}
.container-event .side .summary .top h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 31.5px;
  max-width: 195px;
}
.container-event .side .summary .middle :last-child {
  margin-bottom: 60px;
}
.container-event .side .summary .middle p {
  margin-bottom: 16px;
  line-height: 28px;
}
.container-event .side .summary .middle p span {
  font-weight: 600;
}
.container-event .side .summary .middle p.lieu a {
  text-decoration: underline;
}
.container-event .side .summary .middle p.lieu small {
  font-size: small;
}
.container-event .side .summary .agrements .logo-agrement {
  width: 60%;
  aspect-ratio: 1.3333333333;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container-event .side .summary .banner {
  background-color: var(--color-purple);
  height: 37px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-radius: 0px 0px 20px 20px;
}
.container-event .side h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 31.5px;
}
.container-event .side .formateurs {
  text-align: center;
}
.container-event .side .formateurs .member-card {
  width: 100%;
}
.container-event .side .formateurs .member-card .img-portrait {
  margin-left: auto;
  margin-right: auto;
}
.container-event .side .cta-acfos-side, .container-event .side .cta-colloque-side, .container-event .side .cta-formation-side {
  max-width: 258px;
  width: 100%;
  border: 1px solid var(--color-purple);
  border-radius: 20px;
  padding: 35px 25px;
  margin: auto;
  margin-bottom: 35px;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.container-event .side .cta-acfos-side h4, .container-event .side .cta-colloque-side h4, .container-event .side .cta-formation-side h4 {
  font-size: 20px;
  line-height: 27.5px;
  font-weight: 600;
  margin-bottom: 27px;
  text-align: center;
  text-transform: uppercase;
}
.container-event .side .cta-acfos-side p, .container-event .side .cta-colloque-side p, .container-event .side .cta-formation-side p {
  font-size: 14px;
  line-height: 21.5px;
  margin-bottom: 33px;
}
.container-event .side .cta-acfos-side button, .container-event .side .cta-colloque-side button, .container-event .side .cta-formation-side button {
  background-color: var(--color-purple);
  border-radius: 5px;
  padding: 9px 5px;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  width: 100%;
}

.form-event {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  padding: 10px 15px;
}

.page-template-events-formation-pro h2 {
  font-size: 39px;
  line-height: 45px;
  font-weight: 600;
  margin-top: 33px;
  margin-bottom: 18px;
}
.page-template-events-formation-pro .hero {
  background-color: var(--color-purple);
  position: relative;
  margin-bottom: 110px;
}
.page-template-events-formation-pro .hero .custom-shape-divider-bottom-1717765065 {
  position: absolute;
  bottom: -81px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.page-template-events-formation-pro .hero .custom-shape-divider-bottom-1717765065 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 293px;
  z-index: 2;
}
.page-template-events-formation-pro .hero .custom-shape-divider-bottom-1717765065 .shape-fill {
  fill: #662483;
}
.page-template-events-formation-pro .hero .shape-divider2 {
  bottom: -20px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.page-template-events-formation-pro .hero .shape-divider2 .shape2 {
  fill: rgba(213, 235, 1, 0.5);
}
.page-template-events-formation-pro .hero .breadcrumb {
  color: white;
  background-color: #662483;
}
@media (max-width: 980px) {
  .page-template-events-formation-pro .hero .breadcrumb {
    padding: 10px 0 0 25px;
  }
}
.page-template-events-formation-pro .hero h1 {
  font-size: 39px;
  line-height: 45px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 18px;
}
.page-template-events-formation-pro .hero .flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 20px;
}
.page-template-events-formation-pro .hero .flex-container .img {
  background-image: url("../assets/formations.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 466px;
  width: 547px;
}
.page-template-events-formation-pro .hero .flex-container .right p {
  color: white;
  font-size: 14.5px;
  margin-top: 1em;
}
.page-template-events-formation-pro .hero .flex-container .right a {
  text-decoration: underline;
}
.page-template-events-formation-pro .container-event {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 23px;
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  .page-template-events-formation-pro .container-event {
    grid-template-columns: 1fr;
  }
}
.page-template-events-formation-pro .container-event .formation-card {
  max-width: 370px;
  width: 100%;
  min-height: 450px;
  box-shadow: 0px 2px 22px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 0 10px;
}
.page-template-events-formation-pro .container-event .formation-card h3 {
  font-size: 15.5px;
  line-height: 22.5px;
  font-weight: 600;
  text-align: center;
  margin: 50px 0;
}
.page-template-events-formation-pro .container-event .formation-card img {
  width: 352px;
  height: 215px;
  object-fit: cover;
  margin-top: 7.5px;
}
.page-template-events-formation-pro .container-event .formation-card p {
  text-align: center;
  color: #777777;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 18px;
}

.page-template-events-colloques {
  width: 100%;
  margin: auto;
}
.page-template-events-colloques .body {
  width: 90%;
  max-width: 1100px;
}
.page-template-events-colloques h3 {
  font-size: 35px;
  line-height: 44px;
  margin-bottom: 30px;
  margin-top: 22px;
  margin-left: 28px;
}
.page-template-events-colloques h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.page-template-events-colloques .event-row,
.page-template-events-colloques .event-single {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 20px 20px;
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  .page-template-events-colloques .event-row,
  .page-template-events-colloques .event-single {
    grid-template-columns: 1fr;
  }
}
.page-template-events-colloques .event-row .card,
.page-template-events-colloques .event-single .card {
  max-width: 300px;
  box-shadow: 0px 2px 22px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 10px 10px;
}
.page-template-events-colloques .event-row .card h3,
.page-template-events-colloques .event-single .card h3 {
  font-size: 15.5px;
  line-height: 22.5px;
  font-weight: 600;
  margin: 10px 0;
}
.page-template-events-colloques .event-row .card img,
.page-template-events-colloques .event-single .card img {
  width: 352px;
  height: 215px;
  object-fit: contain;
  margin-top: 7.5px;
}
.page-template-events-colloques .event-row .card p,
.page-template-events-colloques .event-single .card p {
  text-align: center;
  color: #777777;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 18px;
}
.page-template-events-colloques .event-single .card {
  max-width: 800px;
}
.page-template-events-colloques .event-single .card img {
  width: 100%;
  aspect-ratio: 16/9;
  height: unset;
  object-fit: contain;
  margin-top: 7.5px;
}

.post-template-single-thematique .bibliographie {
  padding: 10px 80px;
}
.post-template-single-thematique .body {
  width: 100%;
  margin: auto;
}
@media (max-width: 1185px) {
  .post-template-single-thematique .body {
    width: unset;
  }
}
.post-template-single-thematique .body .page-blanche {
  max-width: unset !important;
  width: 100%;
  margin: auto;
  background-color: white;
  padding: 80px 60px 10px 60px;
  float: left;
}
@media (max-width: 1185px) {
  .post-template-single-thematique .body .page-blanche {
    float: unset;
    max-width: 910px;
    padding: 40px 25px;
  }
}
.post-template-single-thematique .body .page-blanche p {
  font-size: 15px;
}
.post-template-single-thematique .body h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 52px;
}
.post-template-single-thematique .body .heading__image {
  margin-bottom: 20px;
}
.post-template-single-thematique .body .heading__image img {
  object-fit: contain;
}
.post-template-single-thematique .body p {
  line-height: 28px;
}
.post-template-single-thematique .body .bloc {
  padding: 1em;
  background-color: var(--color-very-light-grey);
  margin-bottom: 2em;
}
.post-template-single-thematique .body .specific-content {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.post-template-single-thematique .body .specific-content .entry {
  background-color: white;
  padding: 1em;
  border-radius: 1em;
  max-width: 50%;
}
.post-template-single-thematique .body .specific-content .entry h4 {
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.post-template-single-thematique .body .specific-content .entry .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  aspect-ratio: 16/9;
  margin: auto;
}
.post-template-single-thematique .body .specific-content .entry iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.post-template-single-thematique .heading {
  max-width: 850px;
  width: 100%;
  margin: auto;
}
.post-template-single-thematique .heading h1.heading__title {
  padding-top: 64px;
  margin-top: unset;
  color: white;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
}
@media (max-width: 980px) {
  .post-template-single-thematique .heading h1.heading__title {
    padding-left: 25px;
  }
}
.post-template-single-thematique .heading .details {
  display: flex;
  gap: 40px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 28px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 980px) {
  .post-template-single-thematique .heading .details {
    padding: 0 35px;
    flex-direction: column;
    gap: 18px;
  }
}
.post-template-single-thematique .heading .details .date,
.post-template-single-thematique .heading .details .category {
  position: relative;
}
@media (max-width: 980px) {
  .post-template-single-thematique .heading .details .date p,
  .post-template-single-thematique .heading .details .category p {
    white-space: nowrap;
  }
}
.post-template-single-thematique .heading .details .date ul,
.post-template-single-thematique .heading .details .category ul {
  display: flex;
  gap: 15px;
}
@media (max-width: 980px) {
  .post-template-single-thematique .heading .details .date ul,
  .post-template-single-thematique .heading .details .category ul {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.post-template-single-thematique .heading .details .date::before,
.post-template-single-thematique .heading .details .category::before {
  content: ".";
  font-size: 80px;
  position: absolute;
  bottom: 27px;
  left: -24px;
}
.post-template-single-thematique .heading .details .category {
  display: flex;
  gap: 6px;
}

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

.has-violet-background-color {
  background-color: var(--color-purple) !important;
}

.has-violet-color {
  color: var(--color-purple) !important;
}

.wp-block-buttons, .wp-block-separator {
  margin-top: 1em;
  margin-bottom: 1em;
}

section, .section-width {
  max-width: 1165px;
  margin: auto;
}

section.fullwidth {
  max-width: 100%;
  margin: auto;
}

.background-hero {
  height: 456px;
  width: 100%;
  background: linear-gradient(to right, #662483, #17081D);
}
.background-hero .breadcrumb {
  color: white;
  font-size: 12px;
  line-height: 17px;
  padding-top: 1em;
}

.purple-button {
  color: white;
  padding: 12px 39.5px;
  transition: 0.3s;
  width: 100%;
  background-color: var(--color-purple);
  white-space: nowrap;
  font-family: var(--font-open);
  border: solid 1px transparent;
  text-align: center;
}
.purple-button p {
  font-size: 17.8px;
  line-height: 24px;
}
@media (max-width: 384px) {
  .purple-button p {
    font-size: 16px;
    line-height: 21px;
  }
}

.purple-button:hover {
  background-color: white;
  color: var(--color-dark);
  border: solid 1px var(--color-dark);
}

div.post-thumbnail, div.heading__image {
  position: relative;
  overflow: hidden;
}
div.post-thumbnail img, div.heading__image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  margin-bottom: 20px;
}
div.post-thumbnail .complet, div.heading__image .complet {
  top: 3em;
  left: -6em;
  color: #fff;
  display: block;
  position: absolute;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  background-color: var(--color-purple);
  padding: 0.5em 5em 0.4em 5em;
  text-shadow: 0 0 0.75em #444;
  text-transform: uppercase;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  font: bold 16px/1.2em var(--font-open);
  -webkit-text-shadow: 0 0 0.75em #444;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-45deg) scale(0.75, 1);
  z-index: 10;
}
div.post-thumbnail .annulee, div.heading__image .annulee {
  background-color: var(--color-orange);
}
div.post-thumbnail .complet:before, div.heading__image .complet:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: -0.3em -5em;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  border: 2px rgba(255, 255, 255, 0.7) dashed;
}

.button {
  background-color: var(--color-purple);
  border-radius: 5px;
  color: white;
  padding: 0.5em;
  text-decoration: none;
  border: solid 1px var(--color-purple);
  display: inline-block;
}

.button:focus,
.button:hover {
  background-color: white;
  color: var(--color-dark);
  border: solid 1px var(--color-dark);
}

.breadcrumb {
  position: relative;
  color: var(--color-dark-grey);
  font-size: 12px;
  line-height: 17px;
  margin-top: 1em;
  padding-top: 1em;
}
@media (max-width: 980px) {
  .breadcrumb {
    padding: 10px 0 0 25px;
  }
}

section.toc {
  background-color: var(--color-very-light-grey);
  border-radius: 1em;
  padding: 1em !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: #008bd2;
  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;
}

body::-webkit-scrollbar {
  max-width: 10px;
  max-height: 10px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.member-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
}
.member-card .img-portrait {
  background-image: url("../assets/Ellipse.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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 {
  margin-bottom: 0.5em;
}
.member-card .profession {
  font-style: italic;
}
.member-card .biographie, .member-card .engagement {
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 20px;
  text-align: justify;
  overflow-y: auto;
  max-height: 160px;
  min-height: 160px;
  padding-right: 10px;
}
.member-card .engagement {
  background-color: var(--color-very-light-grey);
  padding: 20px 20px;
  line-height: 20px;
  position: relative;
  text-align: justify;
}
.member-card .engagement:before {
  position: absolute;
  top: 17px;
  left: 5px;
  content: "«";
  font-size: 20px;
  color: #999;
}
.member-card .engagement:after {
  position: absolute;
  bottom: 17px;
  right: 5px;
  content: "»";
  font-size: 20px;
  color: #999;
}

.home {
  font-family: var(--font-open);
}
.home .hero {
  background-color: var(--color-purple);
  color: white;
  position: relative;
}
.home .hero .custom-shape-divider-bottom-1717765065 {
  position: absolute;
  bottom: -81px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.home .hero .custom-shape-divider-bottom-1717765065 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 364px;
  z-index: 2;
}
.home .hero .custom-shape-divider-bottom-1717765065 .shape-fill {
  fill: #662483;
}
.home .hero .shape-divider2 {
  bottom: -20px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.home .hero .shape-divider2 .shape2 {
  fill: rgba(213, 235, 1, 0.5);
}
.home .hero .section-slider {
  max-width: 990px;
  width: 100%;
  margin: auto;
  padding-bottom: 35px;
  z-index: 3;
  position: relative;
}
@media (max-width: 700px) {
  .home .hero .section-slider {
    padding: 0 15px 35px;
  }
}
@media (min-width: 701px) and (max-width: 1200px) {
  .home .hero .section-slider {
    padding: 0 30px 35px;
  }
}
.home .hero .section-slider li {
  display: flex;
  flex-direction: column;
}
.home .hero .section-slider li h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 43.8px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .home .hero .section-slider li h2 {
    font-size: 25px;
    line-height: 33.8px;
  }
}
.home .hero .section-slider li p {
  font-size: 14px;
  line-height: 26px;
}
.home .hero .section-slider li .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 497px;
  border-radius: 15px;
  margin-top: 28px;
  margin: 28px 0 20px;
}
@media (max-width: 700px) {
  .home .hero .section-slider li .img {
    height: 240px;
  }
}
.home .hero .section-slider li a {
  text-decoration: underline;
}
.home .formation-colloque {
  background-color: #F6F6F6;
}
.home .formation-colloque .container {
  max-width: 1234px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1280px) {
  .home .formation-colloque .container {
    padding: 0 25px;
  }
}
.home .formation-colloque .container .container-p-cta {
  padding-bottom: 60px;
}
.home .formation-colloque .container .container-p-cta .p-cta {
  text-align: right;
  max-width: 415px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  font-size: 14px;
  line-height: 26px;
  color: #7A7A7A;
}
@media (max-width: 750px) {
  .home .formation-colloque .container .container-p-cta .p-cta {
    text-align: unset;
    margin-left: unset;
  }
}
.home .formation-colloque .container .container-p-cta .p-cta a {
  color: var(--color-purple);
}
.home .formation-colloque .container .flex {
  display: flex;
  justify-content: center;
  padding-top: 110px;
  gap: 62px;
  padding-bottom: 20px;
}
@media (max-width: 950px) {
  .home .formation-colloque .container .flex {
    flex-wrap: wrap;
  }
}
.home .formation-colloque .container .flex h3 {
  font-size: 32px;
  line-height: 44.8px;
  margin-bottom: 52px;
  margin-top: 1em;
}
.home .formation-colloque .container .flex .left {
  max-width: 370px;
  width: 100%;
}
.home .formation-colloque .container .flex .left h3 {
  text-align: center;
}
.home .formation-colloque .container .flex .left .card {
  background-color: white;
  max-width: 370px;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 12px;
}
.home .formation-colloque .container .flex .left .card img {
  width: 352px;
  height: 215px;
  object-fit: cover;
  margin-top: 7.5px;
}
.home .formation-colloque .container .flex .left .card h3 {
  font-size: 15.5px;
  font-weight: 600;
  line-height: 22.5px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.home .formation-colloque .container .flex .left .card p {
  font-size: 15px;
  line-height: 19.5px;
  color: #777777;
  text-align: center;
}
.home .formation-colloque .container .flex .right {
  max-width: 804px;
  width: 100%;
}
.home .formation-colloque .container .flex .right .title {
  text-align: center;
}
.home .formation-colloque .container .flex .right div {
  display: flex;
  gap: 50px;
  flex-direction: row;
}
@media (max-width: 420px) {
  .home .formation-colloque .container .flex .right div {
    flex-direction: column;
    gap: 10px;
  }
}
.home .formation-colloque .container .flex .right div .card {
  background-color: white;
  max-width: 370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 400px;
  border-radius: 20px;
  padding: 12px;
  gap: unset;
}
.home .formation-colloque .container .flex .right div .card img {
  width: 352px;
  height: 215px;
  object-fit: cover;
  margin-top: 7.5px;
}
.home .formation-colloque .container .flex .right div .card h3 {
  font-size: 15.5px;
  font-weight: 600;
  line-height: 22.5px;
}
.home .formation-colloque .container .flex .right div .card p {
  font-size: 15px;
  line-height: 19.5px;
  color: #777777;
  text-align: center;
}
.home .mot-du-president {
  max-width: 1310px;
  width: 100%;
  margin: auto;
}
.home .mot-du-president h1 {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin: 40px 0 20px;
}
@media (max-width: 850px) {
  .home .mot-du-president h1 {
    font-size: 33px;
    margin: 15px 0 24px 0;
    line-height: 50.5px;
    padding: 0 12px;
  }
}
@media (min-width: 851px) and (max-width: 1145px) {
  .home .mot-du-president h1 {
    font-size: 44px;
  }
}
.home .mot-du-president h2 {
  text-align: center;
  font-size: 32px;
  line-height: 44.8px;
  margin-top: 52px;
}
.home .mot-du-president .president {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .mot-du-president .president .member-card {
  flex: 1 1 160px;
  width: 160px;
}
.home .mot-du-president .president .citation {
  width: 66%;
  background-color: var(--color-very-light-grey);
  padding: 40px 70px;
  line-height: 24px;
  position: relative;
}
@media (max-width: 420px) {
  .home .mot-du-president .president .citation {
    width: 95%;
    padding: 10px 15px;
  }
}
.home .mot-du-president .president .citation:before {
  position: absolute;
  top: 25px;
  left: 25px;
  content: "«";
  font-size: 40px;
  color: #999;
}
@media (max-width: 420px) {
  .home .mot-du-president .president .citation:before {
    top: 5px;
    left: 5px;
    font-size: 20px;
  }
}
.home .mot-du-president .president .citation:after {
  position: absolute;
  bottom: 25px;
  right: 25px;
  content: "»";
  font-size: 40px;
  color: #999;
}
@media (max-width: 420px) {
  .home .mot-du-president .president .citation:after {
    bottom: 5px;
    right: 5px;
    font-size: 20px;
  }
}
.home .mot-du-president .bureau {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  justify-content: center;
}
@media (max-width: 420px) {
  .home .mot-du-president .bureau {
    flex-direction: column;
    gap: 10px;
    align-content: center;
  }
}
.home .mot-du-president .bureau .member-card {
  flex: 1 1 160px;
  width: 160px;
}
.home .articles {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.home .articles h1 {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin: 40px 0 20px;
}
@media (max-width: 850px) {
  .home .articles h1 {
    font-size: 33px;
    margin: 15px 0 24px 0;
    line-height: 50.5px;
    padding: 0 12px;
  }
}
@media (min-width: 851px) and (max-width: 1145px) {
  .home .articles h1 {
    font-size: 44px;
  }
}
.home .articles h3 {
  font-size: 32px;
  line-height: 44.8px;
  margin-bottom: 52px;
}
@media (max-width: 850px) {
  .home .articles h3 {
    margin-bottom: 10px;
    padding-left: 35px;
  }
}
.home .articles .flex-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 14px;
}
.home .articles .flex-container .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 45px;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .home .articles .flex-container .flex {
    justify-content: center;
    gap: 15px;
  }
}
@media (min-width: 651px) and (max-width: 1250px) {
  .home .articles .flex-container .flex {
    justify-content: center;
  }
}
.home .articles .flex-container .flex .card {
  width: 100%;
  max-width: 345px;
  background-color: white;
  border-radius: 15px;
  background-color: white;
  padding: 12px;
}
@media (max-width: 593px) {
  .home .articles .flex-container .flex .card {
    max-width: 330px;
  }
}
@media (min-width: 594px) and (max-width: 763px) {
  .home .articles .flex-container .flex .card {
    max-width: 260px;
  }
}
@media (min-width: 1130px) and (max-width: 1175px) {
  .home .articles .flex-container .flex .card {
    max-width: 330px;
  }
}
.home .articles .flex-container .flex .card .img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 231px;
  margin-bottom: 20px;
}
.home .articles .flex-container .flex .card .title {
  margin-bottom: 15px;
  font-size: 18px;
  color: black;
  line-height: 25.2px;
  font-weight: bold;
}
.home .articles .flex-container .flex .card .date {
  font-size: 13.5px;
  line-height: 22.5px;
}
.home .articles .flex-container .flex .card .resume {
  font-size: 13.5px;
  line-height: 22.5px;
}
.home .articles .flex-container .flex .card .resume .post-categories {
  display: flex;
  justify-content: start;
}
.home .articles .flex-container .flex .card .resume .post-categories li {
  margin-bottom: 12px;
  color: var(--color-purple);
  margin-right: 6px;
}
.home .articles .flex-container .flex .card .resume .post-categories li:not(:last-child)::after {
  content: ", ";
}
.home .livret-acfos {
  padding: 30px 95px 34px;
  background-color: #F6F6F6;
}
@media (max-width: 1030px) {
  .home .livret-acfos {
    padding: 30px 25px 34px;
  }
}
.home .livret-acfos .container p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 1em;
}
.home .livret-acfos .container h1 {
  font-size: 35px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 41.5px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .home .livret-acfos .container h1 {
    margin-bottom: 25px;
  }
}
.home .livret-acfos .container h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 12px;
}
.home .livret-acfos .container button {
  margin-top: 22px;
}
.home .livret-acfos .container .flex-container {
  display: flex;
  gap: 130px;
  justify-content: center;
}
@media (max-width: 1030px) {
  .home .livret-acfos .container .flex-container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}
.home .livret-acfos .container .flex-container .img-livret {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 420px;
  margin: auto;
  margin-bottom: 40px;
}
@media (max-width: 449px) {
  .home .livret-acfos .container .flex-container .img-livret {
    height: 280px;
  }
}
@media (min-width: 450px) and (max-width: 1030px) {
  .home .livret-acfos .container .flex-container .img-livret {
    height: 330px;
  }
}
.home .livret-acfos .container .flex-container .left .img-livret {
  background-image: url("../assets/surdite.png");
}
.home .livret-acfos .container .flex-container .right .img-livret {
  background-image: url("../assets/equilibre.png");
}
.home .livret-acfos .container .flex-container .description {
  max-width: 500px;
}
.home .section-cta-acfos {
  padding: 100px 35px;
  display: flex;
  gap: 63px;
  align-items: center;
  justify-content: center;
  max-width: 1310px;
  width: 100%;
  margin: auto;
}
@media (max-width: 665px) {
  .home .section-cta-acfos {
    flex-direction: column;
    padding: 45px 35px;
  }
}
.home .section-cta-acfos .left-container .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 136px;
  width: 138px;
  border-radius: 100%;
  margin: auto;
  background-color: lightgray;
  margin-bottom: 18px;
}
.home .section-cta-acfos .left-container h3.title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.home .section-cta-acfos .left-container p.description {
  font-size: 12px;
  line-height: 21.5px;
  max-width: 431px;
  width: 100%;
  text-align: center;
}
.home .formateurs {
  padding: 30px 35px 110px;
  display: flex;
  align-items: center;
  gap: 65px;
  justify-content: space-between;
  max-width: 1310px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1040px) {
  .home .formateurs {
    flex-direction: column;
  }
}
@media (min-width: 600px) and (max-width: 1350px) {
  .home .formateurs {
    gap: 55px;
    flex-direction: column;
  }
}
@media (max-width: 1350px) {
  .home .formateurs .left {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.home .formateurs .left h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .home .formateurs .left h3 {
    text-align: center;
    font-size: 27px;
    line-height: 31px;
  }
}
.home .formateurs .left p {
  font-size: 20px;
  line-height: 37.5px;
  margin-bottom: 21.5px;
  max-width: 510px;
  width: 100%;
}
@media (max-width: 599px) {
  .home .formateurs .left p {
    text-align: center;
    font-size: 16px;
    line-height: 29.5px;
  }
}
@media (min-width: 600px) and (max-width: 1350px) {
  .home .formateurs .left p {
    font-size: 19px;
    line-height: 28px;
  }
}
.home .formateurs .left button {
  width: 165px;
  border-radius: 7px;
  height: 46px;
  font-size: 14px;
  line-height: 17.5px;
  font-weight: 600;
}
.home .formateurs .right {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
}
@media (max-width: 420px) {
  .home .formateurs .right {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}
@media (min-width: 420px) and (max-width: 720px) {
  .home .formateurs .right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
.home .formateurs .right .member-card {
  flex: 1 1 160px;
  width: 160px;
}
.home .formateurs .right .member-card p {
  font-size: 18px;
  line-height: 25px;
  max-width: 180px;
  width: 100%;
}
@media (max-width: 1350px) {
  .home .formateurs .right .member-card p {
    max-width: 230px;
  }
}

@media (max-width: 500px) {
  .splide__pagination {
    bottom: 19.5em !important;
  }
}

.splide__pagination__page {
  opacity: 1 !important;
}
.splide__pagination__page .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  padding: unset;
}

ul.splide__pagination {
  bottom: 14.5em;
}
ul.splide__pagination li {
  margin-right: 2px !important;
}

@media (max-width: 600px) {
  .splide__pagination__page {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

@media (min-width: 451px) and (max-width: 1150px) {
  .splide__arrow {
    align-items: unset;
  }
}
@media (max-width: 900px) {
  .splide__arrow {
    top: 70% !important;
  }
}

.splide__arrow--prev {
  left: -5.5em !important;
}
@media (max-width: 900px) {
  .splide__arrow--prev {
    left: 1em !important;
  }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .splide__arrow--prev {
    left: -0.5em !important;
  }
}

.splide__arrow--next {
  right: -5.5em !important;
}
@media (max-width: 900px) {
  .splide__arrow--next {
    right: 1em !important;
  }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .splide__arrow--next {
    right: -0.5em !important;
  }
}

.container-cta {
  padding: 0 30px;
}
@media (max-width: 900px) {
  .container-cta {
    padding: 0 65px;
  }
}
.container-cta .cta-fb {
  max-width: 1108px;
  display: flex;
  align-items: self-end;
  background-color: var(--color-very-light-grey);
  border-radius: 20px;
  padding: 22px 35px 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 63px;
  height: 158px;
  margin: 80px auto 85px;
}
@media (max-width: 900px) {
  .container-cta .cta-fb {
    flex-direction: column;
    height: unset;
    gap: 15px;
    align-items: center;
    margin: 30px auto 45px;
  }
}
.container-cta .cta-fb h3 {
  font-size: 22px !important;
  line-height: 27.5px !important;
  text-transform: uppercase;
  margin-bottom: 22px !important;
  font-weight: 600;
  max-width: 458px;
  width: 100%;
  position: relative;
  display: inline-block;
}
@media (max-width: 564px) {
  .container-cta .cta-fb h3 {
    font-size: 18px !important;
    text-align: center;
  }
}
@media (min-width: 565px) and (max-width: 900px) {
  .container-cta .cta-fb h3 {
    text-align: center;
  }
}
.container-cta .cta-fb h3 {
  position: relative;
  display: inline-block;
  /* Assurez-vous que h3 est en ligne pour que les icônes soient à sa suite */
}
.container-cta .cta-fb p {
  font-size: 12px;
  line-height: 21px;
  max-width: 466px;
  width: 100%;
  padding-bottom: 8px;
}
@media (max-width: 900px) {
  .container-cta .cta-fb p {
    text-align: center;
  }
}
.container-cta .cta-fb .right {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
  align-content: baseline;
  min-height: 50px;
}
.container-cta .cta-fb .right input {
  height: 49px;
  max-width: 327px;
  width: 100%;
}
.container-cta .cta-fb .right input::placeholder {
  padding-left: 29px;
}
.container-cta .cta-fb .right button {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 21px;
  max-width: 138px;
  height: 49px;
}
.container-cta .cta-fb .right p {
  padding-bottom: 8px;
}
@media (max-width: 900px) {
  .container-cta .cta-fb .right p {
    text-align: center;
  }
}
.container-cta .cta-fb .right .insta {
  background-image: url("../assets/insta2.svg");
  border-radius: 4px;
  padding: 2px;
}
.container-cta .cta-fb .right .insta,
.container-cta .cta-fb .right .facebook,
.container-cta .cta-fb .right .youtube {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
}
.container-cta .cta-fb .right .facebook {
  background-image: url("../assets/facebook.svg");
}
.container-cta .cta-fb .right .youtube {
  background-image: url("../assets/youtube2.svg");
}
.container-cta .cta-fb .left {
  width: 100%;
}
@media (max-width: 900px) {
  .container-cta .cta-fb .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.container-cta .cta-fb .center {
  border: 2px solid var(--color-purple);
  background-color: var(--color-purple);
  width: 4px;
  height: 58px;
}
@media (max-width: 500px) {
  .container-cta .cta-fb .center {
    height: 4px;
    width: 75%;
  }
}
@media (min-width: 501px) and (max-width: 900px) {
  .container-cta .cta-fb .center {
    height: 4px;
    width: 50%;
  }
}

.cta-acfos {
  display: flex;
  align-items: center;
  background-color: var(--color-very-light-grey);
  border-radius: 20px;
  padding: 20px 40px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 63px;
  height: 154px;
  max-width: 809px;
  margin: auto;
}
@media (max-width: 1150px) {
  .cta-acfos {
    flex-direction: column;
    height: unset;
    gap: 25px;
  }
}
.cta-acfos h3 {
  font-size: 20px;
  line-height: 27.5px;
  text-transform: uppercase;
  margin-bottom: 11px;
  text-align: center;
  font-weight: 600;
}
.cta-acfos p {
  font-size: 14px;
  line-height: 21.5px;
  max-width: 409px;
  width: 100%;
}
@media (max-width: 1150px) {
  .cta-acfos p {
    text-align: center;
  }
}
.cta-acfos .right button {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 21px;
  height: 36px;
  padding: 9px 39.5px;
}
@media (max-width: 380px) {
  .cta-acfos .right button {
    padding: 9px 15px !important;
  }
}

@media (max-width: 900px) {
  .cta-container-newsletter {
    padding: 0 45px;
  }
}
.cta-container-newsletter .cta-newsletter {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: var(--color-very-light-grey);
  border-radius: 20px;
  padding: 60px 133px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 63px;
  height: 234.5px;
  position: relative;
  top: -88px;
  margin-top: 85px;
}
@media (max-width: 599px) {
  .cta-container-newsletter .cta-newsletter {
    flex-direction: column;
    height: unset;
    margin: 45px auto 0;
    padding: 20px 16px 30px;
    gap: 18px;
    max-width: 375px;
    top: -140px;
  }
}
@media (min-width: 600px) and (max-width: 1079px) {
  .cta-container-newsletter .cta-newsletter {
    flex-direction: column;
    height: unset;
    margin: 85px auto 0;
    padding: 60px 40px;
    gap: 40px;
    max-width: 750px;
  }
}
@media (min-width: 1080px) and (max-width: 1380px) {
  .cta-container-newsletter .cta-newsletter {
    padding: 60px 62px;
    margin: 85px 100px 0;
  }
}
.cta-container-newsletter .cta-newsletter h3 {
  font-size: 22px;
  line-height: 27.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 600;
  max-width: 458px;
  width: 100%;
}
@media (max-width: 599px) {
  .cta-container-newsletter .cta-newsletter h3 {
    font-size: 18px;
    line-height: 27.5px;
    text-align: center;
    margin-bottom: 13px;
  }
}
@media (min-width: 600px) and (max-width: 1079px) {
  .cta-container-newsletter .cta-newsletter h3 {
    text-align: center;
  }
}
.cta-container-newsletter .cta-newsletter p {
  font-size: 12px;
  line-height: 21px;
  max-width: 466px;
  width: 100%;
}
.cta-container-newsletter .cta-newsletter .right {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (max-width: 599px) {
  .cta-container-newsletter .cta-newsletter .right {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}
.cta-container-newsletter .cta-newsletter .right input {
  height: 30px;
  max-width: 327px;
  width: 100%;
}
@media (max-width: 599px) {
  .cta-container-newsletter .cta-newsletter .right input {
    max-width: 218px;
    height: 30px;
  }
}
.cta-container-newsletter .cta-newsletter .right input[type=submit] {
  margin-top: 5px;
  height: 46px;
}
.cta-container-newsletter .cta-newsletter .right input::placeholder {
  padding-left: 29px;
}
.cta-container-newsletter .cta-newsletter .right button {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 21px;
  max-width: 138px;
  height: 49px;
  position: relative;
  left: -2px;
}
@media (max-width: 599px) {
  .cta-container-newsletter .cta-newsletter .right button {
    max-width: 218px;
    height: 36px;
  }
}
.cta-container-newsletter .cta-newsletter .left {
  width: 100%;
}
@media (min-width: 600px) and (max-width: 1079px) {
  .cta-container-newsletter .cta-newsletter .left {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

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