@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap&subset=latin-ext');

@font-face {
    font-family: 'MarkPro';
    src: url('../fonts/MarkPro.woff2') format('woff2'),
        url('../fonts/MarkPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkBold';
    src: url('../fonts/MarkPro-Bold.woff2') format('woff2'),
        url('../fonts/MarkPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MarkLight';
    src: url('../fonts/MarkPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkBlack';
    src: url('../fonts/MarkPro-Black.woff2') format('woff2'),
        url('../fonts/MarkPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'MarkMedium';
    src: url('../fonts/MarkPro-Medium.woff2') format('woff2'),
        url('../fonts/MarkPro-Medium.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NexaBold';
    src: url('../fonts/Nexa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NexaXBold';
    src: url('../fonts/Nexa-XBold.woff2') format('woff2'),
        url('../fonts/Nexa-XBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'NexaBlackItalic';
    src: url('../fonts/Nexa-Black-Italic.woff2') format('woff2'),
        url('../fonts/Nexa-Black-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'NexaLight';
    src: url('../fonts/Nexa-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NexaBook';
    src: url('../fonts/Nexa-Book.woff2') format('woff2'),
        url('../fonts/Nexa-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #515151;
    font-family: 'Oxygen';
    font-size: 16px;
}

* {
    margin: 0px;
    padding: 0px;
}

p {
    font-family: 'Oxygen';
    font-size: 18px;
}

ul {
    list-style: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

.content {
    margin-bottom: 100px;
}

.paddingleft_non {
    padding-left: 0px;
}

/*  Banner  */

.banner {
    background: #23a4f2;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.banner h1 {
    font-family: 'MarkBlack';
    font-size: 4.5vmax;
    color: #fff;
    margin: 0;
    text-align: center;
}


/*  Simulation 1  */

.nav_simulation {
    position: relative;
    background: #3e5461;
    text-align: -webkit-center;
    padding: 60px 20px;
    top: -90px;
}

.nav_simulation li {
    padding-bottom: 25px;
    border-bottom: 1px solid #4682a6;
    margin-bottom: 50px;
}

.nav_simulation li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
}

.nav_simulation li h2 {
    font-family: 'MarkMedium';
    font-size: 16px;
    color: #61889f;
    margin-top: 22px;
    margin-bottom: 0px;
}

.nav_simulation li:first-child h2 {
    width: 70px;
}

.nav_simulation .titre_selected h2 {
    color: #fff !important;
    pointer-events: none;
}

.nav_simulation li img {
    max-width: 50px;
}

/*.nav_simulation .titre_selected a{
    pointer-events: none;
}*/
.item_board_courier {
    margin-bottom: 40px;
}

.item_board_courier h3 {
    background: #f2f8fc;
    font-family: 'MarkPro';
    font-size: 16px;
    color: #3c4a53;
    margin: 0;
    padding: 25px 0px 16px 100px;
    position: relative;
}

.item_board_courier h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/icon_recu.png') no-repeat;
    width: 89px;
    height: 87px;
}

.item_courier_nontraite h3:before {
    background: url('../images/icon_no_traite.png') no-repeat;
}

.item_courier_encours h3:before {
    background: url('../images/icon_traitement.png') no-repeat;
}

.item_courier_traite h3:before {
    background: url('../images/icon_traite.png') no-repeat;
}

.item_courier_clotures h3:before {
    background: url('../images/closed.png') no-repeat;
}


.item_board_courier h3 span {
    font-family: 'MarkBold';
}

.item_board_courier h3 samp {
    font-family: 'MarkBlack';
    font-size: 27px;
    color: #2bbfbd;
    display: block;
}

.item_courier_nontraite h3 samp {
    color: #b96363;
}

.item_courier_encours h3 samp {
    color: #5b97b1;
}

.item_courier_traite h3 samp {
    color: #a3a762;
}

.item_courier_clotures h3 samp {
    color: #e3b171;
}

.item_board_courier table {
    width: 100%;
    text-align: right;
    border: 1px solid #f2f8fc;
}

.item_board_courier table tr {
    border-bottom: 1px solid #f2f8fc;
}

.item_board_courier table td {
    font-family: 'MarkPro';
    font-size: 12px;
    color: #212121;
    padding: 12px 8px;
    text-align: left;
}

.item_board_courier table td:first-child {
    font-size: 10px;
    color: #8a8a8a;
}

.item_board_courier table td a {
    display: block;
    font-family: 'MarkBold';
    font-size: 12px;
    color: #212121;
    text-align: left;
    font-weight: bold;
}

.voir_plus {
    text-align: right;
    margin-top: 5px;
}

.voir_plus a {
    font-family: 'MarkPro';
    font-size: 12px;
    color: #229a98;
}

.voir_plus a span {
    font-family: 'MarkBold';
    font-style: italic;
    font-size: 22px;
    line-height: 1;
    margin-left: -2px;
}

.item_courier_nontraite {
    cursor: pointer;
}

.item_courier_nontraite>a {
    cursor: pointer;
}

.item_courier_nontraite .voir_plus a {
    color: #b96363;
}

.item_courier_encours .voir_plus a {
    color: #5b97b1;
}

.item_courier_traite .voir_plus a {
    color: #a3a762;
}

/*  Simulation 2  */


.nav_courier {
    background: #b9d134;
}

.nav_courier li h2 {
    color: #69761f;
}

.nav_courier li {
    border-bottom: 1px solid #c7e135;
}

.filter,
.search_courier {
    position: relative;
}

.filter:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 20px;
    background: url(../images/filter.png) no-repeat;
    width: 14px;
    height: 8px;
    pointer-events: none;
}

.filter select {
    border-width: 0;
    background: transparent;
    font-family: 'MarkMedium';
    font-size: 16px;
    color: #303030;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    outline: none;
}

.search_courier input {
    background: transparent;
    border-width: 0;
    font-family: 'MarkPro';
    font-size: 16px;
    color: #737373;
    padding: 0px 0px 15px 10px;
    width: 100%;
    outline: none;
    border-bottom: 1px solid #c7c7c7;
}

.nonclass.form-control {
    box-shadow: none;
    border-radius: 0px;
}

.search_courier .btn-rechercher {
    position: absolute;
    top: 0;
    right: 8px;
    background: url(../images/search.png) no-repeat;
    width: 23px;
    height: 22px;
    border: 0px;
    padding: 0px;
    font-size: 0px;
    outline: none;
}

.select2-container .select2-selection--single {
    height: 34px;
    border-radius: 4px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #bebebe;
    outline: none;
}

.download_xls {
    text-align: right;
}

.download_xls a {
    font-family: 'MarkMedium';
    font-size: 13px;
    color: #303030;
    position: relative;
    border: 1px solid #c7c7c7;
    border-radius: 7px;
    padding: 8px 18px 8px 49px;
}

.download_xls a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    background: url(../images/xls.png) no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.table_courier {
    margin-top: 40px;
}

.table_courier table {
    width: 100%;
}

.table_courier thead {
    font-family: 'MarkMedium';
    font-size: 16px;
    color: #9c9c9c;
}

.table_courier tbody tr {
    border-bottom: 1px solid #c2c2c2;
}

.table_courier tbody {
    font-family: 'MarkMedium';
    font-size: 18px;
    color: #686868;
}

.table_courier thead th:first-child,
.table_courier tbody td:first-child {
    max-width: 300px;
}

.table_courier thead th:first-child,
.table_courier tbody td:first-child {
    padding-left: 20px;
}


.table_courier thead th,
.table_courier tbody td {
    text-align: center;
}

.table_courier thead th:first-child,
.table_courier tbody td:first-child {
    text-align: left;
}

.table_courier tbody td a {
    margin-right: 15px;
}

.table_courier tbody td h4 {
    font-family: 'MarkPro';
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 15px;
}

.label_statut {
    margin-top: 5px;
}

.label_statut p {
    display: inline-block;
}

.label_statut span {
    font-size: 14px;
}

.titre_simulation_5 p.optionstatus {
    display: inline-block
}

.table_courier tbody td p.optionstatus label,
.titre_simulation_5 label {
    font-family: 'MarkPro';
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    width: 105px;
    text-align: center;
    padding: 7px 0px;
    line-height: 1;
}

.table_courier a.td_objet {
    font-family: 'MarkMedium';
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #686868;

}

.maxwidth100 {
    max-width: 100px;
}

.table_courier tr td label {
    font-size: 12px;
    font-family: 'MarkBold';
}

.non_traite_bg {
    background: #d87575;
}

.traite_bg {
    background: #c1c674;
}

.cours_bg {
    background: #6fb6d4;
}

.recu_bg {
    background: #5b97b1;
}

.cloturer_bg {
    background: #e3b171;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .filter:before {
        right: 0;
    }

    .download_xls a {
        padding: 8px 18px 8px 49px;
    }
}



@media (max-width: 767px) {
    .filter {
        width: 150px;
    }

    .filter,
    .search_courier {
        margin-bottom: 40px;
    }

    .table_courier {
        width: 100%;
    }

    .table_courier thead {
        display: none;
    }

    .table_courier tbody tr td {
        white-space: nowrap;
        text-align: right;
        border-bottom: 1px solid #E5E5E5;
        border-top: 0;
        display: block;
        text-align: -webkit-right;
        vertical-align: middle;
        padding: 12px;
    }

    .table_courier tbody tr {
        background: #FFFFFF;
        border: 1px solid #CCC;
        display: block;
        margin-bottom: 40px;
    }

    .table_courier td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .table_courier thead th:first-child,
    .table_courier tbody td:first-child {
        padding-left: 12px;
    }
}

/*  Simulation 2  */

.content_simulation_3 {
    margin-top: 70px;
}

.titre_simulation_3 {
    position: relative;
    background: #a4a4a4;
    height: 1px;
    width: 100%;
    display: block;
    margin-bottom: 70px;
}

.titre_simulation_3 h2 {
    position: absolute;
    top: -14px;
    font-family: 'MarkMedium';
    font-size: 27px;
    color: #3d3d3d;
    margin: 0;
    padding-left: 110px;
    padding-right: 25px;
    background: #fff;
    z-index: 9;
}

.titre_simulation_3 h2:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 0;
    background: url('../images/courier_2.png') no-repeat;
    width: 66px;
    height: 61px;
}

.text_input {
    margin-bottom: 30px;
    position: relative;
}

.text_input.obligatoir:after {
    content: "*";
    position: absolute;
    left: 6px;
    top: 6px;
    color: red;
    font-size: 8px;
}

.text_input input {
    background: transparent;
    border-width: 0;
    font-family: 'MarkLight';
    font-size: 16px;
    color: #8f8f8f;
    height: 55px;
    width: 100%;
    border: 1px solid #c1c1c1;
    border-radius: 15px;
    outline: none;
    padding-left: 20px;
}

.text_input_textarea,
.text_input textarea {
    background: transparent;
    border-width: 0;
    font-family: 'MarkLight';
    font-size: 16px;
    color: #8f8f8f;
    height: 224px;
    width: 100%;
    border: 1px solid #c1c1c1;
    border-radius: 15px;
    outline: none;
    padding-left: 20px;
    padding-top: 20px;
    resize: none;
}

.stylem .text_input {
    margin-bottom: 25px;
}

.stylem .text_input input {
    height: 50px;
    color: #424242
}

.text_input_textarea,
.stylem .text_input input {
    border-radius: 7px;
}

.text_input_textarea {
    height: 200px;
    color: #b8b8b8;
}

.text_submit {
    margin-top: 10px;
    text-align: -webkit-right;
}

.text_submit input {
    font-family: 'MarkMedium';
    font-size: 20px;
    color: #fff;
    background-color: #23a4f2;
    width: 300px;
    padding: 15px 0px;
    border-width: 0;
    text-align: center;
}

.input_file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.input_file+label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 35px 0px;
    font-family: 'MarkMedium';
    font-size: 18px;
    color: #525252;
    border: 2px dashed #23a4f2;
    width: 100%;
    border-radius: 15px;
    text-align: center;
}

.input_file+label>span {
    padding-left: 80px;
    position: relative;
}

.input_file+label>span:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 0;
    background: url('../images/upload.png') no-repeat;
    width: 34px;
    height: 31px;
}

.input_file+label>span>samp {
    font-family: 'MarkPro';
    color: #747474;
}

@media (max-width: 767px) {
    .text_submit {
        text-align: center;
    }

    .input_file+label {
        text-overflow: unset;
        white-space: unset;
        font-size: 14px;
    }

    .input_file+label>span {
        padding-left: 50px;
    }
}

/*  Simulation 4  */

.titre_simulation_4 span,
.titre_simulation_5 span {
    font-family: 'MarkMedium';
    font-size: 16px;
    color: #23a4f2;
}

.titre_simulation_4 h2,
.titre_simulation_5 h2 {
    font-family: 'MarkMedium';
    font-size: 24px;
    color: #686868;
    margin-top: 12px;
    margin-bottom: 0px;
    line-height: 1;
}

.content_simulation_4 h4,
.content_simulation_5 h4 {
    font-family: 'MarkMedium';
    font-size: 16px;
    color: #858585;
    margin: 0;
    line-height: 1;
    margin-top: 40px;
}

.editer_button,
.save_button {}

.editer_button {
    margin-top: 10px;
    text-align: right;
}

.editer_button a,
.save_button a,
.save_button .btn {
    font-family: 'MarkMedium';
    font-size: 14px;
    color: #69761f;
    border: 1px solid #69761f;
    border-radius: 17px;
    position: relative;
    padding: 12px 30px 12px 60px;
    text-transform: capitalize;
}

.save_button .btn:before,
.editer_button a:before,
.save_button a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 25px;
    background: url('../images/edit_2.png') no-repeat;
    width: 23px;
    height: 22px;
}

.content_simulation_4 p {
    font-family: 'MarkPro';
    font-size: 16px;
    color: #636363;
    line-height: 38px;
}

.content_simulation_4 h3 {
    font-family: 'MarkMedium';
    font-size: 24px;
    color: #23a4f2;
    margin-bottom: 35px;
    margin-top: 0px;
}

.file_join li {
    display: inline-block;
    font-family: 'MarkPro';
    font-size: 18px;
    color: #737373;
    margin-right: 40px;
    padding-left: 55px;
    position: relative;
}


.file_join li {
    position: relative;
}

.file_join li span.style_file {
    display: block;
    width: 38px;
    height: 44px;
    position: absolute;
    left: 0px;
    top: -11px;
}

.file_join li span.style_file.pdf {
    background: url('../images/pdf.png') no-repeat;
}

.file_join li span.style_file.doc {
    background: url('../images/docs.png') no-repeat;
}

/*
pdf.png
docs.png
*/

@media (min-width: 992px) and (max-width: 1199px) {

    .titre_simulation_4 h2,
    .titre_simulation_5 h2 {
        font-size: 19px;
    }

    .content_simulation_4 h4 {
        margin-top: 36px;
    }
}

@media (max-width: 767px) {

    .editer_button,
    .save_button {
        margin-top: 40px;
    }

    .file_join li {
        display: block;
        margin-top: 40px;
    }
}

/*  Simulation 5  */

.content_simulation_5 .row {
    margin-bottom: 50px;
}

.titre_simulation_5 samp {
    margin-left: 25px;
    display: inline-block;
}

.save_button .btn,
.save_button a {
    color: #23a4f2;
    border: 1px solid #23a4f2;
    background-color: #fff;
}

.save_button .btn:before,
.save_button a:before {
    top: 10px;
    left: 25px;
    background: url('../images/save.png') no-repeat;
}

.search_row {
    background: #3e5361;
    padding: 18px 22px;
    margin-top: 35px;
}

.filter_type,
.search_courier_lier,
.select_simulation_5 {
    position: relative;
}

.filter_type select,
.search_courier_lier input {
    font-family: 'MarkPro';
    font-size: 14px;
    color: #919191;
    background: #fff;
    padding: 9px 15px;
    border: 0;
    border-radius: 15px;
    position: relative;
    outline: none;
    width: 100%;
    appearance: none;
}

.filter_type:before,
.select_simulation_5:before {
    content: "";
    position: absolute;
    top: 14px;
    right: 18px;
    background: url('../images/filter.png') no-repeat;
    width: 14px;
    height: 8px;
    z-index: 9;
    pointer-events: none;
}

.search_courier_lier a {
    position: absolute;
    top: 7px;
    right: 14px;
    background: url('../images/search.png') no-repeat;
    width: 23px;
    height: 22px;
    z-index: 9;
}

.select_simulation_5 label,
.input_simulation_5 label,
.select_multi label {
    font-family: 'MarkPro';
    font-size: 12px;
    color: #919191;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.select_simulation_5 select,
.input_simulation_5 textarea {
    font-family: 'MarkMedium';
    font-size: 18px;
    color: #909090;
    background: transparent;
    padding-bottom: 18px;
    border: 0;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    outline: none;
    width: 100%;
    appearance: none;
}

.input_simulation_5 textarea:focus,
.input_simulation_5 textarea {
    box-shadow: none;
    outline: none;
    border: 1px solid #b3b3b3;
}

.select_simulation_5:before {
    top: 43px;
    right: 6px;
    background: url('../images/filter_2.png') no-repeat;
}

.select_simulation_5.option2:before {
    top: 10px;
}

.input_simulation_5 textarea {
    padding-bottom: 0;
    resize: none;
}

.checkedordertype .form-check,
.stylecheckbox .form-check,
.styleradio .form-check {
    display: block;
    position: relative;
    cursor: pointer;
    font-family: 'MarkMedium';
    font-size: 18px;
    color: #909090;
    font-weight: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline;
    padding-left: 25px;
    margin-left: 10px;
    cursor: pointer;
}

.stylecheckbox .form-check {
    color: #c1c674;
}

.checkedordertype .form-check input[type=checkbox],
.stylecheckbox .form-check input[type=checkbox],
.styleradio .form-check input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-check-label {
    cursor: pointer;
}

.stylecheckbox .form-check-label:after,
.stylecheckbox .form-check-label:before,
.styleradio .form-check-label:after,
.styleradio .form-check-label:before {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #bebebe;
    position: absolute;
    left: 0px;
    top: 2px;
}

/*checkvalide*/
.checkedordertype .form-check-label:after,
.stylecheckbox .form-check-label:after,
.styleradio .form-check-label:after {
    display: none;
    background: #23a4f2;
    width: 14px;
    height: 14px;
    top: 5px;
    left: 3px;
}

.stylecheckbox .form-check-label:after {
    background: #c1c674;
}

.stylecheckbox.checkboxred .form-check-label {
    color: #909090;
}

.checkedordertype .form-check input[type=checkbox]:checked~.form-check-label:after,
.stylecheckbox .form-check input[type=checkbox]:checked~.form-check-label:after,
.styleradio .form-check input[type=radio]:checked~.form-check-label:after {
    display: block;
}

.stylecheckbox .stylechekboc .form-check:first-child,
.styleradio .stylechekboc .form-check:first-child {
    margin-left: 0px;
}



.stylecheckbox .form-check-label:after,
.stylecheckbox .form-check-label:before {
    border-radius: 0px;
}

.stylecheckbox.checkboxred .form-check-label:after {
    background: red;
}



.checkedordertype .form-check {
    font-size: 0px;
}

.checkedordertype .form-check-label:after,
.checkedordertype .form-check-label:before {
    content: " ";
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0px;
    top: -10px;
}


.checkedordertype .form-check-label:after {
    background: url(../images/desc.jpg) no-repeat center;
}

.checkedordertype .form-check-label:before {
    background: url(../images/asc.jpg) no-repeat center
}


.close_option {
    position: relative;
}

.close_option:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -13px;
    background: url('../images/close.png') no-repeat;
    width: 9px;
    height: 9px;
}

.select-wrapper {
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px);
}

.select-pure__select {
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}

.select-pure__options {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 10;
}

.select-pure__select--opened .select-pure__options {
    display: block;
}

.select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
}

.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
}

