@font-face {
    font-family: 'SimpleHandmade';
    font-style: normal;
    src: url('simpleHandmade2/SimpleHandmade.otf') format('otf'),
        url('simpleHandmade2/SimpleHandmade.ttf') format('truetype')
}

html {
    scroll-behavior: smooth;
}

body {
    background-image: linear-gradient(to bottom, #F9AD9C, #FAAD54, #FA5E74);
    font-family: 'SimpleHandmade' !important;
}

h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    margin: 1rem;
}

h2 {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

ul {
    padding: 0.5rem;
    margin: 0.5rem;
    font-size: 1.2rem;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
    color: black !important;
}

.tickets {
    font-size: 2rem;
    text-align: center;
}

.datesReseauxSociaux {
    margin-top: 4rem;
    display: flex !important;
    justify-content: center;
}

.datesPhoto {
    padding-top: 15px;
    display: flex !important;
}

#dates_cles {
    text-indent: 30px;
    font-size: 1.8rem;
    text-decoration: underline;
}

.reseauxSociaux {
    padding: 0.5rem 0.5rem 0.5rem 6rem;
    margin: 0.5rem;
}

.titre {
    text-align: center !important;
    font-size: 1.8rem;
    text-decoration: underline;
    justify-content: center;
    display: flex;
}

.icone {
    height: 50px;
    width: 50px;
}

.flex {
    padding-top: 15px;
    display: flex !important;
}

.sliders {
    display: flex;
    justify-content: space-evenly;
}

.slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}

.album-title {
    font-size: 1.5rem;
    font-weight: normal;
}

.film-title {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
}

.albums-covers {
    height: 320px;
}

.films-covers {
    height: 465px;
}

.covers {
    position: relative;
    width: 100%;
}

.covers img {
    display: block;
    position: absolute;
    width: 100%;
}

.covers img+img {
    display: none;
}

.slider-nav {
    display: flex;
    gap: 1rem;
}

.slider-nav button {
    width: 5.5rem !important;
    padding: 0.25rem 0.8rem !important;
    background-color: white;
}

.titre2 {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    text-align: center;
}

.articles {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.imageArticle {
    width: 200px;
    height: 200px;
}

.article {
    width: 180px !important;
}

figure .image-article {
    width: 100% !important;
    padding: 0.5rem;
}

.legendeArticle {
    display: flex;
    font-size: 1.5rem;
    margin-top: 0.5em;
    text-align: center;
    justify-content: center;
}

.boutique {
    text-align: center;
    font-size: 2rem;
}

.lien {
    display: grid;
    margin-left: 2rem;
    font-size: 1.2rem;
}

.extraits {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.video {
    width: auto;
    height: auto;
    max-height: 350px;
    justify-content: center;
    align-content: center;
    text-align: center;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.et_si_on_sortait_ce_soir {
    width: auto;
    height: auto;
    max-height: 350px;
    text-align: center;
    margin-top: 3rem;
}

.titre-extrait {
    text-align: center !important;
    font-size: 1.5rem;
    margin-top: 0.7rem;
}

.maRevolution {
    margin-left: 2em;
}

.dernier_mot {
    text-align: center;
    font-size: 1.8rem;
}

#scrollToTopButton {
    display: block;
    z-index: 99;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 30px;
    border: none;
    border-radius: 4px;
    outline: none;
    width: 50px;
    height: 50px;
    padding: 8px;
    background-color: #b4b0b0;
}

#scrollToTopButton i {
    color: white;
}

#scrollToTopButton:hover,
#scrollToTopButton:focus,
#scrollToTopButton:focus-within {
    cursor: pointer;
}

