.frise_mobile {
    display: none;
}
.ensemblePageSection {
    background-color: #ffffff;
    background-image: url("/customers/websites.xxx/templates/fr_FR/medias/visuels/la-tournee-derangee/bg-3088x1938.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

.ensemblePageSection .mainInterieur {
    padding: 0 2% 2% 2%;
    text-align: center;
}

.ensemblePageSection .mainInterieur img.logo {
    width: 600px;
    max-width: 100%;
    margin: 50px 0 0;
}

.ensemblePageSection .mainInterieur h3 {
    color: #ffffff;
}
.ensemblePageSection .mainInterieur h3 span {
    display: block;
    line-height: 24px;
}

.ensemblePageSection .mainInterieur  img.visuel {
    margin-top: -50px;
    width: 1100px;
    max-width: 100%;
}

.ensemblePageSection .mainInterieur .presentation {
    /*font-weight: 700;*/
    margin: 50px auto;
    max-width: 600px;
    text-align: justify;
}
.ensemblePageSection .mainInterieur .presentation p {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 20px;
}

.ensemblePageSection .mainInterieur .programme {
    /* color: red; */
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ensemblePageSection .mainInterieur .programme .arrow {
    height: 48px;
    margin-left: 5px;
}

.ensemblePageSection .mainInterieur .content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
}

.ensemblePageSection .mainInterieur .content .content_title {
    /* font-weight: 700; */
    padding-bottom: 10px;
    font-size: 16px;
    font-style: italic;
}

.ensemblePageSection .mainInterieur .content .album {
    display: flex;
    flex-direction: column;
}

.ensemblePageSection .mainInterieur .content .album .imgResume {
    margin: 0 30px;
}

.ensemblePageSection .mainInterieur .content .tournee{
    width: 600px;
    max-width: 100%;
    margin: 0 30px;
}

.ensemblePageSection .mainInterieur .content .tournee table#tableDates {
    width: 100%;
    margin-top:20px;
}

#tableDates th, #tableDates td {
    text-align: left;
}

.ensemblePageSection .mainInterieur img.frise {
    max-width: 100%;
}


/*RESPONSIVE*/
@media (max-width:768.99px) {
    .frise_desktop {
        display: none;
    }
    .frise_mobile {
        display: block;
    }
    .ensemblePageSection {
        background-size: 170%;
    }
    .ensemblePageSection .mainInterieur {
        padding: 0 30px 15px 30px;
    }
    .ensemblePageSection .mainInterieur img.visuel {
        margin-top: 10px;
    }
    .ensemblePageSection .mainInterieur .content {
        flex-direction: column;
        align-items: center;
    }

    .ensemblePageSection .mainInterieur .content .tournee {
        margin: 30px auto 0;
    }

    .ensemblePageSection .mainInterieur .content .tournee table#tableDates {
        font-size: 16px;
    }

    .fake_cesure {
        display: block;
    }
}