body{
    background-image: url("../images/FOND.jpg");
    background-position: center;
    font-family: "Oldenburg", "Times New Roman", serif;
    font-weight: 300;
    font-size: 14px;
    color: #6B3F1F;
    margin: 0px;
    padding: 0px;
}


.header{
    height: 150px;
    padding-top: 50px;
    text-align: center;
}

.menu{
    display: flex;
    gap: 10px; /* espace entre les blocs */
    margin : 30px;
    margin-left: 30%;
    margin-right: 30%;
    padding: 5px 5px 5px 5px;
}


.bouton{ /*paramètres des boutons du menu*/
    flex: 1; /* même largeur */
    box-shadow: 0px 0px 5px #7A6A3F;
    padding: 10px;
    background-color: rgba(122, 106, 63, 0.9);
    font-weight: bold;
    color: #F5C96A;
    text-align: center;
    border-radius: 10px;
}

#titre{
    font-family : times new Roman;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
    text-shadow: 1px 1px 5px #CFA46A;
}

a{
    color: #F5C96A;
    text-decoration: none;
    font-weight: bold;
}

.ctn_ho{
    font-family: "Comic Sans MS", "Courrier New", monospace;
    width: 500px;
    height: 350px;
    border-radius: 30px;
    background-color: #F5C96A;
    margin: auto auto;
    overflow: hidden;
    box-shadow: 1px 1px 15px #6B3F1F;
    top: 20px;
}

.grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('https://lh3.googleusercontent.com/GJJN--3OQkRffxzAbCM71I2KikNxgIfdW_VfYL88m9b4rv-qEok-xGPGEtlkn5Rn_BBGln3buqoTviRcaZi6wR3A=s1280-w1280-h800');
    background-size: 70%;
}

.pp{
    grid-area: 1 / 1 / 2 / 2;
    background-color: rgba(245, 201, 106, 0.3);
}

.info{
    grid-area: 1 / 2 / 2 / 4;
    background-color: rgba(245, 201, 106, 0.3);
}

.stamp1{
    position: fixed;
    top: 150px;
}



h1{
    font-size: 22px;
    text-align: center;
}

h2{
    line-height: 0px;
    font-size: 12px;
    text-transform: bold;
    color: #6B3F1F;
    margin-left: 7px;
}


p{
    background-color: white;
    border-radius: 10px;
    margin: 5px;
    padding-left: 7px;
}


hr{
    border: 0px solid black;
}


















.ctn_vt{
    
}