<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Lato", "Helvetica Neue", Helvetica, "Roboto", Arial,
        sans-serif;
    font-size: 14px;
    overflow-wrap: break-word;
}
*::first-letter {
    text-transform: capitalize;
    font-family: "Lato", "Helvetica Neue", Helvetica, "Roboto", Arial,
        sans-serif;
}
.url-source::first-letter {
    text-transform: lowercase;
}
p {
    font-family: "Lato", "Helvetica Neue", Helvetica, "Roboto", Arial,
        sans-serif;
    color: #333;
    font-size: 14px;
}
h2 {
    font-size: 16px;
    font-weight: bolder;
}
a {
    color: #1046da;
    text-decoration: none;
}
input::-webkit-input-placeholder {
    font-family: "Lato", "Helvetica Neue", Helvetica, "Roboto", Arial,
        sans-serif !important;
    color: #7490d6;
}

input::-ms-input-placeholder {
    font-family: "Lato", "Helvetica Neue", Helvetica, "Roboto", Arial,
        sans-serif !important;
    color: #7490d6;
}

input::-moz-placeholder {
    font-family: "Lato", "Helvetica Neue", Helvetica, "Roboto", Arial,
        sans-serif !important;
    color: #7490d6;
}
label {
    color: #7490d6;
}

.text-biz-logo {
    color: #04168d;
}
.bg-biz-logo {
    background-color: #04168d;
}
.text-me-logo {
    color: #1046da;
}
.bg-me-logo {
    background-color: #1046da;
}
.bg-container {
    background-color: #7490d642;
}
.bg-login {
    background-color: #7490d618;
}
.bg-danger {
    background-color: rgba(220, 53, 70, 0.8) !important;
}
.text-danger {
}
.bg-warning {
    background-color: rgba(255, 193, 7, 0.7) !important;
}
.text-warning {
    color: rgba(255, 193, 7, 1) !important;
}
.bg-success {
    background-color: rgba(25, 135, 84, 0.8) !important ;
}
.text-success {
    color: rgba(25, 135, 84, 0.8) !important ;
}
.text-fr-logo {
    color: #7490d6 !important;
}
.bg-fr-logo {
    background-color: #7490d6;
}
.border-fr-logo {
    border: 1px #7490d6 solid;
}
.border-biz-logo {
    border: 1px #04168d solid;
}
.border-active-biz {
    border-bottom: 3px #04168d solid;
}
.btn-outline-bizme {
    color: white;
    background-color: #04168dbd;
}
.btn-outline-bizme:hover {
    color: white;
    background-color: #04168d;
}
.btn-outline-fr {
    color: #7490d6;
    border: 1px solid #7490d6;
}
.btn-outline-fr:hover {
    color: white;
    background-color: #7490d6;
}
.btn-bizme {
    color: white;
    background-color: #04168d;
}
.btn-bizme:hover {
    color: white;
    background-color: #04168dbd;
}
.btn-fr {
    color: white;
    background-color: #7490d6;
}
.btn-fr:hover {
    color: #7490d6;
    border: 1px solid #7490d6;
}
a.bg-fr-logo,
button.bg-fr-logo {
    color: white !important;
}
a.bg-fr-logo:hover,
button.bg-fr-logo:hover {
    background-color: white;
    color: #7490d6 !important;
    border: 1px solid #7490d6 !important;
}
a.bg-me-logo:hover,
button.bg-me-logo:hover {
    background-color: white;
    color: #1046da !important;
    border: 1px solid #1046da !important;
}
header.position-sticky,
.position-fixed {
    z-index: 100;
}

