.max_width_500{max-width: 500px;}
.max_width_1000{max-width: 1000px;}
.width_100{width: 100%;}
.width_50p{width: 50px;}
.table-row{display: table-row;}
.table-cell{display: table-cell;}
.c-red{color:red;}
.c-pointer{cursor:pointer;}

/*-----------progress bar (create account)--------------*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
}
#progressbar li {
    list-style-type: none;
    color: #99a2a8;
    font-size: 9px;
    width: calc(100%/4);
    float: left;
    position: relative;
    font: 500 13px/1 "Roboto", sans-serif;
    text-align: center;
    padding-bottom: 5px;
}
#progressbar li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f35a';
    font-size:20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    text-align: center;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
}
#progressbar li:last-child:after {
   /* width: 150%; */
}
#progressbar li.active {
    color: #00466C;
}
#progressbar li.active:before,#progressbar li.active:after {
    background: #00466C;
    background: #00466C;
    color: white;
}

/*----------- style_table --------------*/
.style_table{
    margin: 10px 0;
    border:1px solid #fff;
    background: #fff;
}
.style_table th {
    background: #000;
    color: #fff !important;
    font-weight: bold;
}
.style_table tr:nth-child(odd) {
    background: #f9f9f9;
    color: #333;
}
.style_table tr:nth-child(even) {
    background: #fff;
    color: #333;

}
.style_table td, .style_table th {
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
}

/*----------- formulaire --------------*/

.main_account_form input[required] + .spc_required {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 4%;
    z-index: 10;
    color: #FFC757;
    font-size: 20px;
}
.main_account_form input[required]:valid + .spc_required{display: none !important;}
.main_account_form input[required]{padding-left: 2.5%;}
.main_account_form i{display:none !important;}
.main_account_form input[type="text"], .main_account_form select, .main_account_form textarea{
    margin-top:10px;
}
.main_account_form #input_ext_tel_travail{width:28%; float:right;}
.main_account_form #input_tel_travail{width:63%; float:left;}
.main_account_form .fieldValue .form-control{
    width: calc(100% - 20px) !important;
    float: left;
    margin-bottom:0;
    margin-top:0;
}
.main_account_form .fieldValue .inputRequirement{float: right;}
.main_account_form #membership_cate{
    margin-right:0px;
    margin-top:10px;
    float: left;
    width:calc(100% - 30px) !important;
}
#input_prix_variable{width:130px;}
#form_cat_choix{
    width:800px;
    margin:10px !important;
    background:#eee !important;
    display:none;
}
.field_perso_chkbx{padding: 0 10px 0 0;}
.table_custom_field tr>td{vertical-align: middle;}
.table_custom_field .form-control{margin-bottom:0;}

