/*
 *  Nom : custom.css
 *  Auteur : Michael Pigeon
 *  Date : 2021-02-19
 */

:root {
    --orange: #CC5D37;
    --jaune: #EBB049;
    --jaune-hover: #d39e41;
    --marron: #4C4933;
    --marron-hover: #44412D;
}

.navbar {
    padding: 30px 10px;
}

.logo-carrefour{
    max-width:200px;
    margin-left:70px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.pace .pace-progress {
    background: var(--jaune);
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-basis: auto;
    flex-flow: column;
    justify-content: right;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

/*------------ Body    ------------*/
/*Mettre un background #FFFFFF car lui par defaut et #F2F4F4 */
.bg-blancMRC {
    background-color: #FFFFFF !important;
}

/*------------ Header  ------------*/
/*bg-blueMRC*/
.bg-blueMRC {
    background-color: var(--orange) !important;
}


/* Padding pour le header */
.padding-header {
    padding: 15px 0 30px 0;
}


/* Font montserrat */
.montserrat-font-mrc {
    font-family: 'Montserrat' !important;
    font-style: normal;
}

/* Font karla */
.karla-font-mrc {
    font-family: 'Karla' !important;
    font-style: normal;
}

/* hauteur du logo pour que tout soit aligné */
.height-header {
    height: 80px;
}

/* Hauteur de l'image */
.height-portail-emploi {
    height: 50px;
    font-size: 40px;
}

/* Hauteur du menu */
.height-menu-connexion {
    height: 70px;
}

.design-connexion {
    font-size: 15px;
    margin-right: 10px;
}

.font-size-menu {
    font-size: 20px;
}

.dropdown-menu-arrow {
    top: -25px;
    left: 90%;
    width: 0;
    height: 0;
    position: relative;

}

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;

}

.dropdown-menu-arrow:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    bottom: -10px;
    right: -7px;
    border-bottom-color: #fff;
}

.dropdown-menu-arrow:before {
    bottom: -7px;
    right: -9px;
    border-bottom-color: var(--marron);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--marron);

}

.dropdown-position-compte {
    top: auto;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: 3px solid var(--marron);
    background-clip: initial;
    padding: 1rem 0;
}

.font-dropdown-compte {
    font-size: 22px;
    text-transform: initial !important;
    font-weight: 500;
}

.font-dropdown-supprimer {
    font-size: 22px;
    text-transform: initial !important;
    font-weight: 500;
}

.font-dropdown-compte i {
    padding-right: 10px;
}

.dropdown-position-compte .dropdown-item {
    padding: 0.4rem 1.6rem;
}

.font-dropdown-compte i::before {
    vertical-align: middle;
}

.font-confirm {
    font-size: 16px;
    text-transform: initial !important;
    font-weight: 400;
}

.border-depose-offre {
    border-style: solid;
    border-width: 3px;
    border-color: white;
}

.nav-link.border-depose-offre {
    padding: 0.2rem 1.33rem;
}

.position-icon-plus {
    font-size: 17px;
}

.position-icon-plus::before {
    vertical-align: middle;
    margin-top: -1px;
}

/*Pagination*/
.page-link {
    border: none !important;
    padding: 0.47rem 0.4rem;
    font-family: 'Montserrat' !important;
    color: var(--marron) !important;
    font-weight: 500;
    font-size: 15px;
}

.page-link i::before {
    vertical-align: 0px !important;
    font-size: 18px;
}

.page-link:hover {
    background: none !important;
}


/*------------ Footer  ------------*/

.ligneFooterJaune {
    background-color: var(--marron);
    margin: 0 auto 0 auto;
    padding: 3px 0 3px 0;

}


.ligneFooterRouge {
    background-color: var(--jaune);
    margin: 0 auto 0 auto;
    padding: 3px 0 3px 0;
}

.bleuMRC {
    color: var(--orange) !important;
}





/*------------ Main  ------------*/
/* Pour séparer le titre du header */
.titre-padding-content {
    padding: 77px 0 0 0;
}

.titre-font {
    color: var(--jaune);
    font-size: 35px;
    font-weight: bold;
}

