@font-face {
    font-family: SharpGrotesk;  
    src: url(/wp-content/themes/pitch-theme/resources/assets/fonts/SharpGroteskMedium15.ttf);
    font-weight: normal;  
}

@font-face {
    font-family: SharpGroteskBold;  
    src: url(/wp-content/themes/pitch-theme/resources/assets/fonts/SharpGroteskSmBold20.ttf);
    font-weight: normal;  
}

h1,h2,h3,h4,h5,h6,.section-title,.title {
    font-family: 'SharpGroteskBold'!important;
}

.filtres {
    justify-content: space-between;
}

.filtres .recherche {
    margin: 50px 0;
}

.filtres .recherche input {
    border: 1px solid #1f49b2;
    padding: 10px;
    min-height: 48px;
    width: 91%;
    border-radius: 4px;
}

.filtres .recherche .search {
    padding: 9px;
    width: 8%;
    border-radius: 4px;
    border: 3px solid #1f49b2;
    background-color: #1f49b2;
    color: white;
}

.filtres .recherche .search:hover {
    background: none;
    color: #1f49b2;
}

.filtres ul li {
    list-style: none;
}

.filtres ul li input {
    display: none;
}

.filtres ul li label {
    margin: 0;
    font-weight: 600;
    color: #1f49b2;
    padding: 7px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-bottom: 4px solid transparent;
}

.filtres ul li label:hover {
    border: 1px solid #1f49b2;
    padding: 7px 20px;
    color: #1f49b2;
    border-radius: 4px;
    cursor: pointer;
    border-bottom: 4px solid #1f49b2;
}

.filtres ul li.checked label {
    color: #1f49b2;
    border: 1px solid #1f49b2;
    padding: 7px 20px;
    border-radius: 4px;
    border-bottom: 4px solid #1f49b2;
}

.filtres ul li.checked label::after {
    content: "x";
    visibility: hidden;
    position: relative;
    left: 12px;
    transition: all 0.3s;
}

.filtres ul li.checked label:hover::after {
    visibility: initial;
}

#list-result .nb_contenus {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

#list-result button {
    border-color: #1f49b2;
    background-color: #1f49b2;
    color: white;
    font-size: .875rem!important;
    padding: 8px 15px;
    font-weight: 600;
    margin: 10px 0;
}

#list-result button:hover {
    color: #395ba2;
    background-color: #fff!important;
}

.contact-form .text a {
    color: white;
}
