/* ws_telechargement_list */

.ws_telechargement_list_container
{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
}

.ws_telechargement_list_container.l2
{
    width: calc( 100% - 20px );
    margin-left: 20px;
}

.ws_telechargement_list_container.l3
{
    width: calc( 100% - 40px );
    margin-left: 40px;
}

.ws_telechargement_list_container.l4
{
    width: calc( 100% - 60px );
    margin-left: 60px;
}

.ws_telechargement_list_container:is(.l2, .l3, .l4)
{
    display: none !important;
}

.ws_telechargement_list_container_top_l1.open .ws_telechargement_list_container.l2
{
    display: flex !important;
}

.ws_telechargement_list_container_top_l1.open .ws_telechargement_list_container_top_l2.open .ws_telechargement_list_container.l3
{
    display: flex !important;
}

.ws_telechargement_list_container_top_l1.open .ws_telechargement_list_container_top_l2.open .ws_telechargement_list_container_top_l3.open .ws_telechargement_list_container.l4
{
    display: flex !important;
}


.ws_telechargement_list_header {
    display: flex;
    justify-content: space-between;
    width: calc( 100% - 40px );
    border-bottom: 1px solid #171c56;
    cursor: pointer;
    margin-bottom: 10px;
    
}

.init_open .ws_telechargement_list_header
{
    /*border-bottom: 0px solid #0783BE;*/
}




.ws_telechargement_list_header_lbl
{
    font-weight: 700;
    line-height: 1;
    padding: 12px 0px !important;
    display: flex;
    align-items: center;
    color: #171c56;
}

.ws_telechargement_list_header_ico
{
    display: flex;
    width: 18px;
    height: auto;
    align-items: center;
}

.ws_telechargement_list_header_ico svg
{
    width: 16px;
    height: auto;
    fill: #171c56;
    transition: all 345ms ease;
}

.open > .ws_telechargement_list_header > .ws_telechargement_list_header_ico svg
{
    transform: rotate(180deg);
}

.ws_telechargement_list_i_c
{
    display: none;
}

.open > .ws_telechargement_list_i_c
{
    display: flex;
    width: calc( 100% - 40px );
}

.ws_telechargement_list_i {
    display: block;
    text-decoration: unset;
    cursor: pointer;
    color: #000000;
    margin: 0;
    line-height: 1;
    font-size: 14px;
    padding: 0px 20px 0 0;
    background: transparent url(../imgs/download.png) no-repeat center right;
    background-size: 0;
    transition: .3s;
    white-space: nowrap;
    padding-right: 0;
}
.ws_telechargement_list_container  .ws_telechargement_list_i {
    margin-bottom: 10px;
}
.ws_telechargement_list_i:hover {
    color: #000000;
    background: transparent url(../imgs/download.png) no-repeat center right;
    background-size: 8px;
    font-weight: 900;
}

