@font-face {
  font-family: "itc_avant_garde_std_mdbold";
  src: url("fonts/itcavantgardestd-bold-webfont.woff2") format("woff2"), url("fonts/itcavantgardestd-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "itc_avant_garde_gothic_stdemi";
  src: url("fonts/itcavantgardestd-demi-webfont.woff2") format("woff2"), url("fonts/itcavantgardestd-demi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "salesforce_sansregular";
  src: url("fonts/salesforcesans-regular-webfont.woff2") format("woff2"), url("fonts/salesforcesans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?7auvtg");
  src: url("fonts/icomoon.eot?7auvtg#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?7auvtg") format("woff2"), url("fonts/icomoon.ttf?7auvtg") format("truetype"), url("fonts/icomoon.woff?7auvtg") format("woff"), url("fonts/icomoon.svg?7auvtg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=bb_icon-], [class*=" bb_icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bb_icon-clear_all:before {
  content: "\e900";
}

.bb_icon-close:before {
  content: "\e901";
}

.bb_icon-earth:before {
  content: "\e902";
}

.bb_icon-location_on:before {
  content: "\e903";
}

.bb_icon-question_mark:before {
  content: "\e904";
}

.bb_icon-arrow_drop_down:before {
  content: "\e905";
}

.bb_icon-arrow_drop_up:before {
  content: "\e906";
}

.bb_icon-arrow_right:before {
  content: "\e907";
}

.bb_icon-arrow_left:before {
  content: "\e908";
}

.bb_icon-call:before {
  content: "\e909";
}

#bb_zone_map_interactive {
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 105px);
  overflow: hidden;
  position: relative;
  background: #42D1FF;
  font-family: "salesforce_sansregular";
}
#bb_zone_map_interactive p {
  font-family: "salesforce_sansregular";
}

.bb_fond {
  width: 100%;
  height: 100%;
  background: #42D1FF url(img/fond.svg) no-repeat center center;
  background-size: cover;
  opacity: 0.35;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  #bb_zone_map_interactive {
    height: calc(100vh - 85px);
  }
}
.admin-bar #bb_zone_map_interactive {
  height: calc(100vh - 105px - 32px);
}
@media screen and (max-width: 1024px) {
  .admin-bar #bb_zone_map_interactive {
    height: calc(100vh - 85px - 32px);
  }
}
@media screen and (max-width: 782px) {
  .admin-bar #bb_zone_map_interactive {
    height: calc(100vh - 85px - 46px);
  }
}

#bb_chargement_map_interactive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.5s ease;
  transition: opacity 0.2s 0.5s ease;
}
#bb_chargement_map_interactive img {
  height: auto;
}
#bb_chargement_map_interactive .bb_surtitre {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #133B6A;
  margin: 24px 0 0 0;
}
#bb_chargement_map_interactive .bb_titre {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1062CC;
  font-family: "itc_avant_garde_std_mdbold";
  margin: 32px 24px 24px 24px;
}
#bb_chargement_map_interactive .bb_logo_cci {
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#bb_chargement_map_interactive .bb_logo_cci img {
  max-width: calc(50% - 20px);
}

#bb_conteneur_barre_chargement {
  width: 320px;
  max-width: 90%;
  margin: auto;
  height: 4px;
  border-radius: 2px;
  background-color: #E1F2FE;
  margin-bottom: 32px;
}

#bb_barre_chargement {
  width: 0%;
  height: 4px;
  border-radius: 2px;
  background-color: #032D60;
}

.bb_page_demi_charge #bb_barre_chargement {
  width: 75%;
  -webkit-transition: width 5s linear;
  transition: width 5s linear;
}

.bb_page_charge #bb_chargement_map_interactive {
  opacity: 0;
  pointer-events: none;
}
.bb_page_charge #bb_barre_chargement {
  width: 100%;
  -webkit-transition: width 0.5s linear;
  transition: width 0.5s linear;
}

#bb_points_zone {
  opacity: 1;
}

#bb_points_departements {
  pointer-events: none;
}

.bb_carte_entiere #bb_points_zone {
  pointer-events: none;
}
.bb_carte_entiere #bb_points_departements {
  pointer-events: all;
}

#bb_conteneur_carte {
  width: 100%;
  height: 100%;
  position: absolute;
}

#bb_carte {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: move;
}
#bb_carte img {
  pointer-events: none;
  display: block;
  position: absolute;
}

