* {
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

h1, h2, a {
    font-family: "Lucida Calligraphy", cursive;
}

ul, ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
    padding: 0;
    margin: 0;
}

#Accueil {
    gap: 17px;
    padding: 13px;
    background-color: #b63132;
}

#Accueil li a {
    display: block;
    padding: 8px 20px;
    background-color: #8c5a59;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 5px;
    font-style: italic;
}

#Accueil li a:hover {
    background-color: #693a34;
}
#Bannière {
    background: url("../image/pêcher.png") center/cover no-repeat;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

#Bannière h1, #Bannière p {
    text-shadow: 3px 3px 3px rgba(0,0,0,0.9);
}

#Encadré {
    background-color: #b63132;
    color: white;
    width: 97%;
    margin: 20px auto;
    padding: 10px 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}

#Encadré2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}

#Encadré2 li {
    background-color: #6d3a39;
    color: white;
    padding: 20px;
    border-radius: 10px;
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

#Encadré2 li a {
    color: white;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

#Taille {
    border: 3px solid #b63132;
    color: black;
    width: 97%;
    margin: 20px auto;
    padding: 10px 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}

#Taille2 li {
    background-color: #6d3a39;
    border: 6px solid #d4c9c5;
    border-radius: 10px;
    width: 270px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.nom-peche {
    position: absolute;
    top: 2px;
    left: 2px;
    color: white;
    font-weight: bold;
    background-color: rgba(0,0,0,0.5);
    padding: 6px 9px;
    border-bottom-right-radius: 5px;
}

#Taille2 li img {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #b09895;
    border-bottom: 0;
}

.mesure {
    background-color: #df7d7e;
    color: white;
    font-size: 0.9em;
    text-align: center;
    margin-top: 0;
    padding: 5px 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #b09895;
    border-top: 0;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    background-color: #6d3a39;
}

footer ul {
    gap: 17px;
    margin-bottom: 2px;
}

footer li a {
    color: #b78483;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
}

footer p {
    color: #bba5a2;
    margin: 0;
    font-size: 0.9em;
    line-height: 1.2;
}

html, body {
    height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    cursor: url(../image/curseur.png)20 20, auto;
}

a {
    cursor: url(../image/curseur-click.png)20 20, auto;
}

main {
    flex: 1;
}

#Tableau {
    width: 97%;
    margin: 20px auto;
    border-collapse: collapse;
}

#Tableau th {
    background-color: #b63132;
    color: white;
    padding: 10px;
}

#Tableau td {
    border: 1px solid #b09895;
    padding: 8px;
}

#Tableau tr:hover {
    background-color: #f2e6e6;
}

#Taille2 li {
    transition: 0.3s;
}

#Taille2 li:hover {
    transform: scale(1.05);
}

#Contact {
    background-color: #b63132;
    color: white;
    max-width: 600px;
    margin: 20px auto;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

#Contact p {
    margin-bottom: 12px;
    font-weight: bold;
}

#Contact fieldset {
    max-width: 500px;
    margin: 15px auto;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
}

#Contact button {
    transition: 0.3s;
}

#Contact button:hover {
    transform: scale(1.05);
}

#Mentions .bloc{
    background:#6d3a39;
    color:white;
    max-width:750px;
    margin:15px auto;
    border-radius:15px;
    overflow:hidden;
}

#Mentions .bloc h2{
    background:#b63132;
    margin:0;
    padding:12px;
}

#Mentions .bloc h3{
    background:#b63132;
    margin:0;
    padding:10px;
}

#Mentions .bloc p{
    margin:0;
    padding:10px 15px;
}

#Mentions main{
    border:3px solid #b63132;
    border-radius:15px;
    width:97%;
    max-width:750px;
    margin:23px auto;
    box-sizing:border-box;
    padding:10px;
}