.job-listings-sec .job-listing {
    padding:0;
    border-spacing:5px;
    border: 2px solid #e8ecec;
    border-radius: 8px;
}
.c-logo img {
    border-radius: 6px;
}
.job-listings-sec .job-listing .job-title-sec .c-logo {
    margin-right:20px;
    max-width: 180px;
}
.job-listings-sec .job-listing .job-title-sec {
    position:relative;
    margin-bottom:20px
}
.job-title-sec h3 {
    display:block;
    text-align: center;
    margin-top: 10px;
    font-size:26px;
    font-weight: 600;
}
.job-title-sec span {
    display:block;
    text-align: center;
    font-size:20px;
    float: none;
    font-weight: 500;
}
.job-title-sec h4 {
    display:block;
    text-align: center;
    color: #717f86;
    margin-top: 10px;
    font-size:23px;
}

.job-title-sec .action-bt {
    padding: 10px;
    margin-top: 10px;
}

.job-title-sec>a.job-lnk, .job-grid>a.job-lnk {
    position: absolute;
    top:0;
    display:block;
    width:100%;
    height:100%;
}

.job-title-sec .action-bt a {
    border: 2px solid;
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
}
.job-title-sec:hover .action-bt a {
    padding: 13px;
    font-size: 12px;
}
.job-listing:hover {
    border-left-color: transparent;
}
.form-location-sec h3 {
    font-weight: 400;
}
.form-location-sec h3 strong{
    font-size: 60px;
}

.job-grid.border {
    padding: 0;
}
.job-grid .job-title-sec .c-logo {
    margin-bottom: 15px;
}
.job-grid .job-title-sec h3 {
    text-align: center;
    padding: 0 10px;
    min-height:62px;
}
.job-grid .job-lctn {
    width: auto;
}
.status-old .c-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.status-old .job-grid .job-title-sec h3 a{
    color: #6b6b6b;
}
.job-grid .job-lctn {
    font-size: 16px;
    margin-left: 15px;
}
.job-grid a.job-btn {
    margin-right: 15px;
}
.job-square .salon_date_jour {
    font-size: 62px;
    line-height: 62px;
}
.job-square .salon_date_mois {
    font-size: 32px;
    line-height: 32px;
}
.job-grid .job-title-sec h3{
    margin-top:15px;
}
.job-grid .job-title-sec h3 a{
    font-size:21px;
}
.form-location-sec select{
    max-width: 100%;
    height:60px;
    padding: 0 10px;
}
.form-location-sec form button {
    background: #f09089;
}
.job-grid .job-title-sec .c-logo {
    margin-top: 8px;
}

.job-head-wide .apply-thisjob {
    background-color: #f09089;
    border: 2px solid #f09089;
}

.job-head-wide .apply-thisjob:hover {
    background-color: #fff;
    border: 2px solid #f09089;
    color: #f09089;
}
.job-overview .img-fluid {
    border-radius: 8px;
    margin-bottom:5px;
}
.carousel-control-prev {
    left: -150px;
}
.carousel-control-next {
    right: -150px;
}
.job-head-wide .apply-thisjob, .apply-alternative a {
    font-size:25px;
    padding:10px;
    height:auto;
    line-height:30px;
}
.job-single-info3 .tags-jobs li, .tags-jobs > li span{
    font-size:18px !important;
    color: #888

}
.job-single-info3 > span i, .tags-jobs > li i, .job-details h4, .job-details h3, .job-details h2, .job-details h1, .job-overview h3 {
    color: #f09089;
}
.job-overview h3 {
    font-size: 22px;
}
.job-single-info3 > span i {
    padding-top: 6px;
}
.job-details p, .job-details li {
    font-size: 16px !important;
}
.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.job-grid a.job-btn:hover {
    color:#fff !important
  }
.job-head-wide .apply-thisjob:hover, .apply-thisjob:hover {
    background-color:#fff !important
  }


