header {
    background: #fff;
    padding: 15px 15px;
}

header.header a {
    color: #004899;
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
}

nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 25px;
    margin-bottom: 0;
}

nav.nav.navbar {
    display: flex;
    gap: 40px;
}

div#navbarNav {justify-content: center;}

.nav-button {
    gap: 25px;
    display: flex;
}

header .nav-button a {
    border: 2px solid #fff;
    padding: 7px 20px;
    border-radius: 20px;
}
header.header li a img {
    max-width: 28px;
    position: relative;
    margin-top: -1px;
}
header.header a i {
    font-size: 24px;
}
.nav-button a:nth-child(1) {
    border-color: #E28F2A;
    color: #E28F2A;
}
.nav-button a:nth-child(2) {
    border-color: #009FE3;
    color: #009FE3;
}
.nav-button a:nth-child(3) {
    border-color: #004899;
    color: #004899;
}
.nav-button a:nth-child(1):hover {
    background: #e28f2a !important;
    border-color: #e28f2a !important;
}

.nav-button a:nth-child(3):hover {
    border-color: #004899 !important;
    background: #004899 !important;
}
ul.sub-menu {
    flex-direction: column;
    position: absolute;
    background: #fff;
    justify-content: center;
    text-align: center;
    padding: 40px 0 10px;
    border-radius: 0 0 20px 20px;
    gap: 0;
    margin-left: -10px;
    display: none;
}

ul.sub-menu li a:hover {
    background: #009FE3;
    color: #fff;
}

ul.sub-menu li a {
    display: block;
    padding: 15px 15px;
    max-width: 150px;
}
ul.nav-rs a:hover svg path{
    stroke: #009FE3;
}
ul.nav-rs svg {
    max-width: 30px;
}
.menu-item-has-children:hover ul.sub-menu {
    display: flex;
    z-index: 1;
}
.intro {
    position: relative;
    margin-top: -10%;
}
.bg-bleu-clair {
    background: #009FE3;
    padding: 50px;
    color: #fff;
    border-radius: 70px;
}
.content-w {
    max-width: 1280px;
    margin: 0 auto;
}

.bg-bleu-clair p {
    margin-bottom: 0;
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #fff;
}


.bg-bleu-foncer {
    background: #004899;
    padding: 50px 0;
}

.chiffre-wrp {
    display: flex;
    color: #004899;
    justify-content: space-between;
    gap: 20px;
}

span.nombre {
    display: block;
    margin-bottom: 20px;
    font-family: Jost;
    font-weight: 900;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}

span.label {
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #009FE3;
}
section.actu {
    padding: 20px 0 50px;
    margin: 35px 0 0;
}

section h2, section h1{
    font-family: Jost;
    font-weight: 900;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 20px 0;
    color: #fff;
}
section h1{
    text-shadow: 2px 2px 5px rgba(0,0,0,0.9);
    font-size: 35px;
}
section.actu h2 img {
    margin-left: 45px;
}

section.actu h2, section.map h2 {
    max-width: 720px;
    margin: 0 auto;
    color: #004899;
    text-align: left !important;
}
.actu-item {
    max-width: 475px;
    color: #fff;
    padding: 35px;
    background: #004899;
    margin: 0 25px;
    border-radius: 50px;
}
.actu-slide img {
    border-radius: 30px;
}
.actu-item span {
    display: block;
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 15px 0;
}

.actu-item span.desc-actu {
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.actu-info {
    max-width: 280px;
}

.actu-slide, .presse-slide {
    overflow-x: hidden;
    margin-top: 35px;
}

footer.footer {
    background: #004899;
    padding: 20px 0;
}

footer.footer ul {
    display: flex;
    list-style: none;
    color: #fff;
    gap: 50px;
    padding: 0;
    margin-bottom: 0;
}

footer.footer a, footer.footer ul li {
    color: #fff;
    font-family: Jost;
    font-weight: 800;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}
footer.footer ul li a:hover {
    color: #e28f2a;
}
footer .content-width {
    max-width: 1720px;
    margin: 0 auto;
}

footer .col-lg-3 {
    display: flex;
    align-items: center;
    justify-content: end;
}
header.header .nav-button a:hover {
    border-color: #009fe3;
    background: #009fe3;
    color: #fff;
}

header.header a:hover {
    color: #009fe3;
}
.map h2.text-center {
    color: #004899;
    position: relative;
    bottom: -90px;
}
.content-w.bg-bleu-clair .row {
    gap: 25px;
}
div#modal.open {
    display: flex !important;
    justify-content: flex-start;
}

/* Adherer */
body.page-template-adherer h1, #pole-page h1 {
    font-family: Jost;
    font-weight: 900;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
}

section#banniere {
    position: relative;
}

body.page-template-adherer section#banniere .container.content-w, body.page-template-don section#banniere .container-fluid.content-w , #pole-page section#banniere .container.content-w {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1106px;
}

section.section-1 .content-w {
    max-width: 1106px;
}

.btn-flex {
    display: flex;
    justify-content: space-between;
}

