@import "core.css";

/* ====== TABLE OF INDEX ====== */
/* == A. Bootstrap extension == */
/* == B. Core                == */
/* == C. Skeleton            == */
/* == D. Homepage            == */
/* == E. Job                 == */
/* == F. Company             == */
/* == G. Event               == */
/* == H. Blog                == */
/* == I. Pages               == */
/* == I. Media Queries       == */
/* == Z. Plugins             == */
/* ============================ */

/* == A. Bootstrap extension == */

/* FONTS */
.text-l {
    font-size: 3.3rem !important;
    line-height: 1;
}

.text-xl {
    font-size: 4.5rem !important;
    line-height: 1;
}

.fs-7 {
    font-size: 0.85rem !important;
}

.fs-8 {
    font-size: 0.8rem !important;
}

.fs-9 {
    font-size: 0.75rem !important;
}

.fs-10 {
    font-size: 0.7rem !important;
}

.fs-11 {
    font-size: 0.65rem !important;
}

.fs-12 {
    font-size: 0.60rem !important;
}

.offset-underline-5 {
    text-underline-offset: 5px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

/* MARGIN/PADDING */
.mt8 {
    margin-top: 8px !important;
}

.mt-6 {
    margin-top: 5rem !important;
}

.mt-8 {
    margin-top: 6rem !important;
}

.mt-10 {
    margin-top: 8rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n3 {
    margin-top: -2.5rem !important;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

.mb-8 {
    margin-bottom: 6rem !important;
}

.mb-10 {
    margin-bottom: 8rem !important;
}

.ml-n2 {
    margin-left: -2px !important;
}

.ml-n5 {
    margin-left: -5px !important;
}

.ml-n10 {
    margin-left: -10px !important;
}

.ml-n40 {
    margin-left: -40px !important;
}

.ml-n50 {
    margin-left: -50px !important;
}

.ml-n60 {
    margin-left: -60px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt-6 {
    padding-top: 5rem !important;
}

.py-1-5 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

.py-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.pl55 {
    padding-left: 55px !important;
}

/* HEIGHT/WIDTH */
.h30 {
    height: 30px !important;
}

.h50 {
    height: 50px !important;
}

.h80 {
    height: 80px !important;
}

.h100 {
    height: 100px !important;
}

.h160 {
    height: 160px !important;
}

.h200 {
    height: 200px !important;
}

.h250 {
    height: 250px !important;
}

.h300 {
    height: 300px !important;
}

.h320 {
    height: 320px !important;
}

.h400 {
    height: 400px !important;
}

.h500 {
    height: 500px !important;
}

.h600 {
    height: 600px !important;
}

.h700 {
    height: 700px !important;
}

.w10 {
    width: 10px !important;
}

.w15 {
    width: 15px !important;
}

.w20 {
    width: 20px !important;
}

.w30 {
    width: 30px !important;
}

.w50 {
    width: 50px !important;
}

.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w100 {
    width: 100px !important;
}

.w120 {
    width: 120px !important;
}

.w150 {
    width: 150px !important;
}

.w200 {
    width: 200px !important;
}

.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w330 {
    width: 330px !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

/* TITLES */

h1{
    font-size: 40px;
}

h2{
    font-size: 30px;
}

h3{
    font-size: 25px;
}

*:focus {
    box-shadow: none !important;
}

input:focus,
select:focus,
.ts-wrapper:focus {
    border: 1px solid #cccccc !important;
}

.focus {
    box-shadow: none !important;
}


/* BUTTON */
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0 !important;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px !important;
}

.btn-slider-inactive {
    background-color: #d5d5d5;
    color: #FFF;
}


.form-control:focus+.form-label {
    color: #000000;
}

.form-floating>.form-control::placeholder {
    color: revert;
}

.form-floating>.form-control:not(:focus)::placeholder {
    color: transparent;
}

.form-floating>.form-control {
    font-size: 0.875rem;
}

*:focus {
    box-shadow: none !important;
    border: solid 1px red(any color) !important;
}

/* == B. Core == */
.btn-main {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: .05rem;
}

.btn-main:hover {
    background-color: var(--main-color-hover);
    border: 1px solid var(--main-color-hover);
    color: #ffffff;
    transition: 0.3s;
}

.btn-grey {
    background-color: var(--grey-color);
    border: 1px solid var(--grey-color);
    color: #ffffff;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: .05rem;
}


.btn_article_view:hover {
    background-color: var(--main-color-hover) !important;
    border: 1px solid var(--main-color-hover) !important;
    color: #ffffff !important;
    transition: 0.3s !important;
    cursor: pointer !important;
}

.btn-outline-main {
    background-color: #FFFFFF;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 8px 18px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: .05rem;
}

.btn-outline-main:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #ffffff;
    transition: 0.3s;
}

.btn-outline-transparent-main {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 8px 18px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: .05rem;
}

.btn-outline-transparent-main:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #ffffff;
    transition: 0.3s;
}

.btn-no-right-radius {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    transition: 0.3s;
}


div.form-floating label {
    transform: translateY(-10px);
}

div.form-floating ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--grey-color) !important;
}

div.form-floating ::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--grey-color) !important;
}

/* .d-lg-flex>.form-floating>input{
  padding-top: 40px !important;
}

.mb-5>form>.form-floating>input{
  padding-top: 40px !important;
}

.col-6>.form-floating>input{
  padding-top: 40px !important;
}

#contact_message{
  padding-top: 38px !important;
}

#myForm>.form-floating>input{
  padding-top: 40px !important;
} */

.dropdown-content li.active,
.dropdown-content li:hover {
    background-color: #4285f4;
}

/* Contact */
.d-lg-flex>.form-floating>input {
    padding-top: 40px !important;
}

.d-lg-flex>.form-floating>input:focus {
    padding-top: 26px !important;
}

.mb-5>form>.form-floating>input {
    padding-top: 40px !important;
}

.mb-5>form>.form-floating>input:focus {
    padding-top: 26px !important;
}

.col-6>.form-floating>input {
    padding-top: 40px !important;
}

.col-6>.form-floating>input:focus {
    padding-top: 26px !important;
}

#contact_message {
    padding-top: 40px !important;
}

#contact_message:focus {
    padding-top: 36px !important;
}

/* Jobdatings */

.d-flex>.form-floating>input {
    padding-top: 40px !important;
}

.d-flex>.form-floating>input:focus {
    padding-top: 26px !important;
}

.card-text>form>.form-floating>input {
    padding-top: 40px !important;
}

.card-text>form>.form-floating>input:focus {
    padding-top: 26px !important;
}

/* Newsletter */

.modal-body>form>.form-floating>input {
    padding-top: 40px !important;
}

.modal-body>form>.form-floating>input:focus {
    padding-top: 26px !important;
}

/* Candidate 3 steps */
.row>.form-floating>input {
    padding-top: 40px !important;
}

.row>.form-floating>input:focus {
    padding-top: 26px !important;
}

.tab-content>fieldset>.form-floating>input {
    padding-top: 40px !important;
}

.tab-content>fieldset>.form-floating>input:focus {
    padding-top: 26px !important;
}

