/*
Theme Name: eurocinema
Version: 1.0
Description: A child theme of Bootstrap Basic4
Template: bootstrap-basic4
Author: Administrator
*/
/*@import url("../bootstrap-basic4/style.css");
/* Your awesome customization starts here */
body {
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.7rem !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100 !important;
    text-transform: uppercase;
}

a:hover {
    color: #264386 !important;
    text-decoration: none !important;
}


.site-footer {
    background-color: #264386 !important;
}
#cmplz-document {

    max-width: 100%;
}

.waiting-page {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200000;
    padding: 28vh 50vw;
    margin-left: -19px;
    display: none;
}

.waiting-page.show {
    display: block;
}

.backdrop {
    background: rgba(255, 255, 255, .8);
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
}

.page main, .single main {
    min-height: calc(100vh - 200px);
    padding: 0;
}

.langue img {
    max-width: 22px;
    margin-left: 1rem;
    margin-top: -4px;
}

.the-date {
    margin-left: -6.4rem;
    background: #eee;
    width: 5.9rem;
    text-align: right;
    padding-right: 0.4rem;
    float: left;
    color: #264386;
    padding: .2rem;
}


/* --------------------------------------------------------------------- */
/* HEADER, LOGO ET MENU
/* --------------------------------------------------------------------- */
.page-header {
    margin-bottom: 0;
    height: 100px;
    background: #fff;
    width: 100%;
    z-index: 20000;
    transition: all .3s;
}

.scrolled .page-header {
    position: fixed;
    height: 60px;
    left: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}


.navbar {
    min-height: 100px !important;
    transition: all .3s;
}

.scrolled .navbar {
    min-height: 60px !important;
}

.site-title-heading img {
    max-width: 240px;
}

.menu-item {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    font-size: 0.9rem;
}

.site-title-heading {
    height: 100px;
    line-height: 100px;
    transition: all .3s;
}

.scrolled .site-title-heading {
    height: 60px;
    font-size: 1.8rem;
    line-height: 60px;
}

.site-title-heading a {
    color: #222;
    text-underline: none;
}

.site-title-heading a span {
    font-weight: 400;
}

.page main, .single main {
    margin-top: 0;
    transition: all .3s;
}

.scrolled .page main, .scrolled .single main {
    margin-top: 60px;
}


/* --------------------------------------------------------------------- */
/* FOOTER
/* --------------------------------------------------------------------- */
footer {
    min-height: 250px;
    background: #264386;
}

footer h3 {
    text-align: center;
    color: #fff;
    padding: 4rem 0 0;
    font-size: 1.5rem;
}

.row.reseaux-sociaux {
    margin: 2.3rem auto;
    width: 340px;
    text-align: center;
    max-width: 100%;
}

.row.reseaux-sociaux a {
    background: #fff;
    width: 3rem;
    height: 3rem;
    display: block;
    line-height: 3rem;
    border-radius: 50%;
    font-size: 1.7rem;
    color: #264386;
    margin: 0 auto 2rem;
}

.footer-menu {
    display: block;
    width: 480px;
    max-width: 100%;
    margin: 0 auto 3.5rem;
    padding: 0;
    list-style: none;
    text-align: center;
}

.footer-menu li {
    display: inline-block;
    padding: 0 1rem;
    margin: 0;
    font-size: 0.8rem;
    text-align: center;
    border-right: 1px solid #fff;
}

.footer-menu li:last-of-type {
    border: 0;
}

.footer-menu li a {
    color: #fff;
}

.footer-menu li a:hover {
    color: #222 !important;
}

.col-12.copyright {
    text-align: center;
    font-size: .8rem;
    color: #fff;
    margin-bottom: 2rem;
}

/* --------------------------------------------------------------------- */
/* HERO
/* --------------------------------------------------------------------- */
.hero {
    position: relative;
    margin-top: 3rem;
    padding: 0 20% !important;
    margin-bottom: 0rem;
    height: auto;
    background-position: center;
    background-size: cover;
    display: block;
}

.scrolled .hero {
    margin-top: 120px;
}

.hero h1 {
    position: absolute;
    top: 2rem;
    z-index: 3;
    width: 28%;
    background: #fff;
    color: #222;
    padding: 14px;
    font-size: 2.3rem;
    font-weight: 200 !important;
    left: 2%;
    text-align: right;
}

#car-euroc {
    margin-left: 13rem;
    position: relative;
}

.hero .resume-hero {
    position: absolute;
    bottom: 4rem;
    z-index: 50;
    width: 50%;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.4rem;
    color: #fff;
    left: 50%;
    margin-left: -25%;
}

