.uk-navbar > li > a:hover {
	font-weight: 800;
}

select {
	font-size: 0.975rem!important;
}

a {
    font-weight: 700;
}

.form-select:where(select):not([multiple]):not([size]), .chosen-container-single .chosen-single div b {
	background-image: url('/images/site/icons/custom-selection.svg')!important;
	background-position-x: calc(100% - 25px);
    background-size: 15px;
}

.uk-navbar-nav > li.uk-active > a, .uk-pagination > .uk-active > * {
    font-weight: 800;
}

.uk-navbar-dropdown {
    width: auto;
    min-width: 300px;
}

.uk-navbar-dropdown.uk-navbar-dropdown-bottom {
    top: 75px!important;
}

.uk-section-muted .uk-dotnav > *:not(.uk-active) > * {
    background: #FFFFFF;
}

.dbc-divider {
    border: 2px solid #86B3CB;
}

.dbc-form .tm-main.uk-section {
    background-color: #d3e0e5;
}

.dbc-form .dbc-form-section {
    padding: 75px 0;
    border-bottom: 1px solid #86B3CB;
}

[class*="cck_page_form"] > div.dbc-form-section:first-child {
    padding-top: 0;
}

.dbc-slidenav-icon {
    color: #86B3CB;
}

.dbc-slidenav-icon:hover {
    color: #003E5F;
}

.dbc-icon-list .dbc-icon-item {
    border-bottom: 1px solid #86B3CB;
    margin-top: 5px;
    padding: 3px 0;
}

.dbc-icon-list .dbc-icon-item i, .dbc-button-right {
    vertical-align: text-top;
}

.dbc-icon-list .dbc-icon-item svg * {
    fill: #86B3CB!important;
}

.dbc-icon-list .dbc-icon-item .dbc-location {
    width: 15px!important;
}

.dbc-icon-list i {
    margin-right: 3px;
    width: 20px;
    text-align: center;
}

.dbc-subnav-office li:not(.uk-first-column):before {
    content: "-";
    font-size: 20px;
    font-weight: 800;
    position: absolute;
    left: 6px;
    top: 3px;
    color: #008ad8;
}

.dbc-subnav-office li a {
    font-size: 20px!important;
    font-weight: 800!important;
}

.dbc-blog h3 {
    text-align: left;
}

.dbc-footer-top {
    border-top: 45px solid #86B3CB;
}

.dbc-footer-partners .uk-panel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dbc-footer-partners .dbc-slidenav-icon {
    width: 25px;
}

.dbc-footer-partners .uk-slider-items > div {
    min-height: 175px;
    display: flex;
    align-items: center;
}

.dbc-footer-partners img {
    filter:grayscale(80%);
    opacity:.9;
}

.dbc-footer-partners img:hover {
    filter:grayscale(0%);
    opacity:1;
}

.dbc-footer-partners .uk-slidenav {
    margin: 50px;
    --uk-position-margin-offset: 50px;
}

.dbc-footer {
    background: #86B3CB;
}

.dbc-dropdown-logout {
    font-size: 0.875rem!important;
    letter-spacing: normal!important;
    font-weight: 700;
}

.dbc-dropdown-logout:hover {
    color: #313e4f!important;
}

.dbc-article-blog h2 {
    text-transform: unset!important;
}

.dbc-search {
    min-height: 550px;
    padding: 80px 0;
}