@-moz-document url-prefix() {
    .d-lg-flex>.form-floating>input:focus {
        padding-top: 35px !important;
    }

    .mb-5>form>.form-floating>input:focus {
        padding-top: 35px !important;
    }

    .col-6>.form-floating>input:focus {
        padding-top: 33px !important;
    }

    #contact_message:focus {
        padding-top: 33px !important;
    }

    .d-flex>.form-floating>input:focus {
        padding-top: 33px !important;
    }

    .card-text>form>.form-floating>input:focus {
        padding-top: 33px !important;
    }

    .modal-body>form>.form-floating>input:focus {
        padding-top: 33px !important;
    }

    .row>.form-floating>input:focus {
        padding-top: 35px !important;
    }

    .tab-content>fieldset>.form-floating>input:focus {
        padding-top: 35px !important;
    }

    /* .d-flex>.form-floating>input:focus{
    padding-top: 33px !important;
  }
  .card-text>form>.form-floating>input:focus{
    padding-top: 33px !important;
  }
  .modal-body>form>.form-floating>input:focus{
    padding-top: 33px !important;
  } */

    #contact_message:focus {
        padding-top: 40px !important;
    }
}



div.form-floating :focus::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--grey-color) !important;
    transform: translateY(4px);
    opacity: 1;
    /* Firefox */
}

.bottom-right-radius {
    border-bottom-right-radius: 40px;
}

.company-item {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.company-item:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.company-item:hover .btn-no-right-radius,
.jobdating-item:hover .btn-no-right-radius {
    background-color: #FFFFFF;
    border: 1px solid var(--main-color);
    border-right: 1px solid #FFF;
    color: var(--main-color);
}

.company-item:hover .company-item-bg {
    box-shadow: inset 0 0 0 1000px var(--company-hover);
    transition: 0.3s;
}


.section-hexa {
    background-repeat: no-repeat;
    background-size: 9%;
    padding-left: 55px;
    margin-left: 50px;
    font-size: 2.2rem;
    color: 1px solid var(--black-color);
}

.section-hexa2 {
    margin-left: -60px !important;
}

.section-tic {
    background-repeat: no-repeat;
    background-size: 5%;
    padding-top: 35px;
    padding-left: 45px;
    margin-left: -45px;
}

.bg-main {
    background-color: var(--main-color) !important;
}

.bg-dark {
    background-color: var(--black-color) !important;
}

.bg-grey {
    background-color: var(--grey-color) !important;
}

.bg-light {
    background-color: var(--light-color) !important;
}

.text-light {
    color: var(--light-color) !important;
}

.text-grey {
    color: var(--grey-color) !important;
}

.text-dark {
    color: var(--black-color) !important;
}

.text-black {
    color: #000 !important;
}

nav.breadcrumb path {
    color: var(--light-color) !important;
}

.border-main {
    border-color: var(--main-color) !important;
}

.border-light {
    border-color: var(--light-color) !important;
}

.border-grey {
    border-color: var(--grey-color) !important;
}


/* == C. Skeleton == */
#site-navigation {
    z-index: 999 !important;
}

#top-header {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(42, 42, 42, 1) 50%, rgba(42, 42, 42, 1) 100%);
}

.navbar {
    display: flex;
    flex-direction: column;
}

#logo {
    margin: -2rem 0 0 -1rem !important;
}

ul.navbar-nav a.nav-link:hover {
    color: var(--black-color);
    border-bottom: 2px solid var(--main-color);
}

ul.navbar-nav a.nav-link.active {
    color: var(--black-color);
    border-bottom: 2px solid var(--main-color);
    font-weight: 700 !important;
}

ul.navbar-nav a.nav-link {
    color: var(--grey-color);
    font-weight: 500 !important;
}

/* .triangle {
    margin: -3px 5px -2px -42px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 40px 0;
    border-color: transparent var(--black-color) transparent transparent;
} */

#triangle_svg {
    transform: rotate(180deg);
}

#top-nav {
    height: 40px !important;
    /* border-left: 1px solid var(--black-color) !important; */
}

/* #top-nav-text::before{
    content: url('/img/svg/tics_background.svg') !important;
} */

#top-nav input,
#top-nav button {
    height: 25px !important;
}

.footer .fa-brands {
    text-decoration: none;
    color: #FFF;
    background-color: var(--main-color);
    padding: 12px 15px;
    border-radius: 70%;
    font-size: 16px;
}

.footer a:hover {
    color: #BFBFBF !important;
}

.bg-generic {
    background-size: cover;
}

#a42-ac-button {
    background: none !important;
    color: #FFFFFF;
    border: 0px !important;
    text-underline-offset: 5px;
    text-decoration: underline;
}

.bg-hexa-section {
    background: url('/img/logomark-blanc.png') no-repeat 110% 60%;
    background-size: 60%;
}

.bg-hexa-left-mh, .bg-hexa-left-ha, .bg-hexa-left-hb, .bg-hexa-left-he, .bg-hexa-left-hi, .bg-hexa-left-hh, .bg-hexa-left-hd  {
    background: url('/img/logomark-blanc.png') no-repeat -50% 0;
    background-size: 50%;
}

.bg-hexa-left-sj  {
    background: url('/img/logomark-blanc-sj.png') no-repeat -20% 0;
    background-size: 50%;
}

.bg-hexa-right-mh, .bg-hexa-right-ha, .bg-hexa-right-hb, .bg-hexa-right-he, .bg-hexa-right-hi, .bg-hexa-right-hh, .bg-hexa-right-hd {
    background: url('/img/logomark-blanc.png') no-repeat 140% 0;
    background-size: 50%;
}

.bg-hexa-right-sj {
    background: url('/img/logomark-blanc-sj.png') no-repeat 140% 0;
    background-size: 50%;
}

.bg-tics-mh, .bg-tics-ha, .bg-tics-hb, .bg-tics-he, .bg-tics-hi, .bg-tics-hh, .bg-tics-hd {
    background: url('/img/svg/tics_background.svg') no-repeat;
    background-size: 80% !important;
    background-position: 0rem 0rem;
    padding: 30px !important;
}

.bg-tics-sj {
    background: none;
    padding: 30px 0px !important;
}

.bg-tics-mdhs {
    background: url('/img/svg/tics_background.svg') no-repeat;
    background-size: 55% !important;
    background-position: 0rem 0rem;
    padding: 30px !important;

}

.bg-hexa-grey-right-mh, .bg-hexa-grey-right-ha, .bg-hexa-grey-right-hb, .bg-hexa-grey-right-he, .bg-hexa-grey-right-hi, .bg-hexa-grey-right-hh, .bg-hexa-grey-right-hd {
    background: url('/img/svg/logomark-grey.svg') no-repeat 140% 0;
    background-size: 50%;
}

.bg-hexa-grey-right-sj {
    background: url('/img/svg/logomark-grey-sj.svg') no-repeat 120% 0;
    background-size: 50%;
}

/* NAVIGATION MOBILE */
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}



/* Accessibilité */
#a42-ac {
    background-color: #FFFFFF !important;
    margin-top: 50px !important;
    padding: 0px !important;
    z-index: 99999 !important;
}

#a42-ac-title {
    padding: 20px !important;
    display: block !important;
    font-weight: 900 !important;
    font-size: 1.2rem !important;
    color: var(--black-color) !important;
}

#a42-ac-title::before {
    font: var(--fa-font-solid);
    content: "\f53f";
    color: var(--main-color) !important;
    margin-right: 10px !important;
}

.a42-ac-content {
    background-color: #F5F5F5 !important;
    padding: 20px 50px 30px !important;
}

#a42-ac fieldset {
    background-color: #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 5px !important;
}

#a42-ac input[type=radio]:checked+label::before {
    border-color: var(--main-color) !important;
}

#a42-ac legend {
    font-size: 1.15rem !important;
    color: var(--black-color) !important;
}

#a42-ac input[type=radio]+label::after {
    background-color: var(--main-color) !important;
}

#a42-ac input[type=radio]+label::before {
    border-width: 0.1em !important;
    border-color: #CCCCCC !important;
}


/* == D. Homepage == */
.height_box {
    height: 45px !important;
}

