@font-face {
    font-family: "apercu-light-pro";
    src: url("../fonts/apercu-light-pro.otf"),
        url("../fonts/apercu-light-pro.ttf");
}
@font-face {
    font-family: "couture-bld";
    src: url("../fonts/couture-bld.otf");
}

body {
    background-color: #fff;
    font-family: apercu-light-pro;
    color: #00031b;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1480px;
    }
}
.container {
    margin-bottom: 12px;
}
input[type=text] {
    font-weight: 400;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.5;
    color: #00031b;
}
.form-control, .btn {
    color: #00031b;
    border-radius: 0px;
}

.btn-mail {
    font-size: 2em;
}
.btn-mail i {
    margin-top: 12px;
}
/*Buttons*/
.btn {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: .35rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #00031b;
    background-color: #fff;
    border: solid #00031b 1px;
}
.btn:hover {
    color: #fff;
    background-color: #00031b;
}
.lnk-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 6px 2rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #00031b;
    background-color: #fff;
    border: solid #00031b 1px;
}
.lnk-button:hover {
    color: #fff;
    background-color: #00031b;
    border-color: #00031b;
    text-decoration: none;
    opacity: 1;
}
.lnk-button.btn-add {
    margin-bottom: -4px;
    padding: 0px 12px 0px 12px;
    font-size: 24px;
}
.lnk-button.active {
    color: #fff;
    background-color: #00031b;
    border-color: #00031b;
    text-decoration: none;
}
#listProjects .lnk-button {
    margin-bottom: 4px;
}
#listArticles .lnk-button {
    margin-bottom: 4px;
}
.btn.btn-add {
    margin-top: -4px;
    padding: 0px 11px;
    font-size: 24px;
}

.divButtons {
    text-align: left;
}
.divButtonsPopup {
    text-align: right;
}
.divButtonsRight {
    text-align: right;
}
label {
    margin-bottom: 0;
}
a:hover, a:focus,
a:visited:hover,
a:visited:focus {
    opacity: 0.65;
}
a.active {
    font-weight: bold;
}
/*Paginate*/
nav.paginate-pagination a {
    line-height: 30px !important;
    font-size: 1rem;
    margin-left: 0px;
}
.paginate-pagination {
text-align: center;
}
.paginate-pagination ul > li > a.page {
opacity: 1;
background-color: #fff;
color: #00031b;
}
.paginate-pagination ul > li > a.page:hover {
opacity: 1;
background-color: #00031b;
color: #fff;
}
.paginate-pagination ul > li > a.deactive {
opacity: 1;
background-color: #fff;
color: #888;
}
.paginate-pagination ul > li > a.deactive:hover {
opacity: 1;
background-color: #fff;
color: #888;
}
.paginate-pagination ul > li > a.page.active {
opacity: 1;
background-color: #00031b;
color: #fff;
}
.paginate-pagination ul > li > a.page.active:hover {
opacity: 1;
background-color: #00031b;
color: #fff;
}

/*Readonly*/
.cre_mod {
    font-size: 0.8em;
    /*color: #676b85;*/
}
.divForm {
    font-size: 0.9em;
}
.divReadonly {
    font-size: 0.9em;
}
.divReadonly label {
    white-space: pre-line;
}
.divReadonly label:after {
    content: ' : ';
}
.separator {
    height: 8px;
}

.form-group {
    margin-bottom: 0.5em;
}
.container {
    margin-top: 4px;
}
.logo {
    margin: 46px 0px 40px 16px;
    width: 120px;
}

h1 {
    font-size: 1.2em;
    /*font-weight: bold;*/
    margin-top: 20px;
}
h1:before {
    content: ". "
}
h1:after {
    content: " ."
}
h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
h3 {
    font-size: 13px;
    font-weight: bold;
}
/*alert*/
button.close {
    margin-top: 7px;
}

/*Div search*/
.divModal {
}
.divModal h2 {
    margin-bottom: 16px;
}
.divModal .row {
    margin-bottom: 6px;
}
.divModal label {
    margin-top: 8px;
}
.search-control {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    color: #00031b;
    border: solid #00031b 1px;
    background-color: #fff;
}
.divSearchOptions {
    text-align: right;
}
.divSearchOptions select {
    width: 160px;
}
/*Radio button - Search*/
.search-check-input {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}
.search-check-input + label {
    font-weight: normal;
    cursor: pointer;
}
.search-check-label:after {
    content: ' .';
}
.search-check-label:last-child:after {
    content: '';
}
.search-check-input:checked + label {
    font-weight: bold;
}
/*input text*/
.form-control {
    border: solid #00031b 1px;
}

