/**
Mathieu 09/2025 Pages formation https://esfi.fr/loi-alur/
*/

/* Tabs */
.formations-tab .vc_tta-tabs-container .vc_tta-tabs-list {
    display: flex !important;
    justify-content: center;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.formations-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    margin: 0 5px !important;
}

.formations-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    border: 1px solid #800000 !important;
    border-radius: 10px !important;
    overflow: hidden;
    color: #800000 !important;
    background-color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    font-family: Raleway;
}

.formations-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    background-color: #800000 !important;
    color: #fff !important;
}

.formations-tab .vc_tta-panels-container .vc_tta-panels {
    border: 0 none !important;
    background-color: transparent !important;
}

/** Bloc formation small */
.formation-small > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .formation-small > .vc_column-inner > .wpb_wrapper {
        padding: 0 15px;
    }
}

.formation-small .wpb_content_element {
    margin-bottom: 15px;
}

.formation-small > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    border-radius: 15px;
    box-shadow: 5px 5px 15px #ccc;
    overflow: hidden;
    width: 100%;
}

.formation-small > .vc_column-inner > .wpb_wrapper .wpb_single_image > figure,
.formation-small > .vc_column-inner > .wpb_wrapper .wpb_single_image > figure > .vc_single_image-wrapper,
.formation-small > .vc_column-inner > .wpb_wrapper .wpb_single_image > figure a,
.formation-small > .vc_column-inner > .wpb_wrapper .wpb_single_image > figure img {
    width: 100%;
}

.formation-small > .vc_column-inner > .wpb_wrapper .wpb_text_column p {
    text-align: center;
    font-family: Raleway;
}

.formation-small > .vc_column-inner > .wpb_wrapper .wpb_text_column p a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.formation-small > .vc_column-inner > .wpb_wrapper .vc_btn3-container {
    display: inline-block;
    margin: 0;
    width: 45%;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 10px !important;
}

.formation-small > .vc_column-inner > .wpb_wrapper .vc_btn3-container:last-child {
    width: 55%;
}

@media (max-width: 767px) {
    .formation-small > .vc_column-inner > .wpb_wrapper .vc_btn3-container {
        width: 100% !important;
    }
}

.formation-small > .vc_column-inner > .wpb_wrapper .vc_btn3-container > a,
.formation-small > .vc_column-inner > .wpb_wrapper .vc_btn3-container > button {
    width: 100% !important;
    text-align: center !important;
    padding: 10px !important;
}

.formation-small > .vc_column-inner > .wpb_wrapper .vc_btn3-container > a > i,
.formation-small > .vc_column-inner > .wpb_wrapper .vc_btn3-container > button > i {
    display: inline-block !important;
    position: static;
    transform: none;
    margin-right: 10px;
}

/* Page détail formation */
.page-template-page-formation  {

}