/*--TIME LINE------------------------*/
.timeline {
    list-style: none ;
    padding: 20px 0 20px !important;
    margin: 20px 0 !important;

    overflow: auto;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #1b4d7c;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin: 0 0 20px !important;


}
.timeline > li:before,
.timeline > li:after {
    content: " " !important;
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    /*border-radius: 2px;*/
    /*padding: 20px;*/

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    padding: 0px 40px;
    line-height: 50px;
    font-size: 1.4em;
    font-weight: 600;
    top: 16px;
    left: 48.5%;
    background-color: #1b4d7c;
    z-index: 2;
    border-radius: 3px;
}
.timeline > li.timeline-inverted > .timeline-badge {
        right: 48.5%;
        left: auto;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #C5C7C5 !important;
}
.timeline-badge a:hover {
    color: #FF531F !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
        padding:10px 20px;
        margin: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
.timeline-footer{
        padding:20px;
        background-color:#f4f4f4;
}
.timeline-footer > a{
        cursor: pointer;
        text-decoration: none;
}
.timeline_img{
        width: 92%;
        margin: 4% 4% 0;
}
.timeline_titre{
        font-size: 24px;
        font-weight: 400;
        color: #1b4d7c;
        padding:10px 0px;


}
.timeline iframe{
        width: 100% !important;
        height: 245px !important;
}
@media (max-width: 767px) {
        ul.timeline:before {
                left: 2px;
        }

        ul.timeline > li > .timeline-panel {
                width: calc(100% - 20px);
                width: -moz-calc(100% - 20px);
                width: -webkit-calc(100% - 20px);
        }

        ul.timeline > li > .timeline-badge {
                position: relative;
                left: 0 !important;
                top: 0 !important;
                right: 0 !important;
                margin: 10px 5px;
                border-radius: 10px;
                padding: 0px 10px;
                line-height: 35px;
                font-size: 1em;
        }

        ul.timeline > li > .timeline-panel {
                float: right;
        }

                ul.timeline > li > .timeline-panel:before {
                        border-left-width: 0;
                        border-right-width: 15px;
                        left: -15px;
                        right: auto;
                }

                ul.timeline > li > .timeline-panel:after {
                        border-left-width: 0;
                        border-right-width: 14px;
                        left: -14px;
                        right: auto;
                }
}
/*--ACCORDION------------------*/

.accordion .ui-icon{display: none !important;}
.ui-accordion-icons{padding-left:0 !important;}
.panel {box-shadow: none;}
.accordion{
    padding: 30px 0;
    overflow: auto;
}
.accordeon_titre a::after {
    color: #C4C4C4;
    content: '\f35b';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    line-height: 30px;
    padding: 0px 0;
    position: absolute;
    left: -46px;
    top: -5px;
    background: #fff;
}
.accordeon_titre a.collapsed::after {
        color:#646464;
        content: '\f358';
}
.accordion .panel{
    margin: 0 0 20px 20px;
    border:2px solid #C4C4C4;
    border-radius: 5px;
}
.accordion .panel .card-header{
    background: #fff;
    border-bottom: 0;
}
.accordion .panel .card-header{padding:25px 30px;}
.accordeon_titre a[aria-expanded="true"]{background: none;}
.accordion .panel .panel-collapse{
    padding:0 30px 20px;
    overflow: auto;
}

/*--------------------------module spc tuile---------------------*/
.fix_tuile_height{
    overflow:hidden;
    padding-bottom:21px;
    margin-bottom:10px;
}
.tuile_detail{
    display:none;
    margin-bottom:20px;
    overflow: auto;
    border: 2px solid #C4C4C4;
    border-radius: 5px;
    padding:15px 20px;
}

.tuile{
    padding:10px 15px;
    margin:0 0 0px;
    height:100%;
}
.tuile:hover, .tuile_active .tuile{
    cursor:pointer;
}
.tuile_triangle_down{
    padding-left: 50%;
    padding-top: 10%;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 1;
}
.tuile_triangle_down:before {
    content: \'\';
    display: block;
    width: 0;
    height: 0;
    margin-left: -50px;
    margin-top: -50px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    margin-top: -50px;
}

.fix_tuile_height .tuile_triangle_down, .fix_tuile_height .tuile_triangle_down:before{display:none;}
.tuile_active .tuile_triangle_down, .tuile_active .tuile_triangle_down:before{display:block;}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

}
@media (max-width: 1000px) {
    .fix_tuile_height{
        width:50% !important;
        float: left;
    }
    .row-eq-height {
        display: block;
    }
    .tuile{
     	min-height: 120px;
    }
}
@media (max-width: 600px) {
    .fix_tuile_height{
        width:100% !important;
        float: none;
    }
}

.library_admin_edit{
    background:#FFFF85;
    color:#000;
    padding: 0 5px;
}

/*-------- Contenu speciaux - Onglet----------------------*/

