/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

button {
    outline: none !important;
}

body:not(.home) #site-header {
    background-color: #fff;
}

body:not(.home) .page-content {
    padding-top: 85px;
}

/* Entension : Pojo Accessibility */
.pojo-a11y-btn-listen .responsivevoice-button {
    background: none;
    font-size: 13px;
    color: #000;
    text-transform: none;
    font-weight: 400;
    padding: 0; 
}

.pojo-a11y-btn-listen .responsivevoice-button:hover,
.pojo-a11y-btn-listen .responsivevoice-button:focus {
    background: none !important;
    color: #000;
}


/* Home */

#site-header .menu-item a {
    color: #1c6885;
}

.home #site-header .site-logo-white {
    display: none;
}

.home #site-header .site-logo-color {
    display: block;
}

.home .site-navigation ul.menu li.menu-item-has-children:after {
    content: '';
    background-image: url(https://formavenir-et-recrutement.fr/wp-content/uploads/2023/12/down-blue.png);
    background-size: cover;
    height: 15px;
    width: 15px;
    right: -5px;
}

.home #site-header .menu-item::before {
    background-color: #207491;
}

@media screen and (min-width: 992px) and (max-width: 1460px) {
    .home #site-header .site-logo-mobile-color {
        display: block;
        max-width: 100px;
    }

    .home #site-header .site-logo-mobile-white {
        display: block;
    }


}

/* Header */
.site-header .header-inner .site-branding .site-description, .site-header .header-inner .site-branding .site-title {
    display: none !important;
}
#site-header {
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: .3s all;
    padding-block-start: 0;
    padding-block-end: 0;
}

body:not(.home) #site-header {
    -webkit-box-shadow: 5px 11px 13px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 11px 13px 5px rgba(0, 0, 0, 0.1);
}

#site-header .header-inner {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}

#site-header .site-logo {
    max-width: 300px;
}

#site-header .site-logo-white {
    display: block;
}

#site-header .site-logo-color {
    display: none;
}


#site-header.scroll .site-logo-white {
    display: none;
}

#site-header.scroll .site-logo-color {
    display: block;
}

#site-header.scroll .site-navigation ul.menu li.menu-item-has-children:after {
    content: '';
    background-image: url(https://formavenir-et-recrutement.fr/wp-content/uploads/2023/12/down-blue.png);
    background-size: contain;
    height: 15px;
    width: 15px;
    right: -5px;
}



#site-header .site-logo-mobile {
    display: none;
}

#site-header .menu-item>a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 6px 0;
}

#site-header .sub-menu .menu-item>a {
    color: #1c6885;
}

#site-header .menu-item {
    margin: 8px 15px;
}

#site-header .menu-item.current_page_item>a::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

#site-header .site-navigation ul.menu li.menu-item-770>a {
    background-color: var(--e-global-color-3a3a1e1);
    border-radius: 40px;
    margin-left: 50px;
    color: #fff !important;
}

#site-header.scroll {
    background-color: #FFF;
    -webkit-box-shadow: 5px 11px 13px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 11px 13px 5px rgba(0, 0, 0, 0.15);
}


#site-header.scroll .menu-item.current-menu-item::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
}

#site-header .menu-item:hover {
    color: #207491;
}

#site-header .menu-item::before {
    background-color: #fff;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .15s all;
}

#site-header .menu-item:hover::before {
    width: 100%;
}

#site-header.scroll .menu-item>a {
    color: #1c6885;
}

#site-header.scroll .menu-item::before {
    background-color: #1c6885;
}


#site-header .button {
    display: block;
    padding: 8px 15px;
    background-color: var(--e-global-color-3a3a1e1);
    border-radius: 40px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-left: auto;
    transition: .15s all;
}

#site-header .button:hover {
    background-color: var(--e-global-color-8beaea1);
}

.site-navigation-dropdown ul.menu {
    padding: 20px;
    padding-right: 50px;
}

.site-navigation-dropdown ul.menu li {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
    background-color: transparent;
    position: relative;
    display: table;
}