.dbc-search-job-offer {
    background-image: url(/images/site/header-nos-offres.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dbc-search-job-offer .chosen-container > * {
    font-size: 0.975rem!important;
    color: #86b3cb!important;
}

.dbc-job-offer-meta.uk-background-muted label {
    color: #008AD8;
    font-size: 16px;
    font-weight: normal;
}

.dbc-job-offer-meta .control-label {
    margin-bottom: 0;
}

.dbc-job-offer-meta .control-group {
    border-bottom: 2px solid rgba( 134, 179, 203, 0.7 );
    padding: 10px 0 5px 0;
}

.dbc-content ul {
    list-style-image: url('/images/site/icons/custom-button-arrow-right.svg');
}

.dbc-content ul li {
    margin: 5px;
}

.dbc-content-card, .dbc-content-card-grid .uk-card {
    border-radius: 13px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.dbc-border-primary {
    border-color: #008AD8;
}

.dbc-border-muted {
    border-color: #86B3CB;
}

.dbc-custom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 154, 222, 0.6);
  overflow: hidden;
  width: 100%;
  height: 20%;
  transition: .5s ease;
}

.dbc-custom-overlay.featured {
  background-color: rgba(25, 54, 93, 0.6);
}

.container:hover .dbc-custom-overlay {
  height: 100%;
}

.container:hover .dbc-custom-overlay-text {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dbc-custom-overlay-text, .dbc-custom-overlay-text *, .dbc-custom-overlay-text a:hover {
    color: white!important;
}

.dbc-custom-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    text-align: center;
    width : 90%;
}

.uk-input .chosen-results {
    font-family: 'Montserrat';
}

.uk-input .chosen-container {
    width: 100%!important;
    font-size: inherit;
}

.uk-input .chosen-single {
    border: none!important;
    background: none!important;
    box-shadow: none!important;
    display: flex;
    align-items: center;
    padding: 0 25px!important;
}

.uk-input .chosen-drop {
    border: none!important;   
}

.uk-input:has(.chosen-single) {
    padding: 0!important;
    border: none!important;
}

.uk-input:has(.chosen-with-drop) {
    border-radius: 13px 13px 0 0!important;   
}

.dbc-profile .tm-main:has( .dbc-form ) {
    background-color: #D3E0E6;
}

.dbc-profile .dbc-profile-element {
    margin: 4px auto;
}

.dbc-profile-featured polyline {
    stroke-width: 2.5;
}

.dbc-profile-image {
    padding: 10px;
}

.dbc-profile-image > img {
    max-width: 100px;
    border-radius: 500px;
}

.dbc-form .checkbox {
    display: inline-block;
    overflow: hidden;
    height: 28px;
    width: 28px;
    border: 1px solid #86B3CB;
    border-radius: 500px;
    margin-right: 6px;
    margin-top: -4px;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: .2s ease-in-out;
    transition-property: background-color, border-color, box-shadow;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dbc-form .checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-color: #009ade;
    border-color: transparent;
}

.dbc-form .checkboxes label {
    font-weight: 500;
    padding-right: 6px;
}

.table.dbc-table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.table.dbc-table tbody tr {
    background: #FFFFFF;
}

.table.dbc-table td {
    font-weight: 500;
    min-height: 25px;
    background: #FFFFFF!important;
    --bs-table-accent-bg: #FFFFFF!important;
    padding: 15px;
    margin: 5px auto;
    vertical-align: middle!important;
}

.table.dbc-table td, .table.dbc-table th {
    border: none;
}

.table.dbc-table > :not(:first-child), .table.dbc-table thead {
    border-bottom-color: transparent!important;
}

.table.dbc-table thead > tr {
    text-align: left;
}

.table.dbc-table.responsive tr {
    border-radius: 13px;
    overflow: hidden;
    border: none;
}

.table.dbc-table.responsive td:first-child {
    margin-top: 0;
    border-top: none;
}

.table.dbc-table tr td:first-child { border-top-left-radius: 10px; }
.table.dbc-table tr td:last-child { border-top-right-radius: 10px; }

.table.dbc-table tr td:first-child { border-bottom-left-radius: 10px; }
.table.dbc-table tr td:last-child { border-bottom-right-radius: 10px; }

.application-status--1 {
    color: #FF3333;
}

.application-status-0, .application-status-1 {
    color: #86B3CB;
}

.application-status-2 {
    color: #00B939;
}

.user-avatar-container {
    width: 40px;
    height: 40px;
    color: #FFF;
    overflow: hidden;
}

.gm-style-iw-chr {
    position: absolute;
    top: 0;
    right: 5px;
}

#dbc_profile_button_add {
	font-size: 12px;
}

.dbc-subnav-business-card > * > :first-child {
    padding: 3px 10px 3px 5px;
}