ul.resp-tabs-list,
p {
    margin: 0px;
    padding: 0px;
}
.resp-tabs-list li::before{
    content:'' !important;
}
.resp-tabs-list li:first-child {
    border-top: 1px solid #e1e1e1;
}
.resp-tabs-list li {
   padding: 13px 15px;
    cursor: pointer;
    float: left;

    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;


    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -khtml-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    background: #fff url('/images/grad_menu.png') bottom left repeat-x;

    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.resp-tabs-container {
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    /*border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;*/
    padding: 12px 14px 14px 14px !important;

    /*border-bottom: 1px solid #e1e1e1;*/
    border-bottom: none;
    border-left: 2px solid #07bee5;
    border-right: none;
    background: #fff !important;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 10px 15px 10px 18px !important;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -khtml-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.Htab .resp-tabs-list li.resp-tab-active {padding: 13px 15px 12px 18px !important;}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border: 1px solid #c1c1c1;  overflow:auto;}

h2.resp-accordion {
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs----------------------------------------------------------------*/
.Htab, .Vtab{
    margin-bottom: 20px !important;
    overflow: auto;
}
.Htab .accordion, .Vtab .accordion{padding:0 !important;}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    width: 100% !important;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 68%;
    min-height: 250px;
    box-shadow: -8px 0px 22px -12px rgba(0, 0, 0, 0.1);
    border: 1px solid #e1e1e1;
    border-radius: 0 4px 4px 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content { border: none; overflow:auto;}


.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list { display: none; }
    h2.resp-accordion {
        display: block;
        font-size: 1.15em !important;
        text-transform: none;
        background: #fff url('/images/grad_menu.png') bottom left repeat-x;

        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        -ms-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
    }
    .resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: calc(100% - 2px);    /*bordure*/
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed { display: none !important; }
    .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
    h2.resp-accordion:first-child {border-top: 1px solid #e1e1e1;}
}

.large.tooltip-inner {
    max-width: 550px;
    width: 550px;
    font-size: 1.15em;
    padding:15px 5px;
}
.tooltip{
    z-index: 1000;
    position: fixed;
}

/*---------------- inscription evenement -----------------*/

.form_auto_generate {
        float: left;
        width: 24%;
}
/*.form_auto_generate label {
        display: block;
        margin: 5px 0 3px;
        width: 80%;
} */
#table_form table {
        width: 99%;
}
/*.form_auto_generate input[type="text"], #table_form input[type="text"] {
        border: 0 none;
        box-shadow: 0 0 4px 0 #888888 inset;
        height: 25px;
        margin-bottom: 10px;
        padding: 0 5% 0 2%;
        width: 78% !important;
}
.form_auto_generate input[readonly="readonly"], #table_form input[readonly="readonly"] {
        border: medium none;
        box-shadow: none;
}
.form_auto_generate select, #table_form select {
        box-shadow: 0 0 4px 0 #888888 inset;
        height: 25px;
        margin-bottom: 10px;
        width: 85% !important;
}
#table_form textarea {
        box-shadow: 0 0 4px 0 #888888 inset;
        margin-bottom: 10px;
        width: 85% !important;
} */
.wrapper_item_event{
        padding:10px 15px;
}

.wrapper_item_event:nth-of-type(even) {
        background: #F7F7F7;
}



/*--------pagination type event----------------------*/
.controls_pagination a {
    padding: 3px 6px;
    border: 1px solid gray;
    margin: 2px;
    color: black;
    text-decoration: none;
}
.controls_pagination a:hover {
    cursor: pointer;
    /*background: #E8E8E8;*/
}
.controls_pagination .active {
    background: #000;
    color: white !important;
}
.controls_pagination .page{
    width: 40px;
    text-align: center;
}
.controls_pagination .page{
    display: none;
}
.controls_pagination .prev + .page, .controls_pagination .prev + .page + .page{
    display: inline-block;
}
.controls_pagination .active + .page + .page{
    display: inline-block;
    margin: 0 40px 0 0;
    position: relative;
}
.controls_pagination .active + .page + .page:after{
    content: '...';
    font-weight: bold;
    font-size: 30px;
    display: block;
    width: 30px;
    position: absolute;
    top: -15px;
    left: 45px;
}
.prev_nav{
    display: inline-block;
    margin: 0 0px 0 40px !important;
    position: relative;
}
.prev_nav:before{
    content: '...';
    font-weight: bold;
    font-size: 30px;
    display: block;
    width: 30px;
    position: absolute;
    top: -15px;
    right: 45px;
}
.event_primary_cat .title_cat, .event_secondary_cat .title_cat{
    color:#57585a;
}

.event_primary_cat:hover, .event_secondary_cat:hover{
    background:#747477;
}
.event_primary_cat:hover .title_cat, .event_secondary_cat:hover .title_cat, .event_primary_cat:hover i, .event_secondary_cat:hover i{
    color:#fff;
}


/*debut captcha du contact form*/
 .slidercaptcha {

    width: 314px;
    height: 286px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    margin-top: 40px;
                }

.slidercaptcha .card-body {
    padding: 1rem;
}

.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.03);
}
/*fin captcha du contact form*/
.refreshIcon {
    top: -39px;
}
#paypal_form{
        border: 1px solid #17445E;
        border-radius: 10px;
        padding: 20px 1%;
        overflow: auto;
        font-size: 14px;
}
#paiement_tab_entete li.active a{
    	background: #F7F7F7;
        color:#57585a !important;
}
.paiement_tab_link, .paiement_tab_link:focus, #paiement_tab_entete li{
    	outline: none !important;
}
.paiement_tab_link:hover{
        text-decoration: none;
        color:#000 !important;
}
/*---------------------------------------------------------------------------------------*/
/*---------------------------FACTURATION - ajax_checkout.php-----------------------------*/
/*---------------------------------------------------------------------------------------*/
#spc_form_log{
        border: 1px solid #17445E;
        border-radius: 10px;
        padding: 0px 1% 20px;
}
.col2_3 {
        width: 62.6%;
        margin: 0 1%;
        float: left;
}
.col1_3 {
        width: 31.3%;
        margin: 0 1%;
        float: left;
}


