
:root {
    --main-color: #009C90;
    --second-color: #92B2C1;
    --third-color: #009C90;
    --button-color: #003A5970;
}

#page {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

a, a:active, a:visited, a:hover {
    color: inherit;
}


/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
/* Menu */
#masthead {
    display: flex;
    position: relative;
    height: 100px;
    margin: auto;
    align-items: center;
    background-color: #ffffff;
    z-index: 1;
}

/*#masthead .site-branding {*/
/*    width: 30%;*/
/*}*/
.site-branding {
    width: 22%;
    text-align: right;
}

.block-footer .archive-links {
    margin-left: 6em;
}

.other-content-container h2:after {
    content: url(/wp-content/uploads/2021/05/Trace-9452.png) !important;
    display: block;
    line-height: 1rem;
    font-weight: bold;
    margin-top: 1rem;
}

.other-content-container p {
    color: var(--color-secondary);
    font-size: var(--font-size-7);

}

.page-id-180 .wp-block-separator {
    margin-top: 25px;
}

.blog-container .post-container .meta {
    margin-top: 20px;
}

.site-branding a {
    margin-top: 5px;
}

.main-navigation ul {
    padding: 1.5em;
}
.color-svg{
    filter: invert(18%) sepia(35%) saturate(2504%) hue-rotate(170deg) brightness(92%) contrast(106%);
}

.main-navigation a {
    display: inline-block;
    font-weight: 700;
}

.main-navigation li {
    place-self: center;
    text-align-last: center;
    margin-left: 10px;
}

#menu-item-23 {
    margin-left: 5em;
    text-align-last: right;
}

#menu-item-24 {
    padding-right: 10px;
    border-right: 1px solid var(--second-color);
    text-align-last: center;
}

#primary-menu-list > li > a {
    font-family: 'Athelas', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.search-form {
    position: relative;
    margin-left: 2em;
}

.search-form .search-field {
    color: white;
    max-width: 200px !important;
    margin-right: 0 !important;
    height: 30px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--third-color);
    text-align-last: left;
    background-color: transparent;
}

.input_search_menu .search-field {
    background-color: transparent !important;
}

.search-form .search-field:focus {
    border: 0 !important;
    outline: none;
    border-bottom: 1px solid var(--third-color) !important;
    text-align-last: left;
}

.search-form .search-field:focus-within {
    border: 0 !important;
    border-bottom: 1px solid var(--third-color) !important;
}

/* clears the 'X' from Internet Explorer */
.search-form .search-field[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.search-form .search-field[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
.search-form .search-field[type="search"]::-webkit-search-decoration,
.search-form .search-field[type="search"]::-webkit-search-cancel-button,
.search-form .search-field[type="search"]::-webkit-search-results-button,
.search-form .search-field[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.search-form .search-submit {
    height: min-content !important;
    position: absolute;
    right: 0;
    border: 0;
    background-color: #ffffff00 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.search-form > button {
    vertical-align: middle;
}

.search-form > button > img {
    vertical-align: inherit;
}

#input_search_menu {
    margin: 0 1em 0 1.5em;
}

#panier_menu {
    padding: 5px;
    margin-left: 1em;
}

.menu-header-menu-container #primary-menu li > a:hover::after {
    content: '';
    width: 108px;
    height: 3px;
    position: absolute;
    background-color: var(--main-color);
    bottom: -15px;
    right: 50%;
    margin-right: -54px;
}

.menu-header-menu-container #primary-menu li #panier-menu:hover::after {
    content: none;
}

#hamburger-button {
    display: none;
    float: left;
    width: 47px;
    margin-bottom: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    background-color: var(--button-color);
    border-radius: 50%;
    font-size: 30px;
    padding: 0;
    vertical-align: top;
    line-height: 47px;
}

#hamburger-button img {
    margin-bottom: 6px;
}

#loupe-button {
    display: none;
    float: right;
    width: 47px;
    margin-bottom: 5px;
    margin-right: 5px;
    cursor: pointer;
    border: none;
    background-color: var(--button-color);
    border-radius: 50%;
    font-size: 30px;
    padding: 0;
    vertical-align: top;
    line-height: 47px;
}

form #loupe-button img, form #loupe-button {
    margin-bottom: 0;
    width: 30px;
}

.login-buttons-hz {
    position: absolute;
    top: 0;
    left: 50%;
    /*margin-left: -130px;*/
    display: none;
}

/*.login-buttons-hz img {
    max-width: 90%;
}*/
.login-buttons-hz > img {
    break-after: always;
}

/*.connexion-button {
    position: absolute;
    height: 25px;
    width: 85px;
    background-color: #ffffff;
    border: none;
    padding-bottom: 10px;
    bottom: 20px;
    left: 47px;
    border-radius: 15px;
    font-size: 9px;
    font-weight: 900;
}*/

/*.register-button {
    position: absolute;
    height: 25px;
    width: 85px;
    background-color: #ffffff;
    border: none;
    padding-bottom: 10px;
    bottom: 20px;
    right: 75px;
    border-radius: 15px;
    font-size: 9px;
    font-weight: 900;
}*/

#hamburger-overlay {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, .4);
}

#hamburger-sidebar {
    display: none;
    position: fixed;
    padding-top: 25px;
    width: 84%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    transform: translateX(-200%);
    transition: transform .2s ease-out;
    z-index: 20;
}

#hamburger-sidebar-body #input_search_menu {
    display: none;
}

#hamburger-sidebar ul {
    display: block;
    background-color: white;

}

#hamburger-sidebar ul li {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: none;
    border-bottom: 1px solid #ededed;
}

.partenaires-footer .partenaire {
    margin-left: 0;
    padding-left: 0;
    display: none;
}

.partenaires-footer .partenaire li {
    list-style: none;

}

.partenaires-footer .plan {
    text-transform: uppercase;
}

.partenaires-footer .plan:hover {
    color: #fff;
}

#hamburger-content {
    display: none;
}

@media screen and (min-width: 1024px) {
    #compte-menu:hover::after {
        content: "Mon compte" !important;
        margin-bottom: 20px;
        transform: translateY(15px);
    }

    #compte-menu::after {
        content: "";
    }

    #panier-menu:hover::after {
        content: "Mon panier" !important;
        margin-bottom: 20px;
        transform: translateY(15px);
    }

    #panier-menu::after {
        content: "";
    }


}


/* banner */
.logo-mobile {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -80.5px;
    top: 130px;
}

.wp-container-3.banner-wave-mobile {
    position: absolute;
    height: 800px;
    top: 0;
    z-index: -1;

}

.wp-container-3.banner-wave-mobile img {
    width: 100vw;
    height: 900px;
    object-fit: cover;
    object-position: right;
}

@media screen and (max-width: 768px) {
    .home .banner-wave-mobile img {
        height: 425px !important;
    }
}

@media screen and (min-width: 1441px) {
    .home .banner-header-mobile-1 img {
        height: 850px;
        width: 100vw;
        object-fit: cover;
        object-position: bottom;
    }
}

figure {
    margin: 0;
}

#primary .banner-header-mobile-1 {
    display: block;
    position: absolute;
    top: -48%;
    z-index: -5;
}

@media screen and (max-width: 1440px) {
    #primary .banner-header-mobile-1 {
        display: block;
        position: absolute;
        top: -80% !important;
        z-index: -5;
    }
}

.login-buttons-vt {
    display: none;
}

.partenaires-footer {
    transform: translateY(-7.5px);

}

/*#post-5 > div {*/
/*    position: relative;*/
/*}*/
.home-banner {
    position: relative;
    height: 525px;
    margin-top: -135px;
    /*z-index: -1;*/
}

