/* Popup NL */
.elementor-popup-modal .dialog-widget-content {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.29);
  border-radius: 10px;
}

.elementor-popup-modal .elementor-top-section > .elementor-container {
  padding: 30px!important;  
}

.elementor-popup-modal .elementor-top-section > .elementor-container .elementor-top-column >.elementor-widget-wrap {
    padding: 0!important;
}

.elementor-popup-modal .nl-popup-title {
  margin-bottom: 20px!important;
}

.elementor-popup-modal .nl-popup-title p {
  color: #2e2e2e;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 125%;
  
}

.elementor-popup-modal .nl-popup-title.sub p {
  font-size: 25px;
}

.elementor-popup-modal .nl-popup-title em {
  color: #f12059;
  font-style: normal
}


.elementor-popup-modal .nl-popup-subtitle  {
  border-left: solid 2px #f12059;
  padding-left: 15px;
  margin-bottom: 20px!important;
}
.elementor-popup-modal .nl-popup-subtitle p  {
  font-weight: 300;
    font-size: 17px;
}

.elementor-popup-modal .nl-popup-infos {
  background-color: #707070;
  position: relative;
  margin-bottom: 25px;
  padding: 10px 0
}

.elementor-popup-modal .nl-popup-infos .elementor-container {
  justify-content: space-between;
}


.elementor-popup-modal .nl-popup-infos::before  {
  content: "";
  width: 30px;
  height: 100%;
  display: block; 
  position: absolute; 
  left: -30px;
  top: 0;
  background-color: #707070
}

.elementor-popup-modal .nl-popup-infos::after  {
  content: "";
  width: 30px;
  height: 100%;
  display: block; 
  position: absolute; 
  right: -30px;
  top: 0;
  background-color: #707070
}

.elementor-popup-modal .nl-popup-infos .nl-popup-infos-date,
.elementor-popup-modal .nl-popup-infos .nl-popup-infos-heure {
  flex-basis: 20%
}

.elementor-popup-modal .nl-popup-infos .nl-popup-infos-lieu {
  flex-basis: 50%;
  justify-self: flex-end;
  align-self: flex-start;
}

.elementor-popup-modal .nl-popup-infos .elementor-column > .elementor-widget-wrap {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  align-items: center;
}
.elementor-popup-modal .nl-popup-infos .elementor-column .elementor-widget-wrap {
  padding: 0!important
}


.elementor-popup-modal .nl-popup-infos .elementor-column > .elementor-widget-wrap  .elementor-widget-icon {
  margin: 0;
  max-width: 25px
}

.elementor-popup-modal .nl-popup-infos .elementor-column > .elementor-widget-wrap  .elementor-widget-icon i {
  font-size: 16px;   
  color: #f12059
}

.elementor-popup-modal .nl-popup-infos .elementor-column > .elementor-widget-wrap .elementor-widget-text-editor p {
  font-size: 12px;
  color: #fff;
  flex: auto;
  line-height: 16px;
}

.elementor-popup-modal .nl-popup-desc p {
  font-weight: 300;
  font-size: 14px;
}

.elementor-popup-modal .nl-popup-desc p strong {
  font-weight: 400;
}

.elementor-popup-modal .nl-popup-cta .elementor-button-link {
  margin-top: 15px;
  padding: 10px 50px!important;
  background-color: #5C2483!important;
  border-color: #5C2483!important;
  color: #fff!important;
}

.elementor-popup-modal .nl-popup-cta .elementor-button-link:hover {
  background-color: transparent!important;
  border-color: #5C2483!important;
  color: #5C2483!important;
}

.elementor-popup-modal .nl-popup-cta .elementor-button-link:focus {
  background-color: #5C2483!important;
  border-color: #5C2483!important;
  color: #fff!important;
}

.elementor-popup-modal .dialog-close-button {
  text-decoration: none!important;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  border-radius: 50%;
  padding: 10px;
  transform: translate(50%, -50%);
}


.elementor-popup-modal .dialog-close-button i {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 767px) {
  
  .elementor-popup-modal .nl-popup-title p {
    font-size: 25px;
  }

  .elementor-popup-modal .nl-popup-title.sub p {
    font-size: 21px;
  }

  .elementor-popup-modal .nl-popup-infos .nl-popup-infos-date, .elementor-popup-modal .nl-popup-infos .nl-popup-infos-heure {
    flex-basis: 50%;
  }

  .elementor-popup-modal .nl-popup-infos .nl-popup-infos-lieu {
    margin-top: 10px;
    flex-basis: 100%;
  }

  .elementor-popup-modal .dialog-close-button {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%)
  }





}

/* Fix SEO */
.img-left-text-right h2, .img-right-text-left h2 {
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: 600;
}