.select-pure__option--hidden {
    display: none;
}

.select-pure__selected-label {
    background: #aec364;
    border-radius: 4px;
    font-family: 'MarkMedium';
    font-size: 12px;
    color: #fff;
    cursor: initial;
    display: inline-block;
    border-radius: 30px;
    margin: 5px 10px 5px 0;
    padding: 9px 25px 9px 17px;
    line-height: 1;
}

.select-pure__selected-label:last-of-type {
    margin-right: 0;
}

.select-pure__selected-label i {
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
}

.select-pure__selected-label i:hover {
    color: #e4e4e4;
}

.select-pure__autocomplete {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}

.contenu-form {
    margin: 30px auto;
}


.input_simulation_5 samp.error {
    color: red;
    font-size: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .save_button a {
        padding: 12px 30px 12px 40px;
    }

    .save_button a:before {
        left: 10px;
    }
}

@media (max-width: 767px) {
    .content_simulation_5 .row {
        margin-bottom: 0px;
    }

    .search_row {
        margin-top: 50px;
        margin-bottom: 50px !important
    }

    .filter_type {
        margin-bottom: 20px;
    }

    .select_simulation_5,
    .checkbox_urgent {
        margin-bottom: 40px;
        margin-left: 0px;
    }
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #658fa7;
    color: #fff;
    font-family: 'MarkMedium';
    font-size: 12px;
    cursor: initial;
    padding: 6px 10px;
    border-radius: 21px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    position: relative;
    padding-right: 20px;
    border: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 0px;
    background: url(../images/close.png) no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 30%;
    right: 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0px;
    border-bottom: 1px solid #aaa;
}

