#travaux:link,
#travaux:visited {
    color: inherit;
    text-decoration: none;
}

#travaux {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-visibility: hidden;
    scroll-behavior: smooth;
}

#travaux::-webkit-scrollbar {
    display: none;
}

#breve #vignette,
#breve #vignette img {
    height: 208px;
}

#breve {
    height: 208px;
    position: relative;
    border: 0px solid #555;
    width: 140px;
    margin-right: 4px;
    margin-left: 4px;
}

#breve * {
    font-family: Open Sans, helvetica, sans-serif;
}

#breve #vignette {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140px;
    z-index: 1;
}

#breve #vignette img {
    object-fit: cover;
    width: 100%;
}

#breve #titre,
#breve #publication,
#breve #auteur {
    padding: 8px;
}

#breve #textes {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1),
        rgba(0, 0, 0, 1) 40%,
        rgba(0, 0, 0, 0.5) 90%,
        rgba(0, 0, 0, 0) 100%
    );
    opacity: 1;
    width: 100%;
    height: 120px;
}

#breve #titre {
    position: absolute;
    z-index: 2;
    top: 32px;
}

#breve #categorie {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 8px;
}

#breve #description {
    display: none;
}

#breve #fleche {
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 8px;
    display: none;
}

#chevron_right,
#chevron_left {
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

#chevron_left {
    left: 0px;
    display: none;
}
#chevron_right {
    right: 0px;
    display: none;
}

#travaux_container {
    position: relative;
    width: 100%;
    background: linear-gradient(
        30deg,
        rgba(3, 67, 141, 1),
        rgba(3, 67, 141, 0.9) 100%
    );
    background-color: #03438d;
    padding-bottom: 16px;
    margin-top: 16px;
}

#travaux_container #grand_titre {
    padding: 8px;
    background-color: #03438d;
    color: #fff;
}

#right_bouton,
#left_bouton {
    position: absolute;
    width: 32px;
    background-color: #c0c0c0;
    top: 64px;
    height: 208px;
    z-index: 1;
    opacity: 0;
}

#right_bouton {
    right: 0px;
}
#left_bouton {
    left: 0px;
}

.baseline {
    font-family: "Open Sans", helvetica, sans-serif;
    text-decoration: none;
    font-size: 0.8em;
    line-height: 1.1em;
    font-weight: 900;
    text-transform: uppercase;
}

.title {
    font-family: "Open Sans", helvetica, sans-serif;
    text-decoration: none;
    font-size: 0.75em;
    line-height: 1.3em;
    text-transform: none;
}

.text_basic {
    font-family: "Open Sans", helvetica, sans-serif;
    text-decoration: none;
    font-size: 0.75em;
    line-height: 1.1em;
}

.blanc {
    color: #fff;
}

.sticker {
    font-family: "Open Sans", helvetica, sans-serif;
    text-decoration: none;
    font-size: 0.65em;
    line-height: 1.4em;
    font-weight: 900;
    text-transform: uppercase;
    border: 1px solid;
    padding: 4px 8px 4px 8px;
    margin-bottom: 4px;
    display: inline;
    border-radius: 4px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.sticker2 {
    font-family: "Open Sans", helvetica, sans-serif;
    text-decoration: none;
    font-size: 0.65em;
    line-height: 1.4em;
    font-weight: 900;
    text-transform: uppercase;
    border: 1px solid;
    padding: 4px 8px 4px 8px;
    margin-bottom: 4px;
    display: run-in;
    border-radius: 4px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    max-width: 85%;
}

.swip_bloc:link,
.swip_bloc:visited {
    color: inherit;
    text-decoration: none;
}

.swip_bloc {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-visibility: hidden;
    scroll-behavior: smooth;
}

.swip_bloc::-webkit-scrollbar {
    display: none;
}

#tourisme_container {
    position: relative;
    width: 100%;
    background-color: #03438d;
    padding-bottom: 16px;
    margin-bottom: 0.5em;
}

#tourisme_container #grand_titre {
    padding: 8px;
    color: #fff;
}

#chevron_right2,
#chevron_left2 {
    position: absolute;
    top: 128px;
    z-index: 10;
    cursor: pointer;
}

#chevron_left2 {
    left: 0px;
    display: none;
}
#chevron_right2 {
    right: 0px;
    display: none;
}

@media only screen and (min-width: 481px) {
    #breve,
    #breve #vignette {
        width: 256px;
        height: 384px;
    }
    #breve #vignette img {
        width: 256px;
        height: 256px;
    }
    #chevron_right,
    #chevron_right2 {
        display: block;
    }
    #breve #textes {
        display: inline-block;
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, 1),
            rgba(0, 0, 0, 1) 40%,
            rgba(0, 0, 0, 0.5) 90%,
            rgba(0, 0, 0, 0) 100%
        );
        opacity: 1;
        height: 256px;
    }

    .baseline {
        font-size: 0.85em;
        line-height: 1.2em;
    }

    .title {
        font-size: 0.85em;
        line-height: 1.5em;
        font-weight: 900;
    }
    .sticker {
        font-size: 0.85em;
        line-height: 1.2em;
    }
    .text_basic {
        font-family: "Open Sans", helvetica, sans-serif;
        text-decoration: none;
        font-size: 0.85em;
        line-height: 1.8em;
    }

    #breve #titre {
        position: relative;
        z-index: 2;
        top: 40px;
        text-transform: uppercase;
    }

    #breve #description {
        display: block;
        position: relative;
        z-index: 2;
        margin-top: 24px;
        padding: 8px;
    }
    #breve #fleche {
        display: block;
    }

    #breve {
        margin-right: 8px;
        margin-left: 8px;
    }
    #sous_chevron_right,
    #sous_chevron_left {
        position: absolute;
        top: 32px;
        right: 0px;
        width: 56px;
        height: 384px;
        z-index: 9;
        background: linear-gradient(-90deg, #000000ff, #00000000 100%);
        transition: width 1s;
        -moz-transition: width 1s;
        -webkit-transition: width 1s;
        -o-transition: width 1s;
    }

    #sous_chevron_left {
        width: 0px;
        left: 0px;
        right: unset;
        background: linear-gradient(90deg, #000000ff, #00000000 100%);
    }
}
