/* ------------------------------------------------- FONT ------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');

/* ---------------------------------------------------------------------------------------
                                    NORMALIZE
--------------------------------------------------------------------------------------- */

*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}


html {
    scroll-behavior: smooth;
    line-height: 1.75;
    width: 100%;
    overflow-x: hidden;
    margin-top: 0px !important;
}

body.page {
    min-height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    min-height: calc(var(--vh, 1vh) * 100);
    line-height: 1.5;
    font-family: 'Poppins';
    font-weight:300;
    margin-top: 0;
    margin-bottom: 0;
}

img, picture, video, canvas, svg {
    max-width: 100%;
}

:is(a, a:hover, button) {
    color: inherit;
    text-decoration: none;
}

p {
    margin-bottom:20px;
}

main#primary {
    z-index: 1;
    position: relative;
}


.no-margin-bottom {
    margin-bottom: 0px;
}

.no-margin-top {
    margin-top: 0px;
}

.no-margin {
    margin: 0px;
}

.no-padding-bottom {
    padding-bottom: 0px;
}

.no-padding-top {
    padding-top: 0px;
}

.no-padding {
    padding: 0px;
}


.image-center {text-align: center;}

main#primary .page-container > .wp-block-uagb-container {
    padding-top: 90px;
    padding-bottom: 90px;
}


main#primary .page-container > .half-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

main#primary .page-container > .medium-padding {
    padding-top: 45px;
    padding-bottom: 45px;
}

main#primary .page-container .medium-padding-bottom {
    padding-bottom: 45px;
}

main#primary .page-container .medium-padding-top {
    padding-top: 45px;
}

main#primary .page-container > .normal-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

main#primary .page-container .normal-padding-bottom {
    padding-bottom: 90px;
}

main#primary .page-container .normal-padding-top {
    padding-top: 90px;
}

main#primary .page-container .small-padding-top {
    padding-top: 15px;
}

main#primary .page-container .small-padding-bottom {
    padding-bottom: 15px;
}

main#primary .page-container .big-padding-top {
    padding-top: 120px;
}

main#primary .page-container .big-padding-bottom {
    padding-bottom: 120px;
}

main#primary .page-container .no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

main#primary .page-container .no-padding-top {
    padding-top: 0px;
}

main#primary .page-container .no-padding-bottom {
    padding-bottom: 0px;
}




.form-qpage-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.loader {
    width: 100px;
    height: 100px;
}

body.page-template-page-content-centered-only-php div#page {
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
}

body.page-template-page-content-centered-only-php div#page main#primary {
    width:100%;
    height:100%;
    display:
            flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

body.page-template-page-content-centered-only-php .page-container {
    max-width: 400px;
    padding: 0 15px;
}

body.page-template-page-content-centered-only-php h3 {
    font-size: 34px;
    color: #002C64;
    margin-bottom: 30px;
}

.global-loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

body.page-loaded .global-loader {
    opacity:0;
}

body.page-loaded-end .global-loader {
    display:none;
}



/* ------------------------------------------------- QUIZZ ------------------------------------------------- */

body.questionnaire-template-default {
    /* background: #2B2B2B; */
    background: rgb(250,251,253);
    background: linear-gradient(54deg, rgba(250,251,253,1) 0%, rgba(242,242,255,1) 100%);
    color: #2B2B2B;
}

.quiz-form-logo {
    position: fixed;
    right: 20px;
    top: 25px;
    z-index: 999;
    height: 50px;
    width: 50px;
}

img {
    max-width:100%;
}

.quiz-container > .quiz-inner {
    display: grid;
    grid-template-areas:
        "illustration form";
    grid-template-columns: 50% 50%;
    grid-template-rows: 100%;
    height: 100%;
    overflow: hidden;
}

.quiz-illustration-container {
    grid-area: illustration;
}