.titre-font-box {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

.padding-main-box-gauche {
    padding: 50px 20px 50px 30px;
    width: 100%;
}

.padding-main-box-droite {
    padding: 50px 30px 50px 20px;
    width: 100%;
}

.padding-main-box-gauche-alerte {
    padding: 50px 20px 50px 20px;
    width: 100%;
}

.padding-main-box-droite-alerte {
    padding: 50px 20px 50px 20px;
    width: 100%;
}

.design-dropdown-emploi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.font-main-box {
    color: var(--orange);
    font-size: 20px;
    font-weight: 600;
}

.font-main-box-choix {
    color: grey;
    font-size: 25px;
}

.font-main-box-choix span{
    color: #003535;
}

.font-dropdown-fleche {
    color: #003535;
    font-size: 18px;
    top: 0px;
}

.font-contenu-dropdown {
    color: var(--orange);
    font-size: 15px;
    text-transform: none;
    padding-left: 30px;
    font-weight: 400 !important;
}


.design-contenu-dropdown {
    min-width: 100%;
}

.checkbox-design {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* La flèche du dropdown qui quand il est activé fait une rotation de 180 */
.dropdown-toggle[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg);
}

.dropdown-menu.dropdown-menu-filtre-offre {
    padding: 15px 0 0 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border-width: 1px;
    border-style: solid;
    border-color: #D6D6D6;
    background-clip: initial;
}

/* Pour que la hitbox soit plus grande du checkbox*/
.label-checkbox-dropdown {
    padding: 0.4rem 1.6rem;
    width: 100%;
}

/* Afin que le checkbox soit moins gros*/
.padding-checkbox-dropdown {
    padding: 0;
}

.selection-none {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.curseur-pointeur-dropdown {
    cursor: pointer !important;
}


/*Bouton rénitialiser les filtres*/
.btn-renitialiser {
    color: var(--marron);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

/* Font karla */
.font-info-poste {
    font-family: 'Montserrat' !important;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.font-btn-renitialiser {
    font-family: 'Montserrat' !important;
    font-weight: 500;
    font-size: 15px;
}

.position-icon-renitialiser {
    top: 0px !important;
}

.position-colonne-renitilaliser {
    padding: 0;
}

.position-icon-offre {
    padding-right: 5px;
}

.position-icon-offre::before {
    vertical-align: initial;
}


/*Bouton recherche emploi*/
.btn-rouge-mrc {
    color: #FFFFFF;
    background-color: #cd5c34;
    border-color: #cd5c34;
    font-size: 35px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius:8px;
}

.btn-rouge-mrc:hover {
    color: #FFFFFF;
    background-color: #DE592C;
    border-color: #DE592C;

}

/* Font karla */
.font-btn-rouge-mrc {
    font-family: gibson !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}

.position-icon-rouge-mrc {
    top: -2px !important;
}


/* Bouton déposer CV et lettre de présentation*/
.btn-jaune-mrc {
    color: #FFFFFF;
    background-color: var(--marron);
    border-color: var(--marron);
    font-size: 35px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-jaune-mrc:hover {
    color: #FFFFFF;
    background-color: var(--marron-hover);
    border-color: var(--marron-hover);
}

.font-btn-jaune-mrc {
    font-family: gibson !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}

.position-icon-jaune-mrc {
    top: -2px !important;
}

/* Bouton créer un compte */
.btn-bleu-mrc {
    color: #FFFFFF;
    background-color: var(--orange);
    border-color: var(--orange);
    font-size: 35px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-bleu-mrc:hover {
    color: #FFFFFF;
    background-color: var(--orange);
    border-color: var(--orange);
}

.font-btn-bleu-mrc {
    font-family: gibson !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}

.position-icon-bleu-mrc {
    top: -2px !important;
}


.btn-rouge-mrc-display i,
.btn-rouge-mrc-display span {
    padding-left: 5px;
    padding-right: 5px;
}

.position-btn-rouge-mrc {
    margin-top: -25px;
}

/* bouton dans les tables */
.btn-jaune {
    color: #FFFFFF;
    background-color: var(--marron);
    border-color: var(--marron);
    padding: 0.4rem 0.6rem;
}

.btn-jaune:hover {
    color: #FFFFFF;
    background-color: var(--marron-hover);
    border-color: var(--marron-hover);
}

.btn-rouge {
    color: #FFFFFF;
    background-color: var(--jaune);
    border-color: var(--jaune);
    padding: 0.4rem 0.6rem;
}

.btn-rouge:hover {
    color: #FFFFFF;
    background-color: var(--jaune-hover);
    border-color: var(--jaune-hover);
}

.btn-bleu {
    color: #FFFFFF;
    background-color: var(--orange);
    border-color: var(--orange);
    padding: 0.4rem 0.6rem;
}

.btn-bleu:hover {
    color: #FFFFFF;
    background-color: #001420;
    border-color: #001420;
}

/* Personnaliasation du Scrollable bar*/
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

/* width */
.scrollable-menu::-webkit-scrollbar {
    width: 10px;
    background: #FFFFFF;
}

/* Handle */
.scrollable-menu::-webkit-scrollbar-thumb {
    background: var(--marron);
}

/* Handle on hover */
.scrollable-menu::-webkit-scrollbar-thumb:hover {
    background: #b97900;
}


.card-design-mrc {
    border-color: var(--orange);
    border-style: solid;
    border-width: 4px;

}

.card-entreprise {
    font-family: 'Karla' !important;
    font-weight: bold;
    font-size: 20px;
    color: var(--jaune);
}

.card-poste {
    font-family: 'Karla' !important;
    font-weight: bold;
    font-size: 30px;
    color: var(--orange);
}

.card-deck {
    padding-left: 14%;
    padding-right: 14%;
    margin: 0;
}

.card-deck .card {
    margin: 0;
}

.card {
    border-radius: 0;
    box-shadow: none;
}

.card-info-emploi {
    font-family: 'Montserrat' !important;
    color: var(--orange);
    font-size: 15px;

}

.card-info-emploi i {
    font-size: 20px;

}


/* Pour la position de l'icon*/
.card-info i::before {
    line-height: 1.2;
}

/* Pour avoir un padding entre les rangés */
.card-padding {
    padding: 15px;
}

.card-offre {
    margin-right: -10px;
    white-space: nowrap;
}

.card-offre a {
    font-family: 'Montserrat' !important;
    color: var(--marron);
    font-size: 15px;
    font-weight: 500;
}

.card-offre i {
    color: var(--marron);
    font-size: 25px;
}

.card-large-offre {
    margin-right: -10px;
    white-space: nowrap;
}

.card-large-offre a {
    font-family: 'Montserrat' !important;
    color: var(--marron);
    font-size: 15px;
    font-weight: 500;
}

.card-large-offre i {
    color: var(--marron);
    font-size: 25px;
}

.card-footer-padding {
    padding-right: 1.2rem !important;
}

@media (min-width: 1400px) {
    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-none {
        display: none !important;
    }
}



/*-----Formulaire---------*/

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    transition: background-color 99999s ease-in-out 99999s !important;
}

input.form-control-2:-webkit-autofill,
input.form-control-2:-webkit-autofill:hover,
input.form-control-2:-webkit-autofill:focus,
textarea.form-control-2:-webkit-autofill,
textarea.form-control-2:-webkit-autofill:hover,
textarea.form-control-2:-webkit-autofill:focus,
select.form-control-2:-webkit-autofill,
select.form-control-2:-webkit-autofill:hover,
select.form-control-2:-webkit-autofill:focus {
    -webkit-text-fill-color: white !important;
    font-family: 'Montserrat' !important;
}

input.form-control-3:-webkit-autofill,
input.form-control-3:-webkit-autofill:hover,
input.form-control-3:-webkit-autofill:focus,
textarea.form-control-3:-webkit-autofill,
textarea.form-control-3:-webkit-autofill:hover,
textarea.form-control-3:-webkit-autofill:focus,
select.form-control-3:-webkit-autofill,
select.form-control-3:-webkit-autofill:hover,
select.form-control-3:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--orange) !important;
    transition: background-color 99999s ease-in-out 99999s !important;
}

input.form-control-4:-webkit-autofill,
input.form-control-4:-webkit-autofill:hover,
input.form-control-4:-webkit-autofill:focus,
textarea.form-control-4:-webkit-autofill,
textarea.form-control-4:-webkit-autofill:hover,
textarea.form-control-4:-webkit-autofill:focus,
select.form-control-4:-webkit-autofill,
select.form-control-4:-webkit-autofill:hover,
select.form-control-4:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--orange) !important;
    transition: background-color 99999s ease-in-out 99999s !important;
}

input.form-control-5:-webkit-autofill,
input.form-control-5:-webkit-autofill:hover,
input.form-control-5:-webkit-autofill:focus,
textarea.form-control-5:-webkit-autofill,
textarea.form-control-5:-webkit-autofill:hover,
textarea.form-control-5:-webkit-autofill:focus,
select.form-control-5:-webkit-autofill,
select.form-control-5:-webkit-autofill:hover,
select.form-control-5:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--orange) !important;
    transition: background-color 99999s ease-in-out 99999s !important;
}

input.form-control-titre-poste:-webkit-autofill,
input.form-control-titre-poste:-webkit-autofill:hover,
input.form-control-titre-poste:-webkit-autofill:focus,
textarea.form-control-titre-poste:-webkit-autofill,
textarea.form-control-titre-poste:-webkit-autofill:hover,
textarea.form-control-titre-poste:-webkit-autofill:focus,
select.form-control-titre-poste:-webkit-autofill,
select.form-control-titre-poste:-webkit-autofill:hover,
select.form-control-titre-poste:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--orange) !important;
    transition: background-color 99999s ease-in-out 99999s !important;
}

.padding-main-box-gauche-connexion {
    padding: 0px 20px 20px 30px !important;
    width: 100%;
}

.padding-main-box-droite-connexion {
    padding: 0px 30px 20px 20px !important;
    width: 100%;
}
.padding-main-box-gauche a, .padding-main-box-droite a{
    border-radius:24px;
    transition:0.4s ease-in-out;
    border:2px solid transparent;
}


.padding-main-box-gauche:hover a, .padding-main-box-droite:hover a{
    border:2px solid #003535;
}



.form-control-2 {
    display: block;
    background-color: transparent;
    font-family: 'Montserrat' !important;
    border-radius: 0;
    border-width: 0 0 0;
    border-color: white;
    outline: 0;
    width: 100%;
    height: calc(1.4em + 0.94rem + 3.7px);
    padding: 2rem 0.8rem 1rem 0.3rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.connexionEntreprise{
    font-family: gibson !important;
}

.custom-form-control{
    display: block;
    background-color: white;
    font-family: 'gibson' !important;
    border-radius: 8px;
    border: 1px solid white;
    padding: 10px;
    color:#003535;
    width:100%;
}
.custom-form-control::placeholder{
    color: #003535;
}

.form-control-3 {
    display: block;
    background-color: transparent;
    font-family: 'Montserrat' !important;
    border-radius: 0;
    border-width: 0 0 0;
    border-color: white;
    outline: 0;
    width: 100%;
    height: calc(1.4em + 0.94rem + 3.7px);
    padding: 2rem 0.8rem 1rem 0.3rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--orange);
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 28px;
}