.site-navigation-dropdown ul.menu li.current-menu-item a::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #207491;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.site-navigation ul.menu li.menu-item-has-children:after {
    content: '' !important;
    background-image: url(https://formavenir-et-recrutement.fr/wp-content/uploads/2023/12/down-white.png);
    background-size: contain;
    height: 15px;
    width: 15px;
    right: -5px;
}

body:not(.home) .site-navigation ul.menu li.menu-item-has-children:after {
    content: '' !important;
    background-image: url(https://formavenir-et-recrutement.fr/wp-content/uploads/2023/12/down-blue.png);
    background-size: contain;
    height: 15px;
    width: 15px;
    right: -5px;
}

.site-navigation ul.menu li  {
    align-items: center;
}

.site-navigation ul.menu li ul {
    min-width: 280px;
}

.site-header .menu-menu-principal-container {
    margin-left: auto;
}

@media screen and (max-width: 1460px) {
    #site-header .site-logo {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1460px) {
    #site-header .header-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .site-header:not(.header-stacked) .header-inner .site-branding {
        max-width: 20%;
    }

    .site-header:not(.header-stacked) .header-inner .site-navigation {
        max-width: 80% !important;
    }

    .site-header .menu-menu-principal-container {
        margin: auto;
    }

    .site-header .site-navigation {
        justify-content: center;
        margin: auto;
    }


    #site-header .site-logo-mobile-white {
        display: block;
        max-width: 100px;
    }

    #site-header.scroll .site-logo-mobile-white {
        display: none;
        max-width: 100px;
    }

    #site-header.scroll .site-logo-mobile-color {
        display: block;
        max-width: 100px;
    }

    #site-header .menu-item>a {
        font-size: 13px;
    }


}


@media screen and (min-width: 992px) and (max-width: 1200px) {
    #site-header .header-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .site-header:not(.header-stacked) .header-inner .site-branding {
        max-width: 10%;
    }

    body .site-header:not(.header-stacked) .header-inner .site-navigation {
        max-width: 90%; 
    }

    .site-header .menu-menu-principal-container {
        margin: auto;
    }

    .site-header .site-navigation {
        justify-content: center;
        margin: auto;
    }

    #site-header .site-logo-color {
        display: none !important;
    }

    #site-header .site-logo-mobile {
        display: block;
    }

    #site-header .site-logo-mobile-white {
        display: block;
        max-width: 100px;
    }

    #site-header .menu-item>a {
        font-size: 13px;
    }

    #site-header .menu-item {
        margin: 6px;
    }


}

@media screen and (max-width: 991px) {
    #site-header .header-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    #site-header .site-logo {
        display: none !important;
    }

    #site-header .site-logo-mobile {
        display: block;
        max-width: 100px;
    }

    #site-header .menu-item>a {
        color: #207491;
    }

    #site-header.open .site-logo-mobile {
        display: block !important;
    }

    #site-header.open .site-logo-mobile.site-logo-mobile-white {
        display: none !important;
        transition: .2s;
        transition-delay: 1s;
    }

    #site-header .menu-item-2389>a {
        padding: 12px 20px !important;
        background-color: var(--e-global-color-3a3a1e1);
        border-radius: 40px;
        color: #fff !important;
        text-transform: uppercase;
        margin-left: auto;
        margin-top: 20px;
        display: table !important;
    }
}

/* Toggle Menu */