.ws_telechargement_list_i a:hover {color: #000};

.ws_telechargement_modal_head
{
    display: flex;
    font-weight: 600;
    line-height: 1;
    padding: 12px 0px !important;
    display: flex;
    align-items: center;
    color: #0783BE;
    justify-content: space-between;
    align-items: center;
}

.ws_telechargement_modal_head svg
{
    height: auto;
    width: 10px;
    fill: #0783BE;
    transition: all 345ms ease;
}

.ws_telechargement_modal_head svg:hover
{
    fill: #3c434a;
}

.ws_telechargement_list_i dialog
{
    background: #FFF;
    width: calc( 100vw - 40px );
    max-width: 600px;
    border: 0;
    box-shadow: 0px 0px 10px #646464;
    border-radius: 4px;
}

.ws_telechargement_list_i dialog form
{
    width: 100%;
    margin-top: 20px;
}

.ws_telechargement_list_i dialog form input
{
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border: 0px;
    border-bottom: 1px solid #000;
    outline: none;
}

.ws_telechargement_list_i dialog form input,
.ws_telechargement_list_i dialog form input::placeholder
{
    color: #000;
}

.ws_telechargement_list_i dialog form > div.chk
{
    display: flex;
    align-items: center;
    line-height: 1;
    color: #3c434a;
    margin: 4px 0px;
}

.ws_telechargement_list_i dialog form > div.chk input
{
    width: 16px;
    height: 16px;
    margin: 10px 7px 10px 0px;
    font-size: small;
}
.ws_telechargement_list_i dialog form > div.chk label {margin-bottom: 0;}

.ws_telechargement_list_i dialog form select
{
    background: transparent;
    width: 100%;
    color: #000;
    height: 40px;
    margin-bottom: 24px;
    border: 0px;
    border-bottom: 1px solid #000;
    outline: none;
}


.ws_telechargement_list_i dialog form > .btn {
    display: inline-block;
    background: #FF0000;
    color: #FFF;
    border: 1px solid #FF0000;
    padding: 10px 10px;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
    transition: all 345ms ease;
}

.ws_telechargement_list_i dialog form > .btn:hover
{
    background: #FFF;
    border: 1px solid #FF0000;
    color: #FF0000;
}
/* ws_telechargement_list */

/* ws_telechargement_sc_in_bo */

.ws_telechargement_sc_in_bo
{
    margin: 10px 0px 0px 0px;
    padding: 10px;
    color: #FFF;
    background: #646970;
}

/* ws_telechargement_sc_in_bo */

/* ws_telechargement_history_in_bo */

.ws_telechargement_history_in_bo
{
    background: #FFF;
    border: 1px solid #c3c4c7;
}

.ws_telechargement_history_in_bo h2
{
    border-bottom: 1px solid #c3c4c7;
}

.ws_telechargement_history_in_bo table
{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.ws_telechargement_history_in_bo table :is(td, th)
{
    padding: 10px;
    border-bottom: 1px solid #c3c4c7;
}

.ws_telechargement_history_in_bo table :is(td, th)
{
    padding: 10px;
    border-bottom: 1px solid #c3c4c7;
    border-left: 1px solid #c3c4c7;
    border-right: 1px solid #c3c4c7;
}

.ws_telechargement_history_in_bo table :is(td, th):first-child
{
    border-left: 0;
}

.ws_telechargement_history_in_bo table :is(td, th):last-child
{
    border-right: 0;
}

.ws_telechargement_history_in_bo table :is(td, th):first-child
{
    border-left: 0;
}

.ws_telechargement_history_in_bo table :is(td, th).date
{
    width: 120px;
}

.ws_telechargement_history_in_bo table :is(td, th).email
{
    width: calc( 100% - 120px );
}

.ws_telechargement_history_in_bo table tbody tr:hover
{
    background: #f1f1f1;
}

.ws_telechargement_history_in_bo_pagination
{
    display: flex;
    width: 100%;
    margin: 10px 10px;
}

.ws_telechargement_history_in_bo_pagination a
{
    display: flex;
    border: #D0D5DD solid 1px;
    color: #475467;
    text-decoration: none;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 10px 4px;
    transition: all 345ms ease;
}

.ws_telechargement_history_in_bo_pagination a.active,
.ws_telechargement_history_in_bo_pagination a:hover
{
    background: #0783BE;
    color: #FFF;
    border: #D0D5DD solid 1px;
}

/* ws_telechargement_history_in_bo */


/* ws_telechargement_re_liste */

.ws_telechargement_re_liste
{
    background: #FFF;
    border: 1px solid #c3c4c7;
    border-bottom: 0;
    margin-top: 24px;
    width: calc( 100% - 20px );
}

.ws_telechargement_re_liste h2
{
    border-bottom: 1px solid #c3c4c7;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
}

.ws_telechargement_re_liste table
{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.ws_telechargement_re_liste table :is(td, th)
{
    padding: 10px;
    border-bottom: 1px solid #c3c4c7;
}

.ws_telechargement_re_liste table :is(td, th)
{
    padding: 10px;
    border-bottom: 1px solid #c3c4c7;
    border-left: 1px solid #c3c4c7;
    border-right: 1px solid #c3c4c7;
}

.ws_telechargement_re_liste table :is(td, th):first-child
{
    border-left: 0;
}

.ws_telechargement_re_liste table :is(td, th):last-child
{
    border-right: 0;
}

.ws_telechargement_re_liste table :is(td, th):first-child
{
    border-left: 0;
}

.ws_telechargement_re_liste table :is(td, th).id
{
    width: 12px;
}

.ws_telechargement_re_liste table :is(td, th).title
{
    width: calc( 100% - 220px );
}

.ws_telechargement_re_liste table :is(td, th).nbr
{
    width: 200px;
}

.ws_telechargement_re_liste table tbody tr:hover
{
    background: #f1f1f1;
}

.ws_telechargement_re_liste table :is(td, th) a
{
    text-decoration: none;
    color: inherit;
}
/* ws_telechargement_re_liste */




/* ws_telechargement_re_stat */

.ws_telechargement_re_stat
{
    background: #FFF;
    border: 1px solid #c3c4c7;
    border-bottom: 0;
    margin-top: 24px;
    width: calc( 100% - 20px );
}

.ws_telechargement_re_stat h2
{
    border-bottom: 1px solid #c3c4c7;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
}

.ws_telechargement_re_stat table
{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.ws_telechargement_re_stat table :is(td, th)
{
    padding: 10px;
    border-bottom: 1px solid #c3c4c7;
}

.ws_telechargement_re_stat table :is(td, th)
{
    padding: 10px;
    border-bottom: 1px solid #c3c4c7;
    border-left: 1px solid #c3c4c7;
    border-right: 1px solid #c3c4c7;
}

.ws_telechargement_re_stat table :is(td, th):first-child
{
    border-left: 0;
}

.ws_telechargement_re_stat table :is(td, th):last-child
{
    border-right: 0;
    width: 200px;
}

.ws_telechargement_re_stat table :is(td, th):first-child
{
    border-left: 0;
    width: calc( 100% - 200px );
}


.ws_telechargement_re_stat table :is(td, th) a
{
    text-decoration: none;
    color: inherit;
}
/* ws_telechargement_re_stat */


/* ws_telechargement_re_exp */

.ws_telechargement_re_exp
{
    background: #FFF;
    border: 1px solid #c3c4c7;
    border-bottom: 0;
    margin-top: 24px;
    width: calc( 100% - 20px );
    padding-bottom: 20px;
}

.ws_telechargement_re_exp h2
{
    border-bottom: 1px solid #c3c4c7;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
}

.ws_telechargement_re_exp_form
{

}

.ws_telechargement_re_exp_form > div
{
    display: flex;
    width: 100%;
    margin: 16px 10px;
}

.ws_telechargement_re_exp_form > div > label
{
    display: block;
    width: 200px;
}

.ws_telechargement_re_exp_form > div > :not(label)
{
    display: block;
}

.ws_telechargement_re_exp_form > input[type="submit"]
{
    background: #0783BE;
    color: #FFF;
    border: 1px solid #0783BE;
    padding: 7px 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 345ms ease;
}

.ws_telechargement_re_exp_form > input[type="submit"]:hover
{
    background: #FFF;
    color: #0783BE;
    border: 1px solid #0783BE;
}

.ws_telechargement_re_exp_link
{
    background: #FFF;
    padding: 0px 10px 20px 10px;
    border: 1px solid #c3c4c7;
    border-top: 0;
}

.ws_telechargement_re_exp_link a
{
    font-size: 1.2em;
}

.ws_telechargement_re_exp_form_date_flex
{
    flex-wrap: wrap;
}

.ws_telechargement_re_exp_form_date_flex > div
{
    margin: 0px;
    border: 1px solid #c3c4c7;
}

.ws_telechargement_re_exp_form_date_flex > div label
{
    background: #c3c4c7;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
}
/* ws_telechargement_re_exp */

.ctadownload {
    display: inline-block;
    color: #161c55;
    background-color: #FFF !important;
    background-image: none !important;
    text-transform: uppercase;
    padding: 15px 25px;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 700;
    border: 2px solid #161c55;
    transition: .3s;
    max-width: 450px;
    line-height: 130%;
    text-align: center;
}
.ctadownload:hover{
    background-color: #161c55 !important;
    color: #FFF;
}

.ctadownload.model2 {
    border: 2px solid #FFF;
    white-space: normal;
}
.ctadownload.model2:hover {border: 2px solid #FFF;background-color: transparent !important;color: #161C55;}


.ctadownload.model3 {
    border-radius: 0px;
    background-color: transparent !important;
    padding: 12px 20px;
}
.ctadownload.model3:hover {background-color: #161c55 !important;}

.ctadownload.model4 {
    border: 0;
    padding: 5px 0 10px 0;
    border-bottom: 2px solid white;
    border-radius: 0;
    color: #FFF;
    background-color: transparent !important;
    transition: .3s;
}
.contmodel4 {
	margin:	40px 0 0 20px;
	text-align:  center;
}
.ctadownload.model5 {
    border: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0 10px 0;
    border-bottom: 3px solid #161c55;
    border-radius: 0;
    color: #161c55;
    background-color: transparent !important;
    transition: .3s;
    line-height: 160%;
    letter-spacing: 1px;
    display: inline-block;
    white-space: normal;
}
.ctadownload.model6 {
    border-radius: 0px;
    color: #FFF;
    background-color: #FF0000 !important;
    padding: 12px 24px;
    border: 0;
	font-weight: 400;
}
.ctadownload.model6:hover {background-color: #161c55 !important;}

.ws_telechargement_list_i_c a,
.ws_telechargement_list_i span {
    color: #2d315e;
    background: transparent url('../img/download.png') no-repeat center left;
    background-size: 17px;
    padding-left: 25px;
    transition: .1s;
}
.ws_telechargement_list_i_c a:hover {color: #000;font-weight: 600;}
.ws_telechargement_list_i_c:first-child {margin-top: 10px;}

.ws_telechargement_modal_head {
    display: flex;
    justify-content: space-between;
}
.card-footer .ws_telechargement_list_i {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0 0;
}

.collinkdown {
    text-align: center !important;
}