#log_cart{
        border: 1px solid #17445E;
        border-radius: 10px;
        padding: 0px 1% 20px;
        width: 29%;
}
.txt_right{
        text-align: right;
}
#log_cart_table{
        width: 100%;
        line-height: 1.1em;
}
#log_cart_table small{
        color:grey;
}
#log_cart_table td{
        padding: 5px;
        font-size: 14px;
}
#log_cart_table hr{
        margin: 0;
}
#log_cart_table a{
        text-decoration: none !important;
        color:#0d397a !important;
}


#paypal_form{
        border: 1px solid #17445E;
        border-radius: 10px;
        padding: 20px 1%;
        overflow: auto;
        font-size: 14px;
}
#btn_pay{
        -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
        -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
        box-shadow: inset 0px 1px 0px 0px #3985B1;
        background-color: #216288;
        border: 1px solid #17445E;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        border: 1px solid #000;
        padding: 10px 20px;
        margin-top: 20px;
        font-size: 20px;
        border-radius: 5px;
        color:#fff !important;
        float: right;
        cursor:pointer;
}
#spc_form_log{
        border: 1px solid #17445E;
        border-radius: 10px;
        padding: 0px 1% 20px;
}
.form_checkout ul{
        padding:0;
        margin:0;
        list-style:none;
}
.form_checkout ul li{
        display: block;
        margin-bottom: 10px;
        min-height: 35px;
        list-style: none !important;
}
.form_checkout ul li::before{
        content: none !important;
}
.field-style{
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 8px;
        outline: none;
        border: 1px solid #B0CFE0;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;

}.field-style:focus{
        box-shadow: 0 0 5px #17445E;
        border:1px solid #17445E;
}
.form_checkout ul li .field-split{
        width: 49%;
}
.form_checkout ul li .field-full{
        width: 100%;
}
.form_checkout ul li input.align-left{
        float:left;
}
.form_checkout ul li input.align-right{
        float:right;
}
.form_checkout ul li textarea{
        width: 100%;
        height: 100px;
}
.form_checkout ul li input[type="button"],
.form_checkout ul li input[type="submit"], .log_btn {
        -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
        -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
        box-shadow: inset 0px 1px 0px 0px #3985B1;
        background-color: #216288;
        border: 1px solid #17445E;
        display: inline-block;
        cursor: pointer;
        color: #FFFFFF;
        padding: 8px 18px;
        text-decoration: none;
        font: 12px Arial, Helvetica, sans-serif;
        font-weight: bold;
        border-radius: 5px;
}
.form_checkout ul li input[type="button"]:hover,
.form_checkout ul li input[type="submit"]:hover, .log_btn:hover {
        background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
        background-color: #28739E;
        color: #FFFFFF !important;
        text-decoration: none !important;
        font-weight: bold;
}

@media only screen and (max-width: 800px)
{
        .col1_2,.col1_3,.col2_3,.col1_4,.col3_4{
                width: 100%;
                display: block;
                margin: 10px 0;
                position: relative;
        }

        #content_confirmation{
            -ms-box-orient: horizontal;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -moz-flex;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
        }
        #form_log{
                width: 100%;
                float: none;
                -moz-box-ordinal-group: 2;
        	-webkit-box-ordinal-group: 2;
        	-webkit-order: 2;
        	-ms-flex-order: 2;
        	order: 2;
        }
        #log_cart{
                width: 100%;
                float: none;
                -moz-box-ordinal-group: 1;
        	-webkit-box-ordinal-group: 1;
        	-webkit-order: 1;
        	-ms-flex-order: 1;
        	order: 1;
        }
        #form_log .td_mob_fullwith{
                text-align: center;
        }

        #politique{
                display:block;
                margin-bottom: 5px;
        }
        .form_checkout ul li .field-split {
                width: 90%;
                margin: 7px 5% !important;
                float: none !important;
        }
        .form_checkout ul li {
                margin: 0;
        }
        #paypal_form, #spc_form_log, #log_cart {
                padding: 20px 5% !important;
        }
        #paiement_tab_entete li{
            width: 100%;
            display: block;
        }

}

#sidebar_fixe{
    	position: fixed;
        min-width: 300px;
        max-width: 300px;
        height: 100vh;
        z-index: 2;
        overflow-y: scroll;
        background: #fff;
}