.select2-container--default .select2-selection--multiple {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}



.style_affecteaux,
.style_nonaffecteaux {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    top: 9Px;
    left: 10px;
    background: url(../images/check.png) no-repeat center;
    background-size: cover;
}

.style_nonaffecteaux {
    color: #ff9800;
    background: url(../images/question.png) no-repeat center;
    background-size: cover;
}





.dropzone.dz-clickable {
    border: 3px dashed #23a4f2;
}

.espacemediadoc {
    margin-bottom: 30px;
}










.save_button .btn:focus,
.save_button a:focus {
    box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px;
    outline-offset: 0px;
}

.linkbackcourriers {
    font-family: 'MarkLight';
    color: #2ea6ef;
    font-size: 16px;
    line-height: 44px;
    padding-left: 40px;
    background: url(../images/undo.png) no-repeat left center
}



p.titre-object {
    font-family: 'MarkMedium';
    font-size: 24px;
    color: #686868;
    margin-top: 12px;
    margin-bottom: 0px;
    line-height: 24px;
}

p.titre-object-view {
    font-family: 'MarkMedium';
    font-size: 16px;
    color: #686868;
    margin-top: 12px;
    margin-bottom: 0px;
    line-height: 24px;
}

p.titre-objectrestatus {
    font-family: 'MarkLight';
    font-size: 14px;
    color: #a2a2a2;
    margin-bottom: 0px;
    margin-top: 15px;
}

