:root {
    --primary: #01005d;
    --secondary: #7fefbc;
    --muted: #d8d7ff;
    --lightGrey: #f7f7f7;
    --grey: #e8e8e8;
    --green: #7fefbc;
    --danger: #ffa8a8;
    --text: #343457;
    --textMuted: #7a7a7a;
    --textDanger: #bc4040;
    --textGreen: #00743f;
}

@font-face {
    font-family: 'nhaasgro-reg';
    src: url('../fonts/nhaasgro-reg.eot?#iefix') format('embedded-opentype'), url('../fonts/nhaasgro-reg.woff2') format('woff'), url('../fonts/nhaasgro-reg.ttf') format('truetype'), url('../fonts/nhaasgro-reg.svg#nhaasgro-reg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nhaasgro-med';
    src: url('../fonts/nhaasgro-med.eot?#iefix') format('embedded-opentype'), url('../fonts/nhaasgro-med.woff2') format('woff'), url('../fonts/nhaasgro-med.ttf') format('truetype'), url('../fonts/nhaasgro-med.svg#nhaasgro-med') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa-b';
    src: url('../fonts/nexa-b.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa-b.woff2') format('woff'), url('../fonts/nexa-b.ttf') format('truetype'), url('../fonts/nexa-b.svg#nexa-b') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* RESET */

body::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}

body,
ul,
li,
ol,
form,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

input,
textarea {
    font-family: 'nhaasgro-med';
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
    font-family: 'nhaasgro-reg';
    font-size: 16px;
}

* {
    outline: none !important;
    box-sizing: border-box;
}

button,
*:before,
*:after {
    transition: all ease 500ms;
}

strong,
b {
    font-weight: normal;
}

ul {
    list-style-type: none;
}

button {
    cursor: pointer;
    border: none;
}

body {
    font: normal 14px/30px 'nhaasgro-reg';
    color: var(--text);
    background: #fff;
}

a {
    text-decoration: none;
    transition: all ease-in-out 300ms;
    position: relative;
}

img {
    border: none;
    display: block
}

.clearfix {
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/* TYPOGRAPHY */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1;
    font-family: 'nexa-b';
    margin-bottom: 20px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
    line-height: 72px;
    margin-bottom: 14px;
    color: var(--primary);
}

h3 {
    font-size: 22px;
    font-family: 'nhaasgro-med';
    margin-bottom: 14px;
    line-height: 28px;
}

strong,
b {
    font-family: 'nhaasgro-med';
}

.textPrim {
    color: var(--primary);
}

.textSecond {
    color: var(--secondary);
}

.textRed {
    color: var(--textDanger);
}

.textDanger {
    color: var(--danger);
}

.textMuted {
    color: var(--textMuted)
}

p {
    margin-bottom: 14px;
}


/* buttons */

.cst-btn {
    display: inline-block;
    padding: 13px 30px;
    font: normal 16px/21px 'nhaasgro-reg';
    text-align: center;
    min-width: 200px;
    height: 50px;
}

.cst-btn.light {
    border: 2px solid var(--primary);
    color: var(--primary);
    ;
}

.cst-btn.append .dynamic-icon {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    vertical-align: middle;
}

.cst-btn.smbtn {
    min-width: inherit;
}

.btnPrim {
    background-color: var(--primary);
    color: white;
}

.btnSecond {
    background-color: var(--secondary);
    color: var(--primary);
}

.borderedPrimary {
    color: var(--text);
    border: 2px solid var(--primary);
}


/* MISCELLANOUS */

.bgPrim {
    background-color: var(--primary);
}

.bgSecond {
    background-color: var(--secondary);
}

.bgSuccess {
    background-color: var(--green);
}

.bgRed {
    background-color: var(--danger);
}

.bgMuted {
    background-color: var(--muted);
}

.bgLightgrey {
    background-color: var(--lightGrey);
}

.bgWhite {
    background-color: white;
}


/* Wrappers */

.wrapper {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
}

.wrap {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
}

.sm-wrapper {
    max-width: 620px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
}


/* Links */

.links-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.links-group li {
    flex: 0 0 50%;
    margin: 5px 0;
    padding: 0 20px;
}

.link {
    color: var(--primary);
    background-color: transparent;
    display: block;
    font-family: nhaasgro-med;
    font-size: 16px;
}

.link.append,
.link.prepend {
    position: relative;
    display: flex;
    align-items: center;
}

.link.prepend .cst-icon {
    margin-right: 20px;
}

.link.append .cst-icon {
    margin-left: 20px;
}

.cst-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.cst-icon.rounded {
    border-radius: 50%;
}

.cst-icon.sm-icon {
    width: 30px;
    height: 30px;
    max-height: 30px;
    min-width: 30px;
    cursor: pointer;
}

.cst-icon.sm-icon svg {
    width: 16px;
}

.links-group.text-centered-links a {
    text-align: center;
    padding: 35px 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Displays */

.d-flex {
    display: flex;
    flex-wrap: wrap;
    flex-flow: nowrap;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

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

.justify-content-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.cst-section {
    padding: 120px 0;
}

.cst-row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

div[class^="cl-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.cl-12 {
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.cl-6 {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 50%;
}

.cl-4 {
    flex: 0 0 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 33.33%;
}

.cl-3 {
    flex: 0 0 25%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 25%;
}

.pt-0 {
    padding-top: 0 !important;
}

.ml-3 {
    margin-left: 20px;
}


/* Icons */

.dynamic-icon {
    display: inline-block;
    vertical-align: middle;
}

.dynamic-icon.primaryFill {
    fill: var(--primary);
}

.dynamic-icon.primaryStroke {
    stroke: var(--primary);
    stroke-dasharray: 100;
}

.dynamic-icon.secondaryStroke {
    stroke: var(--secondary);
    stroke-dasharray: 100;
}

.dynamic-icon.greenStroke {
    stroke: var(--textGreen);
    stroke-dasharray: 100;
}

.dynamic-icon.dangerStroke {
    stroke: var(--textDanger);
    stroke-dasharray: 100;
}

.dynamic-icon.whiteStroke {
    stroke: white;
    stroke-dasharray: 100;
}


/* Fields */

.field-wIcon {
    position: relative;
}

.field-wIcon .ficon {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 20px;
}

.cst-field .field-wIcon input:not([type="submit"]) {
    padding-left: 50px;
}

.ficon svg {
    width: 18px;
    vertical-align: middle;
}

.show-password-toogle {
    position: absolute;
    right: 20px;
    top: 10px;
}

.cst-field {
    margin-bottom: 30px;
}

.cst-field input:not([type="submit"]),
.cst-field input:not([type="checkbox"]),
.cst-field input:not([type="radio"]),
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
textarea,
select,
.cst-field select {
    border-radius: 0;
    border: 2px solid var(--primary);
    padding: 15px 30px;
    height: 50px;
    width: 100%;
    font-family: 'nhaasgro-med';
    font-size: 14px;
}

textarea {
    min-height: 160px;
}

.cst-field input:not([type="submit"]):focus {
    box-shadow: 0 0 30px rgba(27, 23, 205, .5);
    -webkit-box-shadow: 0 0 30px rgba(27, 23, 205, .5);
    -moz-box-shadow: 0 0 30px rgba(27, 23, 205, .5);
    -ms-box-shadow: 0 0 30px rgba(27, 23, 205, .5);
}

input[type="radio"] {
    height: inherit;
    width: inherit;
    border: inherit;
    padding: 0;
}

.besides .cst-formgroup {
    display: flex;
    align-items: center;
}

.cst-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(../img/chevron-down.svg) no-repeat right 15px center;
    font-size: 14px;
}

.cst-field.bordered input {
    background: transparent;
}

.error-wrapper {
    margin-bottom: 20px;
}

.has-error {
    color: var(--textDanger);
}

.error-wrapper .icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
}

.cst-field .error input {
    border: 2px solid var(--textDanger);
}

.cst-field .error .error-message {
    color: var(--textDanger);
}

.cst-field .error svg.dynamic-icon {
    stroke: var(--textDanger);
}

.message.cst-error {
    text-align: center;
    background-color: var(--danger);
    padding: 12px 20px;
    color: var(--textDanger);
}

.message.cst-success {
    background-color: var(--green);
    text-align: center;
    padding: 12px 20px;
    color: var(--textGreen);
    box-shadow: 0 0 20px #7fefbc;
}

.cst-checkbox label {
    display: block;
    position: relative;
    padding-left: 40px;
}

.checkbox-item label div {
    position: relative;
    z-index: 10;
}

.active-input {
    color: white
}

.cst-checkbox label>input {
    width: 15px;
    height: 15px;
    border: 2px solid var(--primary);
    margin: -4px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: absolute;
    left: 0;
    top: 12px
}

.cst-checkbox label>input:checked {
    background-color: var(--primary);
    box-shadow: 0 0 16px #1b17cd;
    -webkit-box-shadow: 0 0 16px #1b17cd;
    -moz-box-shadow: 0 0 16px #1b17cd;
    -ms-box-shadow: 0 0 16px #1b17cd;
}

.cst-checkbox-lg {
    display: inline-block;
}

.cst-checkbox-lg .checkbox-item label {
    justify-content: space-between;
    position: relative;
    background-color: var(--muted);
    padding: 10px 30px;
    display: flex;
}

.cst-checkbox-lg .checkmark {
    min-width: 28px;
    width: 28px;
    height: 28px;
    border: 2px solid var(--text);
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 90px;
    position: relative;
    z-index: 5;
}

.cst-checkbox-lg .checkmark::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/check.svg) no-repeat center;
    left: 0;
    top: 0;
    opacity: 0;
}

