<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Outfit:600';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,900';
@font-face {
  font-family: "Font Awesome 6 Solid";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("polices/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Regular";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("polices/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("polices/fa-brands-400.woff2") format("woff2");
}
/* ===================================================================
 * MIXINS
 * =================================================================*/
/*
 *   Bouton standard
 *   =&gt; $fontSize:          taille du libellé
 *   =&gt; $lineHeight:        line-height du libellé
 *   =&gt; $color:             couleur du libellé
 *   =&gt; $bgColor:           couleur de fond du bouton
 *   =&gt; $borderColor:       couleur du contour
 *   =&gt; $borderSize:        largeur du contour
 *   =&gt; $colorHover:        couleur du libellé au survol
 *   =&gt; $bgColorHover:      couleur de fond du bouton au survol
 *   =&gt; $borderColorHover:  couleur du contour au survol
 *   =&gt; $radius:            arrondi des angles
 *   =&gt; $paddingH:          padding haut/bas
 *   =&gt; $paddingV:          padding gauche/droite
 */
/*
 *   Alignement : Permet d'aligner en pourcentage un élément via absolute et tranform
 *   !! Attention !! Il faut que le bloc container soit en position relative ou absolute.
 *   =&gt; $x:  alignement sur l'axe x
 *   =&gt; $y:  alignement sur l'axe y
 */
/*
 *   Colonnage grille
 *   =&gt; @nbCol:    nombre de colonne de la grille
 *   =&gt; @nbMargin:     nombre de gouttières de la grille
 */
/*
 *   Custom select :
 *   =&gt; $arrow:   nom du fichier image
 *   =&gt; $taille:  width du background en pixels permettant de calculer le padding-right
 */
/*
 * Preserve unicode escape in default.css
 * Example with Fontawesome :
 * content: unicode('f060');
 */
html, body {
  scroll-behavior: smooth;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important;
}

.clear {
  clear: both !important;
}

.alignleft {
  text-align: left !important;
}

.alignright {
  text-align: right !important;
}

.aligncenter {
  text-align: center !important;
}

.alert {
  color: red;
}

img {
  max-width: 100%;
}
img.floatG {
  float: left;
  margin: 0 10px 10px 0;
}
img.floatD {
  float: right;
  margin: 0 0 10px 10px;
}
img.max50 {
  max-width: 48%;
  height: auto;
}

.nowrap {
  white-space: nowrap;
}

.fas, .btnJaune::before, .picto::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  font-style: normal;
}

.far {
  font-family: "Font Awesome 6 Regular", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
}

.fab, .btnJaune.caster::before,
.picto.caster::before {
  font-family: "Font Awesome 6 Brands", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
}

.picto::before {
  margin-right: 1rem;
}
.picto.email {
  word-break: break-word;
}

.btnJaune.tel::before,
.picto.tel::before {
  content: "\f879";
}
.btnJaune.email::before,
.picto.email::before {
  content: "\f0e0";
}
.btnJaune.web::before,
.picto.web::before {
  content: "\f35d";
}
.btnJaune.adresse::before,
.picto.adresse::before {
  content: "\f3c5";
}
.btnJaune.personne::before,
.picto.personne::before {
  content: "\f007";
}
.btnJaune.societe::before,
.picto.societe::before {
  content: "\f1ad";
}
.btnJaune.horaire::before,
.picto.horaire::before {
  content: "\f017";
}
.btnJaune.calendrier::before,
.picto.calendrier::before {
  content: "\f073";
}
.btnJaune.categorie::before,
.picto.categorie::before {
  content: "\f02b";
}
.btnJaune.euro::before,
.picto.euro::before {
  content: "\f153";
}
.btnJaune.music::before,
.picto.music::before {
  content: "\f001";
}
.btnJaune.anniversaire::before,
.picto.anniversaire::before {
  content: "\f1fd";
}
.btnJaune.don::before,
.picto.don::before {
  content: "\f004";
}
.btnJaune.quete::before,
.picto.quete::before {
  content: "\f51e";
}
.btnJaune.document::before,
.picto.document::before {
  content: "\f56d";
}
.btnJaune.direction::before,
.picto.direction::before {
  content: "\f5eb";
}
.btnJaune.mobile::before,
.picto.mobile::before {
  content: "\f3cd";
}
.btnJaune.eglise::before,
.picto.eglise::before {
  content: "\f51d";
}
.btnJaune.caster::before,
.picto.caster::before {
  content: "\f838";
}
.btnJaune.share::before,
.picto.share::before {
  content: "\f1e0";
}
.js-show .js-show-arrow {
  cursor: pointer;
  float: right;
  padding-left: 5px;
}
.js-show .js-show-arrow::after {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f107";
}
.js-show .js-show-arrow.open::after {
  content: "\f106";
}

.js-show-content {
  display: none;
}

.js-password {
  margin-left: -25px;
  cursor: pointer;
  font-style: normal;
}
.js-password::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f070";
}
.js-password.show::before {
  content: "\f06e";
}

html {
  font-size: 62.5%; /*10px*/
}

body {
  font-size: 1.8rem;
  background-color: #fff;
  color: #303030;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

#document {
  overflow: hidden;
  min-width: 320px;
}

