body {
    font-family: "Exo", sans-serif;
}

main {
    margin-top: 127px;
}

.tac-black-nav {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    background-color: #1F1F1E;
}

.tac-btn-primary-navbar {
    display: inline-block;
    transition: 0.5s all;
    border-radius: 0;
    padding: 10px 30px;
    -webkit-clip-path: polygon(18px 0%, 100% 0%, calc(100% - 0px) 100%, 0% 100%);
    clip-path: polygon(18px 0%, 100% 0%, calc(100% - 0px) 100%, 0% 100%);
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -.02em;
    background-color: #F3F306;
    font-weight: 600;
}

.tac-btn-primary-navbar:hover {
    -webkit-clip-path: polygon(0px 0%, 100% 0%, calc(100% - 0px) 100%, 0% 100%);
    clip-path: polygon(0px 0%, 100% 0%, calc(100% - 0px) 100%, 0% 100%);
    background-color: #e7df12;
}

.tac-btn-white {
    display: inline-block;
    transition: 0.5s all;
    border-radius: 0;
    padding: 10px 30px;
    -webkit-clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
    clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -.02em;
    background-color: white;
    color: #1F1F1E;
    font-weight: 600;
}

.tac-btn-white:hover {
    background-color: rgb(230, 230, 230);
    -webkit-clip-path: polygon(0px 0%, 100% 0%, calc(100% - 0px) 100%, 0% 100%);
    clip-path: polygon(0px 0%, 100% 0%, calc(100% - 0px) 100%, 0% 100%);
    color: #4a4a4a;
}

.text-red {
    color: #FF3C3C;
}

.text-next-race {
    font-style: italic;
}

.nav-link {
    color: #1F1F1E;
    text-transform: uppercase;
    font-weight: 600;
}

.carousel-caption {
    bottom: 28%;
}

.tac-asaf-title {
    font-size: 6em;
}

.tac-partner-logo {
    width:100%;
    /* height: 250px; */
    object-fit: contain;
}

section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.tac-section-title {
    font-weight: 700;
    font-size: 1.4rem;
    color: #143A7B;
    text-decoration: underline;
    text-decoration-color: #F3F306;
    text-underline-offset: 10px;
    text-transform: uppercase;
}

.tac-btn-primary {
    display: inline-block;
    transition: 0.5s all;
    border-radius: 0;
    padding: 10px 30px;
    -webkit-clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
    clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -.02em;
    background-color: #F3F306;
    font-weight: 600;
}

.tac-btn-primary:hover {
    -webkit-clip-path: polygon(0px 0%, 100% 0%, calc(100% - 0px) 100%, 0% 100%);
    clip-path: polygon(0px 0%, 100% 0%, calc(100% - 0px) 100%, 0% 100%);
    background-color: #e7df12;
}

.tac-btn-primary-sm {
    display: inline-block;
    transition: 0.5s all;
    border-radius: 0;
    padding: 5px 25px;
    -webkit-clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
    clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -.02em;
    background-color: #F3F306;
    font-weight: 600;
}

.tac-btn-primary-sm:hover {
    -webkit-clip-path: polygon(0px 0%, 100% 0%, calc(100% - 0px) 100%, 0% 100%);
    clip-path: polygon(0px 0%, 100% 0%, calc(100% - 0px) 100%, 0% 100%);
    background-color: #e7df12;
}

.tac-dernieresepreuves-date {
    color: #EA1A1A;
}

.tac-actu-title {
    font-size: 16px;
}

.tac-bg-dark {
    background-color: #1F1F1E;
    color: white;
}

.tac-white-nav {
    box-shadow: 0px 5px 35px 0px rgb(0 0 0 / 30%);
}

.tac-asaf-footer {
    font-size: 3rem;
    font-weight: 600;
}

.tac-footer-links {
    list-style: none;
    display:flex;
}