.login-buttons-vt {
    display: none;
}

.banner-login-button {
    display: none;
}

.banner-register-button {
    display: none;
}

.banner-media-text {
    position: absolute;
    width: calc(100% - 120px);
    grid-template-columns: auto 30%;
    margin: auto 60px;
    top: 24%;
}

.banner-media-text figure {
    text-align: center;
}

.banner-media-text .wp-block-media-text__content {
    padding: 0;
}

.banner-media-text h1 {
    font-weight: 400;
}

.banner-media-text img {
    width: 80%;
    max-width: 700px;
}

.smaller_h1 {
    font-size: 60px;
}

/*.banner-media-text > div > p {*/
/*    font-size: 25px !important;*/
/*}*/
.home-banner {
    height: 800px !important;
}

.home.page .wp-block-buttons {
    justify-content: flex-start;
}

.login-buttons-vt {
    display: block;
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;
    transform: translate(70px, -50%);
    width: 163px;
}

.banner-login-button {
    display: block;
    position: fixed;
    z-index: 10;
    top: calc(50% - 140px);
    right: 0;
    width: 80px;
}

.banner-register-button {
    display: block;
    position: fixed;
    z-index: 10;
    top: calc(50% - 50px);
    right: 0;
    width: 80px;
}


/*blocks*/
.home-block-1, .home-block-3, .home-block-5 {
    position: relative;
}

.home-block-1 .wp-block-media-text {
    grid-template-columns: 35% 1fr;
}

.home-block-1 .wp-block-media-text,
.home-block-2,
.home-block-3 .wp-block-media-text,
.home-block-4,
.home-block-5 {
    width: 80%;
    max-width: 1440px;
    margin: auto;
}

.home-block-1,
.home-block-2,
.home-block-3,
.home-block-4 {
    margin-bottom: 60px !important;
}

@media screen and (min-width: 1251px) {
    .home-block-1,
    .home-block-3,
    .home-block-5 {
        margin-bottom: 0px !important;
    }
}

.home-block-1 {
    margin-top: 100px;
}

@media screen and (max-width: 1800px) {
    .home-block-1 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1600px) {
    .home-block-1 {
        margin-top: -20px;
    }
}

@media screen and (max-width: 1400px) {
    .home-block-1 {
        margin-top: -80px;
    }
}

@media screen and (max-width: 1200px) {
    .home-block-1 {
        margin-top: -120px;
    }
}

@media screen and (width: 1024px) {
    .home-block-1 {
        margin-top: -60px;
    }
}

@media screen and (max-width: 1023px) {
    .home-block-1 {
        margin-top: -60px;
    }
}

@media screen and (max-width: 896px) {
    .home-block-1 {
        margin-top: -90px;
    }
}

@media screen and (max-width: 768px) {
    .home-block-1 {
        margin-top: -180px;
    }
}

.home-block-1 .wp-block-media-text .wp-block-media-text__content {
    margin-bottom: auto;
}

/*.home-block-1 .wp-block-media-text .wp-block-media-text__content p, .home-block-2 .wp-block-media-text__content p, .home-block-3 .wp-block-media-text__content p {
    line-height: 60px;
}*/
.home-block-1 .wp-block-group__inner-container > figure {
    /*position: absolute;*/
    /*top: -35px;*/
    /*left: -145px;*/
}

.home-block-3 .wp-block-group__inner-container > figure {
    /*position: absolute;*/
    /*top: 130px;*/
    /*left: -269px;*/
    /*z-index: -5;*/
}

.wp-block-media-text__content {
    padding: 0;
}


@media screen and (max-width: 700px) {
    .home-block-1 .wp-block-media-text__media,
    .home-block-2 .wp-block-media-text__media,
    .home-block-3 .wp-block-media-text__media,
    .home-block-4 .wp-block-media-text__media,
    .home-block-5 .wp-block-media-text__media {
        max-width: 80%;
    }
}

@media screen and (min-width: 701px) {
    .home-block-1 .wp-block-media-text__content,
    .home-block-3 .wp-block-media-text__content,
    .home-block-5 .wp-block-media-text__content {
        padding: 0 0 0 calc(8% + 75px);
    }
}

@media screen and (min-width: 768px) {
    .wp-block-media-text__content {
        padding: 0 0 0 95px;
    }

    .home-block-2 .wp-block-media-text__content,
    .home-block-4 .wp-block-media-text__content {
        padding: 0 8% 0 95px;
    }
}

@media screen and (min-width: 1440px) {
    .wp-block-media-text__content {
        padding: 0 0 0 130px;
    }

    .home-block-2 .wp-block-media-text__content,
    .home-block-4 .wp-block-media-text__content {
        padding: 0 8% 0 130px;
    }
}


.wp-block-media-text__content p {
    font-size: var(--font-size-8);
}

.home-block-1 .wp-block-group__inner-container > figure img, .home-block-3 .wp-block-group__inner-container > figure img, .home-block-5 .wp-block-group__inner-container > figure img {
    max-width: none;
    width: 107vw;
}

.home-block-1 .wp-block-group__inner-container > figure img {
    width: 100vw;
}

.home-block-2 h2, .home-block-3 h2, .home-block-4 h2, .home-block-5 h2 {
    position: relative;
}

.home-block-1 .wp-block-image > img,
.home-block-3 .wp-block-image > img {
    opacity: 0.5;
}

/*.home-block-2 h2:after, .home-block-3 h2:after, .home-block-4 h2:after {
    content: '';
    position: absolute;
    background-image: url(https://ceos.dev.wiboo.fr/wp-content/uploads/2021/05/Trace-9452.png);
    background-repeat: no-repeat;
    display: inline-block;
    top: 1.4em;
    left: 0;
    width: 178px;
    height: 60px;
}*/
.home-block-2 h2:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -130px;
    background-image: url(https://ceos.dev.wiboo.fr/wp-content/uploads/2021/05/scale.svg);
    background-size: 108px 108px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 108px;
    height: 108px;
}

.home-block-3 h2:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -130px;
    background-image: url(https://ceos.dev.wiboo.fr/wp-content/uploads/2021/05/Groupe-1206.svg);
    background-size: 108px 108px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 108px;
    height: 108px;
}

.decorative-title-container + ul {
    margin-left: 0;
    padding-left: 0;
}

.wp-block-columns .wp-block-column ul {
    margin-left: 0;
    padding-left: 0;
}

.home-block-4 h2:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -130px;
    background-image: url(https://ceos.dev.wiboo.fr/wp-content/uploads/2021/05/Groupe-1217.svg);
    background-size: 108px 108px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 108px;
    height: 108px;
}

.home-block-5 h2:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -130px;
    background-image: url(/wp-content/uploads/2021/10/pictos_sante-securite_travail-1-1.svg);
    background-size: 108px 108px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 108px;
    height: 108px;
}

/*.home-block-4 h2:before {*/
/*    content: url("https://ceos.dev.wiboo.fr/wp-content/uploads/2021/05/Groupe-1217.svg");*/
/*    position: absolute;*/
/*    top: -25px;*/
/*    left: -130px;*/
/*}*/

.home-block-4 .wp-block-media-text__content {
    margin-bottom: auto;
}

/* Nous sommes là */
.nous_sommes_la {
    max-width: 80%;
    margin: auto;
    text-align: center;
}

/*.nous_sommes_la a {
    width: 319px;
    height: 77px;
    line-height: 1.7;
    font-size: 1.5em;
}*/
.nous_sommes_la .wp-block-buttons {
    justify-content: center;
}

/* Footer menu */
.footer-container, .block-footer {
    display: flex;
}