.styletext {
    margin-top: 30px;
}

.styletext p {
    font-size: 14px;
    color: #434343;
    font-family: 'MarkLight';
    line-height: 20px;
    margin: 5px auto 15px;
}

.styletext label {
    font-family: 'MarkLight';
    color: #b4b3b3;
    font-size: 14px;
}

.styletext p span {}

.style_back_grey {
    background-color: #f7f7f7;
    padding: 10px;
}

.linkcourrie {
    color: #22a4f1;
    text-decoration: underline;
}

.styletext p.styleb {
    font-family: 'MarkMedium';
    font-size: 14px;
    color: #434343;
}


.form-control.error {
    border: 1px solid red;
}

.text_input label.error {
    color: red;
    font-size: 14px;
    font-family: 'MarkLight';
}

.badge_urgent {
    font-family: 'MarkBold';
    color: #FF9800;
}

.badge_treurgent {
    font-family: 'MarkBold';
    color: red !important;
}

.list_date {
    font-family: 'MarkBold';
    color: #6fb6d4;
}

.espace-merci {
    margin-top: 100px;
}

.block-merci-1 {
    margin-bottom: 70px;
}

.text-merci-1 {
    font-family: 'MarkBold';
    font-size: 24px;
    color: #434343;
    line-height: 30px;
}

