@charset "UTF-8";
h2.Titre_H2 {
  font-family: "gotham_boldregular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  margin: .3em 0 .6em;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.15;
  overflow: initial; }

h3.Titre_H3 {
  line-height: 1.2em;
  color: #fa9e19;
  font-size: 3rem;
  margin: .4em 0;
  font-weight: normal;
  overflow: initial; }

h4.Titre_H4 {
  line-height: 1.2em;
  color: #2c73a9;
  font-size: 2.4rem;
  margin: .4em 0;
  font-weight: normal;
  overflow: initial; }

h5.Titre_H5 {
  text-transform: uppercase;
  line-height: 1.2em;
  color: #fa9e19;
  font-size: 1.8rem;
  margin: .4em 0;
  font-weight: 600;
  overflow: initial; }

strong.accroche {
  font-size: 2rem;
  font-weight: normal;
  color: #2c73a9; }

strong.accroche2 {
  font-size: 2rem;
  font-weight: normal; }

span.surTitre {
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: .5rem 1rem .45rem;
  font-family: "gotham_mediumregular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #fa9e19;
  background: white; }

span.surTitre2 {
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: .5rem 1rem .45rem;
  font-family: "gotham_mediumregular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #fa9e19;
  border: 0.1rem solid #fa9e19; }

strong.mise_en_avant_1 {
  font-weight: bold;
  color: #2c73a9; }

strong.mise_en_avant_2 {
  font-weight: bold;
  color: #fa9e19; }

span.legende {
  font-size: 1.4rem;
  font-style: italic; }

blockquote.citation {
  margin: 1em 0;
  padding: .4em 1em;
  border-left: 0.4rem solid #2c73a9;
  background: rgba(0, 0, 0, 0.04);
  overflow: hidden; }

span.bouton_1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  padding: 1.4rem 3rem;
  background: #faa223;
  display: inline-block;
  text-transform: uppercase;
  transition: background .2s linear;
  border-radius: .5rem; }

.agencies-wrapper {
  display: flex; }
  @media screen and (max-width: 1024px) {
    .agencies-wrapper {
      flex-direction: column; } }
.agencies-mainTitle {
  position: relative;
  width: 100%;
  color: #fa9e19;
  font-size: 2.5rem;
  text-align: center;
  padding: 0 0 3rem 0; }
.agencies-france {
  width: 45%; }
  @media screen and (max-width: 1024px) {
    .agencies-france {
      width: 100%; } }
.agencies-map {
  width: 55%; }
  @media screen and (max-width: 1024px) {
    .agencies-map {
      width: 100%;
      margin-top: 2rem; } }
.agencies-searchWrapper {
  display: flex;
  padding: 1rem;
  background: #276595;
  justify-content: center;
  align-items: center; }
.agencies-title {
  margin-right: .5rem;
  width: 15%; }
  @media screen and (max-width: 1024px) {
    .agencies-title {
      width: 50%; } }
.agencies-search {
  width: 85%; }
  @media screen and (max-width: 1024px) {
    .agencies-search {
      width: 50%; } }
  .agencies-search input {
    border: 0;
    padding: .5rem;
    background: white;
    width: 100%;
    color: #4f5d68 !important; }

#nameOfRegion {
  position: absolute;
  z-index: 10;
  color: white;
  background: #2c73a9;
  padding: .8rem;
  font-size: 1rem;
  text-transform: uppercase;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: .3s ease; }

#francemap {
  z-index: 5;
  position: relative;
  max-width: 100%;
  margin: 0px auto;
  overflow: hidden;
  height: 60.2rem;
  width: 100%;
  background: #215781;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1024px) {
    #francemap {
      display: flex;
      justify-content: center;
      height: 40rem; } }
  #francemap svg {
    width: 35rem;
    height: 46rem; }
    @media screen and (max-width: 1024px) {
      #francemap svg {
        width: 25rem;
        height: 34rem; } }
  #francemap g {
    -webkit-transform: scale(0.65);
            transform: scale(0.65); }
    @media screen and (max-width: 1024px) {
      #francemap g {
        -webkit-transform: scale(0.46);
                transform: scale(0.46); } }
  #francemap path {
    position: relative;
    transition: .3s ease; }
    #francemap path:hover {
      fill: #db8405; }
  #francemap .extraTitle {
    position: absolute;
    z-index: 10;
    color: black;
    font-size: 1.1rem;
    font-weight: bold;
    bottom: 6rem;
    left: 50%; }
    @media screen and (max-width: 1024px) {
      #francemap .extraTitle {
        bottom: 3rem; } }
  #francemap .guadeloupe {
    margin-left: -2rem; }
  #francemap .martinique {
    margin-left: -11rem; }
    @media screen and (max-width: 1024px) {
      #francemap .martinique {
        margin-left: -8.5rem; } }
  #francemap .laReunion {
    margin-left: 8rem; }
    @media screen and (max-width: 1024px) {
      #francemap .laReunion {
        margin-left: 5rem; } }

#mapAgency {
  position: relative;
  height: 55rem;
  width: 100%; }

.infoWindow_titre {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem; }

.infoWindow_text {
  color: black;
  font-size: 1.2rem; }

.link-container {
  position: relative;
  margin-bottom: 1rem; }
  .link-container .link-map {
    font-size: 1.2rem;
    transition: .3s ease;
    text-transform: uppercase;
    padding: .3rem .8rem;
    margin-right: .5rem;
    text-decoration: none !important;
    background: #2c73a9;
    color: white !important; }
    .link-container .link-map:hover {
      background: #fa9e19; }

.btns-container {
  display: flex;
  margin-bottom: 1rem; }
  .btns-container .btns-maps {
    background: #fa9e19;
    color: white;
    padding: 1rem 2rem;
    margin-right: .5rem;
    cursor: pointer;
    transition: .3s ease; }
    .btns-container .btns-maps:hover {
      background: white;
      color: #fa9e19; }