html {
	font-size: 62.5%;
}

body {
	font-family: 'Satoshi', sans-serif;
	position: relative;
}
.hide {
	display: none ! important;
}
.overlay-pop {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: white;
  overflow-y: auto;
}
.overlay-pop.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
/* CSS */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    filter 0.8s ease;
  will-change: opacity, transform, filter;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);

}



/*HEADER IMAGE*/
.header-site {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(161, 200, 97, 0.30) 0%, rgba(161, 200, 97, 0.00) 100%);
	margin-left: 22px;
	margin-right: 22px;
	padding-top: 100px;
	padding-bottom: 80px;
margin-top: 20px;
}
.header-site img {
	position: absolute;
	transition: all 0.5s ease;
	border-radius: 14px;
}
.petanque {
	width: 177px;
	left: 20px;
	top: -67px;
	height: auto;
}
.petanque-scroll {
	top: -120px  ! important; 
}
.danse {
	width: 242px;
	height: auto;
	left: 303px;
	top: 15px;
}
.danse-scroll {
	top: -194px;
}

.rue {
	width: 242px;
	height: auto;
	right: 404px;
	top: -23px;
}
.rue-scroll {
	top: -200px ! important;
}

.kayak {
	width: 199px;
	height: auto;
	right: 20px;
	top: 64px;
}
.kayak-scroll {
	top: -149px ! important;
}

.bateau {
	width: 176px;
	height: auto;
	right: 20px;
	bottom: 86px;
}
.bateau-scroll {
	bottom: 249px ! important;
}
.cirque {
	width: 176px;
	height: auto;
	left: 303px;
	bottom: -100px;
}
.cirque-scroll {
	bottom: 20px ! important;
}

.mer {
	width: 256px;
	left: 135px;
	bottom: 58px;
	height: auto;
}
.mer-scroll {
	bottom: 267px ! important;
}

.spectacle {
	width: 176px;
	height: auto;
	left: 20px;
	bottom: -32px;
}
.spectacle-scroll {
	bottom: 87px;
}
.jeunesse {
	width: 199px;
	height: auto;
	bottom: 86px;
	right: 300px;
}
.jeunesse-scroll {
	bottom: 286px ! important;
}

.sophie-camard {
	width: 256px;
	bottom: -141px;
	height: auto;
	right: 200px;
}
.sophie-camard-scroll {
	bottom: 36px ! important;
}


.logo-header {
	width: 487px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	z-index: 9;
	position: relative ! important;
	border-radius: unset !important;
}

/*INTRO SITE*/

#intro-site {
	padding-top: 65px;
	padding-bottom: 104px;
	text-align: center;
}
#intro-site ul {
	list-style: none;
	display: flex;
	align-items: center;
	padding: 0;
	text-align: center;
	justify-content: center;
	padding-bottom: 69px;
}

#intro-site ul li {
	padding-right: 30px;
	padding-left: 30px;
	border-right: 4px solid rgba(161, 200, 97, 0.30);

}

#intro-site ul li:last-child {
            border-right: unset ! important
        }

#intro-site p {
	margin: 0;
	color: #000;
	font-family: Satoshi;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 70px;
}

#intro-site ul li a {
	text-decoration: none;
	color: #000;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.6rem; /* 162.5% */

}
#intro-site ul li a:hover {
	text-decoration:underline;
}


.les-div-picto {
	display: flex;
	align-items: center;
	justify-content: center;

}

.les-div-picto span {
	color: #000;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	height: 72px;
  display: flex;
  align-items: center;
  width: 260px;
  justify-content: center;
  margin-left: -50px;
}
.les-div-picto div {
	display: flex;
	align-items: center;
	justify-content: center;
		margin-left: 10px;
	margin-right: 10px;
	cursor:pointer;
}
.les-div-picto svg {
	z-index: 2;
}
.edito span {
border-radius: 100px;
background: #A1C861;
transition:all 0.3s;
}



.edito:hover span {
	border:4px solid #A1C861;
	color:#A1C861;
	background: #fff;
}
.vos-elus span {
	border-radius: 100px;
background: #E62641;
transition:all 0.3s;
}
.vos-elus:hover span {
	border:4px solid #E62641;
	color:#E62641;
	background: #fff;
}
.vos-elus span {
	color: #fff;
}
/*BACK EN HAUT*/

#scrollToTop {
	height: 74px;
	width: auto;
	position: fixed;
	right: 35px;
	z-index: 99;
	bottom:42px;