.bb_anim #bb_carte {
  -webkit-transition: width 0.2s ease, height 0.2s ease, margin-left 0.2s ease, margin-top 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, margin-left 0.2s ease, margin-top 0.2s ease;
  pointer-events: none;
}
.bb_anim #bb_carre {
  -webkit-transition: width 0.2s ease, height 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease;
}

.bb_map {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bb_map_zoom {
  opacity: 0;
}

.bb_carte_entiere .bb_map_zoom {
  opacity: 1;
}
.bb_carte_entiere .bb_point {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.bb_carte_entiere .bb_gros_point {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

#bb_carre {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bb_points {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "itc_avant_garde_gothic_stdemi";
}

.bb_gros_point {
  width: 75px;
  height: 75px;
  border-radius: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 75px;
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: #032D60;
}

.bb_gros_point_no {
  left: 26%;
  top: 32%;
}

.bb_gros_point_ne {
  left: 80%;
  top: 36%;
}

.bb_gros_point_so {
  left: 31%;
  top: 64%;
}

.bb_gros_point_se {
  left: 77%;
  top: 71%;
}

.bb_gros_point_idf {
  left: 55.08%;
  top: 32.67%;
}

.bb_point {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.bb_point:after {
  content: "";
  display: block;
  background-color: #133B6A;
  position: absolute;
  border-radius: 24px;
  width: 48px;
  height: 48px;
  top: -8px;
  left: -8px;
  z-index: -1;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.bb_point:before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  border-radius: 34px;
  width: 64px;
  height: 64px;
  top: -16px;
  left: -16px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.bb_point.bb_actif:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bb_point.bb_actif:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bb_point01 {
  left: 74.61%;
  top: 56.18%;
}

.bb_point02 {
  left: 62.28%;
  top: 21.8%;
}

.bb_point03 {
  left: 61.25%;
  top: 52.76%;
}

.bb_point04 {
  left: 82.23%;
  top: 77.17%;
}

.bb_point05 {
  left: 78.74%;
  top: 70.92%;
}

.bb_point06 {
  left: 88.55%;
  top: 77.81%;
}

.bb_point07 {
  left: 69.65%;
  top: 70.48%;
}

.bb_point08 {
  left: 68.77%;
  top: 20.39%;
}

.bb_point09 {
  left: 46.66%;
  top: 90.58%;
}

.bb_point10 {
  left: 66.04%;
  top: 34.94%;
}

.bb_point11 {
  left: 54.71%;
  top: 86.45%;
}

.bb_point12 {
  left: 55.49%;
  top: 75.54%;
}

.bb_point13 {
  left: 76.49%;
  top: 84.2%;
}

.bb_point14 {
  left: 37.08%;
  top: 25.56%;
}

.bb_point15 {
  left: 54.71%;
  top: 69.31%;
}

.bb_point16 {
  left: 38.6%;
  top: 62.16%;
}

.bb_point17 {
  left: 29.96%;
  top: 57.2%;
}

.bb_point18 {
  left: 54.81%;
  top: 47.39%;
}

.bb_point19 {
  left: 50.32%;
  top: 65.89%;
}

.bb_point21 {
  left: 72.63%;
  top: 44.21%;
}

.bb_point22 {
  left: 18.58%;
  top: 34.35%;
}

.bb_point23 {
  left: 50.98%;
  top: 56.79%;
}

.bb_point24 {
  left: 42.33%;
  top: 67.11%;
}

.bb_point25 {
  left: 83.81%;
  top: 48.8%;
}

.bb_point26 {
  left: 74.19%;
  top: 69.65%;
}

.bb_point27 {
  left: 44.07%;
  top: 27.1%;
}

.bb_point28 {
  left: 48.63%;
  top: 33.74%;
}

.bb_point29 {
  left: 5.44%;
  top: 35.57%;
}

.bb_point30 {
  left: 68.68%;
  top: 82.23%;
}

.bb_point31 {
  left: 48.75%;
  top: 84.11%;
}

.bb_point32 {
  left: 41.09%;
  top: 83.03%;
}

.bb_point33 {
  left: 33.15%;
  top: 69.8%;
}

.bb_point34 {
  left: 67.07%;
  top: 85.08%;
}

.bb_point35 {
  left: 26.93%;
  top: 36.06%;
}

.bb_point36 {
  left: 48.75%;
  top: 47.97%;
}

.bb_point37 {
  left: 42.31%;
  top: 44.6%;
}

.bb_point38 {
  left: 78.37%;
  top: 68.04%;
}

.bb_point39 {
  left: 76.78%;
  top: 51.25%;
}

.bb_point40 {
  left: 33.28%;
  top: 79.42%;
}

.bb_point41 {
  left: 46.66%;
  top: 40.94%;
}

.bb_point42 {
  left: 69.31%;
  top: 64.23%;
}

.bb_point43 {
  left: 63.57%;
  top: 68.46%;
}

.bb_point44 {
  left: 27.1%;
  top: 44.85%;
}

.bb_point45 {
  left: 52.78%;
  top: 37.82%;
}

.bb_point46 {
  left: 48.85%;
  top: 72.41%;
}

.bb_point47 {
  left: 39.16%;
  top: 75.66%;
}

.bb_point48 {
  left: 61.35%;
  top: 73.07%;
}

.bb_point49 {
  left: 34.55%;
  top: 42.94%;
}

.bb_point50 {
  left: 30.81%;
  top: 25.85%;
}

.bb_point51 {
  left: 70.73%;
  top: 29.27%;
}

.bb_point52 {
  left: 73.02%;
  top: 36.5%;
}

.bb_point53 {
  left: 32.89%;
  top: 36.5%;
}

.bb_point54 {
  left: 78.05%;
  top: 32.25%;
}

.bb_point55 {
  left: 76.39%;
  top: 26.64%;
}

.bb_point56 {
  left: 21.31%;
  top: 38.6%;
}

.bb_point57 {
  left: 83.67%;
  top: 25.56%;
}

.bb_point58 {
  left: 59.89%;
  top: 48.22%;
}

.bb_point59 {
  left: 59.06%;
  top: 13.5%;
}

.bb_point60 {
  left: 52.27%;
  top: 23.17%;
}

.bb_point61 {
  left: 38.18%;
  top: 32.23%;
}

.bb_point62 {
  left: 52.73%;
  top: 11.06%;
}

.bb_point63 {
  left: 59.25%;
  top: 58.23%;
}

.bb_point64 {
  left: 35.08%;
  top: 83.54%;
}

.bb_point65 {
  left: 37.43%;
  top: 85.52%;
}

.bb_point66 {
  left: 57.64%;
  top: 93.33%;
}

.bb_point67 {
  left: 93.41%;
  top: 31.23%;
}

.bb_point68 {
  left: 90.06%;
  top: 37.33%;
}

.bb_point69 {
  left: 71.56%;
  top: 60.6%;
}

.bb_point70 {
  left: 78.93%;
  top: 43.8%;
}

.bb_point71 {
  left: 70.58%;
  top: 52.76%;
}

.bb_point72 {
  left: 39.53%;
  top: 37.92%;
}

.bb_point73 {
  left: 85.72%;
  top: 62.62%;
}

.bb_point74 {
  left: 80.66%;
  top: 59.03%;
}

.bb_point75 {
  left: 55.08%;
  top: 32.67%;
}

.bb_point76 {
  left: 45.34%;
  top: 24.15%;
}

.bb_point77 {
  left: 59.08%;
  top: 33.4%;
}

.bb_point78 {
  left: 51.08%;
  top: 31.4%;
}

.bb_point79 {
  left: 34.84%;
  top: 54.76%;
}

.bb_point80 {
  left: 53.37%;
  top: 18.53%;
}

.bb_point81 {
  left: 53.34%;
  top: 79.91%;
}

.bb_point82 {
  left: 46.29%;
  top: 75.51%;
}

.bb_point83 {
  left: 83.25%;
  top: 84.79%;
}

.bb_point84 {
  left: 75.66%;
  top: 77.93%;
}

.bb_point85 {
  left: 25.61%;
  top: 52.27%;
}

.bb_point86 {
  left: 40.31%;
  top: 52.56%;
}

.bb_point87 {
  left: 46.8%;
  top: 60.57%;
}

.bb_point88 {
  left: 82.01%;
  top: 35.64%;
}

.bb_point89 {
  left: 62.48%;
  top: 39.97%;
}

.bb_point90 {
  left: 88.23%;
  top: 42.09%;
}

.bb_point91 {
  left: 55.08%;
  top: 36%;
}

.bb_point92 {
  left: 52.7%;
  top: 33.5%;
}

.bb_point93 {
  left: 57%;
  top: 31%;
}

.bb_point94 {
  left: 56.8%;
  top: 34.2%;
}

.bb_point95 {
  left: 57%;
  top: 27.1%;
}

.bb_point2A {
  left: 90.92%;
  top: 91.58%;
}

.bb_point2B {
  left: 93.58%;
  top: 81.71%;
}

#bb_bandeau_gauche {
  background: #ffffff;
  position: absolute;
  width: 340px;
  height: 100%;
  -webkit-transform: translateX(-95%);
          transform: translateX(-95%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#bb_bandeau_gauche .bb_ligne_titre {
  margin-bottom: 24px;
  padding: 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#bb_bandeau_gauche .bb_ligne_titre .bb_titre {
  color: #1062CC;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  font-family: "itc_avant_garde_std_mdbold";
}
#bb_bandeau_gauche .bb_ligne_titre .bb_tag_saison {
  margin-bottom: 4px;
}
#bb_bandeau_gauche .bb_contenu_bandeau_gauche {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

#bb_poigne_bandeau_gauche {
  width: 48px;
  height: 48px;
  background-color: #1062CC;
  border-radius: 0 10px 10px 0;
  position: absolute;
  right: -48px;
  top: 24px;
  cursor: pointer;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#bb_poigne_bandeau_gauche:hover {
  background-color: #133B6A;
}
#bb_poigne_bandeau_gauche .bb_icon-clear_all {
  display: block;
}
#bb_poigne_bandeau_gauche .bb_icon-close {
  display: none;
}

