.job_filters .job_types:after {
    clear: both;
}

.job_filters .job_types:after,
.job_filters .job_types:before {
    content: "";
    display: table;
}

.job_filters select {
    padding: 10px 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
}

#btn-filter-offer
{
    background-color: #629989;
    color : white;
    text-align: center;
    min-height: var(--height-button);
    max-height: var(--height-button);
    font-size: 16px;
    border-radius: 25px;
    font-weight: bold;
    padding: 0 25px;
    float: right;
    z-index: 999;
    position: relative;
    margin-right: 200px;
}

#btn-filter-reset
{
    background-color: #db9b47;
    color : white;
    text-align: center;
    min-height: var(--height-button);
    max-height: var(--height-button);
    font-size: 16px;
    border-radius: 25px;
    font-weight: bold;
    padding: 0 25px;
    float: right;
    z-index: 999;
    position: relative;
    margin-right: 40px;
}

.label_category_dropdown
{
    font-weight: 900;
    color:#0d4f4d;
}

.filter_form_offer_inline
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: -100px;
}

.block-cover-job-offer
{
    height: 300px;
    align-items:baseline;
}

.text-band-offer-job
{
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 40px;
}

.partner-carrier
{
    font-weight: bold;
    color: #0d4f4d;
    padding-top: 25px;
}


/*********************************/
/**** Dropdown listing design ****/
/*********************************/

:root {
    /* Desktop & Colors */
    --width-button: 243px;
    --height-button: 48px;
    --color-white: #FFFFFF;
    --color-forest-green: #3E4F51;
    --color-purple: #79456F;
  }

.dropdown-city-container, .dropdown-sport-container,
.submit-search-container, .reset-search-container {
  position: relative;
  width: var(--width-button);
  margin-left: 40px;
}

.dropdown-city-container
{
    padding-bottom: 100px;
    width: 400px;
}

.dropdown-element {
  width: 400px;
  position: absolute;
  display: inline-block;
  min-height: var(--height-button);
  max-height: var(--height-button);
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  color: #444;
  outline: none;
  border-radius: 25px;
  background-color: var(--color-white);
  transition: .3s all ease-in-out;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 16%);
  font-size: 16px;
  font-weight: bold;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 14px;
  background-size: 15px;
  z-index: 1000;
  border: 1px solid #0d4f4d;
}

.dropdown-element input {
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  margin-top: 14px;
}

.dropdown-element label {
  display: block;
  height: 48px;
  line-height: 48px;
  padding-left: 35px;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
  transition: .3s color ease-in-out;
}

.dropdown-element input[type='checkbox'] {
    accent-color: #629989;
}

.dropdown-element.expanded {
  padding: 0;
  max-height: inherit;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/></svg>");
}

.labelOpacity
{
    opacity: 0.7;
}

.wrapp-element
{
    margin-left: 10px;
    margin-right: 10px;
}

.labels_selected_categories span
{
    border: 1.5px solid black;
    border-radius: 25px;
    padding: 5px 10px;
    font-weight: bold;
    margin: 5px 10px;
    text-align: center;
}

.labels_selected_categories
{
	margin-top:10px;
	margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
}

/** JOBS LISTING **/

.jobs-listing{
    max-width: 1024px;
    margin: 0 auto;
}
.jobs-listing .ast-container{
    padding-bottom: 50px;
    padding-top : 20px;
}
.jobs-listing .job-item{
    padding-top: 30px;
    transition: all 0.3s ease-out;
}

.jobs-listing .job-item:hover{
    margin-top: -15px;
    margin-bottom: 15px;
}

.jobs-listing .job-item h3{
    color: #f3efe2 !important;
    line-height: 1.1em;
    font-size: 1.7rem !important;
}
.jobs-listing .job-item h3,
.jobs-listing .job-item a,
.jobs-listing .job-item a:active,
.jobs-listing .job-item a:hover{
    color: #f3efe2;
}

.jobs-listing .job-item .job-inner{
    background-color: #0d4f4d;
    color: #f3efe2;
    min-height: 300px;
    padding: 30px 20px;
}

.job-inner
{
    border-radius: 15px;
}