.form-control-4 {
    display: block;
    background-color: transparent;
    font-family: 'Montserrat' !important;
    border-radius: 0;
    border-width: 0 0 0;
    border-color: white;
    outline: 0;
    width: 100%;
    height: calc(1.4em + 0.94rem + 3.7px);
    padding: 2rem 0.8rem 1rem 0.3rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--orange);
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 24px;
}


.form-control-titre-poste {
    display: block;
    background-color: transparent;
    font-family: 'Montserrat' !important;
    border-radius: 0;
    border-width: 0 0 0;
    border-color: white;
    outline: 0;
    width: 100%;
    height: calc(1.4em + 0.94rem + 3.7px);
    padding: 2rem 0.8rem 1rem 0.3rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--orange);
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 30px;
}

.form-control-modifier-mdp {
    width: 80% !important;
}

.text-modifier-mdp {
    font-style: italic;
    font-size: 12px;
    padding-bottom: 5px;
    color: var(--marron) !important;
    font-weight: 500;
}


.form-control-jaune {
    color: var(--marron) !important;
}

.form-control-jaune::placeholder {
    color: var(--marron) !important;
}

.{
    border-radius: 0 !important;
    border-width: 0 0 2px !important;
    border-color: white !important;
    border-style: solid;
}

.ligne-bleu-form {
    border-radius: 0 !important;
    border-width: 0 0 3px !important;
    border-color: var(--orange) !important;
    border-style: solid;
}

.ligne-rouge-form {
    border-radius: 0 !important;
    border-width: 0 0 3px !important;
    border-color: var(--jaune) !important;
    border-style: solid;
}

. {
    border-radius: 0 !important;
    border-width: 0 0 2px !important;
    border-color: var(--marron) !important;
    border-style: solid;
}

.form-control-2::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
    font-style: italic;
}

.form-control-2:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
    font-style: italic;
}

.form-control-2::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
    font-style: italic;
}


.form-control-3::placeholder {
    color: var(--orange);
    opacity: 1;
    /* Firefox */
    font-style: italic;
    font-size: 28px;
}

.form-control-3:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--orange);
    font-style: italic;
    font-size: 28px;
}

.form-control-3::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--orange);
    font-style: italic;
    font-size: 28px;
}

.form-control-4::placeholder {
    color: var(--orange);
    opacity: 1;
    /* Firefox */
    font-style: italic;
    font-size: 24px;
}

.form-control-4:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--orange);
    font-style: italic;
    font-size: 24px;
}

.form-control-4::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--orange);
    font-style: italic;
    font-size: 24px;
}

.form-control-titre-poste::placeholder {
    color: var(--orange);
    opacity: 1;
    /* Firefox */
    font-style: italic;
    font-size: 30px;
}

.form-control-titre-poste:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--orange);
    font-style: italic;
    font-size: 30px;
}

.form-control-titre-poste::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--orange);
    font-style: italic;
    font-size: 30px;
}

.champ-jaune {
    font-family: 'Montserrat' !important;
    color: var(--marron) !important;
}

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

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

.ajustement-mdp-oublie {
    padding-left: 0.3em;
}

.btn-fiche-mobile {
    position: absolute;
    bottom: 0px;
}

/* C'est pour qui n'est pas une différence de 1 pixel entre une partie et une autre*/
.reglage-width {
    max-width: 66.66666% !important;
}

.ligne-blanche-gauche {
    border-right: solid 2px white;
}

.ligne-blanche-droite {
    border-left: solid 2px white;
}

.titre-connexion-inscription {
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.logo-attention {
    font-size: 20px;
}

.logo-attention-position {
    margin-top: 0.5em;
}



/* Tooltip */
.popover-body {
    color: #1d1d1d !important;
    font-family: 'Montserrat' !important;
    font-size: 14px;
}



/* Partie ou le candidat postule à un emploie */
.formulaire-titre-candidat,
.formulaire-titre-profil {
    font-family: 'Karla' !important;
    font-size: 28px;
    font-weight: bold;
    color: var(--jaune) !important;
}

.formulaire-document-candidat {
    font-family: 'Montserrat' !important;
    font-size: 24px;
    color: var(--orange) !important;
    font-style: italic;
}

.position-icon-formulaire-document {
    vertical-align: text-bottom;
}

.encadre-bleu-form {
    border-radius: 0 !important;
    border-width: 3px 3px 3px 3px !important;
    border-color: var(--orange) !important;
    border-style: solid;
}

.textarea-formulaire-candidat {
    height: auto;
    resize: none;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
}

input[type="file"] {
    display: none;
}

.file-name {
    word-break: break-all;
}

.circle-img-profil {
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
}

#img-profil-selected {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    object-fit: cover;
}

.font-style-normal {
    font-style: normal;
}

.pointer {
    cursor: pointer;
}

.text-transform-normal {
    text-transform: initial !important;
}

.texte-entreprise,
.texte-alerte,
.texte-candidature,
.texte-soumettre {
    font-family: 'Montserrat' !important;
    font-size: 20px;
    font-weight: 500;
    color: var(--orange) !important;

}

.texte-document-candidature {
    font-family: 'Montserrat' !important;
    font-size: 16px;
    font-weight: 500;
    color: var(--orange) !important;
}


.check-list-style {
    color: var(--orange);
    font-size: 16px;
    font-weight: 500 !important;
    text-transform: none;
    font-weight: normal;
    padding-left: 30px;
}

.form-control-5 {
    display: block;
    background-color: transparent;
    font-family: 'Montserrat' !important;
    border-radius: 0;
    border-width: 0 0 0;
    border-color: white;
    outline: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.4;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 16px
}

.cursor-pointer {
    cursor: pointer;
}

.retirer_cv_document::before,
.retirer_autre_document::before,
.icon-fiche::before {
    margin-bottom: 2px;
}


/* Create a custom checkbox */
.checkmark-checkbox {
    position: absolute;
    top: 2px;
    left: 8px;
    height: 18px;
    width: 18px;
    background-color: #FCFCFC;
    border: 1px solid var(--orange);
}

.checkmark-checkbox-jaune {
    position: absolute;
    top: 2px;
    left: 8px;
    height: 18px;
    width: 18px;
    background-color: #FCFCFC;
    border: 1px solid var(--marron);
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 23px;
    width: 23px;
    border: solid var(--marron) 1px;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: var(--marron-hover);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* Partie ou le candidat postule à un emploi */
.formulaire-titre-profil {
    font-family: 'Karla' !important;
    font-size: 28px;
    font-weight: bold;
    color: var(--jaune) !important;
}

.formulaire-document-profil {
    font-family: 'Montserrat' !important;
    font-size: 24px;
    color: var(--orange) !important;
    font-style: italic;
}


.textarea-formulaire-profil {
    height: auto;
    resize: none;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
}

.img-profil-selected {
    max-width: 100%;
    height: auto;
}

.position-icon {
    top: -2px !important;
    position: relative;
}

.titre-poste {
    font-family: 'Karla' !important;
    font-size: 50px;
    font-weight: bold;
    color: var(--orange) !important;
}

.sous-titre-poste {
    font-family: 'Karla' !important;
    font-size: 25px;
    font-weight: bold;
    color: var(--jaune) !important;
    text-transform: uppercase;
}

.texte-entreprise {
    font-family: 'Montserrat' !important;
    font-size: 20px;
    font-weight: 500;
    color: var(--orange) !important;

}

.texte-poste {
    font-family: 'Montserrat' !important;
    font-size: 23px;
    font-weight: 400;
    color: var(--orange) !important;
}

.border-entreprise {
    border-style: solid;
    border-width: 5px;
    border-color: var(--marron) !important;
}

.position-plus::before {
    vertical-align: initial !important;
    font-size: 30px;
}



/* Déposer un offre d'emploi */

.border-titre-poste {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-color: var(--jaune);
}

/* Checkbox */
/* The container */
.container-checklist {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checklist input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

/* Hide the browser's default checkbox */
.container-checklist-autre {
    position: relative !important;
    opacity: 1 !important;
    height: 26px !important;
    width: 100% !important;
    max-width: 200px;
    margin-left: 10px;
    font-style: normal !important;
}

/* When the checkbox is checked, add a blue background */
.container-checklist input:checked~.checkmark-checkbox {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checklist input:checked~.checkmark-checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checklist .checkmark-checkbox:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 7px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow:
        2px 0 0 white,
        4px 0 0 white,
        4px -2px 0 white,
        4px -4px 0 white,
        4px -6px 0 white,
        4px -8px 0 white;
    transform: rotate(45deg);
}

.label-checkbox-emploi {
    padding: 0.3rem 0.4rem;
    width: 100%;
}


.checkbox-position {
    margin-top: 0.1rem;
}

/* The container */
.container-radio {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;

}

/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: 2px;
    left: 8px;
    height: 18px;
    width: 18px;
    background-color: #FCFCFC;
    border: 1px solid var(--orange);
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark-radio {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
    top: 3.5px;
    left: 3.5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
}

/* Hide the browser's default checkbox */
.container-checklist-horaire-salaire {
    position: relative !important;
    opacity: 1 !important;
    height: 26px !important;
    width: 100% !important;
    max-width: 60px;
    margin-left: 30px;
    text-align: center;
}


.form-control-5::placeholder {
    color: var(--orange);
    opacity: 1;
    /* Firefox */
    font-size: 16px;
    font-weight: 500;
}

.form-control-5:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--orange);
    font-size: 16px;
    font-weight: 500;
}

