<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">strong {
  font-weight: bold;
}
html{
  background-color: rgb(233, 230, 230);
  display: flex;
  justify-content: center;
}
body{
  background-color: #ffffff;
  width: 80vw;
}
ul, ol {
  list-style:disc;
  margin-left: 2rem;
}
.button {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  text-decoration: none;
  text-align: center;
  border: 2px solid rgb(238, 213, 25);
  color: rgb(122, 0, 109);
  border-radius: 15px;
  padding: 0.5rem 1rem; 
  transition: border-color 0.3s ease;
}
.button:hover {
  box-shadow: 2px 2px 15px  #8c8c8c; 
}
.return-button{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  border: none;
  font-size: 1.25rem;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  margin-left: 5rem;
}
.return-button:hover{
  text-shadow: #8c8c8c 1px 0 10px;
}
/* ------------------- header -------------------------------- */
.navbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  height: 7rem;
}
.navbar-logo{
  width: 100px;
  height: fit-content;
  padding: 1.5rem;
}
.navbar-liste{
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  justify-content: space-between;
  margin-right: 1.5rem;
}
.navbar-item{
  margin-right: 3rem;
  list-style: none;
}
.navbar-link{
  text-decoration: none;
  color: #000000;
}
.navbar-link:hover{
  text-shadow:  #8c8c8c 1px 0 10px;
}
.navbar-separator{
  margin-top: 0;
  margin-bottom: 1rem;
  background-color: rgb(122, 0, 109);
  width: 100%;
  height: 0.2rem;
  }
.access{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .5rem;
  margin: 1rem 1rem 0 0;
}
.button-access {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  text-decoration: none;
  text-align: center;
  border: 2px solid #000000;
  color: #000000;
  background-color: #fefefe;
  border-radius: 10px;
  padding: 0.25rem 0.5rem; 
  transition: border-color 0.3s ease;
}
.button-access:hover{
  background-color: #000000;
  color: #ffffff;
}
.not-visible{
  visibility: hidden;
}
.fa-eye{
  position: relative;
}
.fa-eye-slash{
  position: absolute;
  margin-right: 9rem;
}
  /* --------------------  MENU BURGER ----------------------------- */
