
@font-face {
    font-family: "dancing-reg";
    src: url(fonts/dancingscript-regular.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "dancing-bold";
    src: url(fonts/dancingscript-bold.ttf);
    font-weight: normal;
    font-style: normal;
}


*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "dancing-reg";
    font-size: x-large;
}

/*html {
    background-image: url(fdcolor.gif);
}*/

a {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1em;
}

.en_tete {
    width: 1600px;
    aspect-ratio: 1/1;
    height: auto;
    display: grid;
    background-image: url(img/img_en_tete.png);
    background-size: contain;
    grid-template-columns: repeat(20,1fr);
    grid-template-rows:repeat(20,1fr);
}
.img_en_tete {
    grid-column: 6/7;
    grid-row: 3/4;
}
.bloc_message {
    grid-column: 13/20;
    grid-row: 8/20;
    background-color: aliceblue;
    opacity: 90%;
    border-radius: 10px;
    padding: 20px;
    overflow: scroll;
    text-align: justify;
}

.soustitre {
    font-family: "dancing-bold";
    font-size: 2em;
    text-align: left;
}
.soustitre2 {
    margin-top: 5%;
    margin-left: 10%;
    font-family: "dancing-bold";
    font-size: 1.5em;
    text-align: left;
}
.txt {
    width: 100%;
    height: auto;
    font-size: 1.5em;
    text-align: justify;
}
.txt2 {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.2em;
    text-align: justify;
}

.sign {
    font-size: 1.5em;
    text-align: right;
}
.liens {
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.8em;
}

footer p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.6em;
}

#body1 {
    width: 1600px;
    height: auto;
    margin: 0 auto;
}

#body2 {
    width:100%;
    height:auto;
    display: flex;
    align-items:center;
    justify-content:center;
}



.conteneur {
    width: 100%;
    align-self: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-image: url(img/img_planche_sciee.png);
}
.planche {
    width: 100%;
    background-image: url(img/img_planche_sciee.png);
}

.carte {
    width: 200px;
    height: 280px;
}

.commentaire {
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.5em;
    text-align: center;
    color: black;
    background-color: white;
}

.taille {
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.5em;
    text-align: center;
    color: green;
    background-color: white;
}



@media screen and (max-width:1600px) {
    .en_tete {
        width: 100%;
    }
    .soustitre {
        font-size: 1.5em;
    }
    #body1 {
        width: 100%;
    }
    #images_insolites{
        width: 96%;
    }
    .txt {
        font-size: 1.2em;
    }
    .sign {
        font-size: 1.2em;
    }
}
@media screen and (max-width:1120px) {
    html {
        scale: 0.9;
    }
    .soustitre {
        font-size: 0.9em;
    }
    .txt {
        font-size: 0.8em;
    }
    .sign {
        font-size: 0.8em;
    }
}
@media screen and (max-width:960px) {
    .carte {
        scale: 0.6;
    }
    .soustitre {
        font-size: 0.7em;
    }
    .txt {
        font-size: 0.5em;
    }
    .sign {
        font-size: 0.5em;
    }
    .liens{
        font-size: 0.5em;
    }
}




.yt-responsive {
    width: 90%;
}

.yt-responsive iframe {
    aspect-ratio: 16/9;
}

/*
.videobox {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    */