.form-control-5::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--orange);
    font-size: 16px;
    font-weight: 500;
}

.container-checklist-date::placeholder {
    text-align: center;
}

.container-checklist-date::-ms-input-placeholder {
    text-align: center;
}

.container-checklist-date:-ms-input-placeholder {
    text-align: center;
}


.container-checklist-date {
    position: relative !important;
    opacity: 1 !important;
    height: 26px !important;
    width: 100% !important;
    max-width: 150px;
    margin-left: 10px;
    font-style: normal !important;
    padding: 0 20px 0 20px;
}

.calendrier-design {
    color: var(--orange);
    font-size: 25px;
}


.calendrier-design::before {
    vertical-align: top;
}

.avantage-plus::before {
    vertical-align: sub;
    font-size: 18px;
}

.avantage-plus {
    padding-right: 5px;
}

.ajouter-avantage {
    padding-left: 8px;
    font-style: italic;
}



/* Checkbox du filtre de recherche d'emplois */
/* The container */
.container-filtre-emploi {
    display: inline-block;
    position: relative;
    padding-left: 55px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 !important;
}

/* Hide the browser's default checkbox */
.container-filtre-emploi input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.checkmark-filtre-emploi {
    position: absolute;
    top: 7px;
    left: 25px;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
}



/* When the checkbox is checked, add a blue background */
.container-filtre-emploi input:checked~.checkmark-filtre-emploi {
    background-color: #003535;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-filtre-emploi:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-filtre-emploi input:checked~.checkmark-filtre-emploi:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-filtre-emploi .checkmark-filtre-emploi:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.check-list-style-filtre-emploi {
    font-family: gibson !important;
    color: #003535 !important;
    font-size: 16px;
    font-weight: 500 !important;
    text-transform: none;
    font-weight: normal;
    padding-left: 13px;
}

.dropdown-menu-filtre-offre {
    box-shadow: none;
}

.dropdown-border-alerte {
    border-bottom: solid 1px var(--orange) !important;
    border-left: solid 1px var(--orange) !important;
    border-right: solid 1px var(--orange) !important;
}


/*Positionnement du message de confirmation de suppression*/
.dropdown-position-supprimer {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: 3px solid var(--marron);
    background-clip: initial;
    padding: 1rem 0;
    top: 50px !important;
}

.dropdown-position-alerte-supprimer {
    right: -17px !important;
}

.dropdown-position-offre-supprimer {
    right: -23px !important;

}

.dropdown-supprimer-arrow {
    top: -25px;
    left: 90%;
    width: 0;
    height: 0;
    position: relative;

}

.dropdown-supprimer-arrow::before,
.dropdown-supprimer-arrow::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;

}

.dropdown-supprimer-arrow::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    bottom: -10px;
    right: -7px;
    border-bottom-color: #fff;
}

.dropdown-supprimer-arrow::before {
    bottom: -8px;
    right: -9px;
    border-bottom-color: var(--marron);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--marron);

}

.dropdown-header {
    padding: 0;

}



/* Table ayant comme design les maquette de la mrc */
.table thead .table-mrc th {
    font-weight: 400 !important;
    font-size: 16px;
    color: var(--orange);
    text-transform: none !important;
}

.table tbody .table-mrc td {
    font-weight: 400 !important;
    font-size: 16px;
    color: var(--orange);
    text-transform: none !important;
}

.table .table-mrc td {
    vertical-align: middle;
    border-bottom: 2px solid #DEDEDE;
    border-top: none;
}

.table .table-mrc th {
    vertical-align: middle;
    border-bottom: 2px solid #DEDEDE;
    border-top: none;
}


.btn-table-voir {
    color: #FFFFFF;
    background-color: var(--marron);
    border-color: var(--marron);
    padding: 0.3rem 0.3rem;
}

.btn-table-supprimer {
    color: #FFFFFF;
    background-color: var(--orange);
    border-color: var(--orange);
    padding: 0.3rem 0.3rem;
}

.btn-table-editer {
    color: #FFFFFF;
    background-color: var(--jaune);
    border-color: var(--jaune);
    padding: 0.3rem 0.3rem;
}

.bi-icon-table {
    font-size: 25px;
}


/* La région de Montmagny */
.font-medium-texte-montmagny {
    font-family: 'Montserrat' !important;
    font-size: 25px;
    font-weight: 500;
    color: var(--orange) !important;
}

.font-texte-montmagny {
    font-family: 'Montserrat' !important;
    font-size: 25px;
    font-weight: 400;
    color: var(--orange) !important;
}

.sous-titre-texte-montmagny {
    font-family: 'Karla' !important;
    font-size: 30px;
    font-weight: bold;
    color: var(--jaune) !important;
    text-transform: uppercase;
}

.font-region-montmagny {
    font-family: 'Karla' !important;
    font-size: 35px;
    font-weight: bold;
    color: var(--orange) !important;
}

.font-visiter-site {
    font-family: 'Montserrat' !important;
    font-size: 18px;
    color: var(--orange) !important;
    font-weight: 600;
}

.font-coup-coeur {
    font-family: 'Montserrat' !important;
    font-size: 18px;
    color: var(--orange) !important;
}

.position-icon-visiter-site {
    top: 0px !important;
    position: relative;
    padding-right: 5px;
}

.tiotr {
    top: 0px !important;
    position: relative;
    padding-right: 5px;
}

.position-distance-montmagny {
    left: -120px;
}

.position-distance-montmagny p,
.position-distance-montmagny span {
    white-space: nowrap;
}

.alert {
    border-radius: 0 !important;
}

