body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.petitparagraphe{
margin-top: 25px;
font-size: 13px;
opacity: 0.8;
}
.petitparagraphe a{
color: #F25260;}

    body > .container-fluid {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }

    .content-row {
      flex: 1 0 auto;
      /*display: flex;
      flex-direction: column;
      overflow: auto;*/
    }

	.nav{display: none;}
    @media (max-width: 768px) {
		.mapo{	height: 100vw;	}
}

    @media (min-width: 768px) {
        .content-row {flex-direction: row;}
	.nav{display: flex!important;}

    }




    .map-container iframe {
      border: none;
      width: 100%;
      height: 100%;
    }
    .map-container {
      height: 100%;
    }
    footer {
      flex-shrink: 0;
    }

content li:hover{
  cursor: pointer;
	color: #F25260;
}


.map-container iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.toptop {
  font-weight: 750;
  text-transform: uppercase;
  font-size: 25px;
  color: #F25260;
  margin-top: 20px;
}

.contact-link {
  color: #F25260;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.adsense-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 320px); /* largeur = écran - sidebar */
  z-index: 1000;
  background: #ffffffdd;
  padding: 8px 16px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.umap-popup{
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.umap-popup-container h4{
--bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;}


.map-container a{
	color: #F25260;
}
.cookie-banner {
  z-index: 9999;
}


.site-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 320px); /* 100% moins la largeur de la sidebar */
  background: #f8f9fa;
  padding: 8px 12px;
  border-top: 1px solid #dee2e6;
  z-index: 1000;
}