@media screen and (max-width: 991px) {

    #site-header .site-logo-mobile:not(.site-logo-mobile-white) {
        display: none;
    }

    #site-header.scroll .site-logo-mobile {
        display: block;
    }

    .home #site-header .site-logo-mobile {
        display: block;
    }

    #site-header.scroll .menu-toggle .line {
        stroke: black;
    }

    .site-header .site-branding {
        z-index: 100;
    }

    .site-navigation-toggle {
        background-color: transparent !important;
    }

    .site-navigation-toggle-holder {
        padding: 0;
        z-index: 99999;
    }


    .site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown {
        transform: scaleY(1);
        max-height: 100%;
    }

    .site-navigation-dropdown {
        position: fixed;
        transform: translateX(100%) scaleY(1) !important;
        background-color: #FFF;
        padding-top: 160px;
        z-index: 10;
        height: 100%
    }

    .site-navigation-dropdown[aria-hidden="false"] {
        transform: translateX(0) scaleY(1) !important;
    }


    body .site-navigation-dropdown ul.menu li {
        width: auto;
        display: flex;
    }


    #site-header .menu-item>a {
        box-shadow: none;
        text-align: right;
        font-size: 18px;
        font-weight: 600;
        padding: 20px 10px;
        display: inline-flex;
        justify-content: flex-end;
        position: relative;
    }

    .site-navigation-dropdown ul.menu li.current-menu-item a {
        background-color: transparent !important;
    }

    #site-header .menu-item.current_page_item>a::after {
        content: '';
        display: table;
        height: 2px;
        width: 100%;
        background-color: #207491;
        position: absolute;
    }


    .menu-toggle {
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0 !important;
        max-width: 50px;
        height: 50px;
        background: transparent !important;
    }

    .menu-toggle svg {
        height: 100%;
    }

    .line {
        fill: none;
        stroke: #000;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .home .menu-toggle .line {
        stroke: black;
    }

    .menu-toggle.opened .line {
        stroke: #1c6885;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
}

.comments-area a,
.page-content a {
    text-decoration: none;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.col-sm-12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-sm-6 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 767px) {
    .col-sm-6 {
        width: 50%;
    }
}

/* Nos offres en alternance */
.section-alternances .elementor-image-box-wrapper {
    display: flex !important;
}

.section-alternances .elementor-widget-image-box .elementor-image-box-img {
    width: 20px !important;
    margin-right: 5px !important;
    display: flex;
    align-items: center;
}



.alternance-item::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .1;
    border-radius: 30px;
}

.offres_alternances .elementor-inner-section {
    z-index: 10;

}

.offres_alternances .elementor-inner-section .elementor-widget-wrap::after {
    display: none;
}


/* Elementor Accordion */
.elementor .elementor-accordion .elementor-accordion-item {
    border: 0;
    margin-top: 10px;
}

.elementor .elementor-accordion .elementor-tab-title {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-a29ea9b);
    border-radius: 50px;
    padding: 17px 25px;
    line-height: 0;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    height: 20px !important;
    width: 20px !important;
}

.elementor .elementor-accordion .elementor-accordion-title {
    color: var(--e-global-color-a29ea9b);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
}

.elementor .elementor-accordion .elementor-tab-content {
    border: 0;
    padding: 15px 30px;
}

/* L'équipe */
span.elementor-heading-title {
    display: block;
}

@media screen and (max-width: 767px) {
    .appear {
        display: none !important;
    }
}

/* Form */
.wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
}

select::-ms-expand {
    display: none !important;
}

select.wpcf7-select {
    -webkit-appearance: none;
    background-color: #EFEFEF;
    border-radius: 30px 30px 30px 30px;
    padding: 14px 14px 14px 14px;
    border: 0;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    font-size: 13px;
    color: #666;
    background-image: url('https://formavenir-et-recrutement.fr/wp-content/uploads/2023/11/down-arrow.png');
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 15px;
}

.wpcf7 input[type="file"] {
    background: none !important;
    padding-left: 0 !important;
    border-radius: 0 !important;


}


form input {
    font-weight: 500;
    font-size: 13px !important;
}

form span.form-container {
    font-weight: 500;
    font-size: 13px; 
}


form label {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 10px;
    cursor: pointer;
}

/*
form span.form-container>span {
    padding-left: 30px;
}
*/

form label.label {
    color: #777;
    font-size: 13px !important;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px;
}


form label>span {
    font-size: 13px;
    font-weight: 400;
}

.wpcf7-form-control-wrap[data-name="acceptances"] input {
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: transparent !important;
    padding: 0 !important;
}


