@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(fonts/fa-brands-400.woff2) format("woff2");
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(fonts/fa-light-300.woff2) format("woff2");
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(fonts/fa-regular-400.woff2) format("woff2");
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(fonts/fa-solid-900.woff2) format("woff2");
}

@font-face {
    font-family: icons;
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url(fonts/icons.woff2) format("woff2");
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Regular'), url('fonts/PTSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    src: local('PT Sans Italic'), url('fonts/PTSans-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), url('fonts/PTSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    src: local('PT Sans Bold Italic'), url('fonts/PTSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/RobotoCondensed-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/RobotoCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/RobotoCondensed-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
}

:root {
    --color-purple-deep: #673AB7;
    --color-teal: #368887;
    --color-blue-dark: #134c87;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-blue-medium: #2c70b7;
    --color-blue-light: #83BCF8;
    --color-gray-dark: #494949;
    --color-gray-medium: #696969;
    --color-green-olive: #8FB73D;
    --color-blue: #4180C2;
    --color-gray-light: #F0F0F0;
    --color-gray: #727272;
    --color-gray-very-dark: #333333;
    --color-gray-extra-light: #E5E5E5;
    --color-green: #2C8A46;
    --color-black-strong: #010101;
    --color-gray-medium-dark: #6D6D6D;
    --color-green-dark: #008300;
    --color-red-dark: #9C1A1A;
}

/* ---------------------------
   Variables
--------------------------- */
body {
    font-family: 'PT Sans';
    font-weight: 400;
    overflow-x: hidden;
}

body a {
    text-decoration: none;
    line-height: 1.5;
    color: var(--color-blue-dark);
}

body a:hover {
    text-decoration: none;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

.site-footer {
    display: block;
}

.container {
    max-width: 124rem;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
}

h1,
h2,
h3,
h4 {
    font-family: 'PT Sans';
    line-height: 1.2;
}

h1 {
    color: var(--color-black);
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 .col-lg-12,
.row {
    margin: 0;
    padding: 0;
}

.zone h3,
h2 {
    color: var(--color-blue-medium);
    font-size: 3.4rem;
    font-weight: 700;
    margin: 0;
}

.zone h3 {
    margin: 1.7647058824em 0 .8235294118em !important;
}

p {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--color-black);
    line-height: 1.4;
    margin: 0;
}

#details-offre p {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 .5882352941em;
}

a:focus,
a:hover {
    color: var(--color-black);
    text-decoration: none;
}

.btn,
.btn:after,
.btn:before {
    transition: all .1s ease-in-out 0ms;
}

.main.page-wrapper.main-offres .page-image__background {
    display: block;
}

#page-details-offre .block-title {
    display: none;
}

.main.page-wrapper .page-image__background {
    display: none;
}

.page-image__background img {
    display: block;
    height: auto;
    width: 100%;
}

#page-details-offre .page-header__title,
#page-details-offre .filters__btn.btn.-circle.-no-text-mobile {
    display: none;
}

.ebtn:hover,
.ebtn:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus,
.btn-success:active:hover,
.btn-success:active:focus {
    background-color: var(--color-blue-dark);
    border-color: transparent;
    color: var(--color-white);
    cursor: pointer;
    text-decoration: none;
}

.ebtn:focus,
.btn:focus,
button:focus,
.btn-success:active:focus {
    outline: 1px dashed var(--color-blue-light) !important;
    outline-offset: 2px !important;
}

.ebtn.postuler_offre {
    font-size: 2rem;
    padding: .6285714286em 1em;
    height: 6.5rem;
    width: 41.4rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -90px;
    -ms-flex-pack: center;
    justify-content: center;

}

.ebtn.postuler_offre::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: var(--color-blue-dark);
    margin-right: .25em;
}

.ebtn.postuler_offre:hover:before {
    color: var(--color-white);
}

#bottombtn {
    display: flex;
    font-family: 'PT Sans';
    font-size: 0;
    font-weight: 400;
    list-style: none;
    margin: 11rem 0 5rem 0;
    padding-left: 0;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.btn-success:active,
.button:active,
button:active {
    background-color: var(--color-blue-dark) !important;
    outline: 1px dashed var(--color-blue-light) !important;
    outline-offset: 2px !important;
}

.ebtn,
.btn {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 77%, .5);
    color: var(--color-black);
    display: inline-block;
    font-family: 'PT Sans';
    line-height: 1.1428571429;
    text-decoration: none;
    width: auto;
    font-size: 1.5rem;
    padding: .6952380952em 1.3333333333em;
    font-weight: 700;
    border-radius: 0;
    margin: 0;
}

.ebtn.btn_back {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 77%, .5);
    color: var(--color-black-strong);
    display: block;
    font-style: italic;
    margin: 0;
    padding: 1.1rem 1.51rem;
    border-color: transparent;
    font-size: 1.4rem;
    font-weight: 400;
}

.ebtn.btn_back::before {
    content: "\f0ca";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 1rem;
}

label {
    color: var(--color-black);
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 .3571428571em;
    text-transform: uppercase;
    font-style: normal;
    padding: 0 !important;
    text-align: left !important;
    white-space: normal;
    width: 100%;
    padding-bottom: 5px !important;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus,
.form-control:focus {
    outline: 1px dashed var(--color-blue-light) !important;
    outline-offset: 2px !important;
    box-shadow: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: none;
    font-family: 'PT Sans';
    font-size: 1.4rem !important;
    font-style: italic;
}

.select2-results__option,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: var(--color-gray-dark);
    font-style: italic;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
}

input,
.form-control,
select.form-control,
.select2-selection.select2-selection--multiple {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: var(--color-gray-light) !important;
    border: 0 !important;
    border-radius: 0;
    color: var(--color-gray-dark);
    cursor: pointer;
    font-family: 'PT Sans';
    font-size: 1.4rem !important;
    font-style: italic;
    text-align: left;
    width: -webkit-fill-available;
    height: 40px !important;
}

.asterisk {
    color: #fe0000;
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
    background: transparent;
    border: 0;
    padding: inherit;
    position: absolute;
    width: auto;
    left: 0px;
    margin-top: -10px;
}

input:read-only,
textarea:read-only {
    background-color: #f7f7f7;
    color: var(--color-gray-dark);
    font-style: italic;
}

.checkbox label,
.radio label {
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.2857142857em;
    margin-left: 25px;
    position: absolute;
    text-transform: none;
    width: fit-content;
}

#ligne_dynamic_form_captcha {
    margin-top: 5rem;
}

.glyphicon-open:before {
    content: "choisir un fichier";
    font-family: 'PT Sans';
    font-size: 1.4rem;
    font-style: italic;
    padding: .8571428571em .7142857143em;
}

.input-group-addon {
    border-radius: 0;
    border: none;
    background-color: var(--color-gray-light);
    color: var(--color-gray-dark);
}

.form-file input.form-control {
    padding-left: 0;
}