#home-events {
    height: 630px!important;
}

[role="link"] {
    cursor: pointer;
}

#home-companies a img {
    border: 1px solid var(--light-color);
}

#home-companies a img:hover {
    border: 1px solid var(--main-color);
    transition: 0.5s;
}

#home-functions a .function-item {
    border: 1px solid var(--light-color);
}

#home-functions a:hover .function-item {
    border: 1px solid var(--main-color);
    transition: 0.3s;
}

#home-functions a:hover .bg-main i {
    transform: translateX(5px);
    transition: 0.3s;
}

.home-event {
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 0px !important;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.home-event .card-img-bottom {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.home-event:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.home-event img {
    transform: scale(1.0);
    transition: 0.4s;
}

.home-event:hover img {
    transform: scale(1.1);
    transition: 0.4s;
}

#home-deposit-image {
    margin-top: -175px;
    margin-left: 25px;
    position: absolute;
    width: 310px;
}

#home-deposit .row {
    z-index: 10 !important;
}

#home-deposit .home-tic-hh {
    position: absolute;
    margin: -50px 0 0 -40px;
    transform: translateY(0px);
    transition: 0.3s ease;
}

#home-deposit:hover .home-tic-hh {
    transform: translateY(-20px);
    transition: 0.3s ease;
}

#home-deposit .home-tic-hb {
    position: absolute;
    margin: -40px 0 0 550px;
    transform: scale(0.8) rotate(55deg) translateX(-20px) translateY(-20px);
    transition: 0.3s ease;
}

#home-deposit:hover .home-tic-hb {
    transform: scale(0.8) rotate(55deg) translateX(0px) translateY(0px);
    transition: 0.3s ease;
}

#home-deposit .home-tic-hd {
    position: absolute;
    margin: 0 0 0 1020px;
    transform: rotate(120deg) translateX(-15px) translateY(-30px);
    transition: 0.3s ease;
    z-index: 9900 !important;
}

#home-deposit:hover .home-tic-hd {
    transform: rotate(120deg) translateX(0px) translateY(0px);
    transition: 0.3s ease;
}

#home-deposit .home-tic-ha {
    position: absolute;
    margin: 250px 0 0 1040px;
    transform: rotate(180deg) translateX(0px) translateY(0px);
    transition: 0.3s ease;
    z-index: 9900 !important;
}

#home-deposit:hover .home-tic-ha {
    transform: rotate(180deg) translateX(-30px) translateY(-0px);
    transition: 0.3s ease;
}

#home-deposit .home-tic-he {
    position: absolute;
    margin: 310px 0 0 280px;
    transform: scale(0.8) rotate(240deg) translateX(0px) translateY(0px);
    transition: 0.3s ease;
    z-index: 9900 !important;
}

#home-deposit:hover .home-tic-he {
    transform: scale(0.8) rotate(240deg) translateX(-20px) translateY(-20px);
    transition: 0.3s ease;
}

#home-deposit .home-tic-hi {
    position: absolute;
    margin: 140px 0 0 -50px;
    transform: rotate(-60deg) translateX(0px) translateY(0px);
    transition: 0.3s ease;
}

#home-deposit:hover .home-tic-hi {
    transform: rotate(-60deg) translateX(-20px) translateY(-20px);
    transition: 0.3s ease;
}

#home-deposit .home-tic-sj1 {
    position: absolute;
    margin: -100px 0 0 -150px;
}

#home-deposit .home-tic-sj2 {
    position: absolute;
    margin: 160px 0 0 930px;
    z-index: 9900 !important;
}

.sector_job_arrow,
.article_card_arrow,
.company_right_arrow,
.mdh_right_arrow,
.job_right_arrow {
    transform: scale(1.0);
    transition: 0.4s;
}

.sector_job_arrow:hover,
.article_card_arrow :hover,
.company_right_arrow :hover,
.mdh_right_arrow :hover,
.job_right_arrow :hover {
    transform: scale(1.1);
    transition: 0.4s;
}

.company-item:hover .company_right_arrow,
.carousel_company_card:hover .company_right_arrow,
.job_card:hover .job_right_arrow {
    transform: translateX(5px);
    transition: 0.3s ease;
}

.home-event:hover .btn-main {
    background-color: #FFFFFF;
    border: 1px solid var(--main-color);
    border-right: 1px solid #FFFFFF;
    color: var(--main-color);
}

#home-last-articles {
    padding-right: 0px !important;
}

.home-resources {
    height: 400px;
    border-top-left-radius: 20px 20px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #ffffff;
    padding: 30px 20px;
    text-align: center;
}

.home-resources a.btn:hover {
    background-color: #FFF;
    border: solid #BDBDBD 1px;
    box-shadow: 0 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.2);
}

.home-resources a.btn:hover i {
    color: var(--main-color);
}

iframe {
    border: 0;
}

/* == E. Job == */

#search_job_jobContractType {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form-select {
    color: var(--grey-color);
    font-size: 0.8rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(4rem + 2px) !important;
}

.sw .toolbar {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.sw .toolbar>.sw-btn-next {
    background-color: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
    padding: 10px 20px !important;
    border-radius: 0px !important;
    text-decoration: none;
    letter-spacing: .05rem;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.sw .toolbar>.sw-btn-prev {
    background-color: transparent !important;
    border: 0px !important;
    padding: 5px 0px 0px 0px !important;
    border-radius: 0px !important;
    text-decoration: underline !important;
    letter-spacing: .05rem;
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: #000000 !important;
}

.sw-btn-prev {
    float: left;
}

a.engaged-company:hover .card {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

a.engaged-company:hover .btn-main {
    background-color: #FFFFFF;
    color: var(--main-color);
    transition: 0.3s;
    border-right: 1px solid #FFFFFF;
}

a.engaged-company:hover .btn-main i {
    transform: translateX(5px);
    transition: 0.3s ease;
}

.invalid-feedback-step {
    background-color: var(--main-color);
    color: #ffffff;
    width: 100%;
    /* margin-top: .25rem; */
    font-size: .875em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.job-item:hover .card {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.job-item:hover span:not(.bg-label-inclusif) {
    background-color: #FFFFFF;
    border: 1px solid var(--main-color);
    border-right: 1px solid #FFF;
    color: var(--main-color);
    transition: 0.3s;
}

#stepForm ul {
    display: none;
}

a.show-more {
    background-color: var(--main-color);
    color: #ffffff;
}

.show-more:hover {
    background-color: #FFFFFF;
    color: var(--main-color);
    transition: 0.3s;
    border-right: 1px transparent;
}

.show-more:hover i {
    transform: translateX(5px);
    transition: 0.3s ease;
}

.animate-bottom-to-top {
    background: linear-gradient(#FFFFFF, #FFFFFF 50%, var(--main-color-light) 50%, var(--main-color-light));
    background-size: 100% 200%;
    transition: background 0.15s;
    border-bottom: 1px solid var(--main-color);
}

.animate-bottom-to-top:hover {
    background-position: 100% 100%;
    border-bottom: 1px solid var(--main-color-light);
}

#jobs_content {
    display: flex;
    flex-direction: row;
}

#job_carousel {
    position: relative;
}

#job_company_logo {
    margin-top: -40px;
}

#job_see_company_profile {
    width: 10rem;
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


/* == F. Company == */
#company-header-wrapper {
    height: 37em;
    background-color: var(--black-color) !important;
}

#company-header-wrapper nav.breadcrumb {
    margin-bottom: 325px !important;
}

#company-header {
    height: 32rem;
    padding-top: 1px !important;
    /*margin-bottom: 150px;*/
}

#company-social-networks .btn-outline-main {
    padding: 6px 10px !important;
    border: 0px !important;
}