@media (max-width: 320px) {

    figure {
        display: grid;
        align-items: center !important;
        justify-content: center !important;
    }

    figcaption {
        font-size: 15px;
    }

    h2 {
        font-size: 1em;
    }

    li {
        margin: 0;
        padding: 0;
    }

    .tickets {
        font-size: 1.2rem !important;
    }

    .datesReseauxSociaux {
        width: auto !important;
        font-size: 1rem !important;
        margin-top: 0.5rem;
        display: block !important;
    }

    .dates {
        margin: 0;
        padding: 0;
        font-size: 1.2rem;
    }

    #dates_cles {
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        font-size: 1.2rem;
    }

    .jen {
        display: none !important;
    }

    .reseauxSociaux {
        display: grid;
        justify-content: center;
        padding-left: 0rem;
        margin-top: 4rem;
    }

    .titre {
        text-align: center !important;
        font-size: 1.2rem;
        text-decoration: underline;
    }

    .boutique {
        font-size: 1.2rem;
    }

    .sliders {
        display: grid;
        justify-content: space-evenly;
    }

    .slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
    }

    .film-title {
        font-size: 1rem !important;
    }

    .covers {
        position: relative;
        width: 100%;
    }

    .albums-covers {
        height: 320px;
    }

    .films-covers {
        height: 465px;
    }

    .covers img {
        display: block;
        position: absolute;
        width: 100%;
    }

    .covers img+img {
        display: none;
    }

    .slider-nav {
        display: flex;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .slider-nav button {
        width: 5.5rem;
        padding: 0.25rem 0.8rem;
    }

    .titre2 {
        font-size: 1rem;
        margin-top: 2rem;
    }

    .article {
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .imageArticle {
        width: 100px;
        height: 100px;
        padding: 0;
    }

    .legendeArticle {
        display: flex;
        font-size: 15px;
        margin-top: 5px;
        text-align: center;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    figcaption {
        display: flex;
        font-size: 15px;
        text-align: center !important;
        justify-content: center;
    }

    .extraits {
        display: block !important;
        text-align: center !important;
        margin: auto;
    }

    .video {
        width: 80%;
        height: auto;
        justify-content: center;
        align-content: center;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
        margin: auto;
    }

    .et_si_on_sortait_ce_soir {
        display: flex;
        width: 80%;
        height: auto;
        text-align: center !important;
        margin: auto;
    }

    .titre-extrait {
        font-size: 0.9rem;
        margin-top: 0.5rem;
    }

    .maRevolution {
        padding-left: 0;
    }

    .dernier_mot {
        font-size: 1rem;
        text-align: center;
    }

    #scrollToTopButton {
        display: block;
        z-index: 99;
        transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        bottom: 10px;
        right: 15px;
        border: none;
        border-radius: 4px;
        outline: none;
        width: 20px;
        height: 20px;
        padding: 8px;
        background-color: #b4b0b0;
    }

    #chevron {
        position: fixed;
        width: 10px;
        height: 10px;
        bottom: 15px;
        right: 20px;
    }

}

