/* ------------------------ */
/* -------- HEADER -------- */
/* ------------------------ */ 
header {
    width: 100% !important;
}
header.sticky {
    padding-top: 10px;
    padding-bottom: 10px;
}
header.sticky .e-con.e-flex>.e-con-inner {
    align-items: center;
}
/* Quand le menu est en sticky, pour garder la taille du header */
header.sticky+main {
    padding-top: 65px;
}
header .logo{
    width: 220px;
}
header div div nav.elementor-nav-menu--main>ul li a {
    display: flex;
    justify-content: center;
}
header div div nav.elementor-nav-menu--main>ul li a::after {
    width: 0%;
    display: flex;
    justify-content: center;
    left: auto;
    transition: 0.3s ease-in-out;
    left: 50% !important;
    transform: translate(-50%, 0);
}
header div div nav.elementor-nav-menu--main>ul li a:hover::after {
    width: 34%;
    transform: scale(1) translate(-50%, 0);
}
header div div nav.elementor-nav-menu--main>ul li a.elementor-item-active::after {
    width: 34%;
    transform: scale(1) translate(-50%, 0);
}
.edatavoice-header-link .hide-hover {
    transition: 0.3s ease-in-out;
}
.edatavoice-header-link::before {
    content: '';
    background-image: url(../img/logo-edatavoice.png);
    background-repeat: no-repeat;
    background-position: 45px;
    background-size: 180px;
    display: block;
    width: 100%;
    height: 90px;
    z-index: 3;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.edatavoice-header-link:hover::before {
    opacity: 1;
}
.edatavoice-header-link:hover .hide-hover {
    opacity: 0;
    transition: 0.4s ease-in-out;
}
li.btn-edatavoice.menu-item.menu-item-type-custom.menu-item-object-custom {
    display: none;
}
/* WEGLOT */
.hide-switcher{
    display: none;
}
.bloc-weglot-switcher{
    margin-right: 10px;
}
.country-selector.weglot-dropdown{
    background-color: transparent;
    width: 53px;
}
.country-selector.weglot-dropdown ul {
    display: block;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.country-selector.weglot-dropdown:hover ul{
    opacity: 1;
}
.country-selector.weglot-dropdown a, 
.country-selector.weglot-dropdown span {
    font-size: 18px;
}
.country-selector.weglot-dropdown .wgcurrent:after {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 14px;
    transition: 0.3s ease-in-out;
    background: url("../img/wgarrowdown.png") no-repeat;
}
.country-selector.weglot-dropdown:hover .wgcurrent:after {
    top: 17px;
}
.country-selector.weglot-dropdown .wgcurrent {
    border: none;
}
ul li.wg-li.weglot-lang.weglot-language{
    background-color: #2C2E51;
    border-color:#2C2E51;
    position: relative;
}
.country-selector.weglot-dropdown span{
    color: #fff;
}
ul li.wg-li.weglot-lang.weglot-language a{
    color: #fff;
    height: 30px;
    font-size: 16px;
    position: relative;
    top: -2px;
    display: flex;
    left: 0;
    transition: 0.3s ease-in-out;
}
ul li.wg-li.weglot-lang.weglot-language::before{
    content: '>';
    position: absolute !important;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.5s ease, visibility 0.3s ease;
    left: 5px !important;
    top: 2px;
    font-size: 20px;
    color: #fff;
}
ul li.wg-li.weglot-lang.weglot-language:hover::before{
    opacity: 1;
}
ul li.wg-li.weglot-lang.weglot-language a:hover{
    left: 8px;
}

html[lang="ar"] header .header-block-menu{
    padding-right: 0;
    padding-left: 240px;
}
html[lang="ar"] header .elementor-hidden-mobile.elementor-element:not(.elementor-motion-effects-element-type-background) {
    /*background-image: url(../img/background-header-ar.svg);*/
    border-radius: 0 100px 0 0;
    padding-left: 0; 
    padding-right: 15px;
}
html[lang="ar"] header .elementor-hidden-mobile .edatavoice-header-link{
    border-radius: 0 100px 0 0;
    padding-left: 22px;
    padding-right: 0;
}
html[lang="ar"] .edatavoice-header-link::before{
    background-position: 25px;
}
html[lang="ar"] .country-selector.weglot-dropdown .wgcurrent a, 
html[lang="ar"] .country-selector.weglot-dropdown .wgcurrent span{
    padding-right: 30px;
    padding-left: 40px;
}
html[lang="ar"] .bloc-weglot-switcher{
    margin-right: 0;
    margin-left: 10px;
}
/* ------------------------ */
/* --------- PAGE --------- */
/* ------------------------ */
h2,
h2.elementor-heading-title{
    margin-bottom: 9px;
}
h3,
h3.elementor-heading-title{
    margin-bottom: 7px;
}
p{
    margin-bottom: 25px;
}
p:last-child{
    margin-bottom: 0;
}
.padding-content {
    padding-left: 10.18%;
    padding-right: 10.18%;
}
.padding-content.page-simple{
    margin-top: 50px;
}
.page-simple H1{
    margin-bottom: 40px;
}
.hero-home>.e-con-inner{
    max-width: 561px;
    margin-left: 0;
}
.text-left{
    overflow: hidden;
}
.text-left>.e-con-inner{
    width: 57.8%;
    margin-left: 0;
    margin-top: 50px;
    z-index: 2;
}
.text-left:after{
    content: '';
    width: 683px;
    height: 283px;
    background: url(../img/embleme-skilliance.svg) no-repeat center;
    position: absolute;
    right: -169px;
    top: 50%;
    transform: translate(0, -50%);
}
.bandeau-img{
    margin-top: 50px;
    padding-top: 69px;
    padding-bottom: 64px;
}
.bandeau-img>.e-con-inner{
    width: 57.8%;
    margin-left: 0;
}
.bandeau-img .elementor-widget-button{
    margin-top: 45px;
}
.external-link a.elementor-button  {
    position: relative;
    padding-right: 53px;
}
.external-link a::after {
    content: '';
    background-image: url(../img/external-link.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 20px;
    top: 6px;
}
.external-link a:hover::after {
    background-image: url(../img/external-link-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.qsn{
    margin-top: 50px;

}
.qsn-block{
    margin-top: 20px;
}
.qsn-item{
    width: calc(33.33% - 11px);
    background: #F4F3EE;
    box-shadow: 0px 3px 20px #00000033;
    border-radius: 0px 0px 20px 0px; 
}
.qsn-item .elementor-widget-image{
    border-radius: 0px 0px 20px 0px; 
}
.qsn-item .elementor-widget-text-editor{
    margin-top: 22px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 22px;
}
.leadership{
    margin-top: 54px;
    padding-left: 45px;
    padding-right: 45px;
}
.leadership>.e-con-inner{
    padding-top: 50px;
    border-top: 1px solid var(--e-global-color-primary);
}
.leadership .elementor-widget-text-editor{
    width: 50%;
    margin: 20px auto 0;
}
.leadership .elementor-widget-image-carousel{
    margin-top: 30px;
}
.leadership .elementor-element.elementor-arrows-position-outside .swiper {
    padding: 15px 0;
    width: calc(100% - 146px);
}
.leadership .elementor-widget-image-carousel .swiper-slide{
    padding: 0 7px;
}
.leadership .elementor-widget-image-carousel .swiper-slide .swiper-slide-inner{
    background: #FFFFFF;
    box-shadow: 0px 3px 20px #00000033;
    border-radius: 20px 0px 20px 20px;
    overflow: hidden;
}
.leadership .elementor-widget-image-carousel .swiper-slide img,
.partenaires .swiper-slide>.e-child .e-child:last-child .elementor-widget-image-carousel img{
    filter: grayscale(100%);
}
.leadership .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-prev{
    left: 5px;
}
.leadership .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-next{
    right: 5px;
}
.leadership .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-prev, 
.leadership .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-next,
.partenaires .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev, 
.partenaires .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next{
    width: 25px;
    height: 49px;
}
.leadership .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-prev svg, 
.leadership .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-next svg,
.partenaires .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg, 
.partenaires .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg{
    width: 100%;
    height: 100%;
}
.chiffres-cles{
    margin-top: 50px;
    background: var(--e-global-color-primary);
    padding-top: 50px;
    padding-bottom: 53px;
}
.chiffres-cles h2.elementor-heading-title{
    margin-bottom: 33px;
}
.chiffres-cles .elementor-widget-counter{
    max-width: 218px !important;
    width: calc(25% - 20px);
}
.chiffres-cles .elementor-counter{
    align-items: center;
}
.chiffres-cles .elementor-counter .elementor-counter-number-wrapper{
    /*flex-direction: column;*/
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.chiffres-cles .elementor-counter-number-prefix{
    color: var(--e-global-color-secondary);
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
    width: 100%
}
.chiffres-cles .elementor-counter-number-suffix:empty{
    display: none;
}
.chiffres-cles .elementor-counter-number,
.chiffres-cles .elementor-counter-number-suffix{
    font-size: 36px;
    line-height: 51px;
    font-weight: 700;
}
.chiffres-cles h2.elementor-heading-title,
.chiffres-cles p,
.chiffres-cles .elementor-counter-number,
.chiffres-cles .elementor-counter-number-suffix,
.chiffres-cles .elementor-counter-title{    
    color: #fff;
}
.chiffres-cles .elementor-counter-title{    
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}
.chiffres-cles .elementor-widget-counter:nth-child(2) .elementor-counter-number{
    text-align: right;
}
.chiffres-cles .elementor-widget-counter:nth-child(2) .elementor-counter-number,
.chiffres-cles .elementor-widget-counter:nth-child(2) .elementor-counter-number-suffix{
    width: 50%;
}
.savoir-faire{
    margin-top: 50px;
    padding: 0 21.3%;
}
.savoir-faire .elementor-widget-text-editor{
    padding-left: 9.3%;
    padding-right: 9.3%;
}
.elementor-widget-ucaddon_unlimited_timeline{
    margin-top: 30px;
}
.savoir-faire .uc-items-wrapper .ue_timeline_item:nth-child(odd) .ue_timeline_item_title,
.savoir-faire .uc-items-wrapper .ue_timeline_item:nth-child(odd) .ue_timeline_item_text{
    text-align: right;
}
.savoir-faire .uc-items-wrapper .ue_timeline_item .ue_timeline_item_icon{
    position: relative;
}
.savoir-faire .uc-items-wrapper .ue_timeline_item .ue_timeline_item_content,
.savoir-faire .uc-items-wrapper .ue_timeline_item .ue_timeline_item_icon,
.savoir-faire .uc-items-wrapper .ue_timeline_item .ue_timeline_item_spacer{
    padding-top: 33px;
}
.savoir-faire .uc-items-wrapper .ue_timeline_item .ue_timeline_item_icon .ue_timeline_item_icon_line{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    z-index: 0;
}
.savoir-faire .uc-items-wrapper .ue_timeline_item .ue_timeline_item_icon .ue_timeline_item_icon_holder{
    z-index: 1;
    position: relative;
    top: 5px;
}
.savoir-faire .uc-items-wrapper .ue_timeline_item:last-child .ue_timeline_item_content{
   padding-bottom: 70px;
}
.savoir-faire .uc-items-wrapper .ue_timeline_item:last-child .ue_timeline_item_icon_line{
   display: block !important; 
}
.bandeau-edatavoice{
    margin-top: 50px;
    padding-top: 67px;
    padding-bottom: 59px;
    background: transparent linear-gradient(90deg, #008570 0%, #55DD99 100%);
}
.bandeau-edatavoice:after{
    content: '';
    background: url(../img/e.svg) no-repeat center;
    background-size: contain;
    width: 636px;
    height: 632px;
    position: absolute;
    right: 23px;
    top: -76px;
}
.bandeau-edatavoice>.e-con-inner{
    z-index: 1;
}
.bandeau-edatavoice p{
    color: #fff;
}
.bandeau-edatavoice .elementor-widget-text-editor{
    width: 57.8%;
    margin-left: 0;
}
.icons-vehicules{
    padding-top: 40px;
    padding-bottom: 36px;
}
.icons-vehicules .elementor-widget-image img{
    height: 53px;
    width: auto;
    max-width: none;
}
.decouvrir-edatavoice a.elementor-button{
    position: relative;
    color: var(--e-global-color-4b8fa3d);
    background: #FFFFFF;
    padding: 14px 196px 14px 20px;
}
.decouvrir-edatavoice a.elementor-button:hover{
    background: var(--e-global-color-secondary);
}
.decouvrir-edatavoice a:before{
    content: '';
    background: url(../img/logo-edatavoice.svg) no-repeat center;
    background-size: contain;
    display: block;
    width: 127px;
    height: 27px;
    position: absolute;
    right: 60px;
    top: 11px;
}
.decouvrir-edatavoice a:after{
    content: '';
    background: url(../img/external-link-vert.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 18px;
    top: 13px;
}
.partenaires{
    margin-top: 50px;
}
.partenaires .elementor-widget-n-carousel{
    /*padding: 32px 10.1%;*/
    /*margin-top: 32px;*/
}
.partenaires .e-n-carousel>.swiper-wrapper>.swiper-slide{
    padding: 32px 10.1%;
}
.partenaires .swiper-slide>.e-child{
    background: #FFFFFF;
    box-shadow: 0px 3px 20px #00000033;
    border-radius: 20px 0px 20px 20px;
    padding-top: 17px;
    padding-bottom: 15px;
}
.partenaires .swiper-slide>.e-child .e-child:first-child{
    width: 269px;
    border-right: 1px solid var(--e-global-color-secondary);
}
.partenaires .swiper-slide>.e-child .e-child:first-child .elementor-widget-text-editor{
    padding-left: 32px;
}
.partenaires .swiper-slide>.e-child .e-child:first-child p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
    padding-left: 40px;
    position: relative;
}
.partenaires .swiper-slide>.e-child .e-child:first-child p:first-child:before{
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/localisation.svg) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}
.partenaires .swiper-slide>.e-child .e-child:first-child p:nth-child(2):before{
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/users.svg) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}
.partenaires .swiper-slide>.e-child .e-child:first-child p:last-child{
    margin-bottom: 0;
}
.partenaires .swiper-slide>.e-child .e-child:last-child{
    width: calc(100% - 269px);
    padding-left: 84px;
    padding-right: 77px;
    padding-top: 10px;
}
.partenaires .swiper-slide>.e-child .e-child:last-child .elementor-widget-image-carousel{
    margin-top: 13px;
}
.partenaires .swiper-slide>.e-child .e-child:last-child .elementor-widget-image-carousel img{
    height: 86px;
    width: auto;
}
.partenaires .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev{
    left: 49px;
}
.partenaires .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next{
    right: 49px;
}
/* ------------------------ */
/* ------- CONTACT -------- */
/* ------------------------ */
.contact{
    margin-top: 37px;
}
.contact>.e-con-inner>.e-child:first-child{
    box-shadow: 0px 3px 20px #00000033;
    border-radius: 0px 0px 100px 0px; 
    width: 42%;
    overflow: hidden;
}
.contact>.e-con-inner>.e-child:first-child .elementor-widget-image{
    height: 100%;
}
.contact>.e-con-inner>.e-child:first-child .elementor-widget-image img{
    height: 100%;
    object-fit: cover;
}
.contact>.e-con-inner>.e-child:last-child{
    padding-left: 53px;
    width: 58%;
}
.form{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 20px;
}
.form .input-label{
    width: calc(50% - 10px);
}
.form input,
.form select,
.form textarea{
    border: 1px solid #2C2E5136;
    border-radius: 5px;
    padding: 6px 10px;
    background: transparent;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-primary);
}
.form textarea{
    height: 102px;
}
.form input::placeholder,
.form textarea::placeholder{
    color: var(--e-global-color-primary);
}
.form input:active,
.form textarea:active,
.form input:focus,
.form textarea:focus{
    outline-color: var(--e-global-color-primary);
    outline-width: 1px;
}
.form .form-title,
.form .input-label.input-only,
.form .textarea-group{
    width: 100%;
}
.form .form-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0;
}
.text-confidentialite{
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 12px;
}
.text-confidentialite .wpcf7-list-item{
    margin-left: 0;
}
.text-confidentialite a{
    text-decoration: underline;
    color: var(--e-global-color-text);
}
.text-confidentialite a:hover{
    color: var(--e-global-color-secondary);
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]{
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 5px;
    margin: 0 8px 0 0 ;
    vertical-align: text-top;
    position: relative;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:focus{
    outline: none;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked:before{
    font-family: FontAwesome;
    content: '\f00c';
    display: block;
    color: var(--e-global-color-primary);
    font-size: 13px;
    line-height: 16px;
    position: absolute;
    left: 2px;
    top: 0px;
}
span.wpcf7-not-valid-tip{
    font-size: 14px;
}
.btn-submit{
    text-align: center;
    position: relative;
}
.wpcf7 .wpcf7-submit:disabled{
    opacity: 0.7;
}
.wpcf7 .btn-submit input[type="submit"]{
    padding-left: 53px;
    padding-right: 53px;
    border-color: var(--e-global-color-primary);;
}
.wpcf7-spinner{
    position: absolute;
    left: calc(50% + 80px);
    top: 6px;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
div.wpcf7-response-output.wpcf7-validation-errors{

}
.wpcf7 form.sent .wpcf7-response-output{

}
select.wpcf7-form-control.wpcf7-select {
    /*background-image: url(../img/select.svg);
    background-repeat: no-repeat;
    background-position: 98%;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
/* ------------------------ */
/* -------- FOOTER -------- */
/* ------------------------ */
footer{
    margin-top: 57px;
}
.footer-top{
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
} 
.footer-top:after{
    content: '';
    width: 683px;
    height: 283px;
    background: url(../img/embleme-skilliance-footer.svg) no-repeat center;
    position: absolute;
    right: -169px;
    top: 50%;
    transform: translate(0, -50%);
}
.footer-top>.e-con-inner{
    z-index: 2;
}
.footer-top .elementor-widget-text-editor{
    margin-top: 30px;
    margin-bottom: 27px !important;
}
.footer-top .elementor-widget-text-editor p{
    margin-bottom: 21px;
}
.footer-top .elementor-widget-text-editor p:last-child{
    margin-bottom: 0;
}
.footer-top .elementor-widget-text-editor p a{
    font-weight: 600;
}
.footer-bottom{
    padding: 15px 20px 4px;
}
.footer-bottom>.e-con-inner>.e-child{
    margin-top: 13px;
}
.grecaptcha-badge {
    visibility: hidden;
}
/*COMPLIANZ*/
#cmplz-manage-consent .cmplz-manage-consent {
    right: 120px !important;
}
#cmplz-manage-consent .cmplz-manage-consent {
    box-shadow: rgb(0 0 0 / 53%) 0px 10px 20px, rgb(0 0 0 / 53%) 0px 6px 6px !important;
}
#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%;
}
#cmplz-document p,
.editor-styles-wrapper .cmplz-unlinked-mode p,
#cmplz-document li,
.editor-styles-wrapper .cmplz-unlinked-mode li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: 18px;
}
#cmplz-document a,
.editor-styles-wrapper .cmplz-unlinked-mode a {
    color: var(--e-global-color-secondary);
    transition: 0.3s ease-in-out;
}
#cmplz-document a:hover,
.editor-styles-wrapper .cmplz-unlinked-mode a:hover {
    color: #a5a07f;
}
/* ------------------------ */
/* ------ RESPONSIVE ------ */
/* ------------------------ */
@media only screen and (max-width: 1259px) and (min-width: 1176px) {
    header .elementor-nav-menu--main .elementor-nav-menu a{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 1175px) and (min-width: 1025px) {
    header .elementor-nav-menu--main .elementor-nav-menu a{
        padding-left: 10px;
        padding-right: 10px;
    }
    header nav.elementor-nav-menu--main .elementor-nav-menu li a.elementor-item{
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 1145px) and (min-width: 1025px) {
    header .logo{
        width: 170px;
    }
    header .elementor-hidden-mobile p{
        font-size: 15px !important;
    }
    .edatavoice-header-link::before {
        background-size: 149px;
    }
    header .header-block-menu {
        padding-right: 200px;
    }
    body[lang="ar"] header .header-block-menu{
        padding-right: 0;
        padding-left: 200px;
    }
    header .elementor-hidden-mobile {
        width: 235px;
    }
    .bloc-weglot-switcher{
        margin-right: 2px;
    }
}
@media only screen and (max-width: 1075px) and (min-width: 1025px) {
    header .elementor-nav-menu--main .elementor-nav-menu a {
        padding-left: 7px;
        padding-right: 7px;
    }
    header>.elementor-element:first-child{
        padding-left: 20px;
        padding-right: 20px;
    }
    .edatavoice-header-link{
        padding-right: 15px;
    }
    body[lang="ar"] .edatavoice-header-link{
        padding-left: 15px;
        padding-right: 0;
    }
    header .header-block-menu {
        padding-right: 190px;
    }
    body[lang="ar"] header .header-block-menu{
        padding-right: 0;
        padding-left: 190px;
    }
    header .elementor-hidden-mobile {
        width: 225px;
    }
}
@media only screen and (max-width: 1024px){
    .elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{
        height: 100dvh;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .padding-content {
        padding-left: 7.18%;
        padding-right: 7.18%;
    }
    .savoir-faire{
        padding-left: 12.3%;
        padding-right: 12.3%;
    }
    .partenaires .swiper-slide>.e-child .e-child:last-child {
        padding-left: 54px;
        padding-right: 57px;
    }
}
@media only screen and (max-width: 1000px){
    
}
@media only screen and (min-width: 768px) and (max-width: 1000px){
    .text-left>.e-con-inner,
    .bandeau-img>.e-con-inner,
    .bandeau-edatavoice .elementor-widget-text-editor {
        width: 77.8%;
    }
    .qsn-item .elementor-widget-text-editor {
        padding-left: 20px;
        padding-right: 20px;
    }
    .savoir-faire {
        padding-left: 9.3%;
        padding-right: 9.3%;
    }
    .savoir-faire .elementor-widget-text-editor {
        padding-left: 7.3%;
        padding-right: 7.3%;
    }
    .partenaires .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev {
        left: 29px;
    }
    .partenaires .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next {
        right: 29px;
    }
    .partenaires .swiper-slide>.e-child .e-child:first-child{
        width: 209px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .partenaires .swiper-slide>.e-child .e-child:first-child .elementor-widget-text-editor {
        padding-left: 22px;
    }
    .partenaires .swiper-slide>.e-child .e-child:last-child{
        width: calc(100% - 209px);
        padding-left: 34px;
        padding-right: 37px;
    }
    .contact>.e-con-inner>.e-child:last-child {
        padding-left: 33px;
    }
}
@media only screen and (max-width: 767px){
    html[lang="ar"] header .header-block-menu{
        padding-left: 0;
    }
    html[lang="ar"] header>.elementor-element.elementor-sticky--effects{
        padding-right: 20px;
        padding-left: 20px;
    }
    .bloc-weglot-switcher {
        margin-right: 0px;
        left: 2px;
    }
    body[lang="ar"] .bloc-weglot-switcher {
        margin-left: 0;
    }
    li.btn-edatavoice.menu-item.menu-item-type-custom.menu-item-object-custom {
        display: block;
        margin-right: 20px;
    }
    header div div nav ul .btn-edatavoice a {
        background-color: var(--e-global-color-accent);
        color: var(--e-global-color-primary) !important;
        border-radius: 0px 0px 100px 0px;
        text-transform: uppercase;
    }
    header div div nav ul .btn-edatavoice a:hover {
        background-color: var(--e-global-color-accent) !important;
        color: var(--e-global-color-accent) !important;
    }
    header div div nav ul .btn-edatavoice a::after {
        content: '';
        background: url(../img/logo-edatavoice.svg) no-repeat center;
        background-size: contain;
        width: 124px;
        height: 56px;
        z-index: 9999;
        opacity: 1 !important;
        position: absolute;
        left: 164px;
        top: 0;
    }
    .padding-content,
    .leadership,
    .savoir-faire,
    .partenaires .e-n-carousel>.swiper-wrapper>.swiper-slide{
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-left>.e-con-inner,
    .bandeau-img>.e-con-inner,
    .bandeau-edatavoice .elementor-widget-text-editor,
    .qsn-item,
    .leadership .elementor-widget-text-editor,
    .partenaires .swiper-slide>.e-child .e-child:first-child,
    .partenaires .swiper-slide>.e-child .e-child:last-child,
    .contact>.e-con-inner>.e-child:first-child,
    .contact>.e-con-inner>.e-child:last-child,
    .form .input-label{
        width: 100%;
    }
    .qsn-block{
        gap: 20px;
    }
    .leadership .elementor-element.elementor-arrows-position-outside .swiper {
        width: calc(100% - 106px);
    }
    .chiffres-cles .elementor-widget-counter {
        width: 100%;
        margin-top: 30px;
    }
    .chiffres-cles .elementor-widget-counter:first-child {
        margin-top: 0;
    }
    .savoir-faire .elementor-widget-text-editor{
        padding-left: 0;
        padding-right: 0;
    }
    .savoir-faire .uc-items-wrapper .ue_timeline_item .ue_timeline_item_spacer{
        display: none !important;
    }
    .savoir-faire .uc-items-wrapper .ue_timeline_item:nth-child(odd),
    .savoir-faire .uc-items-wrapper .ue_timeline_item:nth-child(odd) .ue_timeline_item_content{
        flex-direction: row-reverse !important;
    }
    .savoir-faire .uc-items-wrapper .ue_timeline_item:nth-child(odd) .ue_timeline_item_title, 
    .savoir-faire .uc-items-wrapper .ue_timeline_item:nth-child(odd) .ue_timeline_item_text{
        text-align: left;
    }
    .partenaires .swiper-slide>.e-child .e-child:first-child{
        border-right: none;
        border-bottom: 1px solid var(--e-global-color-secondary);
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .partenaires .swiper-slide>.e-child .e-child:first-child .elementor-widget-text-editor{
        padding-left: 0;
    }
    .partenaires .swiper-slide>.e-child .e-child:last-child{
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .partenaires .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev{
        left: 7px;
    }
    .partenaires .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next {
        right: 7px;
    }
    .contact>.e-con-inner>.e-child:last-child{
        padding-left: 0;
        padding-top: 30px;
    }
    .text-left:after,
    .footer-top:after {
        width: 433px;
        height: 283px;
        right: -100px;
        background-size: contain;
    }
}