#company-social-networks .website-link {
    color: #FFFFFF;
    text-decoration: none;
}

#company-social-networks .website-link:hover {
    color: var(--main-color);
    transition: 0.5s;
}

#company-social-networks .fa-stack .text-main {
    color: #ffffff;
    transition: 0.3s;
}

#company-social-networks .fa-stack:hover .text-white {
    color: var(--main-color-hover) !important;
    transition: 0.3s;
}

#company-social-networks {
    height: 32px;
}

ul.company-nav {
    margin-top: 42px;
    margin-left: -10px;
}

ul.company-nav a {
    color: var(--light-color) !important;
    padding: 5px 15px;
    text-decoration: none;
}

ul.company-nav a.active {
    background: #444444;
    font-weight: 700;
}

.active_company_header {
    background: #444444;
    font-weight: 700;
    padding-left: 12px;
    padding-right: 12px;
}

.company_header_link {
    text-decoration: none;
    color: #ffffff;
}

.company_header_link:hover {
    color: #cccccc;
}

.company_website_link {
    text-decoration: none;
    color: #ffffff;
}

#company_header_name {
    margin-top: -5px;
}

.company_value {
    background-color: #F5F5F5;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 48%;
}

.fa-image {
    font-size: 32px;
    color: #8F8F8F;
}

.company_key_number {
    background-color: #F5F5F5;
    border-bottom-right-radius: 20px;
}

.company_engagment {
    background-color: #F5F5F5;
    width: 49%;
}

.jobdating_thematic {
    border-radius: 20px;
    font-size: 12px;
}

.company_job {
    border: 1px solid grey;
    border-radius: 5px;
}

.company_jobs_form {
    background-color: #F5F5F5;
    padding: 20px;
}

#quote {
    background-image: url('/img/svg/guillemets_fond.svg');
    background-repeat: no-repeat;
    background-position: bottom 50px right 0;
}

#speaker {
    display: flex;
    flex-direction: row;
}

.bars,
.volume,
.play {
    border: 2px solid #ffffff;
    font-size: 16px;
}

.puced-list {
    margin-top: 15px;
}

.puced-list-li::marker {
    color: var(--main-color);
    margin-right: 15px;
}

.puced-list-advantages {
    list-style-type: none;
    border: 1px solid var(--main-color);
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -15px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.puced-list-advantages-li {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

.tic_list_mh, .tic_list_ha, .tic_list_hb, .tic_list_he, .tic_list_hi, .tic_list_hh, .tic_list_hd {
    rotate: 60deg;
}

.tic_list_sj {
    rotate: 0deg;
}

td,
th {
    border: 2px solid rgb(255, 230, 230);
    padding: 5px;
}

th {
    font-weight: bold;
}

.bg-label-inclusif {
    background-color: rgba(114, 152, 251, 0.2);
}

/* == G. Event == */
.searchbar input::placeholder {
    font-weight: bold;
    font-size: 1.3em;
}

.jobdating-item:hover a i {
    transform: translateX(5px);
    transition: 0.3s ease;
}

.jobdating-item:hover img {
    box-shadow: inset 0 0 0 1000px var(--company-hover);
    transition: 0.3s;
}

img.jobdating-item-img {
    border-right: 5px solid var(--main-color);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 250px !important;
    top: -50px;
}

.highlighted-jobdating {
    position: absolute;
    z-index: 0;
    top: 30px;
    background-color: var(--main-color);
}

.highlighted-company {
    position: absolute;
    z-index: 9999999;
    background-color: var(--main-color);
    margin-top: 20px;
}

.badge-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 6px 0 0;
    border-color: var(--main-color) transparent transparent transparent;
    position: absolute;
    z-index: 0;
    left: 74px;
    top: 30px;
}

.badge-triangle-company {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 6px 0 0;
    border-color: var(--main-color) transparent transparent transparent;
    position: absolute;
    z-index: 0;
    left: 74px;
    top: 0px;
}

.mobile-badge-triangle-company {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 6px 0 0;
    border-color: var(--main-color) transparent transparent transparent;
    position: absolute;
    z-index: 0;
    left: 199px;
    top: 50px;
}

.mobile-badge-company {
    position: absolute;
    top: 50px;
    left: 125px;
}

.bg-show-mdh {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 86%, var(--main-color) 86%, var(--main-color) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 86%, var(--main-color) 86%, var(--main-color) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 86%, var(--main-color) 86%, var(--main-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="var(--main-color)", GradientType=1);
}

.mdh {
    width: 100%;
    height: 11vw;
    object-fit: cover;
}

.bg-show-mdh h1 {
    font-size: 2rem;
}


.timeline {
    border-left: 2px solid var(--main-color);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 auto;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    list-style: none;
    text-align: left;
}

.form_mdh_apply_rqth [id]::before {
    height: 0px;
    margin-top: 0px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding-top: 6% !important;
}

.timeline .event {
    border-bottom: 1px dashed var(--main-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.timeline span {
    font-size: 18px;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.4em;
    min-width: 120px;
}

.timeline .event:after {
    left: -38px;
    background: var(--main-color);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    content: "";
    top: 5px;
}

#mdt-banner {
    background: url('/img/banner-mdt-index.png') 50% 0%;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#mdt-banner h1 {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


/* == H. Blog == */

.article_card:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: none;
    padding: 10px 10px 5px;
    border-radius: 50%;
}

.btn-scrollTop {
    color: #FFF;
    background-color: var(--black-color) !important;
}

.btn-scrollTop:hover {
    color: #111 !important;
    background-color: #FFF;
}

.article_card:hover a {
    color: var(--main-color);
}

.article_card:hover i {
    transform: translateX(5px);
    transition: 0.3s ease;
}

.card_mdhs_mobile:hover i {
    transform: translateX(0px) !important;
    transition: none !important;
}

#hero-blog-article {
    background-size: cover;
    height: 500px !important;
}

#blog-index-hero {
    background: url('/img/hero-homepage.jpg') 50% 0%;
    background-size: cover;
}

.blog_index_title {
    font-size: 4rem;
}

.blog_index_subtitle {
    font-size: 3rem;
}

#page-content {
    margin-top: 110px;
}

#animated_placeholder_bar {
    width: 800px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 20px;
}

.animated_bar {
    min-width: 1%;
    width: 1%;
    max-width: 796px;
    margin-top: 2px;
    margin-left: 2px;
    height: 0.70rem;
    background-color: var(--main-color);
    border-radius: 20px;
}

#progress_bar {
    position: fixed;
    top: 114px;
    background-color: #2A2A2A;
    width: 100%;
    height: 30px;
    z-index: 1;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.sticky {
    position: sticky;
    top: 170px;
    align-self: flex-start;
}

.sticky-top {
    z-index: 100 !important;
}

.summary-link {
    margin-bottom: -15px;
    text-decoration: none;
    color: #000000;
}

#summary {
    border-top: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
}

#article_header {
    height: 30rem;
    margin-top: 120px;
}

#article_header_content {
    margin-left: 35%;
    position: absolute;
    top: 70%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 800px;
}

#article-body {
    position: relative;
}

.bg-pink {
    background-color: var(--main-color);
    color: #ffffff;
}

#article_main_picture {
    border-radius: 5px;
}

blockquote {
    border: 1px solid var(--main-color);
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.fa-quote-left {
    color: var(--main-color);
    font-size: 32px;
}

.fa-envelope {
    font-size: 24px;
}

.fa-circle-xmark {
    font-size: 32px;
}

blockquote>p {
    margin-left: 30px;
    margin-top: 1rem;
}

#previous_article,
#next_article {
    background-color: rgb(230, 230, 230);
}