.btn-flex a {
    background: #E28F2A;
    color: #fff;
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 25px;
    border-radius: 40px;
    border: 1px solid #e28e2a;
}
.btn-flex a:hover {
    color: #e28f2a;
    background: transparent;
}
section.section-1 {
    padding: 50px 0 65px;
}

section.section-1 h2 {
    color: #004899;
    text-align: center;
    margin: 25px 0;
}

.txt-intro {
    text-align: center;
    max-width: 517px;
    margin: 50px auto 65px;
}

p {
    font-family: Jost;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #004899;
}
.list-item-wrp {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.list-item {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.list-item .nb {
    max-width: 59px;
    width: 100%;
    font-family: Jost;
    font-weight: 800;
    color: #fff;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 30px 30px 0 0;
}

.list-item:nth-child(1) .nb {
    background: #009FE3;
}
.list-item:nth-child(2) .nb {
    background: #004899;
}
.list-item:nth-child(3) .nb {
    background: #E28F2A;
}
.list-item:nth-child(4) .nb {
    background: #FFCC00;
}
.list-item:nth-child(5) .nb {
    background: #009FE3;
}
.list-content {
    max-width: 755px;
}

.list-item-wrp {
    max-width: 840px;
    margin: 65px auto;
}

.list-item p {
    margin-bottom: 0;
}
.list-item h3{
    color: #004899;
    font-family: Jost;
    font-weight: 900;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;

}
.bloc-avis {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin: 65px 0;
}

.avis {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 25px;
    width: 100%;
    flex-direction: column;
}
.gui2 {
    text-align: end;
}
.txt-avis {
    max-width: 464px;
    margin: 0 auto;
}

.txt-avis p {
    color: #009FE3;
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
}
.gui1 {
    position: relative;
}
.gui1::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    top: 40px;
    right: 0;
    background: #004899;
}
.gui2 {
    position: relative;
}

.gui2::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    top: 40px;
    left: 0;
    background: #004899;
}
.portrait {
    max-width: 287px;
    width: 100%;
}
.fa-phone {
    transform: rotate(90deg);
}


/* Pôle */
.ch-wrp .nb {
    font-family: Jost;
    font-weight: 900;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ch-wrp .label {
    font-family: Jost;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: 10px;
}

.intro .ch-wrp {
    max-width: 150px;
    border-right: 1px solid #fff;
}

.d-flex.coo-ban-wrp {
    margin-top: 35px;
    align-items: center;
}

.coo-ban li, .coo-ban li a {
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    list-style: none;
}

li.coo i {
    margin-right: 10px;
}

.coo-ban ul {display: flex;flex-direction: column;justify-content: space-between;margin-bottom: 0;gap: 15px;}
.coo-ban.my-4 ul {
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px 35px;
    flex-wrap: wrap;
}
.item-pole-wrp {
    display: flex;
    justify-content: center;
    gap: 50px 25px;
    flex-wrap: wrap;
}
ul.pl-0.text-center {
    justify-content: center;
    padding-left: 0;
}
ul.pl-0{
    padding-left: 0 !important;
}
.item-pole {
    max-width: 554px;
    width: 100%;
}
.slide-item {
    border-radius: 40px;
    overflow: hidden;
}
.slide-item {
    border-radius: 40px;
    overflow: hidden;
}

.slick-dots li.slick-active button:before {
    color: #009fe3 !important;
    opacity: 1 !important;
}

.slick-dots li button:before {
    font-size: 16px !important;
    color: #009fe3 !important;
}

.nb-label-wrp .nb {
    font-family: Jost;
    font-weight: 900;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #009FE3;
}

.nb-label-wrp .label {
    font-family: Jost;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #004899;
}

.nb-label-wrp {
    display: flex;
    align-items: center;
    max-width: 258px;
    gap: 15px;
    margin: 25px 0 15px;
}

.item-pole h3 {
    font-family: Jost;
    font-weight: 800;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #004899;
}

.text-wrp {
    margin: 35px 0;
}

.text-wrp p {
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
}

ul.coo-wrp .coo, ul.coo-wrp .coo a {
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #004899;
}

ul.coo-wrp {
    padding: 0;
    list-style: none;
}

ul.coo-wrp li i {
    color: #009FE3;
    font-size: 26px;
}

ul.coo-wrp .coo {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

ul.coo-wrp.two-col {
    display: flex;
    justify-content: space-between;
}
#pole-page .content-w.bg-bleu-clair .row{
    gap: 0;
}
#pole-page section .content-w{
    max-width: 1400px;
}
.item-pad {
    padding: 0 40px;
}
section.list-item-pole {
    margin-top: 50px;
}
.content-w.bg-bleu-clair.bg-white p, .content-w.bg-bleu-clair.bg-white .ch-wrp .label, .content-w.bg-bleu-clair.bg-white h2{
    color: #004899;
}
section.list-item-pole h2 {
    color: #004899;
    text-align: center;
    margin-bottom: 25px;
}
section .content-w.bg-bleu-clair.bg-white h3{
    font-family: Jost;
    font-weight: 800;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #004899;
    margin-bottom: 25px;
}

