body {
    background-color: #dbe1c7;
    margin: 0 !important;
}

.row {
    margin: 0 !important;
}

.navbar-toggler {
    position: absolute;
    top: -50px;

}

/*Définition du header*/

#title-header {
    font-weight: bolder;
    font-size: 3em;
}

.form-control, button, input {
    border: none !important;
    border-radius: 0 !important;
}

.btn-search {
    padding-top: 7px;
    padding-bottom: 7px;
}

.custom-select {
    background-color: #383838 !important;
    background-image: url("../img/down-arrow.png");
}

/* Nav */
.dropdown-menu {
    background-color: #dbe1c7 !important;
    border: none !important;
}


/* Content */

.title-rubrique {
    font-weight: bolder;
    height: auto;
    position: relative ;
    top:60px;
    left:-20px;
    z-index: 10;
}

.essai {
    width: max-content;
}

.auteur {
    font-weight: bolder;
    color: #212529;
}

.citation {
    font-style: italic;
    padding-bottom: 15px;
}

.section-border {
    border-bottom: #95a954 solid 2px;
    margin-top: 10px;
    padding-bottom: 15px;
}
.section-border-bis {
    border-bottom: #DF0101 solid 2px;
    margin-top: 10px;
    padding-bottom: 15px;
}

/*Sidebar */

.title-sidebar {
    font-variant-caps: petite-caps;
    width: 100%;
    font-weight: bolder;
    border-bottom: #95a954 solid 2px;
    border-top: #95a954 solid 2px;
}
.title-sidebar-bis {
    font-variant-caps: petite-caps;
    width: 100%;
    font-weight: bolder;
    border-bottom: #DF0101 solid 2px;
    border-top: #DF0101 solid 2px;
}

.title-depeche {
    font-weight: bolder;
    height: auto;
    float: right;
    text-align: right;
}

.img-sidebar {
    max-width: 33%;
}

.media-sidebar {
    max-width: 66%;
    float: right;
    padding-left: 10px;
}

.media-content {
    max-width: 60%;
    float: left;

}

.media-content2 {
    max-width: 50%;
    float: left;

}

/* Style all font awesome icons */
.fab {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

/* Add a hover effect if you want */
.fab:hover, .fas:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

.fa-facebook-f {
    background: #3B5998;
    color: white;
    float: left;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
    float: left;
}

.fa-envelope {
    background: grey;
    color: white;
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    float: left;
}

#fa-plus {
    background: red;
    color: white;
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    float: left;
}
/*Footer */

footer {
    border-top: #95a954 solid 2.5px;
    clear: left;
    /*min-height: 100px;*/
}
video {
    max-width: 100%;
    height: auto;
}

/*Définition des couleurs de fonds */


.backsandstone {
    background-color: #dbe1c7 !important;
}

.backgreenheader {
    background-color: #95a954;
}

.bg-color-white {
    background-color: white;
}

.bg-color-grey {
    background-color: #383838;
    color : white;
}
.bg-color-personne {
    color: white;
    background-color: #212529;
}
.bg-color-analyse {
    background-color: #FE9A2E;
    color: white;
}

.bg-color-critique {
    background-color: #8000FF;
    color: white;
}
.bg-color-film {
    background-color: #8000FF;
    color: white;
}
.bg-color-depeche {
    background-color: #9dbd38;
    color: white;
}

.bg-color-entretien {
    background-color: #3776bd;
    color: white;
}

.bg-color-dossier {
    background-color: #DF0101;
    color: white;
}

.bg-color-atelier {
    background-color: #8000FF;
    color: white;
}

.bg-color-reportage {
    background-color: #FACC2E;
    color: white;
}
.bg-color-structure {
    background-color: #4e3206;
    color: white;
}
.bg-color-evenement {
    background-color: #38c172;
    color: white;
}

/*Définition des couleurs de polices*/

.white {
    color: white;
}

.sandstone{
    color: #dbe1c7;
}

.greenheader {
    color: #95a954;
}

.grey {
    color: #383838;
}

.color-critique {
    color: #8000FF;
}
.color-film {
    color: #8000FF;
}
.color-depeche {
    color: #9dbd38;
}

.color-analyse {
    color: #dd621f;
}

.color-entretien {
    color: #3776bd;
}

.color-dossier {
    color: #DF0101;
}

.color-reportage {
    color: #DBA901;
}
.color-structure {
    color: #4e3206;
}
.color-evenement {
    color: #38c172;
}

.color-atelier {
    color: #8000FF;
}
.color-personne {
    color: #212529;
}

.copyright {
    color: #4e3206;
}
.color-revue {
    color: #ca2a19;
}


/*Gestion des cookies*/

.cookie-banner {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    padding: 25px;
    width: 100%;
}


/*Page Films*/

.content-film {

}

.title-fiche {
    font-size: 2em;
    font-weight: bolder;
    font-variant-caps: petite-caps;
}
.subtitle-fiche {
    font-size: 1.5em;
    font-weight: bolder;
    font-variant-caps: petite-caps;
}

.border-fiche {
    border-bottom: solid 1px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.border-infos {
    border-right: #DF0101 solid 2px;
    margin-right: 10px;
    padding-right: 10px;
}
.border-film {
    border-right: solid 1px;
    margin-right: 10px;
    padding-right: 10px;
}

.title-descriptif {
    font-weight: bolder;
    font-size: 1.5em;
}

.read_more {
    margin-top: 10px;
}

.select2-container--default .select2-selection--single {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

@media screen and (min-width: 990px) {

    /*Définition du content*/

    .content {
        width: 66%;
        float: left;
    }
    .sidebar {
        position: relative;
        top: 50px;
    }


    /* Social Button */
    .socialbtn {
        position: fixed;
        top: 350px;
        width: 50px;
    }

    .backtotop {
        position: fixed;
        right: 0;
        top: 50%;
        padding: 10px;
        border-radius: 3px;
        opacity: 0.7;
        display: none;
        cursor: pointer;
    }
    .containUl {

        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;

    }
}

@media screen and (min-width: 576px) and (max-width: 990px) {
    /*Définition du content*/

    .content {
        width: 100%;
        float: none;
    }

    .sidebar{
        width: 100%;
        float: none;
    }

    #title-header {
        font-size: 1em;
    }
    #slogan-header {
        font-size: 0.8em;
    }

    /* Social Button */
    .socialbtn {
        position: fixed;
        bottom: 0;
    }
    .backtotop {
        visibility: hidden;
    }

}


@media screen and (max-width: 576px) {
    /*Définition du content*/

    .content {
        width: 100%;
        float: none;
    }

    .sidebar{
        width: 100%;
        float: none;
    }

    #title-header {
        font-size: 1em;
    }
    #slogan-header {
        font-size: 0.5em;
    }

    /* Social Button */
    .socialbtn {
        position: fixed;
        bottom: 0;

    }
    .backtotop {
        visibility: hidden;
    }

}
