/* --- Global --- */

@font-face {
  font-family: "ChettaVissto";
  src: url("fonts/ChettaVissto.otf") format("truetype");
}

body {
    margin: 0;
    padding: 0;
    font-family: "ChettaVissto", serif;
    color: #D55210;
    background-image: url("photo/Captureorange.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}


h1, h2 {
    font-family: "ChettaVissto", serif;
    text-align: center;
}

a {
    text-decoration: none;
    color: #D55210;
    font-weight: bold;
}

/* --- Lien retour --- */
.back {
    margin: 20px;
    text-align: left;
    font-size: 1.1rem;
}

/* --- Header --- */
header {
    text-align: center;
    background: #17C6CF;
    padding: 20px 25px;
    border-bottom: 3px dashed #D47D11;
    margin-bottom: 30px;
}

header h1 {
    font-size: 5rem;
    letter-spacing: 2px;
}

/* --- Encadrés beige style "carte" --- */
.card {
    background: #17C6CF;
    border: 2px dashed #D47D11;
    width: 80%;
    max-width: 900px;
    margin: 30px auto;
    padding: 25px;
    border-radius: 10px;
}

.card h2 {
    margin-bottom: 15px;
    color: #D55210;
}

/* --- Bloc central --- */
.center-block {
    width: 80%;
    max-width: 900px;
    margin: 40px auto;
    text-align: center;
}

.main-img {
    width: 60%;
    max-width: 400px;
}

/* --- Cute scrollbar (optionnel) --- */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #17C6CF;
    border-radius: 10px;
}
/* --- Conteneur central --- */
.container {
    width: 80%;
    max-width: 900px;
    margin: 0 auto; 
    background: #17C6CF; /* blanc un peu transparent */
    padding: 20px;
    border-radius: 10px;
}