/*Checkbox - Form*/
.form-check {
    display: inline;
}
/*input[type=checkbox].form-check-input {*/
/*    position: absolute;*/
/*    left: -9999px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    visibility: hidden;*/
/*}*/
/*input[type=checkbox].form-check-input + label {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    margin-left: -10px;*/
/*    margin-top: -6px;*/
/*    padding: 6px 20px;*/
/*    background-color: #fff;*/
/*    border: solid #00031b 1px;*/
/*    color: #00031b;*/
/*    cursor: pointer;*/
/*}*/
/*input[type=checkbox].form-check-input:checked + label {*/
/*    background-color: #00031b;*/
/*    color: #fff;*/
/*}*/
/*Radio button - Form*/

/******* START SORTABLE*********/
#sortable{
    list-style-type: none;
    margin: 0;
    padding-left: 1.5em;
    width: 60%;
}
#sortable li{
    /*background-color: #0d5cea;*/
    margin: 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    /*font-size:1.4em;*/
    height: 28px;
}
#sortable li a p{
    position: absolute;
    margin-left: -1.3em;
}
/******* END SORTABLE************/

.littleFont{
    font-size: 0.6rem;
}

.elementArchived{
    filter: grayscale(1);
    opacity: 0.4;
}



/********* START LIGNE HORIZONTAL SECTIONS*************/



/*****************/
.separatorblock{
    margin: 50px 0 50px 0;
    display:inline-block;
    width: 100%;
}
.separatorblockArticle{
    margin: 20px 0 20px 0;
    display:inline-block;
    width: 100%;
}
.separatorParent{
    display: flex;
    width: 100%;
}


.separatorSectionLeft {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr max-content 12fr;
    grid-column-gap: 1rem;
    align-items: center;
    margin-bottom: 20px;
}

.separatorSectionLeft::before,
.separatorSectionLeft::after {
    content: "";
    display: block;
    height: 2px;
    background-color: currentColor;
}
.separatorSectionRight {
    width: 100%;
    display: grid;
    grid-template-columns: 12fr max-content 1fr;
    grid-column-gap: 0.5rem;
    align-items: center;
    margin-bottom: 20px;

}

.separatorSectionRight::before,
.separatorSectionRight::after {
    content: "";
    display: block;
    height: 2px;
    background-color: currentColor;
    padding-left: 10px;
}
.separatorSectionRight a{
    text-decoration: none;
}
    /***********************/

/***************PLACEHOLDER  pour les element sortable**********************/

.placeholderElement {
    background-color: #f3f3f3;
    padding-right:10px;
    padding-left:10px;
    text-align:center;
    width:320px;
    height:213px;
}


/******************************************************************/
/*********  ENDLIGNE HORIZONTAL SECTIONS*************/

.form-check {
    display: inline;
}
input[type=radio].form-check-input {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}
input[type=radio].form-check-input + label {
    position: relative;
    display: inline-block;
    margin-left: -10px;
    margin-top: -6px;
    padding: 6px 20px;
    background-color: #fff;
    border: solid #00031b 1px;
    color: #00031b;
    cursor: pointer;
}
input[type=radio].form-check-input:checked + label {
    background-color: #00031b;
    color: #fff;
}

/*Menu*/
.nav {
    float: right;
    margin-top: 70px;
}
nav a {
    text-decoration: underline;
    display: inline-block;
    height: 39px;
    margin-left: 20px;
    line-height: 39px !important;
    font-size: 1.5rem;
}
.nav a span, .nav a:visited span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    line-height: 1;
    -webkit-transition: all, 0.2s, ease-in-out;
    -moz-transition: all, 0.2s, ease-in-out;
    -ms-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out;
}
.nav a:hover span, .nav a:focus span,
.nav a:visited:hover span,
.nav a:visited:focus span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.65);
}
.nav-item {
    /*font-weight: normal;*/
    margin-left: 20px;
}
.nav-item:after {
    /*content: ' .';*/
}
.nav-item:last-child:after {
    content: '';
}
.nav-item.active {
    font-weight: bold;
}

