#bandeau_document {
    position: relative;
    min-height: 50vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* DOCUMENTS UTILES ------------- */

#documents_utiles {
    padding: 0 100px;
    margin: 0 100px 25px 100px;
}

#documents_utiles .bloc_principal {
	position: relative;
}

#documents_utiles #bloc_bas {
    display: flex;
    width: 100%;
    min-height: 400px;
}

#documents_utiles #bloc_bas #bloc_gauche {
    display: flex;
    flex-direction: column;
    width: 45%;
    height: 100%;
}

/* TITRES BLOCS ----------------- */

#documents_utiles h3 {
	position: absolute;
    z-index: 2;
    left: 10px;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
    font-weight: normal;
    cursor: default;
}

#documents_utiles .titreLeftTop {
    top: 10px;
}

#documents_utiles .titreLeftBottom {
    bottom: 10px;
}

#documents_utiles .titreSousBloc {
    font-family: 'Playfair Display', serif;
    color: #C19947;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    margin-bottom: 15px;
    cursor: default;
}

#documents_utiles h3.titreSousBloc {
    margin-bottom: 0px;
}

#documents_utiles .sous_blocs_docs .titreSousBloc {
    font-size: 18px;
    margin-bottom: 15px;
    /*
    cursor: pointer;
    */
}

/* LISTES BLOCS LIENS ----------------- */

#documents_utiles #general {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    width: 100%;
}

#documents_utiles #general ul {
	margin-left: 20px;
}

#documents_utiles #criterium ul {
    min-height: 200px;
	margin-left: 10px;
    padding-top: 60px;
}

#documents_utiles #criterium ul > li:last-of-type {
    margin-bottom: 15px;
}

#documents_utiles ul li {
    margin-bottom: 15px;
}

#documents_utiles ul li:last-of-type {
    margin-bottom: 0px;
}

#documents_utiles #documents ul li:last-of-type {
    margin-bottom: 15px;
}

#documents_utiles ul li a {
    color: white;
    font-size: 12px;
    border-bottom: solid 1px transparent;
}

#documents_utiles ul li a:hover{
    border-bottom: solid 1px white;
}

/* BLOC GENERAL ------------------- */

#documents_utiles #general #general_interne {
	display: flex;
    height: 100%;
}

#documents_utiles #general #general_interne .blocs_general_internes {
    flex: 1;
    margin: 50px 25px 25px 25px;
}

#documents_utiles #general #general_interne .blocs_general_internes:first-of-type {
    margin-left: 50px;
}

#documents_utiles #general #general_interne .blocs_general_internes:last-of-type {
    margin-right: 50px;
}

/* BLOC DOCUMENTS ------------------- */

#documents_utiles #bloc_bas #bloc_droite {
	display: flex;
	flex-flow: column;
	width: 65%;
	margin-left: 15px;
}

#documents_utiles #bloc_bas #bloc_droite .titreSousBloc {
	position: relative;
	z-index: 1;
}

#documents_utiles #bloc_bas #bloc_droite #buyers_prog {
	margin-top: 15px;
	position: relative;
	flex: 1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#documents_utiles #bloc_bas #bloc_droite #buyers_prog ul {
    margin-left: 10px;
    padding-top: 30px;
}

#documents_utiles #bloc_bas #documents {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    /*flex-direction: column;*/
    flex:1;
}


#documents_utiles #bloc_bas #documents #vendeurs {
	background-color: rgba(0,0,0,0.4);
}

#documents_utiles #bloc_bas #documents .plus {
    opacity: 0;
    width: 40px;
    height: 0px;
    background-image: url(../images/plus.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    transition: 0.2s ease-out;
    position: relative;
    z-index: 1;
}

#documents_utiles #bloc_bas #documents #croix {
    opacity: 0;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 5px;
    color: #C19947;
    font-size: 20px;
    font-weight: 700;
    cursor:default;
    transition: 0.3s ease;
}

