.job-title {
    font: normal 34px/44px 'Aptos', sans-serif;
    color: #003D48;
    margin-bottom: 0;
}
.job-information {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 3rem 0;
    background-color: #efeee8;
    padding-right: 2rem;
    color: #003D48;
}
.job-city,
.job-contract-type {
    font-weight: bold;
}
.btn-copier-offre,
.btn-postuler {
    text-align: right;
}
.job-publication-date{
    font-size: 0.9rem;
}
.btn-copier-offre span{
    color: #EA6642;
    font-size: 1rem;
}
.btn-copier-offre span:hover{
    color: #387E94;
    cursor: pointer;
}
.description-societe span,
.description-mission span,
.description-competence span {
    color: #000 !important;
}

.job-return-link a.cta:after {
    transform: rotate(-180deg);
}

a.cta{
    display: inline-block;
    padding: 1rem 1.125rem;
    min-width: 200px;
    background-color: #63A6A0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    border-radius: 4px;
    border: 1px solid #63A6A0;
    text-align: center;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}
a.cta:hover {
    background-color: #fff;
    color: #63A6A0;
}
#offre .label {
    background-color: var(--darkgreen);
    padding: 1rem 1.5rem;
    font-size: 26px;
    color: #fff;
    font-family: Georgia, serif;
}
#offre .description-mission,
#offre .description-competence,
#offre .description-supplementaire,
#offre .description-societe {
    padding: 2rem 4.375rem;
}

/* Tableau des offres */

.paragraph--type--tableau-offres{
    background-color: var(--bg);;
     padding : 10px 0px;
}
.paragraph--type--tableau-offres h1 {
    font: normal 28px/36px Georgia, serif;
    color: #003D48;
}

.paragraph--type--tableau-offres .item-wrapper h6,
.paragraph--type--tableau-offres .dataTables_wrapper .dataTables_info {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
}
.paragraph--type--tableau-offres #liste-emplois {
    width: 100%;
    max-width: 1140px;
}

.paragraph--type--tableau-offres #liste-emplois #filtre-emploi {
    margin-bottom: 20px;
        display: flex;
}
.paragraph--type--tableau-offres #liste-emplois table.dataTable tbody .description th,
.paragraph--type--tableau-offres #liste-emplois table.dataTable tbody .description td {
    padding: 0;
}

.paragraph--type--tableau-offres #liste-emplois table.dataTable.no-footer {
    border-bottom : none;
}
.paragraph--type--tableau-offres .dataTables_wrapper .dataTables_info,
.paragraph--type--tableau-offres .dataTables_wrapper .dataTables_paginate {
    text-align: left;
    margin-bottom: 2rem;
}
.paragraph--type--tableau-offres #liste-emplois #filtre-emploi select {
    /*margin-bottom: 1rem;
    display: block;
    font: normal 16px/19px Georgia, serif;;
    width: 100%;
    border: none;
    background-color: #f1efec;
    padding: 1rem 1.25rem;
    -webkit-appearance: none;
*/
    width: 100%;
    border: 1px solid var(--line);
    background: var(--white);
    border-radius: 999px;
    padding: 13px 18px;
    font-family: inherit;
    font-size: 1.05rem;
    color: var(--ink);
    outline: none
    
}
.paragraph--type--tableau-offres #liste-emplois #filtre-emploi select {
    background-image: url(../images/arrow-green-select-down.svg);
    background-position: calc(100% - 15px) center;
    background-size: 12px;
    background-repeat: no-repeat;
}
.paragraph--type--tableau-offres #liste-emplois #filtre-emploi select:focus {
    background-image: url(../images/arrow-green-select.svg);
    background-position: calc(100% - 15px) center;
    background-size: 12px;
    background-repeat: no-repeat;
    outline: 0;
  }

  .paragraph--type--tableau-offres #liste-emplois table.dataTable.hover tbody tr:hover,
   .paragraph--type--tableau-offres #liste-emplois table.dataTable.display tbody tr:hover,
    .paragraph--type--tableau-offres #liste-emplois table.dataTable.display tbody tr.odd:hover {
    background-color: var(--surface) !important;
}
  .paragraph--type--tableau-offres #liste-emplois #filtre-emploi select::-webkit-scrollbar {
    width: 8px;
    border: 0px solid red
  }
  .paragraph--type--tableau-offres #liste-emplois #filtre-emploi select::-webkit-scrollbar-track {
    border: 2px solid #F6F2E3;
    background-color: #F6F2E3;
  }
  .paragraph--type--tableau-offres #liste-emplois #filtre-emploi select::-webkit-scrollbar-thumb {
    background-color: #EA6642;
    border: 2px solid #F6F2E3;
  }