.menu-burger {
	width: 60px;
	position: fixed;
	right: 8rem;
	top: 0;
	z-index: 100;
	display: none;
}
.button-burger, .close-button-burger {
  margin-top: 1rem;
  font-size: 2rem;
  cursor: pointer;
}
.menu-hamburger {
  display: none;
}
.menu-clic{
  min-width: 300px;
	height: 30vh;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	background: #ffffff;
	padding: 20px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-shadow:  #8c8c8c 1px 0 10px;
}
.menu-logo-button{
  display: flex;
  justify-content: space-between;
}
.logo-burger {
	display: block;
	margin: 0 2rem 20px;
	width: 100px;
}
.burger-nav{
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  justify-content: space-between;
  line-height: 2rem;
  align-self: center;
}
/* --------------- end header ---------------------- */
.footer1{
  display: flex;
  justify-content: space-around;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.footer1 a{
  text-decoration: none;
}
.footer-m{
  color: #000000;
}
.footer-f{
  color: #1877F2;;
}
.footer2{
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/* ----------------- index ---------------------------------- */
.index-section1{
  display: flex;
  margin: 2.5rem;
}
.index-container{
  display: flex;
  gap: 2.5rem;
}
.menu-container{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.index-h1, .index-subtitle{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
.index-subtitle{
  margin-bottom: 2.5rem;
}
.activity-link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height:8rem; 
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color:#ffffff;
}
.bg-1{
  background-image: url(../img/index_marche_desktop.jpg);
  background-size: cover;
}
.bg-2{
  background-image: url(../img/index_natation_desktop.jpg);
  background-size: cover;
}
.bg-3{
  background-image: url(../img/index_judo_desktop.jpg);
  background-size: cover;
}
.bg-4{
  background-image: url(../img/index_gym_desktop.jpg);
  background-size: cover;
}
.bg-5{
  background-image: url(../img/index_petanque_desktop.jpg);
  background-size: cover;
}
.bg-6{
  background-image: url(../img/index_clubs_desktop.jpg);
  background-size: cover;
}
.bg-1:hover, .bg-2:hover, .bg-3:hover, .bg-4:hover, .bg-5:hover, .bg-6:hover{
  box-shadow: 2px 2px 15px  #8c8c8c; 
}
.index-container2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2rem 5rem;
}
.index-section2{
  margin-left: 2.5rem;
  display: flex;
}
.fc{
  width: 35rem;
  margin-bottom: 2rem;
}
.fc-header-toolbar{
  font-weight: bold;
}
.fc-col-header thead{
  font-weight: 900;
}
/* ------------  Styles pour la modale --------------- */
.modal {
  display: none; 
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
  background-color: #fefefe;
  margin: 25% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  box-shadow: 0 4px 8px  rgb(238, 213, 25);
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.modal-content h2{
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: rgb(122, 0, 109);
}
.modal-content p{
  line-height: 20px;
}
.modal-date{
  margin-top: 1rem;
}
.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-btn:hover,
.close-btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* ------------end modal -------------*/
.actus-index{
  display: flex;
  flex-direction: column;
}
.index-title{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  align-self: center;
  margin-bottom: 2rem;
}
.index-actus{
  display: flex;
  margin-left: 2.5rem;
}
.index-actu-container{
  display: flex;
  flex-direction: column;
}
.index-actu-photo{
  margin-bottom: 2.25rem;
  box-sizing: border-box;
}
.index-actu-photo img{
 height: 9rem;
 width: fit-content;
}
.index-actu-text{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  margin: .5rem 0 2.25rem 3rem;
  height: 9rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #000;
}
.index-actu-text:hover{
  background-color: hsla(0, 0%, 92%, .25);
  border-radius: 5px;
  box-shadow:  #EBEBEB 1px 0 10px;
}
.index-category{
  background-color:  rgb(235, 229, 181);
  box-shadow:  #8c8c8c 1px 0 10px;
  width: 10rem;
  padding: 5px 10px;
  margin-bottom: .5rem;
}
.index-h3{
  color: rgb(122, 0, 109);
  font-weight: bold;
}
.index-button{
  align-self: center;
  margin: 3rem 5rem;
}
.default-img i{
  width: 300px;
}

.index-section3{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  margin: 5rem;
}
.index-container-infos{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
.border-info{
  border-right: 1px solid #000000;
  padding-right: 5rem;
}
.border-info2{
  margin-left: 3rem; 
}
.index-bloc-info{
  display: flex;
  flex-direction: column;
}
.index-bloc-info p{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.index-icons{
  font-size: 2rem;
  align-self: center;
  margin-bottom: 1rem;
}
/* -------------- pagination ---------------- */
.pagination{
  display: flex;
  justify-content: center;
  gap:1rem;
  margin-bottom: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-weight: bold;
}
.pagination-item{
  color: rgb(122, 0, 109);
  text-decoration: none;
}
.current-page{
  color: #eb2d53;
  text-decoration: none;
}
.other-page{
  color: rgb(238, 213, 25);
  text-decoration: none;
}
/* ------------------- documents ------------------- */
.documents{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.doc{
  display: flex;
  align-items: center; 
  gap: .75rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 1.25rem;
}
.doc-lien {
  font-size: 1rem;
  color: #000000;
  text-decoration: none;
}
.doc-lien i {
  color: #eb2d53;
  font-size: 2rem;
}
/* ----------------------- videos -------------------*/
.videos{
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
/* ----------------- titles ------------------*/
.container-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.title-content{
  display: flex;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 2rem;
  color: rgb(122, 0, 109);
}
.separator-title{
  width: 20%;
  height: 0.25rem;
  border-radius: 20px;
  background-color: rgb(238, 213, 25);
}
.text-content{
  margin: 3rem 10rem;
  line-height: 1.5rem;
}
/* -------------------- photos ------------------ */
.container-photos-content{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin: 3rem;
}
.photos-content{
  max-width: 10rem;
  max-height: 8rem;
}
/* -------------------- Ã&nbsp; propos --------------------- */
.link-page{
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    margin: 3rem 0;
}
.link-item{
  text-decoration: none;
  color: #000000;
  border: 2px solid #EED519;
  border-radius: 10px;
  background-color: rgb(245, 241, 214);
  padding: 1rem;
}
.link-item:hover{
  background-color: #EED519;
}
.apropos, .apropos-historique, .apropos-cd{
 margin: 5rem 10rem;
}
.apropos-text{
  margin-top: 2rem;
}
.top-arrow{
  position: fixed;
  right: 15rem;
  bottom: 2rem;
  font-size: 4rem;
  color: rgb(122, 0, 109);
}
/* ------------------------------ Partenaires -------------------------------- */
.partenaires{
  margin: 2rem 10rem;
}
/* ------------------------------- ActivitÃ©s --------------------------------- */
.activites{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  margin: 5rem 0 ;
}
/* --------------------------- Actus ------------------------------------- */
.actus-container{
  display: flex;
  justify-content: space-between;
  margin: 2rem 5rem;
}
.actus-category{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.actus-category-link {
  text-decoration: none;
  color: #000000;
  border: 2px solid #7A006D;
  border-radius: 10px;
  padding: 1rem;
  background-color:  #f5f0f4;
}
.actus-category-link:hover{
  background-color: #7A006D;
  color: #f6eef5;
}
.actus-actu-category{
  background-color:  rgb(235, 229, 181);
  box-shadow:  #8c8c8c 1px 0 10px;
  width: 10rem;
  padding: 5px 10px;
  margin-bottom: .5rem;
}
.actus-title{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.actus-actus{
  display: flex;
  margin-left: 2.5rem;
}
.actus-actu-container{
  display: flex;
  flex-direction: column;
}
.actus-actu-photo{
  margin-bottom: 2.25rem;
  box-sizing: border-box;
}
.actus-actu-photo img{
 height: 9rem;
 width: fit-content;
}
.actus-actu-text{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  margin: .5rem 0 2.25rem 3rem;
  height: 9rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #000;
}
.actus-actu-text:hover{
  background-color: hsla(0, 0%, 92%, .25);
  border-radius: 5px;
  box-shadow:  #EBEBEB 1px 0 10px;
}
.actus-h3{
  color: rgb(122, 0, 109);
  font-weight: bold;
}
/* -------------------- ActualitÃ© ----------------------- */
.actualite{
  margin: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
article{
  display: flex;
  flex-direction: column;
}
.actualite-date{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    align-self: center;
}
.actualite-title{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 2rem;
  color: #7A006D;
  align-self: center;
}
/* ------------------------------ Faq ---------------------------- */
.faq{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
}
.question{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  border-bottom: 2px solid rgb(122, 0, 109);
  border-top: 2px solid rgb(122, 0, 109);
  padding: 2rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    margin-bottom: 2rem;
}
.sign{
  display: flex;
  color: #7A006D;
  border: 2px solid rgb(238, 213, 25);
  border-radius: 50%;
  padding: .5rem;
  cursor: pointer;
}
.none { 
  display: none;
}
.response{
  width: 50%;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
/* ----------------------------- glossary ---------------------------- */
.glossaire{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container-glo{
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin: 30px;
justify-content: center;
}
.lexique-index{
max-width: 1150px;
}
.letter{
display: flex;
width: 50px;
height: 50px;
margin: 5px;
cursor: pointer;
}
.lexique-index ul li span{
display: flex;
flex-wrap: wrap;
align-content: center;
}
.active{
border: 1px solid #7A006D;
background-color: #7A006D;
color: #EED519;
justify-content: center;
}
.active:hover, .selected{
border: 1px solid #EED519;
background-color: #EED519;
color: #7A006D;
}
.disable{
border: 1px solid#BBBBBB;
background-color:#EBEBEB ;
color: #BBBBBB;
justify-content: center;
}
.lex {
display: flex;
flex-direction: column;
box-sizing: border-box;
margin: 0 20%;
}
.lexique {
margin-bottom: 50px;
}
.hidden{
opacity: 0;
height: 0;
margin: 0;
overflow: hidden;
}
.letter{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.title-lex{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-size: 1.5rem;
    color: #7A006D;
    margin-bottom: 2rem;   
}
hr{
  width: 90%;
}
/* ------------------------- inscription -------------------------- */
.inscription {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 1.25rem;
  margin: 5rem 0;
}
.pass-sport{
  display: flex;
  flex-direction: column;
  gap: .75rem;
  align-items: center;
}
.pass-sport-link{
  color: #1877F2;
  text-decoration: none;
}
.inscr{
 display: flex; 
 flex-direction: column;
 align-items: center;
 gap: .75rem; 
}
.inscr-lien {
  font-size: 1rem;
  color: #000000;
  text-decoration: none;
}
.inscr-icon {
  color: #eb2d53;
  font-size: 2rem;
}
.margin-text{
  margin: 0 5rem;
}
/* --------------- contact -------------------- */
.contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  margin: 5rem 0;
}
.contact-items{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:.75rem
}
.contact-icon{
  color: #7A006D;
  font-size: 2rem;
}
.contact-bold{
  font-weight: 700;
  margin-top: 2rem;
}
.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}
/* ---------------------------------  responsive  --------------------------- */
@media screen and (max-width: 1480px) {
  .actus-content{
    display: none;
  }
}
@media screen and (max-width:1410px){
  .navbar-link{
    font-size: 0.75rem;
  }
  .index-container2{
    margin: 0 0 0 0.5rem;
  }
  .index-button{
    margin: 1rem 0;
  }
  .index-actu-text{
    margin: 1rem 1rem 0 0.5rem;
  }
}
@media screen and (max-width:1380px){
  .index-tiny{
    display: none;
  }
}
@media screen and (max-width:1200px){
  .menu{
    display: none;
  }
  .menu-burger {
  display: block;
  } 
  .navbar-link{
    font-size: 1.5rem;
  }
  .menu-clic{
    height: 70vh;
  }
  .index-section1{
    margin-top: 5rem;
    flex-direction: column-reverse;
  }
  .activity-link{
    width: 10rem;
    height:6rem; 
  }
  .index-container{
  align-self: center;
  }
  .index-container2{
    margin: 1rem;
    }
  .index-button{
    margin: 1.5rem;
  }
  .index-h1, .index-subtitle{
    font-size: 1.25rem;
  }
  .fc-header-toolbar{
   font-size: .75rem;
  }
  .index-actu-photo img{
    height: 6rem;
   }
   .index-actu-text{
    margin: .5rem 1rem 2.25rem 2.25rem;
    height: 6rem;
    line-height: 1rem;
  }  
  .partenaires{
    margin: 2rem 4rem;
  }
  .top-arrow{
    right: 9rem;
  }
  .container-photos-content{
    grid-template-columns: repeat(3, 1fr);
  }
  .return-button{
    margin: 2rem 0 0 2rem;
    display: flex;
  }
}
@media screen and (max-width:1020px){
  body{
    width: 100%;
  }
}
@media screen and (max-width:920px){
  .actus-index{
    width: 30vw;
    margin-right: 1rem;
  }
  .index-subtitle{
    margin-bottom: 1rem;
  }
  .index-section2{
    flex-direction: column;
  }
  .actus-index{
    width: 90%;
  }
 .index-section3{
  margin: 2rem;
 }
 .index-container-infos{
  gap: 0.5rem;
 }
 .border-info{
  padding-right: 0.5rem;
 }
 .border-info2{
  margin-left: 0.5rem;
 }
 .apropos, .apropos-historique, .apropos-cd{
  margin: 5rem 4rem;
 }
 .top-arrow{
  right: 7rem;
 }
}
@media screen and (max-width:820px){
  .actus-container{
    margin: 2rem 2rem;
  }
}
@media screen and (max-width:750px){
  .apropos, .apropos-historique, .apropos-cd, .partenaires{
    margin: 3rem 3rem;
  } 
  .top-arrow{
    right: 1rem;
    bottom: 0.5rem;
  }
  .index-actu-text{
    margin: 0.5rem 1rem 0.5rem 1rem;
    height: 13vh;
  }
  .index-actu-text p { 
    display: none;
  }
  .text-content{
    margin: 3rem 5rem;
  }
  .actus-container{
    margin: 2rem 1rem;
  }
}
@media screen and (max-width:700px){
  body {
   width: 100vw;
  }
  .menu-burger{
    right: 1rem;
  }
  .index-section2{
    margin: 0.5rem;
  }
  .index-section2 &gt; div {
   width: 100%;
  }
  .apropos, .apropos-historique, .apropos-cd, .partenaires{
    margin: 3rem 1rem;
  } 
  .inscr-name{
    margin-left: 2rem;
  }
  .actus-category{
    align-items: center;
  }
  .actus-container{
    flex-direction: column-reverse;
    margin: 2rem 1rem;
  }
  .actus-actu-text{
    margin: 0.5rem 0 1rem 3rem;
  }
  .actus-actu-photo{
    margin-bottom: 1.25rem;
  }
  .margin-text{
    margin: 0;
  }
}
@media screen and (max-width:550px){
  .actus-actus{
    margin: 0;
  }
}
@media screen and (max-width:520px){
  .index-actu-text{
    margin: 1rem 1rem 0 1rem;
  }
  .index-actus{
    margin-left: 0;
  }
  .container-photos-content{
    grid-template-columns: repeat(2, 1fr);
    margin: 3rem 0.5rem;
  }
  .actus-title{
    margin: 2rem 0;
   }
   .index-actus{
    gap: 1rem;
   }
   .index-actu-text{
    margin: 0;
    height: 14.75vh;
   }
   .text-content{
    margin: 1rem;
   }
  .index-container-infos{
   display: flex;
   flex-direction: column;
   gap: 1.5rem;
  }
  .index-bloc-info p { 
    display: none;
  }
  .border-info, .border-info2{
    border-right: none;
    border-top: 1px solid #000000;
    padding-top: 1rem;
  }
  .activites{
    margin: 3rem 1rem;
  }
  .title-content{
    margin-top: 2rem;
  }
  .text-content{
    margin: 3rem 3rem;
  }
  .link-page{
    max-width: 90vw;
   margin-left: 1rem;
  }
  .question, .response{
    width: 80%;
  }
  .lex{
    margin: 0 10%;
  }
  .inscription, .contact, .actualite{
    margin: 2rem 1rem;
  }
  .index-actu-text p{
    display: none;
  }
  .index-actu-text{
    height: 14.5vh;
  }
  .actualite-title{
    font-size: 1.5rem;
  }
  .actus-actu-photo img{
    height: 5.5rem;
  }
  .actus-actu-category{
    display: none;
  }
  .actus-actu-text{
    height: 7rem;
    font-size: 0.75rem;
    margin: 0;
  }
}
@media screen and (max-width:420px){
  .videos{
   display: flex;
   flex-direction: column;
   gap: 1rem;
   align-items: center;
  }
}
@media screen and (max-width:365px){
  .index-section1{
  margin: 2.5rem 0;
  }
  .index-actu-photo{
    margin-bottom: 0;
  }
  .index-container{
    gap: .5rem;
  }
  .menu-container{
    gap: 0.5rem;
  }
  .index-actu-container{
    gap: .5rem;
  }
  .container-photos-content{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .margin-text{
    margin: 0 2rem;
  }
  .link-page{
    gap: 1rem;
  }
}
/* --------------------------- accessibilitÃ© ----------------------------- */
.buttons-access {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  text-decoration: none;
  text-align: center;
  border: 2px solid #000000;
  color: #000000;
  border-radius: 15px;
  padding: 0.5rem 1rem; 
  transition: border-color 0.3s ease;
}
.color-access{
  color: #000000;
}
.separator-access{
  background-color: #000000;
}
.cat-access{
  background-color: #000000;
  color: #ffffff;
}
.category-access{
  border: 2px solid #000000;
  background-color: #ffffff;
}
.category-access:hover{
  background-color: #000000;
  color: #ffffff;
}
.pagination-access{
  color: #000000;
}
.current-page-access{
  color: #8c8c8c;
}
.question-access{
  border-bottom: 2px solid #000000;
  border-top: 2px solid #000000;
}
.sign-access{
  color: #000000;
  border: 2px solid #000000;
}
.active-access{
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}
.active-access:hover{
  border: 1px solid #8c8c8c;
  background-color: #aaa;
  color: #000000;
}
.modal-content-access {
  box-shadow: 0 4px 8px  #8c8c8c;
}
.modal-title-access{
  color: #000000 !important;
}</pre></body></html>