/* Make it creative */

.seo_h1 {
    position: absolute;
    bottom: 18px;
    z-index: 1;
    margin: 0;
    right: 20px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}

html body {
    position: relative;
    height: auto;
    overflow-x: hidden;
    background-color: #dedede !important;
    /*color: #000;*/
}

:root {
    --premium-color: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(146, 146, 146) 0%, rgb(208, 206, 206) 100%);
    --bleu-marine: #333459;
}

@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
.bg-header {
    background-color: #222222;
}

.navbar-brand {
    max-width: 250px;
}

.card-deck .card {
    border-radius: 15px;
}

.bg-pricing {
    background-image: url(../img/fond-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.text-cyan {
    color: #40b0bc;
}

.title-footer {
    font-size: 1rem!important;
}

.btn-cyan {
    color: #333459;
    background: #46eeed;
    border-color: #46eeed;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.title-search {
    color: #ffffff;
    font-weight: 400;
}

.font-size-text {
    font-size: 13px;
}

.justify-content-choix {
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    header .navbar-brand img {
        max-width: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .justify-content-choix {
        justify-content: space-between;
    }
}

.btn-card-pricing {
    border-radius: 15px;
    box-shadow: inset 3px -3px 4px rgb(133, 133, 133);
    border-color: #6e51ff;
    background-color: #fff;
    color: #6e51ff;
    font-weight: 700;
    line-height: 2 !important;
    font-size: 15px;
}

.btn-card-pricing2 {
    border-radius: 15px;
    box-shadow: inset 3px -3px 4px rgb(59, 59, 59);
    border-color: #ffffff;
    font-size: 15px;
}

.features-list li:before {
    content: "";
    background: url(../img/check.png);
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    left: -27px;
    top: 3px;
}

.features-list2 li:before {
    content: "";
    background: url(../img/check-bleu.png);
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    left: -27px;
    top: 3px;
}

.text-shadow {
    text-shadow: 3px 3px #333459, 4px 4px 1px #181818;
}

.chiffre-annees {
    font-size: 67px;
}

.text-color-sombre {
    color: #2f2e44;
}

.text-color-cyan {
    color: #46eeed;
}

.btn-compte {
    padding: 15px;
    line-height: 1.5;
    border: 3px solid #694bff;
    color: #694bff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    position: relative;
}

.btn-compte.active {
    background-color: #694bff;
    color: #fff;
}

.btn-compte .clique-icon {
    display: none;
}

.btn-compte.active .clique-icon {
    display: block;
}

.btn-compte.active .base-icon {
    display: none;
}

.btn-compte:hover {
    background-color: #e6e6e6;
    color: #bfbfbf;
}

.btn-compte-premium {
    padding: 5px 10px 5px 10px;
    background-color: #e2c70f;
    color: #ffffff;
    border-radius: 0;
}

.led-green {
    width: 10px;
    height: 10px;
    background-color: #39ff18;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.led-red {
    width: 10px;
    height: 10px;
    background-color: #ff1818;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.logo-utilisateur img {
    max-width: 110px;
}

#legend {
    background: rgba(206, 206, 206, .7);
    padding: 10px;
    margin: 10px;
    color: #333459;
    border-radius: 15px;
    border: 1px solid #b7b7b7;
    width: 185px;
}

#legend h3 {
    margin-top: 0;
}

#legend img {
    vertical-align: top;
}

.custom-switch .custom-control-label::after {
    background-color: #45eeed;
    top: 1px;
    left: calc(-2.3rem + 1px);
    width: calc(1.8rem - 4px);
    height: calc(1.8rem - 4px);
    border-radius: 50%;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    top: 10px;
    border-radius: 0.5rem;
    background-color: #fff;
    height: 9px;
    width: 45px;
    border: none;
}

.section-space {
    padding: 80px 0;
}

.titre-label {
    color: #333459;
    font-weight: 500;
    margin-bottom: 0;
}

.titre-label.bring-out {
    color: #6448ee;
    font-weight: bold;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #6448ee;
    -webkit-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}

.custom-control-input:checked ~ .custom-control-label::before {
    background: #fff;
}

.titre-section {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}

.custom-card {
    border: none;
    border-radius: 12px;
    box-shadow: 1px 1px 10px 4px rgb(117, 117, 117, 0.2);
    padding: 25px;
    background-color: #dedede;
}

.switch-bloc .custom-control-label {
    padding-left: 15px;
}

.btn-primary {
    width: 100%;
}