.content-w.bg-bleu-clair.bg-white .ch-wrp .nb {
    color: #009FE3;
}

.content-w.bg-bleu-clair.bg-white .coo-ban li, .content-w.bg-bleu-clair.bg-white .coo-ban li a {
    color: #004899;
}

.content-w.bg-bleu-clair.bg-white .coo i {
    color: #009FE3;
}

.ch-wrp {
    max-width: 178px;
    border-right: 1px solid #004899;
}

/* Pôle Hébergement */
.accueil-hebergement section.list-item-pole {
    margin-top: 150px;
    position: relative;
}

.accueil-hebergement .content-w.bg-bleu-clair.bg-white {
    background: transparent !important;
    position: relative;
}

.accueil-hebergement section.list-item-pole h2 {
    font-family: Jost;
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 25px;
}
.accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0;
  border-right: 3px solid #004899;
  border-bottom: 3px solid #004899;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  content: "";
  background-image: none;
  top: -4px;
  position: relative;
}
.accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg);
}

section .accordion {
    margin-top: 25px;
    border: 0 !important;
}

.accueil-hebergement section.list-item-pole div.accordion h2 {
    margin: 0 0 20px;
    border-radius: 50px;
    overflow: hidden;
}

.accordion .accordion-button {
    color: #009FE3;
    font-family: Jost;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    border: none !important;
    box-shadow: none !important;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 15px;
    padding: 10px 25px;
}

.accordion .accordion-item {
    border: none !important;
}

.accordion .accordion-button::after {
    margin: 0 !important;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    top: 3px;
    border-color: #fff;
}

.accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background: #009FE3;
}


section .accordion li.list-group-item {
    gap: 25px;
    padding: 17px 0;
    border-color: #004899;
}

section .accordion li.list-group-item span.centre-titre {
    max-width: 200px;
    width: 100%;
    font-family: Jost;
    font-weight: 700;
    color: #004899 !important;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
}

section .accordion li.list-group-item span, section .accordion li.list-group-item a {
    color: #009FE3 !important;
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
}
section .accordion li.list-group-item a {
    line-height: 1.5;
}
section .accordion li.list-group-item i {
    color: #004899 !important;
    font-size: 25px;
}

section .accordion li.list-group-item span {
    max-width: 430px;
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
}
.grp-bot li.list-group-item.d-flex.align-items-center {
    gap: 40px;
}
ul.grp-bot{
    margin: 10px 0;
}
ul.list-group.list-group-flush.grp-bot a, ul.list-group.list-group-flush.grp-bot span {
    color: #009FE3 !important;
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
}

ul.grp-bot i{
    color: #004899 !important;
    font-size: 25px;
    margin-right: 15px;
    }


/* L'association */
svg {
    width: 100%;
}
.page-template-association section.map {
    overflow: hidden;
}
.page-template-association .map h2 {
    bottom: 0;
    margin: 0 0 20px;
}
.page-template-association section.map .text-w {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #004899;
}
section#projet .container {
    border-top: 1px solid #004899;
    padding-top: 50px;
}

.etapes-wrp {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 50px 0;
}

.item-etape .nb {
    font-family: Jost;
    font-weight: 900;
    font-style: Black;
    font-size: 50px;
    color: #004899;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}

.item-etape .label {
    font-family: Jost;
    font-weight: 800;
    color: #009FE3;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
}

.item-etape p {
    font-family: Jost;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    color: #009FE3;
}
.btn-wrp {
    display: flex;
    flex-wrap: wrap;
}
a.calameo {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}
a.btn-down {
    font-family: Jost;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    background: #004899;
    display: block;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 35px auto;
    border: 1px solid #004899;
}
a.btn-down:hover {
    background: transparent;
    color: #004899;
}
section#financement {
    margin-top: 60px;
}
section#financement .content-w {
    padding: 50px 0 50px;
    border-top: 1px solid #004899;
    border-bottom: 1px solid #004899;
}
section#financement h2 {
    color: #004899;
}
section#financement h3 {
    font-family: Jost;
    font-weight: 600;
    color: #004899;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.financeurs-wrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    margin: 65px 0;
}
.item-f {
    text-align: center;
}
.block-top {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.marche-item {
    background: #009FE3;
    padding: 35px;
    border-radius: 25px;
}
.block-top .white-bg {
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    background: #fff;
    color: #004899;
    width: 100%;
    max-width: calc(50% - 15px);
    padding: 25px 15px;
    border-radius: 25px;
}
.marche-image {
    border-radius: 50px;
    overflow: hidden;
}
section#marcher h2 {
    color: #004899;
    margin-bottom: 35px;
}
section#marcher .content-w {
    border-top: 1px solid #004899;
    padding-top: 20px;
}
.marche-content p, .marche-content ul li, .marche-content p a {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 400;
    font-family: Jost;

}
.marche-content ul li{
    margin-bottom: 10px;
}
.marche-content {
    max-width: 1000px;
    margin-top: 35px;
}
section#marcher {
    margin-bottom: 75px;
}
.contact-wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
}