.previous_next_articles_links {
    text-decoration: none;
    color: var(--main-color);
}

.links a {
    text-decoration: underline;
    color: var(--black-color);
    font-size: 1.1rem !important;
}

.most_consulted_articles {
    background-color: var(--main-color);
    color: #ffffff;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 50%;
    font-weight: bold;
}

.article_main_picture img {
    padding-top: 80px !important;
}

.blog_index_sections {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}

.article_card_img {
    border-bottom: 5px solid var(--main-color);
}

.article_card_date {
    color: #828282;
}

.text-main,
.main-color {
    color: var(--main-color);
}

.article_card_categories {
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.interesting_article_card_categories {
    bottom: 20px;
    left: 15px;
    right: 20px;
}

.article_card_categories_item {
    background-color: #424242;
    border-radius: 50px;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    margin-bottom: 0;
}

#see-more-articles {
    display: flex;
    justify-content: center;
}


#article_progress_bar {
    border: 1px solid #8F8F8F;
    width: 25%;
    margin: auto;
    /* padding: 5px; */
    border-radius: 15px;
    margin-bottom: 10px;
}

#company_progress_bar {
    border: 1px solid #8F8F8F;
    width: 12rem;
    margin: auto;
    /* padding: 5px; */
    border-radius: 15px;
    margin-bottom: 10px;
}

#job_progress_bar,
#mobile_job_progress_bar {
    border: 1px solid #8F8F8F;
    width: 30%;
    margin: auto;
    /* padding: 5px; */
    border-radius: 15px;
    margin-bottom: 10px;

}

.article_animated_bar,
.mdh_animated_bar,
.mobile_mdh_animated_bar,
.company_animated_bar,
.job_animated_bar {
    min-width: 1%;
    width: 1%;
    max-width: 100%;
    height: 0.50rem;
    background-color: var(--main-color);
    border-radius: 20px;
}

.last_tweet {
    width: 100%;
}


/* == I. Pages == */
.accordion_chevron::after {
    background: url('/img/svg/chevron-down-solid_transp.svg') no-repeat !important;
    filter: var(--main-color-filter) !important;
}
.accordion_faq .fa-solid,
.fas {
    color: var(--main-color) !important;
}

.form_hp {
    background: rgba(255, 255, 255, 0.2);
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    fill: var(--main-color) !important;
}

.accordion-button::after svg {
    fill: var(--main-color) !important;
}

/* Make the container relative */
.swap-on-hover {
    position: relative;
    margin: 0 auto;
    max-width: 400px !important;
}

/* Select the image and make it absolute to the container */
.swap-on-hover img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;

}

.swap-on-hover .swap-on-hover__front-image {
    z-index: 9999;
    transition: opacity .5s linear;
    cursor: pointer;
}

.swap-on-hover:hover>.swap-on-hover__front-image {
    opacity: 0;
}

.bg-logos-pic {
    padding-bottom: 50px !important;
    padding-right: 30px !important;
    ;
}

#site_map p {
    color: var(--grey-color) !important;
}

#site_map li {
    color: var(--grey-color) !important;
}

#site_map span {
    color: var(--black-color) !important;
}

#site_map .section-tic {
    background-repeat: no-repeat;
    background-size: 4%;
    padding-top: 50px;
    padding-left: 50px;
    margin-left: -45px;
}

#site_map .section-tic-light {
    background-size: 3%;
    padding-top: 35px;
    padding-left: 35px;
    margin-left: -30px;
}

#sitemap_subtitle {
    font-size: 3rem;
}

.sitemap-list>li>a {
    color: #404040;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sitemap-list>li {
    margin-top: 20px;
    margin-bottom: 20px;
}

#page-help-section .nav-tabs .nav-link {
    border: none;
    border-radius: 0px !important;
}

.cv_custom_eror {
    margin-top: -4px !important;
}

.card_upload_cv {
    margin-top: 130px !important;
    width: 300px !important;
}

.card_upload_cv img {
    margin-top: -100px !important;
}

.error_code{
    font-size: 20px;
}

.ui-tabs-active{
    background-color: #d5d5d5;
}

#page-help-section{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.about-main-mh img, .about-main-ha img, .about-main-hb img, .about-main-he img, .about-main-hi img, .about-main-hh img, .about-main-hd img {
    margin-left: -50px !important;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.about-main-sj {
    text-align: right;
    margin-right: 50px !important;
}

.about-main-mobile-mh, .about-main-mobile-ha, .about-main-mobile-hb, .about-main-mobile-he, .about-main-mobile-hi, .about-main-mobile-hh, .about-main-mobile-hd {
    background-image: url('/img/about-main-mh.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: top right;
    height: 45vh;
    padding-top: 250px;
}

.about-main-mobile-sj {
    background-image: url('/img/about-main-sj.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: top right;
    height: 28vh;
    padding-top: 450px;
}

.about-tic-left-mh, .about-tic-left-ha, .about-tic-left-hb, .about-tic-left-he, .about-tic-left-hi, .about-tic-left-hh, .about-tic-left-hd {
    background: url('/img/svg/about-tic2.svg') no-repeat; 
    background-position: top -50px left -150px;
} 

.about-tic-left-sj {
    background: url('/img/logomark-blanc-sj.png') no-repeat; 
    background-position: top 0px left -150px;
    background-size: 30%;
} 

.about-tic-right-mh, .about-tic-right-ha, .about-tic-right-hb, .about-tic-right-he, .about-tic-right-hi, .about-tic-right-hh, .about-tic-right-hd {
    background: url('/img/svg/about-tic1.svg') no-repeat; 
    background-position: top 50px right -100px;
} 

.about-tic-right-sj, .about-tic-right2-sj {
    background: url('/img/logomark-blanc-sj.png') no-repeat; 
    background-position: top 50px right -50px;
    background-size: 30%;
} 

.about-tic-right2-mh, .about-tic-right2-ha, .about-tic-right2-hb, .about-tic-right2-he, .about-tic-right2-hi, .about-tic-right2-hh, .about-tic-right2-hd {
    background: url('/img/svg/about-tic3.svg') no-repeat; 
    background-position: top 50px right -100px;
} 


/* J- Media Queries */

/* Huawei P20 */
@media (min-width: 360px) and (max-height: 760px) {}

/* Huawei P10 */
@media (min-width: 360px) and (max-height: 640px) {}

/* Iphone X */
@media (min-width: 370px) and (max-height: 820px) {}

/* Iphone 6/7/8+ */
@media (min-width: 410px) and (max-height: 740px) {}

/* Iphone 6/7/8 */
@media (min-width: 375px) and (max-height: 670px) {}

/* Iphone 5 */
@media (min-width: 320px) and (max-height: 570px) {}

@media (min-width: 577px) {

    #mobile_progress_bar_content {
        display: none;
    }

    #desktop_progress_bar_content {
        display: block;
    }
}

@media (min-width: 768px) {

    #firstVehicleRadioLabel {
        left: 45px !important;
    }

    .overlay nav {
        font-size: 20px !important;
    }

    .mdh {
        height: 30vw !important;
    }
}

@media(min-width: 769px) {
    #home-deposit-image {
        margin-left: 70px !important;
    }

    #job_mobile_company_card {
        display: none;
    }
}

