/***** header *****/
#mainHeader {
    background: var(--white);
    box-shadow: 0 1px 44px #00000024;
    height: var(--header-height);
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 99999;
}
#mainHeader .main-menu {
    font-size: 16px;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-around;
    height: 48px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    align-items: center;
    padding: 0 1rem;
}
#mainHeader .main-menu > li > a {
    color: var(--text);
    display: inline-flex;
    height: var(--header-height);
    align-items: center;
}
#mainHeader .main-menu a:hover{
    color: var(--accent);
}
#mainHeader .bloc_menu {
    width: 79%;
}
#mainHeader .bloc_logo{
    flex: 0 0 14%;
}
#mainHeader .bloc_login {
    flex: 0 0 116px;
}
#mainHeader .bloc_login a{
    display: inline-block;
    margin-left: 60px;
}
#mainHeader .bloc_login img {
    display: inline-block;
    width: 48px;
}
#mainHeader .submenu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #070707;
    transition: all 400ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}
#mainHeader .main-menu .sub-menu {
    margin: 0 auto 0 14%;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 79%;
}
#mainHeader .main-menu > li:hover > .submenu-wrapper {
    opacity: 1;
    visibility: visible;
}
#mainHeader .main-menu .sub-menu a {
    color: var(--white);
}
#mainHeader .main-menu .sub-menu .current-menu-item a,
#mainHeader .main-menu .sub-menu a:hover {
    color: var(--accent);
}

/***** footer *****/
#mainFooter {
    background: var(--secondary);
    padding: 42px 0 0 0;
    color: #B4B4B4;
    font-size: 16px;
    line-height: 20px;
}
#mainFooter .footer-text {
    font-size: 18px;
    line-height: 30px;
    color: var(--white);
}
#mainFooter .footer-text a{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #B4B4B4;
    margin: .9rem 0 0;
}
#mainFooter .footer-text a:hover{
    color: var(--primary-color);
}
#mainFooter .footer-content {
    width: 1170px;
    margin: 0 auto;
}
#mainFooter .footer-top .wrap > div {
    flex: 1
}
#mainFooter .footer-top{
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 0 10px 33px;
}
#mainFooter .wrap-logo-footer {
    padding: 33px 10px 27px;
    display: flex;
    justify-content: center;
}
#mainFooter .list-icon svg{
    width: 22px;
}
#mainFooter #menu-footer,
#mainFooter #menu-footer-1 {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 40px;
    color: #B4B4B4;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0;
}
#mainFooter #menu-footer a, #mainFooter #menu-footer-1 a{
    color: inherit;
    font-weight: bold;
}
#mainFooter #menu-footer li, #mainFooter #menu-footer-1 li {
    position: relative;
}
#mainFooter #menu-footer li ~ li::before, #mainFooter #menu-footer-1 li ~ li::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #B4B4B4;
    left: -20px;
    top: .65em;
}
#mainFooter #menu-footer a:hover, #mainFooter #menu-footer-1 a:hover{
    color: var(--primary-color);
}
#mainFooter .footer-copyright{
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    background: var(--black);
    margin-top: 57px;
}
#mainFooter .copyright-text{
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
}
/*** home ***/
#sectionHero::before{
    content: "";
    display: block;
    width: 25.9%;
    height: 100%;
    background: var(--white);
    position: absolute;
    left: 0;
    top: 0;
}
/*** mise a jour ***/
.service-item::before,
.service-item::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
}
.service-item::before {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: var(--primary-color);
    top: 50%;
    transform: translate(-18px, -20px);
    z-index: 9;
}
.service-item::after {
    width: 2px;
    height: 100%;
    background: var(--heading);
    transform: translateX(-1px);
}
.service-item.mise-a-jour::after{
    height: 50%;
    top: 50%;
}