.contact-section::after {content: "";position: absolute;width: 102px;height: 1px;background: #004899;top: 4px;left: 0;}

.contact-section {
    position: relative;
    padding-top: 35px;
}

.contact-section > *, .contact-section h5 {
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #009FE3;
    margin-bottom: 0;
}
.contact-section a {
    line-height: 1;
}
.contact-top a:hover {
    color: #004899;
}
.contact-section h5 {
    color: #004899;
}

.contact-section a i {
    color: #004899;
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.page-template-association section.map .row {
    margin: 35px 0;
}

.contact-section:nth-child(1)::after {
    opacity: 0;
}
.page-template-association ul.slick-dots {
    bottom: -45px;
}

.page-template-contact .intro h1, .page-template-association .intro h1{
    font-family: Jost;
    font-weight: 900;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}
.page-template-association .intro h1{
    text-align: left;
}
.contact-top {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 50px;
}

.contact-top .item img {
    display: block;
    line-height: 1;
    margin: 0 auto 35px;
}

.contact-top p, .contact-top a {
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

.page-template-contact .content-w.bg-bleu-clair {
    max-width: 917px;
    padding: 40px 0;
}

.contact-top .item {
    max-width: 400px;
    padding: 0 50px;
    width: 100%;
}

.contact-top .item:nth-child(2) {
    border-right: 1px solid #004899;
    border-left: 1px solid #004899;
}
.page-template-contact .intro {
    margin: 0;
}

.page-template-contact .content-w.bg-bleu-clair {
    background: #fff;
}

.page-template-contact .content-w.bg-bleu-clair h1, .page-template-contact .content-w.bg-bleu-clair p, .page-template-contact .content-w.bg-bleu-clair li, .page-template-contact .content-w.bg-bleu-clair a {
    color: #004899;
    text-shadow: none;
}
section.contact-form input, section.contact-form textarea{
    width: 100%;
    max-width: 100%;
    background: #004899;
    border: none;
    padding: 20px;
    margin: 10px 0;
    border-radius: 20px;
}
section.contact-form ::placeholder {
    color: #fff;
    font-family: Jost;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}

section.contact-form {
    margin: 50px 0;
}

.conditions-text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #394443;
}

section.contact-form form.wpcf7-form input.wpcf7-submit {
    border: 5px solid #004899;
    background: transparent;
    /* font-family: Raleway; */
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #004899 !important;
    -webkit-text-fill-color: #004899 !important;
}

section.contact-form form.wpcf7-form input.wpcf7-submit:hover {
    background: #004899 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

section.contact-form textarea {
    padding-top: 25px;
}
form.wpcf7-form input.wpcf7-form-control:focus, form.wpcf7-form textarea.wpcf7-form-control:focus {
    border: none;
    outline: none;
}
/* Soutenir */
section#don {
    margin-top: 260px;
    margin-bottom: 75px;
}

section#don .content-w {
    max-width: 901px;
}

a.btn-top {
    display: flex;
    background: #004899;
    color: #fff;
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    border-radius: 30px;
    padding: 25px 15px;
    align-items: center;
    justify-content: center;
    gap: 65px;
}
a.btn-top strong {
    display: block;
    text-transform: uppercase;
    font-family: Jost;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0px;
}
section#don a:hover {
    color: #fff;
    background: #e28f2a;
}

a.btn-top span {
    display: block;
}

section#don h2 {
    color: #004899;
    margin: 50px 0;
}

.btn-don-wrp a {
    font-family: Jost;
    font-weight: 500;
    color: #004899;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
    border: 2px solid;
    display: flex;
    max-width: calc(50% - 25px);
    width: 100%;
    padding: 20px 40px;
    border-radius: 30px;
    align-items: center;
}

.btn-don-wrp {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

section#don a img {
    margin-right: 25px;
}
.flex-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.btn-contact {
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 30px;
}
a.btn-contact:hover {
    background: #fff;
    color: #004899;
}
section.texte {
    margin: 40px 0;
}

section.texte h2 {
    color: #004899;
}
.text-w p a {
    color: #009fe5;
}
section.texte.text-center {
    margin-bottom: 65px;
}
.item-pole .pole-slide img{
    max-height: 315px;
    object-fit: cover;
}
a:hover svg path {
  fill: #ffffff;
}
p a {
    color: inherit;
    font-weight: 600;
}
.slick-slide img {
    object-fit: cover;
    width: 100%;
}
.page-template-pole-pole-soin .grp-bot li.list-group-item.d-flex.align-items-center {
    gap: 15px;
    flex-wrap: wrap;
}
.page-template-pole-pole-soin .accueil-hebergement section.list-item-pole h2{
    margin-top: 0;
}
.ancre {
    position: relative;
    top: -100px;
}
.modal-backdrop {
  z-index: 9 !important;
}
.modal {
  z-index: 10 !important;
}
section.actu .modal-content {
    background: #004899;
    border-radius: 50px;
}

section.actu .modal-content {
    max-width: 1280px;
    margin-top: 50px;
    padding: 50px;
}

