 header {
            background-color: #ffffff;
            text-align: center;
            padding: 5px;
        }
#body_camping{
	align-items: stretch;
}
body {
            font-family: 'Arial', sans-serif;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .container {
            text-align: center;
            padding: 20px;
            border-radius: 10px;
            background-color: #ffffff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        h1 {
            color: #333333;
            display: flex;
            align-items: center;
            justify-content: center;
        }

         #logo {
            width: 150px; /* Ajustez la largeur du logo selon vos besoins */
            margin-right: 10px;
        }

        .button {
            display: inline-block;
            padding: 10px 20px;
            margin: 10px;
            text-decoration: none;
            background-color: #4CAF50;
            color: #ffffff;
            border-radius: 5px;
            font-size: 16px;
            transition: background-color 0.3s;
        }
        .mb-3 {
            height: 538px;
        }

        .button:hover {
            background-color: #45a049;
        }

        .section {
            margin-top: 30px;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }


      

 footer {
			width: 100%;
            background-color: #333333;
            color: #ffffff;
            padding: 20px;
            text-align: center;
        }

        .footer-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-logo {
            width: 100px; /* Ajustez la taille du logo selon vos besoins */
        }

        .footer-links {
            display: flex;
            gap: 20px;
        }

        .footer-links a {
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: #4CAF50;
        }

 #features {
            background-color: #4CAF50;
			display: flex;
            padding: 20px 0;
            text-align: center;
            color: #ffffff;
			height: 50px;
			justify-content: center;
			align-items: center;
        }

        .feature-logo {
            width: 80px; /* Ajustez la taille des logos selon vos besoins */
            margin: 10px;
            cursor: pointer;
            transition: transform 0.3s;
        }

        .feature-logo:hover {
            transform: scale(1.1);
        }

        .feature-description {
            padding: 20px;
            color: #333333;
        }

        .tarifs-contact {
            display: flex;
            background-color: #4CAF50;
            color: #ffffff;
            text-align: center;
            padding: 20px 0;
        }

        .tarifs, .contact {
            flex: 1;
        }

        .tarifs {
            background-color: #ffffff;
            color: #333333;
        }

        .contact {
            background-color: #4CAF50;
        }

   
		.cat{
			float:left;
			margin-left: 25px;
			margin-right: 25px;
			margin-top: 10px;
		}
		.detail{
			width: 100%;
			height: 300px;
			background-color:#DDDDDD;


;
		}
		.gauche{
			float: left;
			width: 50%;
			height: 100%;
			text-align: center;
		}
		.droite{
			float: left;
			width: 50%;
			height: 100%;
			text-align: center
		}
		.gauche img{
			height: 100%;
			width: 100%;
		}
		.droite img{
			height: 100%;
			width: 100%;
		}
		
		
.tarif-container {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}

.tarif-container h1 {
  color: #333;
}

.tarif-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.column {
  text-align: left;
  padding: 10px;
}

.column p {
  margin: 10px 0;
  font-size: 16px;
  color: #555;
}

.arrival-info {
  width: 100%;
  background-color: #4CAF50;
 margin-left: 3px;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
 margin-bottom: 20px;
}

.arrival-info h2 {
  margin-bottom: 10px;
}

.arrival-info p {
  margin: 5px 0;
  font-size: 16px;
  line-height: 1.4;
}