.jobs-listing .job-title{
    min-height: 150px;
}
.jobs-listing .job-item:nth-child(3) .job-inner,
.jobs-listing .job-item:nth-child(5) .job-inner,
.jobs-listing .job-item:nth-child(9) .job-inner,
.jobs-listing .job-item:nth-child(11) .job-inner,
.jobs-listing .job-item:nth-child(15) .job-inner,
.jobs-listing .job-item:nth-child(17) .job-inner,
.jobs-listing .job-item:nth-child(21) .job-inner,
.jobs-listing .job-item:nth-child(23) .job-inner,
.jobs-listing .job-item:nth-child(27) .job-inner,
.jobs-listing .job-item:nth-child(29) .job-inner,
.jobs-listing .job-item:nth-child(33) .job-inner,
.jobs-listing .job-item:nth-child(35) .job-inner,
.jobs-listing .job-item:nth-child(39) .job-inner,
.jobs-listing .job-item:nth-child(41) .job-inner,
.jobs-listing .job-item:nth-child(45) .job-inner,
.jobs-listing .job-item:nth-child(47) .job-inner,
.jobs-listing .job-item:nth-child(51) .job-inner,
.jobs-listing .job-item:nth-child(53) .job-inner,
.jobs-listing .job-item:nth-child(57) .job-inner,
.jobs-listing .job-item:nth-child(59) .job-inner,
.jobs-listing .job-item:nth-child(63) .job-inner,
.jobs-listing .job-item:nth-child(65) .job-inner,
.jobs-listing .job-item:nth-child(69) .job-inner,
.jobs-listing .job-item:nth-child(71) .job-inner,
.jobs-listing .job-item:nth-child(75) .job-inner
{
    background-color: #629989;
}

.jobs-listing .job-item:nth-child(2) .job-inner,
.jobs-listing .job-item:nth-child(4) .job-inner,
.jobs-listing .job-item:nth-child(8) .job-inner,
.jobs-listing .job-item:nth-child(10) .job-inner,
.jobs-listing .job-item:nth-child(14) .job-inner,
.jobs-listing .job-item:nth-child(16) .job-inner,
.jobs-listing .job-item:nth-child(20) .job-inner,
.jobs-listing .job-item:nth-child(22) .job-inner,
.jobs-listing .job-item:nth-child(26) .job-inner,
.jobs-listing .job-item:nth-child(28) .job-inner,
.jobs-listing .job-item:nth-child(32) .job-inner,
.jobs-listing .job-item:nth-child(34) .job-inner,
.jobs-listing .job-item:nth-child(38) .job-inner,
.jobs-listing .job-item:nth-child(40) .job-inner,
.jobs-listing .job-item:nth-child(44) .job-inner,
.jobs-listing .job-item:nth-child(46) .job-inner,
.jobs-listing .job-item:nth-child(50) .job-inner,
.jobs-listing .job-item:nth-child(52) .job-inner,
.jobs-listing .job-item:nth-child(56) .job-inner,
.jobs-listing .job-item:nth-child(58) .job-inner,
.jobs-listing .job-item:nth-child(62) .job-inner,
.jobs-listing .job-item:nth-child(64) .job-inner,
.jobs-listing .job-item:nth-child(68) .job-inner,
.jobs-listing .job-item:nth-child(70) .job-inner,
.jobs-listing .job-item:nth-child(74) .job-inner
{
    background-color: #db9b47;
}

.job-block-clickable
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.jobs-listing .job-title h3{
    font-family: "Frank Ruhl Libre",serif !important;
}

.jobs-listing .job-contract-type{
    min-height: 60px;
}

.jobs-listing .job-item .job-location a,
.jobs-listing .job-item .job-location a:active,
.jobs-listing .job-item .job-location a:hover{
    border-radius: 25px;
    color: #0d4f4d;
    background-color: #f3efe2;
    padding: 10px 20px 10px 10px;
}

.jobs-listing #nav{
    text-align: center;
    padding-bottom: 50px;
}
.jobs-listing #nav a{
    border-radius: 5px;
    padding: 5px 10px;
    font-size: larger;
}

.jobs-listing #nav a.active{
    background-color: #0d4f4d;
    color: #f3efe2;
}

@media (max-width: 960px)
{
    #btn-filter-offer
    {
        margin-right: 20px;
    }
}

@media (max-width: 780px){
    .jobs-listing{
        padding: 30px 20px;
    }
    .jobs-listing .job-item{
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-element, .dropdown-city-container
    {
        width: 100%;
    }

    .dropdown-city-container
    {
        margin-left: 0px;
        padding-bottom: 80px;
    }

    .filter_form_offer_inline {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: -275px;
    }

    #btn-filter-offer , #btn-filter-reset 
    {
        float: left;
        margin-right: 0px; 
        width: 100%;
        margin-bottom: 35px;
    }

    .block-cover-job-offer {
        height: 500px;
    }
}
