<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Solfa V1
Theme URL: https://www.solfa.fr
Version: V1
*/

:root {
  --violet: #7a426c;
  --violet_light: #e2d0e6;
  --violet_lighter: #f3edf5;
  --green: #a89d3e;
  --green_light: #d3c76c;
  --green_lighter: #f2eab1;
  --black: #32112b;
}

body {
  background: white;
  color: var(--violet);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  width: 100%;

  max-height: 100%;
  display: block;
}

main {
  padding-bottom: 60px;
  margin: 0 auto;
  position: relative;
}

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

p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure,
hgroup {
  margin: 0;
  padding: 0;
}

ul {
  text-align: left;
}
ul {
  text-align: left;
}

li {
  margin-left: 30px;
}

b,
strong {
  font-weight: 700;
}

h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin: 20px 0;
  letter-spacing: 2px;
}

h2 {
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  margin: 20px 0;
  letter-spacing: 1px;
}
h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
}
h4 {
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button,
.button,
.wp-block-button {
  display: flex;
  justify-content: center;
  align-content: center;
  background: var(--violet);
  border-radius: 60px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: white;
  margin: 10px auto;
  text-decoration: none;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  border: none;
  text-transform: uppercase;
  width: 200px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: relative;
}

button &gt; a,
.button &gt; a,
.wp-block-button &gt; a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button:after,
.button:after,
.wp-block-button:after {
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  width: 2px;
  border-radius: 30px;
  background: white;
  bottom: 5px;
  opacity: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

button:hover,
.button:hover,
.wp-block-button:hover {
  box-shadow: 0 5px 30px 0 rgba(122, 66, 108, 0.3);
  border-radius: 140px;
}

button:hover:after,
.button:hover:after,
.wp-block-button:hover:after {
  bottom: 6px;
  height: 4px;
  width: 4px;
  opacity: 1;
}

div.wp-block-button.is-style-outline {
  border: 2px solid white;
}

button &gt; #heart {
  max-width: 22px;
  height: auto;
  margin-right: 8px;
}

section {
  margin-bottom: 50px;
  padding: 20px;
  position: relative;
}

h2.title_section {
  font-size: 36px;
  line-height: 41px;
  margin: 10px auto 30px;
  text-align: center;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.resize1024 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

p.breadcrumbs {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  font-size: 12px;
  color: var(--black);
}

p.breadcrumbs a {
  color: inherit;
  text-decoration: none;
  margin-right: 5px;
}
p.breadcrumbs a ~ span {
  margin-left: 5px;
}

a#edit {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 160px;
  height: 40px;
  background: var(--green);
  border-radius: 30px;
  font-size: 15px;
  text-align: center;
  color: white;
  line-height: 40px;
  text-decoration: none;
  z-index: 30;
  box-shadow: 0 5px 20px 0 rgba(168, 157, 62, 0.3);
  opacity: 0.8;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

a#edit:hover {
  opacity: 1;
  box-shadow: 0 5px 20px 0 rgba(168, 157, 62, 0.6);
}

/** MENU *************************/

nav {
  display: flex;
  background: rgb(122, 66, 108);
  color: white;
  width: 100%;
  justify-content: space-around;
  align-content: center;
  padding: 20px 0;
  box-sizing: border-box;
  border-radius: 50px;
  box-shadow: 0 5px 20px 0 rgba(122, 66, 108, 0.2);
  margin-bottom: 30px;
  margin-top: 20px;
}

nav * {
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

nav ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 16px;
}

nav li {
  list-style: none;
  position: relative;
  margin-left: 0;
}

nav a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

nav &gt; ul &gt; li {
  z-index: 1;
}

nav &gt; ul &gt; li &gt; a {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}

nav &gt; ul &gt; li &gt; ul {
  display: flex;
  flex-direction: column;
  z-index: -2;
  width: max-content;
  max-width: 200px;
  position: absolute;
  background: var(--violet);
  padding: 5px 20px 5px;
  top: 20px;
  left: -20px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 20px 20px;
}

nav &gt; ul &gt; li:last-child &gt; ul {
  max-width: 183px;
}

nav &gt; ul &gt; li:hover &gt; ul {
  display: flex;
  top: 35px;
  opacity: 1;
  z-index: 2;
  visibility: visible;
}

nav &gt; ul &gt; li:hover &gt; ul &gt; li {
  margin-bottom: 10px;
}

nav &gt; ul &gt; li:hover &gt; a {
  padding-bottom: 5px;
  border-bottom-color: white;
}

nav &gt; ul &gt; li &gt; ul &gt; li {
  margin-bottom: -10px;
}

nav &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  font-size: 15px;
  font-weight: 400;
}