.cst-checkbox-lg .checkbox-item input:checked+.checkmark {
    background-color: var(--secondary);
    border-color: var(--secondary);
    background-size: 18px;
}

.cst-checkbox-lg .checkbox-item input:checked+.checkmark::before {
    opacity: 1;
}

.cst-checkbox-lg .checkbox-item .bar {
    transition: ease-in-out 300ms width;
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--primary);
    z-index: 0;
}

.cst-checkbox-lg .checkbox-item input:checked~.bar {
    width: 100%;
}


/* Tables */

.cst-table {
    width: 100%;
    border-collapse: collapse;
}

.cst-table th {
    border-bottom: 2px solid var(--text);
    text-align: left;
    line-height: normal;
}

.cst-table th a {
    position: relative;
    display: block;
    color: var(--text);
}

.cst-table th a::before {
    content: "";
    background: url(../img/arrow-narrow-down.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    opacity: .2;
    margin-left: -4px;
    position: absolute;
    left: -20px;
}

.cst-table th a.asc::before {
    opacity: 1;
    transform: rotate(180deg);
}

.cst-table th a.desc::before {
    opacity: 1;
}

.cst-table .nom-offre {
    max-width: 500px;
}

.cst-table td.nom-offre {
    line-height: normal;
    font-family: 'nhaasgro-med';
}

.cst-table th,
.cst-table td {
    padding: 20px 25px;
}

.cst-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.cst-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.cst-table .actions {
    padding: 0;
}

.cst-table .actions a {
    border-left: 3px solid;
    padding: 10px 30px;
    display: block;
    margin: 10px 0;
    min-width: 100px;
    text-align: left;
    line-height: normal;
    height: inherit;
    background-color: var(--muted);
    font-size: 14px;
}

.cst-table .actions .second {
    border-color: #eda909;
    background-color: #f3e9a2;
    color: #eda909;
}

.cst-table .actions .danger {
    border-color: var(--textDanger);
    background-color: var(--danger);
    color: var(--textDanger);
}


/* Pages layouts */

.two-tone-page {
    position: relative;
}

.two-tone-page::after {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: #f7f7f7;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}

.two-tone-page #site-header,
.two-tone-page #site-body {
    position: relative;
    z-index: 10
}


/* SITE HEADER */

.top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 2px solid var(--grey);
}

