.header-component {
    height: 84px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 4px #0000000a;
    -webkit-box-shadow: 0px 2px 4px #0000000a;
    -moz-box-shadow: 0px 2px 4px #0000000a;
}

.top-header-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid #ececec;
}

.top-header-container .top-menu-item {
    text-decoration: none;
    padding-left: 25px !important;
}

.top-header-container .top-menu-item:hover {
    color: #f32bad !important;
}

a.phone-trigger.icon-tel-header-min.top-menu-item:before {
    width: 65.595px;
    height: 65.61px;
    content: "";
    mask: url(/wp-content/themes/ploggmedia/images/phone-background.svg);
    background-image: url(/wp-content/themes/ploggmedia/images/phone-white.svg);
    background-size: 30px 30px;
    background-position: 50%;
    background-repeat: no-repeat;
    top: auto;
    bottom: -8px !important;
    position: absolute;
    right: 0;
    font-size: 1.4em;
    text-indent: 0;
    bottom: -6px !important;
    background-color: #f32bad;
}

a.phone-trigger.icon-tel-header-min {
    position: relative;
    margin-top: 19% !important;
    /* padding: 0 20px; */
    width: 65px;
    padding-left: 20px;
    -webkit-transition: all .3s;
    cursor: pointer !important;
}

.header-mobile-component a.phone-trigger.icon-tel-header-min:before {
    width: 42.246px;
    height: 42.2px;
    content: "";
    mask: url(/wp-content/themes/ploggmedia/images/phone-mobile-header.svg);
    background-color: #f32bad;
    background-size: 30px 30px;
    background-position: 50%;
    background-repeat: no-repeat;
    top: auto;
     bottom: -8px !important;
    position: absolute;
    right: 0;
    font-size: 1.4em;
    text-indent: 0;
    bottom: -6px !important;
}

.header-min a.phone-trigger.icon-tel-header-min.top-menu-item {
    margin-top: 9% !important;
}
.top-header-container .phone-trigger svg {
    margin-top: 3px;
}