#footer-menu {
    display: flex;
    /*flex-wrap: wrap;*/
    /*width: 70%;*/
    list-style: none;
    gap: 3em;
}

@media screen and (max-width: 1280px) {
    #footer-menu {
        gap: 1.3em;
    }
}

#footer-menu ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.site-footer {
    position: relative;
}

.footer-bg {
    position: absolute;
    width: 100vw;
    height: 145%;

    bottom: 0;
    z-index: -5;
}

.main-navigation ul {
    display: flex;
    height: 70px;
}

.popup-content.wrapper-xxs {
    margin-top: 25px;

}

.block-footer {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px 60px;
    line-height: 2.5;
    width: fit-content;
    margin: 0 auto;
    padding: 0 3em;
}

@media screen and (max-width: 1024px) {
    .block-footer {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .block-footer .block-menu-footer,
    .block-footer .archive-links {
        grid-column: 1 / 3;
    }

    .block-footer .block-social-footer {
        order: 1;
        margin: 0;
    }

    .block-footer .newsletter-footer {
        order: 2;
    }

    .block-footer .block-social-footer .suivez-nous p {
        line-height: 2.5;
    }
}

@media screen and (max-width: 768px) {
    .block-footer .block-social-footer,
    .block-footer .newsletter-footer {
        grid-column: 1 / 3;
    }

    .block-footer .newsletter-footer .sib_signup_box_inside_1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

.footer-bg-mobile {
    display: none;
}

.block-social-footer {
    margin-left: 8em;
    margin-bottom: 30px;
}

.block-footer a {
    color: #ffffff;
}

.block-footer a::selection {
    color: #ffffff;
}

.block-footer a:hover {
    cursor: pointer;
}

.block-menu-footer > img {
    position: absolute;
    top: -90px;
    left: 15%;
}

.acc_link_footer {
    margin-left: 56px;
    font-size: 12px;
}

.twitter-button {
    margin-right: 16px;
}

#footer-menu > li > a {
    text-transform: uppercase;
}

.block-footer [type="checkbox"], [type="radio"] {
    color: white;
    background-color: transparent !important;
    border: white 1px solid !important;
}

.block-footer [type="checkbox"]:checked,
[type="radio"]:checked {
    background: white !important;
}

.carre_cond {
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: inline-block;
}

.carre_cond_blanked {
    background-color: #ffffff;
}

.suivez-nous {
    color: #ffffff;
}

.suivez-nous p {
    color: #ffffff;
}

.block-reseaux {
    margin-top: -70px;

}

.reseaux-buttons {
    margin: 1em auto;
}

.reseaux-buttons svg {
    cursor: pointer;
}

.menu-footer-menu-container > ul > li > a {
    /*font-weight: bold;*/
}

.site-info {
    background-color: #ffffff;
    text-align: center;
    padding: 0.5em;
    font-size: 14px;
    color: var(--main-color);
    font-weight: bold;
}

.home .home-block-1 + div {
    margin-bottom: 0;
}

.entry-content #wpsm_accordion_740 .wpsm_panel-default > .wpsm_panel-heading,
.entry-content #wpsm_accordion_740 .ac_open_cl_icon {
    background-color: #0b3b59 !important;
}

.entry-content #wpsm_accordion_740 .wpsm_panel-default > .wpsm_panel-heading {
    border-color: #0b3b59 !important;
}

.entry-content #wpsm_accordion_740 .wpsm_panel-body {
    border-top-color: #0b3b59 !important;
    border: 2px solid #0b3b59 !important;
}

.block-footer .archive-links a:hover {
    text-decoration: underline;
}

.block-footer #footer-menu > li > a {
    pointer-events: none;
    line-height: 1em;
}

.block-footer #footer-menu > li > ul > li {
    line-height: 1em;
    margin: 11px 0px 10px;
}

body:not(.home) .image-header {
    position: initial;
    transform: none;
    max-width: 550px;
    height: 250px;
    padding-left: 20px;
}

body:not(.home) .entry-header.wrapper-full {
    justify-content: space-between;
}

h4 strong u {
    text-decoration: none;
    font-weight: 500;
}

@media screen and (max-width: 700px) {
    .home-block-5 {
        flex-direction: column-reverse;
        display: flex;
    }
}

@media screen and (max-width: 1650px) {
    .home-block-3 .wp-block-group__inner-container > figure {
        top: 125px;
    }

    .home-block-3 .wp-block-group__inner-container > figure img {
        width: 115vw;
    }

    /*.banner-media-text h1 {
        font-size: 70px !important;
    }*/
    .smaller_h1 {
        font-size: 55px;
    }

    .block-menu-footer > img {
        left: 5%;
    }

    .block-social-footer {
        margin-left: 0;
    }
}

@media screen and (max-width: 1440px) {
    .footer-bg {
        object-fit: cover;
    }
}

@media screen and (max-width: 1431px) {
    .frm_fields_container .abonnez-vous label:after {
        right: 6px;
    }

    .frm_fields_container .abonnez-vous label:before {
        right: 21px;
    }
}

@media screen and (min-width: 1352px) {
    .pagination.grid-pagination.pagination-livre_blanc {
        grid-gap: 50px;
        margin-right: 60px !important;
    }
}

@media screen and (max-width: 1351px) {
    .pagination.grid-pagination.pagination-livre_blanc {
        margin-right: 60px !important;
        grid-gap: 20px;
    }

    .box-default.fixed-card.post-container.products-container.product-card-info {
        margin-right: 45px;
    }

    .box-default.fixed-card.post-container.products-container.product-card-info h3 {
        font-size: 25px;
    }

    /*.home-block-3 .wp-block-group__inner-container > figure {
        top: 500px;
    }*/
    .frm_fields_container .abonnez-vous label:after {
        right: 0;
    }

    .frm_fields_container .abonnez-vous label:before {
        right: 15px;
    }
}

@media screen and (max-width: 1250px) {
    .home .wp-block-group.home-banner .banner-media-text {
        top: 25% !important;
    }

    #h-formations-en-ligne-et-en-blended-learning-cse-rh-managers-et-salaries {
        line-height: normal;
    }

    .home-block-1 .wp-block-group__inner-container > figure {
        top: 200px;
    }

    .home-block-3 .wp-block-group__inner-container > figure {
        top: 600px;
    }

    .home-block-1 .wp-block-group__inner-container > figure, .home-block-3 .wp-block-group__inner-container > figure {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .home-block-3 .wp-block-group__inner-container > figure {
        top: 700px;
    }
}

@media screen and (max-width: 1440px) {
    /*.home-block-1 .wp-block-media-text .wp-block-media-text__content h2, .home-block-2 .wp-block-media-text__content h2, .home-block-3 .wp-block-media-text__content h2, .home-block-4 .wp-block-media-text__content h2 {
        font-size: 40px !important;
    }*/
    /* .home-block-1 .wp-block-media-text .wp-block-media-text__content p, .home-block-2 .wp-block-media-text__content p, .home-block-3 .wp-block-media-text__content p, .home-block-4 .wp-block-media-text__content p {
         font-size: 25px !important;
         line-height: 50px;
     }*/
    .home-block-2 h2:before {
        background-size: 75px 75px;
        width: 75px;
        height: 75px;
        top: -15px;
        left: -95px;
    }

    .home-block-3 h2:before {
        background-size: 75px 75px;
        width: 75px;
        height: 75px;
        top: -15px;
        left: -95px;
    }

    .home-block-4 h2:before {
        background-size: 75px 75px;
        width: 75px;
        height: 75px;
        top: 0;
        left: -95px;
    }

    .home-block-5 h2:before {
        background-size: 75px 75px;
        width: 75px;
        height: 75px;
        top: 0;
        left: -95px;
    }

    .home-block-1 .wp-block-group__inner-container > figure {
        top: 150px;
    }

    .home-block-1 .wp-block-group__inner-container > figure img {
        width: 115vw;
    }

    .home-block-3 .wp-block-group__inner-container > figure {
        top: 400px;
    }

    .home-block-3 .wp-block-group__inner-container > figure img {
        width: 122vw;
    }

    /*.home-block-4 {
        margin: 25em auto 4em;
    }*/
    .nous_sommes_la {
        margin-bottom: 30em;
    }
}