h1 {
  font-size: 2.9rem;
  margin: 0 0 4rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
h1:not(.epure)::after {
  content: "";
  height: 0.5rem;
  width: 6rem;
  background-color: var(--color1, #fdd261);
  border-radius: 1rem;
  display: block;
  margin-top: 2rem;
}

h2 {
  font-size: 2.7rem;
  margin: 0 0 3rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
h2:not(.epure)::after {
  content: "";
  height: 0.2rem;
  width: 2.2rem;
  background-color: var(--color1, #fdd261);
  border-radius: 1rem;
  display: block;
  margin-top: 1.5rem;
}

h3 {
  font-size: 2.3rem;
  margin: 0 0 1.5rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

h4 {
  font-size: 2.1rem;
  margin: 0 0 1.5rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

a {
  color: var(--color4, #0075ab);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

h2 a,
h3 a {
  color: inherit;
}

@media screen and (min-width: 768px) {
  p {
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  p {
    margin: 0 0 2rem;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul:not(.clearList):not(.liste):not(.js-tree):not(.ui-menu) {
  overflow: hidden;
  margin: 0 0 2rem;
}
ul:not(.clearList):not(.liste):not(.js-tree):not(.ui-menu) li {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 1rem;
}
ul:not(.clearList):not(.liste):not(.js-tree):not(.ui-menu) li::before {
  content: "•";
  color: var(--color1, #fdd261);
  position: absolute;
  left: 0;
  top: 0;
}
ul:not(.clearList):not(.liste):not(.js-tree):not(.ui-menu) ul {
  margin: 0;
}
ul:not(.clearList):not(.liste):not(.js-tree):not(.ui-menu).check li {
  padding-left: 3rem;
}
ul:not(.clearList):not(.liste):not(.js-tree):not(.ui-menu).check li::before {
  content: url("images/puceCheck.png");
}

ol {
  padding: 0 0 0 2rem;
  margin: 0 0 2rem;
}
ol li {
  padding: 0 0 0 1rem;
  margin-bottom: 1rem;
}
ol ol {
  margin: 2rem 0 0;
}

#ariane ol {
  padding: 0;
}
#ariane li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#ariane li:not(:last-child)::after {
  content: "&gt;";
  margin: 0 0.5rem 0 1rem;
}
#ariane img {
  height: 14px;
}
#ariane a {
  color: #303030;
  font-weight: 700;
}

#content {
  box-sizing: border-box;
  padding-top: 3rem;
  display: flow-root;
}

.innerCenter {
  max-width: 1170px;
  margin: 0 auto;
  display: flow-root;
  position: relative;
}
@media screen and (min-width: 768px) {
  .innerCenter {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .innerCenter {
    padding: 0 0.5rem;
  }
}

.btnJaune {
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 2.4rem;
  color: #000 !important;
  background-color: var(--color1, #fdd261);
  border: 1px solid var(--color1, #fdd261);
  padding: 1rem;
  border-radius: 5px;
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none !important;
  transition: all 0.2s;
  cursor: pointer;
}
.btnJaune.mini {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.btnJaune:hover, .btnJaune:active, .btnJaune:focus {
  text-decoration: none;
  background-color: color-mix(in srgb, #fff 15%, var(--color1, #fdd261));
  color: #000 !important;
  border-color: color-mix(in srgb, #fff 15%, var(--color1, #fdd261));
}
.btnJaune:not(.onlyPicto)::before {
  margin-right: 1rem;
}

@media screen and (max-width: 1024px) {
  .hideTablet {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .hideDesktop {
    display: none;
  }
}

.itemInfo {
  padding: 2rem;
  word-break: break-word;
}
.itemInfo p {
  margin-bottom: 2rem;
}

.enAvant {
  background-color: var(--color1, #fdd261);
}
.enAvant p {
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .enAvant {
    margin-bottom: 5rem;
    padding: 3rem 7% 1rem;
  }
}
@media screen and (max-width: 767px) {
  .enAvant {
    margin-bottom: 3rem;
    padding: 3rem 2rem 1rem;
  }
}
.enAvant .btnJaune {
  color: var(--color1, #fdd261) !important;
  background-color: #303030;
  border-color: #303030;
}
.enAvant .btnJaune:hover, .enAvant .btnJaune:active, .enAvant .btnJaune:focus {
  color: #303030 !important;
  background-color: color-mix(in srgb, #fff 15%, var(--color1, #fdd261));
}

.citation {
  padding: 0 10%;
  font-style: italic;
  position: relative;
  text-align: center;
}
.citation:before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 5%;
}
.citation:after {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f10e";
  position: absolute;
  bottom: 0;
  right: 5%;
}

.colonne2 {
  columns: 2;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .colonne2 {
    columns: 1;
  }
}

.grille {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .grille &gt; * {
    width: 45%;
  }
}

.stabylo {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-right: 5px;
}
.stabylo::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: var(--color1, #fdd261);
  z-index: -1;
}

.error {
  border: 1px solid var(--color3, #dc3545);
  color: var(--color3, #dc3545);
  padding: 1rem;
}

@media screen and (min-width: 1025px) {
  .accrocheIMG {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .accrocheIMG {
    margin-bottom: 4rem;
  }
}
.accrocheIMG img {
  display: block;
  margin: 0 auto;
}

.accrocheTXT {
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .accrocheTXT {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .accrocheTXT {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .accrocheTXT {
    font-size: 2.2rem;
    line-height: 3.7rem;
  }
}
@media screen and (max-width: 767px) {
  .accrocheTXT {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

#shareContainer {
  display: flow-root;
}

.share {
  display: block;
  text-align: right;
  margin-bottom: 0.5rem;
}
.share a {
  font-family: "Font Awesome 6 Brands", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #303030;
  margin: 0 5px;
}
.share a.fb:hover {
  color: #3B5998;
}
.share a.tw:hover {
  color: #00ACEE;
}
.share a.wa:hover {
  color: #25D366;
}
.share.big {
  margin-bottom: 1rem;
  float: right;
}
.share.big a {
  font-size: 3rem;
}

.visuel {
  position: relative;
  overflow: hidden;
}
.visuel span {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: var(--color4, #0075ab);
}
.visuel span:not(.noPadding) {
  padding: 2px 5px;
}
.visuel span img {
  display: block;
}
.visuel &gt; img {
  display: block;
  margin: auto;
}
.visuel.ratio &gt; img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.visuel.ratio--contain &gt; img {
  object-fit: contain;
}

.lienBloc {
  position: relative;
}
.lienBloc a {
  text-decoration: none;
}
.lienBloc a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.lienBloc h3 {
  margin-top: 1.5rem;
}
.lienBloc .visuel &gt; img {
  transition: all 0.3s;
}
.lienBloc:hover .visuel &gt; img {
  transform: scale(0.85);
}

.paragraphe {
  margin-bottom: 4rem;
  display: flow-root;
}

.style_EGLISE h1::after,
.style_EGLISE h2::after,
.style_EGLISE .liste .visuel span {
  background-color: var(--color2, #19a332);
}
.style_EGLISE .liste.standard h2 {
  border-color: var(--color2, #19a332);
}
.style_EGLISE li::before,
.style_EGLISE a.lienPuce::before {
  color: var(--color2, #19a332);
}
.style_EGLISE a.lienPuce:hover,
.style_EGLISE a.lienPuce:focus {
  text-decoration-color: var(--color2, #19a332);
}

.style_EVEQUE h1::after,
.style_EVEQUE h2::after,
.style_EVEQUE .liste .visuel span {
  background-color: var(--color3, #dc3545);
}
.style_EVEQUE .liste.standard h2 {
  border-color: var(--color3, #dc3545);
}
.style_EVEQUE li::before,
.style_EVEQUE a.lienPuce::before {
  color: var(--color3, #dc3545);
}
.style_EVEQUE a.lienPuce:hover,
.style_EVEQUE a.lienPuce:focus {
  text-decoration-color: var(--color3, #dc3545);
}

.style_FONDBLEU {
  background-color: var(--color4, #0075ab);
  color: #fff;
  border-radius: 1rem;
  padding: 3rem 3rem 0;
}
.style_FONDBLEU h1::after, .style_FONDBLEU h2::after {
  content: none;
}
.style_FONDBLEU a {
  color: inherit;
}
.style_FONDBLEU .btnJaune {
  color: #fff !important;
  background-color: var(--color4, #0075ab);
  border-color: #fff;
}
.style_FONDBLEU .btnJaune:hover, .style_FONDBLEU .btnJaune:active, .style_FONDBLEU .btnJaune:focus {
  background-color: color-mix(in srgb, #fff 15%, var(--color1, #fdd261));
}

.style_FONDGRIS {
  position: relative;
}
.style_FONDGRIS::before {
  content: "";
  background-color: #f4f4f4;
  display: block;
  width: 100vw;
  position: absolute;
  left: 50%;
  top: -15px;
  bottom: -15px;
  z-index: -1;
  transform: translateX(-50%);
}

.style_FONDJAUNE {
  background-color: var(--color1, #fdd261);
  border-radius: 1rem;
  padding: 3rem 3rem 0;
}
.style_FONDJAUNE h1::after, .style_FONDJAUNE h2::after {
  content: none;
}
.style_FONDJAUNE a {
  color: inherit;
}
.style_FONDJAUNE .btnJaune:hover, .style_FONDJAUNE .btnJaune:active, .style_FONDJAUNE .btnJaune:focus {
  background-color: #fff;
  border-color: #303030;
}

.style_OMBRE {
  border-radius: 1rem;
  padding: 2rem 2rem 0;
  box-sizing: border-box;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.style_OMBRE h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.style_OMBRE h2::after {
  content: none;
}
.style_OMBRE h3 {
  text-align: center;
  font-size: 3rem;
  color: var(--color4, #0075ab);
  font-weight: 900;
  margin-bottom: 1rem;
}
.style_OMBRE .visuel {
  border-radius: 1rem 1rem 0 0;
}

.colonnage_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 4%;
  margin-bottom: 4rem;
  justify-content: center;
}
.colonnage_wrapper article.paragraphe {
  margin-bottom: 0;
  box-sizing: border-box;
}
.colonnage_wrapper .colonnage_25 {
  width: 22%;
}
.colonnage_wrapper .colonnage_33 {
  width: 30.66%;
}
.colonnage_wrapper .colonnage_50 {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .colonnage_wrapper .colonnage_50 {
    width: 100%;
  }
}
.colonnage_wrapper .colonnage_66 {
  width: 64%;
}
.colonnage_wrapper .colonnage_75 {
  width: 74%;
}
@media screen and (max-width: 1024px) {
  .colonnage_wrapper .colonnage_25,
  .colonnage_wrapper .colonnage_33,
  .colonnage_wrapper .colonnage_66,
  .colonnage_wrapper .colonnage_75 {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .colonnage_wrapper .colonnage_33,
  .colonnage_wrapper .colonnage_66,
  .colonnage_wrapper .colonnage_75 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .colonnage_80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.colonnageAuto {
  display: flex;
  margin-bottom: 2rem;
  justify-content: center;
}
.colonnageAuto label:not(.enLigne) {
  display: none !important;
}
.colonnageAuto h2 {
  margin-bottom: 2rem;
}
.colonnageAuto .fondGris {
  background-color: #f4f4f4;
}
.colonnageAuto &gt; div,
.colonnageAuto fieldset {
  flex: 1;
  padding: 0 2rem !important;
  margin: 0 1rem 2rem !important;
  max-width: 400px;
}
.colonnageAuto legend {
  width: calc(100% + 4rem) !important;
  margin: 0 -2rem !important;
}
.colonnageAuto .double {
  display: flex;
  width: 100%;
}
.colonnageAuto .double p,
.colonnageAuto .double span {
  flex-grow: 1;
}
.colonnageAuto #montant {
  display: flex;
  justify-content: space-evenly;
  margin: 0 -0.5rem;
  flex-wrap: wrap;
}
.colonnageAuto #montant li {
  margin: 0.5rem;
}
@media screen and (max-width: 900px) {
  .colonnageAuto {
    /* valeur en dur pour rester sur 3 colonnes lors de l'inclusion en iframe */
    flex-wrap: wrap;
  }
  .colonnageAuto &gt; div,
  .colonnageAuto fieldset {
    flex: auto;
    width: 100%;
  }
}

a.lienPuce {
  color: #303030;
}
a.lienPuce::before {
  content: "&gt; ";
  color: var(--color1, #fdd261);
}
a.lienPuce:hover, a.lienPuce:focus {
  text-decoration-color: var(--color1, #fdd261);
}

.msg {
  border: 1px solid #3a3a3a;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .msg {
    margin: 0 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .msg {
    margin: 0 0 3rem;
  }
}

.description,
.gmaps {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .description,
  .gmaps {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .description,
  .gmaps {
    margin-bottom: 3rem;
  }
}

.light {
  font-style: italic;
  font-weight: 300;
  line-height: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
}

.direct {
  text-decoration: underline;
}
.direct:hover, .direct:focus {
  text-decoration: none;
}
.direct::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f03d";
  margin-right: 0.5rem;
}

.picto-check0,
.picto-check1 {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px !important;
  background-size: 16px 16px;
}

.picto-check0 {
  background-image: url("images/check0.svg");
}

.picto-check1 {
  background-image: url("images/check1.svg");
}

[class*=picto-celebration-] {
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
  background-image: url("images/celebration-defaut.svg");
  display: inline-block;
}

.picto-celebration-adoration {
  background-image: url("images/celebration-adoration.svg");
}

.picto-celebration-catechese {
  background-image: url("images/celebration-catechese.svg");
}

.picto-celebration-chapelet {
  background-image: url("images/celebration-chapelet.svg");
}

.picto-celebration-chemin {
  background-image: url("images/celebration-chemin.svg");
}

.picto-celebration-confession {
  background-image: url("images/celebration-confession.svg");
}

.picto-celebration-lectio {
  background-image: url("images/celebration-lectio.svg");
}

.picto-celebration-messe {
  background-image: url("images/celebration-messe.svg");
}

.picto-celebration-priere {
  background-image: url("images/celebration-priere.svg");
}

#bandeauBas .titre {
  border-top: 2px solid #e4e4e4;
}
#bandeauBas .titre h1 {
  text-align: center;
  padding: 1rem 0;
  position: relative;
  margin: 0;
  font-size: 2.2rem;
}
#bandeauBas .titre h1::after {
  height: 0.2rem;
  border-radius: 0;
  width: 48%;
  transform: translate(-50%, -50%);
  top: calc(100% - 1px);
  left: 50%;
  position: absolute;
  margin: 0;
  background-color: var(--color4, #0075ab);
}
@media screen and (min-width: 768px) {
  #bandeauBas .top {
    min-height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  #bandeauBas .top {
    min-height: 10rem;
  }
}
#bandeauBas .top .inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  #bandeauBas .top .inner {
    flex-direction: column;
  }
}
#bandeauBas .bottom {
  background-color: var(--color4, #0075ab);
  color: #fff;
  position: relative;
  padding: 1.5rem 0;
}
#bandeauBas .bottom::after {
  content: var(--footer, url("images/footer.svg"));
  position: absolute;
  bottom: calc(100% - 8px);
  z-index: -1;
  left: 0;
  width: 100%;
}
#bandeauBas .bottom .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #bandeauBas .bottom .inner {
    flex-direction: column;
  }
}
#bandeauBas .bottom a {
  color: #fff;
}
#bandeauBas .bottom .diocese {
  display: flex;
  align-items: center;
  margin: 0 5rem;
}
#bandeauBas .bottom .diocese img {
  display: block;
  max-width: 6rem;
}
@media screen and (min-width: 481px) {
  #bandeauBas .bottom .diocese .lienDiocese {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 480px) {
  #bandeauBas .bottom .diocese .lienDiocese {
    padding-left: 2rem;
  }
}
#bandeauBas .bottom .diocese .lienDiocese span {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2rem;
  display: block;
  max-width: 150px;
}
#bandeauBas .bottom .diocese .lienDiocese a {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 400;
}
#bandeauBas .bottom .diocese .lienDiocese a::after {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f105";
  margin-left: 1rem;
  display: inline-block;
  font-size: 1.4rem;
}
#bandeauBas .bottom .liensBas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem;
}
#bandeauBas .bottom .liensBas li {
  margin-right: 1rem;
}
#bandeauBas .bottom .liensBas li:not(:last-child)::after {
  content: "-";
  margin-left: 1rem;
}

.blocNavigation {
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .resultatNavigation {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .resultatNavigation {
    margin-bottom: 1rem;
  }
}
.resultatNavigation p {
  background-color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}

.regletteNavigation {
  margin: 1rem 0;
}
.regletteNavigation a,
.regletteNavigation strong {
  border-radius: 30px;
  padding: 0.5rem 1.25rem;
  transition: all 0.2s ease 0s;
  margin: 0 0.3rem 0.3rem;
  display: inline-block;
}
.regletteNavigation strong {
  color: #fff;
  background-color: var(--color4, #0075ab);
}
.regletteNavigation a {
  color: #303030;
  background-color: #fff;
}
.regletteNavigation a:hover, .regletteNavigation a:focus, .regletteNavigation a:active {
  text-decoration: none;
  color: #fff;
  background-color: var(--color4, #0075ab);
}

.liste {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.liste &gt; li {
  position: relative;
  background-color: #fff;
  flex: 0 1 100%;
}
.liste &gt; li.selected {
  background-color: var(--color1, #fdd261);
}
.liste &gt; li li {
  margin-bottom: 1rem;
}
.liste.ombre &gt; li {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .liste.col2 {
    gap: 15px 8%;
  }
  .liste.col2 &gt; li {
    flex: 0 1 46%;
  }
}
@media screen and (min-width: 1025px) {
  .liste.col3 {
    gap: 15px 3.5%;
  }
  .liste.col3 &gt; li {
    flex: 0 1 31%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .liste.col3 {
    gap: 15px 8%;
  }
  .liste.col3 &gt; li {
    flex: 0 1 46%;
  }
}
@media screen and (min-width: 1025px) {
  .liste.col4 {
    gap: 15px 4%;
  }
  .liste.col4 &gt; li {
    flex: 0 1 22%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .liste.col4 {
    gap: 15px 4%;
  }
  .liste.col4 &gt; li {
    flex: 0 1 48%;
  }
}
@media all and (min-width: 1025px) {
  .liste.col6 {
    gap: 15px 2%;
  }
  .liste.col6 &gt; li {
    flex: 0 1 15%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .liste.col6 {
    gap: 15px 4%;
  }
  .liste.col6 &gt; li {
    flex: 0 1 22%;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  .liste.col6 {
    gap: 15px 4%;
  }
  .liste.col6 &gt; li {
    flex: 0 1 48%;
  }
}
.liste h2 {
  font-size: 1.8rem;
  line-height: 1.9rem;
  padding: 1.5rem 2rem;
  margin: 0;
}
.liste h2::after {
  content: none;
}
.liste h3 {
  border-bottom: 1px solid var(--color1, #fdd261);
}
.liste p {
  margin-bottom: 2rem;
  line-height: 2rem;
  font-size: 1.4rem;
}
.liste p.alignright {
  padding: 0 2rem;
}
.liste .js-show,
.liste .js-show-content {
  margin-bottom: 1rem;
}
.liste .itemInfo {
  border-top: 2px solid var(--color4, #0075ab);
}
.liste.pageFille &gt; li {
  display: flex;
  background-color: #f4f4f4;
}
.liste.pageFille .visuel {
  min-height: 12rem;
  flex: 0 0 14rem;
}
.liste.pageFille .visuel &gt; img {
  height: 100%;
  aspect-ratio: 1;
}
.liste.pageFille .itemInfo {
  padding: 2rem 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-top: none;
}
.liste.pageFille .description {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 1rem 0 0;
}
.liste.pageFille h3 {
  margin: 0;
  word-break: break-word;
}
.liste.pageFille a {
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
}

.formulaire fieldset,
.search fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .formulaire fieldset,
  .search fieldset {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .formulaire fieldset,
  .search fieldset {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .formulaire fieldset,
  .search fieldset {
    padding: 0 15rem 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formulaire fieldset,
  .search fieldset {
    padding: 0 6rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .formulaire fieldset,
  .search fieldset {
    padding: 0 2rem 2rem;
  }
}
.formulaire fieldset p,
.search fieldset p {
  margin: 0 0 2rem;
}
.formulaire legend,
.search legend {
  background-color: #f4f4f4;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .formulaire legend,
  .search legend {
    padding: 3rem 0;
    width: calc(100% + 30rem);
    margin: 0 -15rem;
  }
}
@media screen and (max-width: 1024px) {
  .formulaire legend,
  .search legend {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .formulaire legend,
  .search legend {
    width: calc(100% + 12rem);
    margin: 0 -6rem;
  }
}
@media screen and (max-width: 767px) {
  .formulaire legend,
  .search legend {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
}
.formulaire label,
.search label {
  font-size: 1.6rem;
}
.formulaire label:not(.enLigne),
.search label:not(.enLigne) {
  display: block;
}
.formulaire input[type=tel],
.formulaire input[type=url],
.formulaire input[type=date],
.formulaire input[type=file],
.formulaire input[type=text],
.formulaire input[type=email],
.formulaire input[type=number],
.formulaire input[type=search],
.formulaire input[type=password],
.formulaire textarea,
.formulaire select,
.search input[type=tel],
.search input[type=url],
.search input[type=date],
.search input[type=file],
.search input[type=text],
.search input[type=email],
.search input[type=number],
.search input[type=search],
.search input[type=password],
.search textarea,
.search select {
  font: inherit;
  height: 4rem;
  padding: 0.2rem 0.8rem;
  background-color: #fff;
  appearance: none;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 0.5rem;
}
.formulaire select,
.formulaire .js-search,
.search select,
.search .js-search {
  background-image: url("images/select_arrow.png");
  text-overflow: ellipsis;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  box-sizing: border-box;
}
.formulaire select[size],
.formulaire .js-search[size],
.search select[size],
.search .js-search[size] {
  background-image: none;
  padding-right: 0;
  height: auto;
  vertical-align: top;
}
.formulaire select::-ms-expand,
.formulaire .js-search::-ms-expand,
.search select::-ms-expand,
.search .js-search::-ms-expand {
  display: none;
}
.formulaire textarea,
.search textarea {
  vertical-align: top;
  height: auto;
  width: 100%;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .formulaire span.case,
  .search span.case {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .formulaire span.case,
  .search span.case {
    display: block;
  }
}
.formulaire span.wrapper select,
.search span.wrapper select {
  width: calc(100% - 26px);
}

.search table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search table th,
  .search table td {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .search table th,
  .search table td {
    display: block;
    padding: 0 0 0.5rem;
  }
}

.suffixe-unite {
  font: inherit;
  height: 4rem;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  margin: 0 0 0.5rem;
  display: flex;
  white-space: nowrap;
}
.suffixe-unite input {
  border: 0 !important;
  background-color: transparent !important;
  margin: 0 !important;
  vertical-align: top !important;
  width: auto !important;
  flex-grow: 2;
}
.suffixe-unite input + span {
  padding-right: 1rem;
  line-height: 4rem;
}

.prt_sommaire ul {
  column-count: 2;
  width: 80%;
  margin: 0 auto !important;
  padding: 1rem;
  background-color: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prt_sommaire ul li {
  width: 48%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .prt_sommaire ul li {
    width: 100%;
  }
}
.prt_sommaire ul li a {
  display: block;
}

.prt_plan_site ul li {
  font-size: 3rem;
  padding-left: 3rem !important;
}
.prt_plan_site ul ul li {
  font-size: 2.5rem;
}
.prt_plan_site ul ul ul li {
  font-size: 2rem;
}

.prt_bouton,
.prt_saint_jour {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.prt_bouton img,
.prt_saint_jour img {
  display: block;
  margin: auto;
  transition: transform 0.3s;
  max-width: 90%;
  max-height: 100px;
}
.prt_bouton:hover img,
.prt_saint_jour:hover img {
  transform: scale(1.1);
}
.prt_bouton a::after,
.prt_saint_jour a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 767px) {
  .prt_agenda_prochains h2,
  .prt_actualite_dernieres h2 {
    float: left;
  }
  .prt_agenda_prochains ul.liste,
  .prt_actualite_dernieres ul.liste {
    clear: both;
  }
  .prt_agenda_prochains .alignright,
  .prt_actualite_dernieres .alignright {
    padding-top: 1.4rem;
  }
}

.prt_projet form {
  background-color: var(--color1, #fdd261);
  margin: 0 -2rem;
  border-radius: 0 0 1rem 1rem;
  padding: 2rem 1rem 1px;
}
.prt_projet form ul {
  margin-bottom: 1.5rem;
}
.prt_projet form li {
  padding: 0.5rem 0;
}
.prt_projet form li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
.prt_projet form li span {
  font-weight: 700;
  font-size: 2rem;
}
.prt_projet form .btnJaune {
  color: #fff !important;
  background-color: #303030;
}
.prt_projet form .btnJaune:hover, .prt_projet form .btnJaune:active, .prt_projet form .btnJaune:focus {
  background-color: rgb(79.05, 79.05, 79.05);
}

.projet-avancement {
  border-top: 1px solid #e4e4e4;
  padding: 2rem;
}
.projet-avancement-montant {
  font-weight: 700;
  margin-bottom: 1rem !important;
}
.projet-avancement-progression {
  border-radius: 10px;
  background-color: #e4e4e4;
  position: relative;
}
.projet-avancement-progression div {
  border-radius: 10px;
  background-color: var(--color1, #fdd261);
  height: 15px;
}
.projet-avancement-progression span {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 10px;
}

.fc .fc-toolbar-title {
  text-transform: capitalize;
}

.slideShow {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .slideShow {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .slideShow {
    margin-bottom: 4rem;
  }
}
.slideShow .slideShowContainer {
  margin: 0;
}
.slideShow .slideShowControl {
  position: relative;
  min-height: 4rem;
}
.slideShow .slick-slide img {
  margin: auto;
}
.slideShow .slick-dots {
  position: static;
  padding: 1rem 7.3rem;
  box-sizing: border-box;
}
.slideShow .slick-dots li {
  vertical-align: middle;
}
.slideShow .slick-dots li button::before {
  color: var(--color4, #0075ab) !important;
  font-size: 4rem;
}
.slideShow .slick-arrow {
  background-color: var(--color4, #0075ab);
  color: #fff;
}
.slideShow .slick-prev,
.slideShow .slick-next {
  top: auto;
  bottom: 0;
  width: 7.3rem;
  height: 4rem;
  transition: all 0.2s ease;
  transform: none;
}
.slideShow .slick-prev:hover, .slideShow .slick-prev:focus,
.slideShow .slick-next:hover,
.slideShow .slick-next:focus {
  background-color: #303030;
}
.slideShow .slick-prev {
  left: 0;
}
.slideShow .slick-next {
  right: 0;
}
.slideShow .item {
  text-align: center;
}
.slideShow .visuel {
  position: relative;
  display: inline-block;
}
.slideShow .visuel h4 {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 1.5rem 2rem;
  color: #fff;
  font-weight: 700;
}
.slideShow .text {
  padding: 1.5rem 2rem;
}
.slideShow .text .resume {
  line-height: 2rem;
}
.slideShow .text p {
  margin-bottom: 2rem;
}

.js-panel-controlGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -200%;
  padding: 0 200%;
  border-bottom: 2px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
  .js-panel-controlGroup {
    flex-wrap: wrap;
    padding: 0 1.5rem;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .js-panel-controlGroup li {
    margin: 0 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .js-panel-controlGroup li {
    margin: 0.2rem;
  }
}

.js-panel-control {
  display: block;
  padding: 1rem 1rem 1.2rem;
  color: #303030;
  text-align: center;
  line-height: 1.8rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .js-panel-control {
    border-left: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    border-top: 2px solid #e4e4e4;
    position: relative;
    bottom: -2px;
  }
}
@media screen and (max-width: 767px) {
  .js-panel-control {
    border: 2px solid #e4e4e4;
    font-size: 1.4rem;
    min-width: 85px;
  }
}
.js-panel-control:hover, .js-panel-control:focus {
  text-decoration: none;
}
.js-panel-control.selected {
  background-color: #f4f4f4;
}

.js-panel {
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .navPanel {
    position: absolute;
  }
}
.navPanel .arrow::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 2rem;
  color: #303030;
}
@media screen and (max-width: 767px) {
  .navPanel.prev {
    left: 0;
  }
}
.navPanel.prev .arrow::before {
  content: "\f060";
}
@media screen and (max-width: 767px) {
  .navPanel.next {
    right: 0;
  }
}
.navPanel.next .arrow::before {
  content: "\f061";
}

#bandeauHaut .top {
  background-color: var(--color4, #0075ab);
  font-size: 1.4rem;
  color: #fff;
  padding: 0.6rem 0;
}
#bandeauHaut .top .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bandeauHaut .top a {
  color: #fff;
}
#bandeauHaut.miroir .top {
  background: repeating-linear-gradient(45deg, var(--color4, #0075ab), var(--color4, #0075ab) 0, #fff 15px);
}
#bandeauHaut .bottom {
  border-bottom: 2px solid #e4e4e4;
}
#bandeauHaut .bottom .inner {
  display: flex;
}
@media screen and (min-width: 1025px) {
  #bandeauHaut .bottom .inner {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  #bandeauHaut .bottom .inner {
    align-items: center;
  }
}

#logo img {
  display: block;
}
@media screen and (min-width: 1025px) {
  #logo {
    padding: 2rem 2rem 2rem 0;
  }
  #logo img {
    max-width: 15rem;
    max-height: 15rem;
  }
}
@media screen and (max-width: 1024px) {
  #logo a {
    color: #303030;
    line-height: 2rem;
    display: block;
  }
  #logo img {
    max-height: 6rem;
  }
}

#ephemeride {
  text-align: center;
}
#ephemeride .fete {
  line-height: 1.5rem;
  display: inline-block;
}

#btnSites {
  border: 0;
  background-color: var(--color4, #0075ab);
  color: #fff;
  padding: 0 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
}
#btnSites::after {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-left: 1rem;
}
#btnSites[aria-expanded=false]::after {
  content: "\f107";
}
#btnSites[aria-expanded=true]::after {
  content: "\f106";
}

#blocSites {
  display: none;
  background-color: #46ace2;
}
#blocSites ul {
  display: flex;
}
@media screen and (min-width: 481px) {
  #blocSites ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #blocSites ul {
    flex-direction: column;
  }
}
#blocSites ul li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #blocSites ul li {
    flex: 0 1 31%;
    margin: 1rem 1.1667%;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #blocSites ul li {
    flex: 0 1 48%;
    margin: 1rem 1%;
  }
}
@media screen and (max-width: 480px) {
  #blocSites ul li {
    margin: 1rem 0;
  }
}
#blocSites ul li a {
  color: #303030;
  font-weight: 400;
}

#btnMenuMobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  #btnMenuMobile {
    display: block;
    border: none;
    padding: 1.5rem 1rem 1.5rem 1rem;
    margin-right: 1rem;
    background-color: transparent;
    width: 3.8rem;
  }
  #btnMenuMobile::before {
    font-family: "Font Awesome 6 Solid", sans-serif;
    font-weight: 900;
    line-height: 1;
    content: "\f0c9";
    font-size: 2rem;
    font-weight: 700;
  }
  #btnMenuMobile[aria-expanded=true]::before {
    content: "\f00d";
  }
}

#navigationHeader {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #e4e4e4;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #navigationHeader {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 1025px) {
  #menuCommun {
    flex-grow: 1;
    padding: 3rem 0;
  }
}
#menuCommun ul {
  display: flex;
}
@media screen and (min-width: 1025px) {
  #menuCommun ul {
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #menuCommun ul {
    flex-direction: column;
  }
}
#menuCommun li.selected a .libelle::after,
#menuCommun li a:hover .libelle::after, #menuCommun li:focus .libelle::after {
  content: "";
  width: 1.8rem;
  height: 0.2rem;
  background-color: var(--color4, #0075ab);
  position: absolute;
  bottom: -0.6rem;
  left: 0;
}
#menuCommun a {
  display: flex;
  align-items: center;
  color: #303030;
  text-decoration: none;
  font-weight: 500;
  line-height: 2.2rem;
}
@media screen and (min-width: 1025px) {
  #menuCommun a {
    padding: 0 2.5rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #menuCommun a {
    padding: 0.8rem 1rem;
  }
}
#menuCommun a::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  padding-right: 1.5rem;
  font-size: 150%;
}
#menuCommun a.homeLink::before {
  content: "\f51d";
}
#menuCommun a.horaireLink::before {
  content: "\f017";
}
#menuCommun a.agendaLink::before {
  content: "\f073";
}
#menuCommun a.actualiteLink::before {
  content: "\f1ea";
}
#menuCommun a.groupeLink::before {
  content: "\f500";
}
#menuCommun a.donLink::before {
  content: "\f004";
}

#menu {
  background-color: #f4f4f4;
  margin: 0 -200% 0 0;
  padding: 0 200% 0 0;
}
#menu a {
  font-weight: 500;
  text-decoration: none;
  color: #303030;
}
#menu ul.niv1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #menu ul.niv1 {
    flex-direction: column;
    flex-wrap: nowrap; /* sinon pb avec le column-width ci-dessous (marge basse) */
  }
}
#menu ul.niv2 {
  column-width: 250px;
}
#menu ul.niv3 {
  margin-left: 1rem;
}
@media screen and (min-width: 1025px) {
  #menu li.niv1 {
    padding: 0.6rem 3rem;
  }
}
@media screen and (max-width: 1024px) {
  #menu li.niv1 {
    padding: 0.5rem 2rem 0.5rem 5.5rem;
  }
}
#menu li.niv1 &gt; a {
  color: #303030;
}
#menu li.niv1 &gt; a span {
  position: relative;
}
#menu li.niv1.selected a span::after,
#menu li.niv1 a:hover span::after, #menu li.niv1:focus span::after {
  content: "";
  height: 0.2rem;
  background-color: var(--color1, #fdd261);
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
}
#menu li.niv2 {
  break-inside: avoid;
  padding: 1rem 2.5rem;
}
#menu li.niv2 &gt; a {
  font-weight: 700;
}
#menu li.niv2.selected &gt; a,
#menu li.niv2 a:hover,
#menu li.niv2 a:focus {
  text-decoration: underline;
}
#menu li.niv3 {
  position: relative;
  padding-left: 2rem;
  font-style: italic;
}
#menu li.niv3.selected &gt; a,
#menu li.niv3 a:hover,
#menu li.niv3 a:focus {
  text-decoration: underline;
}
#menu li.niv3::before {
  content: "&gt;";
  position: absolute;
  left: 0;
  top: 0;
}
#menu .sousMenu {
  background-color: #e4e4e4;
  display: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  margin: 0 -200% 0 0;
  padding: 0 200% 0 0;
}
@media screen and (min-width: 1025px) {
  #menu .sousMenu {
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
}

