html {
  display: block;
  color: text;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: hk_groteskmedium;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: left;
  background-color: #0C1E30;
}

body, input, textarea, select, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left;
}

address, article, aside, div, footer, header, hgroup, layer, main, nav, section {
  display: block;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}

h3 {
  font-size: 20px;
  color: #597898;
  text-transform: uppercase;
  line-height: 1.2;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

select {
  word-wrap: normal;
}

button, select {
  text-transform: none;
}

/* //////////HEADER///////////: */
header {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .brand {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 350px;
  text-align: center;
}

header .brand img {
  width: 150px;
  height: auto;
}

header .title {
  font-size: 24px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
  margin-left: 50px;
}

header .title span {
  color: #FAC02C;
}

/* /////////MAIN///////////// */
main.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.content .content-map {
  position: relative;
  z-index: 2;
  background-color: #f1f1f1;
  width: 100%;
  height: calc(100vh - 160px);
  border-radius: 0  50px 50px 0;
  -webkit-box-shadow: 6px 3px 10px rgba(5, 11, 17, 0.5);
          box-shadow: 6px 3px 10px rgba(5, 11, 17, 0.5);
  overflow: hidden;
}

main.content .content-nav {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 500px;
}

main.content .content-nav .refs {
  border-bottom: 1px solid #172B3E;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin: 50px 20px 0 20px;
}

main.content .content-nav .refs .n-entreprise {
  font-size: 34px;
  text-align: center;
  color: #FAC02C;
  font-weight: 800;
  padding-right: 20px;
}

main.content .content-nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  list-style: none;
  border-bottom: 2px solid #172B3E;
}

main.content .content-nav .nav .zoom {
  margin: 10px 20px;
}

main.content .content-nav .nav .nav-link {
  color: #FFFFFF;
  padding: 10px 5px 10px 20px;
  margin-right: 10px;
  border-radius: 0 50px 50px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

main.content .content-nav .nav .nav-link:hover {
  background-color: #FAC02C;
  color: #0C1E30;
  -webkit-transition: color .15s ease-in-out,background-color, .15s ease-in-out;
  transition: color .15s ease-in-out,background-color, .15s ease-in-out;
}

main.content .content-nav .nav .nav-link .badge {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 50rem;
  background-color: rgba(255, 255, 255, 0.5);
}

main.content .content-nav select {
  margin-left: 20px;
}

main.content .content-nav select.custom-select {
  display: inline-block;
  width: 90%;
  color: #495057;
  vertical-align: middle;
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1rem;
  background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

main.content .content-nav .nav-back {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}

main.content .content-nav .nav-back .btn-back {
  background-color: #23394F;
  font-size: 20px;
  color: #597898;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  -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;
  -webkit-box-shadow: 0 10px 10px #081420a1;
          box-shadow: 0 10px 10px #081420a1;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

main.content .content-nav .nav-back .btn-back:hover {
  color: #23394F;
  background-color: #597898;
  -webkit-box-shadow: 0 0 0 #081420a1;
          box-shadow: 0 0 0 #081420a1;
}

main.content .content-nav .nav-back .btn-back span {
  display: block;
}

/* //////////FOOTER/////////// */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

footer .logo-afep {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 350px;
  text-align: center;
}

footer .partenaires {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .partenaires span {
  padding: 5px 20px;
}