/*Lists*/
.list-item {
    margin-top: 8px;
}
.list-item-desc {
    font-size: 0.8em;
}
.list-item a {
    text-decoration: none;
}
.list-item-img {
    text-align: center;
}
.list-item-img-container {
    width: 320px;
    height: 213px;
    /*border: solid #eee 1px;*/
}
.list-item-img-container img {
    max-width: 320px;
    max-height: 213px;
}
.list-item-img-container-small {
    width: 160px;
    height: 106px;
    /*border: solid #eee 1px;*/
}
.list-item-img-container-small img {
    max-width: 160px;
    max-height: 106px;
}
.img-default{
    opacity: 0.1;
}
.nbpics {
    position: absolute;
    right: 0px;
    margin-right: -7px;
    padding: 2px 12px;
    opacity: 0.8;
    background-color: #fff;
    color: #00031b;
    font-weight: bold;
}

.divTab {
    margin-bottom: 12px;
}

/*Pictures*/
.divPic {
    margin-bottom: 20px;
    width: 320px;
    height: 213px;
    /*border: solid #eee 1px;*/
    text-align: center;
    /*vertical-align: middle;*/
    /*display: table-cell;*/
}
.divPic img {
    max-width: 300px;
    max-height: 213px;
    cursor: pointer;
    /*margin: auto;*/
}
.moveElement{
    position: absolute;
    width: 300px;
    height: 180px;
    opacity: 0;
    top: 0px;
    /*z-index: 1;*/
    /*cursor: grab;*/

}


.divPicMenu {
    display: none;
    position: absolute;
    opacity: 0.8;
    background-color: #fff;
    width: 320px;
    bottom: 19px;
    text-align: right;
    padding-right: 8px;
    padding-top: 2px;
    /*border: solid #eee;*/
    /*border-width: 0px 1px 1px 1px;*/
}
.divPicMenu i {
    margin-left: 8px;
}
.divPic:hover + .divPicMenu, .divPicMenu:hover{
    display: block;
}
/*.divPic .favorite {*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    margin-right: 22px;*/
/*    padding: 2px 6px;*/
/*}*/
/*.divPic .favorite:hover {*/
/*    background-color: #fff;*/
/*    opacity: 0.4;*/
/*}*/
/*.divPic .favorite i {*/
/*    cursor: pointer;*/
/*}*/
.divPicDesc {
    position: absolute;
    background-color: #fff;
    color: #00031b;
    margin-top: -48px;
    width: 320px;
    text-align: left;
    padding-left: 8px;
    height: 24px;
    overflow: hidden;
    font-size: 0.8em;
    padding-top: 4px;
}
/*#divPlacesList .divPicDesc {*/
/*    margin-top: -70px;*/
/*}*/
.favorite {
    /*color: #ffdf00;*/
    color: #00031b;
}
.divPicNew {
    font-size: 6em;
    color: #ddd;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: solid #eee 1px;
    padding-top: 36px;
}
.divPicNew:hover {
    background-color: #00031b;
    color: #fff;
}
.one-fileupload {
    display: none;
}
.progress {
    border-radius: 0;
    width: 318px;
    margin-top: -36px;
    margin-left: 1px;
    background-color: #00031b;
}
.progress-bar {
    background-color: #00031b;
}
.divPreview {
    text-align: center;
}
#imgCrop {
    max-width: 960px;
    max-height: 640px;
}

/*Documents*/
.divDoc {
    margin-bottom: 20px;
    width: 100%;
    height: 35px;
}
.divDocMenu i {
    margin-left: 8px;
}
.divDoc:hover + .divDocMenu, .divDocMenu:hover {
    display: block;
}
.divDocNew {
    font-size: 1.5em;
    color: #ddd;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: solid #eee 1px;
}
.divDocNew:hover {
    background-color: #00031b;
    color: #fff;
}