.bb_bandeau_gauche_ouvert #bb_bandeau_gauche {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.bb_bandeau_gauche_ouvert #bb_poigne_bandeau_gauche .bb_icon-clear_all {
  display: none;
}
.bb_bandeau_gauche_ouvert #bb_poigne_bandeau_gauche .bb_icon-close {
  display: block;
}

.bb_scrollbar {
  scrollbar-color: #E1F2FE transparent;
  scrollbar-width: thin;
}
.bb_scrollbar::-webkit-scrollbar {
  width: 8px;
}
.bb_scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.bb_scrollbar::-webkit-scrollbar-thumb {
  background: #E1F2FE;
}

.bb_liste_entreprises {
  color: #133B6A;
}

.bb_nom_region {
  font-family: "itc_avant_garde_gothic_stdemi";
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
}

.bb_region:first-child > .bb_titre_accordeon:first-child span {
  border-top: 1px solid #E1F2FE;
}

.bb_titre_accordeon {
  cursor: pointer;
}
.bb_titre_accordeon span {
  position: relative;
}
.bb_titre_accordeon span:after {
  content: "\e905";
  position: absolute;
  font-family: "icomoon";
  right: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
}

.bb_open > .bb_titre_accordeon span:after {
  content: "\e906";
}

.bb_titre_accordeon {
  padding: 0 48px;
}
.bb_titre_accordeon span {
  display: block;
  padding: 16px 32px 16px 0;
  border-bottom: 1px solid #E1F2FE;
}