.btn-secondary {
    width: 100%;
    color: #fff;
    background: #cccccc;
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary:hover {
    background: #6448ee;
    border-color: #6448ee;
}

.disable {
    pointer-events: none;
    opacity: 0.5;
}

.bg_purple {
    background-image: linear-gradient(to right, #694cff, #937aff, #b8a7ff, #dcd3ff, #ffffff);
    position: relative;
}

.bg_img {
    background: url(../img/signe-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    position: absolute;
    right: 20px;
    bottom: 100px;
}

.bg_img2 {
    background: url(../img/signe-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    position: absolute;
    right: 20px;
    bottom: 50px;
}

.icon-form {
    max-width: 45px;
    width: 100%;
    margin-right: 12px;
}

.icon-form2 {
    max-width: 25px;
    width: 100%;
    margin-bottom: 12px;
}

.icon-form3 {
    max-width: 15px;
    width: 100%;
    margin-bottom: 5px;
}

.range-wrap {
    width: 500px;
    position: relative;
}

.range-value {
    position: absolute;
    top: -15px;
}

.range-value span {
    text-align: center;
    color: #694cff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    border-radius: 6px;
}

.label-range {
    color: #694cff;
    font-size: 18px;
    font-weight: 500;
}

.label-range p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-check-input {
    margin-top: 0.5rem;
}

label.form-check-label,
.custom-control-label,
.form-label {
    color: #333459;
    font-weight: 500;
}

.form-control {
    border-color: #d4d0d0;
}

span.num-order {
    font-family: "Work Sans", sans-serif;
}

.btn-primary-table {
    color: #fff;
    background: #6448ee;
    border-color: #6448ee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary-table.active {
    background: #ffffff;
    color: #6448ee;
}

.btn-primary-table:hover,
.btn-cyan:hover {
    color: #fff;
    background: #333459;
    border-color: #333459;
}

.table td {
    text-align: left;
    vertical-align: middle;
}

.table-action {
    padding: 15px;
}

.table-action a {
    font-size: 20px;
}

@media (max-width: 992px) {
    .bg_img {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1580px) {
    .bg_img {
        width: 350px;
    }
}

.cyan {
    color: #46eeed;
}

.black {
    color: #000000;
}

.btn-choix1 {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #694bff;
    padding: 20px 30px;
}

.btn-choix2 {
    text-transform: uppercase;
    color: #694bff;
    background-color: #ffffff;
    padding: 17px 46px;
    line-height: 1.1;
}

.rounded-3 {
    border-radius: 10px;
}

.btn-secondary-table {
    border: 2px solid #694bff;
    color: #694bff;
}

.line-height-08 {
    line-height: 0.9;
    padding-top: 30px;
}

.mauve {
    color: #694bff;
}

.btn-green-table {
    color: #fff;
    background: #39ff18;
    border-color: #39ff18;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-red-table {
    color: #fff;
    background: red;
    border-color: red;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-cyan-table {
    color: #fff;
    background: #46eeed;
    border-color: #46eeed;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-gray-table {
    color: #fff;
    background: gray;
    border-color: gray;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.green {
    color: #39ff18;
}

.red {
    color: red;
}

.tr-active {
    background-color: #a4a4a4;
    border-radius: 6px 0 6px 0;
    font-weight: bold;
}

.tr-disabled {
    color: gray !important;
}

.white {
    color: #ffffff;
}

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

.card-option {
    text-transform: uppercase;
    color: #6e51ff;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
}

.section-pricing-table {
    border-radius: 15px;
    margin-top: 60px;
}

/* LOGIN FORM CSS */

.signup-tab {
    display: none;
}

.signup-tab.active {
    display: block;
}

.login-btn,
.signup-btn {
    background-color: white !important;
    padding: 5px 9px !important;
    border-radius: 6px;
}

.btn-premium {
    background: rgb(2, 0, 36);
    background: var(--premium-color);
    border: none;
    color: white;
}

/*.btn-premium:hover{
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(217,165,31,1) 0%, rgba(255,232,135,1) 100%);
}*/
/* .btn-premium:hover {
} */

.job-offer-link {
    color: #8898aa;
    text-decoration: none;
}

.job-offer-link:hover {
    color: #8898aa;
    text-decoration: none;
}

.job-offer-link .h3 {
    color: #6448ee;
}

#company-offers-list {
    max-height: 450px !important;
    overflow-y: auto;
}

/**
* Fixbug des flashs derrière la navbar
*/

.alert {
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.flash-container {
    position: absolute;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

@media screen and (max-width: 768px) {
    .alert {
        top: 14% !important;
        width: 90% !important;
    }

    .card-footer {
        padding: 0;
    }

    .header-style-03 .header-customize-item {
        margin-left: 0;
    }
}

.group-member {
    transition: all ease-in-out 0.8s;
}

/*.premium-link {
    transition: all 0.5s ease-in-out;
    border-radius: 6% !important;
    border: 1px solid var(--purple);
}

.premium-link>a:hover {
    text-decoration: none;
    color: var(--bleu-marine);
}

.premium-link:hover {
    text-decoration: none;
    transform: translateY(-15px);
}

.premium-link.active {
    background-image: var(--premium-color);
    border: none !important;
    transform: translateY(-15px);
}*/

.premium-link {
    border-radius: 15px !important;
    box-shadow: inset 3px -3px 4px rgb(133 133 133) !important;
    border-color: #6e51ff !important;;
    background-color: #fff !important;;
    color: #6e51ff !important;;
    font-weight: 700;
    line-height: 2 !important;
    font-size: 15px;
}

ul.offres-tablist,
ul.techs-prives-tablist {
    border-bottom: none;
}

ul.offres-tablist .nav-item,
ul.techs-prives-tablist .nav-item {
    background-color: white;
    border: none;
    padding: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

ul.offres-tablist .nav-item:hover,
ul.techs-prives-tablist .nav-item:hover {
    color: inherit;
    background-color: white;
}

ul.offres-tablist .nav-link,
ul.techs-prives-tablist .nav-link {
    border: none;
    text-align: center;
    color: var(--gray) !important;
    text-transform: uppercase;
}

ul.offres-tablist .nav-link.active,
ul.techs-prives-tablist .nav-link.active {
    border: none;
    color: #6448ee !important;
}

@media screen and (max-width: 1020px) {
    ul.offres-tablist .nav-item {
        width: 100%;
        margin: 7px;
        padding: 15px;
    }
}

@media screen and (max-width: 1472px) {
    ul.techs-prives-tablist .nav-item {
        width: 40%;
        margin: 7px;
        padding: 15px;
    }
    .title-cgu,
    #cgu h2 {
        color: #694bff;
        font-weight: 600;
        font-size: 1.25rem;
    }

    #cgu h3 {
        color: #694bff;
        font-weight: 600;
        font-size: 1rem;
    }
}

@media screen and (max-width: 600px) {
    ul.techs-prives-tablist .nav-item {
        width: 80%;
        padding: 3px;
        font-size: 18px
    }

    .text-cgu,
    #cgu p,
    #cgu li {
        color: black;
        font-size: 14px;
        font-weight: 300;
    }

    #cgu a {
        color: #694bff;
    }
}

/* --------------------------------- Page CGU -------------------------------------- */

.card-cgu {
    border: none;
}

.card-cgu-body {
    height: 200px;
    overflow-y: scroll;
}

.card-cgu-body,
.card-cgu-def {
    width: 100%;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 30%);
    border-radius: 10px;
}

.title-cgu {
    text-align: center;
    color: #694bff;
    font-weight: 600;
}

.text-cgu {
    color: black;
    font-size: 14px;
    font-weight: 300;
}

.card-cgu-body::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.card-cgu-body::-webkit-scrollbar-thumb {
    background-color: rgb(105 75 255 / 100%);
    border-radius: 20px;
}

@media (max-width: 768px) {
    .card-cgu-body {
        height: 100%;
    }
}

/* --------------------------- Système de Notifications --------------------- */

.btn-notif {
    background: transparent;
    border: none;
}

.icon-notif {
    color: white;
    font-size: 25px;
}

.popup {
    display: none;
}

.popup.show {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 349px;
    height: auto;
    margin-top: 2px;
}

.popup.show .text {
    color: #694bff;
    padding: 5px;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    opacity: 0.9;
    background-color: #fff;
}

.popup.show .notification {
    max-width: 85%;
}

.popup.show .notification-delete {
    position: absolute;
    right: -30px
}

@media (max-width: 768px) {
    tr span.text-secondary {
        font-size: 11px;
    }

    .popup.show {
        top: -170px;
        width: 186px;
        margin-top: 2px;
        bottom: 0;
        left: 150px;
        overflow-y: scroll;
    }

    .popup.show .text {
        font-size: 14px;
    }

    .popup.show .notification {
        max-width: 85%;
    }

    .popup.show .notification-delete {
        position: absolute;
        right: -20px
    }

    .inviter-technicien-btn {
        font-size: 14px;
        /*margin-top: 10px;*/
    }

    .ajouter-technicien {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .popup.show {
        display: block;
        position: absolute;
        top: -180px;
        width: 390px;
        max-height: 250px;
        left: 100%;
        overflow-y: scroll;
    }

    .inviter-technicien-btn {
        height: 67px;
    }
}

/* --------------- Page Contact ------------------ */

.formulaire-contact:focus:not(:focus-visible),
.form-contact:focus:not(:focus-visible) {
    background: transparent;
    border: none;
}

.form-contact {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 10px 0px 10px 15px;
    border: none;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 30%);
}

.formulaire-contact > input::placeholder,
.formulaire-contact > textarea::placeholder {
    color: #694bff;
    opacity: 0.5;
}

.formulaire-contact > textarea {
    border-radius: 6px;
    resize: none;
}

.form-contact:focus-visible {
    border: none;
}

.btn-blue {
    background-color: #46eeed !important;
    border-color: #46eeed !important;
    color: #fff;
}

.res-ofx {
    overflow-x: auto;
}

@media screen and (min-width: 992px) {
    .d-lg-flex {
        display: flex;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .postulations-offres-deposees {
        width: 150px;
    }
    .goog-te-combo {
        width: 100%;
        padding: 0 5px;
        border-radius: 10px;
    }

    .logo-user {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .page-title-style-background .container {
        height: 100%;
    }

    .user-background {
        position: absolute;
        min-width: 100%;
        max-height: 50%;
        left: 0;
        object-fit: cover;
    }
    /* Legende map */

    #legend {
        top: 40%;
        width: 154px;
        padding: 5px 10px;
    }

    .bullet {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: absolute;
        left: -5px;
        top: 0;
    }

    .skiptranslate.goog-te-gadget,
    .skiptranslate.goog-te-gadget span {
        font-size: 0;
    }

    .skiptranslate.goog-te-gadget>span {
        display: none;
    }

    .skiptranslate.goog-te-gadget select {
        padding: 5px 20px 2px 5px;
        appearance: auto !important;
        background-image: none;
    }

    .groupe-notification,
    .subtab-notification {
        width: 28px;
        height: 28px;
        font-size: 10px;
        color: #694bff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateY(5px);
    }
}

@media (max-width: 991px) {
    .table-stripped tr {
        overflow-x: scroll;
    }

    .postulations-offres-deposees {
        width: 150px;
    }

    .sp-padding {
        padding-left: 6px;
    }
}

@media screen and (max-width: 768px) {
    .font-size-h5 {
        font-size: 12px !important;
    }

    .bg-white {
        background-color: #fff !important;

    }

    .max-w {
        max-width: 250px;
    }

    .card-option {
        font-size: 15px;
    }

    .banner .banner-content {
        height: 30vh;
    }
}

@media (max-width: 767px) {
    .vm-fleche {
        display: flex;
        flex-direction: column;
        transform: translateY(50%);
        align-items: center;
    }

    .vm-logo {
        padding-left: 0;
    }

    .vm-mobile {
        display: flex;
        padding: 0;
    }

    .voir-offre {
        display: flex;
        left: 0;
        justify-content: center;
        right: 0;
        width: 100px;
        position: relative;
        transform: translateY(23%);
        flex-direction: column;
    }

    .voir-offre a,
    .voir-offre span,
    .card-option td > a.btn.btn-primary-table.text-uppercase {
        font-size: 9px;
    }

    .titre-section {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .voir-teck a {
        width: 100px;
    }

    .section-space span.select2.select2-container {
        width: auto;
    }

    .section-space input {
        margin-bottom: 15px;
    }

    .section-space p.form-label {
        margin-bottom: 0;
    }

    .vm-ft14 {
        font-size: 14px;
    }

    .page-content span.h3 {
        font-size: 24px;
    }

    .vm-inputmail {
        font-size: 8px;
        height: 42px;
    }

    .postulations-offres-deposees a {
        width: 140px;
        padding: 6px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #pricing-table th,
    #pricing-table td {
        font-size: 12px !important;
        font-weight: 100 !important;
    }
}

/** TCHAT **/

.chatapi-windows {
    position: fixed;
    bottom: 0px;
    right: 40px;
    height: 300px;
    max-height: 300px;
    display: inline-block;
    z-index: 9;
}

.chatapi-windows.hideit {
    bottom: -270px;
}

.chatapi-windows.showit {
    height: 300px;
    bottom: 0px !important;
}

.chatapi-windows .user-window {
    display: block;
    min-width: 250px;
    min-height: 300px;
    background-color: rgba(50, 50, 58, 1);
    margin: 0 2px 0 0;
    float: right;
}

.chatapi-windows .user-window .controlbar .tooltip {
    display: none !important;
}

.chatapi-windows .user-window.minimizeit .controlbar .tooltip {
    display: block !important;
}

.chatapi-windows .user-window.minimizeit .controlbar .tooltip .tooltip-inner {
    white-space: nowrap;
}

.chatapi-windows .user-window.minimizeit {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    bottom: 0px;
    top: 260px;
    position: relative;
}

.chatapi-windows .user-window.minimizeit .controlbar .name,
.chatapi-windows .user-window.minimizeit .controlbar i,
.chatapi-windows .user-window.minimizeit .typearea,
.chatapi-windows .user-window.minimizeit .chatarea {
    display: none;
}

.chatapi-windows .user-window.minimizeit .controlbar {
    padding: 10px;
    height: 40px;
}

.chatapi-windows .user-window.minimizeit .controlbar img {
    font-size: 18px;
    color: #999999;
    margin: 0 0 0 0px;
    line-height: 22px;
    cursor: hand;
    cursor: pointer;
}

.chatapi-windows .user-window .controlbar {
    display: block;
    height: 30px;
    padding: 5px 15px;
    background-color: rgba(70, 70, 78, 1);
    color: #aaaaaa;
}

.chatapi-windows .user-window .controlbar .name {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    top: -5px;
    position: relative;
}

.chatapi-windows .user-window .controlbar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
    display: inline-block;
    top: -5px;
    position: relative;
    cursor: hand;
    cursor: pointer;
}

.chatapi-windows .user-window .controlbar .status {
    float: none;
    display: inline-block;
    margin: 0px 5px 0 0;
}

.chatapi-windows .user-window .controlbar .status i {
    margin: 0px;
    font-size: 8px;
}

.chatapi-windows .user-window .controlbar i {
    font-size: 12px;
    float: right;
    color: #777777;
    margin: 0 0 0 5px;
    line-height: 20px;
    cursor: hand;
    cursor: pointer;
}

.chatapi-windows .user-window .controlbar i:hover {
    color: #aaaaaa;
}

.chatapi-windows .user-window .typearea {
    display: block;
    height: 40px;
    padding: 0px 15px 0px 15px;
    background-color: rgba(70, 70, 78, 1);
}

.chatapi-windows .user-window .typearea input {
    background-color: transparent;
    color: #aaaaaa;
    font-size: 14px;
    border: 0px;
    width: 220px;
    margin: 0px 0px;
    height: 40px;
}

.chatapi-windows .user-window .typearea input:focus,
.chatapi-windows .user-window .typearea input:hover {
    border: 0px;
}

.historyarea {
    max-height: 300px;
}

.chatapi-windows .user-window .chatarea {
    display: block;
    height: 230px;
    padding: 15px 15px 0 15px;
    background-color: rgba(50, 50, 58, 1);
    color: #cccccc;
    overflow-x: hidden;
    position: relative;
    max-width: 250px;
}

.chatapi-windows .user-window .controlbar .status.new-message i {
    color: rgba(102, 189, 120, 1.0);
}

/* inner chat discussion*/

.chatarea,
.historyarea,
.user-window {
    overflow-y: scroll;
}

.chatarea::-webkit-scrollbar,
.historyarea::-webkit-scrollbar,
.user-window::-webkit-scrollbar {
    width: 5px;
}

.chatarea::-webkit-scrollbar-track,
.historyarea::-webkit-scrollbar-track,
.user-window::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.chatarea::-webkit-scrollbar-thumb,
.historyarea::-webkit-scrollbar-thumb,
.user-window::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

.chatarea::-webkit-scrollbar-thumb:hover,
.historyarea::-webkit-scrollbar-thumb:hover,
.user-window::-webkit-scrollbar-thumb:hover {
    background-color: #ccc;
}

.chatmsg {
    display: block;
    padding: 0 5px 15px 5px;
    position: relative;
    max-width: 220px;
}

.chatmsg .name {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #999999;
}

.chatmsg .text {
    display: block;
    font-size: 13px;
    padding-left: 0px;
    color: #bbbbbb;
    word-wrap: break-word;
}

.chatmsg .ts {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 10px;
    color: #777777;
}

#popupContenuMobile {
    position: absolute;
    z-index: 999;
    max-height: 200px;
    top: 87px;
    left: 6px;
}

#popupContenu .notification,
#popupContenuMobile .notification {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#popupContenu .notification:last-child,
#popupContenuMobile .notification:last-child {
    border-bottom: none;
}

.notification-delete {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.controlbar > .notification {
    position: absolute;
    right: -5px;
    top: -7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    background-color: #6448ee;
    color: #fff;
}

.notification-marker {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #6448ee;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-search {
    padding: 20px 0;
}

.goog-te-combo {
    width: 100%;
    padding: 0 5px;
    border-radius: 10px;
}

.logo-user {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.page-title-style-background .container {
    height: 100%;
}

.user-background {
    position: absolute;
    min-width: 100%;
    max-height: 50%;
    left: 0;
    object-fit: cover;
}

/* Legende map */

#legend {
    top: 40%;
    /*width: 154px;*/
    padding: 5px 10px;
}

.bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: 0;
}

.skiptranslate.goog-te-gadget,
.skiptranslate.goog-te-gadget span {
    font-size: 0;
}

.skiptranslate.goog-te-gadget > span {
    display: none;
}

.skiptranslate.goog-te-gadget select {
    padding: 5px 20px 2px 5px;
    appearance: auto !important;
    background-image: none;
}

.groupe-notification,
.subtab-notification {
    width: 23px;
    height: 23px;
    color: #694bff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 12px;
    top: 6px;
    left: 6px;
    border-style: solid;
    border-width: 2px;
    border-color: #694bff;
    z-index: 9;
}

a.active > .groupe-notification,
a.active > .subtab-notification {
    color: #fff;
    border-color: #fff;
}

.bg-white {
    background-color: #dedede !important;
}

.pricing-table-title {
    font-weight: bold;
    color: #6448ee;
}

.pricing-table-title + td {
    color: #000;
}

#mobile-notification-container {
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 99999;
}

/* B O U T O N S  O F F R E  D E P O S E E S*/

a.btn.text-uppercase.m-3.m-xl-0 {
    font-size: 15px;
}

@media screen and (max-width: 1200px) {
    #mobile-notification-container {
        position: absolute;
        top: 40px;
        left: 50px;
    }

    #popupContenuMobile {
        top: 110px;
    }

    .user-background {
        max-height: 50%;
    }
}