/** HEADER *************************/

header {
  display: grid;
  min-height: 200px;
  grid-template-columns: [area_call] 33.33% [area_logo] 33.33% [area_don] 33.33%;
  max-width: 1024px;
  margin: 0 auto;
}

div.area.call {
  grid-area: area_call;
  justify-self: center;
  align-self: center;
}
div.area.logo {
  grid-area: area_logo;
  text-align: center;
}
div.area.don {
  grid-area: area_don;
  justify-self: center;
  align-self: center;
}

div.area.logo h1 {
  text-align: center;
}

a#call {
  text-decoration: none;
  background: var(--green);
  color: white;
  border-radius: 20px;
  font-size: 16px;
  line-height: 16px;
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
}

a#call #call_icone {
  width: 30px;
  height: auto;
  margin-right: 10px;
  transform: rotate(15deg);
}
a#call span#number {
  font-size: 40px;
  font-weight: 700;
  display: block;
  line-height: 40px;
  margin-bottom: 5px;
}
a#call p {
  padding-left: 40px;
}

img#logo_SOLFA {
  max-height: 170px;
  width: auto;
}

img#heart {
  width: 24px;
  margin-right: 10px;
}

/** INDEX *************************/

section#actu {
  display: block;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  background: var(--violet_light);
}

section#actu * {
  box-sizing: border-box;
}

section#actu div#slider {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
}

section#actu div#slider::-webkit-scrollbar {
  height: 10px;
}
section#actu div#slider::-webkit-scrollbar-track {
  background: var(--violet_lighter);
}
section#actu div#slider::-webkit-scrollbar-thumb {
  background: var(--violet);
  border: 1px solid var(--violet_lighter);
  border-radius: 20px;
}
section#actu div#slider::-webkit-scrollbar-thumb:hover {
  background: var(--violet);
  border-color: var(--violet);
}

section#actu div#slider a.actu_post {
  text-align: left;
  text-decoration: none;
  color: var(--violet);
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  scroll-snap-align: start;
  display: flex;
  margin-right: 40px;
}

section#actu div#slider a.actu_post div.img_contain {
  width: calc(30% - 5px);
  margin-right: 5px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

section#actu div#slider a.actu_post div.img_contain img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

section#actu div#slider a.actu_post div.actu_content {
  width: 70%;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
}

section#actu div#slider a.actu_post div.actu_content h2 {
  font-size: 24px;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 5px;
}
section#actu div#slider a.actu_post div.actu_content p.date {
  margin-bottom: 10px;
  font-size: 12px;
}
section#actu div#slider a.actu_post div.actu_content button {
  float: right;
  border-bottom: 1px solid var(--violet);
  padding: 0 0 1px 0;
  color: var(--violet);
  font-size: 15px;
  background: white;
  text-transform: none;
  margin: 10px 0 0 0;
  width: auto;
  box-shadow: none;
  border-radius: 0;
}

section#last_post {
  display: block;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  background: var(--violet_light);
}

section#last_post p.date {
  margin-bottom: 10px;
  font-size: 12px;
}