.tac-footer-links li {
    margin-right: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.tac-epreuve-title {
    font-weight: 600;
    font-size: 2rem;
}

.tac-epreuve-date {
    color:#EA1A1A;
    font-weight: 600;
    margin-top: 1rem;
}

.tac-epreuve-emplacement {
    font-size: 1.4rem;
}

.tac-btn-rounded {
    background-color: #F3F306;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 30px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.5s all;
}

.tac-btn-rounded:hover {
    background-color: #e7df12;
}

.bi {
    /* vertical-align: 0rem !important; */
}

.tac-epreuve-actions i {
    font-size: 1.6rem;
}

.nav-link:hover {
    color:#143A7B !important;
}

.nav-link:focus {
    color:#143A7B !important;
}

.tac-page-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color:#F3F306;
    text-align: center;
    font-size: 2rem
}

.tac-calendrier-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: 0.5s all;
}

.tac-calendrier-title {
    text-decoration: none;
    margin-bottom: 0px;
    font-size: 1rem;
}

.tac-calendrier-content a {
    text-decoration: none;
    color:#143A7B;
}

#search-filter-form-110 > ul {
    display:flex !important;
    justify-content: space-between;
}

.chosen-results {
    display: block !important;
}

.tac-classements-date {
    color:#EA1A1A;
}

.tac-new-badge {
    color: black;
    background-color: #F3F306;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 2rem;
}

.dropdown-item {
    padding: 10px 20px;
}

#search-filter-form-210 > ul {
    display:flex !important;
    justify-content: space-between;
}

#search-filter-form-217 > ul {
    display:flex !important;
    justify-content: space-between;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 0px !important;
}

.tribe-events .tribe-events-c-search__button {
    background-color:#F3F306 !important;
    color: black !important;
}

.tac-page-content h2 {
    font-weight: 700;
    font-size: 1.4rem;
    color: #143A7B;
    text-decoration: underline;
    text-decoration-color: #F3F306;
    text-underline-offset: 10px;
    text-transform: uppercase;
    margin-top: 2rem;
margin-bottom: 2rem;}

.tac-page-content a {
    font-size: 16px;
text-decoration: none;}

.tac-asaf-logo {
    height: 40px;
}

.tac-header-logo {
    height: 250px;
}

.tac-doc-col {
    transition: 0.5s all;
}

.tac-doc-col:hover {
    transform: translateY(-4px);
    color: black !important;
}

.tac-calendrier-item:hover {
    box-shadow: -1px 2px 37px -14px rgba(0,0,0,0.4);
    -webkit-box-shadow: -1px 2px 37px -14px rgba(0,0,0,0.4);
    -moz-box-shadow: -1px 2px 37px -14px rgba(0,0,0,0.4);
}

.tac-footer-links a {
    color: white !important;
    text-decoration: none !important;
}

.bi {
    vertical-align: 0 !important;
}

.wp-block-file {
    margin-bottom: 0px !important;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.tac-bientot-dispo {
    background-color: white;
    text-transform: uppercase;
    font-weight: 600;
    color: #343A40;
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 4px;
}

.tac-step-number-1 {
    background-color:#F3F306;
    padding: 4px 16px;
    border-radius: 100%;
}

.tac-step-number {
    background-color:#F3F306;
    padding: 4px 13px;
    border-radius: 100%;
}

.tac-help-div {
    border: 2px solid #F3F306;
    border-radius: 10px;
    padding: 20px;
    background-color: #f3f30629;
}

.hide-on-desk {
    display: none;
}

.tac-index-epreuve-img {
    width: 75%;
    margin: 0 auto;
}

.owl-nav {
    font-size: 44px !important;
}

@media only screen and (max-width : 480px) {
	.hide-on-mob {
		display: none;
	}

    .tac-justify-between-mob {
        display: flex !important;
        justify-content: space-between;
    }

    .tac-footer-links {
        display:block;
    }

    .tac-mob-dblock {
        display: block !important;
    }

    .hide-on-desk {
        display: inline-block;
    }

    .wp-block-table img {
        width: 100% !important;
    }

}

.tac-epreuve-actions {
    padding: 10px 20px !important;
}