@media screen and (max-width: 767px) {
    #mobile-notification-container {
        top: 30px;
        left: 74px;
    }

    .user-background {
        max-height: 35%;
        z-index: 0;
    }
}

.mic-rounded {
    max-width: 80px;
    max-height: 80px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.input-with-icon {
    position: relative;
    width: 100%;
}

.input-with-icon > i {
    display: none;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    z-index: 9;
}

#nav-toggle-map-offers {
    /*padding: 10px;*/
    font-weight: bold;
}

@media screen and (max-width: 1360px) {
    #nav-toggle-map-offers {
        padding: 6px;
    }

    /*  LOGO  */
    a.navbar-brand > picture > img {
        max-width: 130px;
    }
}

@media screen and (max-width: 1233px) {
    #nav-toggle-map-offers {
        padding: 3px 6px;
    }
}

@media screen and (max-width: 1360px) {
    #nav-toggle-map-offers {
        transform: none;
    }
}

.btn-grey {
    color: #000;
    background-color: #a0a0a0;
}

img.blur {
    filter: blur(8px);
}

a.btn-delete {
    position: absolute;
    right: 8px;
    top: 0;
}

a.btn-confirm{
    position: absolute;
    right: 8px;
    top: 43px;
}

.finder-btn {
    width: 54%;
    border-radius: 16px;
    margin: 0 auto;
}

