@charset "UTF-8";
/********** Header **********/
#header {
  position: fixed;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #E6EBEB;
  width: 100%;
  height: 70px;
  top: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  #header {
    height: auto;
  }
}
#header .header-nav {
  height: 70px;
  max-height: 70px;
  border-bottom: none;
  margin-bottom: 0;
  padding: 0 !important;
}
#header .header-nav #_desktop_contact_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 80px;
}
#header .header-nav #_desktop_contact_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Raleway", sans-serif, sans serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 44px;
  transition: all 150ms ease-in-out;
}
#header .header-nav #_desktop_contact_link a:hover {
  color: white;
  background-color: #5cb85c;
}
#header .header-nav #_desktop_contact_link #contact-link {
  margin-top: 0;
}
#header .header-nav .cart-preview {
  background: none !important;
  padding: 0;
  display: flex;
  align-items: center;
  height: 70px;
}
#header .header-nav #_mobile_user_info,
#header .header-nav #desktop_user_info {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-nav #_mobile_user_info a,
#header .header-nav #desktop_user_info a {
  display: block;
  background: transparent url(../../assets/images/header/user.svg) no-repeat center;
  background-size: contain;
  width: 28px;
  height: 70px;
  filter: invert(18%) sepia(38%) saturate(5487%) hue-rotate(209deg) brightness(87%) contrast(93%);
}
#header .header-nav #_mobile_user_info a:hover,
#header .header-nav #desktop_user_info a:hover {
  filter: invert(60%) sepia(57%) saturate(724%) hue-rotate(0deg) brightness(104%) contrast(104%);
}
#header .header-nav #_mobile_user_info a strong,
#header .header-nav #desktop_user_info a strong {
  display: none;
}
#header .header-nav #_mobile_user_info a.user-link,
#header .header-nav #desktop_user_info a.user-link {
  margin-right: 0.25rem;
}
#header .header-nav #_mobile_user_info .user-info,
#header .header-nav #desktop_user_info .user-info {
  white-space: inherit;
  margin: 0;
}
#header .header-nav #_mobile_cart,
#header .header-nav #_mobile_user_info {
  margin-top: -3px;
}
#header .header-nav #cart-link {
  color: #5cb85c;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#header .header-nav #cart-link img {
  height: 26px;
}
#header .header-nav #cart-link strong {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 2px;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
}
#header .header-nav #cart-link small {
  font-size: 0.75rem;
  text-transform: uppercase;
}
#header .header-nav #_mobile_logo {
  min-height: 74px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
#header .header-nav #_mobile_logo a {
  width: 180px;
  height: 74px;
  background: transparent url("/themes/pap-2020/assets/images/header/logo-pap-mobile-blue.svg") no-repeat center;
  background-size: contain;
}
#header .header-nav #_mobile_logo a img {
  display: none !important;
}
#header .header-nav #_desktop_logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
}
@media (min-width: 992px) {
  #header .header-nav #_desktop_logo a {
    justify-content: center;
  }
}
#header .header-nav #_desktop_logo a span {
  max-height: 70px;
  min-width: 260px;
  max-width: 100%;
}
#header .header-nav #_desktop_logo a img {
  max-height: 70px;
  min-width: 260px;
  max-width: 100%;
}
#header .header-nav .right-nav {
  height: 70px;
}
#header .header-nav .right-nav #contact-mobile {
  cursor: pointer;
  display: block;
  background: transparent url(../../assets/images/header/mail.svg) no-repeat center;
  background-size: contain;
  width: 28px;
  height: 70px;
  filter: invert(18%) sepia(38%) saturate(5487%) hue-rotate(209deg) brightness(87%) contrast(93%);
  margin-right: 0.25rem;
}
@media screen and (max-width: 330px) {
  #header .header-nav .right-nav #contact-mobile {
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  #header .header-nav .right-nav #contact-mobile {
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  #header .header-nav .right-nav #contact-mobile {
    margin-right: 1rem;
  }
}
#header .header-nav .right-nav #contact-mobile:hover {
  filter: invert(60%) sepia(57%) saturate(724%) hue-rotate(0deg) brightness(104%) contrast(104%);
}
#header .header-nav .right-nav #contact-mobile strong {
  display: none;
}
#header .header-top {
  display: none;
  padding: 0;
  background: white;
}
@media (min-width: 768px) {
  #header .header-top {
    display: inherit;
  }
}
#header .header-top .menu {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
#header .header-top .header-top-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (min-width: 768px) {
  #header .header-top #top-menu {
    padding: 0.625rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
#header .header-top #top-menu li {
  position: relative;
  margin-left: 1px;
}
#header .header-top #top-menu li a {
  text-align: center;
  font-family: "Raleway", sans-serif, sans serif;
  text-transform: initial !important;
  width: 100%;
  height: 60px;
  transition: all 150ms ease-in-out;
  color: #09459b;
  cursor: pointer;
  min-width: 140px;
  padding: 0.1875rem 0.625rem 0.375rem;
}
@media (min-width: 992px) {
  #header .header-top #top-menu li a {
    min-width: 160px;
  }
}
#header .header-top #top-menu li a .link-name {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0.25rem 1rem;
  color: #09459b;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