@media (min-width: 992px) {

    #home-deposit-image {
        margin-left: 100px !important;
    }

    #height_card {
        height: 500px !important;
    }

    #job_mobile_carousel_control {
        display: none;
    }

    #company_index_container {
        display: flex;
    }

    #company_list {
        margin-left: 8.333333333%;
    }

    #jobs_mobile_carousel_control {
        display: none;
    }

    #jobs_desktop_carousel_control {
        display: block;
    }

    #faq_elements {
        display: block;
        flex-direction: row;
    }

    #countJobs {
        margin-top: 10px;
    }

    #company_jobdatings_content {
        display: flex;
        flex-direction: row;
    }

    #job_desktop_carousel_control {
        display: block;
    }

    #job_mobile_carousel_control {
        display: none;
    }

    .accordion {
        margin-top: 0px;
    }

    #company_profile {
        display: flex;
        flex-direction: row;
    }

    #company_engagments {
        display: flex;
        flex-direction: row;
    }

    #company_values_items {
        display: flex;
        width: 50%;
    }

    #company_quote_img_div {
        width: 50%;
    }

    .mdh {
        height: 19vw !important;
    }

    #firstVehicleRadioLabel {
        left: 100px !important;
    }

    #secondVehicleRadioLabel {
        left: 170px !important;
    }

    #firstRqthRadioLabel {
        left: 100px !important;
    }

    #secondRqthRadioLabel {
        left: 170px !important;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    #cv_share {
        margin-left: 38%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #cv_share {
        margin-left: 45%;
    }
}

@media(min-width: 1201px) {
    #home-deposit-image {
        margin-left: 25px !important;
    }

    #height_card {
        height: 470px !important;
    }

    #search_result_count {
        display: flex;
        flex-direction: row;
    }

    #jobs_content {
        display: flex;
        flex-direction: row;
    }

    .job-item {
        width: 50%;
    }

    #count_and_date {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
    }

    #filters_params {
        flex: 0 0 auto;
        width: 25%;
    }

    #all_jobs_container {
        margin-left: 8.33333333%;
        margin-top: 50px;
    }

    #job_desktop_search_engine {
        display: block;
    }

    #job_mobile_search_engine {
        display: none;
    }

    #hero-jobs {
        margin-bottom: .5rem;
    }

    #search_result_container {
        display: flex;
        flex-direction: row;
    }

    #search_result_newsletter {
        margin-top: 100px !important;
    }

    .company_mobile_item {
        display: none;
    }

    .company_desktop_item {
        display: block;
    }

    .mdh {
        height: 17vw !important;
    }

    #jobs_mobile_search_btn {
        display: none;
    }

    #firstVehicleRadioLabel {
        left: 145px !important;
    }

    #secondVehicleRadioLabel {
        left: 210px !important;
    }

    #firstRqthRadioLabel {
        left: 145px !important;
    }

    #secondRqthRadioLabel {
        left: 215px !important;
    }
}

/* Résolution de 1920*1080 zoomé à 150% = PC PORTABLE FRANCK */
@media (min-width: 1265px) {}

@media (min-width: 1350px) {
    #firstVehicleRadioLabel {
        left: 145px !important;
    }

    .mdh {
        height: 14vw !important;
    }
}

@media (min-width: 1420px) {
    #firstVehicleRadioLabel {
        left: 85px !important;
    }

    #secondVehicleRadioLabel {
        left: 150px !important;
    }

    #firstRqthRadioLabel {
        left: 80px !important;
    }

    #secondRqthRadioLabel {
        left: 150px !important;
    }

    .mdh {
        height: 14vw !important;
    }
}

/* Résolution de 1920*1080 zoomé à 125% */
@media (min-width: 1515px) {
    #firstVehicleRadioLabel {
        left: 95px !important;
    }

    #secondVehicleRadioLabel {
        left: 155px !important;
    }

    #firstRqthRadioLabel {
        left: 95px !important;
    }

    #secondRqthRadioLabel {
        left: 150px !important;
    }

    .mdh {
        height: 14vw !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1580px) {
    #firstVehicleRadioLabel {
        left: 105px !important;
    }

    #secondVehicleRadioLabel {
        left: 175px !important;
    }

    #firstRqthRadioLabel {
        left: 105px !important;
    }

    #secondRqthRadioLabel {
        left: 175px !important;
    }

    .mdh {
        height: 13vw !important;
    }
}

@media (min-width: 1880px) {

    #secondVehicleRadioLabel {
        left: 200px !important;
    }

    #firstRqthRadioLabel {
        left: 130px !important;
    }

    #secondRqthRadioLabel {
        left: 200px !important;
    }

    #firstVehicleRadioLabel {
        left: 135px !important;
    }

    .mdh {
        height: 11vw !important;
    }
}



/* Extra small devices (portrait phones, less than 576px) */
@media(max-width: 480px) {
    #home-deposit-image {
        margin-left: 50px;
    }

    .mdhs_number p {
        text-align: center !important;
    }

    .newsletter p {
        text-align: left !important;
    }

    .mdhs_number {
        margin-top: 20px !important;
    }

    .section-hexa {
        background-repeat: no-repeat;
        background-size: 23% !important;
        padding-left: 30px !important;
        margin-left: 0 !important;
    }

    .slick-slider {
        margin-top: 0 !important;
    }

    #mdhs_city {
        height: calc(3.4rem + 2px) !important;
    }

    .mdt_about {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .mdh {
        height: 50vw !important;
    }

    .timeline {
        padding-left: 25px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .timeline .event {
        top: -40px !important;
    }

    .bg-show-mdh {
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 84%, rgba(255, 0, 70, 1) 84%, rgba(255, 0, 70, 1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 84%, rgba(255, 0, 70, 1) 84%, rgba(255, 0, 70, 1) 100%);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 84%, rgba(255, 0, 70, 1) 84%, rgba(255, 0, 70, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="var(--main-color)", GradientType=1);
    }

    .form-check-label {
        margin-left: -45px !important;
        margin-top: 10px !important;
    }

    .mln20 {
        margin-left: -20px !important;
    }

    .css3-shadow:after {
        height: 310px !important;
        top: 30% !important;
    }

    .back-to-top {
        bottom: 80px !important;
    }

    .btn-main {
        font-size: 0.8rem !important;
    }

    #faq-hero h1 {
        font-size: 2.5rem !important;
    }

    #faq-hero h2 {
        font-size: 1.9rem !important;
    }

    .modal-dialog {
        margin-top: 100px !important;
    }

    #a42-ac {
        top: 8% !important;
    }

    .overlay nav {
        font-size: 14px !important;
    }

    .link-menu #a42-ac-button {
        background-color: transparent !important;
        font-size: 18px;
        line-height: 24px;
        text-decoration: underline !important;
        border: 0;
        cursor: pointer;
    }

    .navbar {
        z-index: 9999999;
    }

    .button_container {
        position: fixed;
        height: 40px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
    }

    .button_container:hover {
        opacity: .7;
    }

    .button_container.active .top {
        -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #000;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #000;
    }

    .button_container.active .bottom {
        -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #000;
    }

    .button_container.active .bottom_bottom {
        font-size: 0.5rem !important;
    }

    .button_container span {
        background: #000000 !important;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        cursor: pointer;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .button_container span:nth-of-type(4) {
        top: 32px;
        background: transparent !important;
    }

    .overlay {
        position: fixed;
        background: #fff;
        top: 0;
        left: 20%;
        width: 100%;
        height: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
        transition: opacity 0.35s, visibility 0.35s, height 0.35s;
        overflow: hidden;
        z-index: 999999 !important;
        ;
    }

    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .overlay.open li {
        -webkit-animation: fadeInRight 0.5s ease forwards;
        animation: fadeInRight 0.5s ease forwards;
        -webkit-animation-delay: 0.35s;
        animation-delay: 0.35s;
    }

    .overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: 0.45s;
        animation-delay: 0.45s;
    }

    .overlay.open li:nth-of-type(4) {
        -webkit-animation-delay: 0.50s;
        animation-delay: 0.50s;
    }

    .overlay nav {
        position: relative;
        height: 65%;
        top: 43%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 20px;
        text-align: left;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 25px auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }

    .overlay ul li {
        display: block;
        position: relative;
        opacity: 0;
    }

    .overlay ul li a {
        display: block;
        position: relative;
        text-decoration: none;
        overflow: hidden;
        padding: 10px 10px 10px 20px;
        font-size: 18px;
        color: var(--grey-color);
        border-top: 1px solid #dee2e6;
    }

    .overlay ul li a.active {
        border-left: 3px solid var(--main-color);
        color: var(--black-color);
        font-weight: bold;
        font-size: 18px;
    }

    .overlay ul li a.btn-main {
        background-color: var(--main-color);
        border: 1px solid var(--main-color);
        color: #ffffff;
        padding: 8px 18px;
        border-radius: 3px;
        text-decoration: none;
        letter-spacing: .05rem;
    }

    .overlay ul li a.btn-outline-main {
        background-color: #FFFFFF;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        padding: 8px 18px;
        border-radius: 3px;
        text-decoration: none;
        letter-spacing: .05rem;
    }

    .overlay ul li a:focus:after,
    .overlay ul li a:active:after {
        width: 100%;
    }

    .link-menu {
        font-size: 18px;
        line-height: 24px;
        text-decoration: none !important;
        border: 0;
        cursor: pointer;
    }

    .bottom_bottom {
        font-size: 12px;
        text-align: center !important;
    }
}