#sidebar {
        min-width: 300px;
        max-width: 300px;
        transition: all 0.3s;
        -webkit-box-shadow: -5px 0px 7px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -4px 0px 7px 0px rgba(0,0,0,0.75);
        box-shadow: -4px 0px 7px 0px rgba(0,0,0,0.75);
        z-index: 10;
}

#sidebar.active, #sidebar.active #sidebar_fixe {
        min-width: 70px;
        max-width: 70px;
        text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs/*,
#sidebar .sidebar-header i*/ {
        display: none;
}

#sidebar.active .sidebar-header strong{
        display: block;
}
#sidebar.active .sidebar-header i {
        display: block;
 	color: #575757;
        margin: 5px auto ;
        font-size: 1.5em;
}
#sidebar.active #link_edit_avatar{
        display: none
}

#sidebar h3{
        margin:5px;
}

#sidebar ul li{
        margin: 13px 15px;
}

#sidebar ul li a {
        text-align: left;
        color:#575757;
        border-radius:7px;
}
#sidebar ul li a:hover {

}
#sidebar.active ul li a {
        margin: 5px 13px 5px 4px;
        text-align: center;
}
#sidebar.active ul li a span{
        display:none;
}
#sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.5em;
        margin-bottom: 5px;
        width: auto;
        float: none;
}
#sidebar.active ul li a .img_menu_membre{
        width: 40px;
}

#sidebar.active ul ul a {
        padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
}

#sidebar .sidebar-header {
        padding: 1px 10px;
        /*background: #D6D6D6;*/
        cursor: pointer;
}

#sidebar .sidebar-header strong {
        display: none;
        font-size: 1.8em;
}

#sidebar ul.components {
        padding: 10px 0 0;
        margin:0 !important;
}

#sidebar ul li a {
        padding: 8px 3px;
        font-size: 1.1em;
        display: block;
        overflow: auto;
}

#sidebar ul li a:hover, #sidebar ul li a.menu_membre_page_active {
        background:#303032;
        color:#fff;
        text-decoration: none;
        background-position: 0 0;
        background-size: 200% 100%;
        transition: all .25s ease-in;
}

#sidebar ul li a i {
        margin-right: 10px;
        font-size:1.5em;
        display: block;
        width: 30px;
        text-align: center;
        float:left;
}
#sidebar ul li a span {
        display: block;
        width: calc(100% - 50px);
    float: left;
    margin-left: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
       /* color: #fff !important;
        background: #303032; */
}
#sidebar.active ul li{
        margin:0;
}

.sidebar_avatar{
        width:90%;
        max-width: 180px;
        margin:20px auto;
        display:block;
        border-radius: 50%;
}
#sidebar.active .sidebar_avatar{
 	margin:30px auto 5px;
        width: 45px;
}
#section_membre_certify .sidebar_avatar{
    	height: 60px;
        width: 60px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
                background-color: rgba(76,76,76) !important;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: rgba(76,76,76,.85) !important;
}
#main.spc_side{
    margin-left: 70px;
}
/* don css */
td > h4 {
    margin: 0;
}

form {
    /*display: flex;*/
    /*justify-content: center;*/
}

td img {
    /*cursor: pointer;  */
    margin-right: 7px;
}

input.card-number {
    width: 190px;
}

select.card-expiry-month {
    width: 80px;
}

select.card-expiry-year {
    width: 105px;
}

#process_don {
    display: none;
    font-weight: bold;
}

.loading_img{
    width: 100%;
    height: auto;
    max-width: 95px;
}
.bgeef3f5{
background: #eef3f5;
}
.pimp_img{
        border-radius: 5px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.main_account_form_step4 table tr td:first-child {
  width: 60%;
}
.main_account_form_step4 table {
  width: 80%;
}
.main_account_form_step4 {
  max-width: 1200px !important;
}
/*** carte membre ****/
#credit_message {
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 3px 3px 6px #666;
  border: 1px solid gray;
  padding: 0px 10px;
  width: calc(100%-40px);
  max-width: 90mm;
  min-height: 50mm;
}
#credit_message h2 {
  margin-bottom: 2px !important;
  text-align: center;
  font-size: 22px !important;
  padding-bottom: 5px !important;
  line-height: 1.1em;
  min-height: 35px;
}

.credit_message_multiple {
  position: relative !important;
  margin-bottom: 20px;
}
#credit_message p {
  margin: 0 !important;
}
.row_filters_emplois
{
    justify-content: space-between;
    align-items: stretch;
}
.row_filters_emplois  .form-control
{
 width:80%;
}
.list_secteur_wrapper.form-check.px-0.mb-1 {
    display: flex;
    align-items: center;
}