transition: all 0.3s;
	cursor: pointer;
	            opacity: 0; /* Opacité initiale à 0 */
            transition: opacity 0.5s ease-in-out; /* Transition fluide pour l'opacité */
}
#scrollToTop:hover {
	opacity:0.8;
}


        /* Affiche le bouton lorsque l'utilisateur commence à faire défiler la page */
        body.scrolled #scrollToTop {
            display: block;
        }


/*DECIDER AVEC VOUS*/

#decider-avec-vous {
	border-radius: 20px;
	background: #A1C861;
	margin-left: 22px;
	margin-right: 22px;
	padding-top: 42px;
	padding-bottom: 100px;
	overflow: hidden;
}

#decider-avec-vous .cards-wrapper .card:first-child img {
  border: 4px solid #fff !important;
}
#prendre-soin-de-vous .cards-wrapper .card:first-child img {
  border: 4px solid #A1C861 !important;
}
#se-retrouver-dans-la-ville .cards-wrapper .card:first-child img {
  border: 4px solid #fff !important;
}


#prendre-soin-de-vous,
#s-epanouir-ensemble {
	border-radius: 20px;
	margin-left: 22px;
	margin-right: 22px;
	padding-top: 56px;
	padding-bottom: 120px;
	overflow: hidden;
}
#se-retrouver-dans-la-ville {
		border-radius: 20px;
	background: #E62641;
	margin-left: 22px;
	margin-right: 22px;
	padding-top: 42px;
	padding-bottom: 100px;
	overflow: hidden;
}

#dans-vos-quartiers {
		border-radius: 20px;
border-radius: 20px;
border: 4px solid #003D8B;
background: rgba(0, 61, 139, 0.10);
	margin-left: 22px;
	margin-right: 22px;
	padding-top: 42px;
	padding-bottom: 100px;
	overflow: hidden;	
}


#se-retrouver-dans-la-ville .container img {
	padding-bottom: 65px;
	height: 176px;
	width: auto;
}

#dans-vos-quartiers .container img {
	padding-bottom: 65px;
	height: 130px;
	width: auto;	
}

#prendre-soin-de-vous .container img {
	padding-bottom: 65px;
	height: 176px;
	width: auto;
}

#s-epanouir-ensemble .container img {
	padding-bottom: 65px;
	height: 176px;
	width: auto;	
}



#decider-avec-vous .container img {
	padding-bottom: 65px;
	height: 176px;
	width: auto;
}


.cards-carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-right: -22px;
}

.cards-wrapper {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	gap: 1.2rem;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.cards-wrapper::-webkit-scrollbar {
	display: none;
}

.card {
	flex: 0 0 auto;
	width: 295px;
	scroll-snap-align: start;
	background: unset;
  border: unset;
  cursor: pointer;

}

.card img {
	width: 100%;
	height: auto;
	margin-bottom: 19px;
	border-radius: 10px;
	border: 4px solid transparent;
	transition: all 0.3s;
}
.card h3 {
	margin: 0;
	color: #000;
font-size: 2rem;
font-style: normal;
font-weight: 900;
line-height: normal;
width: 250px;
padding-left:5px;
}

#se-retrouver-dans-la-ville h3 {
	color: #fff ! important;
}

.card div {
	display: flex;
	align-items: baseline;
	margin-left: -38px;
	transition: all 0.3s;
}
.card svg {
	margin-left: 6px;
	margin-right: 11px;
	opacity: 0;
	transition: all 0.3s;
}

.card:hover svg {
	opacity: 1;
}
.card:hover div {
	margin-left: 0;
}
.card:hover img {
	border:4px solid #fff;
}

#prendre-soin-de-vous .card:hover img,
#s-epanouir-ensemble .card:hover img {
	border:4px solid #A1C861 ! important;
}


/*PRE FOOTER*/

.pre-footer {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 115px;
}

.pre-footer p {
color: #000;
text-align: center;
margin: 0;
font-size: 2rem;
font-style: normal;
font-weight: 400;
padding-bottom: 50px;
line-height: normal;
}

.pre-footer img {
	width: 248px;
	height: auto;
}

/*FOOTER*/


footer {
	background: #E62641;
	padding-top: 8rem;
	padding-bottom: 10rem;
}

.mairie-centrale {
	width: 118px;
	height: auto;
	margin-bottom: 36px;
	margin-left: 10px;
}