#header .header-top #top-menu li a .link-name::first-letter {
  text-transform: lowercase !important;
}
#header .header-top #top-menu li a .link-name:after {
  text-transform: initial;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.125rem;
}
#header .header-top #top-menu li a:hover {
  background-color: #09459b;
}
#header .header-top #top-menu li a:hover span {
  color: #ffad00;
}
#header .header-top #top-menu li a:hover span:after {
  color: white;
}
#header .header-top #top-menu li a:active span:after {
  color: #ffad00;
}
@media (max-width: 767.98px) {
  #header .header-top #top-menu li a {
    display: block;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  #header .header-top #top-menu li a.open {
    background-color: transparent;
    color: #5cb85c;
  }
}
#header .header-top #top-menu li:not(:first-of-type):after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #D5E0F0;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
}
#header .header-top #top-menu li#adcms-30 a span:after, #header .header-top #top-menu li#adcms-143 a span:after, #header .header-top #top-menu li#adcms-91 a span:after {
  content: "Paris";
}
#header .header-top #top-menu li#adcms-109 a span:after, #header .header-top #top-menu li#adcms-142 a span:after, #header .header-top #top-menu li#adcms-144 a span:after {
  content: "Monde";
}
#header .header-top #top-menu li#adcms-48 a span:after {
  content: "Les voir";
}
#header .header-top #top-menu li#category-479 .link-name {
  text-transform: initial !important;
}
#header .header-top #top-menu li#category-479 a span:after {
  content: "Offrir";
}
#header .header-top #top-menu li#category-557 a span:after {
  content: "Connectez vos plongées";
}
#header .header-top .top-menu[data-depth="0"] li:hover .sub-menu {
  display: none !important;
}
#header .header-top .top-menu[data-depth="1"] {
  margin: 0;
}
@media (min-width: 768px) {
  #header .header-top .top-menu[data-depth="1"] {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#header .header-top #menu-accordion-desktop {
  transition: all 150ms ease-in-out;
  height: 0;
  border-top: 0 solid transparent;
}
@media (max-width: 767.98px) {
  #header .header-top #menu-accordion-desktop {
    display: none;
  }
}
#header .header-top #menu-accordion-desktop div {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#header .header-top #menu-accordion-desktop.filled {
  border-top: 1px solid #D5E0F0;
  padding: 0.25rem;
  background-color: white;
  height: auto;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  width: calc(100% + 30px);
  margin-left: -15px;
}
#header .header-top #menu-accordion-desktop.filled div {
  opacity: 1;
  max-width: 1400px;
  margin: 0 auto;
}
#header .header-top #menu-accordion-desktop.filled div ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: 0;
}
#header .header-top #menu-accordion-desktop.filled div ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 44px;
  transition: all 150ms ease-in-out;
  color: rgba(9, 69, 155, 0.65);
  cursor: pointer;
}
#header .header-top #menu-accordion-desktop.filled div ul li a[data-depth="1"]:before {
  content: "";
  width: 10px;
  height: 20px;
  display: inline-flex;
  background: transparent url(/themes/pap-2020/assets/images/header/sub-link.svg) no-repeat center;
  filter: invert(65%) sepia(86%) saturate(1797%) hue-rotate(0deg) brightness(103%) contrast(105%);
  margin-right: 0.5rem;
}
#header .header-top #menu-accordion-desktop.filled div ul li a:hover {
  color: white;
  background-color: #09459b;
}
#header .header-top #menu-accordion-desktop.filled div ul li a:active .link-name {
  color: #ffad00 !important;
}
@media (min-width: 768px) {
  #header .header-top #menu-accordion-desktop.filled div ul li a {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/********** Menu mobile **********/
#menu-icon,
#menu-icon-close,
#cart-icon-close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #09459b;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin: 10px 1rem !important;
  border: none;
  cursor: pointer;
  outline: none;
  flex-shrink: 0;
}
#menu-icon .material-icons,
#menu-icon-close .material-icons,
#cart-icon-close .material-icons {
  line-height: 1 !important;
  color: white;
}
#menu-icon:hover,
#menu-icon-close:hover,
#cart-icon-close:hover {
  opacity: 0.75;
}

#menu-icon-close {
  margin: 11px 1rem !important;
}