.glyphicon.glyphicon-open {
    background-color: var(--color-gray-extra-light);
    cursor: default;
    align-items: baseline;
    color: var(--color-black);
    text-overflow: ellipsis;
    text-align: start !important;
    border: 1px solid rgb(92, 92, 92);
    padding: 2px 0 3px 0;
}

.form-file:hover .input-group .input-group-addon .glyphicon.glyphicon-open {
    background-color: #A6F4FF;
    border: 1px solid #0094E0;
}

.input-group-addon input {
    text-shadow: none;
    box-shadow: none;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none;
}

.form-file input[type="file"] {
    width: auto;
}

#filter .form-horizontal .select2-selection.select2-selection--multiple,
#filter .form-horizontal input,
#filter .form-horizontal select.form-control,
#filter .form-horizontal .form-control {
    background-color: var(--color-white) !important;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 7rem;
}

select.form-control,
.select2-selection.select2-selection--multiple {
    background: url("data:image/svg+xml;charset=utf-8,<svg fill='%232c70b7' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320' width='8' height='8'><path d='M41 96.5h238c21.4 0 32.1 25.9 17 41l-119 119c-9.4 9.4-24.6 9.4-33.9 0L24 137.5c-15.1-15.1-4.4-41 17-41z'/></svg>") no-repeat right;
    background-position: calc(100% - .75em) 50%;
    background-repeat: no-repeat;
    background-size: 8px;
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ---------------------------
   Header
--------------------------- */
.site-nav-breadcrumbs li {
    display: inline-block;
}

.site-nav-breadcrumbs li:last-child {
    color: var(--color-blue-dark);
    font-weight: 700;
}

.site-nav-breadcrumbs li a {
    color: var(--color-gray-medium);
    font-weight: 400;
}

.site-nav-breadcrumbs li a:hover {
    text-decoration: underline;
}

.site-nav-breadcrumbs {
    max-width: 124rem;
    margin-bottom: 7rem;
    padding: 0px
}

.site-nav-breadcrumbs li:not(:first-child)::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    color: var(--color-blue-dark);
    margin: 0 .5rem;
}

.img-logo {
    margin: 0;
    position: absolute;
    z-index: 10;
    flex-grow: 1;
    margin: 0;
    max-width: 25%;
    padding: 3.1rem 2.2rem 1rem 4rem;
}

.img-logo .header--logo {
    display: block;
}

.img-logo .header--logo.open--nav {
    display: none;
}

.img-logo.nav--open .header--logo {
    display: none;
}

.img-logo.nav--open .header--logo.open--nav {
    display: block;
}

.img-logo .site-title {
    margin: 0;
}

.site-header {
    padding: 0;
}

.site-header.scroll-down {
    transition: all .25s ease-in-out 0ms;
    position: fixed;
    transform: translateX(0) translateY(-130%);
    width: 100%;
    background-color: white;
    z-index: 5;
}

.site-header.scroll-down.fixed {
    display: block;
    position: fixed;
    width: 100%;
    background-color: var(--color-white);
    z-index: 4;
    transition: all .25s ease-in-out 0ms;
    transform: translateX(0) translateY(0);
}

.main.page-wrapper.main-offres .heading__content {
    padding-top: 5rem;
    display: flex;
    justify-content: space-between;
}

.-circle.-no-text-mobile {
    display: none;
}

.site-header .social-networks {
    transition: all .25s ease-in-out 0ms;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-blue-medium);
    display: flex;
    height: 4rem;
    opacity: 1;
    padding: .85rem 3rem;
    visibility: visible;
}

.site-header .social-networks__item a {
    background-color: transparent;
}

.site-header .social-networks__item a:hover,
.site-header .social-networks__item a:focus {
    background-color: transparent;
}

.site-header .social-networks__item {
    margin: 0;
}

.site-header img {
    display: block;
    height: auto;
    width: 100%;
}

.site-header .container {
    display: flex;
    flex-direction: row;
    align-items: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 12rem;
    width: 100%;
}

.img-logo .header-logo {
    color: var(--color-white);
    display: inline-block;
    font-family: 'Roboto Condensed';
    font-weight: 400;
}

.header--logo {
    display: block;
    height: auto;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.site-header .header-logo img {
    height: 71px;
    width: 300px;
}

/* ---------------------------
   Navigation
--------------------------- */
body:has(.nav.nav--open) {
    overflow: hidden;
}

/* Toggle Button */
.nav a {
    text-decoration: none;
}

.nav.nav--open #menutop {
    display: block;
    right: 50%
}

.nav.nav--open:before {
    height: 118.3rem;
    width: 115rem;
    position: absolute;
    top: -14.4rem;
    background-image: url(img/bg.svg);
    content: "";
    opacity: .05;
    transform: translateX(-100%);
    z-index: 3;
}

.nav {
    position: absolute;
    top: 5rem;
    right: 4rem;
}

.nav.nav--open {
    top: 3.8rem;
}

.nav__toggle {
    background-color: var(--color-green-olive);
    border: 0;
    border-radius: 50%;
    color: var(--color-black);
    cursor: pointer;
    font-family: 'PT Sans';
    min-height: 10rem;
    padding: 14px 22px;
    overflow: hidden;
    position: absolute;
    transition: background-color .25s ease-in-out 0ms;
    top: 0;
    right: 3%;
    display: block;
    z-index: 5;
}

.nav.nav--open .menu-toggle__text {
    display: none;
}

.nav.nav--open .nav__toggle {
    height: 8rem;
    width: 8rem;
    background-color: var(--color-blue);
    border-radius: 0;
    min-height: 0;
    top: 12px;
    padding: 15px 15px;
    margin-right: 5px;
}

.nav .menu-toggle__text {
    color: var(--color-black);
    font-family: 'PT Sans';
    font-size: 1.3rem;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    top: -10px;
    left: 5px;
    position: relative;
}

.nav.nav--open .menuicon__bar {
    stroke: var(--color-white);
}

/* Menu UL */
#menutop {
    display: none;
}

.nav.nav--open~#menutop {
    display: flex;
    flex-direction: column;
    margin-top: 19rem;
    position: absolute;
    z-index: 5;
}