section#last_post p {
  font-size: 15px;
}

section#last_post button {
  width: 240px;
  margin: 30px auto 0;
}

section#last_post div.last_post_content {
  display: inline-flex;
  justify-content: center;
  align-content: center;
}

section#last_post div.last_post_content div.post_thumb {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
  min-width: 25%;
  max-width: 100%;
}

section#last_post div.last_post_content div.actu_content {
  text-align: left;
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}

section#last_post div.last_post_content h2 {
  font-size: 24px;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 5px;
}

section#last_post div.last_post_content a {
  text-decoration: none;
  cursor: pointer;
  color: var(--violet);
  font-size: 15px;
}

section#last_post div.last_post_content div.actu_content a.read_more {
  float: right;
  display: inline-block;
  border-bottom: 1px solid var(--violet);
  padding-bottom: 1px;
}

section#nos_actions {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

section#nos_actions .action {
  display: inline-block;
  max-width: 170px;
  justify-content: center;
  text-decoration: none;
}

section#nos_actions span.circle_path {
  display: block;
  width: 170px;
  height: 170px;
  border: 8px solid var(--violet);
  border-radius: 200px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10%;
  text-align: center;
}

section#nos_actions span.circle_path img {
  width: 80%;
  height: auto;
  max-height: 70%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

section#nos_actions .action h3.button {
  width: fit-content;
  padding: 15px 20px;
  margin-top: 20px;
}

section#solfa_aussi {
  background: var(--violet_light);
  padding: 40px 60px;
}

section#solfa_aussi h2 {
  margin-bottom: 40px;
}

section#solfa_aussi li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

section#aux_cotes {
  background: var(--green);
  width: 100vw;
  left: 0;
  margin: 50px auto 30px;
  padding: 40px 50px 10px;
  color: white;
  text-align: center;
  box-sizing: border-box;
  border-radius: 30px;
}

section#aux_cotes * {
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}

section#aux_cotes p {
  font-size: 18px;
}

section#aux_cotes div.services_territoires {
  display: flex;
  justify-content: space-around;
  margin: 50px auto;
}

section#aux_cotes div.services_territoires a.ville {
  text-decoration: none;
  color: inherit;
  width: calc(100% / 5);
}

section#aux_cotes div.services_territoires img {
  position: relative;
}

section#aux_cotes div.services_territoires h3 {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin: 15px auto 0;
  letter-spacing: initial;
}

section#aux_cotes div.services_territoires h3:before {
  content: "";
  display: block;
  height: 6px;
  width: 32px;
  background: var(--green_light);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-26px);
}

section#aux_cotes div.services_territoires a.ville:hover h3:before {
  transform: translateX(-50%) translateY(-22px);
}
section#aux_cotes div.services_territoires a.ville:hover img {
  transform: translateY(-10px);
}

section#partenaires {
  padding: 20px 0;
}

section#partenaires h2 {
  font-size: 26px;
  color: var(--green);
}

div.slider {
  display: inline-flex;
  width: 100%;
  text-align: center;
  overflow-x: scroll;
  overflow-y: hidden;
  flex-direction: row;
  padding: 30px 0 30px;
}

div.slider.mecene {
  max-width: 1024px;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: hidden;
}

div.slider a {
  text-decoration: none;
  min-width: 185px;
  margin-right: 40px;
  display: inline-block;
  color: var(--green);
}

div.slider a .circle {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
  border-radius: 100%;
  overflow: hidden;
  background: white;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

div.slider a .circle:hover {
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

div.slider a .circle img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

div.slider a h4 {
  max-width: 160px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  margin: 0 auto;
}

div.slider::-webkit-scrollbar {
  height: 6px;
}
div.slider::-webkit-scrollbar-track {
  background: var(--green_lighter);
}
div.slider::-webkit-scrollbar-thumb {
  background: var(--green_light);
  border-radius: 20px;
}
div.slider::-webkit-scrollbar-thumb:hover {
  background: var(--green);
}

section#soyez_utiles {
  background: var(--violet);
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

section#soyez_utiles h2 {
  font-size: 36px;
  line-height: 40px;
}

section#appel_aux_dons {
  margin-bottom: 0;
}