@media (max-width: 1224px) {
    .img-left-text-right h2, .img-right-text-left h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .img-left-text-right h2, .img-right-text-left h2 {
        font-size: 22px;
        text-align: center;
    }
}

body>footer section.elementor-top-section.footer-content>.elementor-container>.elementor-column:last-of-type span.h3 {
    margin-bottom: 25px;
    min-height: 69px;
    position: relative;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    display: block;
}

body>footer section.elementor-top-section.footer-content>.elementor-container>.elementor-column:last-of-type span.h3:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
}

body>footer section.elementor-top-section.footer-content>.elementor-container>.elementor-column .solutions span.h3:before {
    width: 59px;
    height: 63px;
    background: url("/nl/wp-content/themes/ikadia-theme-child/assets/icons/icon-solutions-footer.svg") no-repeat;
    background-size: contain;
    margin-right: 17px;
    margin-bottom: 6px;
}

body>footer section.elementor-top-section.footer-content>.elementor-container>.elementor-column .clients span.h3:before {
    width: 55px;
    height: 61px;
    background: url("/nl/wp-content/themes/ikadia-theme-child/assets/icons/icon-clients-footer.svg") no-repeat;
    background-size: contain;
    margin-right: 18px;
    margin-bottom: 6px;
}

body>footer section.elementor-top-section.footer-content>.elementor-container>.elementor-column .equipe span.h3:before {
    width: 80px;
    height: 59px;
    background: url("/nl/wp-content/themes/ikadia-theme-child/assets/icons/icon-equipe-footer.svg") no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-bottom: 6px;
}

body>footer section.elementor-top-section.footer-content>.elementor-container>.elementor-column .ressources span.h3:before {
    width: 57px;
    height: 57px;
    background: url("/nl/wp-content/themes/ikadia-theme-child/assets/icons/icon-ressources-footer.svg") no-repeat;
    background-size: contain;
    margin-right: 12px;
    margin-bottom: 6px;
}

@media screen and (max-width: 1224px) {
    body > footer section.elementor-top-section.footer-content > .elementor-container > .elementor-column:last-of-type span.h3 {
        margin-bottom: 15px;
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) {
    body > footer section.elementor-top-section.footer-content > .elementor-container > .elementor-column:last-of-type span.h3 {
        margin-bottom: 10px;
        min-height: unset;
        color: #fff;
        font-size: 19px;
        text-align: center;
    }

    body > footer section.elementor-top-section.footer-content > .elementor-container > .elementor-column:last-of-type span.h3::before {
        width: 100%;
        height: 35px;
        margin: 15px 0 8px;
        background-position: center;
    }
}


/* Livres blancs dans le menu */
header.ik-header-nav .menu .menu-container nav .eudo-menu-ebook-guides ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header.ik-header-nav .menu .menu-container nav .eudo-menu-ebook-guides ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 15px;
    color: #545454;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
}

header.ik-header-nav .menu .menu-container nav .eudo-menu-ebook-guides ul li a i::before {
    color: #f12059;
    font-size: 30px;
}

header.ik-header-nav .menu .menu-container nav .eudo-menu-ebook-guides ul li a:hover{
    text-decoration: underline;
}

/* Maj footer */
body>footer section.elementor-top-section.footer-content>.elementor-container {
    padding: 50px 0 30px
}

body>footer section.elementor-top-section.footer-content>.elementor-container>.elementor-column:first-of-type img {
    max-width: 200px;
}

body>footer section.elementor-top-section.footer-content>.elementor-container>.elementor-column h3:before {
    max-height: 45px;
    margin-right: 0!important;
}


/* Widget Bandeau */
.ik-bandeau .swiper-bandeau .swiper-slide .swiper-bandeau-elem{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0
}

.ik-bandeau .swiper-bandeau .swiper-wrapper {
    align-items: center;
    justify-content: center;
}

.ik-bandeau .swiper-bandeau .swiper-wrapper .swiper-slide {
    max-width: 20%;
    width: fit-content!important;
}

.ik-bandeau .swiper-bandeau .swiper-slide .swiper-bandeau-elem p {
    margin: 0
}
.ik-bandeau .swiper-bandeau .swiper-slide .swiper-bandeau-elem p strong,
.ik-bandeau .swiper-bandeau .swiper-slide .swiper-bandeau-elem i::before {
    color: #e4003c
}

.ik-bandeau .swiper-bandeau .swiper-slide .swiper-bandeau-elem svg {
    max-width: 16px;
    max-height: 16px;
    width: 100%;
    height: auto;
}

.ik-bandeau .swiper-bandeau .swiper-slide .swiper-bandeau-elem svg path {
    fill: #e4003c
}