@media screen and (max-width: 1440px) {
    .home.page .home-banner {
        height: 730px !important;
    }
}

@media screen and (max-width: 896px) {
    .home.page .home-banner {
        height: 750px !important;
    }
}

@media screen and (max-width: 886px) {
    footer.site-footer {
        margin-top: 400px !important;
    }
}

@media screen and (min-width: 1024px) {
    footer.site-footer {
        margin-top: 240px !important;
    }
}

@media screen and (max-width: 1024px) {
    #footer-menu {
        flex-wrap: wrap;
        margin: 0;
    }

    .block-social-footer {
        display: flex;
        width: 100%;
        margin-top: 50px;
        justify-content: space-evenly;
    }

    .block-footer {
        flex-direction: column;
    }

    .block-reseaux {
        margin-top: 0;
    }

    .block-menu-footer {
        width: 100%;
    }

    .frm_fields_container .abonnez-vous label:after {
        right: 15px;
    }

    .frm_fields_container .abonnez-vous label:before {
        right: 28px;
    }

    .block-social-footer {
        margin-left: 0;
    }

    #masthead {
        margin-top: -100px;
        transform: translateY(100px);
    }

    .tax-categorie_cours .login-buttons-hz {
        display: none;
    }

    body.tax-categorie_cours.padding-top-sticky-menu {
        padding-top: 0;
    }

    #hamburger-sidebar ul {
        height: 100vh;
    }

    #masthead .ceos-header-mobile, .ceos-header-mobile .login-buttons-hz, .logo-mobile {
        display: block;
    }

    #masthead .menu-header-menu-container, #masthead .site-branding {
        display: none;
    }

    #hamburger-content,
    #hamburger-button,
    #loupe-button,
    #hamburger-sidebar,
    .hamburger-activated #hamburger-overlay,
        /*.login-buttons-hz,*/
    .logo-mobile {
        display: block;
    }

    #masthead {
        background-color: inherit;
    }
}

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

    /*.home-block-4 {
        margin: 17em auto 4em;
    }*/
    .nous_sommes_la h2 {
        font-size: 45px !important;
    }
}

@media screen and (max-width: 900px) {
    #footer-menu > li {
        margin-left: 3em;
    }

    .home-block-1 .wp-block-group__inner-container > figure {
        top: 180px;
    }

    .home-block-3 .wp-block-group__inner-container > figure {
        top: 500px;
    }

    .home-block-3 .wp-block-group__inner-container > figure img {
        width: 130vw;
    }
}

@media screen and (max-width: 850px) {
    .home-block-1 .wp-block-group__inner-container > figure {
        top: 250px;
        left: -50px;
    }

    .home-block-1 .wp-block-group__inner-container > figure img {
        width: 110vw;
    }
}

@media screen and (max-width: 840px) {
    #footer-menu > li {
        margin-left: 2.5em;
    }
}

@media screen and (max-width: 800px) {
    #footer-menu > li {
        margin-left: 2em;
    }

    .home-block-1 .wp-block-group__inner-container > figure {
        top: 350px;
    }

    .home-block-1 .wp-block-group__inner-container > figure, .home-block-3 .wp-block-group__inner-container > figure {
        display: none;
    }
}

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

    .home-block-3 .wp-block-group__inner-container > figure {
        top: 600px;
    }
}

@media screen and (max-width: 758px) {
    .footer-bg {
        display: none;
    }

    .footer-bg-mobile {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100vw;
        height: 110.5%;
        z-index: -5;
    }

    footer.site-footer {
        margin-top: 200px !important;
    }

    .block-menu-footer img {
        top: -8%;
    }

    .footer-container {
        justify-content: center;
    }

    .block-menu-footer > img {
        left: 50%;
        margin-left: -80px;
    }

    #footer-menu {
        justify-content: center;
    }

    #footer-menu > li {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 45px;
        position: relative;
        text-align: center;
        margin-left: 0;
    }

    #footer-menu > li:nth-child(1):after, #footer-menu > li:nth-child(2):after, #footer-menu > li:nth-child(3):after {
        content: '';
        width: 38px;
        height: 1px;
        background-color: #ffffff;
        z-index: 5;
        position: absolute;
        left: 50%;
        margin-left: -19px;
        bottom: -25px;
    }

    #footer-menu > li:nth-child(4):after {
        content: '';
        width: 340px;
        height: 1px;
        background-color: #ffffff;
        z-index: 5;
        position: absolute;
        left: 50%;
        margin-left: -170px;
        bottom: -25px;
    }

    .acc_link_footer, .blog_link_footer {

    }

    .block-social-footer {
        flex-direction: column;
        margin-top: 0;
        text-align: center;
    }

    .frm_fields_container .abonnez-vous {
        margin: auto;
        margin-bottom: 15px;
    }

    .frm_fields_container .abonnez-vous label {
        margin-bottom: 12px;
    }

    .twitter-button {
        margin-right: 33px;
    }

    #frm_checkbox_7-0 label {
        margin-right: 15px;
        padding-left: 0;
        font-size: 15px;
        text-indent: 0;
        text-align: center;
    }

    .carre_cond {
        margin-right: 15px;
    }

}

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

    .home-block-1 .wp-block-media-text {
        display: flex;
        flex-direction: column-reverse;
    }

    .home-block-2, .home-block-4 {
        display: flex;
        flex-direction: column-reverse;
    }

    .home-block-3 .wp-block-media-text {
        display: flex;
        flex-direction: column-reverse;
    }

    .home-block-1 .wp-block-media-text__media img, .home-block-3 .wp-block-media-text__media img, .home-block-2 .wp-block-media-text__media img, .home-block-4 .wp-block-media-text__media img {
        width: 100%;
    }

    .home-block-2 figure, .home-block-4 figure {
        text-align: right;
    }

    .nous_sommes_la {
        margin-top: 8em;
    }

    .wp-block-media-text__content p {
        text-align: justify;
    }

    .underlined {
        margin-top: 6rem !important;
    }
}

@media screen and (max-width: 375px) {
    #footer-menu > li:nth-child(4):after {
        width: 240px;
        margin-left: -120px;
    }
}

@media screen and (min-width: 2300px) {
    .menu-header-menu-container ul {
        margin-left: 10%;
    }
}

/*@media screen and (max-width: 1900px) {*/
.banner-header-mobile-1 img {
    /*object-fit: cover;*/
    object-fit: fill;
}

/*}*/

@media screen and (max-width: 1550px) {
    .banner-media-text {
        grid-template-columns: 65% !important;
    }

    /*.banner-media-text h1 {
        font-size: 50px !important;
    }*/
    .smaller_h1 {
        font-size: 47px;
    }
}

@media screen and (max-width: 1200px) {
    /*.banner-header-mobile-1, .banner-header-mobile-1 img, .home-banner {*/
    /*    height: 850px !important;*/
    /*}*/
    .banner-media-text {
        grid-template-columns: 56% 36% !important;
    }

    /*.banner-media-text h1 {
        font-size: 40px !important;
    }*/
    .smaller_h1 {
        font-size: 32px;
    }
}