.quiz-form-container {
    grid-area: form;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.quiz-form-container-inner {
    /* position: relative; */
    height: calc(100% - 125px);
    width: calc(100% - 100px);
    max-width: 430px;
    display: grid;
    grid-template-rows: auto 1fr;
    padding-bottom: 2vh;
    pointer-events: all;
    opacity: 1;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;align-self: flex-end;
}

.quiz-illustration {
    position: relative;
    width: 100%;
    height: 100%;
}

.quiz-illustration-logo {
    position: absolute;
    left: 2%;
    top: 2%;
}

.quiz-illustration-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
}

.quiz-illustration-image {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: -4px 0px 12px #00000057;
}

.quiz-illustration-image > img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.quiz-illustration-video {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: -4px 0px 12px #00000057;
}

.quiz-illustration-video > div.form-video-player {
    position:relative;
}

.quiz-illustration-video > div.form-video-player,
.quiz-illustration-video > div.form-video-player > div.form-video-overlay,
.quiz-illustration-video > div.form-video-player > div.form-video-player-video{
    width: 100%;
    height: 100%;
}

.quiz-illustration-video video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-video-overlay, .form-video-poster {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 997;
    display:
            flex;
    justify-content:
            center;
    align-items:
            center;
}

.form-video-poster {
    opacity:0;
    -webkit-transition: opacity 150ms ease;
    -moz-transition: opacity 150ms ease;
    -ms-transition: opacity 150ms ease;
    -o-transition: opacity 150ms ease;
    transition: opacity 150ms ease;

}

.form-video-poster.active {
    opacity:1;
}

.form-video-overlay {
    cursor:pointer;
}
.form-video-pass {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    text-shadow: 0 0 5px black, 0 0 2px black;
    padding: 30px;
    z-index: 998;
    cursor: pointer;
    color: #FFFFFF;
}

.form-video-poster img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.form-video-button {
    width: 60px;
    height: 60px;
    background: #d8a94f;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-video-button svg {
    width:36px;
}

.vjs-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: initial;
    object-position: center;
    max-width: none;
    background-size: cover;
    background-position: 50%;
}

video[poster]{
    object-fit: cover;
}

.iframe-video {
    width: 100%;
    height: 100%;
}

.iframe-video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}

.form-video-audio {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    padding:15px;
    z-index: 1000;
    cursor: pointer;
}

.form-video-audio > div {
    background: #FFFFFF;
    border-radius: 100%;
    width:30px;
    height:30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.muted .form-video-audio .sound-wave {
    display: none;
}

.quiz-illustration-legend {
    position: absolute;
    bottom: 0;
}







.quiz-container {
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
}

.quiz-form-help {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(250,251,253);
    background: linear-gradient(54deg, rgba(250,251,253,1) 0%, rgba(242,242,255,1) 100%);
    color: #2B2B2B;
    z-index: 1001;
    display: flex;
    opacity: 0;
    display: none;
}

.quiz-form-help.visible {
    display: flex;
    opacity: 1;
    justify-content: center;
    align-items: center;
}

.quiz-form-help-content {
    margin-top: 120px;
    height: calc(100% - 120px);
    max-width: calc(100% - 60px);
    overflow-y: auto;
}

.quiz-form-help-exit {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    width: 30px;
    cursor:pointer;
}

.quiz-form-chapter-name {
    font-size: 18px;
    color: #7a79f3;
    margin-bottom: 15px;
}

.quiz-form-nav {
    position: absolute;
    left: calc(50% + 20px);
    right: 20px;
    top: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    z-index: 9;
}

.quiz-inner.displaying-qpage .quiz-form-nav {
    left: calc(25%);
    right: calc(25%);
}

.quiz-inner.displaying-qpage .quiz-form-nav.right {
    left: calc(50% + 20px);;
    right: 0;
}

.quiz-inner.displaying-qpage .quiz-form-nav.left {
    left: 0%;
    right: calc(50% + 20px);;
}

.quiz-inner.displaying-qpage .quiz-form-nav.nav-hidden {
    display:none;
}


ul.quiz-form-nav-items {
    display: flex;
    justify-content: space-between;
    margin: 0;
    position: relative;
    z-index: 1;
}

.quiz-form-nav-bar {
    height: 4px;
    background: #DFDEFF;
    z-index: 0;
    border-radius: 10px;
    width: calc(100% - 120px);
    max-width: 430px;
    position: relative;
    margin-top: 13px;
}

.quiz-form-nav-title {
    z-index: 0;
    border-radius: 10px;
    width: calc(100% - 120px);
    position: relative;
    margin-top: 4px;
    text-align:
            center;
    font-weight: 400;
}

.quiz-form-nav-item {
    background: #50b9ff;
    color: #FFFFFF;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    border-radius: 20px;
}

.quiz-form-nav-item.current {
    background: #3b7296;
}

.quiz-form-nav-bar > span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    background: #7A79F3;
    right: 100%;
}