.wpcf7-form-control-wrap[data-name="acceptances"] input:checked {
    background-color: #207491 !important;
}

.wpcf7-form-control-wrap[data-name="acceptances"] .wpcf7-list-item-label {
    position: relative;
    left: 20px;
    line-height: 1.3em;
}

.wpcf7-not-valid-tip {
    background-color: #EEF2FB;
    color: #127491 !important;
    padding-left: 5px;
    font-size: 13px !important;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #e67e22;
    color: #FFF;
    border: 0;
    padding: 14px;
    border-radius: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: var(--e-global-color-3a3a1e1);
    color: #FFF;
    border: 0;
    padding: 14px;
    border-radius: 10px;
}


/* Elementor Tab */

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    border: 0;
    border-radius: 40px;
    background-color: #b7ced6;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    display: inline-block !important;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    background-color: var(--e-global-color-primary);
    color: #fff;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    background: #FFF;
    border: none !important;
    border-radius: 30px;
    margin-top: 20px;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    display: none;
}


/*Elementor Accordion*/

.elementor-accordion .elementor-accordion-item:nth-child(1) {
    display: none;
}


/* Timeline */
.timeline {
    max-width: 700px;
    margin: auto !important;
    display: block;
}


.timeline::after {
    content: '';
    display: block;
    position: absolute;
    height: 85%;
    width: 2px;
    background-color: #333;
    left: 50%;
    margin-top: 50px !important;
}