@media screen and (min-width: 1800px) {
    #masthead .site-branding {
        width: 30%;
    }
}

@media screen and (min-width: 1100px) {
    .menu-header-menu-container {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .login-buttons-vt {
        display: block;
        width: 140px;
        position: fixed;
        top: calc(50% - 200px);
        right: 0;
        transform: translateX(60px);
        /*display: block;*/
        /*position: absolute;*/
        /*top: calc(50% - 185px);*/
        /*right: 0;*/
        /*transform: translateX(90px);*/
    }

    .banner-login-button {
        display: block;
        width: 70px;
        position: fixed;
        top: calc(50% - 150px);
        right: 0;
        /*display: block;*/
        /*position: absolute;*/
        /*top: calc(50% - 113px);*/
        /*right: 0;*/
    }

    .banner-register-button {
        display: block;
        width: 70px;
        position: fixed;
        top: calc(50% - 73px);
        right: 0;
        /*display: block;*/
        /*position: absolute;*/
        /*top: calc(50% + 3px);*/
        /*right: 0;*/
    }
}

@media screen and (min-width: 1024px) {
    /*#masthead .site-branding {*/
    /*    width: 30%;*/
    /*}*/
    #masthead .site-branding .custom-logo-link img {
        max-width: 75%;
    }

    #masthead .site-navigation {
        padding: 1.5em 1.5em 1.5em 0;
    }

    .menu-header-menu-container {
        font-size: 12px;
    }

    .menu-header-menu-container #input_search_menu {
        margin: 0 0 0 1.5em;
    }

    .menu-header-menu-container #input_search_menu #search-form-1 {
        width: 150px;
    }

    #masthead #input_search_menu > form {
        margin-left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .menu-header-menu-container {
        font-size: 15px;
    }

    .menu-header-menu-container #input_search_menu #search-form-1 {
        width: 180px;
    }

    #masthead .site-branding .custom-logo-link img {
        max-width: 90%;
    }
}

@media screen and (max-width: 1023px) {
    .menu-header-menu-container, .site-branding, .connect-login-right {
        display: none;
    }

    .site .logo-mobile {
        top: 18vh;
        position: absolute;
        z-index: 1;
        display: block;
    }


}

@media screen and (min-width: 1300px) {
    .menu-header-menu-container {
        font-size: 17px;
    }
}

@media screen and (min-width: 1400px) {
    .menu-header-menu-container {
        font-size: 18px;
    }
}

@media screen and (min-width: 1500px) {
    .menu-header-menu-container {
        font-size: 20px;
    }
}

@media screen and (max-width: 320px) {
    #masthead .site-branding {
        display: none;
    }
}

.ceos-header-mobile {
    display: none;
}


.woocommerce-edit-address .address-infos {
    margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
    .banner-media-text h1 {
        margin-top: 200px;
    }
}

@media screen and (max-width: 768px) {
    /*.banner-media-text h1 {
        font-size: 35px !important;
    }*/
    #primary #post-255 {
        margin-bottom: 50px;
    }

    .woocommerce-page .woocommerce-checkout-content .woocommerce-checkout {
        margin-bottom: 40px;
    }

    .smaller_h1 {
        font-size: 28px;
    }

    .banner-media-text {
        top: 30%;
    }

    .home-block-2 h2:before,
    .home-block-3 h2:before,
    .home-block-4 h2:before,
    .home-block-5 h2:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        /*background-image: url(https://ceos.dev.wiboo.fr/wp-content/uploads/2021/05/scale.svg);*/
        background-size: 108px 108px;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        height: 108px;
        background-position: top center;
    }

    .home-block-2 h2:before,
    .home-block-3 h2:before,
    .home-block-4 h2:before,
    .home-block-5 h2:before {
        background-size: 75px 75px;
        top: -80px;
        left: 0;
    }

    .home-block-2 h2,
    .home-block-3 h2,
    .home-block-4 h2,
    .home-block-5 h2 {
        margin-top: 80px;
    }

    .home-block-2 .wp-block-media-text__content,
    .home-block-3 .wp-block-media-text__content,
    .home-block-4 .wp-block-media-text__content,
    .home-block-5 .wp-block-media-text__content {
        margin-left: 0 !important;
    }

    .underlined {
        text-align: center !important;
    }

    .open .arrow-fiche-cours > svg {
        top: 30%;
    }
}

@media screen and (min-width: 768px) {
    .wp-container-3.banner-wave-mobile {
        display: none;
    }

    #primary .banner-header-mobile-1 {
        display: block;
        position: absolute;
        top: -10%;
        z-index: -5;
    }

    .banner-header-mobile-1 img {
        height: 960px;
        width: 100vw;
        object-fit: cover;
        object-position: bottom;
    }
}

@media screen and (max-width: 1000px) {
    .banner-media-text {
        width: 90%;
        margin: auto 45px;
    }
}

@media screen and (max-width: 742px) {
    .banner-media-text img {
        display: none;
    }

    .banner-media-text {
        grid-template-columns: 100% 0 !important;
        width: 100%;
        top: 35%;
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    /*.banner-media-text h1 {
        font-size: 30px !important;
    }*/
    .post-type-archive-livre_blanc #form_telecharger_le_livre_blanc .vous-etes select {
        width: 100%;
    }

    .smaller_h1 {
        font-size: 24px;
    }

    .banner-media-text h1 {
        font-size: 45px;
        line-height: 1.15;
    }

    .banner-media-text {
        top: 45%;
    }

    /*.banner-header-mobile-1, .banner-header-mobile-1 img, .home-banner {*/
    /*    height: 550px !important;*/
    /*}*/

    .banner-header-mobile-1, .banner-header-mobile-1 img, .home-banner {
        height: 480px !important;
    }
    .banner-header-mobile-1 img {
        object-fit: cover;
    }

    .wp-container-3.banner-wave-mobile img {
        height: 600px;
    }

    .banner-media-text h1 {
        margin-top: 100px;
    }

    html .page #primary blockquote.wp-block-quote:before, html .page #primary blockquote.wp-block-quote:after {
        transform: scale(.5);
    }
}

@media screen and (max-width: 425px) {
    .banner-media-text figure {
        display: none;
    }

}

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

    .home-banner {
        height: 700px;
    }

    /*.home-block-1 .wp-block-media-text .wp-block-media-text__content h2, .home-block-2 .wp-block-media-text__content h2, .home-block-3 .wp-block-media-text__content h2, .home-block-4 .wp-block-media-text__content h2 {
        font-size: 30px !important;
    }*/
    /*.home-block-1 .wp-block-media-text .wp-block-media-text__content p, .home-block-2 .wp-block-media-text__content p, .home-block-3 .wp-block-media-text__content p, .home-block-4 .wp-block-media-text__content p {
        font-size: 20px !important;
        line-height: 40px;
    }*/

}

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

    .home-banner {
        height: 615px;
    }

}

@media screen and (min-width: 340px) {
    /*.connexion-button {
        bottom: 21px;
        left: 44px;
    }*/
    /*.register-button {
        bottom: 21px;
        right: 75px;
    }*/

}

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

    .banner-media-text h1 {
        margin-top: 50px;
    }
}


@media screen and (min-width: 375px) {
    /*.connexion-button {
        height: 23px;
        width: 83px;
        bottom: 21px;
        left: 56px;
        font-size: 10px;
    }*/
    /*.register-button {
        height: 23px;
        width: 83px;
        bottom: 21px;
        right: 55px;
        font-size: 10px;
    }*/
    #hamburger-button {
        margin-left: 12px;
        z-index: 999;
    }

    #loupe-button {
        margin-right: 10px;
    }

    /*.banner-media-text {*/
    /*    position: absolute;*/
    /*    top: 42%;*/
    /*}*/
    /*.banner-media-text > div > p {*/
    /*    font-size: 30px !important;*/
    /*}*/
}


