/*
Theme Name: Buisard
*/

/*AJOUT MEDIAPILOTE*/
.actualite h2.small {font-weight: 700;}
.offres .offre a h2, .singleOffre a h2, .emplois .offre h3{
      font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}
.emplois .offre a{height: 100%;}
.emplois .offre .image {
    position: relative;
    aspect-ratio: 443/211;
}
.emplois .offre .image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.grille-actualites .actualite a h2, .grille-actualites .actualite a p, .offres .offre a h2, .offres .offre a p, .singleOffre a h2, .singleOffre a p{color: #343434;}
header nav ul li {z-index: 99;}
.carriere h2{margin: 1.5rem 0;}

@media (min-width: 1280px) {
    .carriere h2{margin: 0 0 0 1.5rem;}
}
@media (max-width: 991px){
    .sticky-right, .scroll-up {display: flex !important;}
}
@media (max-width: 1199px){
    header nav.active {z-index: 4;}
}

input#telephone-field {
    width: 100%;
    height: 3rem;
    padding: 0 3rem 0 1rem;
    border: 0;
    border-bottom: solid 1px #d0d0d0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    color: #343434;
    line-height: 3rem;
    background: white;
    position: relative;
}

.btn.xlarge {
    height: 5rem;
}

.partenaires .logos div {
    padding-right: 20px !important;
}

#breadcrumbs a{
    color: white;
}

.slide{
   height: auto !important;
}


@media (max-width: 991px){
    .metiers-formation .wrapper::before {
        border: none!important;
    }
}
@media (max-width: 991px){
    .metiers-formation h2 span
    {
        left: 0px !important;
    }
}