.nav__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Menu Items */
.menu.nav__menu {
    transition: width .25s ease-in-out .4s;
    clear: both;
    color: var(--color-white);
    font-family: 'PT Sans';
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.menu.nav__menu li a:hover {
    background-color: var(--color-green-olive);
}

.menu.nav__menu li a:focus,
.menu.nav__menu li a:hover {
    text-decoration: none;
    color: var(--color-white);
}

.menu.nav__menu li a:focus {
    outline-color: var(--color-white);
    outline-offset: -.3rem;
}

/* Menu Links */
.menu.nav__menu li {
    background-color: var(--color-blue);
    max-width: calc(100% - 30rem);
    transition: all .25s ease-in-out 0ms;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-self: center;
    width: 100%;
}

.menu.nav__menu li a {
    color: var(--color-white);
    display: block;
    font-size: 3rem;
    font-weight: 400;
    padding: .85em 1.1333333333em;
    text-transform: uppercase;
    transition: all .25s ease-in-out 0ms;
    color: inherit;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: 'PT Sans';
}

/* ---------------------------
   Menu Icon
--------------------------- */
.menuicon {
    display: block;
    cursor: pointer;
    color: white;
    position: relative;
    transition: .3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.menuicon__bar {
    fill: none;
    stroke: var(--color-black);
    stroke-width: 3;
    stroke-linecap: butt;
}

.nav.nav--open .nav__toggle .menuicon__bar {
    background-color: var(--color-white);
}

.menuicon__bar {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    background-color: var(--color-black);
    display: block;
    height: .3rem;
    margin-bottom: .4rem;
    width: 2.3rem;
    transition: all .25s ease-in-out 0ms;
}

/* ---------------------------
   Splash Background
--------------------------- */
.splash {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 1px;
    height: 1px;
}

.splash::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: #2b6eb4;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg fill-opacity='.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' width='6' height='6'><path d='M2 3h1v1H2zM0 5h1v1H0zM1 4h1v1H1zM5 0h1v1H5zM4 1h1v1H4zM3 2h1v1H3z'/></svg>");
    width: 284vmax;
    height: 284vmax;
    top: -142vmax;
    left: -142vmax;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: all .3s ease-in-out 0ms;
    will-change: transform;
    z-index: 2;
}

/* ---------------------------
   Active / Open State
--------------------------- */
.nav.nav--open>.splash::after {
    transform: scale(1);
}

.nav.nav--open .menuicon__bar:nth-child(1),
.nav.nav--open .menuicon__bar:nth-child(4) {
    opacity: 0;
}

.nav.nav--open .menuicon__bar:nth-child(2) {
    transform: rotate(45deg);
}

.nav.nav--open .menuicon__bar:nth-child(3) {
    transform: rotate(-45deg);
}

/* Show items when open */
.nav.nav--open .nav__menu {
    visibility: visible;
}

.nav.nav--open .nav__item {
    opacity: 1;
    transform: translateY(0);
}

/* ---------------------------
   page content
--------------------------- */
#liste,
#filter,
.bloc_result {
    padding-top: 0;
}
#liste {
    display: grid; 
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
#filter .block-title {
    color: var(--color-black);
    display: block;
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    padding: 0;
    text-align: left;
    white-space: normal;
    width: 100%;
    margin-top: 5px !important;
}

.heading__teaser {
    display: none;
}

.main.page-wrapper.main-offres .heading__teaser {
    display: block;
    font-family: 'PT Sans';
    color: var(--color-gray-medium);
    font-size: 2rem;
    font-weight: 400;
    margin-top: 2.2rem;
    margin-bottom: 1rem;
}

.site-content .social-networks {
    position: absolute;
    display: none;
    margin: 1rem;
    position: fixed;
    right: .3rem;
    top: 40%;
    z-index: 3;
}

.site-content .social-networks .social-networks__item .no-external.link-external {
    height: 3.6rem;
    width: 3.6rem;
    background-color: var(--color-gray-extra-light);
    margin-bottom: .35rem;
}

.site-content .social-networks .social-networks__item .no-external.link-external::before {
    color: var(--color-blue-dark);
}

.site-content .social-networks .social-networks__item .no-external.link-external svg {
    fill: var(--color-blue-dark);
}

.site-content .social-networks .social-networks__item .no-external.link-external .social-networks__item-svg {
    margin: auto;
}

#page-offres #alerte {
    background-color: transparent;
    padding: 0;
}

#page-offres #offre_libre {
    padding: 0 0 20px 0;
}

.site-main {
    background-color: transparent;
}

.site-main.candidature {
    padding: 0;
}

.section-top-main-page {
    background-color: var(--color-gray-light);
    padding: 3rem 2rem;
}

#page-offres .form-horizontal {
    margin-bottom: 0;
}

#page-offres .actions {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    margin-top: -2rem;
}

.actions .form-group {
    margin-bottom: 0;
}

#page-offres .filter_fields {
    display: grid;
    column-gap: 10px;
    width: 100%;
    grid-template-columns: 1fr;
    margin: 2.5rem 0;
}

#page-offres .filter_fields:has(:nth-child(n+3)) {
    grid-template-columns: repeat(3, 1fr);
}

.btn.btn2.btn.btn-success.pull-right::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    color: var(--color-green);
    font-style: normal;
    margin-right: .5rem;
    content: "\f0b0";
}

.btn-link.pull-right::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    color: var(--color-blue-medium);
    font-style: normal;
    margin-right: .5rem;
    content: "\f00d";
}

#btn-postuler {
    font-size: 2rem;
    padding: .6285714286em 1em;
}

#btn-postuler::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f00c';
    color: var(--color-blue-light);
    margin-right: 1rem;
}

.btn.btn2.btn.btn-success.pull-right,
.btn-link.pull-right {
    color: var(--color-black-strong);
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 400;
    height: 4rem;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 77%, .5);
    display: inline-block;
    font-family: 'PT Sans';
    line-height: 1.1428571429;
    text-decoration: none;
    width: auto;
    padding: .6952380952em 1.3333333333em;
    border-radius: 0;
}

.btn.btn2.btn.btn-success.pull-right {
    margin-right: 0 !important;
}

.btn-link.pull-right {
    margin-right: 1rem;
}

.btn-link.pull-right:hover::before {
    color: var(--color-white);
}

.btn.btn2.btn.btn-success.pull-right:focus,
.btn.btn2.btn.btn-success.pull-right:hover,
.btn-link.pull-right:focus,
.btn-link.pull-right:hover {
    background-color: var(--color-blue-dark);
    border-color: transparent;
    color: var(--color-white);
    cursor: pointer;
    text-decoration: none;
}
#liste .offre {
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid rgba(73, 73, 73, .5);
    font-family: 'PT Sans';
    margin-top: 3rem;
    padding-bottom: 2rem;
}
.offre-inner h2.libelle {
   color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: .2rem 0 1rem;
}
.info.filieres:has(:nth-child(2)) {
    color: var(--color-blue-light);
    font-family: 'Roboto Condensed';
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 .2rem;
    text-transform: uppercase;
}

.info.filieres .liste-label.filieres {
    display: none;
}

.info.libelle:has(:nth-child(2)) {
    color: var(--color-black);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: .2rem 0 1rem;
}

.info.libelle .liste-label.libelle {
    display: none;
}

.info.dateReponse:has(:nth-child(2)) {
    color: var(--color-blue-light);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    margin: 1rem 0 1.3rem;
    text-transform: uppercase;
}

.info.dateReponse time {
    font-weight: 700;
}

.info.description:has(:nth-child(2)) {
    color: var(--color-black);
    font-size: 1.8rem;
    font-weight: 300;
    margin: 1.3rem 0 1rem;
}