/*--------------------------------------------------------------
# PAGE MON COMPTE
--------------------------------------------------------------*/

/*#post-255 .entry-content {
    max-width: 80%;
    margin: auto;
}*/


/* CORRECTION TAILLE IMAGE PAGE PRODUIT */
.single-product .image-header-container img {
    width: unset;
    height: 200px;
    object-fit: contain;
}

@media screen and (max-width: 1024px) {
    .single-product .box-default.fixed-card.post-container.products-container.product-card-info {
        width: 100% !important;
        position: initial !important;
    }

    .single-product .box-default.fixed-card.post-container.products-container.product-card-info h3 {
        font-size: 20px;
    }

    .single-product .box-default.fixed-card.post-container.products-container.product-card-info div.button {
        bottom: unset;
        margin-top: -30px;
    }

    .hamburger-activated #hamburger-sidebar {
        transform: translate(0%);
    }

    main .cours-sticky-container .fiche-cours-wrapper {
        z-index: 0;
    }
}

.home .wp-block-group.home-banner .banner-media-text {
    top: 15%;
}

/* RETOUCHE PAGE RESULTATS RECHERCHE */
.search-results .entry-header .image-header {
    /*width: 265px;*/
}

.search-results .entry-header .page-title {
    width: 450px;
}

.search-results .breadcrumb-container.wrapper-m {
    padding: 0;
}

.search-results article,
.search-results .breadcrumb-container.wrapper-m,
.search-results .navigation.posts-navigation {
    margin-left: var(--spacing-13);
    margin-right: var(--spacing-13);
}

.search-results article {
    border-radius: 10px;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 25% 50% 25%;
    background-color: white;
}

.search-results article h2.entry-title {
    margin: 0;
    text-align: initial;
    line-height: 2rem;
}

.search-results article .entry-summary p,
.search-results article .entry-summary {
    margin-top: 5px;
    line-height: 1.3em;
}

.search-results article .search-post-thumbnail {
    display: grid;
    align-content: center;
    margin-right: 3rem;
}

.search-results article .attachment-post-thumbnail {
    width: 100%;
}

.search-results article .search-post-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-results .search-post-details *, .search-results .search-post-result-post-type {
    font-size: 22px;
    text-transform: capitalize;
    color: #707070;
    margin: 0;
}

.search-results .search-post-result-post-type p {
    margin-top: 0;
    color: #009C90;
    font-size: 22px;
}

.search-results .search-post-title {
    display: grid;
    align-items: center;
}

.search-results .search-post-title img {
    width: 30px;
}

.search-results article .entry-summary p {
    color: var(--color-secondary);
    font-size: 25px;
}

.search-results article .search-post-result-link {
    display: grid;
}

.search-results article .search-post-result-link a {
    padding: 8% 25%;
    background-color: rgb(0, 156, 144);
    color: white;
    font-size: 20px;
    display: block;
    margin: auto;
    border-radius: 50px;
    white-space: nowrap;
    width: max-content;
}

.search-results .wp-image-136.search-page-bg {
    position: absolute;
    top: 100%;
    z-index: -10;
    opacity: 10%;
}

.search-results .entry-header {
    justify-content: space-between;
}

.search-results .entry-header .image-header {
    position: initial;
    transform: none;
}

.search-results .navigation.posts-navigation {
    margin-top: 50px;
    margin-bottom: 150px;
}

.search-results .navigation.posts-navigation .nav-links > div {
    text-align: center;
}

.search-results .navigation.posts-navigation .nav-links > div > a {
    color: white;
    padding: 15px 30px;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    margin: auto;
    font-family: serif;
    border-radius: 50px;
    font-size: 25px;
    transition: all 0.5s ease;
}

.search-results .navigation.posts-navigation .nav-links > div > a:hover {
    color: var(--color-primary);
    background-color: white;
}


.search-no-results .no-results.not-found .search-form {
    margin-left: 0;
    display: flex;
}

.search-no-results .wp-image-136.search-page-bg {
    margin-top: -450px;
    margin-left: -300px;
}

.search-no-results .no-results.not-found .search-form .search-submit {
    position: initial;
}

.search-no-results .no-results.not-found .search-form input {
    padding-left: 0;
}

@media screen and (min-width: 1441px) {
    .single-product.single header.single-post-header {
        padding-top: 50px !important;
    }
}

@media screen and (max-width: 1440px) {
    .search-results .search-post-details *, .search-results .search-post-result-post-type {
        font-size: 16px;
    }

    .search-results .search-post-result-post-type p {
        font-size: 16px;
    }

    .search-results article .entry-summary p {
        font-size: 16px;
    }

    .search-results article .search-post-result-link a {
        padding: 6% 15%;
        font-size: 14px;
    }

    .search-results article h2.entry-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .search-results .navigation.posts-navigation {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .search-results article {
        display: block;


    }
}

@media screen and (max-width: 782px) {
    html #wpadminbar {
        position: fixed !important;
    }

    .search-results article {
        display: block;
        margin-left: 10%;
        margin-right: 10%;

    }
}

#post-14 + .contact-button-section {
    display: none;
}

@media screen and (max-width: 1440px) {
    .cours-template-default.single.single-cours main {
        overflow: unset;
    }
}

@media screen and (max-width: 1100px) {
    main .cours-sticky-container {
        height: unset !important;
        position: initial;
    }
}

@media screen and (max-width: 1300px) {
    main .cours-sticky-container {
        right: 75px;
    }
}

@media screen and (min-width: 1300px) {
    main .cours-sticky-container {
        right: 120px;
    }
}

/* BLOCKS CITATION */
.citation-color-bleu {
    --citation-color: #003A59;
}

.citation-color-vert {
    --citation-color: #009C90;
}

.citation-fond-gris {
    background-color: #e6e6e6;
}

.citation-bordure-gauche {
    border-left: 8px var(--citation-color) solid;
    padding: 10px 10px 10px 45px;
}

.citation-icone {
    padding: 10px 10px 10px 45px;
    display: flex;
    border-top: 3px solid var(--citation-color);
    border-bottom: 3px solid var(--citation-color);
    font-size: 16px;
}

.citation-icone .citation-icone-container {
    margin-left: -45px;
    margin-right: 10px;
}

.citation-icone .citation-icone-element {
    min-width: 36px;
}

.citation-section {
    font-style: italic;
    margin: 15px 0;
}

/**/

/* https://www.ceos-formation-en-ligne.fr/nos-programmes/ */
#post-164 .introduction {
    margin: 0;
}

#post-164 .entry-content h2:first-child,
#post-18 .entry-content h2:first-child {
    margin-bottom: 0;
    text-align: justify;
}

#post-164 .entry-content h3,
#post-18 .entry-content h3 {
    margin: 0.25em 0;
}

#post-164 p,
#post-18 p {
    margin-bottom: 0.5em;
    margin-block-start: 10px;
    margin-block-end: 10px;
}

#post-164 blockquote:before, #post-164 blockquote:after,
#post-18 blockquote:before, #post-18 blockquote:after {
    transform: scale(.75);
}

#post-164 .wp-block-columns,
#post-18 .wp-block-columns {
    margin-bottom: 0;
}

#post-164 .wp-block-image.size-full,
#post-18 .wp-block-image.size-full {
    width: 75%;
    margin: auto;
}

#post-164 .wp-block-separator,
#post-18 .wp-block-separator {
    margin: 2em 0;
}

