@charset "UTF-8";

/**
 * Long Read - Bloc encadré
 */

/* ----------------------------------------------------------
  Layout
---------------------------------------------------------- */

.cc-block--encadre {
    padding: 0;
}

.cc-block--encadre * + .dates-list__wrapper:not(:empty) ,
.cc-block--encadre * + .field-player:not(:empty) ,
.cc-block--encadre * + .field-button:not(:empty) {
    padding-top: 50px;
}

.block--encadre {
    padding: 30px 70px;
    overflow: hidden;
    background-color: #65625C;
}

@media(max-width:768px) {
    .block--encadre {
        padding: 20px 35px;
    }
}

/* ----------------------------------------------------------
  Title
---------------------------------------------------------- */

.block--encadre__title {
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    font-family: 'Arial';
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.block--encadre__title img {
    z-index: 1;
    position: absolute;
    top: -10px;
    right: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.block--encadre:not(.is-open) .block--encadre__title img {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media(max-width:768px) {
    .block--encadre__title {
        font-size: 20px;
        line-height: 24px;
    }

    .block--encadre__title .field-title {
        padding-right: 50px;
    }

    .block--encadre__title img {
        top: -3px;
        width: 30px;
        height: 30px;
    }
}

/* ----------------------------------------------------------
  Content
---------------------------------------------------------- */


.block--encadre__content > .field-content:first-child p:first-child {
    margin-top: 0;
}

.block--encadre:not(.is-open) .block--encadre__content {
    visibility: hidden;
    z-index: 1;
    position: relative;
    height: 0;
    margin-top: 0;
    opacity: 0;
}

@media(max-width:768px) {
    .block--encadre__content {
        margin: 57px auto auto;
    }
}

/* ----------------------------------------------------------
  Image
---------------------------------------------------------- */

.block--encadre__content .field-image {
    color: #fff;
}

/* ----------------------------------------------------------
  Dates
---------------------------------------------------------- */

.block--encadre__content .dates-list .field-title {
    font-family: "BodoniAntiquaBQ";
    font-size: 30px;
    font-weight: bold;
    color: #88A5AB;
}

.block--encadre__content .dates-list .field-content p {
    margin-top: 0;
}

.block--encadre__content .dates-list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    vertical-align: top;
}

@media(min-width:1060px) {
    .block--encadre__content .dates-list__wrapper {
        width: 960px;
        margin-left: -80px;
    }
}

@media(min-width:769px) {
    .block--encadre__content .dates-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
}

@media(max-width:768px) {
    .block--encadre__content .dates-list .field-title {
        font-size: 25px;
    }

    .block--encadre__content .dates-list li {
        display: block;
        margin-bottom: 20px;
    }
}