.logo {
    display: block;
    width: 200px;
}

.logo img {
    display: block;
    width: 100%;
    height: auto;
}


/* Search homepage */

#site-body.search {
    padding: 20vh 0;
}

.entry-header h1 svg {
    vertical-align: baseline;
}

.search-text-intro {
    font-size: 22px;
    margin-bottom: 52px;
}

.search-text-intro h4 {
    font-size: 40px;
}

#searchform {
    max-width: 660px;
    margin: auto;
}

#searchform .cst-btn .dynamic-icon {
    max-width: 16px;
}

#searchform .field {
    min-width: 460px;
}

#searchform .besides .cst-formgroup {
    justify-content: center;
}

#searchform .besides .cst-formgroup .cst-btn {
    margin-left: -8px;
}

.search-area .restricted {
    max-width: 660px;
    margin: 40px auto 0;
}

.search-area .restricted .link {
    font-size: 22px;
}


/* Login */

.signin .illustration img {
    margin-top: 50px;
    max-width: 320px;
}

.signin .d-flex>div {
    flex: 0 0 50%;
}

.signin>.wrapper>.d-flex>div:first-of-type {
    padding: 50px 80px 70px 0;
}

.signin .title h1 {
    font-size: 30px;
    color: var(--text);
}

.signin .title h1 strong {
    font-size: 40px;
    display: block;
    color: #01005d;
}

.login-area {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 60px;
    padding-top: 35px;
}

.login-area h2 {
    text-align: center;
    font-size: 40px;
    margin: 0;
    line-height: normal;
}

.signin form .form-footer {
    display: block
}

.login-area form {
    margin-top: 20px;
}

.login-area form .error-wrapper {
    margin-bottom: 5px;
    margin-top: -17px;
}

.login-area .form-footer {
    margin-top: 20px;
}

.signin .login-area .form-footer>* {
    display: block;
    width: 100%
}

.signin .login-area .form-footer>span {
    padding: 10px 0;
}

.mdp-oublie .form-footer button { margin-bottom: 30px;}

.signup-area>div {
    padding: 40px 0;
}

.signup-area>div h1 {
    color: var(--primary);
}

.signup-area fieldset {
    margin: 10px 0;
    border: none;
    padding: 0;
}

.signup-area .cst-checkbox-lg {
    margin-right: 20px;
    margin-bottom: 30px;
}

.info-title {
    font-family: 'nexa-b';
    color: var(--primary);
    font-size: 22px;
}

.signup-area form .form-footer {
    justify-content: center;
    margin-top: 50px;
}

.signup-area form .cst-checkbox:first-of-type {
    margin-bottom: 20px;
}

.signup-area {
    padding: 40px 0 100px;
}

.signup-area .signup-radios-grp {
    margin-left: -15px
}


/* Résultat des recherches */

.results-page {
    position: relative;
    min-height: 100vh;
}

.results-page::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: var(--primary);
    width: calc(50% - 220px);
    height: 100%;
    z-index: -1;
}

.results-page .brand {
    min-width: 380px;
}

.results-page #site-header .wrapper {
    position: relative;
}

.results-page #site-header .wrapper::before {
    content: "";
    background-color: var(--primary);
    width: 380px;
    top: 0;
    left: 40px;
    position: absolute;
    height: 100%;
}

.results-page .top-area .search {
    flex: 1;
    padding: 0 60px;
}

.results-page .top-area .search .cst-field {
    margin: 0;
}

.results-page .top-area .search .cst-btn {
    min-width: inherit;
    padding: 0 15px
}

.results-page .top-area .search .cst-btn svg {
    margin: 0;
}

#filters {
    margin-top: 25px;
}

.results .filters {
    width: 380px;
    padding-right: 60px;
    background-color: var(--primary);
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    position: sticky;
}

.results .filters #filters {
    top: 40px;
}

.results-page .top-area .search .cst-formgroup input.field {
    margin-right: -5px
}

.results .checkbox-item label input {
    position: absolute;
}

#filters>h4 {
    color: var(--secondary);
    font-size: 22px;
}

.filters h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.tag {
    display: inline-block;
    padding: 4px 10px;
    line-height: 16px;
    border-radius: 24px;
    text-align: center;
    min-width: 50px;
    font-family: 'nexa-b'
}

.tag.bgSecond {
    color: var(--primary);
}

.filters .accordeon {
    border-top: 1px solid rgba(216, 215, 255, .15);
    padding: 25px 0;
}

.filters .accordeon .acc-content {
    margin-top: 14px;
    display: none;
}

.filters .cst-field .field-wIcon input:not([type="submit"]) {
    color: white;
    border-color: white;
    padding-right: 15px;
    padding-left: 15px;
}

.filters .cst-field input::placeholder {
    color: rgba(216, 215, 255, .4);
}

