body {
    margin: 0;
    background-color: #202020;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto Slab";
}

body ::-moz-selection {
    color: #202020;
    background: #f0b0b0;
}

body ::selection {
    color: #202020;
    background: #f0b0b0;
}

.open {
    color: white;
    font-size: large;
    text-decoration: none;
    background-color: #E10B0B;
    padding: 12px 20px;
    border-radius: 2px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: max-content;
    margin-top: 128px;
    z-index: 200;
}

a.more {
    padding-bottom: 5px;
    border-bottom: #E10B0B 2px solid;
}

p {
    color: white;
    font-size: large;
    line-height: 180%;
}

.des {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.tit {
    text-align: center;
    font-size: xx-large;
    margin-top: 220px;
    padding: 0px 15px;
    transition: 0.4s;
}

@media (max-width: 750px) {
    .tit {
        margin-top: 120px;
    }
}

.item {
    position: relative;
    overflow: hidden;
}

.item img {
    animation-name: movcover;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

@keyframes movcover {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(3deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.coverhome {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    opacity: 0.35;
}

* {
    color: white;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

#time {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

#advence {
    height: 5px;
    background-color: #E10B0B;
    width: 20%;
    transition: 0.4s;
}

.des {
    max-width: 528px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px;
    text-align: justify;
    /* letter-spacing: 1px;*/
    line-height: 200%;
}

.titre {
    font-size: xx-large;
    max-width: 528px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0px 15px;
}

#date1 {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: larger;
    padding-bottom: 5px;
    border-bottom: #E10B0B 2px solid;
}

#date2,
#date3,
#date4,
#date5 {
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: larger;
    padding-bottom: 5px;
    border-bottom: #E10B0B 3px solid;
}

#img1 {
    display: block;
    width: 100%;
    opacity: 0.5;
    animation-name: movcover;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

#img2,
#img3,
#img4,
#img5 {
    display: none;
    width: 100%;
    opacity: 0.5;
    animation-name: movcover;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

#titre1 {
    display: block;
}

#titre2,
#titre3,
#titre4,
#titre5 {
    display: none;
}

#des1 {
    display: block;
}

#des2,
#des3,
#des4,
#des5 {
    display: none;
}

#navig {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: flex;
    background-color: #E10B0B;
    flex-direction: column-reverse;
}

#navig img {
    height: 70px;
    padding: 15px;
    cursor: pointer;
}

.inverse {
    transform: rotate(180deg);
}

#imag {
    position: relative;
    overflow: hidden;
    max-height: 500px;
}

.data {
    padding-bottom: 3px;
    border-bottom: #E10B0B 2px solid;
}

@keyframes movcover {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(3deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

@media (min-width: 800px) {
    #img1,
    #img2,
    #img3,
    #img4,
    #img5 {
        margin-top: -60px;
    }
}

@media (max-width: 670px) {
    body {
        margin-bottom: 150px;
    }
}

@media (min-width: 1000px) {
    #img1,
    #img2,
    #img3,
    #img4,
    #img5 {
        margin-top: -80px;
    }
}

.embedresize {
    max-width: 662px;
    padding: 32px 0px;
    margin: auto;
    width: 100%;
}

.embedresize div {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.embedresize iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.opa {
    opacity: 0.5;
    font-size: medium
}

#prece {
    opacity: 0.5;
}

@font-face {
    font-family: "Roboto Slab";
    src: local("Roboto Slab"), url("./RobotoSlab-Regular.woff2") format("woff2");
}