/*
.hero::after {
    content: "";
    display: block;
    width: 1px;
    height: 110px;
    position: absolute;
    border-left: 1px solid #264386;
    left: 50%;
    margin-left: -.5px;
    margin-top: 50vh;
}*/

/* --------------------------------------------------------------------- */
/* ACTUALITES
/* --------------------------------------------------------------------- */
.actualites {
    position: relative;
}

.actualites a {
    color: #264386;
}

/*.actualites::after {
    content: "";
    display: block;
    width: 1px;
    height: 110px;
    position: relative;
    border-left: 1px solid #264386;
    left: calc(50% - 5px);
    margin-top: -57px;
}*/

.actualites a.load-more, a.load-more {
    display: block;
    margin: 0 auto 1rem;
    text-transform: uppercase;
    background: #264386;
    border: 0;
    border-radius: 0;
    color: #fff !important;
    padding: .3rem 2rem;
    max-width: 200px;
    text-align: center;
}

.actualites h2 {
    position: relative;
    text-align: center;
    margin: 5rem 0 5rem;
    font-weight: 600 !important;
    font-size: 2.4rem;
}

.actualites h2::after {
    content: "";
    display: block;
    width: 100px;
    margin-bottom: auto;
    position: absolute;
    border-top: 6px solid #264386;
    left: 50%;
    margin-left: -50px;
    bottom: -1rem;
}

.sous-rub-actu, .home-actu {
    width: 100%;
    position: relative;
    background: #f1f1ff;
    margin-bottom: 2rem;
    border-right: 10px solid #fff;
}

.sous-rub-actu::before,
.home-actu::before {
    content: "";
    background: #fff;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    z-index: 01;
    width: 100%;
    left: 0;
}

.home-actu h4 {
    z-index: 100;
    position: relative;
    top: -1rem;
}


.sous-rub-actu::after {
    content: "";
    background: #fff;
    height: 1rem;
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
}

.sous-rub-actu h3 {
    text-align: center;
    font-size: 3.5rem;
    z-index: 10;
    display: block;
    position: relative;
    margin-bottom: 0.5rem;
    top: -2rem;
}

.home-actu{
    padding-bottom: 3rem;
}

.actualites .home-actu, .positions-contributions {
    padding: 0 5rem 3rem !important;
    line-height: 1.4rem;
}

.actualites .home-actu h3, .positions-contributions h3 {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 600 !important;
    margin-bottom: 0;
    padding: 0;
}

.positions-contributions a {
    color: #264386;
}
.positions-contributions .caption {
    margin-top: -1.1rem;
}

.suite {
    font-weight: 600;
    margin-top: 1.5rem;
    border-bottom: 2px solid #264386;
    display: inline-block;
}

/* --------------------------------------------------------------------- */
/* ANNONCE
/* --------------------------------------------------------------------- */
.annonce {
    padding: 0 5rem;
}

.annonce::before,
.annonce::after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    transform: rotate(-40deg) skew(46deg);
    margin: 2rem auto 0;
}

.annonce::after {
    margin: 2rem auto 0;
}

.annonce .backzone {
    min-height: 480px;
    background-size: cover;
    background-position: center top;
}

.annonce h3 {
    font-size: 1.6rem;
    font-weight: 300 !important;
    text-transform: inherit;
    text-align: center;
    line-height: 2.5rem;
    margin-top: 2.4rem;
}

/* --------------------------------------------------------------------- */
/* NEWSLETTER
/* --------------------------------------------------------------------- */
.newsletter {
    width: 100%;
    min-height: 120px;
    background: #f6f6f6;
    margin-top: 100px;
    position: relative;
}

/*.newsletter::before {
    content: "";
    display: block;
    width: 1px;
    height: 110px;
    position: absolute;
    border-left: 1px solid #222;
    left: 50%;
    margin-left: 8.5px;
    top: -160px;
}*/

.newsletter label {
    line-height: 120px;
    text-transform: uppercase;
    font-weight: 600;
}

.newsletter .form-control {
    margin-top: 42px;
    max-width: calc(100% - 130px);
}

.btn-send-nl {
    position: absolute;
    top: 42px;
    right: 150px;
}


/* --------------------------------------------------------------------- */
/* PAGES & SINGLE
/* --------------------------------------------------------------------- */

.the-cat {
    font-size: 1.2rem;
}


.page main, .single main {
    min-height: calc(100vh - 200px);
}