section#appel_aux_dons p {
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 40px;
}

section#appel_aux_dons div.appels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}

section#appel_aux_dons div.appels div.appel_single {
  display: inline-flex;
  flex-direction: column;
  width: 280px;
  background: var(--violet);
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  justify-content: space-between;
}

section#appel_aux_dons div.appels div.appel_single h3 {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  width: 85%;
  display: block;
  margin: 15px auto;
  text-transform: none;
  letter-spacing: 1px;
}

section#appel_aux_dons div.appels div.appel_single a.button {
  width: 70%;
  box-sizing: border-box;
}

section#appel_aux_dons div.appels div.appel_single a.button.don {
  border: 1px solid var(--violet_light);
  margin-bottom: 15px;
  background: var(--violet_light);
  color: var(--violet);
  box-shadow: 0 0 0 0 rgba(29, 9, 27, 0);
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

section#appel_aux_dons div.appels div.appel_single a.button.don:hover {
  background: var(--violet);
  color: white;
  border-color: white;
  box-shadow: 0 10px 25px 0 rgba(29, 9, 27, 0.5);
}

section#appel_aux_dons
  div.appels
  div.appel_single
  a.button.don:hover
  ~ a.button.plus {
  opacity: 0.6;
}

section#appel_aux_dons div.appels div.appel_single a.button.plus {
  border: 1px solid var(--violet_light);
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  opacity: 0.8;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

section#appel_aux_dons div.appels div.appel_single a.button.plus:hover {
  opacity: 1;
}

section#appel_aux_dons div.slider::-webkit-scrollbar-track {
  background: var(--violet_lighter);
}
section#appel_aux_dons div.slider::-webkit-scrollbar-thumb {
  background: var(--violet_light);
  border-radius: 20px;
}
section#appel_aux_dons div.slider::-webkit-scrollbar-thumb:hover {
  background: var(--violet);
}

section#appel_aux_dons div.slider a.partenaire_link,
div.slider.mecene a.partenaire_link {
  min-width: 130px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  border: 1px solid transparent;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 0 transparent;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

section#appel_aux_dons div.slider a.partenaire_link:hover,
div.slider.mecene a.partenaire_link:hover {
  border: 1px solid var(--violet_light);
  border-radius: 10px;
  box-shadow: 0 5px 25px var(--violet_lighter);
}

section#appel_aux_dons div.slider a.partenaire_link img,
div.slider.mecene a.partenaire_link img {
  width: auto;
  height: auto;
}

section#appel_aux_dons a.fond_dotation {
  width: 320px;
  margin-top: 50px;
  max-width: 90%;
  box-sizing: border-box;
}

/** PAGES *************************/

article {
  text-align: center;
  position: relative;
  padding-top: 20px;
}

article h1 {
  font-size: 40px;
  line-height: 41px;
  font-weight: 800;
  color: var(--violet);
  margin-bottom: 60px;
  text-transform: none;
}

article h2 {
  font-size: 34px;
  line-height: 35px;
  font-weight: 600;
  color: var(--violet);
  margin: 30px auto;
  text-align: center;
}

article h3 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
  color: inherit;
  margin-bottom: 20px;
}

article p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

article .bloc {
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row;
}

article .bloc figure.wp-block-image {
  display: flex;
  width: 50%;
  overflow: hidden;
  max-height: 400px;
}

article .bloc figure.wp-block-image img {
  width: 100%;
  position: relative;
  object-fit: cover;
  height: -webkit-fill-available;
}

article .bloc .bloc_texte {
  width: calc(100% - 60px);
  padding: 40px 0;
  margin: 0 auto;
  max-width: 1024px;
}