@media (min-width: 320px) and (max-width: 480px) {

    figure {
        display: grid;
        align-items: center !important;
        justify-content: center !important;
    }

    figcaption {
        display: flex;
        font-size: 1.2rem;
        justify-content: center;
    }

    h2 {
        margin-top: 1rem !important;
        font-size: 1rem;
    }

    ul {
        margin: 0.5rem !important;
        padding: 0.5rem !important;
        justify-content: center;
        align-items: center;
        display: grid;
    }

    .tickets {
        font-size: 1.5rem !important;
        padding: 1rem;
        margin: 1rem;
    }

    .datesReseauxSociaux {
        width: auto !important;
        font-size: 1rem !important;
        margin-top: 0.5rem;
        display: grid !important;
    }

    .dates {
        margin: 0;
        padding: 0;
    }

    #dates_cles {
        text-align: center;
        margin-bottom: 1em;
        text-decoration: underline;
    }

    .reseauxSociaux {
        display: grid;
        justify-content: center;
        padding: 0.5rem;
        margin: 0.5em;
    }

    .jen {
        display: none !important;
    }

    .titre {
        text-align: center !important;
        font-size: 1.3rem;
        justify-content: center;
        display: flex;
    }

    .boutique {
        font-size: 1.3rem;
        text-align: center;
    }

    .sliders {
        display: grid;
        justify-content: space-evenly;
    }

    .albums {
        width: 200px;
        height: 200px;
    }

    .films {
        width: 200px;
        height: 252.33px;
    }

    .covers {
        position: relative;
        width: 100%;
    }

    .albums-covers {
        height: 320px;
    }

    .films-covers {
        height: 465px;
    }

    .covers img {
        display: block;
        position: absolute;
        width: 100%;
    }

    .covers img+img {
        display: none;
    }

    .slider-nav {
        display: flex;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .slider-nav button {
        width: 5.5rem;
        padding: 0.25rem 0.8rem;
    }

    .slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
    }

    .silder-title {
        font-size: 1.5rem !important;
    }

    .slider .films-slider {
        margin-top: 2rem;
    }

    .imageArticle {
        width: 100px;
        height: 100px;
        padding: 0;
    }

    .article {
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .legendeArticle {
        display: flex;
        font-size: 1.5rem;
        margin-top: 0.5rem;
        text-align: center;
    }

    .extraits {
        display: block !important;
        text-align: center !important;
        margin: auto;
    }

    .video {
        width: 100%;
        height: auto;
        justify-content: center;
        align-content: center;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
        margin: auto;
    }

    .et_si_on_sortait_ce_soir {
        display: flex;
        width: 100%;
        height: auto;
        text-align: center !important;
        margin: auto;
    }

    .maRevolution {
        margin: 0 !important;
    }

    .titre-extrait {
        font-size: 1rem;
    }

    .dernier_mot {
        font-size: 1rem;
        text-align: center;
    }

    #scrollToTopButton {
        display: block;
        z-index: 99;
        transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        bottom: 10px;
        right: 10px;
        border: none;
        border-radius: 4px;
        outline: none;
        width: 10px;
        height: 10px;
        padding: 7px;
        background-color: #b4b0b0;
    }

    #chevron {
        position: fixed;
        width: 10px;
        height: 10px;
        bottom: 11px;
        right: 12px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {

    h2 {
        font-size: 1.8rem;
        font-style: normal;
        font-weight: normal;
        text-decoration: underline;
    }

    ul {
        padding: 0.5rem;
        margin: 0.5rem;
        justify-content: center;
        align-items: center;
        display: grid;
        font-size: 1rem;
    }

    .datesReseauxSociaux {
        width: auto !important;
        font-size: 1rem !important;
        margin-top: 15px !important;
        display: block !important;
    }

    #dates_cles {
        text-align: center;
        font-size: 1.5em;
        text-decoration: underline;
    }

    .jen {
        display: flex !important;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .reseauxSociaux {
        display: grid;
        justify-content: center;
        margin-top: 4rem;
        font-size: 1.5rem;
    }

    .titre {
        font-size: 1.8rem;
        text-decoration: underline;
    }

    .slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
    }

    .titre2 {
        font-size: 1.3rem;
        font-style: normal;
        font-weight: normal;
        text-decoration: underline;
    }

    .albums-covers {
        height: 320px;
    }

    .films-covers {
        height: 465px;
    }

    .covers {
        position: relative;
        width: 100%;
    }

    .covers img {
        display: block;
        position: absolute;
        width: 100%;
    }

    .covers img+img {
        display: none;
    }

    .slider-nav {
        display: flex;
        gap: 1rem;
    }

    .slider-nav button {
        width: 5.5rem;
        padding: 0.25rem 0.8rem;
    }

    .legendeArticle {
        display: flex;
        font-size: 1.5rem;
        margin-top: 5px;
        text-align: center;
    }

    .boutique {
        font-size: 1.3rem;
        text-align: center;
    }

    .extraits {
        display: block !important;
        text-align: center !important;
        margin: auto;
    }

    .video {
        width: 80%;
        height: auto;
        justify-content: center;
        align-content: center;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
        margin: auto;
    }

    .et_si_on_sortait_ce_soir {
        display: flex;
        width: 80%;
        height: auto;
        text-align: center !important;
        margin: auto;
    }

    .maRevolution {
        padding-left: 0;
    }

    .titre-extrait {
        font-size: 1.8rem !important;
        margin-bottom: 3rem;
    }

    #scrollToTopButton {
        display: block;
        z-index: 99;
        transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        bottom: 10px;
        right: 15px;
        border: none;
        border-radius: 4px;
        outline: none;
        width: 20px;
        height: 20px;
        padding: 8px;
        background-color: #b4b0b0;
    }

    #chevron {
        position: fixed;
        width: 10px;
        height: 10px;
        bottom: 15px;
        right: 20px;
    }
}