.free-btn::after {
    content: "FREE";
    position: absolute;
    right: 25px;
    top: 0;
    font-size: 10px;
    /* background-color: gray; */
    color: #6448ee;
    padding: 3px 6px;
    border-radius: 6px;
    font-weight: bold;
}

.index-icon {
    position: absolute;
    right: 191px;
    top: 32px;
    font-size: 10px;
}

.banner {
    background-image: url(../img/signe-bg.png);
}

.infowindow-map {
    background-image: url(../img/signe-bg.png);
    background-size: 187px;
    background-repeat: no-repeat;
    background-position: center right;
}

.user-modal-background,
.bg-pdrx {
    background-image: url(../img/signe-bg.png);
    background-size: 396px;
    background-repeat: no-repeat;
    background-position: bottom 10px right 10px;
    background-color: #dedede;
}

@media screen and (max-width: 1360px) {
    .finder-btn {
        width: 100%;
    }

    .free-btn::after {
        right: 103px;
    }
}

@media screen and (max-width: 720px) {
    .free-btn::after {
        right: 43px;
    }
}

.temp-aide-lang {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-left: auto;
    max-width: 100px;
}

.close-login-btn {
    position: absolute;
    right: 16px;
    top: 7px;
}

.offer-detail-icon {
    margin: 0 auto;
}