.quiz-form-back {
    color: #2B2B2B;
    cursor: pointer;
    text-align: left;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;
}

.quiz-form-back svg path{
    stroke: #2B2B2B;
}

.quiz-form-back > div {
    display: flex;
    padding: 0 7px;
}

.quiz-form-back > div.quiz-nav-replay {
    width: 40px;
    height: 25px;
}

.quiz-form-back > div.quiz-nav-replay > svg {max-width: 100%;height: auto;}


.quiz-form-replay {
    text-align: center;
    color: #50b9ff;
    width: 100%;
    display: flex;
    justify-content: center;
    display:none;
}

.quiz-form-replay > .form-video-button {
    cursor: pointer;
}

.nav-logo-spacer {
    width: 75px;
    height: 30px;
}

.quiz-form-question-content {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* overflow-y: auto; */
}

.quiz-form-help-button {
    width: 100%;
    margin-bottom: 30px;
    font-size: 12px;
    color: #c2c2c2;
    cursor: pointer;
    display: flex;
    justify-content: right;
}

.question-help-trigger {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quiz-form-help-button:hover {
    color: #777777;
}

.question-help-trigger.dashicons-before.dashicons-editor-help {
    display: inline-block;
    vertical-align: middle;
}

.quiz-form-title {
    width: 100%;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.4;
    max-height: 44vh;
    overflow-y: auto;
    font-weight: 400;
}

.quiz-form-fields-container {
    width: 100%;
    align-self: flex-start;
}

.quiz-form-question-content-inner {
    width: 100%;
}

.quiz-form-title-container {
    width: 100%;
    align-self: start;
}

.quiz-form-field > div {
    margin-bottom: 15px;
}

.quiz-form-field {
    font-size: 18px;
}

.quiz-form-submit {
    position:
            relative;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    color: #FFFFFF;
    background: #7A79F3;
    margin-bottom: 30px;
    cursor: pointer;
}

.quiz-form-submit:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #7A79F3;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    transform:
            scale(1);
}

.quiz-form-submit:hover:after {
    transform:scale(1.05);
}

.quiz-form-fields {
    margin-bottom: 30px;
}


.form-results-container, .form-qpage-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2b2b2b;
    background: rgb(162,173,255);
    background: linear-gradient(216deg, rgba(162,173,255,1) 0%, rgba(96,95,244,1) 100%);
}

.form-results, .form-qpage {
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    padding: 90px 30px 15px 30px;
    border: 1px solid #bebebe;
    border-radius: 8px;
    color: #FFFFFF;
    background: #2b2b2b;
    background: rgb(162,173,255);
    background: linear-gradient(216deg, rgba(162,173,255,1) 0%, rgba(96,95,244,1) 100%);
    background: rgb(250,251,253);
    background: linear-gradient(54deg, rgba(250,251,253,1) 0%, rgba(242,242,255,1) 100%);
}

.qpage-raw-contents {
    display: none;
}

.form-qpage {
    border: none;
    height: 100%;
    max-height: none;
    max-width: 1200px;
}

.form-qpage .form-qpage-content, .form-qpage .form-qpage-content > div {
    height:100%;
}


.vjs-text-track-display > div {
    margin-bottom: 80px!important;
}

.form-video-player.paused .vjs-text-track-display {
    opacity:0;
}

