@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.ttf?xbzbro') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Work Sans', sans-serif;
  color: #3D6079;
}

nav {
  width: 100%;
  height: 71px;
}

nav .row .col-9 {
  z-index: 9999;
  padding: 0.9rem 20px;
}

nav.fixed-top .row .col-3 {
  z-index: 9999;
  padding: 1.1rem 20px;
}

h1 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #5D7F98;
}

h2{
  font-size: 1.25rem;
  font-weight: 400;
  color: #5D7F98;
}
h3 {
  color: #fbffff;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0 10px;
  text-shadow: 0 0 2px black;
}

#recherche_rayon .row .col-9 h3 {
  text-shadow: none;
  margin: 0;
  color: #3D6079;
}
h4 {
  color: #fbffff;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-left: 10px;
  margin-bottom: 0;
  text-shadow: 0 0 2px black;
}

p {
  font-weight: 300;
}

#logo {
  padding: 0.9rem 0;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-size: 1.75rem;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-recherche, .icon-recherche:hover, .icon-recherche:focus, .icon-recherche:visited {
  font-size: 1.25rem;
  color: #fbffff;
}

.img_nav_1, .img_nav_2, .img_nav_3 {
  position: absolute;
  -webkit-filter: drop-shadow(0 5px 15px rgba(14, 78, 92, .15));
  filter: drop-shadow(0 5px 15px rgba(14, 78, 92, .15));
  margin: 0;
}

.img_nav_2 {
  top: 0.3125rem;
}

.img_nav_3 {
  top: 0.5rem;
}

#bottom_button {
  position: fixed;
  bottom: 85px;
  transition: all .3s ease;
}

#middle_button {
  top: 50%;
  margin-top: -25px;
  padding: 9px 0 10px 0;
  position: fixed;
}

#list_button {
  font-size: 1.3rem;
  transition: all .3 ease -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
#close_button{
  font-size: 1.7rem;
}
#map_button {
  font-size: 1.6rem;
  transition: all .3 ease -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.detail_button{
  height: 100%;
  z-index: 999;
}

.round_button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(#5D7F98, #3D6079);
  box-shadow: 3px 3px 15px rgba(14, 78, 92, 0.4);
  z-index: 9992;
  border: none;
}

.icon-button, .icon-button:hover, .icon-button:focus, .icon-button:visited {
  color: #fbffff;
}

.round_white_button, .round_white_button:hover, .round_white_button:focus, .round_white_button:visited {
  background: linear-gradient(#fbffff, #f5fdff);
  color: #3D6079;
}

.bottom_button_moved {
  bottom: 180px !important;
}

.btn{
  padding: .1875rem .75rem;
}
.btn:focus{
  box-shadow: none;
}
.btn-light, .btn-light:hover, .btn-light:focus, .btn-light:visited {
  background: linear-gradient(#fbffff, #f5fdff);
  border: none;
  border-radius: 50px;
  box-shadow: 3px 3px 15px rgba(14, 78, 92, 0.4);
  margin-top: 10px;
  margin-right: 20px;
  font-size: .9375rem;
  color: #5D7F98
}

.btn-link {
  text-shadow: 0 0 2px black;
  padding: 5px 0;
  color: #fbffff;
}

.btn-group .btn{
  color: #5D7F98
}
/* .btn-link:first-child {
  padding-top: 20px;
} */

#info_fontaine_1, #info_fontaine_2 {
  z-index: 9994;
}

.card {
  border: none;
  border-radius: 0;
}

.card-body {
  padding: 0;
  width: auto;
  -webkit-filter: drop-shadow(0 -5px 15px rgba(14, 78, 92, .15));
  filter: drop-shadow(0 -5px 15px rgba(14, 78, 92, .15));
  mask-image: url(../img/mask_detail.svg);
  -webkit-mask-image: url(../img/mask_detail.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  height: 170px;
  transition: all 0.3s ease !important;
}

.card-body::after, .list-item::after {
  background: linear-gradient(rgba(93, 128, 153, 0.5) 30%, rgba(93, 128, 153, 0));
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
}

.list-item, .modal-list-item{
  mask-image: url(../img/mask_list.svg);
  -webkit-mask-image: url(../img/mask_list.svg);
  margin-top: -14px;
}

.list-item.last {
  mask-image: url(../img/mask_detail.svg);
  -webkit-mask-image: url(../img/mask_detail.svg);
  margin-bottom: 50px;
}
.balade{
  height: 200px;
}

.card-background, .list-background {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.card-body.container-fluid .row {
  z-index: 9993;
}

.invisible {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.container-fluid {
  padding: 0;
}

nav .container-fluid {
  position: absolute;
}

.row {
  margin: 0;
}

.col {
  padding-left: 20px;
  padding-right: 20px;
}

.col-9 {
  padding: 0 20px;
}

.col-3 {
  padding: 0;
  text-align: center;
}

/* .col-3 button{
  padding-right: 8px;
} */
#recherche_rayon {
  margin-top: 50px;
  background: linear-gradient(#fbffff, #f5fdff);
}

#recherche_rayon .row {
  height: 60px;
}

#rayon_slider {
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  background: #11ccb6;
  width: 100%;
}

#rayon_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #11ccb6;
  border-radius: 50%;
  border: none;
}

#rayon_slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #11ccb6;
  border-radius: 50%;
  border: none;
}

