

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(0, 0, 0, .7);
}

.map {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 0px;
  border-radius: 5px;
  background-color: #fff;
}

.link_modal {
  position: relative;
  left: 27px;
  top: -32px;
  display: block;
  width: 23px;
  height: 23px;
  margin-top: 0px;
  padding-top: 5px;
  padding-right: 0px;
  float: right;
  clear: left;
  background-image: url('../images/croix.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}



.fond_modal {
  height: 186px;
  padding: 20px 20px 20px 30px;
  float: none;
  background-image: url('../images/fond_map.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  font-family: 'Gothamrounded book', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  text-align: left;
}




.news_1 {
  padding-top: 30px;
}

.news_1_picto {
  width: 120px;
  margin-left: 10px;
  padding-left: 0px;
  float: left;
}

.news_1_txt {
  width: 330px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 20px;
  float: left;
  clear: none;
}

.news_1_titre {
  color: #008542;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
	text-align: left;
}
.news_2_titre {
  color: #000;
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
	text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

html.w-mod-js *[data-ix="app-modal"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="apparition"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="app2"] {
  opacity: 0;
}

@media (max-width: 991px) {


}

@media (max-width: 767px) {

  .modal-wrapper {
    padding-top: 20px;
  }

  .link_modal {
    position: static;
  }
  .txt_29 {
    font-size: 25px;
  }
  .news_1_picto {
    margin-left: 0px;
  }
  .news_1_titre {
    float: none;
  }
	
.map {
  display: block;
  width: auto;
	margin-top:50px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 10px 0px;
  border-radius: 5px;
  background-color: #fff;
}
	.news_1_txt {
  width: 320px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  clear: none;
}
}

@media (max-width: 479px) {

  .link_modal {
    margin-top: 0px;
    padding-top: 0px;
    float: right;
    clear: none;
  }
  .fond_modal {
    height: auto;
    padding-left: 20px;
    background-position: 100% 100%;
    background-size: cover;
    font-size: 15px;
    line-height: 22px;
  }

  .news_1_txt {
    width: auto;
    padding-left: 10px;
    float: none;
  }
  .news_1_titre {
    float: none;
    clear: left;
    font-size: 18px;
    text-align: left;
  }
}

@font-face {
  font-family: 'Gothamrounded book';
  src: url('../fonts/GothamRounded-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamrounded medium';
  src: url('../fonts/GothamRounded-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamrnd light';
  src: url('../fonts/GothamRnd-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}