.bb_entreprise {
  padding: 0 48px;
}
.bb_entreprise > div {
  display: block;
  padding: 16px 24px 16px 0;
  border-bottom: 1px solid #E1F2FE;
}
.bb_entreprise > div .bb_nom_entreprise {
  margin: 0 0 8px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #133B6A;
}
.bb_entreprise > div .bb_adresse_entreprise {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #032D60;
}
.bb_entreprise > div .bb_adresse_entreprise i {
  margin-right: 8px;
}

.bb_departements {
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  overflow: hidden;
}

.bb_nom_departement {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "itc_avant_garde_gothic_stdemi";
}

.bb_entreprises {
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  overflow: hidden;
}

.bb_entreprise {
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.bb_entreprise.bb_current {
  background-color: #E1F2FE;
}

#bb_bandeau_droite {
  background: #ffffff;
  position: absolute;
  right: 0;
  width: 324px;
  height: 100%;
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#bb_bandeau_droite .bb_ligne_titre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin: 24px 0 16px 0;
}
#bb_bandeau_droite .bb_ligne_titre .bb_titre {
  color: #1062CC;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: "itc_avant_garde_std_mdbold";
}
#bb_bandeau_droite .bb_sous-titre {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1062CC;
  margin: 24px 0 8px 0;
  font-family: "itc_avant_garde_gothic_stdemi";
}
#bb_bandeau_droite p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #032D60;
  margin: 0 0 24px 0;
}
#bb_bandeau_droite .bb_liens_entreprises {
  padding: 24px 0 0 0;
}
#bb_bandeau_droite .bb_liens_entreprises p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px 0;
}
#bb_bandeau_droite .bb_liens_entreprises .bb_icon {
  margin-right: 16px;
}
#bb_bandeau_droite .bb_liens_entreprises a {
  text-decoration: none;
  color: #032D60;
}
#bb_bandeau_droite .bb_liens_entreprises a:hover {
  text-decoration: underline;
}
#bb_bandeau_droite .bb_contenu_bandeau_droite {
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#bb_bandeau_droite .bb_contenu_bandeau_droite:not(.bb_active) {
  display: none;
}