.list-missions .list-group-item {
    border: none !important;
}
h3 {
    font-size: 16px;
    font-weight: 600;
}
h4 {
    font-size: 15px;
    font-weight: 700;
}
.dropdown-mission-pub,
.dropdown-profil {
    min-width: 300px !important;
}
.dropdown-profil a {
    font-size: 15px;
    font-weight: 600;
}
.list-experts .expert-evaluation {
    font-size: 12px;
}
.invitation {
    width: 300px !important;
}
.list-favories,
.list-favories .btn,
.list-favories p,
.list-sugggestions,
.list-sugggestions .btn,
.list-sugggestions p {
    font-size: 13px;
}
.right-sidebar h4 {
    font-size: 18px;
}
.container {
    max-width: 1300px;
    width: 95%;
}
.list-notifications .svg-inline--fa {
    height: 1.4em;
}
@media (min-width: 992px) {
    .bd-toc {
        position: -webkit-sticky;
        position: sticky;
        top: 4.5rem;
        right: 0;
        z-index: 2;
        height: calc(100vh - 7rem);
        overflow-y: auto;
    }
}
@media (max-width: 600px) {
    header img {
        width: 100px;
    }
    .container {
        width: 100%;
    }

    p,
    li,
    .btn {
        font-size: 12px;
    }
    h3 {
        font-size: 14px;
        font-weight: 700;
    }
}
/** start page login **/
.container-login .col-6 {
    height: 100vh;
}
.container-login img {
    margin-top: 30% !important;
    margin-left: 0 !important;
}
.container-login form {
    width: 500px;
    margin: auto;
}
@media (max-width: 600px) {
    .container-login form {
        width: auto;
        margin: auto;
    }
    .container-login img {
        margin-top: 5% !important;
        margin-left: 0 !important;
    }
    .container-login .svg-inline--fa {
        height: 1.5em;
    }
}
.info-supplementaires {
    font-size: 13px;
}
.info-supplementaires-md {
    font-size: 13px;
    bottom: 0px;
    margin-top: 120px;
}
.info-supplementaires-md a {
    color: #04168db0;
}
/** end page login **/

/***start icone style  ****/
header .svg-inline--fa {
    height: 1.3em;
}
/***end icone style  ****/
.btn-ajout-mission {
    font-size: 18px;
    text-align: center;
}
@media (max-width: 1000px) {
    .btn-ajout-mission {
        font-size: 14px;
        padding: 10px 10px;
        text-align: center;
    }
}
.scrollbar {
    float: left;
    overflow-y: scroll;
    margin-bottom: 25px;
}
.force-overflow {
    min-height: 450px;
}

.privtt-messages {
    max-height: 320px;
    background-color: #dbe2f4;
}

.scrollbar-primary::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
.scrollbar-primary::-ms-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
.scrollbar-primary::-moz-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4286f47a;
}