@media screen and (min-width: 720px) {
    .offer-detail-icon {
        margin: 0;
        margin-right: auto !important;
    }
}

.text-bleu-marine {
    color: var(--bleu-marine);
    font-weight: bold;
}

.text-metier {
    color: #808080;
}

.btn-outline-primary {
    border-color: #6448ee;
    color: #6448ee;
}

.btn-outline-primary:hover {
    border-color: #6448ee;
    background-color: #6448ee;
    color: #fff;
}

/** A F F I C H A G E  D R A P E A U **/

.user-job {
    position: relative;
    display: inline-block;
    color: var(--bleu-marine);
}

.index-icon {
    position: absolute;
    top: 0;
    right: -15px;
    left: auto;
}

/* @media screen and (max-width: 320px) {
    .index-icon {
        right: -20px;
    }
} */

.mfp-close {
    display: none !important;
}

.offre-visibilite {
    position: absolute;
    right: 30px;
    top: 3px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--bleu-marine);
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .offre-visibilite {
        left: 13px;
        top: 89%;
    }
}

@media screen and (max-width: 768px) {
    .offre-visibilite {
        left: 13px;
        top: 93%;
    }
}

@media screen and (max-width: 375px) {
    .offre-visibilite {
        right: 0;
        top: 0;
    }
}