.bb_bandeau_droite_ouvert #bb_bandeau_droite {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#bb_poigne_bandeau_droite {
  font-family: "itc_avant_garde_gothic_stdemi";
  width: 48px;
  height: 48px;
  border-radius: 10px 0 0 10px;
  position: absolute;
  left: -48px;
  top: calc(50% - 24px);
  cursor: pointer;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  background-color: #1062CC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#bb_poigne_bandeau_droite span {
  display: none;
  line-height: 16px;
}
#bb_poigne_bandeau_droite:hover {
  background-color: #133B6A;
}

.bb_logo_saleforce {
  display: block;
  margin: auto;
  margin-bottom: 28px;
}

.bb_zone_sans_bouton {
  overflow: auto;
  height: calc(100% - 96px);
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bb_logos_partenaires {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.bb_logos_partenaires div {
  text-align: center;
}
.bb_logos_partenaires div:first-child {
  max-width: 45%;
}
.bb_logos_partenaires div:last-child {
  max-width: 55%;
}
.bb_logos_partenaires div img {
  max-width: 100%;
  height: auto;
}
.bb_logos_partenaires div .bb_logo_bpi {
  margin-top: 10px;
}

.bb_image_entreprise {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.bb_trophee_entreprise {
  position: relative;
  width: 100%;
}
.bb_trophee_entreprise img {
  position: absolute;
  top: -30px;
  right: -14px;
}

.bb_separation {
  background-color: #E1F2FE;
  width: 100%;
  height: 1px;
}

.bb_zone_bouton {
  padding: 24px;
}

.bb_bouton {
  width: 100%;
  height: 48px;
  background-color: #1062CC;
  font-family: "itc_avant_garde_gothic_stdemi";
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.5s ease;
  transition: background 0.2s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, background 0.2s ease;
  transition: transform 0.5s ease, background 0.2s ease, -webkit-transform 0.5s ease;
}
.bb_bouton:hover {
  color: #ffffff;
  background-color: #133B6A;
  text-decoration: none;
}
.bb_bouton:visited {
  color: #ffffff;
}

@media screen and (max-width: 820px) {
  #bb_bandeau_gauche {
    width: calc(100% - 48px);
    left: 24px;
    top: 48px;
    border-radius: 10px 10px 0 0;
    padding-top: 48px;
    height: calc(100% - 48px);
    -webkit-transform: translateY(calc(100% - 48px));
            transform: translateY(calc(100% - 48px));
  }
  #bb_bandeau_gauche .bb_ligne_titre {
    padding: 0 24px;
  }
  .bb_titre_accordeon, .bb_entreprise {
    padding: 0 24px;
  }
  #bb_bandeau_droite {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(calc(100% - 48px));
            transform: translateY(calc(100% - 48px));
    visibility: hidden;
    width: calc(100% - 48px);
    left: 24px;
    top: 96px;
    border-radius: 0;
    padding-top: 24px;
    height: calc(100% - 48px);
  }
  #bb_poigne_bandeau_gauche {
    border-radius: 10px;
    right: calc(50% - 24px);
    top: -24px;
  }
  #bb_poigne_bandeau_droite {
    left: 10px;
    top: -15px;
    width: 200px;
    height: auto;
    background-color: transparent;
    color: #1062CC;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #bb_poigne_bandeau_droite i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #bb_poigne_bandeau_droite span {
    display: block;
  }
  #bb_poigne_bandeau_droite:hover {
    background-color: transparent;
    color: #032D60;
  }
  .bb_zone_sans_bouton {
    height: calc(100% - 96px - 48px);
  }
  .bb_bandeau_gauche_ouvert #bb_bandeau_gauche {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .bb_bandeau_gauche_ouvert #bb_bandeau_droite {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .bb_bandeau_gauche_ouvert.bb_bandeau_droite_ouvert #bb_bandeau_droite {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}