.service-item.balisage > div > *,
.service-item.store-audit > div > * {
    z-index: 9999;
}
.service-item.balisage > div::before,
.service-item.store-audit > div::before{
    content: "";
    display: block;
    position: absolute;
    background: #F5F5F5;
    right: 0;
    width: 74.3%;
    height: 100%;
    z-index: -1;
}
.service-item.balisage > div::before{
    top: 100px;
}
.service-item.store-audit::before{
    transform: translate(-18px, -30px);
}
.service-item:last-child::before{
    transform: translate(-18px, -48px);
}
.wrap_contact {
    position: relative;
    padding: 80px;
    background: #000000;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    gap: 18px;
    flex-direction: row;
}
.wrap_contact > div {
    position: relative;
    z-index: 9;
}
.wrap_contact::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(211deg, #6A6D7000 0%, #212529A1 100%) 0% 0% no-repeat padding-box;
}
.wrap_contact p {
    margin: 0;
}
.wrap_contact > div.left-bloc{
    width: 52%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.wrap_contact > div.right-bloc{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.wrap_contact > div.right-bloc textarea{
    height: 426px;
}
.wrap_contact .wpcf7-submit{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.wrap_contact .wpcf7-submit:hover,
.wrap_contact .wpcf7-submit:active,
.wrap_contact .wpcf7-submit:focus{
    background: var(--white);
    color: var( --e-global-color-primary ) !important;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    display: none !important;
}
.wpcf7-not-valid {
    border-color: #dc3232 !important;
    background: #ff9595;
    color: #fff;
}
.wpcf7-not-valid::placeholder,
.wpcf7-not-valid::-webkit-input-placeholder{
    color: #fff;
}
.wpcf7 form .wpcf7-response-output{
    position: absolute;
    margin-left: 0;
}
.ms-section-content
{
    position: relative;
    z-index: 99;
    max-width: 840px;
    transform: translateY(-60px);
}
.ms-section-content .e-con-inner {
    max-width: 840px;
}
.ms-left {
    z-index: 999;
}
#multiscroll-nav span{
    width: 22px !important;
    height: 22px !important;
    border: 4px solid rgb(131 130 131) !important;
    background: rgb(131 130 131) !important;
    transform: scale(.6);
}
#multiscroll-nav li .active span {
    background: #fff !important;
    border-color: var(--primary-color) !important;
    transform: scale(1);
}
#multiscroll-nav li {
    width: 22px !important;
    height: 22px !important;
    margin: 12px 6px !important;
}
#multiscroll-nav {
    z-index: 9999;
    transform: translateY(-50%);
    position: absolute;
}

.ms-section-footer-empty {
    background: transparent !important;
    pointer-events: none;
}

.ms-section-footer-fullwidth {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    position: relative !important;
    color: #fff;
    z-index: 10;
    margin-left: -14.1%;
}
.ms-section-footer-fullwidth .ms-section-content {
    width: 100%;
    max-width: 100% !important;
    transform: none !important;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.ms-section-footer-fullwidth .ms-tableCell{
    vertical-align: bottom;
}

#section1-right .ms-tableCell::before,
#section2-left .ms-tableCell::before,
#section3-right .ms-tableCell::before{
    content: "";
    display: block;
    height: 100%;
    background: var(--white);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    min-width: 488px
}

#section1-right .ms-tableCell::before,
#section3-right .ms-tableCell::before {
    left: auto;
    right: -25%;
    width: 62%;
}
#section2-left .ms-tableCell::before{
    left: -25%;
    width: 62%;
}
#fullpage {
    /*height: 75vh;*/
	height: 685px;
    position: relative;
    overflow: hidden;
}
#section1::before,
#section2::before,
#section3::before {
    content: "";
    display: block;
    height: 100%;
    background: var(--white);
    position: absolute;
    left: 0;
    top: 0;
    width: 25.9%;
}
#section1::before,
#section3::before{
    left: auto;
    right: 0;
}
@media screen and (min-width: 1921px) {
    #section1::before,
    #section2::before,
    #section3.footer-copyright {
        width: 31.8%;
    }
}
@media screen and (min-width:1025px) {
    html body:not(.elementor-editor-active) .section {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        transition: transform 0.7s ease;
    }
}

@media screen and (max-width:1024px) {
    #fullpage {
        height: auto;
        overflow: auto;
    }
    #multiscroll-nav {
        display: none;
    }
    html body:not(.elementor-editor-active) .section {
        transform: initial !important;
    }

    #section1::before,
    #section2::before,
    #section3::before {
        display: none;
    }
}