.mairie-quartier {
	width: 139px;
	height: auto;
}

footer h2 {
	color: #FFF;
	font-size: 2rem;
	margin: 0;
	padding-bottom: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

footer p,
footer a {
	margin: 0;
	color: #FFF;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

footer a {
	text-decoration: none;
}

footer .col-lg-5 p {
	display:inline-block;
	cursor:pointer;
}

footer a:hover {
	text-decoration: underline;
}

.tel-mairie {
	padding-top: 20px;
	padding-bottom: 20px;
}

footer ul {
	padding: 0;
	list-style: none;
	margin: 0;
	padding-bottom: 80px;
}

footer span {
	padding-right: 19px;
	margin-left: 19px;
    padding-right: 19px;
    border-left: 1px solid #fff;
}




/*OVERLAY*/
.overlay-pop {
	padding: 20px;
}
.overlay-pop-back {
	border-radius: 20px;
padding-bottom: 120px;
padding-top: 116px;
}
.overlay-pop-back-rouge {
	background: #E62641;
}

.overlay-pop-back-decider-avec-vous {
	background: #A1C861;
}
.overlay-pop-back-se-retrouver-dans-la-ville {
	  background: #E62641;
}
.overlay-pop-back-dans-vos-quartiers {
border-radius: 20px;
border: 4px solid #003D8B;
background: #E6ECF3;
}

.overlay-pop-back-dans-vos-quartiers li strong {
	color:#003D8B;
}
.overlay-pop-back-se-retrouver-dans-la-ville li strong {
	color:#E62641;
}
.overlay-pop-back-decider-avec-vous li strong {
	color:#A1C861;
}



.overlay-pop-back-dans-vos-quartiers .fermer-avec-croix rect {
	fill : #003D8B ! important;
}
.overlay-pop-back-sepanouir-ensemble .fermer-avec-croix rect {
	fill : #E52641 ! important;
}
.overlay-pop-back-prendre-soin-de-vous .fermer-avec-croix rect {
	fill : #9FC760 ! important;
}
.overlay-pop-back-dans-vos-quartiers .overlay-pop-inside {
border-radius: 20px;
border: 4px solid #003D8B;
background: #FFF;
box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.20);
}

.overlay-pop-back-dans-vos-quartiers .back-rs span {
color:#003D8B ! important;
}
.overlay-pop-back-sepanouir-ensemble .back-rs span {
color:#E52641 ! important;
}
.overlay-pop-back-prendre-soin-de-vous .back-rs span {
color:#A1C861 ! important;
}

.overlay-pop-back-prendre-soin-de-vous .overlay-pop-inside {
border-radius: 20px;
border: 4px solid #A1C861;
background: #FFF;
box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.20);
}
.overlay-pop-back-sepanouir-ensemble .overlay-pop-inside {
border-radius: 20px;
border: 4px solid #E52641;
background: #FFF;
box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.20);
}

.bloc-couleur {
border-radius: 10px;
background: #9FC760;
padding:30px;
margin-top:30px;

}
.bloc-couleur h5 {
color: #000 ! important;
font-size: 1.6rem  ! important;
font-style: normal;
font-weight: 700  ! important;
line-height: normal;
text-decoration: underline  ! important;
margin:0  ! important;
padding-bottom:30px  ! important;
padding-left:11px ! important;
}
.bloc-couleur p {
padding-left:11px ! important;
}


.overlay-pop-inside {
	border-radius: 20px;
background: #FFF;
position: relative;
margin-bottom: 60px;
}


.content-overlay {
	padding-left: 30px;
	padding-right: 66px;
	padding-bottom: 90px;
}