.filters .cst-field .dynamic-icon {
    stroke: white;
}

.filters .field-wIcon .ficon {
    left: inherit;
    right: 20px;
}

.accordeon header {
    position: relative;
    cursor: pointer;
}

.accordeon header .toogler {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: -1px;
    right: 0;
    display: block;
}

.accordeon header .toogler::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    top: 50%;
    margin-top: -1px;
    right: 0;
    display: block;
    background-color: white;
}

.accordeon header .toogler::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    margin-right: -1px;
    right: 50%;
    display: block;
    background-color: white;
}

.accordeon.activeSection header .toogler::after {
    opacity: 0;
}

#secteur .acc-content a {
    display: block;
    padding: 10px 0 10px 25px;
    border-bottom: 1px solid #212075;
    position: relative;
}

#secteur .acc-content a:last-of-type {
    border-bottom: none;
}

#secteur .acc-content a .number {
    position: absolute;
    right: -15px;
}

#sorting {
    margin-top: 10px;
}

.cst-sort {
    opacity: .75;
}

.cst-sort .sort-icon svg {
    vertical-align: middle;
}

.cst-sort.asc svg,
.cst-sort.desc svg {
    stroke: var(--secondary)
}

.cst-sort.asc,
.cst-sort.desc {
    color: var(--secondary);
    opacity: 1;
}

.cst-sort.asc svg {
    transform: rotate(180deg);
}

.search-list {
    padding-left: 60px;
    flex: 1;
}

.search-list .entry-header h1 {
    margin: 0;
    padding: 30px 0;
    font-size: 30px;
}

.search-list .entry-header .checkbox-item label {
    display: flex;
    justify-content: space-between;
}

.search-list .entry-header .checkbox-item label .checkmark {
    margin: 0;
}

.search-list .offres-list {
    margin-top: 30px;
}

.offre-item {
    position: relative;
    padding-left: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--grey);
}

.offre-item.no-logo {
    padding-left: 0;
}

.dates {
    display: flex;
}

.dates [class^="date-"] {
    display: flex;
    margin-right: 50px;
    color: #7a7a7a;
}

.dates [class^="date-"] .cst-icon {
    margin-right: 16px;
}

.date-cloture {
    margin-right: 0;
}

.o-content a {
    color: var(--primary);
    display: block;
    padding: 14px 0;
}

.o-content a h4 {
    font-size: 22px;
    margin: 0;
}

.o-content .client {
    display: flex;
}

.o-content .client .cst-icon {
    margin-right: 16px;
}

.o-logo {
    position: absolute;
    left: 0;
    top: 30px;
}

.o-logo .img-logo {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--muted);
}

.offre-item.cloture .o-content a {
    color: var(--textMuted);
}

.offre-item.cloture .tag {
    position: absolute;
    right: 0;
    top: 30px;
}


/* Détails offre */

.detail-offres .contenus {
    padding: 0 0 100px;
}

.navigation-band {
    background-color: var(--lightGrey);
    padding: 25px 0;
    margin-bottom: 60px;
}

.detail-offres .top-area .logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background-color: var(--muted);
}


/* .detail-offres .top-area .d-flex > div:not(.logo){flex: 1;padding-left: 60px;} */

.detail-offres .infos-client {
    margin-bottom: 30px;
}

.detail-offres .infos-client div[class^="cl-"] {
    margin-bottom: 20px;
}

.detail-offres .infos-client .row {
    margin-top: 40px;
}

.detail-offres .top-area {
    padding: 50px 0;
}

.detail-offres .top-area .wrapper {
    width: 100%;
}

.detail-offres .top-area h1 {
    font-size: 35px;
    color: white;
}

.detail-offres .top-area .dates [class^="date-"] {
    color: white;
}

.detail-offres .post-infos {
    width: 360px;
}

.detail-offres .post-details {
    flex: 1;
    padding-right: 60px;
}

.aside-title {
    color: white;
    padding: 8px 15px;
    margin: 0 0 15px;
}

.post-infos .parent {
    position: sticky;
    top: 40px;
}

.file-item {
    display: block;
    padding: 5px 10px;
    border-left: 2px solid var(--primary);
    margin: 0 0 15px;
    background-color: var(--lightGrey);
}

.ttl-section {
    border-bottom: 1px solid var(--textMuted);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.ttl-section>* {
    color: #343457;
    font-size: 28px;
    margin-bottom: 0;
    line-height: normal;
}

.text ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.text ul li {
    position: relative;
    padding-left: 30px;
}

.text ul li::before {
    content: "";
    border: 2px solid var(--primary);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.related-secteur,
.ads-place {
    margin-top: 40px;
}

.related-secteur a {
    color: var(--primary);
}

aside .ads-place {
    padding: 160px 40px 40px;
    position: relative;
}

aside .ads-place img {
    width: 100%;
    height: auto;
}

.ads-text {
    text-align: center;
}

.ads-text {
    color: white;
    font-size: 22px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 40px 0 0;
}

.ads-text strong {
    font-family: nexa-b;
    color: var(--secondary);
    font-size: 70px;
    display: block;
    line-height: 60px;
}

[class^="date-"],
.client {
    display: flex;
    align-items: center;
}

[class^="date-"] .cst-icon,
.client .cst-icon {
    margin-right: 16px;
}

.related-posts {
    padding: 50px 0 100px;
}

.related-posts .entry-header .link>i {
    transform: rotate(180deg);
}

.related-posts .entry-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.related-posts .item {
    background-color: white;
    padding: 30px;
    border-left: 2px solid var(--primary);
}

.related-posts .item a {
    font-size: 20px;
    font-family: nexa-b;
    color: var(--text);
    line-height: 25px;
    display: block;
}

.related-posts .item>div {
    margin-top: 15px;
}

.infos-client strong {
    line-height: 22px;
    font-size: 18px;
}

.cst-pagination .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
}

.cst-pagination .pagination li {
    margin: 0 10px;
}

.cst-pagination .pagination li.prev-entry {
    margin-right: 60px;
}

.cst-pagination .pagination li.next-entry {
    margin-left: 60px;
}

.cst-pagination .pagination li .link.current {
    color: var(--textMuted);
}

.empty-entries {
    text-align: center;
    font-size: 20px;
    color: #777777;
    padding: 60px 0;
}

.empty-entries img {
    max-width: 300px;
    margin: auto;
}

.empty-entries strong {
    max-width: 340px;
    display: block;
    font-size: 28px;
    margin: 30px auto 0;
    color: var(--primary);
}

.date-filter-action .cst-field {
    margin-bottom: 6px;
}

.date-filter-action .cst-btn {
    margin-top: 15px;
}

.btn-refresh {
    margin-left: 10px;
}

.btn-refresh::after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/refresh.svg) no-repeat center;
    background-size: 100%;
    margin-left: 10px;
}


