/* FONTS */
@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/static/Jost-Regular.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost-italic";
    src: url("../fonts/Jost/static/Jost-Italic.woff2") format("woff2");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* STYLE FORMATION */
body.page-formation-custom h1 *,
body.page-formation-custom h2 * ,
body.page-formation-custom h3 *,
body.page-formation-custom h4 * ,
body.page-formation-custom h5 * ,
body.page-formation-custom h6 *,
body.page-formation-custom .formation-acf-title *,
body.page-formation-custom .formation-acf-block-title * {
    /*color: red !important;*/
    font-family: Jost !important;
}

/*body {*/
/*    background: red!important;*/
/*    border: red solid 5px;*/
/*}*/


body h3 {
    color: #E2B851 !important;
    font-weight: 700!important;
}

body .page-formation-custom .formation-header-block {
    background-color: orange;
}

body.page-formation-custom h3:first-child {
    text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
    font-weight: 900!important;
    /*color: red!important;*/
}

/* fix shadow cut */
body.page-formation-custom h3 span {
    overflow: visible;
    padding-right: 4px;
}

body.page-formation-custom .formation-content-block {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

/* Border under section title and price */
body.page-formation-custom h3::after {
    content: '';
    display: block;
    width: 50%;
    margin: 1.5rem auto;
    border-bottom: #E2B851 solid 1px;
    box-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
    margin-bottom: 2rem;
}

/* Price customisation */
body.page-formation-custom .formation-inner-column .nectar-split-heading p {
    display: inline-block;
    font-size: 2rem;
    color: #fff!important;
    background-color: #E2B851;
    font-family: Sans-serif;
    padding: 15px;
    width: auto;
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(66, 68, 90, 1);
}

body.page-formation-custom .formation-inner-column >.vc_column-inner{
    justify-content: flex-start !important;
    border: 1px solid #E2B851;
    border-radius: 8px;
}

body.page-formation-custom .formation-description-block-right,
body.page-formation-custom .formation-description-block-left
{
    /*box-shadow: 5px 5px 10px rgba(226, 184, 81, 1);*/

}

body.page-formation-custom .formation-infos-list p {
    padding-bottom: 0.5rem;
}

body.page-formation-custom .formation-acf-block-price {
    color: #E2B851;
    font-size: 2.5rem;
}
body.page-formation-custom .formation-acf-block-price::after {
    content: ' €';
    color: #E2B851;
    font-size: 2.5rem;
}

.formation-list {
    color: #000!important;

}

.formation-infos-list,
.formation-list {
    font-size: 1.0rem;
}

/* Manage margin around content separator */
body.page-formation-custom .formation-description-block-right .vc_sep_holder,
body.page-formation-custom .formation-description-block-left .vc_sep_holder {
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.formation-list ul {
    padding: 0;
    margin: 0;
}

.formation-list li {
    position: relative;
    padding-left: 1.6em;
    margin-bottom: 0.5em;
    list-style: none;
}

.formation-list li::before {
    content: "\f06e"; /* check-circle */
    font-family: "FontAwesome";
    font-weight: lighter;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0;
    color: #c59d5f;
}

.formation-inner-column p {
    color: #000;
}

body.page-formation-custom .formation-leaf:nth-child(2) {
    rotate: 180deg;

}

.formation-block-image  {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    max-height: 400px;
    border-radius: 100%;
    /*border-radius: 8px;*/
    overflow: hidden;
    box-shadow: 2px 2px 4px rgba(90, 90, 90, 1);
}


.formation-block-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.formation-description-block-right,
.formation-description-block-left {
    border-radius: 16px;
    padding: 1rem 2%;
    box-shadow: #E2B851 1px 1px 1px;
    /*border: 5px solid red;*/
    background-color: #fff;
}

.formation-block-how-to-content-wrapper  {
    background-color: yellow;
    padding: 1rem 4% !important;
}


 body.page-formation-custom .formation-content-block .formation-title-price-block:nth-child(1) {
    /*display: flex;*/
    flex-wrap: wrap;
}

.formation-description-block-right .vc_sep_holder,
.formation-description-block-left .vc_sep_holder {
    margin-top: 2rem;
    margin-bottom: 2rem;
}


body.page-formation-custom .formation-how-to-block h3 *{
    color: #E2B851;
}
/* manage block display and order */
@media screen and (max-width: 1000px) {

    body.page-formation-custom .formation-content-block .formation-title-price-block .formation-inner-column .vc_column-inner {
        padding-right: 0!important;
    }

    body.page-formation-custom .formation-content-block .formation-title-price-block .formation-inner-column .vc_column-inner {
        margin-bottom: 35px;
    }

    .formation-description-block-left {
        order: 1;
    }

    .formation-block-image  {
        max-width: 200px;
        max-height: 200px;
    }
    .formation-block-image img {
        margin-bottom: 0!important;
    }
}

/* manage display and leaf */
@media screen and (max-width: 691px) {

    body.page-formation-custom .formation-title-price-block {
        /*background-color: #0e7b17;*/
        /*border: 5px solid red;*/
        width: 100% ;
    }
    .formation-leaf {
        display: none!important;
    }


}