@media (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {

    h2 {
        font-size: 1rem;
        font-style: normal;
    }

    .datesReseauxSociaux {
        width: auto !important;
        font-size: 1.5rem !important;
        margin-top: 1rem !important;
        display: block !important;
    }

    #dates_cles {
        text-align: center;
        font-size: 1.2rem;
    }

    .jen {
        display: flex !important;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .reseauxSociaux {
        display: grid;
        justify-content: center;
        margin-top: 50px;
    }

    .titre {
        text-align: center !important;
        font-size: 1.5rem;
        text-decoration: underline;
    }

    .slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
    }

    .albums-covers {
        height: 320px;
    }

    .films-covers {
        height: 465px;
    }

    .covers {
        position: relative;
        width: 100%;
    }

    .covers img {
        display: block;
        position: absolute;
        width: 100%;
    }

    .covers img+img {
        display: none;
    }

    .slider-nav {
        display: flex;
        gap: 1rem;
    }

    .slider-nav button {
        width: 5.5rem;
        padding: 0.25rem 0.8rem;
    }

    .legendeArticle {
        display: flex;
        font-size: 1.5rem;
        margin-top: 5px;
        text-align: center;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .boutique {
        font-size: 1.5rem;
    }

    .extraits {
        display: block !important;
        text-align: center !important;
        margin: auto;
    }

    .video {
        width: 80%;
        height: auto;
        justify-content: center;
        align-content: center;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
        margin: auto;
    }

    .et_si_on_sortait_ce_soir {
        display: flex;
        width: 80%;
        height: auto;
        text-align: center !important;
        margin: auto;
    }

    .titre-extrait {
        font-size: 1.5rem;
    }

    .maRevolution {
        padding-left: 0;
    }

    #scrollToTopButton {
        display: block;
        z-index: 99;
        transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        bottom: 10px;
        right: 15px;
        border: none;
        border-radius: 4px;
        outline: none;
        width: 20px;
        height: 20px;
        padding: 8px;
        background-color: #b4b0b0;
    }

    #chevron {
        position: fixed;
        width: 10px;
        height: 10px;
        bottom: 15px;
        right: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {

    .tickets {
        font-size: 2.5em;
    }

    .datesReseauxSociaux {
        width: auto !important;
        padding: 0.5rem !important;
        margin: 0.5rem;
        display: block !important;
    }

    .dates {
        font-size: 18px;
        padding-left: 5px !important;
        margin: 0;
    }

    #dates_cles {
        text-align: center;
    }

    .jen {
        padding-top: 10px;
        padding-right: 10px;
    }

    .reseauxSociaux {
        display: grid;
        justify-content: center;
        margin: 3rem 0.5rem 0.5rem 0.5rem;
        padding: 0.5rem;
    }

    .titre {
        text-align: center !important;
        font-size: 2.5em;
        text-decoration: underline;
    }

    .boutique {
        font-size: 2.5em;
    }

    .legendeArticle {
        display: flex;
        font-size: 2em;
        margin-top: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .sliders {
        display: flex;
        justify-content: space-evenly;
    }

    .slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
    }

    .covers {
        position: relative;
        width: 100%;
    }

    .albums-covers {
        height: 320px;
    }

    .films-covers {
        height: 465px;
    }

    .covers img {
        display: block;
        position: absolute;
        width: 100%;
    }

    .covers img+img {
        display: none;
    }

    .slider-nav {
        display: flex;
        gap: 1rem;
    }

    .slider-nav button {
        width: 5.5rem;
        padding: 0.25rem 0.8rem;
    }

    .extraits {
        display: block !important;
        text-align: center !important;
        margin: auto;
        width: auto;
    }

    .video {
        width: auto;
        height: auto;
        justify-content: center;
        align-content: center;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
        margin: auto;
    }

    .et_si_on_sortait_ce_soir {
        display: flex !important;
        width: auto;
        height: auto;
        text-align: center !important;
        margin: auto;
    }

    .maRevolution {
        padding-left: 0;
    }

    .titre-extrait {
        font-size: 2em;
    }

    #scrollToTopButton {
        display: block;
        z-index: 99;
        transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        bottom: 20px;
        right: 20px;
        border: none;
        border-radius: 4px;
        outline: none;
        width: 50px;
        height: 50px;
        padding: 8px;
        background-color: #b4b0b0;
    }

    #scrollToTopButton i {
        color: white;
    }

    #scrollToTopButton:hover,
    #scrollToTopButton:focus,
    #scrollToTopButton:focus-within {
        cursor: pointer;
    }
}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {

    .titre {
        text-align: center !important;
        font-size: 1.5rem;
        text-decoration: underline;
    }

    .sliders {
        display: flex;
        justify-content: space-evenly;
    }

    .film-title {
        font-size: 1.5rem !important;
    }

    .legendeArticle {
        display: flex;
        font-size: 15px;
        margin-top: 5px;
        text-align: center;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .extraits {
        margin: 0.5rem;
        padding: 0.5rem;
    }

    .titre-extrait {
        font-size: 2rem;
        padding-top: 2rem;
    }

    .maRevolution {
        margin-left: 2em;
    }

    #scrollToTopButton {
        display: block;
        z-index: 99;
        transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        bottom: 10px;
        right: 15px;
        border: none;
        border-radius: 4px;
        outline: none;
        width: 40px;
        height: 40px;
        padding: 8px;
        background-color: #b4b0b0;
    }

    #chevron {
        position: fixed;
        width: 20px;
        height: 20px;
        bottom: 20px;
        right: 25px;
    }
}

@media (width: 1180px) and (height: 820px) {

    .et_si_on_sortait_ce_soir {
        margin-top: 0rem;
    }

    .extraits {
        display: grid !important;
        align-items: center;
        align-items: center;
    }
}