/* Dashboard */

.dashboard .entry-header {
    background-color: var(--lightGrey);
    padding-bottom: 50px;
    padding-top: 30px;
}

.navigation-menu {
    margin: 0 -20px;
}

.navigation-menu ul {
    display: flex;
}

.navigation-menu ul li {
    width: 33.33%;
    padding: 20px;
}

.navigation-menu ul li a {
    border: 1px solid transparent;
    background: #f7f7f7;
    box-shadow: 14px 14px 18px #e3e3e3, -14px -14px 18px #ffffff;
    display: block;
    padding: 25px 40px;
    font-size: 18px;
    font-family: nexa-b;
    color: var(--text);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.welcome {
    font-size: 30px;
    padding: 30px 0 12px;
}

.navigation-menu ul li a .card-icon {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f1f1;
    align-items: center;
    justify-content: center;
}

.navigation-menu ul li.active a {
    background-color: var(--primary);
    color: white;
}

.kl_oneSecteur {
    position: relative;
    line-height: 24px;
}

.kl_oneSecteur svg {
    position: absolute;
    left: -17px;
    top: 0px;
}

.secteur-item .kl_oneSecteur {
    flex: 100%
}

.secteur-item .kl_oneSecteur .number {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
}

.item-sector {
    position: relative;
    padding: 10px 50px 10px 25px;
    display: block;
    width: 100%;
}

.item-sector svg {
    position: absolute;
    left: -7px;
    top: 9px;
}


/* Abonnement */

.pricing-section {
    padding: 50px 0 0;
}

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 5em auto 0;
}

.pricing .expiration {
    background: #01005d;
    padding: 12px 20px;
    color: white;
    position: absolute;
    top: -20px;
    line-height: normal;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 190px;
}

.pricing__item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing__feature-list {
    text-align: left;
}

.pricing--rabten .pricing__title {
    font-size: 26px;
    margin: 1.5em 0 0;
    font-family: 'nhaasgro-reg';
}

.pricing__action:focus {
    outline: none;
}

.pricing--rabten .pricing__item {
    font-family: 'nexa-b';
    padding: 2em 1.6em;
    cursor: default;
    color: #262b38;
    flex: 0 0 25%;
    max-width: 25%;
}

.pricing--rabten .pricing__item.active {
    background-color: #edfff7;
}

.pricing--rabten .pricing__item:nth-child(2) {
    border-right: 1px solid rgba(139, 144, 157, 0.18);
    border-left: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing--rabten .pricing__item:nth-child(3) {
    border-right: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing--rabten .pricing__title {
    font-size: 22px;
    margin: 1.5em 0 0;
}

.pricing--rabten .icon {
    font-size: 2.5em;
    color: #8b909d;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.pricing--rabten .pricing__item:hover .icon {
    color: var(--primary);
}

.pricing--rabten .pricing__price {
    font-size: 2em;
    font-weight: bold;
    margin: 0.5em 0 0.75em;
    overflow: hidden;
}

.pricing--rabten .pricing__currency {
    font-size: 0.5em;
    vertical-align: super;
}

.pricing--rabten .pricing__period {
    font-size: 0.35em;
    color: #8b909d;
}

.pricing--rabten .pricing__anim {
    display: inline-block;
    position: relative;
}

.pricing--rabten .pricing__item:hover .pricing__anim {
    -webkit-animation: moveUp 0.4s forwards;
    animation: moveUp 0.4s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pricing--rabten .pricing__item:hover .pricing__anim--2 {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

.pricing__feature {
    font-size: 14px;
}

@-webkit-keyframes moveUp {
    50% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    52% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes moveUp {
    50% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    52% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.pricing--rabten .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
    color: #8b909d;
}

.pricing--rabten .pricing__feature-list {
    font-size: 0.85em;
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
    color: #8b909d;
    min-height: 250px;
}

.pricing--rabten .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: var(--primary);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing--rabten .pricing__action:hover,
.pricing--rabten .pricing__action:focus {
    box-shadow: 0 0 30px rgba(27, 23, 205, .5);
    -webkit-box-shadow: 0 0 30px rgba(27, 23, 205, .5);
    -moz-box-shadow: 0 0 30px rgba(27, 23, 205, .5);
    -ms-box-shadow: 0 0 30px rgba(27, 23, 205, .5);
}

.bo-contents {
    padding: 60px 0;
}

.tox {
    border: 2px solid var(--primary);
}

#facture-modal {
    position: fixed;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    z-index: 110;
}

.modal {
    position: fixed;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow-x: hidden;
    background-color: rgb(1 0 60 / 0.8);
    pointer-events: none;
    opacity: 0;
    transition: opacity 250ms 700ms ease;
    visibility: hidden;
}

.opened .modal {
    pointer-events: auto;
    opacity: 1;
    transition: all 300ms ease-in-out;
    visibility: visible;
}

.modal-wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 40px;
    background-color: #fff;
    -ms-flex-item-align: center;
    align-self: center;
    box-shadow: 0 12px 25px 0 rgba(199, 175, 189, .25);
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
    z-index: 50;
}

.opened .modal .modal-wrap {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
}

.close-modal {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--secondary);
    right: 40px;
    z-index: 300;
    top: 40px;
    transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
    border-radius: 50%;
}

.close-modal::after,
.close-modal::before {
    content: "";
    width: 24px;
    height: 2px;
    background: var(--primary);
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
}

.close-modal::before {
    transform: rotate(45deg);
}

.close-modal::after {
    transform: rotate(-45deg);
}

.opened .close-modal {
    opacity: 1;
    visibility: visible;
    display: flex;
}

#filter-site {
    padding: 10px 40px 20px;
}

#filter-site .submit input {
    background: var(--secondary);
    border: none;
    color: var(--primary);
}
.table-responsive {
    padding: 0 40px;
}
.paginator {
    text-align: center;
    padding: 40px 0;
}