.vjs-text-track-display div,
.media-controls-container div div {
    font-size:0.5em;
    line-height: 0.8em!important;
    font-family: 'Poppins', sans-serif!important;
    font-weight:300;
}


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

    .quiz-form-logo {
        position: fixed;
        right: 20px;
        top: 30px;
        z-index: 999;
        height: 30px;
        width: 30px;
    }

    .quiz-form-question-content-inner {
        height: 100%;
        /* display: flex; */
        /* align-items: flex-end; */
        /* flex-wrap: wrap; */
    }

    .quiz-container > .quiz-inner {
        position: relative;
        display: block;
        width: 100%;
        height: 100vh; /* Fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100);
        overflow-y: auto;
    }

    .quiz-illustration-container,
    .quiz-form-container,
    .form-results-container,
    .quiz-form-container:after{
        position:
                absolute;
        top:0;
        left:0;
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .quiz-form-help-exit {
        top: 80px;
        right:15px;
    }

    .quiz-illustration-container
    {
        z-index:2;
        position: fixed;
    }

    .quiz-form-container {
        z-index:3;
    }

    .quiz-form-fields {
        height: 100%;
    }

    .quiz-form-container.waiting-videoend {
        pointer-events: none;
    }

    .quiz-form-container:after{
        content:
                "";
        display:
                block;
        z-index:0;
        opacity:1;
        position: fixed;
        background: #ffffffd4;
        -webkit-transition: opacity 500ms ease;
        -moz-transition: opacity 500ms ease;
        -ms-transition: opacity 500ms ease;
        -o-transition: opacity 500ms ease;
        transition: opacity 500ms ease;
    }

    .quiz-form-container.waiting-videoend:after {
        opacity:0;
        -webkit-transition: opacity 0ms ease;
        -moz-transition: opacity 0ms ease;
        -ms-transition: opacity 0ms ease;
        -o-transition: opacity 0ms ease;
        transition: opacity 0ms ease;
    }

    .quiz-form-container-inner {
        z-index: 2;
        width: calc(100% - 60px);
    }

    .form-results-container {
        z-index:4;
    }

    .quiz-form-container.waiting-videoend .quiz-form-container-inner {
        opacity:0;
        pointer-events: none;
        -webkit-transition: opacity 0ms ease;
        -moz-transition: opacity 0ms ease;
        -ms-transition: opacity 0ms ease;
        -o-transition: opacity 0ms ease;
        transition: opacity 0ms ease;
    }

    .quiz-form-nav, .quiz-inner.displaying-qpage .quiz-form-nav {
        left: 20px;
        right: 20px;
    }

    .quiz-form-nav.video-playing {
        display:none;
    }

    .form-video-replay
    {
        display:none;
    }

    .quiz-form-replay {
        display: flex;
    }

    .quiz-form-title {
        font-size: 18px;
    }
    .quiz-form-field {
        font-size: 16px;
    }

    .form-video-pass {
        display:flex;
    }

    .vjs-text-track-display div {
        font-size:0.8em;
        line-height: 0.9em!important;
    }

    video::-webkit-media-text-track-display {
        font-size: 120%;
        top:100%;
    }


}


body.qpage-template-default.single.single-qpage .quiz-result-container-inner {
    opacity: 1;
    display: block;
}

/* ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------- V2 ------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------- General ------------------------------------------------- */

main#primary .page-container > .wp-block-uagb-container:first-of-type {
    padding-top: 120px;
}

h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #7A79F3;
    margin: 0;
    margin-bottom: 10px;
}

h1 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 2.6em;
    line-height: 1.2;
}

h2 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 2.6em;
    line-height: 1.2;
}

h3 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 2em;
    line-height: 1.2;
}


/* ------------------------------------------------- footer ------------------------------------------------- */

footer#colophon {
    background: #FFFFFF;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

footer#colophon a {
    text-decoration:none;
}

footer#colophon > div {
    max-width: 1364px;
    margin: auto;
}

.wp-block-columns.footer-top-line > div {
    align-items: center;
    display: flex;
}

.wp-block-columns.footer-top-line figure {
    margin:0;
}