#mobile_top_menu_wrapper {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  background: none;
  z-index: 10;
}
#mobile_top_menu_wrapper:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 0;
}
#mobile_top_menu_wrapper #top-menu {
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
#mobile_top_menu_wrapper .top-menu .collapse-icons {
  display: inline-flex !important;
}
#mobile_top_menu_wrapper .top-menu[data-depth="1"] {
  margin: 0 0 1.25rem !important;
}
#mobile_top_menu_wrapper .top-menu li a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  font-family: "Raleway", sans-serif, sans serif;
  text-transform: uppercase;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 100%;
  transition: all 150ms ease-in-out;
  color: #09459b;
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
}
#mobile_top_menu_wrapper .top-menu li a .link-name {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: rgba(9, 69, 155, 0.65);
  margin-right: auto;
  padding-left: 1.25rem;
}
#mobile_top_menu_wrapper .top-menu li a .link-name[data-depth="0"] {
  display: inline-flex;
  gap: 4px;
  align-items: flex-end;
  justify-content: center;
  padding: 0.8125rem 1.25rem;
  background: #09459b;
  color: white;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
}
#mobile_top_menu_wrapper .top-menu li a .link-name[data-depth="0"]:after {
  text-transform: initial;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: white;
}
#mobile_top_menu_wrapper .top-menu li a .link-name[data-depth="1"]:before {
  content: "";
  width: 10px;
  height: 20px;
  display: inline-flex;
  background: transparent url(/themes/pap-2020/assets/images/header/sub-link.svg) no-repeat center;
  filter: invert(65%) sepia(86%) saturate(1797%) hue-rotate(0deg) brightness(103%) contrast(105%);
  margin-right: 0.5rem;
}
#mobile_top_menu_wrapper .top-menu li a .navbar-toggler {
  margin: 0;
  color: #ffad00;
}
#mobile_top_menu_wrapper .top-menu li a .navbar-toggler .material-icons {
  font-size: 1.875rem;
}
#mobile_top_menu_wrapper .top-menu li a:hover {
  background-color: white;
}
#mobile_top_menu_wrapper .top-menu li a:hover span {
  color: #ffad00;
}
#mobile_top_menu_wrapper .top-menu li a:hover span:after {
  color: white;
}
#mobile_top_menu_wrapper .top-menu li#adcms-30 a .link-name[data-depth="0"]:after, #mobile_top_menu_wrapper .top-menu li#adcms-143 a .link-name[data-depth="0"]:after, #mobile_top_menu_wrapper .top-menu li#adcms-91 a .link-name[data-depth="0"]:after {
  content: "Paris";
}
#mobile_top_menu_wrapper .top-menu li#adcms-109 a .link-name[data-depth="0"]:after, #mobile_top_menu_wrapper .top-menu li#adcms-142 a .link-name[data-depth="0"]:after, #mobile_top_menu_wrapper .top-menu li#adcms-144 a .link-name[data-depth="0"]:after {
  content: "Monde";
}
#mobile_top_menu_wrapper .top-menu li#adcms-48 a .link-name[data-depth="0"]:after {
  content: "Les voir";
}
#mobile_top_menu_wrapper .top-menu li#category-479 a .link-name[data-depth="0"] {
  text-transform: initial !important;
}
#mobile_top_menu_wrapper .top-menu li#category-479 a .link-name[data-depth="0"]:after {
  content: "Offrir";
}
#mobile_top_menu_wrapper > div {
  position: relative;
  height: 100%;
  background: white;
  margin-right: 10%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
#mobile_top_menu_wrapper > div .dropdown-item {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  background: none;
  color: #ffad00;
  padding: 0.625rem 0 !important;
  margin-bottom: 0.75rem;
  display: inline-block;
  border: none !important;
  width: inherit;
  text-transform: uppercase;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  resize: none;
}
#mobile_top_menu_wrapper > div .dropdown-item.current-page {
  color: #f60;
}
#mobile_top_menu_wrapper > div .dropdown-item.current-page:hover {
  color: #f60 !important;
}
#mobile_top_menu_wrapper > div .dropdown-item:hover .link-name, #mobile_top_menu_wrapper > div .dropdown-item:active .link-name {
  color: #ffad00 !important;
}
#mobile_top_menu_wrapper > div .dropdown-item .sub-menu,
#mobile_top_menu_wrapper > div .dropdown-item .popover {
  display: none !important;
}
#mobile_top_menu_wrapper > div .contact,
#mobile_top_menu_wrapper > div .home {
  padding: 0 1.25rem;
  margin-top: 2.5rem;
}
#mobile_top_menu_wrapper > div .contact a,
#mobile_top_menu_wrapper > div .home a {
  display: inline-flex;
  gap: 4px;
  align-items: flex-end;
  justify-content: center;
  padding: 0.8125rem 1.25rem !important;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
  background: white;
  color: #09459b;
  border: 2px solid #09459b !important;
}
#mobile_top_menu_wrapper > div .contact a:focus, #mobile_top_menu_wrapper > div .contact a:hover,
#mobile_top_menu_wrapper > div .home a:focus,
#mobile_top_menu_wrapper > div .home a:hover {
  color: #ffad00;
}
#mobile_top_menu_wrapper > div .contact {
  margin-top: 0.625rem;
  margin-bottom: 2.5rem;
}
#mobile_top_menu_wrapper > div #_mobile_top_menu {
  padding: 0 1.25rem;
}
#mobile_top_menu_wrapper > div .js-top-menu-bottom {
  margin-top: auto;
}
#mobile_top_menu_wrapper #menu-accordion-desktop {
  display: none !important;
}

/*# sourceMappingURL=header.css.map */