.info.description .liste-label.description {
    display: none;
}

.info.datePublication:has(:nth-child(2)) {
    color: var(--color-gray);
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 300;
    margin: 0;
}

#page-details-offre .info.filieres:has(:nth-child(2)) {
    font-family: 'PT Sans';
    font-weight: 700;
    color: var(--color-blue-medium);
    font-size: 1.8rem;
    margin: 0 0 .5rem;
    text-transform: uppercase;
    position: relative;
}

#page-details-offre .info.dateReponse:has(:nth-child(2)) {
    color: var(--color-blue-light);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    margin-top: 1rem;
    text-transform: uppercase;
}

#page-details-offre .info:has(:nth-child(2)) {
    font-family: 'PT Sans';
    color: var(--color-gray-medium);
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin: 2rem 0 0 !important;
}

#page-details-offre .info p {
    color: var(--color-gray-medium) !important;
    font-size: 2rem;
}

#page-details-offre .title_section {
    color: #000;
    font-family: PT Sans, Franklin Gothic Medium, Tahoma, sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

#page-details-offre .info.datePublication:has(:nth-child(2)) {
    color: var(--color-gray-medium-dark);
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 0;
    font-family: 'PT Sans';
}

.ebtn.btn_back:focus, .ebtn.btn_back:hover {
    background-color: transparent;
    color: #2c70b7;
}

#page-details-offre .info.description~.info.datePublication:has(:nth-child(2)) {
    margin-top: 1rem !important;
}

#page-details-offre .info.datePublication:has(:nth-child(2)) {
    margin-top: 4rem !important;
}

#page-content .heading__content,
#page-details-offre .heading__content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}
.main.page-wrapper.main-offres .heading__content {
    padding-top: 0;
}
.site-main.candidature .container {
    padding: 4rem 1rem 3rem;
}

#page-details-offre .info.libelle {
    color: var(--color-black);
    font-family: 'PT Sans';
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 !important;
    position: relative;
}

.bloc_result p {
    border-bottom: 1px solid var(--color-gray);
    color: var(--color-gray);
    font-family: 'Roboto Condensed';
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0;
    padding-bottom: 3rem;
}

#details-offre .block-title {
    display: none;
}

.info-commune p {
    font-size: 17px;
    font-family: 'PT Sans';
    line-height: 1.4;
}

/* ======================
   Pagination
====================== */
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--color-blue-dark);
    border-color: var(--color-blue-dark);
}

.row-pagination {
    margin: 30px 0;
}

#cookie-space {
    position: fixed;
}

#cookie-space {
    background-color: var(--color-gray-very-dark) !important;
    box-sizing: border-box !important;
    padding: 2rem 3rem !important;
    height: auto;
}

.cookie-message {
    background-color: var(--color-gray-very-dark) !important;
    border: none;
    padding: 0;
}

.cookie-message p {
    margin: 0 0 1rem !important;
    font: 15px verdana !important;
    color: var(--color-white);
}

#cookie-space .btn-cookie {
    color: var(--color-white);
    cursor: pointer;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.2;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 7px;
    font-family: sans-serif;
    font-weight: 400;
}

#cookie-space .btn-cookie:first-child {
    background-color: var(--color-green-dark);
}

#cookie-space .btn-cookie:nth-child(2) {
    background-color: var(--color-red-dark);
}

#cookie-space .btn-cookie:first-child::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
}

#cookie-space .btn-cookie:nth-child(2)::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00d";
}

/* ======================
   footer
====================== */
.go-to-top {
    bottom: 3.5rem;
    display: block;
    opacity: 1;
    position: relative;
    right: 3rem;
    visibility: visible;
    z-index: 1;
    position: fixed;
    bottom: 70px;
}

.go-to-top.-footer-visible {
    position: relative;
    bottom: 35px;
    right: 6rem;
}

.go-to-top p {
    margin: 0;
    position: absolute;
    right: 0;
    text-align: right;
}
.go-to-top a {
    height: 7rem;
    width: 7rem;
    text-indent: -9999px;
    white-space: nowrap;
    transition: all .4s ease 0ms;
    background-color: var(--color-green-olive);
    border-radius: 50%;
    display: block;
    overflow: hidden;
    text-indent: 9999px;
}

.go-to-top a:before {
    content: "\f106";
    color: var(--color-blue-medium);
    font-size: 2rem;
    font-weight: 400;
    left: 50%;
    line-height: 7rem;
    position: absolute;
    transform: translateX(-50%);
}

.go-to-top a:after,
.go-to-top a:before {
    text-indent: 0;
}

.go-to-top a:before,
.site-infos__item.-phone a:after,
.site-infos__item.-phone a:before,
.site-infos__links .link.-contact:before,
.site-infos__links .link.-move:before,
.site-infos__links .link.-phone:before,
.menu-cross__item:before,
.btn.-inverted::before,
.site-infos__links .link.-move:after,
.footer__stratis a::after {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
}

.site-infos__links .link.-phone:before {
    content: "\E04D";
    font-family: icons;
    font-size: 2.5rem;
    font-weight: 100;
    left: 3rem;
}

.site-infos__links .link.-move:before {
    content: "\E015";
    font-family: icons;
    font-size: 3rem;
    font-weight: 100;
    left: 2.3rem;
}

.site-infos__links .link.-move:after {
    content: "\f08e";
    font-size: .8em;
    margin-left: .5rem;
}

.go-to-top.-is-hide {
    opacity: 0;
    transition: opacity .5s ease;
    visibility: hidden
}

.footer {
    background-color: var(--color-blue-medium);
    position: relative;
}

.site-footer,
.top-of-content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
}

.site-footer {
    position: absolute;
    z-index: 0;
}

.main.page-wrapper .footer .container.-lg {
    max-width: 150rem;
}

.footer__wrapper {
    background-image: url(img/footer-bg.png);
    background-position-x: -13rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    display: flex;
}

.site-footer.footer .container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 118rem;
    padding: 0 1rem;
    width: 100%;
}

.container.-lg {
    max-width: 124rem;
}

.site-infos,
.site-infos__image {
    display: flex;
}

.site-infos {
    -ms-flex-negative: 1;
    flex-shrink: 125;
    padding: 4.5rem 7rem 2rem 0;
}

.ghost {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    left: -9999px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
}

.site-infos__col {
    display: -ms-flexbox;
    display: flex;
}

.site-infos__image {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    margin-right: 5.5rem;
}

.footer .social-networks,
.header .social-networks {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.footer .social-networks li:first-child {
    display: none;
}

.site-infos .social-networks {
    margin-top: 2.5rem;
}

.social-networks {
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: left;
}

.social-networks__item {
    display: inline-block;
    margin: 0 .1rem;
}

.social-networks__item a {
    height: 3.3rem;
    width: 3.3rem;
    transition: all .25s ease-in-out 0ms;
    background-color: var(--color-blue);
    border: 0;
    border-radius: 50%;
    display: block;
    position: relative;
}

.social-networks__item a::before {
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all .25s ease-in-out 0ms;
    color: var(--color-white);
    font-family: 'Font Awesome 5 Brands';
    font-size: 1.4rem;
    transform: translate(-50%, -50%);
    font-weight: 700;
}

.social-networks__item .no-external.link-external.mobile::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    content: "\f3cd";
}