section.actu .modal-content .modal-title {
    font-family: Jost;
    font-weight: 800;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    width: 100%;
    color: #fff;
}

section.actu .modal-content .modal-header {
    border: none;
}

section.actu .modal-content p, section.actu .modal-content ul {
    color: #fff;
    font-family: Jost;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
}

section.actu .modal-content ul {list-style: disc;line-height: 1.3;margin-bottom: 35px;}

.modal-dialog.modal-lg.modal-dialog-centered {
    max-width: 1280px;
}

section.actu .modal-content p {
    margin-bottom: 25px;
}

section.actu .modal-content h2 {
    color: #fff;
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: none;
    margin: 0 0 25px;
}

.modal-header .btn-close {background-color: #fff;border-radius: 100%;padding: 8px;background-size: 12px;}

.modal .carousel-item {
    border-radius: 50px;
    overflow: hidden;
}
.actu .modal-content-text {
    margin-top: 50px;
}
.d-flex-coo {
    display: flex;
    background: #009FE3;
    padding: 35px;
    border-radius: 20px;
    margin-top: 45px;
}

.d-flex-coo div {
    display: flex;
    flex: 0 100%;
    color: #fff;
    font-family: Jost;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0px;
    gap: 15px;
}

.d-flex-coo div svg {
    max-width: 31px;
}
.page-template-default section h1 {
    font-family: Jost;
    font-weight: 900;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 20px 0;
    color: #014898;
}

.page-template-default section h2 {
    color: #014898;
    margin-top: 40px;
}

.page-template-default section {
    padding: 0 0 50px;
}

main#sitemap section#section-1 {
    margin: 50px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

main#sitemap section#section-1 ul li a {
    color: #004899;
    font-family: Jost;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}

main#sitemap section#section-1 ul li {color: #004899;margin-bottom: 15px;}

main#sitemap section#section-1 h1 {
    font-family: Jost;
    font-weight: 900;
    font-size: 35px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 20px 0;
    color: #004899;
}
.video-wrp iframe {
    width: 100%;
}
.miniature-slide {
    max-height: 144px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.page-template-accueil .intro, #association-page .intro {
    margin-top: -220px;
}
.content-w.pt-5 {
    margin-top: 35px;
}
.jeunesse h1 {
    margin-bottom: 60px !important;
}

.jeunesse .intro {
    margin-top: -5%;
}
p span.label {
    font-family: Jost;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #004899;
}

p span.nb {
    font-family: Jost;
    font-weight: 900;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #009FE3;
}
.travail .intro {
    margin-top: -100px;
}

.travail .intro h1 {
    margin-bottom: 100px;
}


.content-w.content-ban .row{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1340px;
}

section#intro .intro {
    margin-top: 0 !important;
}
.content-w.content-ban .row {flex-wrap: nowrap;}

.content-w.content-ban .row .col-md-3 {
    max-width: 25%;
}

.content-w.content-ban .row .col-md-9 {
    max-width: 75%;
}
.nb-label-wrp.ch-bot {
    margin: 15px auto;
}
.nb-label-wrp.ch-bot .label {
    text-align: left;
}
main#sitemap h1, .page-template-default section h1{
    text-shadow: none;
}
.page-template-default section a {
    text-decoration: underline;
    color: #014898;
}
section p a {
    text-decoration: underline;
}
.ch-wrp.ch-flex {
    display: flex;
    align-items: center;
    gap: 25px;
    border: none;
    margin-top: 15px;
}

.ch-wrp.ch-flex .label {
    margin-top: 0;
}
.coo-ban.my-4.coo-flex-wrp {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    align-items: center;
}
.coo-ban.my-4.coo-flex-wrp .ch-wrp.ch-flex {
    margin-top: 0;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-size: 18px;
    padding: 20px 10px;
}
body.error404 section {
    min-height: 80vh;
    padding-inline: 25px;
}

body.error404 section h1 {
    margin: 150px 0 35px;
}
body.error404 section h1, body.error404 section h2 {
    text-align: center;
}