.paragraph--type--tableau-offres #liste-emplois table.dataTable.stripe tbody tr.odd,
.paragraph--type--tableau-offres #liste-emplois table.dataTable.display tbody tr.odd,
.paragraph--type--tableau-offres #liste-emplois table.dataTable.stripe tbody tr.even,
.paragraph--type--tableau-offres #liste-emplois table.dataTable.display tbody tr.even {
    /*background-color: var(--bg);*/
    background-color: white;
}
.paragraph--type--tableau-offres #liste-emplois table.dataTable.display tbody tr.odd>.sorting_1,
.paragraph--type--tableau-offres #liste-emplois table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
.paragraph--type--tableau-offres #liste-emplois table.dataTable.display tbody tr.even>.sorting_1,
.paragraph--type--tableau-offres #liste-emplois table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: transparent;
}
.paragraph--type--tableau-offres #liste-emplois table.dataTable tr.details-control {
    cursor: pointer;
}

.paragraph--type--tableau-offres #liste-emplois table.dataTable th {
    color: #536c78;
}
.paragraph--type--tableau-offres #liste-emplois img {
    margin-bottom: 1.25rem;
    display: none;
}
.paragraph--type--tableau-offres #liste-emplois .offre-emp span {
    margin-right: 2rem;
}
.paragraph--type--tableau-offres #liste-emplois table.dataTable td {
    font-size: 15px;
    color: #3e3d40;
    vertical-align: middle;
        border: 1rem solid #f5f3f0;
        border-radius: var(--radius-lg);
        font-family: 'Aptos';
}
.paragraph--type--tableau-offres #liste-emplois table.dataTable tbody .details-control th,
.paragraph--type--tableau-offres #liste-emplois table.dataTable tbody .details-control td {
    padding: 25px 10px 25px 0px;
}
.paragraph--type--tableau-offres #liste-emplois table.dataTable .child{
    border-top : none !important;
    padding-left:15px;
}

.paragraph--type--tableau-offres #liste-emplois .description p {
    font: normal 16px/28px Georgia, serif;;
    letter-spacing: -0.03rem;
}
.paragraph--type--tableau-offres #liste-emplois .postuler {
    margin-top: 40px;
    font-size:12px;
}
.paragraph--type--tableau-offres #liste-emplois .postuler a {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Gudea';
    font-weight: bold;
    width: 120px;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    background: #fbb911;
    text-decoration: none;
}
.paragraph--type--tableau-offres #liste-emplois #tableau-emploi_filter{
    display:none;
}
.paragraph--type--tableau-offres #liste-emplois .child ul {
    width: 100%;
    text-align: left;
    list-style: none;
}
.paragraph--type--tableau-offres #liste-emplois #tableau-emploi .child span {
    display: inline-block !important;
}
.paragraph--type--tableau-offres #liste-emplois #tableau-emploi .child .dtr-title {
    color: #707173;
}
.paragraph--type--tableau-offres .item-wrapper {
    margin: 1.25rem;
    max-width: 1075px;
}
.paragraph--type--tableau-offres #liste-emplois #tableau-emploi span.contrat {
    margin-top: 1.25rem;
    min-width: 90px;
    display: block;
    font-family: 'Aptos', serif;
}
span.emploi {
    font-family: 'Aptos', sans-serif;
    font-size: clamp(1rem, 2vw, 2rem);
    font-weight: 700;
    color: var(--darkgreen);
}

/* 1024px */
@media screen and (min-width: 64rem){
    .paragraph--type--tableau-offres .item-wrapper {
        width: 1075px;
        margin: 1.5rem auto;
        max-width: 1075px;
    }
}

/* > 512px */
@media screen and (min-width: 32rem){
    .paragraph--type--tableau-offres .item-wrapper h6, .paragraph--type--tableau-offres .dataTables_wrapper .dataTables_info {
        margin-bottom: 2rem;
    }
    .paragraph--type--tableau-offres #liste-emplois #filtre-emploi select::before{
        content: '000';
    }
    .paragraph--type--tableau-offres #liste-emplois #filtre-emploi select {
        margin-right: 1rem;
        display: inline-block;
        font-size: 1rem;
        max-width: 200px;
        border: none;
        /*background-color: #f1efec;*/
        background-color:var(--white);
        -webkit-appearance: none;
        color: #003d48;
    }
    .paragraph--type--tableau-offres #liste-emplois img {
        float : left;
    }

}

/* 768px */
@media screen and (min-width: 48rem){
    .paragraph--type--tableau-offres #liste-emplois #tableau-emploi span.publication,
    .paragraph--type--tableau-offres #liste-emplois #tableau-emploi span.contrat {
        display: inline-block;
    }
    .paragraph--type--tableau-offres h1 {        
        font-family: Georgia, serif;
        font-size: clamp(2rem, 4vw, 3.5rem);
        font-weight: 700;
        line-height: 1;
        color: var(--darkgreen);
        margin: 0 0 18px;
    }

    .paragraph--type--tableau-offres #liste-emplois #filtre-emploi select {
        max-width: 100%;
        margin: 0.5rem;
    }

}
    .paragraph--type--tableau-offres #liste-emplois .offre-emp {
        margin-left: 35px;
        min-height: 70px;
    }

    /* 768px */
@media screen and (max-width: 48rem){
    .paragraph--type--tableau-offres #liste-emplois #filtre-emploi {
        flex-direction: column;
    }
    .paragraph--type--tableau-offres #liste-emplois #filtre-emploi select {
        max-width: 100%;
        margin: 0.5rem;
    }
}