article .bloc figure ~ .bloc_texte {
  width: calc(50% - 60px);
  padding: 20px 0;
}

article .bloc h2,
article .bloc h3 {
  padding-top: 0;
  margin-top: 0;
  color: inherit;
  font-size: 26px;
}

article &gt; a,
article &gt; p,
article &gt; ul,
article &gt; h1,
article &gt; h2 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

article &gt; h1 ~ h2 {
  color: var(--green);
}

div.type-post article {
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
}

div.type-post article p ~ p {
  margin-top: 0;
}
div.type-post article p {
  margin-bottom: 20px;
  margin-top: 20px;
}

div.type-post article .wp-block-image img,
div.type-post article .wp-block-video,
div.type-post article .wp-block-gallery {
  max-width: 1024px;
  margin: 30px auto;
}

div.type-post article .wp-block-image .alignleft {
  max-width: 50%;
  margin: 0 30px 30px 0;
  float: left;
}
div.type-post article .wp-block-image .alignleft::after {
  content: "";
  clear: both;
  display: table;
}
div.type-post article .wp-block-image .alignleft img {
  width: 100%;
  margin: 0;
}

div.type-post article .wp-block-image .alignright {
  max-width: 50%;
  margin: 0 0 30px 30px;
  float: right;
}
div.type-post article .wp-block-image .alignright::after {
  content: "";
  clear: both;
  display: table;
}
div.type-post article .wp-block-image .alignright img {
  width: 100%;
  margin: 0;
}

/** PAGES ASSO *************************/

article #timeline {
  margin-top: 60px;
  display: grid;
  grid-template-rows: min-content;
  text-align: left;
  grid-auto-columns: 1fr;
  grid-gap: 0px 25px;
  margin-bottom: 80px;
}

article #timeline p {
  margin: 0;
  z-index: 1;
  position: relative;
}

article #timeline p:nth-child(odd) {
  grid-row: 1;
  font-size: 19px;
  border-left: 2px solid var(--violet_lighter);
  padding-left: 7px;
  padding-bottom: 10px;
  font-weight: 500;
}

article #timeline p:nth-child(even) {
  grid-row: 2;
}

article #projet_asso {
  padding: 50px 0;
}

article #timeline p:nth-child(odd):after {
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  background: var(--violet_lighter);
  border-radius: 200%;
  bottom: -32px;
  left: -20px;
  z-index: 0;
}

article #projet_asso h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
  color: inherit;
  margin-bottom: 50px;
  margin-top: 0;
}

article #projet_asso ul {
  width: 50%;
  margin: 0 auto;
}

article #projet_asso ul li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

article div#notre_orga {
  padding: 40px;
  margin-bottom: 50px;
  flex-direction: column;
  box-sizing: border-box;
}

article div#notre_orga table {
  font-size: 14px;
  width: 90%;
  margin: 40px auto 0;
  border-collapse: collapse;
}

article div#notre_orga table tr:nth-child(1) {
  font-size: 18px;
  font-weight: 800;
}

article div#notre_orga table tr:nth-child(1) td {
  padding-bottom: 30px;
}

article div#notre_orga table td {
  width: 33.33%;
  padding: 10px 20px;
  vertical-align: top;
}

article .wp-block-button.large {
  max-width: 500px;
  width: auto;
  padding: 15px 20px;
  margin-bottom: 30px;
}

/** PAGE ACTION *************************/

h2#services_accomp {
  font-size: 40px;
  margin: 80px auto;
  line-height: 50px;
}

figure.solfa_map img {
  max-width: 640px;
  width: 100%;
}

span.number {
  display: inline-flex;
  background: var(--violet);
  color: white;
  border-radius: 200%;
  height: 40px;
  width: 40px;
  font-size: 28px;
  font-weight: 400;
  justify-content: center;
  align-items: center;
}