.text-merci-2 {
    font-size: 20px;
    color: #434343;
    font-family: 'MarkLight';
}

.link-new-c,
.link-new-c:hover {
    font-size: 22px;
    color: #32a7cd;
    text-decoration: underline;

}

.style_404 {
    margin: 250px auto 0px;
}

.style_404 h4 {
    color: #1fabdf;
    font-size: 40px;
    font-family: 'MarkBold';
}

.style_404 img {}

.style_404 p {
    font-family: 'MarkLight';
    font-size: 20px;
    color: #5e5e5e;
}

.style_404 a {}


.style_ligne_dashbord {}

.style_ligne_dashbord a {
    display: block;
    color: #595959;
    font-size: 15px;
    font-family: 'MarkMedium';
}

.style_ligne_dashbord a label {
    display: block;
    color: #b9b9b9;
    font-size: 14px;
}

.style_ligne_dashbord a label span {
    color: #24a3f0;
    font-size: 14px;
}


.stylefile {}

.stylefile .vich-file .custom-file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.stylefile .vich-file .custom-file-input+label,
.stylefile .vich-file .custom-file-input+samp+label {
    font-size: 16px;
    font-weight: 500;
    color: #23a4f2;
    background-color: white;
    cursor: pointer;
    display: block;
    padding-left: 40px;
    background: url(../images/uploadicon.jpg) no-repeat left center;
    padding: 5px 5px 5px 40px;
}

