@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%;
  padding: 0 0 3rem 0;
  color: #fa9e19;
  font-size: 2.5rem;
  text-align: center; }
.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;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #276595; }
.agencies-title {
  width: 15%;
  margin-right: .5rem; }
  @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 {
    width: 100%;
    padding: .5rem;
    border: 0;
    color: #4f5d68 !important;
    background: white; }
.agencies-list {
  display: none; }

.cms_bloc_module .agencies-list {
  overflow: hidden;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: 52.4rem;
  margin: 3rem auto 0;
  font-size: 0;
  line-height: 1.2;
  gap: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #fa9e19 #215781;
  scrollbar-gutter: stable; }
  .cms_bloc_module .agencies-list li {
    display: flex;
    flex: 0 1 calc(25% - 1rem);
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    padding: 1rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    background-color: #b2cae1;
    gap: 0.6rem; }
    @media screen and (max-width: 1024px) {
      .cms_bloc_module .agencies-list li {
        flex: 0 1 calc(33.33% - 1rem); } }
    @media screen and (max-width: 600px) {
      .cms_bloc_module .agencies-list li {
        flex: 0 1 calc(50% - 1rem); } }
    @media screen and (max-width: 400px) {
      .cms_bloc_module .agencies-list li {
        flex: 1; } }
.cms_bloc_module .agencies-agencyName {
  width: 100%;
  margin: 0 0 0.6rem 0;
  color: #2c73a9;
  font-size: 1.6rem;
  font-weight: bold; }
.cms_bloc_module .agencies-agencyUrl a, .cms_bloc_module .agencies-agencyContactUrl a {
  display: block;
  padding: 0.8rem 1.2rem;
  border-radius: 0.4rem;
  color: #ffffff !important;
  font-size: 1.5rem;
  font-weight: bold !important;
  line-height: 1;
  text-decoration: none !important;
  background-color: #2c73a9;
  transition: background 0.4s ease, color 0.4s ease; }
  .cms_bloc_module .agencies-agencyUrl a:hover, .cms_bloc_module .agencies-agencyContactUrl a:hover {
    color: #215781 !important;
    background-color: #fa9e19; }

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

#francemap {
  z-index: 5;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 60.2rem;
  margin: 0px auto;
  background: #215781; }
  @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 {
    z-index: 10;
    position: absolute;
    bottom: 6rem;
    left: 50%;
    color: black;
    font-size: 1.1rem;
    font-weight: bold; }
    @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;
  width: 100%;
  height: 55rem; }

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

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

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

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