.header-container {
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 84px;
}
.header-container,
.top-header-container,
.header-component .dropdown-menu-container .children-container {
    padding-right: 3em;
    padding-left: 3em;
}
.header-container .menuitem {
    cursor: pointer !important;
    font-size: 15px;
    letter-spacing: 0.75px;
    font-weight:bold;
}
.header-component .header-container .menuitem:hover,
.header-component .nochilds:hover {
    /*color: #f32bad !important;*/
}
.header-container .buttonrdv,
.mobile-nav-container .buttonrdv {
   /* background-color: #f32bad !important;
    color: #fff !important;*/
    font-size: 15px;
    letter-spacing: 0.75px;
}
.header-container  .buttonrdv:hover,
.mobile-nav-container .buttonrdv:hover {
    /* background-color: #ececec !important;
    color: #f32bad !important;
    background: #141414 !important;
    color: white!important; */
}
.header-component .logo-container {
    height: 100%;
    position: relative;
    z-index: 99;
}
.header-component .logo-container  a {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-component .logo-container a img {
    height: 95%;
    margin-left: -2px;
}
.header-component .menu-container {
    display: flex;
    height: 100%;
    align-items: center;
}

.header-component .menu-container .buttonrdv {
    margin-right: 0 !important;
}

.header-component .dropdown-container {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-component .dropdown-container .dropdown-menu {
    display: flex;
    list-style: none;
    flex-direction: column;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0;
    flex: 1;
    padding-left: 0;
}
.header-component .dropdown-menu-container {
    width: 100%;
    position: fixed;
    left: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    top: 84px;
    z-index: 99;
    background: #fff;
    display: none;
    box-shadow: 0px 2px 4px #0000000a;
    -webkit-box-shadow: 0px 2px 4px #0000000a;
    -moz-box-shadow: 0px 2px 4px #0000000a;
    overflow-y: auto;
    width: max-content;
}
.header-component .dropdown-menu-container .children-container {
    margin: 0 auto;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 2em;
    padding-right: 2em;
}

.header-component .dropdown-container:hover .menuitem {
    color: #f32bad !important;
    border-bottom: 1px solid #f32bad !important;
}

.header-component .dropdown-container .menuitem {
    border-bottom: 1px solid transparent !important;
}
/*.header-component .dropdown-container:hover .dropdown-menu-container {*/
/*    display: block;*/
/*}*/
.header-component .dropdown-menu-container .children-container .submenu-title {
    font-size: 25px;
    color: #f32bad;
    width: 33%;
    font-weight: bold;
    letter-spacing: 1.25px;
}
.header-component .nested-menu-container {
    width: 100%;
    left: 33%;
    position: absolute;
    top: 0;
    display: none;
    height: 100%;
}
.header-component .nested-menu-container a {
    font-weight: 400 !important;
}
.header-component .nested-menu-container .nested-menu-container a {
    font-weight: 300 !important;
}
.header-component .menu-item-container {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.header-component .show-menu {
    display: block;
}
.header-component .nochilds,
.header-component .dropdown-container  {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.header-component .dropdown-menu-container li
{
    height: 40px;
    line-height: 40px;
}
.header-component .dropdown-menu-container li a {
    text-transform: initial;
    text-decoration: none;
    font-weight: 600;
}

.header-component .dropdown-menu-container .haschilds.active {
    color: #f32bad;
}

.header-component .dropdown-menu-container a:hover {
    color: #f32bad;
}
.header-component .phone-trigger {
    padding-left: 9px;
    cursor: pointer;
}
.header-component  .not-logo-home {
    padding-top: 0;
}
.header-component .not-logo-home a {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-component .not-logo-home a img {
    height: 90%;
    width: auto;
}

.header-mobile-component {
    display: none;
    width: 100vw;
    max-width: 99.9vw;
}

.header-mobile-component .header-mobile-container {
    height: 78px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-shadow: 0px 2px 4px #0000000a;
    -webkit-box-shadow: 0px 2px 4px #0000000a;
    -moz-box-shadow: 0px 2px 4px #0000000a;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100vw;
    background: #fff;
    box-sizing: border-box;
    justify-content: space-between;
    max-width: 99.9vw;
}

.header-mobile-component .header-mobile-container > a,
.header-mobile-component .header-mobile-container > a .logo-mobile,
.header-mobile-component .header-mobile-container > a .logo-mobile .logo-mobile-cell {
    width: max-content;
}

.header-mobile-component .header-mobile-container.todark {
    background: #fff !important;
    border-bottom: 1px solid #ececec;
}
.header-mobile-component .mobile-nav-container {
    height: calc(100vh - 78px);
    padding: 20px 36px;
    overflow: scroll;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 78px;
    box-sizing: border-box;
}
.header-mobile-component .menutriggerclose.hide {
    display: none;
}
.header-mobile-component .menutriggeropen.hide {
    display: none;
}
.header-mobile-component .mobile-nav-container.hide {
    display: none;
}
.header-mobile-component .mobile-menu-trigger {
    cursor: pointer !important;
}
.header-mobile-component .dropdown-menu-container {
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.header-mobile-component .dropdown-menu-container.hide {
    display: none;
}
.header-mobile-component .menuitem.activemobile .arrowright {
    display: none;
}
.header-mobile-component .menuitem:not(.activemobile) .arrowdown {
    display: none;
}
.header-mobile-component .menuitem.activemobile {
    color: #f32bad !important;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.header-mobile-component .dropdown-menu-container ul {
    list-style: none;
    padding-left: 20px;
    font-size: 16px;
}
.header-mobile-component a {
    text-decoration: none;
    margin: 10px 0;
    display: block;

}
.header-mobile-component .menuitem {
    font-size: 19px;
    font-weight: 700;
    cursor: pointer !important;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}
body .header-mobile-component .menuitem:hover {
    color: #ff3fc1 !important;
}
.header-mobile-component .nochilds {
    font-size: 19px;
    font-weight: 700;
    cursor: pointer !important;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}
.header-mobile-component .buttonrdv {
    margin-top: 32px;
    width: fit-content;
    letter-spacing: 1.6px;
    font-size: 18px;
}
.header-mobile-component .menu-item-container {
    margin-bottom: 20px;
}
.header-mobile-component .childexist:after {
    margin-left: 10px;
    content:  url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='ai ai-Plus plusicon'%3E%3Cpath d='M12 20v-8m0 0V4m0 8h8m-8 0H4'/%3E%3C/svg%3E%0A");
}
.header-mobile-component .childexist.active:after {
    margin-left: 10px;
    content:  url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2371C1CE' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='ai ai-Minus minusicon'%3E%3Cpath d='M20 12H4'/%3E%3C/svg%3E%0A");
}
.header-mobile-component .haschilds {
    display: flex;
    margin-right: 6px;
}

.header-mobile-component .haschilds.active {
    color: #f32bad !important;
}
.header-mobile-component .button-rdv {
    margin-top: 0;
    margin-bottom: 0;
    height: 50px;
    padding: 0 20px !important;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.header-mobile-component .right-mobile-section {
    height: 78px;
    display: flex;
    gap: 1.2em;
    align-items: center;
}
.header-mobile-component .openmenulogo.hide {
   display: none;
}
.header-mobile-component .closemenulogo.hide {
    display: none;
}
.header-mobile-component .phone-trigger,
.header-mobile-component .icon-location{
    font-size: 22px;
}
.header-mobile-component .logo-mobile {
    height: 60px;
}

.header-mobile-component .logo-mobile-cell  {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-mobile-component .logo-mobile-cell .logo,
.header-mobile-component .openmenulogo {
    height: 100%;
}
.header-mobile-component .opentelicon.hide,
.header-mobile-component .closetelicon.hide {
    display: none;
}
.header-mobile-component .menuitem.activemobile .plusicon {
    display: none;
}
.header-mobile-component .menuitem:not(.activemobile) .minusicon {
    display: none;
}
.header-mobile-component .nested-menu-container.hide {
    display: none;
}
#popupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#popupContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#popupContent {
    background-color: white;
    width: 300px;
    max-width: 80%;
    position: relative;
}
#popupContent .contenttel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
#popupContent h2 {
    background: #113648;
    padding: 20px;
    font-size: 15px !important;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

#closePopup {
    margin-top: 10px;
    border: none;
    background: #35a7ab;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -29px;
    right: -16px;
    cursor: pointer;
}
@media only screen and (max-width: 1024px) {
    .header-component {
        display: none;
    }
    .header-mobile-component {
        display: block;
    }
}

@media screen and (max-width: 1150px) {
    .header-component .menu-item-container {
        padding: 0 15px;
    }
    .header-container .menuitem {
        font-size: 13px;
        font-weight:bold;
    }
    .header-component .nochilds {
        font-size: 13px;
    }
    .header-container .buttonrdv {
        font-size: 13px;
    }


}

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

    .header-container, 
    .top-header-container,
    .header-component .dropdown-menu-container .children-container {
        padding-left: 2.5em;
        padding-right: 2.5em;
    }

}

.header-container .top-button-lang {
    padding: 0 20px;
}

.header-mobile-component .top-button-lang a {
    font-size: 19px;
    font-weight: 700;
    cursor: pointer !important;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.top-button-lang a {
    text-decoration: none;
}

.header-component .dropdown-container a.menuitem:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #f32bad;
    -webkit-mask-image: url(/wp-content/themes/ploggmedia/images/arrow.svg);
    mask-image: url(/wp-content/themes/ploggmedia/images/arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-left: .2rem;
    transition-property: transform;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    margin-top: -7px;
}

.header-component .dropdown-container a.menuitem:hover:after {
    transform: scaleY(-1);
}


.mobile-nav-container .dropdown-container a.menuitem:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #f32bad;
    -webkit-mask-image: url(/wp-content/themes/ploggmedia/images/arrow.svg);
    mask-image: url(/wp-content/themes/ploggmedia/images/arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-left: .2rem;
    transition-property: transform;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    margin-top: -7px;
}

.mobile-nav-container .dropdown-container a.menuitem.activemobile:after {
    transform: scaleY(-1);
}

@media(max-width: 400px) {
    
  .header-mobile-component .logo-mobile {
    height: 48px;
  }  
  
}