.paginator .pagination {
    text-align: center;
}

.paginator .pagination li {
    margin: 0 15px;
}

.paginator .pagination .prev a,
.paginator .pagination .next a {
    display: block;
    padding: 3px 20px;
    background-color: var(--primary);
    color: white;
    border-radius: 30px;
}

.paginator .pagination .next.disabled a {
    background-color: var(--lightGrey);
    color: var(--textMuted);
}

.paginator p {
    margin: 15px 0 0;
}

@media screen and (max-width: 500px) {
    .modal-wrap {
        width: calc(100% - 40px);
        padding-bottom: 15px;
    }
    .modal-wrap p {
        padding: 15px 20px 0 20px;
    }
}

.pagination li {
    display: inline-block;
}


/* Footer */

#app-footer {
    position: relative;
    z-index: 20;
}

#app-footer .bgDark {
    background-color: #01005d;
    padding: 80px 0;
}

.menu-item li {
    float: left;
    margin: 0 8px;
}

.menu-item li a {
    color: white;
    position: relative;
}

.menu-item li a::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--secondary);
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 15px;
}

#app-footer h4 {
    font-size: 22px;
    color: white;
    border-bottom: 1px solid #222191;
    padding-bottom: 20px;
    margin-bottom: 12px;
}

#app-footer .contacts a {
    margin: 10px 0;
    color: white;
    font-size: 15px;
}

#app-footer .brand {
    max-width: 150px;
    min-width: inherit;
}

#app-footer .brand img {
    width: 100%;
}

#app-footer .secteurs {
    width: 70%;
    padding-left: 20px;
}

#app-footer .nous-contacter {
    width: 30%;
    padding-right: 20px;
}

#app-footer .nous-contacter p {
    color: rgb(255 255 255 / 75%);
    line-height: 22px;
    margin-bottom: 20px;
    max-width: 240px;
}

#app-footer .navigation-footer {
    margin-top: 50px;
}

#copyright {
    padding: 15px 40px;
    color: white;
    background: #01003e;
}

.results-page #app-footer {
    border-top: 10px solid #1b17cd;
}

.actions-filtre {
    display: flex;
    justify-content: space-between;
}

.filtrer-btn {
    flex: 1;
}

.initfiltre-btn {
    margin-left: 20px;
}

.mob-filter-button {
    padding: 16px 25px;
    display: inline-block;
    background-color: var(--primary);
    margin-bottom: 30px;
    display: none;
    color: white;
    width: 100%;
}

.close-filter {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--danger);
    position: absolute;
    top: 30px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate( 45deg);
    display: none;
}

.close-filter::before,
.close-filter::after {
    content: "";
    width: 22px;
    height: 2px;
    background-color: var(--primary);
    position: absolute;
}

.close-filter::before {
    transform: rotate(90deg);
}

.reinitialiser {
    display: block;
    background-color: var(--danger);
    font-size: 0;
    width: 50px;
    height: 50px;
    position: relative;
}

.reinitialiser::before,
.reinitialiser::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--primary);
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -1px;
    transform: rotate(45deg);
}

.reinitialiser::after {
    transform: rotate(135deg);
}


/* page Contact */

.page-contact {
    padding: 60px 0;
}

.page-contact fieldset {
    padding: 0;
    border: none;
    margin: 0 auto;
    max-width: 500px;
}

.page-contact .form-footer {
    justify-content: center;
    display: flex;
}
.page-contact .message {
    margin-bottom: 35px;
    max-width: 500px;
}

/* pages */
.page .page-content {
    padding: 60px 0;
}

.double-logo-load .logo-dark {
    display: none
}

.dropzone {
    border: 1px solid var(--grey) !important;
    background: #e7e7e7 !important;
}

.dropzone.dz-clickable .dz-message {
    margin: 0;
}

.dropzone .dz-message .dz-button {
    background: var(--secondary) !important;
    color: var(--primary) !important;
    padding: 10px 20px !important;
}

.dropzone .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-progress {
    margin-top: 16px !important;
}