.page main h1, .single main h1 {
    position: relative;
    text-align: center;
    margin: 5rem 0 3rem !important;
    font-weight: 600 !important;
    font-size: 2.4rem;
}


.page main h1::after, .single main h1::after {
    content: "";
    display: block;
    width: 100px;
    margin-bottom: auto;
    position: absolute;
    border-top: 6px solid #264386;
    left: 50%;
    margin-left: -50px;
    bottom: -1rem;
}

.single a {
    color: #222;
}

.single h2 {
    font-weight: 600 !important;
    font-size: 1.4rem;
}

.page .content, .single .content {
    position: relative;
}

.page .content::after, .single .content::after {
    content: "";
    display: block;
    width: 1px;
    height: 110px;
    position: relative;
    border-left: 1px solid #222;
    left: 50%;
    margin-left: -.5px;
    margin-bottom: 5rem;
}

.page:not(.page-id-77) .content p:first-of-type::first-letter {
    /* float: left; */
    margin: -1.4rem 1rem 0 0;
    font-size: 5rem;
    font-family: 'Abril Fatface', cursive;
    font-weight: 800;
    letter-spacing: -0.3rem;
    color: #264386;
    display: block;
    position: relative;
    padding: 0 0 15px;
    border: 1px solid transparent;
}

.page-id-77 h2 {
    font-size: 1.3rem;
    font-weight: 600 !important;
}

.page-id-77 h3 {
    font-size: 1.1rem;
    font-weight: 600 !important;
}

.avec-img {
    position: relative;
}

.gimmick {
    display: block;
    max-width: 100%;
    margin: 0 auto 3.5rem;
    width: 90px;
    filter: brightness(0.4);
}

.gimmick-alt {
    width: 90px;
    position: absolute;
    bottom: -40px;
    z-index: 2000;
    display: block;
    left: 80%;
    filter: brightness(0.4);
}

.actu-figure .gimmick-alt {
    left: 70%;
    left: 70%;
}

.gimmick-img {
    max-width: 100%;
    margin: 0px auto 4.5rem;
    width: 100%;
    display: block;
}

.page .content ul {
    margin: 2rem 0;
    padding: 0;
    list-style: none;
}

.page .content ul li li {
    min-height: 35px;
    margin: 0.7rem 0;
    border-bottom: 1px solid #222;
    padding-left: 35px;
    background-image: url('/wp-content/themes/eurocinema/assets/img/points@2x.png');
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: left 4px;
}

.page .content ul li a {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.media a {
    color: #222;
}

.media .suite {
    margin-top: 0;
    margin-bottom: 2rem;
}

.content a[href$=".pdf"] {
    color: #c00;
    border-bottom: 3px solid #c00;
}

a[href$=".pdf"]::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: .3rem;
}

.page-id-64 a[href$=".pdf"]::before {
    content: "";
    display:none;
}

.onglet-actu-archivage.container {
    margin: 1rem auto 4rem;
    display: block;
}

/* --------------------------------------------------------------------- */
/* LISTE ARTICLES
/* --------------------------------------------------------------------- */

h1.mb-5 {
    margin-bottom: 7rem !important;
}

.media h2 {
    font-size: 1.1rem;
    font-weight: 800 !important;
}

.media .gimmick-alt {
    width: 78px;
    left: 60%;
}

.media .col-sm-8 {
    padding-left: 3rem;
}

.onglet-actu-archivage {
    margin: -4rem auto 3rem;
    padding: 0;
    list-style: none;
}

.onglet-actu-archivage li {
    width: 49%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #ddd;
    cursor: pointer;
}

.onglet-actu-archivage li.active {
    border-bottom: 1px solid #222;
    color: #222;
}

#archives {
    display: none;
}


.eurocinema-l {
    background: #264386;
    color: #fff;
    padding: 4px 6px 1px 7px;
    font-family: serif;
}

.content a {
    color: #264386;
    border-bottom: 2px solid #264386;
    text-underline: none;
}

.content li a {
    color: #264386;
    border-bottom: 0;
    text-underline: none;
}

.page .content ul {
    list-style: inherit;
    margin-left: 2rem;
}

.btn.btn-info.btn-show-select,
.btn.btn-info.btn-show-select-archives{
    border-radius: 0;
    margin: 0 1rem;
    padding: 0 0.3rem;
    background: #264386;
    border: 0;
}