.wp-block-columns.footer-top-line, .wp-block-columns.footer-menu-line {
    margin-bottom: 0;
}

.wp-block-columns.footer-top-line p {
    margin-bottom: 0;
}

p.inline-rs-icons img {
    vertical-align: bottom;
    margin: 0 9px;
}

p.inline-rs-icons img:first-of-type
{
    margin-left:20px;
}

#colophon hr.wp-block-separator {
    border: none;
    margin: 50px 0;
}

#colophon  h2.wp-block-heading {
    font-size: 16px;
    margin-bottom: 20px;
}

.wp-block-column.footer-description p {
    max-width: 425px;
}

#colophon ul.menu {
    margin: 0;
    list-style: none;
}

#colophon ul.menu li {
    margin-bottom:10px;
}

#colophon ul.menu a
{
    color:#2B2B2B;
    display:inline-block;
    font-weight:600;
}

.wp-block-column.footer-contact-col p {
    margin-bottom: 10px;
}

p.footer-legal-link a {
    color:#7C7C7C;
}

p.footer-legal-link {
    margin-top: 30px;
    font-size: 14px;
}

hr.wp-block-separator.vseparator-small-margin {
    margin: 20px 0;
}

.wp-block-separator {
    border:none;
}

.has-large-font-size {
    line-height: 1.2;
    font-weight: 400;
}

p.text-underline, p.text-underline a {
    text-decoration: underline;
}

/* ------------------------------------------------- Header ------------------------------------------------- */


div#masthead {
    padding: 15px 30px;
    overflow: visible;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

div#masthead:after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:0%;
    background:white;
    z-index:-1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

div#masthead.scrolled:after {
    height:100%;
}

.wp-block-columns.header-top-line {
    margin-bottom: 0;
}

.wp-block-column.header-menu-col {
    justify-self: right;
}

.header-menu-col .navigation-block .menu {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 30px;
}

#masthead .header-menu-col .navigation-block {
    width: 100%;
    justify-content:end;
    margin: 0;
    float: none;
}

.header-menu-col .navigation-block > div {
    width: 100%;
}


ul.sub-menu {
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    list-style: none;
}

li.menu-item.menu-item-has-children {
    position: relative;
    overflow: hidden;
}

li.menu-item.menu-item-has-children:hover {
    overflow: visible;
}

.header-menu-col .navigation-block .menu li a {
    text-decoration: none;
    font-weight: 400;
    color: #404040;
    position:relative;
}

.header-menu-col .navigation-block .menu li:hover > a {
    color: #000000;
}

.header-menu-col .navigation-block .menu > li > a:before {
    content:"";
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 100%;
    height: 3px;
    background: #7A79F3;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.header-menu-col .navigation-block .menu > li:hover > a:before
{
    right: 0%;
}

li.menu-item.menu-item-has-children .sub-menu {
    padding-top: 35px;
    opacity:0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

li.menu-item.menu-item-has-children:hover .sub-menu {
    padding-top: 15px;
    opacity:1;
}

li.menu-item.menu-item-has-children .sub-menu li {
    margin-bottom:10px;
}

li.menu-item.menu-item-has-children .caret svg {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

li.menu-item.menu-item-has-children:hover .caret svg {
    transform: rotateZ(180deg);
}

li.menu-item.menu-item-has-children:hover .caret svg path {
    stroke:#7a79f3;
}


/* ---------------------------
        BURGER MENU
--------------------------- */

.responsive-burger {
    display: none;
}

.responsive-burger {
    height: 27px;
    width: 25px;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 99999;
    transition: opacity 0.25s ease, all 0.5s;
    cursor: pointer;
}

.responsive-burger span {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background-color: #7b79f3;
    transition: all 0.35s ease;
    cursor: pointer;
}

.responsive-burger span:after {
    content:"";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #f5f1e817;
    z-index:-1;
}

.responsive-burger[aria-expanded="true"] span {
    background:#FFFFFF;
}

.responsive-burger span:nth-child(2) {
    top: 9px;
}

.responsive-burger span:nth-child(3) {
    top: 19px;
}

.responsive-burger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) translateX(0) rotate(-45deg);
}

.responsive-burger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.responsive-burger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-11px) translateX(0) rotate(45deg);
}