.timeline::before {
    content: '' !important;
    display: block !important;
    position: absolute;
    height: 95% !important;
    width: 2px !important;
    left: 50% !important;
    background-image: linear-gradient(#333 33%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 2px 12px;
    margin-top: 50px;
    top: -50px !important;
}


.timeline-date {
    font-size: 30px;
    font-weight: 700;
    display: block;
    position: relative;
}

.timeline-content {
    margin-top: 20px;
    display: block;
}

.timeline-item {
    max-width: 300px !important;
}

.timeline-item .timeline-date {
    position: relative;
}

.timeline-item .timeline-date::after {
    top: 0;
}

.timeline-item.left .timeline-date::after {
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: #333;
    right: -61px;
    z-index: 10;
}


.timeline-item.right .timeline-date::after {
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: #333;
    left: -59px;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .timeline {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .timeline-item {
        max-width: 170px !important;
    }

    .timeline-item.left {
        left: calc(50% - 194px);
    }


    .timeline-item.left .timeline-date::after {
        right: -35px;
    }

    .timeline-item.right {
        right: calc(50% - 194px);
    }

    .timeline-item.right .timeline-date::after {
        left: -31px;
    }
}

/* Blog */
[data-filter="non-classe"] {
    display: none !important;
}

.elementor-post {
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #32345B26;
    border-radius: 20px;
    padding: 30px !important;
}

.elementor-post .elementor-post__meta-data {
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
}

.elementor-post .elementor-post-author::before {
    content: 'Publié par ';
    display: inline;
}

.elementor-post .elementor-post-date {}

.elementor-post .elementor-post__read-more {
    background-image: url('https://formavenir-et-recrutement.fr/wp-content/uploads/2023/11/arrow-right-1.png');
    padding-right: 25px;
    background-position: center right;
    background-size: 20px;
    background-repeat: no-repeat;
    transition: .1s all;
}

.elementor-post .elementor-post__read-more:hover {
    padding-right: 30px;
}

/* Pagination */
.elementor-pagination {
    width: 300px;
    margin: auto;
    display: flex;
    align-items: center;
}


.page-numbers.prev {
    background-image: url('https://formavenir-et-recrutement.fr/wp-content/uploads/2023/11/left-chevron.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left;
    font-size: 0;
    height: 18px;
    width: 30px;
    display: inline-block;
    margin-right: 80px !important;
}

.page-numbers.next {
    background-image: url('https://formavenir-et-recrutement.fr/wp-content/uploads/2023/11/right-chevron.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right;
    font-size: 0;
    height: 18px;
    width: 30px;
    display: inline-block;
    margin-left: 80px !important;
}

span.page-numbers {
    opacity: .4;
}

a.page-numbers {
    opacity: 1 !important;
    margin-left: 12px !important;
    margin-right: 12px !important;

}

.page-numbers.current {
    background-color: #207491;
    color: #fff !important;
    padding: 3px 10px;
    opacity: 1;
    font-weight: 600;
}

/* Single */
.elementor-tabs-content-wrapper {
    border: 0 !important;
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    border: 0 !important;
    border-radius: 40px;
    background-color: #b7ced6;

    text-transform: uppercase;
    margin-right: 10px;
    width: 100%;
    padding-left: 30px;
}

.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active {
    background-color: #207491;
    color: #fff !important;
}

/* Single Formation */
.single-formations .btn-download svg {
    width: 20px;
}

.single-formations .btn-download .elementor-button-content-wrapper {
    align-items: center;
}



/*Offres alternances*/

.searchandfilter {
    padding: 10px 20px;
    width: 100%;
    background: #EEF2FB;
    color: #FFF; 
    border-radius: 20px;
}

.searchandfilter>ul {
    display: flex !important;
    padding-left: 0 !important;
    flex-wrap: wrap;
}

.searchandfilter ul {
    padding-left: 10px !important;
}

.searchandfilter > ul::before {
    content: 'Filtrer par :';
    display: block;
    width: 100%;
    color: var( --e-global-color-primary ); 
}

.searchandfilter h4 {
    font-size: 14px !important;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-flex;
}

.searchandfilter h4::after {
    content: '';
    display: inline-block;
    background-image: url('https://formavenir-et-recrutement.fr/wp-content/uploads/2023/12/down-blue.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    top: -2px;
    left: 5px;
    position: relative;
}

.searchandfilter h4.open::after {
    transform: rotate(180deg);
}

.searchandfilter>ul>li {
    width: 50%;
    padding-right: 15px !important;
}

.searchandfilter ul li ul {
    z-index: 1;
    height: 0;
    overflow: hidden;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    max-width: 340px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 8px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 8px 5px rgba(0, 0, 0, 0.05);
}
.searchandfilter ul li ul.open {
    height: auto;
}

@media screen and (max-width: 767px) {
    .searchandfilter h4 {
        font-size: 12px !important;
    }
}


.elementor-widget-image-box {
    margin-top: 10px;
}

.elementor-image-box-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.elementor-widget-image-box .elementor-image-box-img img {
    display: flex;
}

/* Formations Template */

.formations-template-default .elementor-tab-content p>strong {
    cursor: pointer;
    width: 100%;
    display: block;
}


.formations-template-default .elementor-tab-content p>strong.active::before {
    transform: rotate(0);
}

.formations-template-default .elementor-tab-content p>strong::before {
    content: '';
    background-image: url(https://formavenir-et-recrutement.fr/wp-content/uploads/2023/12/down-blue.png);
    background-size: contain;
    height: 15px;
    width: 15px;
    top: 2px;
    left: -10px;
    transform: rotate(-90deg);
    display: inline-block;
    position: relative;
}

.formations-template-default [data-tab="1"] ul {
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {

    .formations-template-default h2 {
        min-height: 40px;
    }
}

/* Footer */
.site-footer {
    padding: 0;
}

/* Footer top */
.footer-top {
    background-color: #57939E;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-top .footer-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footer-top .footer-col {
    width: 33.333%;
    padding-right: 20px;
}

.footer-top .footer-col:last-of-type {
    padding-right: 0;
}

.footer-top .footer-col-logo ul li {
    list-style-type: none;
    margin-top: 5px;
}

.footer-top .footer-col-logo ul li a {
    color: #FFF;
    padding-left: 25px;
}

.footer-top .footer-col-logo ul li.icon-marker {
    background-image: url('https://formavenir-et-recrutement.fr/wp-content/uploads/2024/06/icon-marker.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 16px;
}

.footer-top .footer-col-logo ul li.icon-phone {
    background-image: url('https://formavenir-et-recrutement.fr/wp-content/uploads/2024/06/icon-phone.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 16px;
}


.footer-top .footer-col-logo ul li.icon-envelope {
    background-image: url('https://formavenir-et-recrutement.fr/wp-content/uploads/2024/06/icon-envelop.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
}


.footer-top .footer-col-logo img {
    max-width: 300px;
    margin-bottom: 30px;
}

.footer-top .footer-col ul {
    padding: 0;
}

.footer-col .menu-item {
    list-style-type: none;
    padding: 0;
}

.footer-col .menu-item a {
    color: #fff;
    display: block;
    font-size: 13px;
    transition: .15s;
}

.footer-col .menu-item a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}


/*Footer Bottom*/
.footer-bottom {
    background-color: #12607a;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-timesheet {
    color: #fff;
    width: 330px;
    margin-top: 35px;
}

.footer-timesheet-title {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.footer-timesheet-list {
    list-style-type: none;
    padding: 0;
    display: block;
    margin-top: 10px;
}

.footer-timesheet-list>li {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 13px;
}

.footer-qualiopi {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer-qualiopi__img {
    max-width: 120px;
    height: 52px;
    margin-bottom: 0 !important;
}

.footer-qualiopi__desc {
    font-size: 10px;
    line-height: 1.3em;
    padding-left: 10px;
    display: block;
    width: 100%;
}

.footer-copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    background-color: #245A75;
    color: #fff;
}

.footer-copyright .footer-inner {
    display: flex;
    align-items: center;
}

.footer-copyright-text {
    font-size: 12px;
}

.footer-copyright .footer-inner a {
    color: #fff;
    font-size: 12px;
    padding: 0 !important;
    transition: .15s;
}

.footer-copyright .footer-inner a::after {
    content: '-';
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.footer-copyright .footer-inner a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-copyright .footer-inner #menu-footer-copyright li:last-of-type a::after {
    content: '';
}

.footer-copyright .logo-company {
    color: #FFF;
    font-weight: 800;
}

.footer-copyright-by {
    font-size: 12px;
}

.footer-col:last-of-type {
    display: flex;
    flex-direction: column;
}


.footer-soc {
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
}


.footer-soc .footer-title {
    font-weight: 400;
    display: block;
    width: 100%; 
}


.footer-soc li {
    list-style-type: none;
    margin-right: 15px;
}

.footer-soc li .icon-instagram {
    max-width: 15px;
}


.footer-soc span {
    display: block;
    text-align: right;
}

.footer-soc img {
    max-width: 40px;
}

.site-footer:not(.footer-stacked) .footer-inner .site-navigation {
   max-width: 100% !important;
}


@media screen and (max-width: 1200px) {
    .footer-top .footer-col {
        width: 50%;
    }

    .footer-top .footer-col:last-of-type {
        width: 100%;
    }

}


@media screen and (max-width: 992px) {
    .site-footer .footer-inner {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-top .footer-col-logo img {
        max-width: 230px;
    }
}


@media screen and (max-width: 767px) {
    .footer-top .footer-col {
        width: 50%;
    }

    .footer-top .footer-col-logo {
        width: 100%;
    }


    .footer-logo-qualiopi {
        display: block;
    }

    .footer-logo-qualiopi-img {
        display: block;
    }

    .footer-logo-qualiopi-content {
        max-width: 100%;
        padding-left: 0;
        margin-top: 20px;
        display: block;
        font-size: 12px;
    }

    .footer-timesheet {
        margin-top: 30px;
    }

    .footer-copyright #menu-footer-copyright {
        justify-content: flex-start !important;
        margin: 10px 0;
    }

    .footer-copyright #menu-footer-copyright a {
        padding: 0;
        margin-right: 10px;

        font-size: 11px;
        text-decoration: underline;
    }
}


/* Dépose ta candidature */
.page-id-1928 .wpcf7-form span[data-name="formation-choisie"] {
    max-width: 360px;
}

.post-tags {
    display: none !important;
}