.select-categ-article,  .select-categ-article-archives{
    width: 300px !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

.select-categ-article ul, .select-categ-article-archives ul {
    margin: 0;
    padding: 0;
}

.select-categ-article li, .select-categ-article-archives li {
    font-size: 0.9rem;
    width: 100%;
}

.select-categ-article li a, .select-categ-article-archives li a {
    color: #264386;
}

.select-categ-article-archives {
    margin-left: 50%;
}

/* --------------------------------------------------------------------- */
/* MEDIA-QUERIES
/* --------------------------------------------------------------------- */

@media (max-width: 1024px) {

    .hero {
        padding: 0 3rem 0 1rem !important;
    }

    /*.hero h1 {
        top: 3.2rem;
        width: 290px;
        padding: 0.4rem 1.4rem 0.4rem 1rem;
        font-size: 1.7rem;
    }

    .hero .resume-hero {
        bottom: 0.3rem;
        width: 189px;
        font-size: 0.8rem;
        line-height: 1.2rem;
        left: 15px;
    }*/
    .actualites .home-actu {
        padding: 0 2rem 1rem;
    }

}

@media (max-width: 800px) {

    .page main, .single main {

        padding: 0;
    }

    .hero {
        padding: 0 0 !important;
    }

    /* .hero h1 {
         top: 3.2rem;
         width: 290px;
         padding: 0.4rem 1.4rem 0.4rem 1rem;
         font-size: 1.7rem;
     }

     .hero .resume-hero {
         bottom: 0.3rem;
         width: 189px;
         font-size: 0.8rem;
         line-height: 1.2rem;
         left: 15px;
     }*/
    .actualites .home-actu {
        padding: 0 2rem 1rem;
    }
}

@media (max-width: 768px) {
    .actualites .home-actu {
        padding: 0 1rem;
    }

    .actualites .home-actu figure {
        min-height: 250px;
    }

    .annonce {
        padding: 0;
    }

    .newsletter .form-control {
        max-width: calc(100% - 40px);
    }

    .btn-send-nl {
        right: 60px;
    }


    #bb4-primary-menu {
        background: #fff;
        float: right;
        position: fixed;
        right: 0;
        padding: 5rem;
        width: 100%;
        height: 100%;
        z-index: 10000;
    }


}

@media (max-width: 835px) {

    .hero h1 {

        font-size: 1.6rem;
    }

    .actualites .home-actu, .positions-contributions {
        padding: 0 1rem 3rem !important;
        line-height: 1.4rem;
    }
    .navbar-collapse {

        z-index: 200;
        background: #fff;
        padding: 2rem;
    }

    .sous-rub-actu h3 {
        font-size: 2.4rem;
    }
    .actualites .home-actu h3, .positions-contributions h3 {
         font-size: 1.2rem !important;
     }

}
@media (max-width: 420px) {

    .hero {
        padding: 0 !important;
    }

    #car-euroc {
        margin-left: 15px;
        margin-right: 15px;
    }

    .hero h1 {
        top: -3.8rem;
        width: 210px;
        padding: 0.4rem 1.4rem 0.4rem 1rem;
        font-size: 1.2rem;
    }

    .hero .resume-hero {
        bottom: -3.7rem;
        width: 208px;
        font-size: 0.8rem;
        line-height: 1.2rem;
        left: 15px;
    }

    .actualites .home-actu {
        margin-bottom: 2rem;
    }

    .annonce h3 {
        font-size: 1rem;
        line-height: 1.7rem;
        margin-top: 2.4rem;
    }

    .col-12.col-sm-6.text-sm-right {
        text-align: center;
    }

    .wp-block-column {
        margin-bottom: 3rem;
    }

    .newsletter .form-control {
        margin-top: -42px;
        max-width: calc(100% - 20px);
        margin: -42px auto 2rem;
    }

    .btn-send-nl {
        position: absolute;
        top: -42px;
        right: 30px;
    }

    .gimmick-alt {
        width: 70px;
        position: absolute;
        bottom: -40px;
        z-index: 2000;
        display: block;
        left: 70%;
        filter: brightness(0.4);
    }

    .footer-menu li {
        display: block;
        border: 0;
    }

    .hero {

        margin-top: 3rem;
        margin-bottom: 8rem;
    }

    .actualites .home-actu, .positions-contributions {
        padding: 0 1.4rem 6rem !important;
    }

    .home-actu::after {
        background-size: 35vw;
        height: 27vw;
    }

    .sous-rub-actu h3 {
        font-size: 1.4rem;
    }

    .sous-rub-actu, .home-actu {

        margin-bottom: 2rem;
    }

    .sous-rub-actu::after {

        height: inherit;
    }

    .the-date {
        margin-left: 0;

        text-align: center;
        float: none;
    }

}
