img.french_map,
map area {
  outline: none;
}

.box_team h2 {
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
}

.box_team h3 {
  color: #fff;
  font-size: 18px;
}

.btn-etude {
  display: inline-block;
  background-color: rgb(194, 71, 71);
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-color: rgb(194, 71, 71);
  color: rgb(255, 255, 255);
  line-height: 20px;
  font-size: 12px;
  vertical-align: top;
  padding: 19px 20px !important;
  text-transform: uppercase;
  margin-top: 10px;
}

.btn-etude i {
  margin-right: 10px;
  font-size: 18px;
}

.box_team_result_member {
  display: flex;
}
.box_team_result_member_infos {
  width: 55%;
  padding-left: 20px;
}

.box_team_result_member_infos p {
  margin: 0px;
}

.box_team_result_member_link {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  width: 90%;
  margin: 20px auto;
}

.team_title h3 {
  margin-top: 10px;
  padding-left: 15px;
}

.team-infobox .team_info {
  padding-left: 30px;
}

.team-infobox .team_info h5 {
  color: #fff;
}

.box_team {
  margin: 0 auto;
  background: #255379 !important;
  color: #b9c8d5;
  padding: 10px;
}

#departement_mobile {
  display: none;
}

.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #333;
  opacity: 0.5;
  display: none;
}

/* Center the loader */
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #255379;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

#departement_mobile .departments-liste li {
  margin-left: 20px;
}

@media only screen and (max-width: 600px) {
  #french_map {
    display: none;
  }

  #departement_mobile {
    display: block;
  }

  #main_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #departement_mobile:nth-child(2) {
    order: 3;
  }

  #box-team:nth-child(3) {
    order: 2;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
  #french_map {
    margin: 0 auto;
    width: 655px;
  }

  .box_team {
    width: 490px;
  }
}

@media only screen and (min-width: 1201px) {
  #french_map {
    display: block;
    float: left;
    width: 655px;
    height: 706px;
  }

  .box_team {
    display: block;
    float: left;
    background: #255379 !important;
    color: #b9c8d5;
    width: 490px;
    padding: 10px;
  }
}

.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jqvmap-zoomin {
  top: 10px;
}
.jqvmap-zoomout {
  top: 30px;
}
.jqvmap-region {
  cursor: pointer;
}
.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}

.obf:hover {
  cursor: pointer;
}

.obf {
  position: relative;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  opacity: 1;
  color: inherit;
  padding: 0 12px;
  margin: 0px 5px;
}

.obf::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

iframe {
  min-height: 1170px;
}