.dropzone.dz-clickable {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-page .illustration svg { width: 100%; max-width: 460px; height: auto;}
.error-page .wrapper > .d-flex { align-items: center; padding: 6% 0;}
.error-page #searchform .field { min-width: inherit;}
.error-page #searchform .besides .cst-formgroup { justify-content: flex-start;}
.error-page #searchform .besides .cst-formgroup > * { flex: 1; }
.error-page #searchform .besides .cst-formgroup .cst-btn { max-width: 200px; }
.error-page .search-area { margin-top: 30px;}
.error-page .search-area .restricted .link { font-size: 16px; }

@media (min-width: 1025px) {
    a,
    *::before,
    *::after,
    input,
    select,
    .file-item,
    .checkmark,
    .filters,
    .cst-icon {
        transition: ease-in-out 300ms all;
        -webkit-transition: ease-in-out 300ms all;
        -moz-transition: ease-in-out 300ms all;
        -ms-transition: ease-in-out 300ms all;
    }
    .btnPrim:hover { background-color: var(--secondary); color: var(--primary); }
    .file-item:hover .file { color: white; }
    .file-item:hover { background-color: var(--primary); border-color: var(--secondary); }
    .navigation-menu ul li a:hover { box-shadow: none; background: white; border-color: #f1f1f1; color: var(--primary); }
    .menu-item li a:hover { color: var(--secondary) }
    #app-footer .contacts a:hover { color: var(--secondary); }
    #app-footer .contacts a:hover .cst-icon { background-color: var(--secondary); }
    .o-content a:hover { color: var(--secondary);}
}

@media (max-width: 1160px) {
    .pricing-section {
        padding: 0;
    }
    .pricing {
        max-width: 800px;
    }
    .pricing--rabten .pricing__item {
        flex: 0 0 calc(50% - 40px);
        max-width: 50%;
        margin: 20px;
        border: 1px solid rgba(139, 144, 157, 0.18);
    }
}

@media (max-width: 1024px) {
    .double-logo-load .logo-dark {
        display: block
    }
    .double-logo-load .logo-white {
        display: none
    }
    .top-area .connexion .cst-btn {
        font-size: 0;
        padding: 10px 20px;
        min-width: 50px;
        background: var(--primary) url(../img/apps-white.svg) no-repeat center
    }
    .results .filters {
        width: 320px;
        padding-right: 40px;
        padding-left: 40px;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50;
    }
    .search-list {
        padding-left: 0;
    }
    .results-page .brand {
        min-width: inherit;
    }
    .results-page .top-area .search {
        padding: 0 40px;
    }
    .results-page::after {
        display: none;
    }
    .results-page .results {
        position: relative;
    }
    .results-page #site-header .wrapper::before {
        display: none
    }
    #seachEtat .cl-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 15px;
    }
    /*Login*/
    .signin>.wrapper>.d-flex>div:first-of-type {
        display: none
    }
    .signin>.wrapper>.d-flex {
        justify-content: center
    }
    .signin .login-area {
        padding: 40px 40px 60px;
        flex: 0 0 100% !important;
        max-width: 580px;
    }
    .wrap {
        padding: 0;
    }
    .cl-4 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .signup-area .cst-checkbox-lg {
        margin: 0 30px 30px 0;
        padding: 0;
    }
    .signup-area .signup-radios-grp {
        margin-left: -15px
    }
    #seachEtat .cst-checkbox-lg {
        margin-bottom: 20px;
    }
    .detail-offres .contenus .wrapper .d-flex {
        display: block;
    }
    .detail-offres .post-details {
        padding-right: 0;
    }
    .detail-offres .post-infos {
        width: 100%;
    }
    .detail-offres .post-infos .ads-place {
        padding: 100px 40px 40px;
    }
    aside .ads-place img {
        max-height: 280px;
        margin: 60px 0 0;
    }
    .detail-offres .contenus {
        padding: 0 0 60px;
    }
    .close-filter {
        display: flex;
    }
    .navigation-band {
        margin-bottom: 40px;
    }
    .related-posts {
        padding: 50px 0 20px;
    }
    .related-posts .item a {
        font-size: 18px;
    }
    .related-posts .entry-header {
        padding: 0 0 30px;
    }
    .related-posts .entry-header h2 {
        line-height: normal;
        margin: 0;
    }
    .related-posts div[class^="cl-"] {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 40px;
    }
    .mob-filter-button {
        display: inline-block;
    }
    #app-footer .d-flex {
        display: block;
    }
    #app-footer .nous-contacter {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    #app-footer .secteurs {
        width: 100%;
        padding-left: 0;
    }
    /* BO */
    .navigation-menu ul li a {
        padding: 25px;
    }
    .cst-table .nom-offre {
        max-width: 360px;
    }
    .cst-table .actions a {
        display: block;
        margin: 10px 0;
    }
    .table-responsive {
        overflow-x: scroll;
    }
    .navigation-menu ul li a {
        display: block;
        text-align: center;
        padding: 20px;
    }
    .navigation-menu ul li a .card-icon {
        margin: 0 auto 20px;
    }
    .detail-offres .top-area h1 {
        font-size: 24px;
    }
    .ttl-section>* {
        font-size: 20px;
    }
    .page-content h1 {
        font-size: 40px;
    }
    .error-page .illustration {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        max-width: inherit;
        justify-content: center;
        display: flex;
        opacity: .6;
    }
    .error-page .cl-6:not(.illustration) {
        position: relative;
        z-index: 10;
        max-width: inherit;
        flex: 1;
    }
    .error-page .wrapper > .d-flex {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 768px) {
    #site-body.search {
        padding: 40px 0;
    }
    #searchform .field {
        min-width: inherit;
    }
    .search-area .restricted {
        max-width: inherit;
        margin: 0;
    }
    .search-area .restricted .link {
        font-size: 16px;
    }
    #searchform .field {
        min-width: inherit;
    }
    .search-text-intro {
        margin-bottom: 40px;
    }
    #searchform .cst-btn.append {
        font-size: 0;
        min-width: inherit;
        padding: 0;
    }
    #searchform .cst-btn.append .dynamic-icon {
        margin: 0 20px;
    }
    #searchform .besides .cst-formgroup .input {
        flex: 1
    }
    .results .filters {
        padding: 25px;
        background-color: var(--primary);
        color: white;
    }
    .o-content a h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .illustration {
        display: none;
    }
    .login-area {
        padding: 40px 0;
    }
    .two-tone-page::after {
        display: none;
    }
    .cst-checkbox label {
        padding-left: 30px;
    }
    .cst-checkbox-lg .checkmark {
        margin-left: 20px;
    }
    .cl-4 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .results #seachEtat .cst-row {
        margin: 0 -15px;
    }
    .results #seachEtat .cst-checkbox-lg {
        margin-bottom: 20px
    }
    .search-list .offres-list {
        margin-top: 0;
    }
    .cst-table {
        min-width: 1000px;
    }
    .table-responsive {
        overflow-x: scroll;
    }
    .navigation-menu ul {
        display: block;
    }
    .navigation-menu ul li {
        width: 100%;
    }
    .navigation-menu ul li a {
        display: flex;
        text-align: left;
        padding: 25px;
        justify-content: flex-start;
    }
    .navigation-menu ul li a .card-icon {
        margin: 0 25px 0 0;
    }
    .pricing {
        max-width: 100%;
        display: block
    }
    .pricing--rabten .pricing__item {
        max-width: 100%;
        margin: 0 0 20px;
    }
    .pricing .expiration {
        position: static;
    }
    .error-page #searchform .besides .cst-formgroup .cst-btn {
        max-width: 70px;
        flex: auto;
    }
}

