/*
    Created on : 29 févr. 2016, 11:54:21
    Author     : tanguy
*/
/* ------------------------------------- */
/* ------------------------------------- */
#bpn-appmap-container button,
.modal button {
  outline: 0;
}
.bpn-iconsize-lg {
  width: 80px;
  height: 80px;
}
.bpn-iconradius-lg {
  border-radius: 40px;
}
.bpn-iconsize-md {
  width: 60px;
  height: 60px;
}
.bpn-iconradius-md {
  border-radius: 30px;
}
.bpn-iconsize-sm {
  width: 40px;
  height: 40px;
}
.bpn-iconradius-sm {
  border-radius: 20px;
}
.bpn-iconsize-xs {
  width: 30px;
  height: 30px;
}
.bpn-iconradius-xs {
  border-radius: 15px;
}
.bpn-labelfontsize-lg {
  font-size: 22px;
}
.bpn-labelfontsize-md {
  font-size: 18px;
}
.bpn-labelfontsize-sm {
  font-size: 15px;
}
.bpn-labelfontsize-xs {
  font-size: 12px;
}
/* ------------------------------------- */
/* Welcom box */
#bpn-welcome {
  position: fixed;
  left: 120px;
  top: 110px;
  width: 300px;
  height: 100px;
  line-height: 12px;
  font-family: 'roboto', sans sherif;
}
#bpn-welcome > span {
  font-size: 18px;
  font-weight: 600;
}
#bpn-welcome > span ~ span {
  font-size: 16px;
  font-weight: 400;
}
/* ---------------------------- */
.bpn-svg {
  display: none;
}
.bpn-svg path,
.bpn-svg ellipse {
  cursor: pointer;
}
/* ---------------------------- */
.content {
  background-image: url('../media/fond.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #205cab;
}
/* ---------------------------- */
/* Scroll bar style             */
/*.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #35a8e0;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #35a8e0;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y:hover {
    background-color: #ffc107 !important;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x:hover {
    background-color: #ffc107 !important;
}*/
/* --------------- CARTE ------------- */
#bpn-bzh-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#bpn-bzh-container > img {
  width: 100%;
}
.bpn-porticon-container {
  display: inline-block;
  cursor: pointer;
}
.bpn-porticon-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-image: url('../media/icon_port.svg');
  background-size: 80px 80px;
  background-repeat: no-repeat;
  border-radius: 40px;
  box-shadow: 3px 3px 5px #000;
}
.bpn-porticon-base.lowdown {
  background-image: url('../media/icon_port_lowdown.svg');
}
.bpn-porticon-port {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  border-radius: 40px;
}
.bpn-brest,
.bpn-brest_1,
.bpn-brest_2,
.bpn-brest_3 {
  background-image: url('../media/icon_brest.svg');
}
.bpn-douarnenez {
  background-image: url('../media/icon_douarnenez.svg');
}
.bpn-concarneau {
  background-image: url('../media/icon_concarneau.svg');
}
.bpn-leguilvinec {
  background-image: url('../media/icon_leguilvinec.svg');
}
.bpn-lorient,
.bpn-lorient_1,
.bpn-lorient_2 {
  background-image: url('../media/icon_lorient.svg');
}
.bpn-stbrieuc {
  background-image: url('../media/icon_stbrieuc.svg');
}
.bpn-stmalo {
  background-image: url('../media/icon_stmalo.svg');
}
.bpn-porticon-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border-color: #fff;
  border-width: 0px;
  border-style: solid;
}
.bpn-porticon-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border-color: #fff;
  border-width: 0px;
  border-style: solid;
}
.bpn-porticon-label {
  position: relative;
  top: 0;
  left: 0;
  line-height: 80px;
  color: black;
  font-weight: normal;
  font-family: 'roboto', sans sherif;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .bpn-porticon-label {
    font-size: 22px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .bpn-porticon-label {
    font-size: 18px;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .bpn-porticon-label {
    font-size: 15px;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .bpn-porticon-label {
    font-size: 12px;
  }
}
/* ---------------------------- */
.bpn-appmap-btn {
  position: absolute;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .bpn-appmap-btn {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .bpn-appmap-btn {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .bpn-appmap-btn {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .bpn-appmap-btn {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}
#bpn-filterpartners-btn {
  top: 20px;
  left: 20px;
  background-image: url('../media/icon_adherents_liste.svg');
  background-color: transparent;
  border: 0;
}
#bpn-filterpartners-btn:hover {
  box-shadow: 0px 0px 10px #fff;
}
#bpn-backtomap-btn {
  top: 20px;
  left: 20px;
  background-image: url('../media/icon_back.svg');
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
}
#bpn-backtomap-btn:hover {
  background-image: url('../media/icon_back_hover.svg');
  box-shadow: 0px 0px 10px #fff;
}
#bpn-360-container {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
}
#bpn-360-container > iframe {
  border: 0;
}
/* ------------------------------------------------ */
#bpn-360open-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: white;
  border: 0;
  padding: 0;
  display: none;
  opacity: 0.7;
  width: auto;
}
#bpn-360open-btn:hover {
  opacity: 1;
}
#bpn-360open-btn > img {
  height: 100%;
  float: left;
}
#bpn-360open-btn > span {
  font-family: 'roboto', sans-serif;
  font-weight: normal;
  color: black;
  padding-left: 10px;
  float: left;
}
@media (min-width: 1200px) {
  #bpn-360open-btn {
    height: 80px;
    border-radius: 40px;
    margin-top: -40px;
    line-height: 80px;
    margin-left: -160px;
    padding-right: 40px;
    font-size: 22px;
  }
  #bpn-360open-btn > img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 4px solid white;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #bpn-360open-btn {
    height: 60px;
    border-radius: 30px;
    margin-top: -30px;
    line-height: 60px;
    margin-left: -120px;
    padding-right: 30px;
    font-size: 18px;
  }
  #bpn-360open-btn > img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 3px solid white;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #bpn-360open-btn {
    height: 40px;
    border-radius: 20px;
    margin-top: -20px;
    line-height: 40px;
    margin-left: -100px;
    padding-right: 20px;
    font-size: 15px;
  }
  #bpn-360open-btn > img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid white;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #bpn-360open-btn {
    height: 30px;
    border-radius: 15px;
    margin-top: -15px;
    line-height: 30px;
    margin-left: -75px;
    padding-right: 15px;
    font-size: 12px;
  }
  #bpn-360open-btn > img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid white;
  }
}
#bpn-360close-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: url('../media/icon_back.svg');
  border: 0;
  background-repeat: no-repeat;
}
#bpn-360close-btn:hover {
  box-shadow: 0px 0px 10px #fff;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
  #bpn-360close-btn {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #bpn-360close-btn {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #bpn-360close-btn {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #bpn-360close-btn {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}
