body{
	font-family: Arial, sans-serif;
	background-color: white;
	padding-bottom: 100px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

em {
	color: #e30613;
	font-style: normal;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}

p{
	font-size: 1em;
	line-height: 1.5;
	margin-top:0;
}

h1, h2, h3, h4{
	margin-top:0;
}

h1{
	font-size: 1.563rem;
	text-transform: uppercase;
}

h2{
	color:#23272A;
	text-transform: uppercase;
}

h3{
	font-size: 1.25rem;
}

h4{
	color: #F7B901;
	margin-bottom: 12px;
	text-decoration: underline;
}

ul, ol{
	font-size: 1rem;
	line-height: 1.5;
	margin:0;
}


.container{
	width:680px;
	margin:0 auto;
	background-color: #FFF;
}

img{
	width:100%;
}

.first-letter::first-letter{
	font-size: 1.25rem;
}

section{
	padding:20px;
}
section.nopadding{
	padding:0px;
}

section#intro{
	background-color: #805F37;
	color:#FFF;
}

section#intro h1 span{
	font-size: 0.8rem;
}

section#intro h2{
	color: white;
}

section.img-principale{
	height: 580px;
	position: relative;
}

section.img-principale a{
	display: block;
	height: 100%;
	width: 100%;
}

section.img-principale a img{
	object-fit: cover;
	object-position: top;
	height: 100%;
	width: 100%;
}

section#telephone{
	background-color: #E8E7E8;
	color:#805F37;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
}

section#telephone p a{
	font-weight: 600;
	color: #805F37;
	text-decoration: none;
}

section#telephone h3, section#telephone p{
	margin-bottom: 0;
	font-weight: 300;
	font-size: 1.125rem;
}

section#public{
	display: flex;
	gap: 32px;
	color: #23272A;
	border-bottom: 1px solid #23272A;
}

section#public h2{
	flex: 0 0 auto;
	color: #23272A;
}

section#objectifs h2{
	color: #23272A;
	text-transform: uppercase;
	text-align: left;
}
section#objectifs ol,
section#objectifs ul{
	margin-bottom: 20px;
}

section#telephone-bg{
	background-color: #E8E7E8;
	color: #805F37;
	border-radius: 20px;
	margin-bottom: 30px;
}

section#telephone-bg svg{
	fill: #805F37;
	width: 20px;
	margin: 0 10px;
}

section#telephone-bg h3{
	margin-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.125rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

section#telephone-bg h3 a{
	color: #805F37;
	text-decoration: none;
	font-weight: 600;
}

section#details{
	display: flex;
	flex-direction: column;
	gap:20px;
	color: #23272A;
}
section#details h2{
	text-align: left;
	margin:0;
	color: #23272A;
}
/* section#details .col2{
	width:50%;
} */
section#details .col2 ul{
	margin:10px 0 0 0;
	padding-left:18px;
}
section#details .col2 p{
	margin-top:10px;
}

section#contenu{
	/*background:#978d73;
	color:#FFF;*/
}
section#contenu h2{
	/*color:#FFF;	*/
}
section#contenu h3{
	background:#23272A;
	color:#FFF;
	padding:5px 10px;
	display: inline-block;
	margin-top:15px;
}
section#contenu ul{
	list-style: lower-alpha;
	margin-bottom: 15px;
}
section#contenu ul.normal-ul{
	list-style: disc;
	margin-bottom: 30px;
	padding: 0 0 0 20px;
}
section#download{
	background:#23272A;
	text-align: center;
	margin:30px 0 0 0;
	position: relative;
	color: white;
}
section#download h2{
	color: white;
}
section#download a, section#download-dark a{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-decoration: none;
}
section#download p, section#download-dark p{
	color: #FFF;
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0;
}

section#reservez{
	background-color: #23272A;
}

section#download-dark{
	background-color: #805F37;
	color: #E8E7E8;
	text-align: center;
	position: relative;
}

section#reservez h2{
	color: white;
	margin-bottom: 0;
}

section#reservez small{
	font-size:1.125rem;
	font-weight: bold;
	color:#FFF;
	margin:0;
}
section#reservez .infos{
	margin-top: 20px;
}
section#reservez > div{
	display: flex;
	align-items: center;
}
section#reservez img{
	width: 200px;
}
section#reservez a{
	color:#FFF;
	text-decoration: none;
}
section#reservez .coord strong{
	color:#FFF;
	font-size: 1.125rem;
	text-transform: uppercase;
}
section#reservez .coord p{
	color:#FFF;
	font-size: 1rem;
	text-transform: uppercase;
}

@media screen and (max-width:780px){
	.container{
		width: 100%;
	}
	section#details{
		flex-direction: column;
	}
	section#details .col2{
		width:100%;
	}
}

@media screen and (max-width:576px){
	section#reservez{
		flex-direction: column;
		text-align: center;
	}
	section#reservez .infos{
		flex-direction: column;
		text-align: center;
	}

	section#reservez .infos p{
		font-size: 0.88rem;
	}

	section#public{
		flex-direction: column;
		gap: 0;
	}
}


table {
  width: 100%;
  border-collapse: collapse; /* enlève les doubles bordures */
  table-layout: fixed; /* force les colonnes à respecter leurs proportions */
  border: 1px solid #ddd;
}

/* Définir les largeurs relatives */
table th:first-child {
  width: 30%; /* colonne 1 plus étroite */
}
table th:nth-child(2),
table th:nth-child(3) {
  width: 35%; /* colonnes 2 et 3 plus larges */
}

/* Bordures et alignement */
table th,
table td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
}

/* Style du header */
table thead th {
  background-color: #f5f5f5;
  font-weight: 600;
  text-transform: uppercase;
}

/* Zébrage léger pour la lisibilité */
table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

/* Optionnel : petit effet au survol */
table tbody tr:hover {
  background-color: #b7dfeb;
}

/* Responsive : rendre scrollable sur mobile */
@media (max-width: 700px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