.nb-postulants-notification {
    width: 20px;
    height: 20px;
    border: 1px solid #6e51ff;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}

.js-see-postulations {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rangeV-btn {
    position: absolute;
    top: 50%;
    font-size: 17px;
}

.rangeV-less {
    left: 15px;
}

.rangeV-add {
    right: 15px;
}

.google-translate-container {
    margin-top: 27px;
}

.google-translate-container.loggedin {
}

@media screen and (max-width: 1698px) {
    .google-translate-container {
    }

    .google-translate-container.loggedin {
    }
}

@media screen and (max-width: 1337px) {
    .google-translate-container {
    }

    .google-translate-container.loggedin {
    }
}

@media screen and (max-width: 1200px) {
    .google-translate-container {
        margin-top: 0;
        max-width: 192px;
    }
}

/* GOOGLE TRANSLATE TABLETTE */

@media screen and (max-width: 1199px) {
    .navbar.navbar-expand-xl {
        padding-bottom: 30px !important;
    }

    .google-translate-container {
    }

    .google-translate-container.loggedin {
    }
}

@media screen and (max-width: 991px) {
    .navbar.navbar-expand-xl {
        padding-bottom: 30px !important;
    }

    .google-translate-container {
    }

    .google-translate-container.loggedin {
    }

    .navbar-brand.navbar-brand-mobile {
        margin-left: 82px;
    }

    a[href="#login-popup"].link.white {
        margin-right: 10px;
    }
}

/* GOOGLE TRANSLATE MOBILE */

@media screen and (max-width: 375px) {
    .google-translate-container {
    }

    .google-translate-container.loggedin {
    }
}

.led-generic {
    left: 160px;
}

.led-groupe-invitation,
.led-tech-invitation {
    left: 120px;
}

@media screen and (max-width: 400px) {
    .navbar-brand {
        margin-left: 59px;
    }
}

@media screen and (max-width: 1199px) {
    .led-generic {
        left: 115px;
    }

    .led-tech-invitation {
        top: 47%;
    }

    .special-leed {
        left: -5%;
    }
}

@media screen and (max-width: 560px) {
    .led-generic {
        left: 10px;
        top: 61% !important;
    }
}

.img-fleche {
    max-height: 6px;
}

.fleche-down {
    transform: rotate(90deg);
}

.fleche-up {
    transform: rotate(-90deg);
}

@media screen and (min-width: 992px) {
    .groupe-dispo-icon {
        left: 130px !important;
    }

    .navbar-brand {
        margin-right: 1rem;
    }
}

@media screen and (max-width: 992px) {
    .led-groupe-invitation {
        top: 63%;
    }
}

@media screen and (max-width: 1200px) {
    .groupe-dispo-icon {
        left: 85px !important;
    }
}

@media screen and (max-width: 560px) {
    .groupe-dispo-icon {
        left: 10px !important;
    }
}

/* POPUP Document */

b.i-valide {
    font-size: 19px;
    font-weight: 400;
    color: #6448ee;
    padding-left: 10px;
}

b.i-invalide {
    font-size: 19px;
    font-weight: 400;
    color: var(--danger);
    padding-left: 10px;
}

/* POPUP Gérer les postulants */

.espace-icone {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .fleche-alignement-liste {
        display: flex;
        align-items: center;
    }

    .fleche-alignement-liste input {
        order: 1;
        margin-bottom: 0;
        margin-left: 25%;
        transform: translateX(-50%);
    }
}

@media (max-width: 350px) {
    .sticky-area-wrap .container-fluid {
        padding: 0;
    }

    .justify-content-choix {
        justify-content: space-between;
    }

    #mobile-notification-container {
        top: 30px;
        left: 44px;
    }

    .led-generic {
        left: 92%;
        top: 54% !important;
    }
}

.bg-blanc-fac {
    background-color: #fff !important;
}

.partenaire-logo {
    width: 500px;
    height: 240px;
    object-fit: contain;
}

@media screen and (max-width: 410px) {
    .user-note {
        font-size: 1rem;
    }

    .led-user-modal {
        top: 85%;
    }
}

.led-profile-header {
    left: 25%;
    top: 56%;
}

@media screen and (max-width: 400px) {
    .led-profile-header {
        left: 20%
    }
}

.table-appel-offre tr,
.table-appel-offre td {
    border-color: #666666;
    text-align: center;
}

.table-appel-offre tbody td {
    color: var(--bleu-marine);
}

header,
header .container-fluid {
    border-bottom: 3px solid #694bff;
}

/* @media screen and (max-width: 375px) {
    .index-icon {
        right: -40px;
    }
} */

body.modal-open {
    overflow: hidden;
}

#finder-range-value {
    display: flex;
    margin: -20px auto 0 auto;
    width: 50%
}