.scrollbar-primary::-ms-scrollbar-thumb {
    border-radius: 10px;
    -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4286f47a;
}
.scrollbar-primary {
    overflow-y: scroll;
    scrollbar-color: #4286f47a #f5f5f5;
}
.bg-avis {
    background: linear-gradient(
        90deg,
        rgba(255, 187, 51, 1) var(--avis),
        rgba(255, 255, 240, 1) var(--avis)
    );
}
.offcanvas.offcanvas-end.message {
    top: 60px;
    border: 1px solid #7490d6ad;
    border-bottom: 15px solid #7490d6;
    width: 33%;
}
@media (max-width: 1300px) {
    .offcanvas.offcanvas-end.message {
        top: 65px;

        border: 1px solid #7490d6;
    }
}
@media (max-width: 1000px) {
    .offcanvas.offcanvas-end.message {
        top: 65px;

        border: 0.1px solid #7490d6;
        width: 60%;
    }
}
@media (max-width: 700px) {
    .offcanvas.offcanvas-end.message {
        top: 68px;

        border: 0.3px solid #7490d656;
        width: 100%;
    }
}
.message-card {
    top: 100vw;
    position: sticky;
}
.container .col-md-7 {
    min-height: 25vw;
}
footer {
    z-index: 1000000 !important;
}
.required::after {
    content: " *";
    color: #1046da;
}
.form-check-input:checked {
    background-color: #7490d6;
    border-color: #7490d6;
}
.accordion-button:not(.collapsed) {
    color: #04168d;
    font-weight: bold;
    background-color: #7490d615;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #7490d615 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #7490d686;
}
.form-control {
    border: 1px solid #7490d686;
}
.label-avis {
    font-weight: 600 !important;
    font-size: 16px !important;
}
.modal-backdrop {
    background-color: #7490d686 !important;
}
.offcanvas-backdrop {
    background-color: #7490d600 !important;
}
.contrat-vue {
    height: 400px !important;
    overflow-y: scroll !important;
}
@media (max-width: 600px) {
    .msg_history {
        height: 500px;
        overflow-y: scroll !important;}
    }

  .page-Erreur h2{
    font-size: 4rem;
    word-spacing:15px;
  }
  .bg-mission-entreprise{
    background-color: #EBEFF9;
  }

   .bg-mission-entreprise .list-group-item{

    background-color: #EBEFF9;
  }

  .bestImg{
    margin: 0 auto!important;
    width: 70%!important;
    display: block!important;
    object-fit: cover!important;
    object-position: 50% 10%!important;
    border: 1px solid #ccc!important;
    border-radius: 5px!important;
    margin-top: 1%!important;
  }

  .btn-bizme-danger {
    color: #fff;
    background-color: rgba(220, 53, 70, 0.8) !important;
    border: 1px solid rgba(220, 53, 69, 0.3) !important;
}
.btn-bizme-danger:hover {
    color: #fff;
    background-color: rgba(220, 53, 70, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
}
.btn-bizme-warning {
    color: #04168d;
    background-color: rgba(255, 193, 7, 0.7) !important;
    border: 1px solid rgba(255, 193, 7, 0.774) !important;
}
.btn-bizme-warning:hover {
    background-color: rgba(255, 193, 7, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
}
.btn-bizme-success {
    color: #fff;
    background-color: rgba(25, 135, 84, 0.8) !important;
    border: 1px solid rgba(25, 135, 84, 0.3) !important;
}
.btn-bizme-success:hover {
    color: #fff;
    background-color: rgba(25, 135, 84, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
}
.btn,
.btn-shadow {
    box-shadow: 0 0.25rem 0.5rem #04168d3a !important;
    border: 0.3 solid rgba(116, 144, 214, 1);
    border-radius: 50rem;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.shadow-hover:hover {
    box-shadow: 0 0.125rem 0.25rem #04168d3a !important;
    border: 0.3 solid rgba(116, 144, 214, 1);
}
.bg-biz-fr {
    background: rgb(4, 22, 141);
    background: linear-gradient(
        0deg,
        rgba(4, 22, 141, 1) -30%,
        rgba(116, 144, 214, 1) 100%
    );
}
.contact-icon-active {
    color: #7490d6;
    font-size: 1rem;
    padding: 0.5rem;
}
.contact-icon-inactive {
    color: #d0d0d0;
    font-size: 1rem;
    padding: 0.5rem;
}
.msg_send_btn {
    background: #04168d none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: relative;
    right: 20;
    top: -40px;
    width: 33px;
}

.btn-toggle {
    margin: auto;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #1046da;
  }

  .btn-toggle:before,
  .btn-toggle:after {
    line-height: 1.5rem;
    width: 8rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
  }
  .btn-toggle:before {
    content: 'Mensuel';
    left: -7.5rem;
    font-size: 15px;
    font-weight:900;
  }
  .btn-toggle:after {
    content: 'Annuel';
    right: -7rem;
    opacity: 0.5;
    font-size: 15px;
    font-weight: 400;

  }
  .btn-toggle &gt; .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
  }
  .btn-toggle.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.active &gt; .handle {
    left: 1.6875rem;
    transition: left 0.25s;
  }
  .btn-toggle.active:before {
    opacity: 0.5;
    font-weight: 400;

  }
  .btn-toggle.active:after {
    opacity: 1;
    font-weight: 900;
  }
  .btn-toggle:before,
  .btn-toggle:after {
    color: #1046da;
  }
  .btn-toggle.active {
    background-color: #1046da;
  }


  .btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
  }
  .btn-toggle.btn-secondary:before,
  .btn-toggle.btn-secondary:after {
    color: #6b7381;
  }
  .btn-toggle.btn-secondary.active {
    background-color: #1046da;
  }
  .btn:focus {

    background-color: #1046da;
    color: #fff;
  }
  .btn-toggle.active:focus {

  background-color: #1046da;
  }

  @media only screen and (max-width: 600px) {
    .btn-toggle {
    margin: 0rem;

  }
  }

  .pagination {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;

 }
</pre></body></html>