@media (max-width: 1600px) {

    .uk-navbar .uk-button {
        font-size: 12px;
        line-height: 40px;
        padding: 0 20px;
    }

    .uk-navbar-nav > li > a, .tm-toolbar .uk-subnav > * > :first-child {
        font-size: 14px;
    }

    .uk-navbar-nav {
        gap: 25px;
    }

    .uk-navbar .uk-logo {
        max-width: 250px;
    }

    .dbc-hero-sector .dbc-hero-sector-image > div {
        min-height: 450px!important;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {

    .uk-logo {
        max-width: 210px!important;
    }

    .uk-navbar .uk-button {
        font-size: 11px;
        padding: 0 10px;
    }
}

@media (max-width: 1200px) {

    .uk-navbar-nav {
        gap: 25px;
    }
}

@media (max-width: 960px) {

    html {
        font-size: 14px;
    }

    .uk-card-title, .h3, .uk-h3, h3 {
        font-size: 22px;
    }

    #tm-dialog-mobile .uk-close {
        right: auto;
        top: 30px;
        left: 20px;
    }

    #tm-dialog-mobile .uk-close svg {
        color: #86B3CB;
        width: 25px;
    }

    #tm-dialog-mobile .uk-close line {
        stroke-width: 1.8;
    }

    #tm-dialog-mobile {
        padding: 40px 60px;
    }

    #tm-dialog-mobile .uk-button {
        width: 100%;
    }

    .dbc-hero-sector .dbc-hero-sector-image > div {
        min-height: 300px!important;
    }

    .dbc-submenu .uk-nav li {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.3;
    }

    .dbc-job-offers li > .uk-card {
        max-width: 500px;
        margin: auto;
    }

    .dbc-job-offers li > .uk-card .uk-card-title {
        min-height: auto!important;
    }

    .dbc-subnav-office li {
        margin-top: 0!important;
    }

    .dbc-subnav-office li a {
        font-size: 18px!important;
    }

    .dbc-subnav-office li:not(.uk-first-column) {
        padding-left: 10px;
    }

    .dbc-subnav-office li:not(.uk-first-column):before {
        left: 0;
        top: 0;
    }

    .dbc-business-line-image {
        max-width: 80px;
    }

    .dbc-blog h3 {
        font-size: 20px;
    }
}

@media (max-width: 640px) {

    .dbc-hero > div {
        background-image: url(/images/site/le-partenaire-de-votre-recrutement-mobile.jpg)!important;
    }

    .dbc-column-1 {
        margin-top: 20px!important;
    }
}

@media (min-width: 960px) {

    .dbc-subnav-office li {
        padding-left: 20px!important;
    }
}

/** OLD STYLE */

.dbc-business-lines-items .uk-grid {
	min-width:100%
}

.dbc-slider-container .uk-slider-container {
	padding: 10px;
}

#system-message-container joomla-alert {
	margin-top: 15px!important;
}

.dbc-business-card {
 	display: flex;
    align-items: center;
    line-height: 60px;
    justify-content: center;
	padding-left: 10px;
    padding-right: 10px;
}

.uk-navbar-dropdown.uk-navbar-dropdown-bottom-right {
 	top: 85px!important;   
}

.uk-pagination {
 	justify-content: center;
    width: 100%;
}

.control-group.uk-input {
 	padding: 0!important;   
}

.job-offer-search .form-select {
	padding-left: 50px;
}

.button-width-medium a {
 	min-width: 300px; 
}

.uk-card-warning {
 	background-color: @text-danger-color;
}

.container {
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right : 0px;
  margin-bottom : 20px;
}

.image {
  display: block;
  width: 100%;
  height: 350px;
    
}

@media only screen and (max-width: 600px) {
    .text_overlay {
      -webkit-transform: translate(-50%, -5%);
      -ms-transform: translate(-50%, -5%);
      transform: translate(-50%, -5%);

    }
    .info{
		font-size: 10px!important;
        margin:7px!important;
    }

}
@media only screen and (max-width: 640px) {
	.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before{
        display:none;
    }
}
    
.info{
	font-size: 16px;
}

.dbc-column-1 {
	margin-top : 70px;
}

.text_overlay a {
	color : white;
}
@media screen and (max-width:960px){
    #job-offer-header .dbc-socials {
    position: relative!important;
        margin-top:20px;
    }
}

.chosen-container {max-width:100%;max-width:100%;
}

@media screen and (max-width:640px){
    .manager-sidebar ul li a {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    font-size: 9px;
    }
}

.dbc-slider-container .uk-slider-container {
	padding: 10px;
}

/**********************************/
.Sw-drop-menu{
	width: auto;
    min-width: 300px;
    padding: 25px;
    background: #fff;
    color: #313e4f;
    border-radius: 25px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
    display:none;
    position: absolute;
    z-index: 1020;
    top: 75px !important;
    right:0;
}
@media (max-width: 1600px) {
	.Sw-drop-menu .uk-button{padding:0;}
}