/*******
 * Ads *
 *******/
.page-content__surround-top-spacer {
    height: 110px;
}
.page-content__surrounded {
    max-width: 1000px;
}

/***************
 * Header link *
 ***************/
.menu-item-26320 a {
    padding: 0 5px;
    background: #0066FF;
}
.menu-item-26320 a::before {
    top: -10px;
}

/***************
 * Header size *
 ***************/
@media screen and (min-width: 1024px) {
    .article-block.article-block--large .article-block__poster, .article-block.article-block--header .article-block__poster {
        max-height: 450px;
    }
    .header__logo {
        width: 300px;
    }
}
@media screen and (min-width: 720px) and (max-width: 1023px) {
    .article-block.article-block--large .article-block__poster, .article-block.article-block--header .article-block__poster {
        max-height: 350px;
    }
    .header__logo {
        width: 250px;
    }
}
@media screen and (max-width: 719px) {
    .article-block.article-block--large .article-block__poster, .article-block.article-block--header .article-block__poster {
        max-height: 250px;
    }
    .header__logo {
        width: 200px;
    }
}
@media screen and (max-width: 400px) {
    .header__logo {
        width: 150px;
    }
}
.sticky-header__logo {
    width: 125px;
}

/***
 * Sticky header */
.has-share-bar .sticky-header__logo {
    margin-right: auto;
}

/***
 * Default poster */
.article-block__no-poster {
    background-image: url('../img/default-poster.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/************************
 * L'agenda des sorties *
 ************************/
.agenda-events--bdxc,
.agenda-events--bdxc .agenda-events__content,
.agenda-events--bdxc .agenda-events__navigation,
.weekly-agenda,
.weekly-agenda .category-navigation li:hover, .weekly-agenda .category-navigation li.active {
    background-color: #99CCCC;
}
.agenda-events--bdxc .agenda-events__content .article-block__label,
.weekly-agenda .event-slide li .event-block.event-block--long .article-block__label {
    background-color: rgba(153, 204, 204, 0.7);
}
.agenda-events--bdxc .agenda-events__content .event-block__meta strong,
.weekly-agenda .event-slide li .event-block.event-block--long .article-block__content .event-block__meta strong,
.weekly-agenda .event-navigation button.prev:active, .weekly-agenda .event-navigation button.next:active {
    color: #0D7F7F;
}
.agenda-events--bdxc .agenda-events__navigation button.goto.active,
.weekly-agenda .event-navigation button.goto.active {
    background-color: #0D7F7F;
}
.weekly-agenda .category-navigation .category-navigation--header {
    padding: 2px 10px;
    line-height: 1.3;
    color: #99CCCC;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.bordure.y-aller .y-aller__content img.provider-logo {
    width: auto;
    height: 17px;
}

.event-search label {
    display: block;
    color: white;
    font-weight: bold;
}
.event-search select, .event-search input {
    width: 100%;
    background: white;
    border: none;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 2px;
}
.event-search .text-search {
    position: relative;
    height: 62px;
}
.event-search .text-search input {
    position: absolute;
    left: 0;
    top: 20px;
    width: 75%;
    height: 35px;
    display: inline-block;
}
.event-search .text-search button {
    position: absolute;
    right: 0;
    top: 20px;
    display: inline-block;
    height: 35px;
    width: 25%;
    margin-bottom: 10px;
    margin-top: 2px;
    background-color: #0D7F7F;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 25px;
}
.event-search button div {
    display: block;
    position: absolute;
}
.event-search button div.icon-r89 {
    top: 3px;
    left: 10px;
}
.event-search button div.text {
    top: 10px;
    left: 50px;
}

/*******************
 * L'agenda engagé *
 *******************/
.agenda-engage {
    background: #999966;
    padding: 15px 0;
    margin-bottom: 30px;
}
.agenda-engage .article-small-slideshow {
    margin-bottom: 0;
}
.agenda-engage .article-small-slideshow__title {
    padding: 0 15px 5px 15px;
    color: white;
}
.agenda-engage .article-small-slideshow__content {
    padding: 0;
    background: transparent;
}
.agenda-engage .article-small-slideshow__content li {
    width: 300px;
    padding: 0 15px;
}
.agenda-engage .article-small-slideshow__content > ul > li .article-block--small::after {
    background-color: #999966;
    background-image: url("../img/agenda-engage-bar.png");
}
.agenda-engage .article-small-slideshow__navigation {
    background-color: transparent;
    padding-bottom: 5px;
}
.agenda-engage .article-small-slideshow__navigation button {
    color: white;
    transition: color 0.25s, background-color 0.25s;
    margin: 0;
}
.agenda-engage .article-small-slideshow__navigation button.goto {
    background-color: white;
}
.agenda-engage .article-small-slideshow__navigation button.goto.active {
    background-color: #5D5D22;
}
.agenda-engage .article-small-slideshow__navigation button.goto:hover {
    background-color: #5D5D22;
}
.agenda-engage .article-small-slideshow__navigation button:hover {
    color: #5D5D22;
}
.agenda-engage a.submit {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Droid Sans', sans-serif;
    font-size: 15px;
    color: white;
    text-decoration: none;
}
.agenda-engage a.submit:hover {
    text-decoration: underline;
}

/*******************
 * Article content *
 *******************/
.article__content h4 {
    font-weight: bold;
    font-size: 17px;
    font-size: 1.09rem;
    line-height: 1.27273;
}
@media screen and (min-width: 720px) {
    .article__content h4 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.06667;
        margin-top: 15px;
        padding-top: 0;
    }
    .article__content .image {
        margin-bottom: 24px;
    }
}