.content-overlay h1 {
	margin: 0;
	padding-bottom: 35px;
	color: #000;
font-size: 3.2rem;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.content-overlay h2 {
	padding-left: 40px;
	color: #000;
	margin: 0;
	padding-bottom: 18px;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-image: url('img/h2.png');
	background-repeat: no-repeat;
	background-size: 20px 17px; /* Ajustez cette valeur en fonction de la taille de votre image */
	background-position: 0px 6px;
}
.content-overlay h3 {
	padding-left: 40px;
	color: #000;
	margin: 0;
	padding-bottom: 18px;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-image: url('img/h3.png');
	background-repeat: no-repeat;
	background-size: 20px 17px; /* Ajustez cette valeur en fonction de la taille de votre image */
	background-position: 0px 6px;
}
.overlay-pop-logo {
	width: 330px;
	height: auto;
	top: -69px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
  right: 0;
}
.overlay-pop-logo-bottom {
	width: 176px;
	height: auto;
	bottom: -37px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
  right: 0;
}

.content-overlay p {
	color: #000;
font-size: 1.6rem;
font-style: normal;
font-weight: 400;
line-height: normal;
	padding-left: 40px;
}
.content-overlay ul {
	padding-left:60px;
}

.content-overlay li a,
.content-overlay p a {
color: #000;
text-decoration:underline;
}
.content-overlay li a:hover,
.content-overlay p a:hover {
color: #000;
text-decoration:none;
}

.content-overlay li {
	color: #000;
font-size: 1.6rem;
font-style: normal;
font-weight: 400;
line-height: normal;

}

.header-overlay {
	padding-top: 197px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 35px;
	position: relative;
}

.header-overlay-img-abs {
position: absolute;
  left: 12px;
  top: 142px;
  height: 100px;
}


.content-overlay blockquote {
	padding-left: 40px;
	color: #E62641;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	padding-right: 50px;
	line-height: normal;
	margin: 0;
	padding-bottom: 20px;
	margin-top: 60px;
	background-image: url('img/blockquote.png');
	background-repeat: no-repeat;
	background-size: 20px 17px; /* Ajustez cette valeur en fonction de la taille de votre image */
	background-position: 0px 6px;
}
.header-overlay {
	position: relative;
}
.header-overlay-img-une {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.content-overlay h4 {
	margin: 0;
	color: #E62641;
		padding-left: 40px;
font-size: 1.6rem;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.content-overlay h5 {
	color: #E62641;
font-size: 1.4rem;
	padding-left: 40px;
font-style: normal;
font-weight: 400;
margin: 0;
padding-bottom: 40px;
line-height: normal;
}


.back-rs {
	display: flex;
	align-items: center;
	padding-left: 70px;
	padding-right: 50px;
	justify-content: space-between;
}


.btn-retour {
	width: 143px;
	height: auto;
	cursor:pointer;
	transition: all 0.3s;
	
}
.btn-retour:hover {
	opacity:0.8;
}

.back-rs span {
	color: #FFF;
padding-right: 20px;
font-size: 1.6rem;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

.rs-div {
	display: flex;
  align-items: center;
}

.rs-div img {
	height: 24px;
	width: auto;
	transition:all 0.3s;
}
.rs-div img:hover {
	opacity:0.8;
}
.rs-middle {
	margin-left: 14px;
	margin-right: 14px;
}
.rs-middle img {
	height: 14px !important;
}

/*PAGE SIMPLE*/
.page-simple {
	padding:20px;
}
.page-simple-inside {
border-radius: 20px;
  padding-bottom: 120px;
  padding-top: 116px;
}

.parent-dans-vos-quartiers {
	border-radius: 20px;
	border: 4px solid #003D8B;
	background: #E6ECF3;
}
.parent-decider-avec-vous,
.parent-no-parent {
	border-radius: 20px;
	background: #A1C861;	
}
.parent-prendre-soin-de-vous {
	
}
.parent-sepanouir-ensemble {
	
}
.parent-se-retrouver-dans-la-ville {
	border-radius: 20px;
	background: #E62641;	
}
.parent-dans-vos-quartiers .overlay-pop-inside {
	border-radius: 20px;
	border: 4px solid #003D8B;
	background: #FFF;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.20);	
}
.parent-decider-avec-vous .overlay-pop-inside {
	
}
.parent-prendre-soin-de-vous .overlay-pop-inside {
	border-radius: 20px;
	border: 4px solid #A1C861;
	background: #FFF;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.20);	
}
.parent-sepanouir-ensemble .overlay-pop-inside {
	border-radius: 20px;
	border: 4px solid #E52641;
	background: #FFF;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.20);	
}
.parent-se-retrouver-dans-la-ville .overlay-pop-inside {

}
.parent-dans-vos-quartiers .back-rs span {
	color: #003D8B ! important;
}
.parent-decider-avec-vous .back-rs span {
	
}
.parent-prendre-soin-de-vous .back-rs span {
	color: #9FC760 ! important;
}
.parent-sepanouir-ensemble .back-rs span {
	color: #E52641 ! important;
}
.parent-se-retrouver-dans-la-ville .back-rs span {
	
}

.fermer-avec-croix {
position: absolute;
  top: 16px;
  right: 16px;
cursor:pointer;
transition: all 0.3s;
}
.fermer-avec-croix:hover {
	opacity:0.8;
}




/*BLOC CHIFFRE*/

.bloc-chiffre {
	border-radius: 10px;
	background: #FFF;
	display: flex;
	align-items: center;
	padding: 20px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:40px;

}

.bloc-chiffre h6 {
	color: #FFF;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;	
	border-radius: 50%;
min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
  min-width: 52px;
  padding-left: 5px;
  padding-right: 5px;
aspect-ratio: 1 / 1;
}

.bloc-chiffre span,
.bloc-chiffre p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	width: calc(100% - 62px);
	line-height: normal;
	margin:0;
	padding-left:0 ! important;
}

.bloc-chiffre div {
	display:flex;
	align-items:center;
}

.chiffre-bleu h6 {
	background-color: #003D8B;
}

.chiffre-vert h6 {
	background-color: #A1C861;
}

.chiffre-rouge h6 {
	background-color: #E62641;
}


.chiffre-bleu {
	border: 2px solid #003D8B;
	color: #003D8B ! important;

}
.chiffre-bleu p {
color: #003D8B ! important;
}


.chiffre-vert {
	border: 2px solid #A1C861;
	color: #A1C861;

}
.chiffre-vert p {
color: #A1C861 ! important;
}
.chiffre-rouge {
	border: 2px solid #E62641;
	color: #E62641;

}
.chiffre-rouge p {
color: #E62641 ! important;
}
.les-chiffres {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 40px;
	margin-top: 60px;
}




.is-layout-flex {
	display:flex;
}

.is-vertically-aligned-center {
justify-content: center;
  display: flex;
  flex-direction: column;
}



.ouvrir-menu {
	display: none;
}
.content-overlay img {
	max-width:100%;
	height:auto;
}
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
	padding-left:40px;
}

/* Positionnement des flèches */
.carousel-arrow {
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 2;
}

.left-arrow {
	left: 10px;
}

.right-arrow {
	right: 10px;
}




@media all and (max-width: 992px) {
.carousel-arrow {
	display:none ! important;
}

.wp-block-embed__wrapper iframe {

	padding-left:0;
}

.cards-wrapper {
	margin-left:unset ! important;
}
.is-layout-flex img {
	padding-right:20px;
}
.bloc-couleur ul {
  padding-left: 15px !important;
}

.ouvrir-menu {
	display: block;
	position: absolute;
        z-index: 99;
}
.header-overlay-img-abs {
       position: absolute;
       left: 12px;
       top: 125px;
       height: 75px;
}

.bloc-couleur {
	padding:20px;
}

.bloc-couleur h5 {
color: #000 ! important;
font-size: 1.6rem  ! important;
font-style: normal;
font-weight: 700  ! important;
line-height: normal;
text-decoration: underline  ! important;
margin:0  ! important;
padding-bottom:30px  ! important;
padding-left:0 ! important;
}
.bloc-couleur p {
padding-left:0 ! important;
}
.bloc-couleur ul {
	padding-left:25px ! important;
}

.header-site img {
  position: absolute;

  transition: all 0.5s ease;

  border-radius: 14px;

}
.logo-header {
  width: 267px;
}
#scrollToTop {
  height: 40px;
  right: 20px;
}
.header-overlay {
  padding-top: 162px;
  padding-left: 20px;
  padding-right: 20px;
padding-bottom:20px;
}

.header-site {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 167px;
  margin-top: 0;
}

.content-overlay {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 90px;
}
.content-overlay p {
  padding-left: 0;
}
.content-overlay ul {
	padding-left:2rem;
}
.content-overlay blockquote {
	padding-right:0;
}
.fermer-avec-croix {
	width:46px;
	height:46px;
}

/*BLOC CHIFFRE*/


.les-chiffres {
  display: block;
  padding-left: unset;
}
.chiffre-bleu {
  margin-right:unset;
  margin-bottom: 30px;
}
.chiffre-vert {
  margin-left:unset;
}

/*HEADER*/


header ul {
	background: #A1C861;
}
header ul {
	list-style: none;
	padding-top: 20px;
	padding-bottom: 24px;
	margin: 0;

}
.new-menu {
		  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: 1000;
}

/* Quand le menu est ouvert */
header ul.ouvert,
.new-menu.ouvert {
  transform: translateY(0);
}
header ul li {
	color: #000;
font-size: 2rem;
font-style: normal;
font-weight: 700;
line-height: 2.6rem; /* 130% */
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 2px solid #fff;
}
header ul li a {
		color: #000;
		text-decoration: none;
}

header ul li:last-child {
    border-bottom: unset ! important
}

body {
	border-top: 4px solid #A1C861;
}

header .fermer-menu {
	margin-left: 20px;
}

header .ouvrir-menu {
	margin-left: 20px;
}

	/*IMAGE TOP SECTION*/
	#decider-avec-vous .container img {
	  margin-bottom: 50px;
	  height: 75px;
	  padding: unset;
	  width: auto;
	}
	#prendre-soin-de-vous .container img {
	  margin-bottom: 50px;
	  height: 75px;
	  padding: unset;
	  width: auto;
	}

	#se-retrouver-dans-la-ville .container img {
	  margin-bottom: 50px;
	  height: 75px;
	  width: auto;
	  padding: unset;
	}
	#s-epanouir-ensemble .container img {
		  margin-bottom: 50px;
		  height: 75px;
		  width: auto;
		  padding: unset;
	}

	#dans-vos-quartiers .container img {
	  margin-bottom: 50px;
	  height: 47px;
	  width: auto;
	  padding: unset;
	}

	/*INTRO SITE*/

	#intro-site ul {
		display: none;
	}
	#intro-site p {
	  padding-bottom: 50px;
	}
	#intro-site p br {
		display: none;
	}
	.les-div-picto {
	  display: block;
	  align-items: unset;
	  justify-content: unset;
	}
	#intro-site {
	  padding-top: 60px;
	  padding-bottom: 70px;
	}
	.edito {
		margin-bottom: 25px;
	}
	.les-div-picto svg {
		height: 65px;
		width: 65px;
	}

	.les-div-picto span {
	  font-size: 1.8rem;
	  height: 47px;
	  width: 215px;
	}

	/*FOOTER*/




	footer {
	  padding-top: 7.7rem;
	  padding-bottom: 6rem;
	  padding-left: 1.5rem;
	  padding-right: 1.5rem;
	}
	footer .col-lg-3 {
		text-align: center;
	}
	.mairie-centrale {
	  width: 200px;
	  height: auto;
	  margin-bottom: 50px;
	  margin-left: unset;
	}

	.mairie-quartier {
	  margin-bottom: 64px;
	}
	footer .col-lg-5 {
		padding-top: 32px;
	}

	footer ul {
	  padding-bottom: 50px;
	}

	/*PRE FOOTER*/

	.pre-footer {
	  padding-top: 100px;
	  padding-bottom: 100px;
	  padding-left: 20px;
	  padding-right: 20px;
	}



	/*LES CARDS*/
	.card {
	  margin-left: unset ! important;
	  width: 100%;
	  margin-bottom: 25px;
	}
	.cards-wrapper {
		display: block;
		gap: unset;
		padding-left: 20px;
		padding-right: 20px;
	}
	.card img {
	  margin-bottom: 10px;
	}


	#prendre-soin-de-vous, #s-epanouir-ensemble {
	  padding-top: 50px;
	  padding-bottom: 60px;
	}



	/*OVERLAY*/
	.overlay-pop {
	  padding: 0;
	}

	.overlay-pop-logo {
	  width: 220px;
	}


	.back-rs {
		flex-flow: column-reverse;
		padding-left: 50px;
                padding-right: 50px;
	}
	.overlay-pop-inside {
	  border-radius: 20px;
	  background: #FFF;
	  position: relative;
	  margin-bottom: 80px;
	}
	.rs-div {
	  padding-bottom: 60px;
	}

.spectacle {
  width: 57px;
  height: auto;
  left: 90px;
  bottom: 120px;
  border-radius: 3.257px ! important;
}
.mer {
width: 127px;
  border-radius: 3px;
  top: 0;
  left: 90px;
bottom:unset;
}
.petanque,
.kayak,
.rue {
	display:none;
}

.sophie-camard {
  width: 194px;
  bottom: 20px;
  height: auto;
  right: 20px;
}
.jeunesse {
  width: 125px;
  height: auto;
  bottom: 305px;
  right: 20px;
}
.bateau {
  width: 58px;
  height: auto;
  right: 20px;
  bottom: 227px;
}
.cirque {
  width: 128px;
  height: auto;
  left: 20px;
  bottom: 15px;
}
.danse {
  width: 130px;
  height: auto;
  left: 20px;
  top: 134px;
}

}