/* --------------------------------- */
#bpn-photo-container {
  background-color: #205cab;
  overflow: hidden;
}
/* --------------------------------- */
.bpn-portinfo-box {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 120px;
  /*width : 27%;
    height : 25%; */
  font-family: 'roboto', sans-serif;
  opacity: 0.7;
}
.bpn-portinfo-box:hover {
  opacity: 1.0;
}
.bpn-infobox-content {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-width: 0 6px 20px 6px;
  border-style: solid;
  border-color: white;
  border-radius: 0 0 10px 10px;
  background-color: #35a8e0;
}
.bpn-infobox-header {
  position: absolute;
  top: -100px;
  height: 100px;
  padding-top: 60px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: 'roboto', sans-serif;
  font-weight: normal;
  color: white;
  border-radius: 10px 10px 0px 0px;
  border-width: 6px 6px 0px 6px;
  border-style: solid;
  border-color: white;
  background-color: #35a8e0;
  text-transform: uppercase;
}
.bpn-portinfo-box .bpn-porticon {
  position: absolute;
  top: -150px;
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 1200px) {
  .bpn-infobox-header {
    top: -80px;
    height: 80px;
    padding-top: 40px;
    font-size: 16px;
  }
  .bpn-portinfo-box {
    width: 500px;
    height: 270px;
  }
  .bpn-portinfo-box .bpn-porticon {
    top: -120px;
    height: 80px;
  }
  .bpn-infobox-content {
    padding: 10px;
    line-height: 14px;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bpn-infobox-header {
    top: -60px;
    height: 60px;
    padding-top: 30px;
    font-size: 14px;
  }
  .bpn-portinfo-box {
    width: 420px;
    height: 250px;
  }
  .bpn-portinfo-box .bpn-porticon {
    top: -90px;
    height: 60px;
  }
  .bpn-infobox-content {
    padding: 8px 6px 6px 5px;
    line-height: 13px;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bpn-infobox-header {
    top: -40px;
    height: 45px;
    padding-top: 20px;
    font-size: 12px;
  }
  .bpn-portinfo-box {
    width: 350px;
    height: 230px;
  }
  .bpn-portinfo-box .bpn-porticon {
    top: -60px;
    height: 40px;
  }
  .bpn-infobox-content {
    padding: 5px 4px 4px 2px;
    line-height: 12px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .bpn-infobox-header {
    top: -30px;
    height: 40px;
    padding-top: 15px;
    font-size: 12px;
  }
  .bpn-portinfo-box {
    left: 105px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .bpn-portinfo-box .bpn-porticon {
    top: -45px;
    height: 30px;
  }
  .bpn-infobox-content {
    padding: 10px 2px 2px 2px;
    line-height: 11px;
    font-size: 11px;
  }
}
.bpn-infobox-details {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.bpn-infoboxdetails-arrow {
  position: relative;
  width: 20px;
  height: 10px;
  background-color: white;
  background-image: url('../media/arrow_up.svg');
  background-repeat: no-repeat;
  background-position: 0px 2px;
  transition: transform 0.5s linear ;
  left: 50%;
  margin-left: -10px;
  cursor: pointer;
}
.bpn-infoboxdetails-arrow.down {
  transform: rotate(180deg);
  transform-origin: 10px 5px;
}
.bpn-infoboxdetails-next,
.bpn-infoboxdetails-prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 15px;
  height: 30px;
  opacity: 0.7;
  cursor: pointer;
  background-repeat: no-repeat;
  display: none;
}
.bpn-infoboxdetails-next {
  right: 0;
  background-image: url('../media/icon_arrows_right_circle.svg');
  border-radius: 15px 0px 0px 15px;
  margin-right: 4px;
}
.bpn-infoboxdetails-prev {
  left: 0;
  background-image: url('../media/icon_arrows_left_circle.svg');
  border-radius: 0 15px 15px 0;
  margin-left: 4px;
}
.bpn-infoboxdetails-prev:hover,
.bpn-infoboxdetails-next:hover {
  opacity: 1.0;
}
.bpn-infoboxdetails-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  color: #37474f;
}
.bpn-infobox-infra {
  padding: 2px 24px;
  display: none;
}
/* ---------------------------------------------------------- */
#bpn-360-infobox {
  position: fixed;
  left: 120px;
  bottom: 20px;
  display: none;
  width: 30%;
  height: 30%;
}
#bpn-360infobox-close {
  position: absolute;
  right: -20px;
  top: -20px;
  background-color: white;
  line-height: 30px;
  color: black;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
  z-index: 2;
}
#bpn-carousel-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: auto;
  display: none;
  cursor: pointer;
}
#bpn-carousel-container .photocontainer {
  position: relative;
  margin: 0 5px;
  float: left;
  overflow: hidden;
  border: 4px solid white;
}
#bpn-carousel-container .photominiature {
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 100%;
}
#bpn-carousel-container .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
#bpn-carousel-container .mask:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/*#bpn-carousel-container .photominiature {
    position : relative;
    left : 0;
    right : 0;
    background-color : white;
    width :100%;
    height :100%;
}*/
@media (min-width: 1200px) {
  #bpn-carousel-container {
    height: 90px;
  }
  #bpn-carousel-container .photocontainer {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #bpn-carousel-container .photocontainer {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #bpn-carousel-container .photocontainer {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  #bpn-carousel-container .photocontainer {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}
/* ---------------------------- */
.popover-content {
  color: black;
}
/*# sourceMappingURL=appmap.css.map */