@media screen and (min-width: 993px) {
    .ik-bandeau .swiper-bandeau .swiper-wrapper {
        transform: none!important;
    }

    .ik-bandeau .swiper-bandeau .swiper-wrapper .swiper-slide.swiper-slide-duplicate {
        display: none!important;
    }
}

@media screen and (max-width: 992px) {
    .ik-bandeau .swiper-bandeau .swiper-slide .swiper-bandeau-elem{
        justify-content: center;
    }

    .ik-bandeau .swiper-bandeau .swiper-wrapper {
        justify-content: initial;
    }

    .ik-bandeau .swiper-bandeau .swiper-wrapper .swiper-slide {
        max-width: unset;
        width: 100%!important;
    }
}

/* Fix Elementeor ? */
div.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 15px;
    align-content: center;
}

/* Style WPML */
.wpml-ls-menu-item .wpml-ls-flag+span {
    font-size: 14px;
    margin-left: 8px;
}

header.ik-header-nav .menu .menu-container nav>ul.menu-principal>li.wpml-ls-item > ul.sub-menu {
    width: fit-content;
    padding: 0;
    left: 15px;
}

#menu-menu-responsive .wpml-ls-item {
    /*float: left;*/
    padding: 0 0 0 30px !important;
}

#menu-menu-responsive .wpml-ls-item a {
    border: none!important;
}

/* Fix clic eudostore */
.eudo-eudostore.eudo-grid .eudo-search-grid article {
    cursor: initial;
}


.eudo-autres-grid-container p.single-blog-infos {
    display: flex;
    align-items: center;
}

.eudo-autres-grid-container p.single-blog-infos img {
    width: 55px;
    height: auto;
    margin-right: 15px;
}

.single-autres-grid p.single-blog-autres-title {
    min-height: 75px;
}

@media screen and (max-width: 1400px) {
    .single-autres-grid p.single-blog-autres-title {
        min-height: 98px;
    }
}

@media screen and (max-width: 993px) {
    .single-autres-grid p.single-blog-autres-title {
        min-height: 75px;
    }
}

@media screen and (max-width: 767px) {
    .single-autres-grid p.single-blog-autres-title {
        min-height: unset;
    }
}

.eudo-search-grid .ik-grid-result article main > p:first-of-type {
    min-height: 75px;
}

@media screen and (max-width: 1400px) {
    .eudo-search-grid .ik-grid-result article main > p:first-of-type {
        min-height: 98px;
    }
}

@media screen and (max-width: 993px) {
    .eudo-search-grid .ik-grid-result article main > p:first-of-type {
        min-height: 75px;
    }
}

@media screen and (max-width: 767px) {
    .eudo-search-grid .ik-grid-result article main > p:first-of-type {
        min-height: unset;
    }
}

/* Maj fonctionnalités, navigation via fleches */
.eudo-fonctionnalite .elementor-widget-html,
.eudo-fonctionnalite .elementor-widget-html > .elementor-widget-container {
    position: unset;
    margin: 0 !important;
}

.nav-fcte-prev, .nav-fcte-next {
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 250px;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0.6;
    transition: all ease 0.35s
}

.nav-fcte-prev:hover, .nav-fcte-next:hover {
    opacity: 1;
}


.nav-fcte-prev {
    left: 50px;
    background-image: url("./assets/icons/fleches-swiper.svg");
}

.nav-fcte-next {
    right: 50px;
    background-image: url("./assets/icons/fleches-swiper.svg");
    transform: rotate(180deg);
    transform-origin: center;
}

.eudo-fonctionnalite .elementor-widget-image {
    max-width: 600px;
    margin: 0 auto;
}

@media screen and (max-width: 993px) {
    .nav-fcte-prev, .nav-fcte-next {
        display: none;
    }
}

/* Fix motifs triangles */
.elementor-location-single.type-ebook-guide,
.elementor-location-single.type-event-webinaire {
    background-color: #FFF9F8;
    position: relative;
}

.elementor-location-single.type-ebook-guide >.single-cpt,
.elementor-location-single.type-event-webinaire >.single-cpt {
    position: relative;
    z-index: 1;
    background-image: none!important;
}

.elementor-location-single.type-ebook-guide::before,
.elementor-location-single.type-event-webinaire::before{
    content: "";
    background-image: url("assets/imgs/bg-beige-before.svg");
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 653px;
    height: 234px;
    z-index: 0;
}

.elementor-location-single.type-ebook-guide::after,
.elementor-location-single.type-event-webinaire::after {
    content: "";
    background-image: url("assets/imgs/bg-beige-after.svg");
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 344px;
    height: 215px;
    z-index: 0;
}

/**
Megamenu
 */

.menu-principal .elementor-widget-text-editor .elementor-widget-container.can-clickable {
    cursor: pointer;
}