@media screen and (max-width: 768px) {
    
    .logo-carrefour{
        margin-left:0px;
    }
    .titre-padding-content {
        padding: 25px 0 0 0;
    }

    .padding-main-box-gauche,
    .padding-main-box-droite {
        padding: 25px 30px 25px 20px;
        width: 100%;
    }

    .position-btn-rouge-mrc {
        margin-top: 15px;
    }

    .ligne-blanche-gauche,
    .ligne-blanche-droite {
        border: none;
    }

    .padding-main-box-droite-connexion,
    .padding-main-box-gauche-connexion {
        padding: 20px !important;
    }

    .font-btn-jaune-mrc {
        font-size: 16px;
    }

    .formulaire-document-candidat {
        font-size: 16px;
    }

    .form-control-2,
    .form-control-3,
    .form-control-4,
    .form-control-3::placeholder,
    .form-control-4::placeholder {
        font-size: 16px;
    }

    .btn-rouge-mrc {
        font-size: 16px;
    }

    .font-btn-rouge-mrc {
        font-family: 'gibson' !important;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
    }

    .padding-main-box-gauche-alerte,
    .padding-main-box-droite-alerte {
        padding: 25px 20px 25px 20px;
        width: 100%;
    }

    .position-icon-jaune-mrc,
    .position-icon-bleu-mrc {
        font-size: 16px;
    }

    .font-btn-bleu-mrc {
        font-size: 16px;
    }

    .btn-fiche-mobile {
        position: relative;
        bottom: 0px;
    }

    .position-distance-montmagny {
        left: 0;
    }

    .font-texte-montmagny {
        font-size: 20px;
    }

    .font-region-montmagny {
        font-size: 28px;
    }

}



/* Afin que l'es offres dans la page d'acceuil soit responsive */
@media (min-width: 1700px) {
    .largeur-card {
        width: 25%;
    }
}

@media (max-width: 1700px) and (min-width: 1300px) {
    .largeur-card {
        width: 33.33333%;
    }
}

@media (max-width: 1300px) and (min-width: 992px) {
    .largeur-card {
        width: 50%;
    }
}

@media (max-width: 992px) and (min-width: 900px) {
    .largeur-card {
        width: 50%;
    }
}