body.error404 section h2 {
    text-decoration: underline;
}
@media screen and (max-width:1800px) and (min-width:1024px){
    header.header a{
        font-size: 16px;
    }
}
@media screen and (max-width:1440px) and (min-width:1024px){
ul.nav-rs {
    position: absolute;
    right: 0;
    flex-direction: column;
    top: 50px;
    z-index: 1;
    padding: 25px 5px;
    border-radius: 5px;
}
ul.nav-rs li {
    background: #ffffffb3;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
#pole-page .content-w.bg-bleu-clair .row {
    flex-direction: column;
}

#pole-page .content-w.bg-bleu-clair .row .col-md-7 {
    width: 100%;
    max-width: 1120px;
}
header .nav-button a {
    text-align: center;
    display: flex;
    align-items: center;
}
nav ul{
    text-align: center;
}
}
@media screen and (min-width:1680px) {
    .page-template-pole-accueil .accordion-collapse {
        width: 870px;
    }
    .item-pole-wrp {
        gap: 50px 150px;
    }
}
@media screen and (min-width:1024px) {
    #pole-page .content-w.bg-bleu-clair .col-md-7 {
        padding-left: 30px;
    }
    body.page-template-don #banniere .container-fluid.content-w {
        max-width: 901px !important;
    }
    .nb-wrp-flex {
        display: flex;
        gap: 20px;
    }
    ul.coo-wrp.two-col {
        width: 110%;
    }
    .content-w.bg-bleu-clair.bg-white {
        padding: 50px 38px;
    }
    .actu-slide .actu-item{
        height: 480px !important;
    }
    .presse-slide .actu-item{
        height: 280px !important;
    }
    .jeunesse .intro h1, .travail .intro h1{
        position: relative;
        top: -100px;
    }
    .page-template-accueil section#banniere img {
        max-height: 450px;
        object-fit: cover;
        object-position: center;
    }
    #pole-page section .content-w .txt-h h2.mt-5 {
        min-height: 65px;
    }
    #pole-page section .content-w .txt-h p {
        min-height: 150px;
    }
    .accueil-hebergement section.list-item-pole h2 {
        margin-top: 0;
    }
    .accueil-hebergement section.list-item-pole .row{
        align-items: center;
    }
}

@media screen and (max-width: 1024px) {
    .navbar-toggler {
    position: relative;
    width: 30px;
    height: 22px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    }

    .nav-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
    }

    .nav-line:nth-child(1) { top: 0; }
    .nav-line:nth-child(2) { top: 9px; }
    .nav-line:nth-child(3) { top: 18px; }

    .navbar-toggler[aria-expanded="true"] .nav-line:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
    }

    .navbar-toggler[aria-expanded="true"] .nav-line:nth-child(2) {
    opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] .nav-line:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
    }


    .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }
    .d-none.d-md-block {
    display: block !important;
    }

    .nav-button, ul.nav-rs {
        display: none;
    }
    .nav-button, ul.nav-rs {
        display: none;
    }
    .d-md-none.d-block ul.nav-rs, .d-md-none.d-block .nav-button {
        display: flex;
    }

    .d-md-none.d-block .nav-button {
        flex-direction: column;
        width: fit-content;
        margin-bottom: 20px;
    }

    nav ul {
        flex-direction: column;
        margin-bottom: 30px;
        align-items: baseline;
    }

    .nav ul.nav-rs {
        flex-direction: row;
    }
    header.header a.navbar-brand.logo {
        max-width: 250px;
        margin: 0;
    }

    header {
        padding: 20px;
    }
    div#navbarNav .d-md-none.d-block {
        display: flex !important;
        justify-content: space-between;
        align-items: end;
        margin-top: -70px;
    }

    div#navbarNav .d-md-none.d-block ul.nav-rs {
        flex-direction: column;
        align-items: center;
    }
    button.navbar-toggler {
        background: #fff;
        border: none;
    }
    span.nav-line {
        display: block;
        width: 25px;
        height: 2px;
        margin: 5px 0;
        background: #004899;
    }
    footer .col-lg-9 {
        text-align: center;
        margin-bottom: 15px;
    }
    .chiffre-wrp {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .ch-item.text-center {
        width: 100%;
        max-width: 160px;
    }
    span.label {
    font-size: 18px;
    }
    footer.footer img {
    max-width: 180px;
    }

    footer .col-lg-3 {
        justify-content: center;
    }

    footer.footer ul a, footer.footer ul li {
        font-size: 16px;
    }
    header .nav-button a{
        text-align: center;
    }
    .modal-content {
        padding: 15px 20px;
    }
    .map h2.text-center {
        bottom: 0;
        margin-left: 15px;
    }
    .page-template-accueil .content-w.bg-bleu-clair img {
        max-width: 100px;
    }
    .modal-content {
        padding: 10px 15px;
    }
    .map svg{
        width: 100%;
        max-width: 100%;
        height: auto;
        scale: 1.3;
    }
    .map{
        overflow: hidden;
        padding-top: 50px;
    }
    ul.sub-menu {
        position: relative;
        text-align: left;
        padding: 10px 0 0 20px;
    }

    ul.sub-menu li a {
        max-width: 100%;
    }

    .menu-item-has-children:focus ul.sub-menu {
        display: flex;
    }
        body.page-template-adherer section#banniere img, #pole-page section#banniere img, body.page-template-contact section#banniere img {
        min-height: 250px;
        object-fit: cover;
    }

    body.page-template-adherer h1{
        font-size: 24px;
        line-height: 1.3;
    }

    .btn-flex {
        flex-direction: column;
        gap: 15px;
    }

    .btn-flex a {
        padding: 10px;
        font-size: 16px;
    }

    .bloc-avis {
        flex-direction: column;
        align-items: center;
    }
    #pole-page .intro {
        position: relative;
        margin-top: -100px;
    }
    section.list-item-pole {
        margin-top: 0;
    }
    .accueil-hebergement section.list-item-pole {
        margin-top: 0;
        position: relative;
    }
    .grp-bot li.list-group-item.d-flex.align-items-center {
        gap: 25px;
        flex-wrap: wrap;
    }
    section .accordion li.list-group-item {
        flex-wrap: wrap;
    }
    .etapes-wrp {
        flex-wrap: wrap;
        justify-content: center;
        gap: 35px;
    }
    .financeurs-wrp {
        justify-content: center;
    }
    .marche-image {
        border-radius: 25px;
    }
    .page-template-association section#banniere img.w-100 {
       min-height: 220px;
       object-fit: cover;
    }
    .page-template-association .map svg{
        scale: 1;
    }
    .page-template-contact .intro h1, .page-template-association .intro h1 {
        margin-top: 20px;
    }
    .contact-top {
        flex-wrap: wrap;
        gap: 25px;
        flex-direction: column;
        align-items: center;
    }
    .contact-top .item:nth-child(2){
        border: none !important;
    }
    .btn-don-wrp {
        flex-wrap: wrap;
    }
    .btn-don-wrp a {
        max-width: 100%;
    }
    .content-w iframe {
        width: 100%;
        height: 250px;
    }
    .contact-top .item img {
        min-height: auto !important;
        margin-bottom: 15px;
    }
    .flex-footer {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 25px;
    }
    a.btn-top{
        gap: 35px;
    }
    body.page-template-adherer h1, #pole-page h1 {
        text-align: center;
        font-size: 28px;
    }

    #pole-page .bg-bleu-clair {
        padding: 20px;
        border-radius: 20px;
    }
    body.page-template-adherer h1, #pole-page h1 {
    text-align: center;
    font-size: 28px;
    }

    #pole-page .bg-bleu-clair {
        padding: 20px;
        border-radius: 20px;
    }

    .nb-wrp-flex {
        display: flex;
        gap: 15px;
    }

    .nb-label-wrp .nb {
        font-size: 35px;
    }
    section#don {
        margin-top: 140px;
    }
    section#don h2{
        text-align: center;
    }
    .page-template-adherer h1 {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }
    .gui1::after, .gui2::after{
        width: 70%;
    }
    .page-template-association section#banniere .intro img {
        max-width: 100px;
    }
    .page-template-association section.map .text-w {padding-right: 20px;padding-left: 20px;}
    .page-template-association .map h2 {
        margin-left: 0;
    }
    .item-etape {
        max-width: 45%;
    }

    .item-etape p {
        font-size: 16px;
        line-height: 1.3;
    }
    section#financement .content-w {
        padding: 20px;
    }
    footer.footer a, footer.footer ul li{
        font-size: 16px;
    }
    section.actu .modal-content {
        padding-inline: 10px;
        padding-block: 25px;
    }

    section.actu .modal-content .modal-title {
        font-size: 18px;
        line-height: 1.3;
    }
    #pole-page section#banniere li.coo img {
    min-height: auto;
    }

    #pole-page .coo-ban li {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    section .accordion li.list-group-item span.centre-titre {
        max-width: 100%;
    }
    ul.list-group.list-group-flush.grp-bot span {
        display: flex;
        gap: 5px;
        align-items: center;
    }
    body.page-template-contact section#banniere img {
        min-height: 160px;
    }
    body.page-template-contact .intro {
        margin-top: -30px;
    }
    .page-template-contact .content-w.bg-bleu-clair{
        padding: 15px;
    }
    .intro .col-md-3 img {
        max-width: 120px;
    }

    .page-template-accueil .intro, #association-page .intro {
        margin-top: -180px;
    }
    a.btn-down {
    margin-bottom: 0;
    }

    .page-template-association section.map {
        padding-top: 0;
    }
}