@media (max-width: 640px) {
    .results .filters {
        top: 30px;
    }
    .wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
    .d-flex,
    .restricted .d-flex,
    .cst-row {
        display: block;
        margin: 0;
    }
    .cl-6,
    .cl-12,
    .cl-4,
    .cl-3 {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    .search-area .restricted .link {
        margin: 15px 0;
    }
    #app-footer .bgDark {
        padding: 40px 0;
    }
    #app-footer .nous-contacter,
    #app-footer .secteurs {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #app-footer .nous-contacter {
        margin-bottom: 40px;
    }
    .cst-checkbox-lg .checkbox-item label {
        padding: 10px 20px;
        width: 100%;
    }
    /* Page résultats */
    .results-page::after {
        display: none;
    }
    .results-page .top-area {
        position: relative;
        padding-bottom: 80px;
    }
    .results-page .top-area .search {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 0;
    }
    #secteur .acc-content a .cst-row {
        display: flex
    }
    .results #seachEtat .cst-row {
        margin: 0;
        display: block;
    }
    #seachEtat .cl-4 {
        max-width: 100%;
        padding: 0;
    }
    #secteur .acc-content .d-flex {
        display: flex;
    }
    .o-content {
        display: flex;
        flex-direction: column;
    }
    .o-content .dates {
        display: block;
        order: 2;
    }
    .o-content .dates>div {
        padding-top: 20px;
        line-height: 20px;
    }
    .related-posts div[class^="cl-"] {
        padding: 0;
    }
    .bo-contents h1 {
        text-align: center;
    }
    .bo-contents h1+a,
    .bo-contents>.d-flex {
        text-align: center;
    }
    #filter-site .ml-3 {
        margin: 20px 0;
    }
    .bo-contents>.d-flex {
        margin-bottom: 30px;
    }
    .cst-table td {
        padding: 10px 16px;
    }
    #voir-offres-similaires {
        display: flex;
    }
    .error-page .cl-6:not(.illustration) {
        padding: 0;
    }
    .error-page .wrapper > .d-flex {
        padding: 20% 0;
    }
}

@media (max-width: 500px) {
    h1,
    .signin h2 {
        font-size: 35px;
    }
    .cst-btn {
        padding: 13px 16px;
    }
    .signin .login-area {
        padding: 40px 0 60px
    }
    .login-area .form-footer,
    .login-area .form-footer .cst-btn {
        display: block
    }
    .login-area form .d-flex {
        display: flex;
    }
    .signup-area .cst-checkbox-lg {
        margin: 0 0px 30px;
        padding: 0;
        display: block;
        width: 100%;
        max-width: inherit;
    }
    .secteur-item .kl_oneSecteur {
        padding: 0;
    }
    .kl_oneSecteur svg {
        display: none;
    }
    #secteur .acc-content a {
        padding: 10px 0 10px 0;
    }
    .related-posts .entry-header {
        display: block;
    }
    .related-posts .entry-header .link.append {
        margin-top: 16px;
        display: block
    }
    .page-contact {
        padding: 40px 0;
    }
}

body.overflowed {
    overflow: hidden;
}

.results .filters.opened {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
    overflow: scroll;
    width: 100%;
    padding-top: 100px;
}

.results .filters.opened::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.results .filters.opened::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}

.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_  .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_noselect.xdsoft_  .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_noselect.xdsoft_  .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current { background: var(--primary) !important}
.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_  .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_noselect.xdsoft_  .xdsoft_timepicker .xdsoft_time_box>div>div:hover { background: var(--secondary) !important;}