@media screen and (max-width: 992px) {
    #finder-range-value {
        display: block;
        text-align: center;
    }
}

#legend {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 500px) {
    #legend {
        top: 10px !important;
        /*width: 90%;*/
        padding: 5px 10px;
        height: 22%;
        justify-content: space-between;
        align-items: center;
        /*left: 0;*/
        margin: 0 auto;
        flex-wrap: wrap;
        flex-direction: row;
    }
}

@media screen and (max-width: 350px) {
    #legend {
        height: 20%;
        justify-content: space-between;
    }
}

/*.grille-de-chiffrage-table tr,*/
.grille-de-chiffrage-table td {
    border: 1px solid var(--bleu-marine) !important;
}

.grille-de-chiffrage-table td {
    text-align: center !important;
    color: var(--bleu-marine) !important;
}

@media screen and (min-width: 1200px) {
    .d-xl-table-cell {
        display: table-cell !important;
    }
}

img.offre-photo-preview {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 0 35px;
}

.badge-secondary{
    border: 1px solid #4aceff;
    border-radius: 4px;
    background-color: #fff;
    color: var(--bleu-marine);
}

.text-pdrx-danger{
    color: #ed6868!important;
}

.badge-primary{
    border: 1px solid #6448ee!important;
    border-radius: 4px;
    background-color: #fff;
    color: var(--bleu-marine);
}