section#map {
  position: relative;
}

a.adress {
  position: absolute;
  top: 38%;
  left: 50%;
  text-decoration: none;
  text-align: left;
  color: rgb(122, 66, 108);
  background: rgba(255, 255, 255, 0);
  border-radius: 0px;
  padding: 10px;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: 0 5px 10px 0 rgba(122, 66, 108, 0);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  z-index: 2;
}

a.adress:hover {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 10px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: 0 10px 20px 0 rgba(122, 66, 108, 0.3);
  z-index: 4;
}

a.adress:hover h4 {
  margin-left: 6px;
  opacity: 1;
  display: inline-block;
}
a.adress:hover p {
  margin: -6px 0 3px 49px;
  opacity: 1;
  display: block;
}

a.adress:hover span.number {
  background: var(--green);
}

a.adress h4 {
  font-size: 20px;
  margin: 0;
  margin-left: -4px;
  opacity: 0;
  display: none;
  color: var(--green);
}

a.adress p {
  color: var(--black);
  margin: -6px 0 0 39px;
  opacity: 0;
  display: none;
}

a.adress#bulle_Lille {
  top: 42%;
  left: 51%;
}
a.adress#bulle_Hellemmes {
  top: 36%;
  left: 53%;
}
a.adress#bulle_Mons {
  top: 32%;
  left: 50.5%;
}
a.adress#bulle_Hazebrouck {
  top: 21%;
  left: 43%;
}
a.adress#bulle_Coudekerque {
  top: 3%;
  left: 43%;
}
a.adress#bulle_Dunkerque {
  top: 1%;
  left: 41%;
}
a.adress#bulle_Douai {
  top: 49%;
  left: 53.5%;
}
a.adress#bulle_saint_nicolas {
  top: 61%;
  left: 47%;
}
a.adress#bulle_Henin {
  top: 44%;
  left: 47%;
}

section#map_accueil h2 {
  text-align: left;
}

section#map_accueil h4 {
  text-align: left;
  font-size: 20px;
}

section#map_accueil li {
  display: inline-flex;
  width: 31.33%;
  margin-bottom: 15px;
  margin-left: 2%;
  position: relative;
  flex-direction: row;
  text-align: left;
  align-items: baseline;
  flex-wrap: wrap;
  flex-flow: column;
  color: var(--black);
}

section#map_accueil li:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  background: var(--black);
  border-radius: 50px;
  position: absolute;
  top: 9px;
  left: -15px;
}

section#map_accueil li strong:first-child {
  display: contents;
}

section#map_accueil li em ~ em {
  margin-top: 25px;
}

section#map_accueil li em {
  color: var(--green);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: -20px;
}

section#map_accueil li a {
  color: var(--black);
  text-decoration: none;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--black);
  line-height: 17px;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  margin-bottom: 1px;
  margin-top: 3px;
}

section#map_accueil li a:hover {
  padding-bottom: 2px;
  margin-bottom: 0px;
  color: var(--violet);
  border-bottom-color: var(--violet);
}

/** PAGE FONDS DE DOTATION ******************/

div.fonds.dotation {
  color: var(--green);
}

div.fonds.dotation .bloc {
  padding-top: 40px;
  padding-bottom: 40px;
}

div.fonds.dotation .bloc h2,
div.fonds.dotation .bloc h3 {
  color: white;
}

div.fonds.dotation .bloc #dotation_parallax {
  background: url(https://www.solfa.fr/wp-content/uploads/2020/09/iStock-1043062548.jpg)
    no-repeat fixed center center;
  display: block;
  width: 100%;
  height: 50vh;
  margin-bottom: 60px;
}

div.fonds.dotation #soutenir_projet {
  flex-direction: column;
  padding-top: 0;
}

div.fonds.dotation #devenir_mecene {
  flex-direction: column;
}

div.fonds.dotation #devenir_mecene h2 {
  color: var(--green);
}

