.push-down {
  /*width: 100%;*/
  /*height: 100%;*/
  /*background-color: #3498db;*/
}

/*
.fixed-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}
*/

.unfixed-header {
  /*width: 980px !important;*/
}


.unfixed-header-mobile {
  width: 100% !important;
  position: fixed !important;
  top: 0 !important;
}

.fixed-header-mobile {
  position: fixed !important;
  top: 0 !important;
}

/*
.only-background {
  top: 0 !important;
  position: fixed !important;
}
*/

.header-push-down {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  height: 50px;
}

.logo-push-down {
  background-image: url(/themes/responsive/resources/img-pack/default/common/officiel-des-vacances-logo-orange2.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 33px;
  width: 109px;
  padding-top: 15px;
  /*margin-left: 204px;*/
  -webkit-box-sizing: unset !important;
  -moz-box-sizing: unset !important;
  box-sizing: unset !important;
}

.btn-push-down {
  cursor: pointer;
  background-color: #fc601d;
  border: none;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 13px;
  /*line-height: 14px;*/
  position: relative;
  /*margin-right: 150px;*/
  height: 30px;
  width: 150px;
  margin-top: 9px;
}

.other-display-push-down {
  position: absolute;
  right: 15px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  top: 5px;
}

.text-close-push-down img{
  vertical-align: middle;
  margin-left: 25px;
}

#ads-interstitial > .img-interstitial-desktop {
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.content-push-down {
  /* position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 1280px;
   height: 800px;*/
  /*text-align: center;
  position: relative;
  transform: translate(0px, -50%);*/
  text-align: center;
  position: relative;
  /* transform: translate(0px, -50%);
  top: calc(50% - 0px); */
  display: flex;
  /*height: calc(100vh - 50px);*/
  /* top: 0; */
  justify-content: center;
  /* align-items: center; */
  /* text-align: center; */
  /* width: 100vw; */
  /* height: 100vh; */
  /* text-align: center;
/*top: 50%;*/
}

@media screen and (max-width: 767px) {
  .logo-push-down {
    margin-left: 0 !important;
  }

  .btn-push-down {
    margin-right: 0 !important;
  }

  .other-display-push-down {
    right: 10px;
    top: 3px;
  }

}

@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape){
  /*#ads-interstitial img {
    width: 210px !important;
  }*/
}

@media (min-width: 768px) and (max-width: 1024px) {
  .logo-push-down {
    margin-left: 0 !important;
  }

  .btn-push-down {
    /*margin-right: calc(960px - 768px) !important;*/
    margin-right: 0 !important;
  }
  /*.content-push-down {
    transform: unset;
    top: 0 !important;
  }*/
  #ads-interstitial img {
    width: 735px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /*#ads-interstitial img {
    width: 500px !important;
  }*/
  #ads-interstitial img {
    width: 994px !important;
  }

  .btn-push-down {
    margin-right: 0 !important;
  }
}

@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1.5) {
  /*#ads-interstitial img {
    width: 768px !important;
  }*/
  .content-push-down {
    transform: translate(0px, -50%);
    top: calc(50% - 25px) !important;
  }
}

@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1.5) {
  #ads-interstitial img {
    width: 994px !important;
  }
}

@media screen and (max-width: 1280px) {
  /*#ads-interstitial img {*/
  /*  width: 812px !important;*/
  /*}*/

  /*.logo-push-down {
    margin-left: 118px;
  }*/

  /*.btn-push-down {
    margin-right: 65px;
  }*/

}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 823px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
  #ads-interstitial img {
    width: 208px !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #ads-interstitial img {
    width: 208px !important;
  }

  .logo-push-down {
    margin-left: 0px;
  }

  .btn-push-down {
    margin-right: 0px;
  }
}


@media (min-width: 320px) and (max-width: 480px) {
  .logo-push-down {
    margin-left: 0px;
  }

  .btn-push-down {
    margin-right: 0px;
  }

  #ads-interstitial img {
    width: 344px !important;
  }
}