.social-networks__item .no-external.link-external.facebook::before {
    content: "\f39e";
}

.social-networks__item .no-external.link-external.instagram::before {
    content: "\f16d";
}

.social-networks__item .no-external.link-external.linkedin::before {
    content: "\f0e1";
}

.social-networks__item .no-external.link-external.youtube::before {
    content: "\f167";
}

.social-networks__item .no-external.link-external.snapchat::before {
    content: "\f2ac";
}

.footer .social-networks__item-svg {
    height: 33px;
    width: 33px;
}

.social-networks__item-svg {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
}

.social-networks__item-svg svg {
    transition: all .25s ease-in-out 0ms;
    fill: var(--color-white);
    height: auto !important;
    width: 13px !important;
}

.site-infos__listitems {
    font-style: normal;
}

.site-infos__item.-name {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
}

.site-infos__item {
    color: var(--color-white);
    font-family: 'PT Sans';
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0 0 .3rem;
}

.site-infos__item.-address,
.site-infos__item.-phone a {
    font-size: 1.6rem;
}

.site-infos__item.-phone a:before {
    content: '\f2a0';
    color: var(--color-white);
    margin-right: .25em;
    font-weight: 100;
}

.site-infos__item a {
    color: var(--color-white);
    text-decoration: none;
}

.site-infos__item.-schedule {
    font-size: 1.3rem;
    margin: 1.5rem 0 1rem;
}

.site-infos__links {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 4rem;
}

.site-infos__links .link {
    border: 1px solid hsla(0, 0%, 100%, .2);
    color: var(--color-white);
    transition: all .3s ease 0ms;
    display: inline-block;
    font-family: 'PT Sans';
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 1.7rem 3rem 1.7rem 6rem;
    position: relative;
    text-decoration: none;
    width: -webkit-fill-available;
}

.site-infos__links .link.-contact:before {
    content: "\f0e0";
    font-weight: 400;
    left: 3rem;
}

.site-infos__links .link:before {
    transition: all .3s ease 0ms;
    color: var(--color-white);
    font-size: 2rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

.footer .decor-shadow {
    overflow: hidden;
    position: relative;
}

.footer__stratis {
    background-color: transparent;
    bottom: 0;
    color: var(--color-white);
    font-family: 'Roboto Condensed';
    font-size: 1.2rem;
    font-weight: 300;
    left: 0;
    line-height: 1.6rem;
    margin: 0;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    z-index: 5;
}

.footer__stratis a {
    transition: all .4s ease 0ms;
    background: #c70000;
    color: var(--color-white);
    display: inline-block;
    font-weight: 700;
    margin-left: .6rem;
    padding: .25rem 1rem;
    text-decoration: none;
}

.footer__stratis a::after {
    content: "\f08e";
    font-size: .8em;
    margin-left: .5rem;
}

.menu-cross {
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 4.5rem 6rem 2rem 7rem;
    width: auto;
}

.footer .decor-shadow:before,
.footer:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}

.footer .decor-shadow:before {
    box-shadow: 7px -150px 40px 0 var(--color-black);
    display: block;
    left: -2rem;
    width: 8px;
}

.btn.-inverted {
    color: var(--color-white);
}

.btn.-inverted.menu-cross__link::before {
    content: "\f105";
    color: var(--color-green-olive);
    font-weight: 400;
}

.menu-cross__link {
    transition: all .4s ease 0ms;
    border: 1px solid hsla(0, 0%, 100%, .2);
    font-size: 1.8rem;
    padding: 1.7rem 2.7rem;
}

.menu-cross__link:before {
    content: attr(data-fa-icon);
    transition: all .4s ease 0ms;
    color: var(--color-green-olive);
    font-size: 1.8rem;
    font-weight: 400;
    margin-right: .7rem;
}

.menu-cross__link.-faq {
    margin-left: 0;
}

.menu-cross__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-cross__listitems {
    list-style: none;
    margin-top: 2.2rem;
    padding-left: 0;
    text-align: left;
}

.menu-cross__item {
    color: var(--color-white);
    font-family: 'PT Sans';
    font-size: 1.4rem;
    margin-bottom: .5rem;
    padding-left: 1.4rem;
    position: relative;
}

.menu-cross__item:before {
    content: "\f105";
    color: var(--color-green-olive);
    left: 0;
    position: absolute;
    top: 0;
}

.menu-cross__item a {
    transition: all .4s ease 0ms;
    color: var(--color-white);
    text-decoration: none;
}

.menu-cross__listitems.-second {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1rem;
}

.menu-cross__listitems.-second .menu-cross__item {
    font-weight: 700;
}

.social-networks__item a:focus,
.social-networks__item a:hover {
    background-color: var(--color-green-olive);
}

.footer a:focus,
.footer a:hover,
.footer button:focus,
.footer button:hover,
.footer input:focus,
.footer input:hover {
    outline-color: var(--color-white);
}

.go-to-top a:focus,
.go-to-top a:hover {
    background-color: #d3e6ac
}

body a:active,
body a:focus {
    outline: 1px dashed var(--color-blue-light) !important;
    outline-offset: 2px !important;
}

.site-infos__item a:focus,
.site-infos__item a:hover {
    text-decoration: underline;
}

.site-infos__item a:focus,
.site-infos__item a:hover {
    text-decoration: underline;
}

.site-infos__links .link:focus,
.site-infos__links .link:hover {
    background-color: var(--color-green-olive);
    color: var(--color-black);
    text-decoration: none;
}

.social-networks__item a:focus svg,
.social-networks__item a:hover svg {
    fill: var(--color-black);
}

#page-content .section-top-main-page,
#page-details-offre .section-top-main-page {
    padding: 5rem 2rem;
}

.site-infos__links .link:focus:before,
.site-infos__links .link:hover:before {
    color: var(--color-black);
}

.menu-cross__item a:focus,
.menu-cross__item a:hover {
    color: var(--color-green-olive);
}

.menu-cross__link:focus:before,
.menu-cross__link:hover:before {
    color: var(--color-black) !important;
}

.btn:focus:after,
.btn:focus:before,
.btn:hover:after,
.btn:hover:before {
    color: var(--color-white) !important;
}

.menu-cross__link:focus:before,
.menu-cross__link:hover:before {
    color: var(--color-black) !important;
}

.footer__stratis a:focus,
.footer__stratis a:hover {
    color: rgb(199, 0, 0);
    background: rgb(255, 255, 255);
}

.menu-cross__link:focus,
.menu-cross__link:hover {
    background-color: rgb(143, 183, 61);
    color: rgb(0, 0, 0);
}