.btn-compte-new{
    position: absolute;
    right: -24px;
    top: 16px;
    background: var(--premium-color);
    padding: 3px 23px;
    font-size: 10px;
    color: #fff;
    transform: rotate(45deg);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
}

.btn-compte-new-v2{
    padding: 3px 20px;
    font-size: 10px;
    background: var(--premium-color);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    animation: btn-compte-new 1s infinite;
    right: 2px;
    top: 2px;
}

.animate-move{
    animation: an-move 1s infinite;
}

@keyframes an-move {
    0%{
        transform: translateX(0);
    }

    50%{
        /*transform: translateX(2px);*/
        transform: translateX(1.4px);
    }

    100%{
        transform: translateX(0);
    }
}

@keyframes btn-compte-new {
    0%{
        right: 2px;
    }

    50%{
        right: 4px;
    }

    100%{
        right: 2px;
    }
}

@media screen and (max-width: 340px) {
    .btn-compte-new{
        font-size: 8px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .btn-compte-new{
        font-size: 8px;
    }
}

.details-offre-boutique-container{
    border: 2px solid #6448ee ;
    position: relative;
    border-radius: 8px;
    padding: 6px 0;
}

.type-offre-boutique, .bloc-titre-set{
    position: absolute;
    text-transform: uppercase;
    font-size: 14px;
    transform: translateY(-50%);
    background-color: #fff;
    color: #6448ee ;
    border-radius: 5px;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 7px 10px -4px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 7px 10px -4px rgba(0, 0, 0, 0.44)
}

.type-offre-boutique {
    top: 0px;
    left: 15px;
}

.bloc-titre-set{
    top: 0;
    right: 15px;
}

.h1{
    font-size: 2.5rem;
}

.h2{
    font-size: 2rem;
}

.h3{
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .h1{
        font-size: 1.5rem;
    }

    .h2{
        font-size: 1.2rem;
    }

    .h3{
        font-size: 1rem;
    }
}

@media screen and (max-width: 400px) {
    .h1{
        font-size: 1.2rem;
    }

    .h2{
        font-size: 1rem;
    }

    .h3{
        font-size: 0.8rem;
    }
}

.js-shop-historique-demandes{
    position: relative;
}

.js-shop-historique-demandes .notification, .btn-compte .notification{
    position: absolute;
    top: 50%;
    right: 10px;
    /*background-color: red;*/
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
}

.js-demander-code-set {
    background-color: #ebebeb;
}

.js-demander-code-set.btn-outline-success{
    border-color: #6448ee!important;
    background-color: #6448ee!important;
    color: #fff!important;
}

.shop-offre-set-container, .mise-en-avant-remise{
    border: 1px solid #6448ee;
}

.mise-en-avant-remise{
    border-radius: 3px;
    color: var(--bleu-marine);
    font-weight: bold;
}

.border-primary{
    border: 1px solid #6448ee!important;
}

.blur-text{
    color: transparent!important;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.btn-orange{
    background-color: #fd9152;
    border-color: #fd9152;
    color: #fff;
}

.btn-turquoise{
    background-color: #4aceff;
    border-color: #4aceff;
    color: #fff;
}