.archive.post-type-archive.post-type-archive-livre_blanc .breadcrumb-filter-container + h2,
.archive.post-type-archive.post-type-archive-livre_blanc .pagination.grid-pagination.pagination-livre_blanc {
    margin: 0.5em;
}

.archive.post-type-archive.post-type-archive-livre_blanc .post-container.livre_blanc-post-container {
    margin: 0;
}

.archive.post-type-archive.post-type-archive-livre_blanc .pages-navigation.livre_blanc-navigation {
    margin-top: 50px !important;
}

/**/

/* LIGNE DE FLOTTAISON */
.contact-button-section h2 {
    margin-bottom: 0.25em;
}

/**/

#post-164 h4 {
    margin-bottom: 0;
}

.page-id-164 #colophon,
.page-id-18 #colophon {
    margin-top: 350px;
}

.page-id-18 .wp-block-pullquote,
.page-id-18 #post-18 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-id-18 .contact-button-section h2 {
    margin-top: 0;
}

.blog .blog-container .blog-post-container .thumbnail img {
    width: fit-content;
    height: 150px;
}

header#masthead.sticky-menu {
    position: fixed;
    top: 0;
    z-index: 15;
    height: 70px;
    width: 100%;
}

header#masthead.sticky-menu :not(.ceos-header-mobile) img.custom-logo {
    width: 140px;
}

body.padding-top-sticky-menu {
    padding-top: 70px;
}

.single-cours .cours-sticky-container .fiche-cours.box-default > div {
    margin-bottom: 15px;
}

.single-cours .cours-sticky-container .text-container {
    margin-top: 0;
    flex: 100%;
}

.single-cours .cours-sticky-container .text-container p {
    line-height: var(--font-size-8);
}

.single-cours .cours-sticky-container .text-container .label {
    color: var(--color-secondary) !important;
}

.logo-mobile {
    display: none;
}

.link-politique-confidentialite {
    color: var(--color-primary) !important;
}

.link-politique-confidentialite:hover {
    color: var(--color-primary) !important;
    text-decoration: underline;
}

#citation-section .citation-icone-container, #citation-section .citation-description-container {
    display: flex;
    align-items: center;
}

.sticky-navbar + header {
    padding-top: 140px;
}

.single-cours .cours-sticky-container {
    height: 500px;
    transition: height 1s ease;
}

.single-podcast .cours-sticky-container,
.single-video .cours-sticky-container {
    display: none;
}


a#compte-menu img {
    width: 25px;
}

@media screen and (max-width: 769px) {
    body:not(.home) .image-header {
        height: 250px;
        padding-right: 0px;
    }
}

.search-form-mobile {
    display: none;
}

@media screen and (min-width: 1025px) {
    .search .search-post-result-post-type {
        margin-top: 5px;
    }
}

@media screen and (max-width: 1025px) {
    .search-results .search-post-title {
        grid-template-columns: none;
    }

    .search-results article h2.entry-title {
        white-space: initial;
    }

    .nav-links .nav-previous {
        margin-bottom: 50px;
    }

    .navigation .nav-links {
        display: block !important;
    }

    .search-results .navigation.posts-navigation {
        margin-left: 0;
        margin-right: 0;
    }


    .login-buttons-hz .wrapper {
        height: 150px;
    }

    .login-buttons-hz {
        height: 108px;
        pointer-events: none;
    }

    .login-buttons-hz a {
        display: block;
        pointer-events: all;
    }

    .login-buttons-hz img {
        display: block;
        margin: auto;
        margin-bottom: 5px;
    }

    .search-form-mobile {
        width: 100%;
        margin-left: auto;
        justify-content: end;
        background: var(--color-secondary);
        border-radius: 0;
        z-index: 100;
        margin-right: 10px;
        position: relative;
        height: 120px;
    }

    #close-search-form img {
        width: 30px;
    }

    #close-search-form {
        display: inline;
        background: none;
        padding: 0;
        border: 0;
        color: white !important;
        font-size: 1.5rem;
    }

    .search-field[type="search"]::-webkit-search-decoration,
    .search-field[type="search"]::-webkit-search-cancel-button,
    .search-field[type="search"]::-webkit-search-results-button,
    .search-field[type="search"]::-webkit-search-results-decoration {
        -webkit-appearance: none;
    }

    .search-form-mobile .search-field {
        width: 100%;
        border: none;
        border-bottom: 1px solid var(--button-color);
        background: white;
        border-radius: 30px;
        height: 40px;
        align-self: center;
        padding: 5px;
        color: var(--color-secondary);
    }

    .search-form-mobile button {
        margin: 0 10px;
    }

    .button.header-button-cours {
        height: 50px;
    }
}

@media screen and (max-width: 500px) {
    #tabs-program-mobile .item h4, #tabs-program-mobile .item p{
        text-align:initial;
    }
    main .listing-taxonomy-terms .listing-item-container {
        width: 100%;
    }
    #footer-menu {
        padding:0;
    }
    .block-footer .archive-links {
        margin-left: 0em;
    }

    footer .block-footer .archive-links {
        width: 100%;
    }

    .block-footer .archive-links {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .wp-block-columns .wp-block-column ul {
        margin-left: 0 !important;
        padding-left: 0;
    }

    .content-wrapper ol {
        margin-left: 0 !important;
    }

    .decorative-title-container + ul {
        margin-left: 0 !important;
        padding-left: 0;

    }

    .certifications-container .row {
        flex-direction: column;
    }

    .certifications-container .row.row-certif .item-certification p {
        position: initial !important;
        top: initial !important;
    }

    .certifications-container .row.row-certif .item-certification {
        max-width: 50% !important;
        margin-bottom: 15px;
    }

    .livre-blanc_link_footer {
        margin-left: 0px;
    }

    .search-results .search-post-title {
        grid-template-columns: none;
    }

    .search-results article h2.entry-title {
        white-space: initial;
        line-height: 1.2em;
        margin: 12px 0;
    }

    .search-results article {
        display: block;
        margin-left: 10px;
        margin-right: 10px;

    }

    .nav-links .nav-previous {
        margin-bottom: 50px;

    }

    .search-results .breadcrumb-container.wrapper-m {
        margin-left: 10px;
        margin-right: 0;
    }

    .navigation .nav-links {
        display: block !important;
    }

    .search-results .navigation.posts-navigation {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 12px;
    }
}

#form_demander_demo input[type=radio] {
    margin-bottom: 3px;
}

#frm_form_4_container {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0;
    border-radius: 6px;
    background-color: white;
}

.post-download-lb {
    height: 150px;
}

.post-download-lb a:last-child {
    text-decoration: underline;
}

.woocommerce-checkout-content .order_review {
    max-width: none;
    width: 100%;
    padding: 3rem;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    margin: auto;
    position: relative;
    background-color: var(--neutral-white);
    min-width: 250px;
    border-radius: 6px;
}

.entry-content.wrapper-l .woocommerce {
    width: 100%;
    margin: 0;
    margin: 0 0 50px;
}

.entry-content.wrapper-l .woocommerce .woocommerce-cart-form {
    width: 100%;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .entry-content.wrapper-l .woocommerce {
        max-width: unset;
        margin: auto;
        width: initial;
    }
}

.wp-block-media-text__media > img {
    max-width: 400px !important;
}

/*@media screen and (min-width: 1024px){*/
/*    .wp-block-media-text__media > img {*/
/*        max-width: 400px!important;*/
/*    }*/
/*}*/

/**
DEBUT 404
 */
.error-404.not-found {
    max-width: 75%;
    margin: auto;
}

.error-404.not-found .search-form .search-submit {
    top: 0;
}

.error-404.not-found .search-form .search-field {
    min-width: 300px !important;
}