.social-networks__item a:focus:before,
.social-networks__item a:hover:before {
    color: var(--color-black) !important;
}

#dynamic_form {
    display: grid !important;
    gap: 2rem;
}
#offre_libre .text-quest {
    display: none;
}
#offre_libre .quest > p {
    height: 16rem;
    width: 16rem;
    position: relative;
}
#offre_libre {
    display: flex;
}
#offre_libre .quest {
    display: flex;
    /*justify-content: center;
    width: 50%;*/
}
#offre_libre .quest > p > a {
    transition: box-shadow .25s ease-in-out 0ms;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    box-shadow: inset -4px -6px 0 -1px #d9d9d9;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    margin: .3rem 0 0;
    text-transform: uppercase;
    z-index: 2;
}
#offre_libre .quest > p > a:hover {
    background-color: #4180c2;
    color: #fff;
}
#offre_libre .quest > p > a::after {
    transition: transform .25s ease-in-out 0ms;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #33679d;
    border-radius: 50%;
    content: "";
    display: block;
    transform: scale(0);
    z-index: -1;
}
#offre_libre .quest > p > a:hover:after {
    box-shadow: inset -4px -6px 0 -1px #2c5a8a;
    transform: scale(1);
}

.subpages-menu-section .rte{
    margin: 20px 0 28px;
}
.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.composite-link:focus .composite-link__title, .composite-link:hover .composite-link__title {
    text-decoration: underline;
}
.subpages-menu__teaser, .subpages-menu__title {
    color: var(--color-black);
    font-family: 'PT Sans';
}
.subpages-menu__teaser {
    font-size: 1.6rem;
    font-weight: 300;
    margin: 2.5rem 0 2rem;
}
.subpages-menu__title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 2.5rem;
}
.subpages-menu.flex-row{
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.subpages-menu__item {
    margin-bottom: 2.5rem;
}
.composite-link {
    display: block;
}
.subpages-menu__picture {
    display: block;
    margin-bottom: 2rem;
}
.composite-link__image {
    overflow: hidden;
    position: relative;
}
.subpages-menu__picture img {
    display: block;
    height: auto;
    width: 100%;
}
.composite-link__image img {
    transition: all .25s ease-in-out 0ms;
    transition-duration: .4s;
}
.composite-link:focus .composite-link__wrap.-has-overlay:after,.composite-link:hover .composite-link__wrap.-has-overlay:after {
    opacity: 1
}
.composite-link:focus .composite-link__image img,.composite-link:hover .composite-link__image img {
    opacity: .9;
    transform: scale(1.25)
}
.composite-link:focus .composite-link__title,.composite-link:hover .composite-link__title {
    text-decoration: underline
}

.right_sidebar{
    margin-bottom: 7.5em;
}
.right_sidebar.bottom{
    display: block;
}
.right_sidebar.top {
    display: none;
    vertical-align: top;
    width: 100%;
}
.right_sidebar .title {
    display: inline-flex;
    align-items: center;
    color: #494949;
    font-family: 'PT Sans';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.2rem;
    margin: 0;
}
.publications__teaser::before {
    height: 0.1rem;
    width: 4rem;
    background-color: rgb(197, 197, 197);
    bottom: 0px;
    content: "";
    left: 0px;
    position: absolute;
}
#list-offres::after, #list-offres::before{
    display: none;
}
#list-offres{
    display: table;
    table-layout: fixed;
    width: 100%;
}
#section-offres{
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.right_sidebar .title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.right_sidebar .publications .publications__wrapper {
    background-color: #f0f0f0;
    padding: 3rem 2rem 2rem 3.5rem;
}
.right_sidebar .publications .publications__block {
    flex-direction: column;
}
.right_sidebar .publications .publications__item:first-child {
    margin-top: 0;
}
.right_sidebar .link-context__context {
    position: relative;
}
.right_sidebar .publications .publications__image,
.right_sidebar .publications__image {
    display: block;
    flex-shrink: 0;
    margin: 0 0 2rem 0;
    margin-right: 1.5rem;
    position: relative;
}
.right_sidebar .publications__content {
    font-family: 'PT Sans';
}
.right_sidebar .publications__category {
    color: #134c87;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 0.3rem 0;
    text-transform: uppercase;
}
.right_sidebar .publications .publications__title,
.right_sidebar .publications__title {
    color: #000;
    font-family: PT Sans, Franklin Gothic Medium, Tahoma, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0.3rem 0 1.5rem;
    text-transform: uppercase;
    word-break: break-all;
    width: 70%;
}
.publications__title a {
    color: #000;
}
.right_sidebar .publications .publications__size,
.publications__size {
    color: #696969;
    font-size: 1.3rem;
    font-style: italic;
    margin: 1.5rem 0 1.8rem;
}
.right_sidebar .publications__teaser {
    color: #000;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 2.2rem;
    margin: 0 0 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
}
.right_sidebar .publications .publications__teaser {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.publications .list-document,
.publications__publication {
    margin: 1.5rem 0 0 0;
    padding-left: 0;
    list-style: none;
}
.link-context__context .list-document {
    position: relative;
    z-index: 41;
}
.list-document__item {
    color: #000;
    font-size: 1.5rem;
    line-height: 2rem;
}
.list-document__item.-download {
    margin-bottom: 1rem;
    font-weight: 700;
}
.list-document__item.-read {
    font-weight: 400;
}
.list-document__item a {
    color: #000;
}
.right_sidebar .publications .links-group,
.links-group {
    margin: 2rem -1.5rem 0 -2rem;
    padding: 0.5rem 0;
}
.right_sidebar .links-group .btn,
.links-group .btn {
    color: #000;
    font-size: 1.4rem;
    margin: 0.5rem;
    padding: 1.1rem 1rem;
}
.right_sidebar .links-group .btn.-rss,
.btn.-rss {
    height: 4rem;
    width: 4rem;
    border: 1px solid #c5c5c5;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.btn.-blue {
    border: 1px solid #4180c2;
    color: #696969;
    font-size: 1.8rem;
    padding: 1.4rem 2rem;
}
.list-document__item.-download a::before{
    content: "\f019";
    font-family: 'Font Awesome 5 Pro';
    color: #8fb73d;
    font-weight: 400;
    margin-right: .5em;
}
.list-document__item.-read a::before{
    content: "\f02d";
    font-family: 'Font Awesome 5 Pro';
    color: #2c70b7;
    font-weight: 400;
    margin-right: .5em;
}
.list-document__item.-read a::after{
    content: "\f35d";
    font-family: 'Font Awesome 5 Pro';
    color: #8fb73d;
    font-weight: 300;
    margin-left: .5em;
}
.right_sidebar .links-group .btn.-blue::before{
    content: "\f02d";
    font-family: 'Font Awesome 5 Pro';
    color: #4180c2;
    font-weight: 400;
    margin-right: .5em;
}
.right_sidebar .links-group .btn.-rss.js-tooltip::before{
    content: "\f09e";
    font-family: 'Font Awesome 5 Pro';
    color: #8fb73d;
    font-weight: 700;
}
.right_sidebar .title-block .title::before{
    content: "\e00c";
    font-family: 'icons';
    color: #8fb73d;
    font-size: 2.4rem;
    vertical-align: -.1em;
    font-weight: 400;
    margin-right: .25em;
}
.right_sidebar .links-group{
    display: flex;
    flex-wrap: wrap;
}
.right_sidebar .links-group .btn:focus, .right_sidebar .links-group .btn:hover {
    color: rgb(255, 255, 255);
}
#alerte .alert-title{
    display: none;
}
#alerte .alert-body p{
    display: none;
}
#search_offre .actions > a{
    margin-left: 1rem;
}
#search_offre .actions .btn.btn-alert{
    margin-left: 1rem;
    color: var(--color-black-strong);
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    display: inline-block;
    font-family: 'PT Sans';
    line-height: 1.1428571429;
    padding: .77em 1.3333333333em;
    text-decoration: none;
}
#search_offre .actions .btn.btn-alert::before{
    content: "\f0f3";
    font-family: 'Font Awesome 5 Pro';
    color: #c70000;
    margin-right: .5em;
}
#search_offre .actions .btn.btn-alert:hover{
    background-color: var(--color-blue-dark);
    border-color: transparent;
    color: var(--color-white);
    cursor: pointer;
    text-decoration: none;
}
#alerte{
    display: none;
}