@media (max-width: 900px) and (min-width: 576px) {
    .largeur-card {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .largeur-card {
        width: 100%;
    }
}


/* Emplacement du calandrier  */
.picker {
    top: unset !important;
    margin-top: 50px !important;
}









@font-face {
    font-family: gibson;
    src: url('/fonts/gibson.ttf');
}
@font-face {
    font-family: beastly;
    src: url('/fonts/beastly.ttf');
}


.wrap-desktop{
    max-width:1344px;
    display:block;
    margin:0 auto;
}
.header{
    padding:24px 0px;
    display:flex;
    align-items: center;
}
.header_logo {
    max-width: 212.57px;
    width:80%;
}
.menu{
    list-style-type: none;
    margin-bottom:0;
    padding-left:50px;
    font-family: gibson;
    font-size:16px;
}
.menu li{
    display: inline;
    margin-right:35px;
    line-height:24px;
}
.menu li a{
    color:#003535;
    font-weight: 350;
    transition: 0.4s ease-in-out;
}
.menu li:nth-child(4){
    border-left:1px solid #CC5C37;
}
.buttons_header{
    display:flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.menuUser{
    position: absolute;
    top: 50px;
    background-color: white;
    margin-left: 68px;
    padding: 12px 24px;
    box-shadow: 0px 2px 2px #9f9f9f;
    border-radius: 8px;
    right: 0;
    width: 265px;
    text-align: right;
    display:none;
}
.menuEspaceOrange{
    font-size:16px !important;
    color:#CC5C37 !important;
}
.menu_mobile ul li + a.menuEspaceOrange{
    margin-bottom:0px;
}
.linkMenuMobile{
    margin-bottom:12px !important;
}
#openMenuUser:hover + .menuUser, .menuUser:hover{
    display:block;
}
.menuUser ul{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.menuUser ul a{
    color: #CC5C37;
}
.star{
    background-color:#F2F5FF;
    border-radius:8px;
    width:48px;
    height:48px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.star img{
    width:24px;
    height:24px;
}
.inscription_connexion{
    background-color:#CC5C37;
    border-radius: 8px;
    color:white;
    font-size:16px;
    line-height:24px;
    font-weight: 500;
    padding:12px 24px;
    font-family: gibson;
    margin-left: 24px;
    transition: 0.4s ease-in-out;
}
.menu li a:hover{
    color: #c4c4c4;
}
.inscription_connexion:hover{
    background-color:#DE592C;
    cursor:pointer;
    color:white !important;
}
.inscription_connexion img{
    margin-right:12px;
}
.espacePerso::before{
    content: "";
    background-image: url(/images/Motif.png);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-repeat: repeat;
    background-position: 0px 100px;
    background-size: 100%;
}
.espacePerso{
    font-family: gibson !important;
}

.encadre-orange::before{
    content: "";
    background-image: url(/images/Motif.png);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-repeat: no-repeat;
    /*background-position: 50% -100%;*/
    background-size: cover;
}
.encadre-orange{
    background-color:#003535;
    text-align:center;
    color:white !important;
    padding:50px 0px;
    position: relative;
    overflow: hidden;
}
.encadre-orange h3{
    font-size:24px;
    line-height:32px;
    color:white !important;
    margin-bottom:48px;
}
.encadre-orange h2{
    font-size:88px;
    line-height:78px;
  	color :white !important;
  font-weight:bold;
  font-family: gibson !important;
}
.encadre-orange h3, .encadre-orange h2, .encadre-orange a{
    font-family: gibson;
}
.encadre-orange h1{
    font-size:88px;
    line-height:78px;
    letter-spacing: 2px;
    color :#CC5C37 !important;
  	font-weight:bold;
  font-family: gibson !important;
}
.encadre-orange h5{
    font-size:32px;
    line-height:0px;
    text-transform: uppercase;
    color:white !important;
  	margin-top:70px;
}
.encadre-orange h6{
    font-family: beastly;
    font-size:42px;
    line-height:64px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color:white !important;
}
.encadre-orange a{
    display:block;
    width: 144px;
    background-color:white;
    border-radius:8px;
    margin:0 auto;
    margin-top:48px;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    color: #90939C !important;
    padding:12px 24px;
    transition:0.4s ease-in-out;
}
.encadre-orange a:hover{
    cursor:pointer;
    color:#003535 !important;
}
.div-regions{
    min-height:716px;
    display:flex;
    align-items: center;
    background-size:100%;
    transition: 0.1s background linear;
}
.encadre-regions{
    width: 416px;
    padding:48px;
    background-color:white;
    border-radius: 24px;
    display:flex;
    flex-direction: column;
    min-height:524px;
}
.nav-regions{
    display:flex;
    align-items:center;
}
.btn-fleche{
    background-color:#F2F5FF;
    border-radius:8px;
    width:48px;
    height:48px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.btn-fleche img{
    width:12px;
    height:14px;
}
.body-region{
    flex: 1;
    vertical-align: middle;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.body-region span{
    color:#CC5C37;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
}
.body-region h6{
    margin-top:12px;
    color:#003535;
    font-family:gibson;
    font-size:24px;
    line-height:32px;
}
.body-region div{
    margin-top:24px;
    color:#003535;
    font-family:gibson;
    font-size:16px;
    line-height:24px;
}
.btn-fleche.gauche img{
    transform: rotate(180deg);
}
.nav-regions span{
    flex:1;
    text-align:center;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    color:#003535;
    font-weight: 600
}
.encadre-regions .btn-decouvrir{
    background-color:#CC5C37;
    border-radius:8px;
    display:block;
    width:320px;
    text-align:center;
    margin:0 auto;
    color: white !important;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    padding:12px;
    transition:0.4s ease-in-out;
}
.encadre-regions .btn-decouvrir:hover{
    background-color:#DE592C;
    cursor:pointer;
}
.filtres{
    background-color:#F2F5FF;
    padding:96px 0px;
}
.titre-filtres{
    list-style-type:none;
    display: flex;
    align-items: center;
    padding-left:0;
}
.titre-filtres hr{
    height:1px;
    width:100%;
    border-top:1px solid #90939C;
}
.titre-filtres li{
    flex:1;
}
.titre-filtres li:nth-child(1), .titre-filtres li:nth-child(3){
    max-width:416px;
}
.titre-filtres li:nth-child(2){
    text-align:center;
    color:#003535;
    font-family: gibson;
    font-size:24px;
    line-height:32px;
}

.selectFiltres{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:30px;
}

.selectFiltres .dropdown{
    flex:1;
    max-width:416px;
    font-family: gibson !important;
    color: #003535 !important;
    font-size:16px !important;
    line-height:24px !important;
}

.selectFiltres .dropdown img{
    padding-right:10px;
}

.selectFiltres .dropdown button{
    background-color:white;
    border:none;
    border-radius:8px;
    padding:12px 24px;
}
.buttonsFiltres{
    display:flex;
    justify-content: space-between;
    margin-top:60px;
}
.btnSearch, .btnReset{
    max-width:416px;
    border-radius: 8px;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    flex:1;
    padding:12px 24px;
    text-align: center;
}
.input_filtre_mot_cle{
    max-width:416px;
    border-radius: 8px;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    flex:1;
    padding:12px 24px;
    color:black;
}
.input_filtre_mot_cle:focus{
    color: black;
    border: none;
}
.btnSearch{
    color:white;
    background-color:#CC5C37;
    transition: 0.4s ease-in-out;
    border:none;
}
.btnSearch:hover{
    background-color:#DE592C;
    cursor:pointer;
}
.btnReset{
    border:1px solid #90939C;
    color: #90939C;
    transition:0.4s ease-in-out;
}
.btnReset:hover{
    cursor:pointer;
    color:#003535;
}
.btnSearch i, .btnReset i{
    margin-right:10px;
}


.div-avantages{
    min-height:716px;
    display:flex;
    align-items: center;
    background-size:100%;
}
.encadre-avantages{
    width: 416px;
    padding:48px;
    background-color:white;
    border-radius: 24px;
    display:flex;
    flex-direction: column;
    min-height:524px;
}
.nav-avantages{
    display:flex;
    align-items:center;
}
.body-avantages{
    flex: 1;
    vertical-align: middle;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.body-avantages span{
    color:#CC5C37;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
}
.body-avantages h6{
    margin-top:12px;
    color:#003535;
    font-family:gibson;
    font-size:24px;
    line-height:32px;
}
.body-avantages p{
    margin-top:24px;
    color:#003535;
    font-family:gibson;
    font-size:16px;
    line-height:24px;
}
.nav-avantages span{
    flex:1;
    text-align:center;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    color:#003535;
    font-weight: 600
}
.encadre-avantages .btn-decouvrir{
    background-color:#CC5C37;
    border-radius:8px;
    display:block;
    width:320px;
    text-align:center;
    margin:0 auto;
    color: white !important;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    padding:12px;
    transition:0.4s ease-in-out;
}

.encadre-avantages .btn-decouvrir:hover{
    background-color:#DE592C;
    cursor:pointer;
}

.titre-partenaires{
    list-style-type:none;
    display: flex;
    align-items: center;
    padding-left:0;
}
.titre-partenaires hr{
    height:1px;
    width:100%;
    border-top:1px solid #F2F5FF;
}
.titre-partenaires li{
    flex:1;
}
.titre-partenaires li:nth-child(1), .titre-partenaires li:nth-child(3){
    max-width:416px;
}
.titre-partenaires li:nth-child(2){
    text-align:center;
    color:#003535;
    font-family: gibson;
    font-size:24px;
    line-height:32px;
}

footer .liens{
    text-align:center;
    background-color: #F2F5FF;
    padding: 96px 48px;
}

footer .liens .list-divs div:first-child, footer .liens .list-divs div:last-child{
    width:416px;
}

footer .liens .list-divs div:first-child{
    border-right:1px solid white;
}

footer .liens .list-divs div:last-child{
    border-left:1px solid white;
}

footer .liens h6{
    font-family: gibson;
    font-size:24px;
    line-height:32px;
    display:block;
    margin-bottom:25px;
}
footer .liens a{
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    color: #003535;
    display:block;
    margin-top:10px;
}
footer .liens span{
    color: #90939C;
}
footer .liens .list-divs .separateur{
    border-left:1px solid white;
}

.footer-orange{
    color:white;
    font-family: gibson;
    background-color:#003535;
    padding:48px 48px;
    text-align:center;
    position:relative;
    font-size:12px;
    line-height:24px;
}
.footer-orange::before{
        content: "";
            background-image: url(/images/Motif.png);
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0.1;
            background-repeat: no-repeat;
            background-position: 0%;
            background-size: 100%;
}

.liste-emplois{
    background-color: #003535;
    padding: 96px 48px;
    position:relative;
    overflow:hidden;
    z-index:5;
}
.titre-emplois{
    color:white;
}
.titre-emplois h3{
    font-family: gibson;
    font-sie:24px;
    line-height:32px;
    color:white;
}
.titre-emplois h1{
    font-family: beastly;
    font-size:56px;
    line-height:64px;
    letter-spacing: 2%;
    color:white;
}
.titre-emplois span{
    font-family: gibson;
    font-sie:16px;
    line-height:24px;
    color:white;
    opacity:0.5;
}
.liste-emplois .offres{
    display:flex;
    flex-wrap: wrap;
    gap:40px;
    padding-top:80px;
    position:relative;
    z-index:5;
}
.liste-emplois .offre-card{
    min-height: 636px;
    width: 416px;
    max-width: 416px;
    background-color:white;
    border-radius:24px;
    display: flex;
    flex-direction: column;
}

.offre-large-card{
    background-color:white;
    border-radius:24px;
    display: flex;
    flex-direction: column;
}

.offre-header{
    background-repeat:no-repeat;
    max-height:160px;
    min-height:160px;
    position:relative;
    background-size:100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.offre-large-header{
    background-repeat:no-repeat;
    min-height:200px;
    position:relative;
    background-size:100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.offre-header .favori{
    position:absolute;
    right:20px;
    top:20px;
    background-color:white;
    border-radius: 8px;
    width:48px;
    height:48px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.offre-large-header .favori{
    position:absolute;
    right:20px;
    top:20px;
    background-color:white;
    border-radius: 8px;
    width:48px;
    height:48px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.offre-header .favori .etoile{
    background-image:url('/images/etoile.png');
    height: 100%;
    width: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.offre-large-header .favori .etoile{
    background-image:url('/images/etoile.png');
    height: 100%;
    width: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.offre-header .favori:hover{
    background-color:black;
    cursor:pointer;
}
.offre-large-header .favori:hover{
    background-color:black;
    cursor:pointer;
}
/*.offre-header .favori:hover .etoile{
    background-image:url('/images/etoile_jaune.png');
    height: 100%;
    width: 100%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor:pointer;
}
.offre-large-header .favori:hover .etoile{
    background-image:url('/images/etoile_jaune.png');
    height: 100%;
    width: 100%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor:pointer;
}*/
.offre-logo{
    position: absolute;
    left: 40px;
    top: 115px;
    /* border: 1px solid #f3f3f3; */
    border-radius: 8px;
    max-height: 96px;
    max-width: 200px;
    padding: 1px;
    background-color: white;
}
.offre-large-logo{
    position:absolute;
    left:40px;
    top:150px;
    border:1px solid white;
    border-radius:8px;
    max-height: 96px;
    max-width: 200px;
   background-color: white;
}
.offre-body{
    padding:40px;
    display:flex;
    flex-direction: column;
    flex:1;
    align-items: stretch;
    padding-top:70px;
}
.offre-body .infos span{
    color: #CC5C37;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
}
.offre-body .infos h3{
    color: #003535;
    font-family: gibson;
    font-size:24px;
    line-height:32px;
    margin-top:10px;
}
.offre-body ul{
    list-style-type: none;
    padding:0;
    margin:0;
    padding-top:24px;
}
.separateur{
    border:1px solid #F2F5FF;
}
.offre-body ul li {
    color:#003535;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    display:flex;
    align-items: center;
    margin-bottom:12px;
}
.offre-body ul li span:nth-child(1){
    display:inline-block;
    margin-right:10px;
    width:24px;
    text-align: center;
    vertical-align: middle;
}
.offre-body ul li span:nth-child(2){
}
.offre-body .tags{
    margin-top: auto;
}
.offre-buttons{
    display:flex;
    justify-content: space-between;
    margin-top:48px;
}
.div-btn-cookie {
    display:flex;
    justify-content: center;
    column-gap: 15px;
}

.offre-buttons .voir, .offre-buttons .share, .div-btn-cookie .btn-cookie{
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    border-radius:8px;
    text-align:center;
    padding:12px 24px;
    width:148px;
}
.offre-buttons .voir{
    color:white;
    background-color:#CC5C37;
    transition:0.4s ease-in-out;
}
.offre-buttons .voir:hover{
    background-color:#DE592C;
}
.offre-buttons .share{
    color:#90939C;
    background-color:#F2F5FF;
    transition:0.4s ease-in-out;
    align-items: center;
    display: flex;
    justify-content: center;
}
.offre-buttons .share:hover{
    color:#003535;
}

.offre-large-body{
    padding:40px;
    display:flex;
    flex-direction: column;
    flex:1;
    align-items: stretch;
}
.offre-large-body .infos{
    padding-top:40px;
}
.offre-large-body .infos span{
    color: #CC5C37;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
}
.offre-large-body .infos h3{
    color: #003535;
    font-family: beastly;
    font-size:48px;
    line-height:56px;
    letter-spacing:2%;
}
.offre-large-body ul{
    padding-left:15px;
    margin:0;
}
.offre-large-body .separateur{
    border:1px solid #F2F5FF;
}
.occ-affaires h1,
.occ-affaires h2 {
    font-size: 70px;
    line-height: 70px;
}

.occ-affaires {
    padding-bottom: 90px;
}
.offre-large-body ul li {
    color:#003535;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    align-items: center;
}
.offre-large-body ul li span:nth-child(1){
    display:inline-block;
    margin-right:10px;
    width:24px;
    text-align: center;
    vertical-align: middle;
}
.offre-large-body ul li span:nth-child(2){
}
.offre-large-body .tags{
    margin-top: auto;
}
.offre-large-card .separateur{
    margin:48px 0px;
}
.offre-large-buttons{
    display:flex;
    justify-content: space-between;
    margin-top:48px;
}
.offre-large-buttons .voir, .offre-large-buttons .share{
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    border-radius:8px;
    text-align:center;
    padding:12px 24px;
    width:148px;
}
.offre-large-buttons .voir{
    color:white;
    background-color:#CC5C37;
    transition:0.4s ease-in-out;
}
.offre-large-buttons .voir:hover{
    background-color:#DE592C;
}
.offre-large-buttons .share{
    color:#90939C;
    background-color:#F2F5FF;
    transition:0.4s ease-in-out;
    align-items: center;
    display: flex;
    justify-content: center;
}
.offre-large-buttons .share:hover{
    color:#003535;
    background-color:#DE592C;
}

.liste-emplois::before{
    content: "";
    background-image: url(/images/Motif.png);
    display: block;
    position: absolute;
    left: -60%;
    top: 0;
    width: 96%;
    height: 93%;
    z-index: 1;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-position: 35% -78%;
    background-size: 100%;
}

.liste-emplois::after{
    content: "";
    background-image: url(/images/Motif.png);
    display: block;
    position: absolute;
    right: -42%;
    bottom: 0;
    width: 96%;
    height: 93%;
    z-index: 1;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-position: 35% 155%;
    background-size: 100%;
}
.liste-emplois.occasion_affaire::before{
    background-position: 35% 200%;
}
.liste-emplois.occasion_affaire::after{
    background-position: 35% -60%;
}
.liste-emplois.liste-dispos::before{
    background-position: 35% 200%;
}
.liste-emplois.liste-dispos::after{
    background-position: 35% -60%;
}
.liste-emplois.liste-favoris::before{
    background-position: 35% 200%;
}
.liste-emplois.liste-favoris::after{
    background-position: 35% -60%;
}
.liste-emplois .pagination{
    position:relative;
    z-index:5;
    padding-top:30px;
    flex-wrap: nowrap;
    justify-content: center;
}
.liste-emplois .pagination .page-link{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'gibson' !important;
    color: white !important;
}
.liste-emplois .pagination .page-item.active .page-link, .pagination .page-item.active .page-link:hover{
    background-color: #89BBD6 !important;
}

.liste-emplois .pagination .page-item{
    margin:0px 15px;
}

.liste-emplois .pagination .page-item:first-child, .liste-emplois .pagination .page-item:last-child{
    border: 1px solid white;
    border-radius:8px;
}

.liste-emplois .pagination .page-item:first-child .page-link, .liste-emplois .pagination .page-item:last-child  .page-link{
    font-size:32px;
}

.liste-emplois .pagination .page-item.disabled:first-child, .liste-emplois .pagination .page-item.disabled:last-child{
    opacity: 0.5;
}

.div-cookie-banner{
    max-width: 900px;
    min-width: 728px;
    display: none;
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 2px 2px #9f9f9f;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    z-index: 5;

    font-family: gibson !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    text-align: center;
}

.cookie-title{
    color: #CC5C37;
    font-family: gibson !important;
    line-height: 24px !important;
    font-weight: 500 !important;
}

.cookie-text{
    color: #003535;
    font-size: 1.25rem
}

.div-cookie-banner hr{
    border-color: black;
}

.div-btn-cookie .btn-cookie{
    font-size: 1rem;
    color: white;
    background-color: #003535;
    transition: 0.4s ease-in-out;
    width: 244.78px;
}

.btn-fleche:hover{
    cursor:pointer;
}

.btn_menu_mobile{
    display:none;
}

.btn_menu_mobile span{
    margin-right:10px;
    font-size:24px;
    line-height:32px;
    color:#003535;
    font-family: gibson;
}
.btn_menu_mobile img{
    width:36px;
}
.btn_menu_mobile .ouvert, .btn_menu_mobile .fermer{
    display:flex;
    justify-content: right;
    align-items: center;
}
.btn_menu_mobile .ouvert img{
    width:24px;
}
.menu_mobile{
    display:none;
    background-color:white;
    width:100%;
    border-top:1px solid #F2F5FF;
    flex-direction: column;
    flex:1;
    align-items: stretch;
    padding-bottom:40px;
    height:0px;
    transition:1s ease-in-out;
}
.menu_mobile .buttons_header{
    margin-top:auto;
}
.menu_mobile ul{
    padding:0;
    list-style-type: none;
    text-align: center;
    padding-top:48px;
}
.menu_mobile ul a{
    font-size:24px;
    line-height:32px;
    color:#003535;
}
.menu_mobile ul li{
    margin-bottom:24px;
}
.menu_mobile ul li:nth-child(4){
    width:72px;
    display:block;
    margin:0 auto;
    border-top:1px solid #CC5C37;
    margin-bottom:24px;
}

.fiche{
    background-color : #003535;
    padding: 96px 0px;

}
.fiche::before{
    content: "";
    background-image: url(/images/Motif.png);
    display: block;
    position: absolute;
    left: -60%;
    top: 0;
    width: 96%;
    height: 93%;
    z-index: 1;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-position:-195px -1000px;
    background-size: 100%;
}
.liens-fiche{
    display:flex;
    justify-content: space-between;
}
.liens-fiche a{
    font-family: gibson;
    color:white !important;
    display:flex;
    align-items: center;
}
.liens-fiche a:first-child img{
    margin-right:10px;
}
.liens-fiche a:last-child img{
    margin-left:10px;
}

.offre-large-body .texte{
    font-size:16px;
    line-height:24px;
    font-family: gibson;
    color:#003535;
}
.liens-fiche{
    position:relative;
    z-index:5;
}
.liens-fiche:hover{
    cursor:pointer;
}
.offre-large-body .titre{
    font-size:24px;
    line-height:32px;
    font-family: gibson;
    color:#CC5C37;
    margin-top:48px;
}
.recrutement{
    display: block;
    margin-top:55px;
    color: #003535;
    font-weight:bold;
}
.details_offre{
    background-color:white;
    border-radius:24px;
    padding:48px;
    margin-bottom:30px;
}
.details_offre h3{
    color:#003535;
    font-family:gibson;
    font-size:24px;
    line-height:32px;
    margin-bottom:48px;
}
.details_offre .separateur{
    margin-bottom:24px;
}
.details_offre .point_offre{
    display:flex;
    align-items: center;
    font-size:16px;
    line-height:24px;
    color:#003535;
    margin-bottom:12px;
}
.details_offre .point_offre .container_img{
    margin-right:20px;
    width:30px;
    text-align: center;
}
.details_offre .btn-postuler{
    width:100%;
    background-color:#CC5C37;
    transition:0.4s ease-in-out;
    color:white !important;
    text-align: center;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    border-radius:8px;
    text-align:center;
    padding:12px 24px;
    display: block;
    margin-top:48px;
    margin-bottom:24px;

}
.details_offre .btn-postuler:hover{
    background-color:#DE592C;
    cursor:pointer;
}
.details_offre .btn-partager{
    width:100%;
    color:#90939C;
    background-color:#F2F5FF;
    transition:0.4s ease-in-out;
    text-align: center;
    font-family: gibson;
    font-size:16px;
    line-height:24px;
    border-radius:8px;
    text-align:center;
    padding:12px 24px;
    display: block;
}
.details_offre .btn-partager:hover{
    color:#003535;
    cursor:pointer;
}

#form_candidature{
    background:white;
    border-radius:24px;
}

.orange-gras{
	font-weight:bold;
  	color:#CC5C37;
}

.apropos_offre{
    background-color:white;
    border-radius:24px;
    padding:48px;
}
.apropos_offre .logo{
    border: 1px solid white;
    border-radius: 8px;
    max-height: 96px;
    max-width: 200px;
}
.apropos_span{
    font-family: gibson;
    color: #003535;
    font-size:16px;
    display: block;
    margin-top:24px;
}
.apropos_offre .nom_entreprise{
    font-family: gibson;
    font-size:24px;
    line-height:32px;
    color:#CC5c37;
    margin-bottom:48px;
    display: block;
    margin-top:12px;
}
.apropos_offre .presentation_entreprise{
    display:block;
    margin-bottom:48px;
    font-family: gibson;
    color: #003535;
    font-size:16px;
}
.apropos_offre .separateur{
    margin-bottom:24px;
}
.apropos_offre .point_offre{
    font-family: gibson;
    color: #003535;
    font-size:16px;
    margin-bottom:12px;
}
.apropos_offre .lien_siteinternet{
    color:#003535;
    text-decoration: underline;
}
.offre-padding{
    padding-right:30px !important;
}
.buttons_header a:not([href]):not([tabindex]) {
    color: white !important;
}

.complete {
    display: none;
}

.more{
    display: block;
    margin-top: 25px;
    color: gray;
    text-decoration: underline;
}
.more:hover{
    cursor:pointer;
}

.hyphen{
    font-size: 19px;
    margin-right: 8px;
    color: #C4C4C4;
}

.offre-large-card ul li::marker{
    color: #C4C4C4;
}
@media (min-width: 728px) {
    .break-point-message-cookie::before{
        content: "\A";
        white-space: pre;
    }
}


@media (max-width: 480px) {
    .encadre-avantages, .encadre-regions{
        width:100%;
    }
    .encadre-regions .btn-decouvrir, .encadre-avantages .btn-decouvrir{
        width:240px;
    }
}
.candidatRow h1,
.candidatRow h2 {
    font-size: 70px;
    line-height: 70px;
}

.candidats-phrase {
    max-width: 680px;
    font-weight: 300;
    padding-top: 50px;
    margin: 0 auto;
    font-size: 34px !important;
    line-height: 34px !important;
}

@media (max-width: 768px) {
  .encadre-orange h1{
  	font-size:56px;
    line-height:1em;
  }
  .encadre-orange h2{
  	font-size:56px;
    line-height:1em;
  }

  .occ-affaires h1,
  .occ-affaires h2 {
      font-size: 50px;
      line-height: 50px;
  }

  .occ-affaires {
      padding-bottom: 40px;
  }

  .candidatRow h1,
  .candidatRow h2 {
      font-size: 40px;
      line-height: 40px;
  }

  .candidats-phrase {
      max-width: 680px;
      font-weight: 300;
      padding-top: 50px;
      margin: 0 auto;
      font-size: 24px !important;
      line-height: 24px !important;
  }
}

@media (max-width: 1024px) {
}
@media (max-width: 1200px) {
    .header_logo {
        max-width: 400px;
        width: 90%;
    }

    .header{
        padding:12px 24px;
    }
    .menu, .buttons_header{
        display:none;
    }
    .btn_menu_mobile{
        display:block;
    }
    .btn_menu_mobile .ouvert{
        display:none;
    }
    .menu_mobile .buttons_header{
        display:flex;
    }
    .div-cookie-banner{
        width: 100%;
        max-width: 728px;
        min-width: auto;
    }
    .div-btn-cookie .btn-cookie{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .encadre-orange a{
        width:288px;
        font-size:24px;
        line-height:32px;
    }
    .div-regions{
        background-size:cover;
        transition: background 1s linear;
    }
    .encadre-regions{
        margin:0 auto;
    }
    .titre-filtres li:nth-child(1), .titre-filtres li:nth-child(3){
        display:none;
    }
    .selectFiltres{
        flex-direction: column;
        margin-top:15px;
    }
    .selectFiltres .dropdown{
        width:100%;
        margin-bottom:10px;
    }
    .buttonsFiltres{
        flex-direction:column;
        margin-top:15px;
    }
    .btnReset, .btnSearch, .input_filtre_mot_cle{
        margin:0 auto;
        width:100%;
        margin-bottom:10px;
    }
    .filtres{
        padding:48px 0px;
    }
    .pagination nav{
        max-width:416px;
    }
    .liste-emplois .pagination .page-item{
        margin:0px 10px;
    }
    .div-avantages{
        background-size:cover;
    }
    .encadre-avantages{
        margin:0 auto;
    }
    .list-divs{
        flex-direction:column;
    }
    .list-divs div{
        padding:30px 0px;
    }
    footer .liens .list-divs div:first-child, footer .liens .list-divs div:last-child{
        width:auto;
    }
    footer .liens .list-divs div:first-child{
        border-right:none;
        border-bottom:1px solid white;
    }
    footer .liens .list-divs div:last-child{
        border-left:none;
        border-top:1px solid white;
    }
    footer .liens{
        padding:48px 24px;
    }
    .offre-padding{
        padding-right:0px !important;
    }
    .offre-padding{
        margin-bottom:30px !important;
    }
    .fiche{
        padding:48px 24px;
    }
    .liste-emplois {
        padding: 96px 24px;
    }
    .liste-emplois .offre-card{
        width:100%;
        max-width:100%;
    }
    .footer-mobile{
        gap:50px;
    }
}