.salon-list {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    -webkit-box-align: stretch;
    align-items: stretch;
}
.salon-block {
    border: none;
    border-radius: 8px 8px 0 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.salon-block .banniere {
    position:relative;
    height: 150px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    transition: all .5s;
    box-sizing: border-box;
}
.salon-block .banniere .bg {
    z-index: -1;
    position:absolute;
    top:0; left: 0;
    width:100%; height: 100%;
    background-size: cover;
    border-radius: 8px 8px 0 0;
    background-position: center;
    transition: all .5s;
    overflow: hidden;
    box-sizing: border-box;
}

.salon-block .banniere a {
    z-index: 999;
    position:absolute;
    top:0; left: 0;
    width:100%; height: 100%;
    transition: 500ms ease-in-out 0.5s;
}
.salon-block .banniere .gradient{
    z-index: 999;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.5) 100%); /* W3C */
}
.salon-block .content {
    position:relative;
    padding: 0 1.5rem;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height:160px;
    background-color: white;
}
.salon-block .content header {
    display: block !important;
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    background-color: white;
    padding-top: 4.5rem;
}
.salon-block .content header .logo {
    position: absolute;
    background-color: white;
    top: -3.6rem;
    left: 0;
    width: 7.2rem;
    height: 7.2rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    transition: 500ms ease-in-out 0.5s;
}
.salon-block .content header .logo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 7.2rem;
}

.salon-block .content header .nom {
    position: absolute;
    font-weight: bold;
    color: white;
    font-size: 19px;
    bottom: 4.8rem;
    left: 7.6rem;
    transition: 500ms ease-in-out 0.5s;
}

.salon-block .content header .meta {
    position: absolute;
    color: black;
    font-size: 14px;
    top: 0.3rem;
    left: 7.6rem;
}

.salon-block .content header .meta {
    font-size: 16px;
}


.salon-block .content .description {
    overflow:hidden;
    max-height: 2.5rem;
    font-size: 12px;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.salon-block .date_day  {
    font-weight: bold;
}

.salon-block .date_day,.salon-block .date_a,.salon-block .date_heure_debut,.salon-block .date_heure_fin  {
    font-size: 18px;
    font-weight: bold;
}
.salon-block footer {
    background-color: white;
}
.salon-block footer .date_salon {
    position: absolute;
    bottom: 0.8rem;
    left: 1.5rem;
}
.salon-block footer .type {
    position: absolute;
    bottom: 0.8rem;
    right: 8.5rem;
}
.salon-block .class {
    position: absolute;
    background-color: red;
    color: white;
    padding: 5px 10px;
    top:0.5rem;
    border-radius: 4px;
    right:0.5rem;
    width: auto;
}
.salon-block .apply-thisjob {
    background-color: red;
    color: white;
    padding: 5px 10px;
    position: absolute;
    bottom:0.5rem;
    border-radius: 4px;
    right:0.5rem;
    width: auto;
}
/** OVER EFFECT **/
.salon-block:hover .banniere .bg {
    transform: scale(1.2);
}

/** OLD **/
.salon-block.status-old .bg, .salon-block.status-old .logo,
.salon-block.status-old i, .salon-block.status-old .date_salon,
.salon-block.status-old .type, .salon-block.status-old .apply-thisjob,
.salon-block.status-old .class  {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/** SPECIAL PAGES ECOLE **/
.salon-block.page-ecole .meta {
    max-width: 17rem;
}
.salon-block.page-ecole footer .intro {
    position: absolute;
    bottom:2.5rem;
}

.salon-block.page-ecole .note {
    position: absolute;
    bottom: -0.5rem;
    right: -0.5rem;
}
.salon-block.page-ecole .note .stars {
    color: #fdc400;
    font-size: 14px;
    letter-spacing: -1px;
}
.salon-block.page-ecole .note .avis {
    text-align: center;
    color: #525252;
}
.salon-block.page-ecole .note .moyenne {
    position: absolute;
    bottom: 0rem;
    right: 5rem;
    padding: 10px;
    color: white;
    border-radius: 6px;
    font-weight: bold;
}

.salon-block.page-ecole .apply-thisjob {
    padding: 5px 20px;
}
.salon .moteur, .salon .recherche {
    background-color: transparent;
    padding: 0;

    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.field_w_search input, select, .SumoSelect{
    background-color: white;
}
.field_w_search input { border-radius: 8px}
.ecoles-count { font-size:34px}
/*** responsive ***/
@media screen and (max-width: 1200px) {
    .salon-block footer .date_salon * {
        font-size: 13px;
    }
}

@media screen and (max-width: 1000px) {
    .salon-list {
        display: grid;
        grid-template-columns: repeat(1, minmax(240px, 1fr));
    }
    .salon-block footer .date_salon * {
        font-size: 18px;
    }
}

@media screen and (max-width: 570px) {
    .salon-block footer .date_salon * {
        font-size: 13px;
    }
}