/* Extra large screens and up (min-width: 1280px) */
@media screen and (min-width: 1280px) {
    .main.page-wrapper.main-offres .container {
        max-width: 124rem;
    }

    .main.page-wrapper .container {
        max-width: 118rem;
    }

    .menu-cross__link.-faq {
        margin-left: 1rem;
    }

    .img-logo:not(.nav--open)::after {
        transition: all 0.25s ease-in-out;
        bottom: -7px;
        position: absolute;
        right: -11px;
        height: 13rem;
        width: 14.6rem;
        background-color: var(--color-white);
        border-radius: 50%;
        box-shadow: 18px 19px 39px -25px rgba(0, 0, 0, 0.25);
        content: "";
        z-index: 1;
    }

    nav:not(.nav--open) .nav__toggle:before {
        transition: all .25s ease-in-out 0ms;
        bottom: .5rem;
        position: absolute;
        right: 0;
        height: 11.5rem;
        width: 10.7rem;
        background-color: var(--color-gray-light);
        border-radius: 50%;
        content: "";
        z-index: 0;
    }

    .nav__toggle:focus,
    .nav__toggle:hover {
        background-color: #80a437;
    }

    .nav__toggle:focus:before,
    .nav__toggle:hover:before {
        background-color: #e3e3e3 !important;
        transform: translate(-.5rem, -.5rem);
    }

    .site-content .social-networks {
        display: grid;
    }
    .right_sidebar.top {
        padding: 0 0 0 8rem;
        width: 341px;
    }
    .right_sidebar.bottom{
        display: none;
    }
    .right_sidebar.top {
        display: table-cell;
    }
}

/* Extra extra large devices (max-width: 1500px) */
@media screen and (max-width: 1500px) {
    .menu-cross {
        padding: 4.5rem 3rem 2rem;
    }
}

/* Extra large devices (max-width: 1400px) */
@media screen and (max-width: 1400px) {
    .site-infos {
        padding: 4.5rem 2rem 2rem 2rem;
    }

    .site-infos__image {
        margin-right: 3rem;
    }

    .menu-cross {
        padding: 4.5rem 3rem 2rem;
    }
}

/* Large devices (max-width: 1279px) */
@media screen and (max-width: 1279px) {
    .ebtn.postuler_offre {
        height: auto;
        width: auto;
    }

    .site-nav-breadcrumbs {
        margin-bottom: 3rem;
    }

    .container {
        max-width: 98rem;
    }

    .site-main.candidature .container {
        padding: 5rem 2rem 3rem;
    }

    .menuicon__bar {
        stroke: var(--color-white);
        height: .2rem;
        margin-bottom: .3rem;
        width: 1.4rem;
    }

    .site-header .container {
        height: 80px;
        margin-bottom: 0px;
    }

    .nav.nav--open {
        top: 0;
    }

    .menu.nav__menu li {
        max-width: calc(100% - 10rem);
    }

    .nav.nav--open~#menutop {
        margin-top: 10rem;
    }

    .nav.nav--open .nav__toggle {
        height: 8rem;
        width: 8rem;
        background-color: var(--color-blue);
        border-radius: 0;
        top: 0;
        right: 0;
        margin-right: 0;
    }

    .nav {
        position: absolute;
        top: 0;
        right: 0;
    }

    .nav__toggle {
        height: 8rem;
        width: 8rem;
        padding: 15px;
        background-color: var(--color-blue-medium);
        border-radius: 0;
        min-height: 0;
        padding: 10px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .site-header .social-networks {
        display: none;
    }

    .menu-toggle__text {
        display: none;
    }

    .site-header .header-logo img {
        height: 5.5rem;
        width: 21.5rem;
    }

    .img-logo {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        max-width: calc(100% - 16rem);
        padding: 1rem 3.5rem;
    }

    .go-to-top {
        right: 2rem;
    }

    .main.page-wrapper .footer .container.-lg {
        max-width: 100% !important;
        padding: 0;
    }

    .container.-lg,
    .container.-sm {
        max-width: 98rem !important;
    }

    .footer__wrapper {
        background-image: url(img/footer-bg-md.png);
        background-position-x: 0;
        background-size: contain;
        flex-wrap: wrap;
    }

    .container {
        padding: 0;
    }

    .site-infos {
        padding: 4rem 6.5rem 2rem 2rem;
        width: 100%;
    }

    .site-infos__image {
        margin-right: 4.5rem;
    }

    .site-infos__links .link.-contact:before {
        left: 4rem;
    }

    .site-infos__links .link.-move:before,
    .site-infos__links .link.-phone:before {
        left: 3.3rem;
    }

    .menu-cross {
        background-color: rgba(19, 76, 135, .5);
        padding: 2.5rem 7rem 3.8rem 5rem;
        width: 47%;
    }

    .menu-cross__listitems {
        max-width: 50%;
    }
}
@media (max-width: 992px) {
    #liste {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    #liste {
        grid-template-columns: 1fr;
    }
}
/* Medium devices (768px â€“ 1279px) */
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .site-infos__links .link {
        display: block;
        font-size: 1.6rem;
        text-align: center;
    }
}

/* Small devices (768px â€“ 866px) */
@media screen and (min-width: 768px) and (max-width: 866px) {
    .menu-cross__link.-faq {
        margin-left: 0;
        margin-top: 1rem;
        display: flex;
        width: fit-content;
    }
}