#bandeauBas .bottom::after {
  z-index: auto;
}
#bandeauBas .contact {
  background-color: #f4f4f4;
}
@media screen and (min-width: 1025px) {
  #bandeauBas .contact {
    flex: 0 1 62%;
    margin-left: -200%;
    padding: 6rem 6rem 22% 200%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #bandeauBas .contact {
    flex: 0 1 50%;
    margin-left: -2rem;
    padding: 2rem 2rem 13%;
  }
}
@media screen and (max-width: 767px) {
  #bandeauBas .contact {
    margin: 0 -2rem;
    padding: 2rem 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #bandeauBas .contact .contactInner {
    column-count: 2;
  }
}
#bandeauBas .contact p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 3rem;
  display: table;
}
#bandeauBas .contact .data {
  font-weight: 600;
}
#bandeauBas .contact .data a:not(.voirMap) {
  font-weight: 600;
  color: #303030;
  word-break: break-word;
}
#bandeauBas .contact .data a.voirMap {
  font-weight: 400;
  color: #303030;
}
#bandeauBas .contact .data a.voirMap::after {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f105";
  color: var(--color1, #fdd261);
  margin-left: 1rem;
  display: inline-block;
  font-size: 1.4rem;
}
#bandeauBas .personnes {
  background-color: #e4e4e4;
}
@media screen and (min-width: 1025px) {
  #bandeauBas .personnes {
    flex: 0 1 38%;
    margin-right: -200%;
    padding: 6rem 200% 22% 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #bandeauBas .personnes {
    flex: 0 1 50%;
    margin-right: -2rem;
    padding: 2rem 2rem 13%;
  }
}
@media screen and (max-width: 767px) {
  #bandeauBas .personnes {
    margin: 0 -2rem;
    padding: 2rem 2rem 10%;
  }
}
#bandeauBas .personnes .personneInner {
  display: flex;
  align-items: center;
  line-height: 1.8rem;
  font-size: 1.4rem;
}
#bandeauBas .personnes .personneInner:not(.firstPersonne) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #bandeauBas .personnes .personneInner.firstPersonne {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #bandeauBas .personnes .personneInner.firstPersonne {
    margin-bottom: 3rem;
  }
}
#bandeauBas .personnes img {
  width: 6rem;
  border-radius: 50%;
  margin-right: 3rem;
  flex-shrink: 0;
}
#bandeauBas .personnes .email {
  color: #494949;
  font-weight: 400;
  word-break: break-word;
}
#bandeauBas .personnes .nom {
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
#bandeauBas .social {
  display: flex;
  margin: 2rem -1.5rem;
}
#bandeauBas .social a {
  margin: 0 1.5rem;
}
#bandeauBas .social a .pictoRS::before {
  font-family: "Font Awesome 6 Brands", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 2rem;
}
#bandeauBas .social a.facebook .pictoRS::before {
  content: "\f39e";
}
#bandeauBas .social a.youtube .pictoRS::before {
  content: "\f167";
}
#bandeauBas .social a.twitter .pictoRS::before {
  content: "\f099";
}
#bandeauBas .social a.instagram .pictoRS::before {
  content: "\f16d";
}
#bandeauBas .social a:hover, #bandeauBas .social a:focus {
  text-decoration: none;
}
#bandeauBas .social a:hover .pictoRS::before, #bandeauBas .social a:focus .pictoRS::before {
  color: var(--color1, #fdd261);
}
</pre></body></html>