@media(max-width: 370px) {

    #home-deposit-image {
        margin-left: 10px;
    }

    #jobs_mobile_search_btn {
        font-size: 0.75rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

    #home-deposit-image {
        margin-left: 80px;
    }

    .overlay nav {
        font-size: 14px !important;
    }

    #home-last-articles {
        padding-right: 12px !important;
    }


    #mobile_progress_bar_content {
        display: block;
    }

    #desktop_progress_bar_content {
        display: none;
    }
}

@media (max-width: 767px) {

    .custom_carousel {
        width: 95% !important;
        margin: auto !important;
    }

    #home-deposit-image {
        margin-left: 100px;
    }

    .timeline {
        max-width: 98%;
        padding: 25px;
    }

    #job_mobile_carousel_control {
        margin-top: 5px !important;
    }

    #width_company_img_home .card-text {
        font-size: 14px;
    }

    #width_company_img .width_company_img {
        width: 21rem !important;
    }

    .timeline .event {
        padding-top: 30px;
    }

    #job_mobile_carousel_control {
        margin-top: 5px !important;
    }

    #width_company_img_home .card-text {
        font-size: 14px;
    }

    #width_company_img .width_company_img {
        width: 21rem !important;
    }

    .timeline .event {
        padding-top: 30px;
    }

    #page-content {
        margin-top: 50px !important;
    }

    .timeline .event:before {
        left: 0px;
        text-align: left;
    }

    .timeline .event:after {
        left: -33px;
        top: 35px;
    }
}

@media(max-width: 768px) {

    .custom_carousel {
        width: 90% !important;
        margin: auto !important;
    }

    #home-deposit-image {
        margin-left: 35px;
    }

    #job_desktop_company_card {
        display: none;
    }
}

@media(max-width: 991px) {

    .article_main_picture img {
        margin-bottom: 20px !important;
    }

    .center_mobile {
        text-align: center !important;
    }

    #hero-companies {
        background: url("/img/hero/hero-companies-mh-mobile.png");
        background-size: cover;
    }

    .card_upload_cv {
        margin-top: 130px !important;
        width: 80% !important;
        left: 10% !important;
    }

    .card_upload_cv img {
        margin-top: -100px !important;
    }

    #sticky-nav {
        margin-top: 4.6rem !important;
    }

    .form-floating>.form-control,
    .form-floating>.form-control-plaintext {
        padding-top: 11% !important;
    }

    #hero-blog-article {
        height: 380px !important;
        margin-top: 80px !important;
    }

    #progress_bar {
        margin-top: 0px;
        top: 60px !important;
        height: 40px !important;
    }

    #animated_placeholder_bar {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
        width: 370px !important;
    }

    .see-more-articles-mobile {
        margin-top: 20px !important;
        background-color: var(--main-color) !important;
        color: white !important;
        text-transform: uppercase !important;
        width: 70% !important;
        font-weight: 700 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .vmobile_margin {
        margin-right: .7rem !important;
        width: 65% !important;
    }

    .mdh_show_banner {
        margin-top: -150px !important;
    }

    .block {
        background-size: cover !important;
        height: 300px !important;
    }

    .form_hp_field_where {
        display: none !important;
    }

    .form_hp_field_what {
        margin-left: 0px !important;
        margin-right: 0px !important;

    }

    .form_hp_field_what input {
        border-radius: 0 !important;
    }

    .form_hp_field_search {
        padding-left: 0px !important;
    }

    .form_hp {
        background: transparent !important;
        border-radius: 0px !important;
    }

    /* .back-to-top {
    right: 80px !important;
  } */

    #job_carousel.mobile {
        margin-bottom: 8rem !important
    }

    .home-resources p {
        font-size: 1rem !important;
    }

    .home-resources h3 {
        margin-bottom: 20px !important;
    }

    .article_title {
        color: var(--black-color) !important;
    }

    #home-events {
        height: 750px !important;
    }

    .bg-hexa-right {
        background: var(--light-color) !important;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .bg-hexa-left {
        background: var(--light-color) !important;
    }

    .bg-hexa {
        background-size: 0% !important;
    }

    #home-functions {
        margin-top: 0px !important;
    }

    .section-hexa3 {
        margin-left: -10px !important;
    }

    .section-hexa {
        background-size: 30% !important;
        background-repeat: no-repeat;
        font-size: 1.7rem !important;
        color: 1px solid var(--black-color);
    }

    .section-hexa_margin {
        margin-left: -40px !important;
    }

    .img_sites_footer {
        margin-bottom: 20px !important;
    }

    #sitemap_title {
        font-size: 2rem !important;
        padding-top: 40px !important;
    }

    #sitemap_subtitle {
        font-size: 1.5rem !important;
    }

    #site_map .section-tic {
        padding-top: 10px !important;
    }


    #company_engagment_title {
        margin-left: 10px;
    }

    .section-tic {
        background: none;
        margin-left: 0px;
        padding-left: 0px;
    }

    #company_jobdatings_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #job_desktop_carousel_control {
        display: none;
    }

    #job_mobile_carousel_control {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .accordion {
        margin-top: 30px;
    }

    .faq_card {
        margin-left: auto;
        margin-right: auto;
        /* max-height: 300px; */
    }

    #company_profile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #company_engagments {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #company_values_items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #company_quote_img_div {
        width: 100%;
        margin-bottom: 20px;
    }

    #company_quote_row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #company_quote_img_div>img {
        width: 100%;
    }

    #quote {
        width: 95%;
        margin: auto;
    }

    .engagment_img_div {
        width: 100%;
    }

    .engagment_last_element {
        width: 100%;
        margin-top: 10px;
    }

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

    .company_engagment_item {
        width: 100%;
    }

    .job-carousel.px-4 {
        padding-left: 0px !important;
    }

    #hero-companies h1 {
        font-size: 2.5rem !important;
    }

    #job_mobile_carousel_control {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #company_index_container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    #company_list {
        margin-left: 0;
    }

    #see-more-companies {
        margin-bottom: 50px;
    }

    #engaged_count {
        text-align: center;
    }

    .height_box {
        height: 130px !important;
    }

    #job_right_sidebar {
        display: none;
    }

    #job_left_content {
        width: 100%;
        margin-left: 0px;
    }

    #job_left_content_child {
        width: 100%;
    }

    .fa-envelope {
        display: none;
    }

    #a42-ac-button,
    #mobile_palette {
        color: #000000 !important;
    }

    #jobs_mobile_carousel_control {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #jobs_desktop_carousel_control {
        display: none;
    }

    #faq_elements {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

    #search_result_container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    #search_result_newsletter {
        margin-top: 150px !important;
    }

    #search_result_hr {
        display: none;
    }

    #search_result_count {
        text-align: center;
    }

    #jobs_content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    #all-jobs {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .job-item {
        width: 22rem;
    }

    #jobs_form {
        display: none;
    }

    #count_and_date {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 80px;
    }

    #job_desktop_search_engine {
        display: none;
    }

    #job_mobile_search_engine {
        display: block;
    }

    #hero-jobs {
        margin-bottom: 0;
    }

    #filters_params {
        margin-top: 50px;
    }

    .company_mobile_item {
        display: block;
    }

    .company_desktop_item {
        display: none;
    }

    #all-companies {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #jobs_form {
        display: none;
    }

    #job_index_hr {
        display: none;
    }

    #jobs_mobile_search_btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #company_count_jobs {
        text-align: center;
    }
}