/* Extra small devices (max-width: 767px) */
@media screen and (max-width: 767px) {
    .site-nav-breadcrumbs {
        margin-bottom: 2rem;
    }
    #page-offres .filter_fields {
        margin: 0;
    }
    .ebtn.postuler_offre {
        top: -120px;
    }

    .ebtn.postuler_offre {
        margin-top: 3rem;
        max-width: 32rem;
        width: 100%;
    }

    .container {
        max-width: 100%;
    }

    #page-details-offre .info p {
        font-size: 1.6rem;
    }

    .site-main.candidature .container {
        padding: 4rem 1rem 3rem;
    }

    #page-content .heading__content,
    #page-details-offre .heading__content {
        padding: 0;
    }

    #page-content .container.header-content {
        padding-bottom: 0;
    }

    #page-details-offre .info.libelle {
        font-size: 3rem;
        width: calc(100% - 8rem);
    }

    #page-details-offre .info:has(:nth-child(2)) {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    #page-details-offre .info.dateReponse:has(:nth-child(2)) {
        font-size: 1.4rem;
    }

    #page-details-offre .info.filieres:has(:nth-child(2)) {
        font-size: 1.6rem;
    }

    h1 {
        font-size: 3rem;
        width: calc(100% - 8rem);
    }

    .zone h3,
    h2 {
        font-size: 2.6rem;
        margin-bottom: 1.8rem;
        margin-top: 2.5rem;
    }

    .main.page-wrapper.main-offres .heading__teaser {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .container.filter-section.active {
        transition: visibility .2s ease-in-out, transform .2s ease-in-out, opacity .35s ease-in-out;
        display: block;
    }

    .container.filter-section {
        display: none;
    }

    .btn.-no-text-mobile {
        height: 4rem;
        width: 4rem;
        overflow: hidden;
        position: relative;
        text-align: left;
        text-indent: -9999px;
        white-space: nowrap;
        border-radius: 50%;
        background-color: var(--color-white);
        line-height: 3.2rem;
        padding: 0;
    }

    .btn.-no-text-mobile:active {
        background-color: var(--color-white) !important;
        outline: none !important;
    }

    .btn.-no-text-mobile:focus:active {
        background-color: var(--color-blue-light) !important;
        outline: 1px dashed var(--color-blue-light) !important;
        outline-offset: 2px !important;
    }

    .btn.-no-text-mobile:after,
    .btn.-no-text-mobile:before {
        display: block;
        left: 50%;
        margin: 0;
        position: absolute;
        text-indent: 0;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .filters__btn.btn:focus:before,
    .filters__btn.btn:hover:before {
        color: var(--color-white) !important;
    }

    .filters__btn.btn:focus,
    .filters__btn.btn:hover {
        background-color: var(--color-blue-light);
    }

    .filters__btn.btn:before {
        font-family: 'Font Awesome 5 Pro';
        content: "\f0b0";
        color: var(--color-green-olive) !important;
        font-size: 1.2rem;
    }

    .filters__btn.btn.-circle.-no-text-mobile.active::before {
        content: "\f00d";
    }

    .main.page-wrapper.main-offres .heading__content .filters__btn.btn.-circle.-no-text-mobile {
        display: block;
    }

    .main.page-wrapper.main-offres .heading__content {
        padding-top: 0;
    }

    .info.description:has(:nth-child(2)) {
        font-size: 1.6rem;
    }

    .info.dateReponse:has(:nth-child(2)) {
        font-size: 1.2rem;
    }

    .info.libelle:has(:nth-child(2)) {
        font-size: 1.6rem;
    }

    .container,
    .container.-lg,
    .container.-sm {
        max-width: 100% !important;
    }

    .menu.nav__menu li a {
        font-size: 1.8rem;
    }

    .nav__toggle {
        height: 6rem;
        width: 6rem;
    }

    .menu.nav__menu li {
        max-width: 100%;
    }

    .site-header .container {
        height: 60px;
        margin-bottom: 0;
    }

    .nav.nav--open .nav__toggle {
        height: 6rem;
        width: 6rem;
    }

    .nav.nav--open~#menutop {
        margin-top: 6rem;
    }

    .site-header .header-logo img {
        height: 4rem;
        width: 17.5rem;
    }

    .img-logo {
        max-width: calc(100% - 12rem);
        padding: 1rem;
    }

    .go-to-top a {
        height: 4rem;
        width: 4rem;
    }

    .go-to-top {
        bottom: 2rem;
        right: 1rem;
    }

    .go-to-top a:before {
        line-height: 4rem;
    }

    .site-infos {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 4rem 2rem 2.6rem;
    }

    .site-infos__col {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .site-infos__image {
        margin: 0 auto 3rem;
    }

    .social-networks {
        margin: 2.5rem auto 0;
        text-align: center;
    }

    .site-infos__item {
        text-align: center;
    }

    .site-infos__item.-phone a:after {
        content: "\f095";
        font-weight: 400;
        margin-left: .25em;
    }

    .site-infos__links {
        display: flex;
        align-items: center;
        margin: 2.5rem 0 0;
        text-align: center;
    }

    .site-infos__links .link {
        display: inline-flex;
        align-items: center;
        font-size: 1.6rem;
        margin-bottom: .9rem;
        padding-left: 3rem;
    }

    .site-infos__links .link:before {
        margin-right: .7rem;
        position: static;
        transform: translate(0);
        vertical-align: middle;
    }

    .footer .decor-shadow:before {
        box-shadow: -150px 7px 40px 0 var(--color-black);
        content: "";
        display: block;
        height: 6px;
        left: 0;
        position: absolute;
        top: -2rem;
        width: 100%;
    }

    .menu-cross {
        display: flex;
        align-items: center;
        flex-direction: column;
        order: 0;
        background-color: transparent;
        padding: 3rem 3rem 1.5rem;
        text-align: center;
        width: 100%;
    }

    .menu-cross__nav {
        justify-content: center;
    }

    .menu-cross__listitems.-second {
        margin-left: 2rem;
    }

    .footer__wrapper {
        background-image: url(img/footer-bg-sm.png);
        background-position-x: 0;
        background-size: cover;
        flex-direction: column;
    }

    .menu-cross__link.-faq {
        margin-left: 0;
        margin-top: 1rem;
    }

    .site-infos__links .link {
        width: auto;
    }

    #page-offres .filter_fields {
        display: grid;
        grid-template-columns: 1fr !important;
    }

    #filter .form-horizontal {
        display: grid;
    }

    #page-offres .actions {
        justify-content: center;
        align-items: center;
    }

    input,
    .form-control,
    select.form-control,
    .select2-selection.select2-selection--multiple {
        max-width: 100%;
    }

    #page-offres .actions {
        display: flex;
        position: relative;
        top: 0;
        margin: 20px 0 0 0;
    }
}
@media screen and (min-width: 480px) {
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 47%;
    }
}
@media (min-width: 576px) {
    .page-wrapper {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .col-md-4 {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
}