/*Project places*/
.divPlace {
    margin-top: 4px;
    margin-bottom: 20px;
    width: 320px;
    height: 213px;
    text-align: center;
}
.divPlaceSelected {
    position: absolute;
    border: solid #00031b 2px;
    width: 324px;
    height: 217px;
    margin-top: 2px;
    margin-left: -2px;
}
.divPlace img {
    max-width: 320px;
    max-height: 213px;
    /*margin: auto;*/
}
.divPlaceMenu {
    display: none;
    position: absolute;
    opacity: 0.8;
    background-color: #fff;
    width: 320px;
    bottom: 19px;
    text-align: right;
    padding-right: 8px;
    padding-top: 2px;
    /*border: solid #eee;*/
    /*border-width: 0px 1px 1px 1px;*/
}
.divPlaceMenu i {
    margin-left: 8px;
}
.divPlace:hover + .divPlaceMenu, .divPlaceSelected:hover + .divPlace + .divPlaceMenu, .divPlaceMenu:hover {
    display: block;
}
.divPlaceUnavailable {
    /*display: none;*/
    position: absolute;
    /*opacity: 0.8;*/
    /*background-color: #fff;*/
    width: 140px;
    bottom: 19px;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    /*border: solid #eee;*/
    /*border-width: 0px 1px 1px 1px;*/
}
.divPlaceUnavailable i:after {
    content: ' Not available';
    font-family: apercu-light-pro;
    font-weight: normal;
    font-size: 14px;
}
.divPlaceUnavailable .active {
    color: #d11;
}
.divPlaceNew {
    font-size: 3em;
    color: #ddd;
    text-align: center;
    vertical-align: middle;
    border: solid #eee 1px;
    cursor: pointer;
    padding-top: 68px;
}
.divPlaceNew:hover {
    background-color: #00031b;
    color: #fff;
}
/*.divPlace .selected-icon {*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    padding: 2px 6px;*/
/*    margin-left: 15px;*/
/*}*/
/*.divPlace .selected-icon:hover {*/
/*    background-color: #fff;*/
/*    opacity: 0.4;*/
/*}*/
.divPlace .favorite {
    position: absolute;
    right: 0px;
    margin-right: 33px;
    margin-top: -10px;
    padding: 2px 6px;
    font-size: 1.5em;
}
.divPlace .favorite .active {
    color: #d11;
}
.divPlace .favorite:hover {
    /*background-color: #fff;*/
    /*opacity: 0.4;*/
}
.divPlace .favorite i {
    cursor: pointer;
}

/* chosen */
.chosen-container {
    font-size: 1rem;
}
.chosen-container-multi .chosen-choices {
    padding: 7px;
    border: solid #00031b 1px;
    border-radius: 0px;
    font-size: 15px !important;
}
.chosen-container-multi .chosen-choices li.search-choice {

}
.chosen-single {
    height: 38px !important;
    padding: 10px !important;
    border: 1px solid #00031b !important;
    background: none !important;
    background-color: transparent !important;
    font-size: 15px;
    text-align: left;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #00031b !important;
    background-image: none !important;
}
.chosen-container-single .chosen-single {
    border-radius: 0px;
    line-height: 18px;
}
.chosen-container-single .chosen-drop {
    border-radius: 0px;
}
.chosen-container-single .chosen-single abbr{
    top:15px;
}
.chosen-container-single .chosen-single div b {
    background: url(chosen-sprite.png) no-repeat 2px 10px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 10px;
}
.chosen-container.chosen-with-drop .chosen-drop {
    border-bottom-color: rgb(33, 37, 82) !important;
    border-left-color: rgb(33, 37, 82) !important;
    border-right-color: rgb(33, 37, 82) !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
    color: #fff;
    margin: 3px 5px 3px 0;
    padding: 10px 30px 10px 20px;
    border: 1px solid #000;
    border-radius: 0px;
    background-color: #000;
    background-image: none;
    /*background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);*/
    /*background-size: 100% 19px;*/
    /*background-repeat: repeat-x;*/
    /*background-clip: padding-box;*/
    /*-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgb(0 0 0 / 5%);*/
    /*box-shadow: 0 0 2px #fff inset, 0 1px 0 rgb(0 0 0 / 5%);*/
    /*color: #333;*/
    /*line-height: 13px;*/
    /*cursor: default;*/
}

.chosen-container-multi .chosen-choices li.search-choice a.search-choice-close {
    top: 12px;
    right: 6px;
}
.client_logo {
    max-width: 300px;
    max-height: 100px;
}
.supplierFamily_logo {
    max-width: 60px;
    max-height: 60px;
}

.bordSupplier{
    height: 80px;
    border: solid grey 2px;
}
.page-item.active .page-link {
    background-color: #343a40 !important;
    border-color: #343a40 !important;

}

.buttons-excel{
    background-color: #343a40 !important;
    border-color: #343a40 !important;
    color:white;
}
.buttons-excel:hover{
    background-color: white !important;
    border-color: #343a40 !important;
    color:#343a40;
}

.chosen-container-single .chosen-single span {

     margin-right: 0px !important;

}
/********************************************/
/*         map          */
/********************************************/
#map {
    width: 100%;
    height: 300px;
    background-color: #ddd;
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
#bigMap {
    width: 100%;
    height: 50vh;
    /*background-color: #ddd;*/
    /*filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');*/
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);*/
}
#moduleMap {
    width: 100%;
    height: 70vh;
    background-color: #ddd;
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}