.modal {
  z-index: 1;
  outline: none;
}

.modal-dialog {
  margin: 55px 0;
}

.modal-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: none;
}

div.modal-content {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.modal_button{
  position: absolute;
  bottom: 20px;
  z-index: 9998;
}
.modal-title{
  height: 220px;
}
.modal-header {
  padding: 0;
  height: 220px;
}
.modal-header .close {
  margin: 20px 0 0 0;
  padding: 0;
}
.close, .close:hover, .close:focus, .close:visited, .close:not(:disabled):not(.disabled):hover {
  font-family: 'icomoon';
  position: absolute;
  color: white;
  text-shadow: 0 0 2px black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

.modal-backdrop {
  background: none;
  pointer-events: none;
}
.modal-footer{
  padding: 0;
  border: none;
}
.modal-footer:last-child .modal-list-item{
  mask-image: url(../img/mask_detail.svg);
  -webkit-mask-image: url(../img/mask_detail.svg);
}
.nav_bottom {
  width: 100%;
  height: 60px;
  background: linear-gradient(#FBFFFF, #F5FDFF);
  box-shadow: 0 -5px 15px rgba(14, 78, 92, 0.1);
}

.nav-link, .nav-link:hover, .nav-link:focus, .nav-link:visited {
  font-size: 0.625rem;
  color: #97b3b3;
  padding: 0;
}

/* .nav-link:first-child {
  margin-left: -10px;
}

.nav-link:last-child {
  margin-right: -10px;
} */
.active, .active:hover, .active:focus, .active:visited {
  color: #5D7F98;
}
/* .favoris, .favoris:hover, .favoris:focus, .favoris:visited{
  color: #11ccb6
} */
#tab_choice{
  top: 50px;
  position: fixed;
  z-index: 1;
}
#tab_choice .row{
  height: 78px;
  mask-image: url(../img/mask_tab.svg);
  -webkit-mask-image: url(../img/mask_tab.svg);
  mask-size: contain;
  -webkit-mask-size: cover;
  background: linear-gradient(#fbffff 33%, #f5fdff);
}
.btn-group{
  width: 100%;
  z-index: 0;
}
.btn-group .btn.active{
    background: linear-gradient(#5D7F98 33%, #3D6079);
    color: #fbffff;
}
#FAVORIS{
  padding-top: 128px;
}
#AUTRES{

}
#PARAMETRES, #EAU_VERTUES{
  margin-top: 115px;
  margin-bottom: 60px;
}
.row.title{
  background: linear-gradient(#b6fff6 50%, #8ef1e5);
  font-weight: 400;
  border: none;
  padding: 12px 20px;
}
#PARAMETRES .row .col-9{
  padding: 12px 20px;
}
#PARAMETRES .row .col-3 {
  padding: 16px 20px 8px 20px;
}

/* .btn-table, .btn-table:hover, .btn-table:focus, .btn-table:visited{
  width: 100%;
  text-align: left !important;
  padding: 0;
  color: #5D7F98;
} */

.icon-next, .icon-next:hover, .icon-next:focus, .icon-next:visited {
  font-size: 1.2rem;
  margin-top: 3px;
}

.info_application {
  width: 50%;
  margin: auto;
  text-align: center;
  color: #5D7F98;
}
.info_application img{
  width: 100px;
  height: auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider_round {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #97b3b3;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider_round:before {
  position: absolute;
  border-radius: 50%;
  content: "";
  height: 16px;
  width: 16px;
  top: 2px;
  left: 2px;
  background-color: #97b3b3;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider_round {
  border: 2px solid #5D7F98;
}
input:checked + .slider_round:before {
  background: #5D7F98;
}
input:focus + .slider_round {
  box-shadow: 0 0 1px #5D7F98;
}

input:checked + .slider_round:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
#EAU_VERTUES img{
  height: 220px;
  object-fit: cover;
  width: 100%;
}
.text_wrap{
  padding: 20px;
}
.text_wrap .btn {
  margin: 0 auto;
}
.tab_content{
  display: none;
}
.icon-temps{
  font-size: 1.5rem;
}
.col-4{
  font-size: .8rem;
  padding: 0.5rem 0;
  margin-bottom: 16px;
}
.col-4:nth-child(2){
  border-left: 1px solid #30516A;
  border-right: 1px solid #30516A;
}
