<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.docu_part{
    display:flex;
    width:100%;
    margin-top: 20px;
}

.docu_block{
    display: flex;
    flex-basis:auto;
    background-size: cover !important;
}

.docu_titre{
    background: #325881 0% 0% no-repeat padding-box;
    color:#fff;
    padding: 10px 20px;
    width: 150px;
    position: relative;
    /* border-top-right-radius: 8px; */
    /* border-bottom-right-radius: 8px; */
}

#docu_bienvenue .docu_img_article{
    width: 150px;
}
#docu_block_c{
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

#docu_block_c .docu_titre{
    height: 100vh;
}

.docu_titre h2{
    font-weight: bold;
    padding:0;
    margin:0;
}

.docu_nav_titre{
    color:#fff;
    font-weight: lighter;
    font-size:12px;
}

.docu_nav_titre a{
    color:#fff;
}

img.docu_img{
    width: 100%;
}

.docu_article{
    text-align: left;
    font-size: 12px;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    margin-left: 20px;
    width: 250px;
}
#search-documentation::placeholder{
    color: rgba(0,0,0, .5);
}

.docu_article p, .docu_article h2{
    padding: 5px 20px;
    text-align: justify;
}

.docu_text{
    display: flex;
    flex-wrap: wrap;
}

#docu_bienvenue{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.docu_acc{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
    flex-direction: column;
    padding: 0 5%;
    text-align: center;
    flex-grow: 1;
}

.docu_acc h3{
    font-weight: bold;
    background: #325881;
    color: #fff;
    width: 100%;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.docu_btn_suite{
    border: 1px solid #646464;
    background:#325881;
    border-radius: 50px;
    padding:10px 15px;
    float: right;
    font-size:14px;
    color:#fff;
}

.docu_btn_suite:hover{
    background:#325881;
    color:rgba(255,255,255,.8);
    cursor:pointer;
}

#article_vue{
    /* height: 100vh; */
}

#search-result a:hover{
    color:#646464;
    text-decoration: underline;
}

.flex_docu_block{
    flex-basis: 90%;
}

.docu_img_article{
    display: flex;
    justify-content: center;
    min-height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid aliceblue;
}

.docu_article h2{
    text-align: center;
}

.docu_img_article .docu_img{
    max-width:200px;
}

.docu_article h2{
    font-size:14px;
}

.docu_btn{
    background: #325881;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
}

.docu_btn:hover{
    cursor:pointer;
}

.docu_cont_oto{
    display: flex;
    margin-top: 25px;
}
.docu_cont_oto div{
    padding: 15px;
}
.docu_article p{
    height: 120px;
    overflow: hidden;
}
.docu_cont_oto#search_container, 
.docu_cont_oto#search_container &gt; div{
    width: 100%;
}
.docu_cont_oto#search_container h3{
    border-radius: 5px;
    margin-bottom: 10px;
}
#search-documentation{
    border-radius: 10px;
    border: 1px solid #aaa;
    background: #fff;
    color: #646464;
}
.bg_docu_block{
    flex-basis: 30%;
}

@media only screen and (max-width: 980px){
    #base_documentaire{
        flex-basis: 100%;
    }
    .docu_btn {        
    display: inline-block;
    }


}


@media (max-width: 680px){
    #base_documentaire{
        flex-direction: column;
    }
    .docu_titre{
        width: 100%;
    }
    .docu_acc h3{
        background-color: #fff;
        color: #325881;
    }
    .docu_img_article{
        width: 150px;
        min-height: 150px;
    }
    .docu_article{
        font-size: 12px;
        justify-content: center;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }
    .docu_article p{
        overflow: hidden;
    }
    .docu_article p, .docu_article h2{
        padding: 5px 20px;
    }
    #selection_propart{
        flex-wrap: wrap;
    }
}</pre></body></html>