.stylefile .vich-file .custom-file-input:focus+label,
.stylefile .vich-file .custom-file-input+label:hover {}

.dropzone .dz-message .dz-button {
    line-height: 46px !important;
}

.dropzone .dz-message .dz-button .icon-upload {
    display: inline-block;
    width: 50px;
    height: 40px;
    background: url(../images/uploadcourrier.png) no-repeat left center;
    float: left;
    background-size: contain;
    margin-right: 20Px;
}

.stylefile .vich-file .custom-file-input+samp.error {
    font-size: 10px;
    color: red;
    position: absolute;
    bottom: -16px;
}

.btn-group-costum {
    display: inline-block;
}

.btn-group-costum .btn_action {
    display: inline-block;
    text-align: center;
    margin-right: 20px
}

.btn-group-costum .btn_action:last-child {
    margin-right: 0px;
}

.btn-group-costum .btn_action a {
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}

.btn-group-costum .btn_action a span {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
}

.btn-group-costum .btn_action a.btn_action_affecter {
    color: #16cbd0;
}

.btn-group-costum .btn_action a.btn_action_affecter span {
    background: url(../images/affecte.png) no-repeat center;
}

.btn-group-costum .btn_action a.btn_action_edit {
    color: #8ca927;
}

.btn-group-costum .btn_action a.btn_action_print {
    color: #678fa6;
}

