h1{
    color: #76b38f;
    font-size: +2.5em;
    text-align: center;     
    padding-top: 30px; padding-bottom: 10px;
    font-family: 'OpenSans semibold';
	margin: 10%  10%;
}

h2{
    font-size: +2em;
    text-align: center;     
    padding-top: 3px; padding-bottom: 3px;
    font-family: 'OpenSans semibold';
}
h3{
    font-size: +1em;
    text-align: center;     
    padding-top: 10px; padding-bottom: 10px;
    font-family: 'OpenSans semibold';
}

.container-interactivemap {
  position: relative;
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
  overflow: hidden;
  padding-top: 75%; /* 4:3 Aspect Ratio */
  max-height: 500px;
}

.img_maps{
/*    width:45%;
   max-width: 500px;
*/
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.bloc-table{
	width: 80%;
	margin: 0%  10% 0 10%;
	padding-bottom: 10px;
}
.bloc-table th, .bloc-table td{
	text-align: center;
	padding: 8px;
}

.bloc-table tr:nth-child(even) {background-color: #f2f2f2;}
.bloc-table table {border-collapse: collapse;}
.bloc-table table, .bloc-table td, .bloc-table th {border: 1px solid black;}
.content .tarifs-annee_en_cours .titre{
	border : 1px solid #aaa;
	padding: 2em;
    display: inline-block;	
	margin: 5em auto;
	width: 40%;
}

.ListeCamping{
    display: grid;	
    grid-template-columns: 25% 25% 25% 25%;
}

.camping_container{
    grid-template-columns: 100%;
    margin: 10px 10px 10px 10px;
}

.camping_container img { width: 100%; }

.camping_name{
    font-weight: bold;
    text-align: center;
    font-size: +2em;
}

.camping_url{
    margin:  25px 5px 25px 3px;
	text-align: center;
}

a{  font-size: +1em;
}

.camping_period_ouverture{
    margin-bottom: 5px;
}


.card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}

.card img {
  object-fit: cover;
  transition: transform 0.3s ease;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  color: white;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: opacity 0.3s ease;
}

.card:hover img {
  transform: scale(1.05);
}

.card:hover .overlay {
  opacity: 1;
}

.img_banderole {
    display: flex;
    justify-content: center; /* Centre l'image horizontalement */
    width: 100%;             /* Indispensable pour centrer par rapport à la page */
}

.img_banderole .img_maps{
    max-width: 700px;        /* Limite la taille de l'image */
    height: auto;
    object-fit: contain ;
}

/* Small size screen */
@media screen and (min-width: 801px){
  .img_maps_frame{
    display: flex;
    justify-content: center; /* horizontal center */
  }
}

/* Small size screen */
@media screen and (max-width: 800px){
	.ListeCamping{
			display: block;
	}
    .img_maps { 
        width: 100%; 
    }
    .camping{        border-style: solid;
        border-radius: 1em;
        margin: 5px 5px 5px 5px;
        }

    .container-interactivemap {
          width: 100%;
          margin-left: 0%;
          margin-right: 0%;
      }
}

/* copyright 2026 - camping La Camassade www.camassade.com */