@media screen and (max-width: 1024px) {
    .error-404.not-found {
        margin-top: 6em;
    }
}

/**
FIN 404
 */


/* DIGITAL LEARNING */
.digital-learning-intro-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.digital-learning-intro-container .digital-learning-2 {
    order: -1;
}

.digital-learning-intro-container .digital-learning-3 {
    grid-column: 1 / 3;
}

@media screen and (max-width: 768px) {
    .digital-learning-intro-container {
        display: block;
    }
}

@media screen and (min-width: 1440px) {
    .digital-learning-intro-container .digital-learning-1 {
        height: 250px;
        text-align: center;
    }

    .digital-learning-intro-container .digital-learning-1 img {
        height: 100%;
        width: auto;
    }
}

/* FIN DIGITAL LEARNING */


/* LA PLATEFORME CEOS */
.wp-block-pullquote {
    padding: 0;
    margin: 2em 0 2em;
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote blockquote:after {
    content: "";
    background-color: var(--color-primary);
    width: 100%;
    height: 2px;
}

.wp-block-pullquote blockquote p {
    margin: 0;
    text-align: center;
    font-size: var(--font-size-7);
    line-height: var(--font-size-8);
}

/* FIN LA PLATEFORME CEOS */


/* BLOG */
.post-1392 + footer {
    margin-top: 350px;
}

@media screen and (max-width: 1024px) {
    .post-1392 + footer {
        margin-top: 380px;
    }
}

/* FIN BLOG */


/* PODCASTS */
.post-748 .pagination {
    margin-top: 30px;
}

/* FIN PODCASTS */


.post-type-archive header.entry-header.wrapper-full,
.page-template-template-woocommerce-page header.entry-header.wrapper-full,
.page-archive-product,
.page-template-default
.entry-header.wrapper-full,
.page-digital-learning,
.type-cours header.entry-header.wrapper-full,
.page-archive-lb header.entry-header.wrapper-full,
.page-demande-demo,
.archive.tax-categorie_cours header.entry-header.wrapper-full,
.page-nos-cours-en-ligne {
    padding: 10px 7% 160px !important;
}

.single-product #page {
    overflow: initial;
}

@media screen and (max-width: 1024px) {
    .post-type-archive header.entry-header.wrapper-full,
    .page-template-template-woocommerce-page header.entry-header.wrapper-full,
    .page-archive-product,
    .page-template-default
    .entry-header.wrapper-full,
    .page-digital-learning,
    .type-cours header.entry-header.wrapper-full,
    .page-archive-lb header.entry-header.wrapper-full,
    .page-demande-demo,
    .archive.tax-categorie_cours header.entry-header.wrapper-full,
    .page-nos-cours-en-ligne {
        padding: 75px 7% 160px !important;
    }
}

#post-170 h3 {
    margin-top: 40px;
}

.postid-736 h3 {
    font-size: 24px;
    line-height: 1em;
}

.post-179 h3 {
    margin: 40px 0 10px;
}

#post-192 .ac_title_class {
    text-align: initial;
}

.cart .woocommerce-cart-form .shop_table tbody tr td img {
    width: 75px;
}

.cart .woocommerce-cart-form .shop_table tbody tr {
    height: 100px !important;
    padding: 25px 0;
}

@media screen and (max-width: 1500px) {
    .cart .woocommerce-cart-form .shop_table tbody tr td,
    .cart .woocommerce-cart-form .shop_table th {
        padding: 0 0 0 40px;
    }
}

@media screen and (max-width: 1100px) {
    .cart .woocommerce-cart-form .shop_table tbody tr td,
    .cart .woocommerce-cart-form .shop_table th {
        padding: 0 0 0 25px;
    }
}

@media screen and (max-width: 600px) {
    .cart .woocommerce-cart-form .shop_table tbody tr td,
    .cart .woocommerce-cart-form .shop_table th {
        padding: 0 0 0 4px;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-cart-form .shop_table tbody tr td.product-name {
        width: 150px;
    }
}

@media screen and (max-width: 425px) {
    .woocommerce-cart-form .shop_table tbody tr td.product-name {
        width: 100px;
    }
}

.cart tr.woocommerce-cart-form__cart-item.cart_item *,
.cart .cart_totals .price *,
.cart .tr_codes_promo_table #coupon_code {
    font-family: Arial, "Helvetica Neue" !important;
}

.cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr,
.cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
    text-align: left;
}

.cart .tr_codes_promo_table #coupon_code::placeholder {
    color: lightgray;
    font-size: 16px;
}

body.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 35px;
}

.cart tr.woocommerce-cart-form__cart-item.cart_item input {
    text-align: center;
}

#frm_form_4_container .frm_message > p {
    font-size: 2em;
}

#frm_form_4_container .frm_message > p,
#frm_form_4_container .frm_message > .post-download-lb button,
#frm_form_4_container .frm_message a:last-of-type {
    margin: 40px auto;
}

#frm_form_4_container .frm_message > .post-download-lb br {
    display: none;
}

.cart .entry-content .woocommerce-message > a {
    position: absolute;
    left: 0;
    text-decoration: underline;
}

.cart .entry-content .woocommerce-message > a::before {
    content: "« ";
}

.cart .price {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.cart .includes_tax {
    font-size: 0.5em;
}

.page h3 {
    margin-top: 25px;
}

.page h4 {
    margin-bottom: 0;
}

.page h4 + p {
    margin-top: 0;
}

.search main {
    overflow: visible;
}

#post-190 .entry-content h4 + p {
    margin-bottom: 30px;
}

body.page-template-default.page article.page ul li {
    line-height: 1em !important;
    padding-top: 7px;
    padding-bottom: 7px;
}

.woocommerce-edit-account p.woocommerce-form-row {
    line-height: 1em;
}

.woocommerce-edit-account p.woocommerce-form-row em {
    font-family: Arial;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1em;
}

.woocommerce-orders #post-255 td.woocommerce-orders-table__cell-order-total span {
    font-family: Arial;
}

#frm_form_3_container ~ p:last-of-type {
    text-align: center;
}

.page-id-189 .background-form-page {
    width: 100vw;
    top: 1200px;
}

.page-id-189 .site-main {
    overflow: visible;
}

.pagination-products .price {
    font-family: Arial;
}

.cart table td.product-thumbnail, .cart table th.product-thumbnail {
    display: none;
}


@media screen and (max-width: 850px) {
    .cart .woocommerce-message {
        margin-top: 70px;
    }
}

#post-1239 h5 {
    margin: 20px 0 10px;
}


/* SIB NEWSLETTER */

.sib-title-area {
    font-size: var(--font-size-4) !important;
    color: #fff;
    line-height: 2.5;
    margin: 0;
    text-transform: uppercase;
}

.sib-email-area {
    position: relative;
}

.sib-email-area input[type="email"] {
    border: none;
    height: 50px;
    border-radius: 30px;
    padding: 0 30px;
    width: 280px;
    font-size: 14px;
}

.sib-email-area svg {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -30px;
    right: 0px;
}

.sib-email-area button {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
}

.sib-checkbox-area {
    color: #fff;
    font-size: var(--font-size-3);
}

.sib-checkbox-area input[type="checkbox"] {
    margin-right: 5px;
}

.sib-checkbox-area a {
    text-decoration: underline;
}

@media (min-width: 1024px) and (max-width: 1250px) {
    .sib-email-area input[type="email"] {
        width: 300px;
    }

    .blog .post-container.blog-post-container {
        padding-top: 25%;
    }

    .blog .pagination.grid-pagination.pagination-blog {
        grid-gap: 50px;
    }
}

.terms_conditions_popup {
    padding: 20px 60px;
    background-color: white;
}