.btn-group-costum .btn_action a.btn_action_edit span {
    background: url(../images/edit.png) no-repeat center;
}

.btn-group-costum .btn_action a.btn_action_edit span {
    background: url(../images/edit.png) no-repeat center;
}

.btn-group-costum .btn_action a.btn_action_print span {
    background: url(../images/printer.png) no-repeat center;
}


.dropzone .dz-preview.dz-error .dz-error-message {
    margin-top: 10px;
    opacity: 1 !important;
}



/*  css form public couries */

.espacemediadoc {}

.espacemediadoc .itemfile {
    display: block;
    width: 400px;
    margin-bottom: 5px;
    position: relative;
}

.itemfile .col-form-label {
    display: none;
}

.itemfile .form-group {
    margin: 0px;
    padding: 0px;
}

.itemfile .color_red {
    color: red;
    position: absolute;
    top: 13px;
    right: 0px;
}

.btn_c {
    font-family: 'MarkMedium';
    font-size: 18px;
    color: #fff;
    background-color: #23a4f2;
    padding: 10px 40px;
    border-width: 0;
    text-align: center;
    display: inline-block;
}

.itemfile .vich-file {}

.itemfile .vich-file .custom-file {}

.itemfile .vich-file .custom-file .custom-file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.itemfile .vich-file .custom-file .custom-file-input+.custom-file-label {}

