header {
    width: 100%;
    max-width: var(--site-max-width, 960px);
    margin: 0 auto;
    padding: 0;
    background: transparent;
    overflow: hidden;
}
header a{
color: #f95e5a;
transition: 0.25s;  
  
}

.header__top {
    width: 100%;
    margin-top: 0;
    height: 330px;
    background-image: url("../../../../../../../../images/banner-maeva.jpg");
    -webkit-background-image: url("../../../../../../../../images/banner-maeva.jpg");
    -moz-background-image: url("../../../../../../../../images/banner-maeva.jpg");
    -o-background-image: url("../../../../../../../../images/banner-maeva.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    flex-direction: column;
    justify-content: center;
    /* margin-bottom: 5px; */
}

.header__top .container {
    padding-left: 0;
    padding-right: 0;
}

.logo {
    height: 97px;
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
}

.logo a {
  color: #FFFFFF;
  background-color: transparent; 
  display: inline-block;
}

.logo a h1 {
    width: 251px;
    height: 100%;
    position: relative;
}

.logo a h1::before {
   
    content: "";
    width: 335px;
    height: 200px;
    position: absolute;
    top: -95px;
    left: 0;
    background-image: url("../../../../../../../../images/logo-maeva.png");
    -webkit-background-image: url("../../../../../../../../images/logo-maeva.png");
    -moz-background-image: url("../../../../../../../../images/logo-maeva.png");
    -o-background-image: url("../../../../../../../../images/logo-maeva.png");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    
}


.logo a h1 span {
    display: none;
}

.logo .menu__mobile--icon {
    display: none;
}

.header__bottom {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    height: 25px;
    background: #f95e5a;
    flex-direction: column;
    justify-content: center;
}

.header__bottom .menu-contact {
    margin-top: -25px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 20px;
    flex-flow: row nowrap;
    justify-content: space-between;
}


.header__bottom .menu-contact .menu {
    font-size: 24px;
    white-space: nowrap;
}
@-webkit-keyframes my {
  0% { background: #f58d89; } 
  50% { background: #ff0000;  } 
  100% { background: #f58d89;  } 
}
@-moz-keyframes my { 
  0% {  background: #f58d89;  } 
  100% { background: #ff0000;  }
  100% {  background: #f58d89;  } 
}
@-o-keyframes my { 
  0% {  background: #f58d89; } 
  50% { background: #ff0000; } 
  100% { background: #f58d89;  } 
}
@keyframes my { 
  0% { background: #f58d89;  } 
  50% { background: #ff0000;  }
  100% {  background: #f58d89;  } 
} 

.header__bottom .menu-item--other {
  
    box-shadow: 1px 1px 7px 0px black;
    -webkit-box-shadow: 1px 1px 7px 0px black;
    position: relative;
    line-height: 21px;
    -webkit-animation: my 800ms infinite;
	 -moz-animation: my 800ms infinite; 
	 -o-animation: my 800ms infinite; 
	 animation: my 800ms infinite;
 
}


.header__bottom .en::before {
    content: "";
    position: absolute;
    top: -61px;
    right: -166px;
    width: 150px;
    height: 120px;
    background-image: url("../../../../../../../../images/free trial.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.header__bottom .fr::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -163px;
    width: 150px;
    height: 120px;
    background-image: url("../../../../../../../../images/free trial_ francais.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.font-galada ul{
  color: #f95e5a;
}
.font-galada ul li{
  border-radius: 20px 1px 20px 0px; 
  background-color: #ffffff;
  position: relative;
 
}


.font-galada ul li::before{
  content: "";
  position: absolute;
  top: 4px;
  right: 6px;
  width: 7px;
  height: 7px;
  background-color: #f95e5a;
  border-radius: 50%;
  z-index: 1;
}
.font-galada ul li.dot::before{
  content: "";
  position: absolute;
  top: 4px;
  right: 6px;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
}


/* a.menu-item--other:focus,
a.menu-item--other:hover,
a.menu-item--other:active {
    color: #FFFFFF;
    background-color: #E40052;
}

a.menu-item--other.active {
    color: #FFFFFF;
    background-color: #E40052;
} */
ul>li>a.mail {
    display: block;
    width: 46px;
    height: 36px;
    background-image: url("../../../../../../../../images/mail icon.svg");
    -webkit-background-image: url("../../../../../../../../images/mail icon.svg");
    -moz-background-image: url("../../../../../../../../images/mail icon.svg");
    -o-background-image: url("../../../../../../../../images/mail icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

ul>li>a.mail:hover,
ul>li>a.mail:focus,
ul>li>a.mail:active {
    background-image: url("../../../../../../../../images/mail icon.svg");
    -webkit-background-image: url("../../../../../../../../images/mail icon.svg");
    -moz-background-image: url("../../../../../../../../images/mail icon.svg");
    -o-background-image: url("../../../../../../../../images/mail icon.svg");
}

ul>li>a.givetip {
    display: block;
    width: 95px;
    height: 37px;
    background-image: url("../../../../../../../../images/donate.png");
    -webkit-background-image: url("../../../../../../../../images/donate.png");
    -moz-background-image: url("../../../../../../../../images/donate.png");
    -o-background-image: url("../../../../../../../../images/donate.png");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

ul>li>a.givetip:hover,
ul>li>a.givetip:focus,
ul>li>a.givetip:active {
    transition: 0.1s;
    background-image: url("../../../../../../../../images/donate-hover.png");
    -webkit-background-image: url("../../../../../../../../images/donate-hover.png");
    -moz-background-image: url("../../../../../../../../images/donate-hover.png");
    -o-background-image: url("../../../../../../../../images/donate-hover.png");
}

nav ul>li:not(:last-child) {
    margin-right: -5px;
}
ul>li>a.instagram{
  display: block;
  width: 38px;
  height: 36px;
  background-image: url("../../../../../../../../images/porn hub.svg");
  -webkit-background-image: url("../../../../../../../../images/porn hub.svg");
  -moz-background-image: url("../../../../../../../../images/porn hub.svg");
  -o-background-image: url("../../../../../../../../images/porn hub.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
}
ul>li>a.fr-flag{
  display: block;
  width: 38px;
  height: 36px;
  background-image: url("../../../../../../../../images/fr-flag.svg");
  -webkit-background-image: url("../../../../../../../../images/fr-flag.svg");
  -moz-background-image: url("../../../../../../../../images/fr-flag.svg");
  -o-background-image: url("../../../../../../../../images/fr-flag.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
ul>li>a.en-flag{
  display: block;
  width: 38px;
  height: 36px;
  background-image: url("../../../../../../../../images/en-flag.svg");
  -webkit-background-image: url("../../../../../../../../images/en-flag.svg");
  -moz-background-image: url("../../../../../../../../images/en-flag.svg");
  -o-background-image: url("../../../../../../../../images/en-flag.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.menu .font-galada ul>li>a:hover{
  color: #FFFFFF;
  background: #f95e5a;
}




.menu .font-galada ul li a.pd-radius1{
  box-shadow: 1px 1px 7px 0px black;
-webkit-box-shadow: 1px 1px 7px 0px black;
 padding: 2px 30px; 
 border-radius: 20px 1px 20px 0px;
}

.menu .font-galada ul li a.pd-radius2{
  box-shadow: 1px 1px 7px 0px black;
  -webkit-box-shadow: 1px 1px 7px 0px black;
  padding: 2px 16.5px;
  border-radius: 20px 1px 20px 0px;
}
.menu .font-galada ul li a.pd-radius3{
  box-shadow: 1px 1px 7px 0px black;
  -webkit-box-shadow: 1px 1px 7px 0px black;
  padding: 2px 41px;
  border-radius: 20px 1px 20px 0px; 
}
.menu .font-galada ul li a.pd-radius4{
  box-shadow: 1px 1px 7px 0px black;
  -webkit-box-shadow: 1px 1px 7px 0px black;
  padding: 2px 19.5px;
  border-radius: 20px 1px 20px 0px; 
}
.menu .font-galada ul li a.pd-radius5{
  box-shadow: 1px 1px 7px 0px black;
  -webkit-box-shadow: 1px 1px 7px 0px black;
  padding: 2px 26px;
  border-radius: 20px 1px 20px 0px; 
}
.menu .font-galada ul li a.pd-radius6{
  box-shadow: 1px 1px 7px 0px black;
  -webkit-box-shadow: 1px 1px 7px 0px black;
  padding: 2px 33px;
  border-radius: 20px 1px 20px 0px; 
}



/* .contact {
    height: 22px;
}

.contact a {
    display: inline-block;
    height: 100%;
    width: 45px;
}

.contact a img {
    float: right;
    width: auto;
    height: 22px;
} */


.contact{
  position: absolute;
  top: -197px;
  right: 26px;
}
.contact ul {
    display: flex;
    flex-flow: row nowrap;
}

.contact ul li {
    height: auto;
    min-height: 36px;
    display: flex;
    align-items: center;
}

.contact ul li:not(:first-child) {
    padding-left: 20px;
}

.contact ul li img {
    width: auto;
    height: 100%;
}
.contact ul li a{
  background-color: transparent; 
}


/*Hidden on PC*/

.menu__mobile {
    display: none;
}

a.active {
  background-color: #f95e5a; 
  color: #ffffff; 
}


/* @media screen and (max-width: 1023px) {

  .header__top {
    height: 21.7vw;
    background-image: url("../../../../../../../../images/banner-sp.png");
    -webkit-background-image: url("../../../../../../../../images/banner-sp.png");
    -moz-background-image: url("../../../../../../../../images/banner-sp.png");
    -o-background-image: url("../../../../../../../../images/banner-sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-bottom: 0;
  }

  .header__top .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    height: 18.8vw;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    position: relative;
  }

  .logo a h1 {
    width: 48.3vw;
  }

  .logo a h1::before {
    width: 48.3vw;
    height: 18.8vw;
  }

  /*Appear on Mobile* /
  .logo .menu__mobile--icon {
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
  }

  /*Hidden on mobile and tablet* /
  .header__bottom {
    display: none;
  }

  /*Menu mobile* /
  .menu__mobile {
    display: block;
    position: fixed;
    position: -ms-device-fixed;
    top: 0;
    left: -87vw;
    width: 87vw;
    height: 100vh;
    background-image: url("../../../../../../../../images/bg-menu-mobile-1.jpg");
    background-position-x: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    z-index: 100001;

  }

  .noscroll {
    overflow: hidden;
  }

  .overlay {
     position: fixed;
     overflow-y: scroll;
     top: 0; right: 0; bottom: 0; left: 0; }

  .menu__mobile .container {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }

  /*Icon on menu mobile* /
  .menu__mobile .menu__icon {
    height: 21.7vw;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .menu__mobile--content {
    height: calc(100vh - 21.7vw);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .menu__mobile--content::-webkit-scrollbar {
    display: none;
  }

  .menu__mobile--active {
    left: 0;
    transition: .5s;
  }

  /*List item* /
  .menu__mobile .join-now__text {
    font-size: 3.6vw;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .menu__mobile nav ul li {
    display: block;
    width: 90%;
    font-size: 7vw;
    line-height: 1.5;
    margin-top: 7.2vw;
    margin-bottom: 7.2vw;
  }

  .menu__mobile nav > ul > li:first-child {
    margin-top: 12vw;
  }

  #menu--children {
    margin-left: 12vw;
  }

  ul#menu--children li {
    font-size: calc(2em / 3);
  }

  /*Contact* /
  .menu__mobile .contact {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .menu__mobile .contact ul {
    justify-content: flex-start;
    flex-flow: row nowrap;
  }

  .menu__mobile .contact ul li {
    height: 50px;
  }

  ul > li > a.mail {
    width: 72px;
    height: 50px;
  }

  .menu__mobile .contact ul li:not(:first-child):not(:last-child) {
    margin-left: 40px;
    margin-right: 40px;
  }

  .menu__mobile .contact ul li a {
    height: 100%;
  }

  .menu__mobile .contact ul li img {
    height: 100%;
    width: auto;
  }
} */


/* @media screen and (max-width: 767px) {

  /*.header__top {*/


/*  height: 95px;*/


/*}*/


/*.menu__mobile .menu__icon {*/


/*  height: 95px;*/


/*}*/


/*.menu__mobile--content {*/


/*  height: calc(100vh - 95px);*/


/*}*/


/*Contact* /
  .menu__mobile .contact {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .menu__mobile .contact ul {
    justify-content: center;
  }

  .menu__mobile .contact ul li {
    height: 40px;
  }

  ul > li > a.mail {
    width: 60px;
    height: 40px;
  }

}

/* @media screen and (max-width: 479px) {

  /*.header__top {*/


/*  height: 90px;*/


/*}*/


/*.menu__mobile .menu__icon {*/


/*  height: 90px;*/


/*}*/


/*.menu__mobile--content {*/


/*  height: calc(100vh - 90px);*/


/*}*/


/*Contact* /
  .menu__mobile .contact {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .menu__mobile .contact ul li {
    height: 30px;
  }

  ul > li > a.mail {
    width: 45px;
    height: 30px;
  }
}

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

  /*Contact* /
  .menu__mobile .contact {
    margin-top: 20px;
    margin-bottom: 22px;
  }

  .menu__mobile .contact ul li {
    height: 22px;
  }

  ul > li > a.mail {
    width: 31px;
    height: 22px;
  }
}
*/