#documents_utiles #bloc_bas #documents .sous_blocs_docs {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.4s ease-out;
    overflow: hidden;
    padding: 40px 0;
}

#documents_utiles #bloc_bas #documents .sous_blocs_docs > ul {
    text-align: center;
    padding: 0 10px;
    width: 100%;
    /*
    height: 0;
    opacity: 0;
    visibility: hidden;
    */
    transition: 0.2s ease-out;
    position: relative;
	z-index: 1;
}

/* CLASSE ACTIVE & NOTACTIVE */
/*
#documents_utiles #bloc_bas #documents .sous_blocs_docs:not(.active):hover .plus {
    opacity: 1;
    height: 40px;
}

#documents_utiles #bloc_bas #documents .sous_blocs_docs.active {
    cursor: default;
}

#documents_utiles #bloc_bas #documents .sous_blocs_docs.active > ul {
    opacity: 1;
    height: auto;
    visibility: visible;
    line-height: 0;
}

#documents_utiles .sous_blocs_docs.active .titreSousBloc {
    cursor: default;
    margin-bottom: 25px;
    margin-top: 30px;
}

#documents_utiles .sous_blocs_docs.notactive .titreSousBloc {
    height: 0;
}

#documents_utiles #bloc_bas #documents .sous_blocs_docs.notactive {
    overflow: hidden;
    flex: 0;
}

#documents_utiles #bloc_bas #documents #croix.active {
    opacity: 1;
    cursor: pointer;
}
*/

/* BLOC REPOSITORY ------------------- */

#documents_utiles #bloc_bas #bloc_gauche #repository {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 7.5px;
    height: 200px;
}

#documents_utiles #bloc_bas #bloc_gauche #repository > a {
    display: block;
    height: 100%;
    transition: 0.3s ease-out;
}

#documents_utiles #bloc_bas #bloc_gauche #repository #coin_repository {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #C19947;
}

#documents_utiles #bloc_bas #bloc_gauche #repository #coin_repository span {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/play-button.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

/* BLOC CRITERIUM ------------------- */

#documents_utiles #bloc_bas #bloc_gauche #criterium {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 7.5px;
}

/* RESPONSIVE 1200px -------------------- */

@media (max-width: 1200px) {

    #documents_utiles {
        padding: 0 0;
    }
}

/* RESPONSIVE 800px -------------------- */

@media (max-width: 800px) {
    
    #documents_utiles {
        margin: 25px 25px 25px 25px;
    }
    
    #documents_utiles #bloc_bas {
        flex-direction: column;
    }
    #documents_utiles #bloc_bas #documents {
        margin-top: 15px;
        min-height: 250px;
    }
    #documents_utiles #bloc_bas #bloc_gauche {
        width: 100%;
    }
    #documents_utiles .titreLeftBottom {
        bottom: inherit;
        top: 10px;
    }  
    
    #documents_utiles #criterium ul {
        margin-left: 45px;
    }
    #documents_utiles #bloc_bas #bloc_droite {
    	width: 100%;
    	margin-left: 0;
    }
    #documents_utiles #bloc_bas #bloc_droite #buyers_prog {
    	min-height: 200px;
    }
    #documents_utiles #bloc_bas #bloc_droite #buyers_prog ul {
	    margin-left: 45px;
	}
}

/* RESPONSIVE 600px -------------------- */

@media (max-width: 600px) {
    
    #documents_utiles #general #general_interne {
        flex-direction: column;
    }
    
    #documents_utiles {
        margin: 25px 0px 25px 0px;
    }
    
    #documents_utiles #general #general_interne .blocs_general_internes {
    }
    
    #documents_utiles #general #general_interne .blocs_general_internes:first-of-type {
        margin-left: 25px;
    }
    
    #documents_utiles #general #general_interne .blocs_general_internes:last-of-type {
        margin-left: 25px;
    }
    
}