.itemfile .vich-file .custom-file .custom-file-input:focus .custom-file-label,
.itemfile .vich-file .custom-file .custom-file-input+.custom-file-label:hover {
    background-color: #bad134;
    border-bottom: 3px solid #67712e;
}


.itemfile .vich-file .custom-file .custom-file-label {
    width: 90%;
    height: 50px;
    color: white;
    background-color: #bad134;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    display: block;
    border-bottom: 5px solid #67712e;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
}

.itemfile .vich-file .custom-file .custom-file-label:after {
    content: "Sélectionner un fichier";
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
}

.custom-file-label.hidestyle:after {
    display: none !important;
    content: "" !important;
}

.itemfile .vich-file .custom-file label.error {
    color: red;
    font-size: 14px;
    font-family: 'MarkLight';
    position: absolute;
    top: -25px;
}

.itemfile .vich-file .custom-file label.error+label {}

.ligne_header_courries {
    margin-bottom: 20px;
    margin-top: -60px;
}

.flexligne {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.ligne_header_courries img {
    margin-right: 10px;
}

.courrierssortant_add {
    position: relative;
    top: -80px;
}



.add-courrie-sortnat,
.add-courrie-sortnat:hover {
    display: flex;
    position: relative;
    background-color: #95b622;
    color: #fff;
    border-radius: 13px;
    padding: 8px 15px;
    max-width: 260px;
    padding-top: 12px;
    margin-right: 0px;
    margin-left: auto;
}

.margin-top {
    padding-top: 10px;
}

.action_header_page {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -70px;
}

.add-courrie-sortnat:before {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/add-courrie-sortnat.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
}


.titre_simulation_5_informationdate {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.dateenvoi {
    margin-right: 10px;
    border-right: 1px solid #bebebe;
    height: 100%;
    padding-right: 20px;

    font-family: 'MarkMedium';
    font-size: 16px;
}

.dateenvoi samp {
    margin: 0px;
    font-family: 'MarkLight';
    font-size: 14px;
    color: #a2a2a2;
    font-weight: 700;
    display: block;
}

.blockstatuscourrie {}

.blockstatuscourrie .datereception {
    display: block;
    color: #c1c674;
}

.blockstatuscourrie .optionstatus {
    margin: 0px;
}