div.fonds.dotation #vos_avantages {
  flex-direction: column;
}

div.fonds.dotation div.bloc .container_inline &gt; p {
  margin-bottom: 0;
}

div.fonds.dotation div.bloc .container_inline {
  display: grid;
  grid-gap: 60px;
  margin: 30px auto 0;
  align-content: center;
  max-width: 800px;
  grid-template:
    "col1 col2 col3" auto
    "intro intro intro" auto
    "slider slider slider" auto;
  gap: 20px 60px;
}

div.fonds.dotation div.bloc .container_inline p#intro_mecene {
  grid-area: intro;
  margin-top: 60px;
  margin-bottom: 20px;
}
div.fonds.dotation div.bloc .container_inline div.slider.mecene {
  grid-area: slider;
}

div.fonds.dotation div.contact_solfa_circle {
  background: var(--green);
  border-radius: 200%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  margin: 30px auto 15px;
}

div.fonds.dotation div.contact_solfa_circle figure {
  width: 50px;
  height: fit-content;
  padding-top: 9px;
}

div.fonds.dotation div.contact_solfa_circle contact_link {
  width: 50px;
  height: fit-content;
  padding-top: 9px;
}

div.fonds.dotation p.contact_link a {
  color: var(--green);
  text-decoration: none;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--green);
  font-size: 16px;
  line-height: 17px;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  margin-bottom: 1px;
  margin-top: 3px;
}

div.fonds.dotation p.contact_link a:hover {
  padding-bottom: 2px;
  margin-bottom: 0px;
  border-bottom-color: var(--green);
}

/** PAGE NOS ACTUS *************************/

article#post_actus {
  background: var(--violet_lighter);
  padding-bottom: 20px;
}

article#post_actus a.actu_post,
article#post_actus a.actu_post * {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

article#post_actus a.actu_post {
  display: inline-flex;
  width: 100%;
  max-width: 1024px;
  text-align: left;
  flex-direction: row;
  background: white;
  border-radius: 60px;
  overflow: hidden;
  box-shadow: 0 7px 25px 0 rgba(122, 66, 108, 0.2);
  margin-bottom: 40px;
  text-decoration: none;
}

article#post_actus a.actu_post:hover {
  box-shadow: 0 10px 40px 0 rgba(122, 66, 108, 0.35);
}
article#post_actus a.actu_post:hover div.actu_content {
  color: var(--violet);
}
article#post_actus a.actu_post:hover img {
  opacity: 0.9;
}

article#post_actus a.actu_post img {
  object-fit: cover;
}

article#post_actus a.actu_post div.actu_content {
  display: flex;
  flex-direction: column;
  padding: 10px 40px 20px;
  color: var(--black);
}

article#post_actus a.actu_post div.actu_content h2 {
  text-align: left;
  margin: 30px 0 20px;
  font-size: 25px;
}

/** FOOTER *************************/

footer {
  display: block;
  width: 100%;
  background: var(--violet);
  padding: 20px 0;
}

footer * {
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

footer div#container {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

footer div#contact {
  display: flex;
  align-items: center;
}

footer div#contact span.circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: white;
  text-align: center;
  margin-right: 20px;
  position: relative;
  border-radius: 200px;
  overflow: hidden;
}
footer div#contact span.circle img {
  width: 40px;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
footer div#contact a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  padding-bottom: 0px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
footer div#contact a:hover {
  border-bottom-color: white;
  padding-bottom: 3px;
}

footer div#social a {
  text-decoration: none;
  display: inline-block;
  padding: 15px;
  position: relative;
  width: 50px;
  height: 50px;
  text-align: right;
}

footer div#social a img {
  width: 80%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

footer div#social a:hover {
  padding: -10%;
}
footer div#social a:hover img {
  width: 90%;
  transform: translateX(-5%) translateY(-50%);
}
</pre></body></html>