@media(max-width: 1920px) {
    #error_404_img{
        width: 50%;
    } 

    #error_404_text{
        left: 39%;
        top: 51%;
    } 
}

@media(max-width: 1600px) {
    #error_404_text{
        left: 37%;
        top: 50%;
    }
    #error_404_img{
        width: 55%;
    }
}

@media(max-width: 1366px) {
    #error_404_text{
        left: 35%;
        top: 50%;
    }
    #error_404_img{
        width: 70%;
    }
}

@media(max-width: 1280px) {
    #error_404_text{
        left: 33%;
        top: 50%;
    }
    #error_404_img{
        width: 70%;
    }
}

@media(min-width: 800px) and (max-width: 1100px) {
    #error_404_text{
        left: 30%;
        top: 50%;
    }
    #error_404_img{
        width: 70%;
    }
}

/* == Z. Plugins == */
/* SLICK */
.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
    overflow: visible !important;
}

.slick-disabled {
    display: none !important;
}


/* BORDEL */
#expand_search {
    margin-top: 200px;
}

#breadcrumb {
    margin-top: 200px;
}

.newsletter_inline_field {
    width: 48%;
}

.error_border {
    border: 3px solid var(--main-color);
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
}

.newsletter_form_error {
    background-color: var(--main-color);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#search_engine_advanced:hover,
#mobile_search_engine_advanced:hover {
    cursor: pointer;
}

.noUi-connect {
    background-color: var(--main-color) !important;
}

.ts-wrapper {
    border: none;
    min-height: calc(.5em + .75rem + 2px) !important;
}

.tom_select_job_dropdown,
#slider_group,
#tom_select_departments_dropdown {
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.ts-control input:focus::-webkit-input-placeholder {
    color: transparent;
}

.ts-control input:focus::-moz-placeholder {
    color: transparent;
}

.ts-control input:focus:-moz-placeholder {
    color: transparent;
}

.ts-control input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.ts-control input:focus::-moz-placeholder {
    opacity: 0;
}

.ts-control input:focus:-moz-placeholder {
    opacity: 0;
}


#slider_group {
    padding-bottom: 35px;
}

#search_job_jobContractType-ts-label,
#search_job_jobFunction-ts-label,
#search_job_xpLevel-ts-label {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 0;
}

.xp_level_label {
    margin-left: 10px;
    margin-top: 5px;
}

.noUi-tooltip {
    font-size: 13px;
}

#mobileXpSlider {
    height: 5px;
    /* width: 75%;
  margin: auto; */
}

#xpSlider {
    /* margin-top: 40px; */
    max-width: 70%;
    height: 5px;
    margin-left: 5rem;
}

#xpSlider .noUi-handle,
#mobileXpSlider .noUi-handle {
    height: 18px;
    width: 18px;
    /* top: -5px; */
    right: -9px;
    border-radius: 9px;
}

.noUi-horizontal .noUi-tooltip {
    bottom: -250% !important;
    margin: 0;
}

.fa-circle-exclamation {
    font-size: 1.5rem;
}

#stepForm {
    border: none;
}

.invalid-feedback-cv,
.invalid-feedback-cv-weight {
    margin-top: -20px;
}

.mdh_apply_hasVehicle {
    margin: auto;
}

.item_icon {
    font-size: 30px;
}

.interesting_article_card {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.interesting_img_card {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 0 !important;
}

.formatted_img_div .puced-list {
    padding-left: 15px;
}

.index_company_item_mobile {
    border-top: 3px solid var(--main-color);
}

#see-more-companies {
    width: 18rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#company_job_title {
    margin-top: 50px;
}

.owl-prev {
    color: var(--main-color) !important;
    font-size: 30px !important;
    position: absolute !important;
    bottom: -8px;
    left: -15px;
}

.owl-next {
    color: var(--main-color) !important;
    font-size: 30px !important;
    position: absolute !important;
    bottom: -8px;
    right: -15px;
}

#company_carousel {
    position: relative;
}

.owl-stage {
    margin-left: auto !important;
    margin-right: auto !important;
}

.company_jobs_see_more {
    width: 16rem;
}

.article_H1, .article_H2 {
    font-weight: bolder;
}

.article_H3,
.article_H4,
.article_H5,
.article_H6 {
    color: #686868;
}

.article_H1,
.article_H2,
.article_H3,
.article_H4,
.article_H5,
.article_H6 {
    margin-bottom: 10px;
}

.article_H1:hover, .article_H2:hover {
    text-decoration: none;
    color: #000000;
}

.article_H3:hover .article_H4:hover, .article_H5:hover, .article_H6:hover {
    text-decoration: none;
    color: #686868;
}

h1[id]:before,
h2[id]:before,
h3[id]:before,
h4[id]:before,
h5[id]:before,
h6[id]:before {
    display: block;
    content: " ";
    margin-top: -155px;
    height: 155px;
    visibility: hidden;
}

#candidate_modal {
    margin-top: 120px;
    border-radius: 0% !important;
}

.candidate_modal_content {
    border-radius: 0%;
}

#candidate_mail_submit_btn {
    width: 10rem;
}

.custom_error {
    margin-top: -10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.custom_error .invalid-feedback {
    color: #ffffff;
    margin-left: 5px;
}

#candidate_email_email.is-invalid {
    border: 3px solid var(--main-color);
}

#candidate_jobsContractType-ts-label,
#candidate_jobFunction-ts-label,
#candidate_searchedArea-ts-label {
    margin-left: 10px;
    color: #686868;
}

.cv_info_group {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.contract_profile_group {
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.active_btn {
    background-color: var(--main-color);
    color: var(--light-color);
}

#jobErrorToast,
#jobSuccessToast {
    position: absolute;
    right: 10px;
}

#alertSuccessToast {
    width: 25rem;
    position: absolute;
    left: 37%;
}

#more_wrapper_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#mobile_newsletter_placeholder {
    margin-top: 2px;
}

.error_terms {
    color: var(--main-color);
}

.border_error {
    border: 3px solid var(--main-color) !important;
}

.border_error_simple_select {
    border: 3px solid var(--main-color) !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#hero-jobs {
    position: relative;
}

.captcha_error {
    background-color: var(--main-color);
    border-radius: 5px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.pagination{
    justify-content: center;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover{
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}

.page-link, .page-link:hover{
    color: #000000;
}

.page-link{
    font-size: 15px;
}