@media screen and (max-width: 370px) {
  #bb_bandeau_gauche .bb_ligne_titre .bb_titre {
    font-size: 28px;
    line-height: 36px;
  }
}
#bb_tuto_map_interactive {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #42D1FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.bb_contenu_tuto {
  background-color: #ffffff;
  width: 544px;
  max-width: calc(100% - 48px);
  margin: auto;
  position: relative;
  border-radius: 10px;
  padding: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  max-height: calc(100% - 48px);
  overflow: auto;
}
.bb_contenu_tuto .bb_titre {
  font-family: "itc_avant_garde_std_mdbold";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1062CC;
  margin: 0 auto 16px auto;
  font-weight: 700;
  max-width: 310px;
}
.bb_contenu_tuto p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #032D60;
}
.bb_contenu_tuto .bb_image_tuto {
  margin: 16px 0 32px 0;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.bb_contenu_tuto .bb_bouton {
  width: 268px;
  max-width: 100%;
  margin: auto;
}

.ecran_tactile .texte_non_tactile {
  display: none;
}

.ecran_non_tactile .texte_tactile {
  display: none;
}

.bb_tuto_ferme #bb_tuto_map_interactive {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  .bb_contenu_tuto {
    max-width: calc(100% - 24px);
    padding: 24px;
  }
  .bb_contenu_tuto .bb_image_tuto {
    margin: 0 0 16px 0;
  }
}
#bb_ouvrir_tuto {
  position: absolute;
  width: 48px;
  height: 48px;
  right: 24px;
  top: 24px;
  border-radius: 10px;
  background-color: #1062CC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.5s ease;
  transition: background 0.2s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, background 0.2s ease;
  transition: transform 0.5s ease, background 0.2s ease, -webkit-transform 0.5s ease;
  color: #ffffff;
}
#bb_ouvrir_tuto:hover {
  background-color: #133B6A;
}

@media screen and (min-width: 821px) {
  .bb_bandeau_droite_ouvert #bb_ouvrir_tuto {
    -webkit-transform: translateX(-324px);
            transform: translateX(-324px);
  }
}
@media screen and (max-width: 820px) {
  .bb_bandeau_gauche_ouvert #bb_ouvrir_tuto {
    display: none;
  }
}
#bb_switch_saison {
  position: absolute;
  height: 48px;
  right: 96px;
  top: 24px;
  border-radius: 10px;
  background-color: #1062CC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

#bb_switch_saison_before {
  content: " ";
  display: block;
  position: absolute;
  border-radius: 8px;
  width: 71px;
  height: 42px;
  top: 3px;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

@media screen and (min-width: 821px) {
  .bb_bandeau_droite_ouvert #bb_switch_saison {
    -webkit-transform: translateX(-324px);
            transform: translateX(-324px);
  }
}
@media screen and (max-width: 820px) {
  .bb_bandeau_gauche_ouvert #bb_switch_saison {
    display: none;
  }
}
@media screen and (min-width: 821px) and (max-width: 1000px) {
  .bb_bandeau_droite_ouvert.bb_bandeau_gauche_ouvert #bb_switch_saison {
    right: 50%;
    top: 94px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.bb_switch_saison_date {
  border-radius: 8px;
  width: 71px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  margin: 3px;
  color: #ffffff;
  position: relative;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bb_switch_saison_date.active {
  opacity: 1;
  pointer-events: none;
}

.bb_page_charge .bb_affiche_saison {
  display: none;
}

.bb_affiche_saison.active {
  display: block;
}

.bb_tag_saison {
  border-radius: 30px;
  color: #FFF;
  font-size: 10px;
  font-family: "itc_avant_garde_gothic_stdemi";
  line-height: 25px;
  padding: 0 10px;
  white-space: nowrap;
  margin-top: 4px;
}

.bb_tag_impact {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bb_tag_impact span {
  color: #1062CC;
  font-family: "itc_avant_garde_gothic_stdemi";
  font-size: 11px;
  line-height: 23px;
  padding: 0 7px;
  background: #eeeeee;
  border-radius: 4px;
  white-space: nowrap;
  display: inline-block;
}