/* ------------------------------------------------- Home ------------------------------------------------- */


.wp-block-uagb-container.ccm-numbered-boxes-container {
    list-style-type: none;
    counter-reset: css-counter 0; /* initializes counter to 0; use -1 for zero-based numbering */
}

.wp-block-group.ccm-numbered-boxes {
    background: #DFDEFF;
    padding: 25px 25px 25px 55px;
    border-radius: 9px;
    counter-increment: css-counter 1; /* Increase the counter by 1. */
    position:relative;
}

.wp-block-group.ccm-numbered-boxes:before {
    content: counter(css-counter); /* Apply counter before children's content. */
    position: absolute;
    left: -28px;
    top: calc(50% - 28px);
    width: 56px;
    height: 56px;
    border-radius: 100%;
    color: #FFFFFF;
    background: #D7A84F;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}


.wp-block-group.checklist-item {
    position:relative;
    padding-left: 40px;
}

.wp-block-group.checklist-item:before {
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.409' height='24.356' viewBox='0 0 26.409 24.356'%3E%3Cpath id='TracÃ©_1201' data-name='TracÃ© 1201' d='M5173,4521.935l8.719,11.043,15.281-22' transform='translate(-5171.823 -4510.123)' fill='none' stroke='%237a79f3' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* ------------------------------------------------- Pages ------------------------------------------------- */

.tp-slider .slider-anything-controls .prev,
.tp-slider .slider-anything-controls .next {
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 10px 0px #0f0f502e;
}

.tp-slider .slider-anything-controls .prev img,
.tp-slider .slider-anything-controls .next img {
    width:25px;
    height:25px;
}

.tp-slider .slider-anything-controls .prev {
    left: -100px;
}

.tp-slider .slider-anything-controls .next {
    right: -100px;
}

/* ------------------------------------------------- Contact ------------------------------------------------- */

.limited-box.contact-box {
    background: #DFDEFF;
    border-radius: 8px;
    padding: 30px;
}

.limited-box.contact-box > .limited-box-inner {
    width:100%;
}
.vitrine-contact .acf-fields > .acf-field {
    border: none;
    padding: 0;
    margin-bottom: 18px;
}

.vitrine-contact .acf-field .acf-label label {
    font-size: 1.1rem;
    font-weight: 300;
}

.vitrine-contact .acf-field input[type=text],
.vitrine-contact .acf-field input[type=password],
.vitrine-contact .acf-field input[type=date],
.vitrine-contact .acf-field input[type=datetime],
.vitrine-contact .acf-field input[type=datetime-local],
.vitrine-contact .acf-field input[type=email],
.vitrine-contact .acf-field input[type=month],
.vitrine-contact .acf-field input[type=number],
.vitrine-contact .acf-field input[type=search],
.vitrine-contact .acf-field input[type=tel],
.vitrine-contact .acf-field input[type=time],
.vitrine-contact .acf-field input[type=url],
.vitrine-contact .acf-field input[type=week],
.vitrine-contact .acf-field textarea,
.vitrine-contact .acf-field select {
    padding: 10px 8px;
    border-color: #7a79f3;
    border-radius: 7px;
}

.vitrine-contact .acf-field .acf-label {
    margin-bottom: 5px;
}

.vitrine-contact .acf-fields.-border {
    background: none;
    border: none;
}

.vitrine-contact .acf-fields.-left > .acf-field:before {
    content:none;
}

.vitrine-contact .acf-field[data-width] + .acf-field[data-width] {
    border:none;
}

.vitrine-contact .acf-fields > .acf-field.acf-field-true-false {
    display: grid;
    grid-template-areas:
        "checkbox label";
    grid-template-columns:30px 1fr;
    align-items: center;
}

.vitrine-contact .acf-fields > .acf-field.acf-field-true-false .acf-label {
    grid-area: label;
    margin-bottom:0;
}

.vitrine-contact .acf-fields > .acf-field.acf-field-true-false .acf-input {
    grid-area: checkbox;
}

.vitrine-contact .acf-true-false input {
    width: 18px;
    height: 18px;
}

.vitrine-contact .horaire-selects > .acf-label {
    display: none;
}

.vitrine-contact .horaire-selects .acf-fields {
    display:flex;
    column-gap: 10px;
}

.vitrine-contact .horaire-selects .acf-field {
    display:flex;
    align-items:center;
}

.vitrine-contact .horaire-selects .acf-field .acf-label {
    margin-bottom:0;
    line-height: 1;
    margin-right: 10px;
}

.vitrine-contact .horaire-selects .acf-field .acf-input select {
    width:80px;
}

.vitrine-contact .af-submit {
    padding:0;
}

.vitrine-contact button.acf-button.af-submit-button {
    background: #7a79f3;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    padding: 15px 40px;
}

.vitrine-contact button.acf-button.af-submit-button:hover {
    background: #5d5cf5;
    cursor:pointer;
}

.vitrine-contact .no-label.af-field .acf-label {
    display: none;
}

.vitrine-contact .form-conditions-message a{
    text-decoration: underline;
}

.faq-question:before {
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg id='Composant_159_23' data-name='Composant 159 â€“ 23' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cline id='Ligne_177' data-name='Ligne 177' y2='18' transform='translate(9)' fill='none' stroke='%237a79f3' stroke-width='3'/%3E%3Cline id='Ligne_178' data-name='Ligne 178' y2='18' transform='translate(18 9) rotate(90)' fill='none' stroke='%237a79f3' stroke-width='3'/%3E%3C/svg%3E%0A");
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transform:rotate(0deg);
}

.faq-item.open .faq-question:before {
    transform:rotate(45deg);
}

.faq-arrow {
    display:none;
}



.wp-block-group.fixed-analyse-cta {
    position: fixed;
    right: 30px;
    bottom:30px;
    background: #d9b158;
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0 10px 20px 0px #65491433;
}

.wp-block-group.fixed-analyse-cta p a {
    display: flex;
    justify-content: center;
    align-items: center;
    color:#FFFFFF;
    font-weight: 400;
}

.wp-block-group.fixed-analyse-cta p {
    margin-bottom:0;

}

#primary .wp-block-uagb-buttons-child.questionnaire-big-button .uagb-button__icon{
    margin-left: 30px;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#primary .wp-block-uagb-buttons-child.questionnaire-big-button .uagb-button__icon > svg{width: 20px;height: 20px;}

.experts-disposition-box, .yellow-full-box {
    border-radius:10px;
    padding: 0 30px 0 0;
    margin: 45px 0 45px 0;
}

.experts-disposition-box .wp-block-column:nth-of-type(1),
.yellow-full-box .wp-block-column:nth-of-type(1) {
    width:400px;
    flex-grow: initial;
    flex-basis: 400px;
}

.experts-disposition-box .wp-block-column:nth-of-type(1) figure,
.yellow-full-box .wp-block-column:nth-of-type(1) figure {

    margin: 0;
}

.experts-disposition-box .wp-block-column:nth-of-type(2),
.yellow-full-box .wp-block-column:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-block-group.yellow-box {
    border-radius: 8px;
    padding: 20px;
    background: rgb(215,168,79);
    background: linear-gradient(270deg, rgba(215,168,79,1) 50%, rgba(193,133,20,1) 100%);
    color: #FFFFFF;
}

.yellow-full-box {
    background: rgb(215,168,79);
    background: linear-gradient(270deg, rgba(215,168,79,1) 16%, rgba(193,133,20,1) 100%);
}

.experts-disposition-box {
    background: #7A79F3;
    background: linear-gradient(270deg, #7A79F3 16%, #605FF4 100%);
}

.wp-block-group.yellow-box p:last-child
{
    margin:0;
}

.pum-theme-4106 .pum-container, .pum-theme-popup-image-header .pum-container {
    border: none;
    padding: 0;
}