.modal {
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
header.fixed {
    position: fixed;
    width: 100%;
    padding: 5px 15px;
    display: block;
    z-index: 999;
}

header.fixed a.navbar-brand.logo {
    max-width: 150px;
}
circle.clickable:hover {
    fill: #e28e2a !important;
}
.modal .carousel-control-prev-icon{
    background-image: url(../img/white-arrow-l.png) !important;
    width: 51px;
    background-size: contain;
}
.modal .carousel-control-next-icon{
    background-image: url(../img/white-arrow-r.png) !important;
    width: 51px;
    background-size: contain;
}
.modal .carousel button {
    bottom: 0;
    top: inherit;
}
.modal .carousel {
  position: relative;
}

.carousel button {
  top: inherit;
  bottom: 0;
  width: fit-content;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  display: inline-block;
  width: 100%;
  margin: 0;
  position: relative;
  width: fit-content;
}
.carousel .carousel-controls-wrapper {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 20px;
}


.carousel .carousel-control-prev {
    left: 0;
}

.carousel .carousel-control-next {
    right: 0;
}
.btn-nav-wrp {
    max-width: 200px;
    margin: 25px auto 0;
    text-align: center;
    gap: 35px;
    display: flex;
}
@media screen and (max-width: 1880px) and (min-width: 1024px) {
    a.navbar-brand.logo {
        max-width: 180px;
    }
    section.map {
        overflow: hidden;
        padding-top: 60px;
    }
    .map svg {
        /* scale: 1.4; */
    }
    .logo-footer {
        max-width: 250px;
    }

    footer.footer a, footer.footer ul li {
        font-size: 20px;
    }

}

@media screen and (max-width: 480px) {
    header.header a.navbar-brand.logo {
        max-width: 190px;
        margin: 0;
    }
    .bg-bleu-clair {
        padding: 25px;
        border-radius: 40px;
    }
    .content-w.bg-bleu-clair .row {
        gap: 0;
    }
    span.nombre {
        margin-bottom: 10px;
        font-size: 32px;
    }
    .ch-item.text-center {
        width: 100%;
        max-width: 130px;
    }
    span.label {
        font-size: 14px;
        line-height: 1.2;
    }
    .map h2.text-center {
        margin-top: 30px;
    }
    .actu-item {
        padding: 25px;
        margin: 0 10px;
    }
    section h2{
        font-size: 20px;
    }
    .d-flex.coo-ban-wrp {/* flex-direction: column; */}

    .ch-wrp .nb, .nb-label-wrp .nb{
        font-size: 20px;
    }

    .ch-wrp .label, .nb-label-wrp .label{
        font-size: 12px;
    }
    .nb-label-wrp {
        margin: 15px 0;
    }
    .coo-ban li, .coo-ban li a, ul.coo-wrp .coo, ul.coo-wrp .coo a{
        font-size: 16px;
    }

    #pole-page section .content-w {
        padding: 25px 15px;
    }

    ul.coo-wrp li i{
        margin-right: 0;
        font-size: 18px;
    }

    .coo-ban ul {
        padding-left: 10px;
    }

    .ch-wrp {
        padding-right: 10px;
    }

    .item-pad {
        padding: 0;
    }
    .item-pole h3, section .content-w.bg-bleu-clair.bg-white h3{
        font-size: 18px;
    }
    section .content-w.bg-bleu-clair.bg-white h3{
        margin-top: 25px;
    }
    .text-wrp {
        margin: 25px 0;
    }
    .item-etape .label{
        font-size: 14px;
    }
    .gui1::after, .gui2::after {
        width: 50%;
    }
    a.btn-down {
        font-size: 14px;
    }
    .block-top .white-bg {
        max-width: 100%;
    }
    .marche-image img {
        min-height: 190px;
        object-fit: cover;
    }
    footer.footer ul {
        flex-direction: column;
        gap: 25px;
    }
    a.btn-top {
        gap: 0;
    }
    #pole-page h1 {
        max-width: 270px;
        margin: -35px auto 15px;
    }
    .page-template-contact .intro h1, .page-template-association .intro h1 {
        font-size: 24px;
        /* margin-top: 0; */
    }
    body.page-template-adherer section#banniere img, body.page-template-contact section#banniere img{
        min-height: 160px;
    }
    body.page-template-adherer section.section-1 h2{
        font-size: 19px;
    }
    .page-template-association section#banniere img.w-100 {
        min-height: 220px;
    }
    .page-template-association .intro, .page-template-contact .intro {
        margin-top: -15px;
    }
    .page-template-contact .content-w.bg-bleu-clair {
        padding: 20px 0;
    }
    .contact-top{
        margin-top: 0;
    }
    #pole-page section#banniere img{
        min-height: 180px;
    }
    #pole-page .intro {
        position: relative;
        margin-top: -50px;
    }
    section#don {
        margin-top: 50px;
    }
    .modal-content{
        padding-inline: 25px;
    }
    .page-template-pole-travailleurs section.texte {
        margin: 0;
    }
    .intro .col-md-3 img {
        max-width: 70px;
    }

    .page-template-accueil .intro{
        margin-top: -140px;
    }
    #association-page .intro {
        margin-top: -180px;
    }
}
@media screen and (max-width: 380px) {
    body.page-template-adherer .txt-intro{
        max-width: 317px;
    }
    #pole-page section#banniere img {
        min-height: 135px;
    }
    .page-template-don #pole-page h1 {
        margin-top: 0;
    }
}


    circle.animated-circle[cx="133.5"][cy="526.5"] {
        animation: pulse 2s ease-in-out infinite;
        transform-origin: 133.5px 526.5px;
    }

    circle.animated-circle[cx="802.5"][cy="43.5"] {
        animation: pulse 2s ease-in-out infinite;
        transform-origin: 802.5px 43.5px;
    }

    circle.animated-circle[cx="333.5"][cy="507.5"] {
        animation: pulse 2s ease-in-out infinite;
        transform-origin: 333.5px 507.5px;
    }

    circle.animated-circle[cx="529.5"][cy="217.5"] {
        animation: pulse 2s ease-in-out infinite;
        transform-origin: 529.5px 217.5px;
    }

    circle.animated-circle[cx="54.5"][cy="327.5"] {
        animation: pulse 2s ease-in-out infinite;
        transform-origin: 54.5px 327.5px;
    }

    @keyframes pulse {
        0% {
            transform: scale(0.5);
            opacity: 0.8;
        }
        50% {
            transform: scale(1);
            opacity: 1;
        }
        100% {
            transform: scale(0.5);
            opacity: 0.8;
        }
    }
