.elementor-3473 .elementor-element.elementor-element-533727ee > .elementor-element-populated{border-style:none;}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active,
					 .elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-3473 .elementor-element.elementor-element-2ee2c2f > .elementor-widget-container{border-style:none;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tab-title, .elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tab-title:before, .elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tab-title:after, .elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tab-content, .elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tabs-content-wrapper{border-width:0px;}.elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tab-desktop-title.elementor-active{background-color:#FFFFFF;}.elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tabs-content-wrapper{background-color:#FFFFFF;}.elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tab-title, .elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tab-title a{color:#7C7C7C;}.elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tab-title.elementor-active,
					 .elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tab-title.elementor-active a{color:var( --e-global-color-astglobalcolor1 );}.elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tab-title{font-family:"Lato", Sans-serif;font-weight:bold;text-transform:none;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tab-content{color:#636262;font-family:"Lato", Sans-serif;font-size:16px;font-weight:400;line-height:1.3em;text-shadow:0px 0px 0px rgba(0,0,0,0.3);}@media(max-width:1024px){.elementor-widget-tabs .elementor-tab-content{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-tabs .elementor-tab-content{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-3473 .elementor-element.elementor-element-2ee2c2f .elementor-tab-content{font-size:12px;}}/* Start custom CSS for tabs, class: .elementor-element-2ee2c2f */#contenu-cartes img {
  margin: 20px 0;
}

#contenu-smartphone {
  display: none;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
  border-bottom: 1px solid;
  border-color: #ccc;
  height: 50px;
}

.elementor-3473 .elementor-element.elementor-element-2ee2c2f > .elementor-widget-container {
  box-shadow: none;
}

.elementor-widget-tabs .elementor-tab-content {
  display: none;
  padding: 0;
}

.infos-ville {
  box-shadow: 1px 5px 10px gray;
  padding: 20px;
  margin: 10px 10px 20px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 50ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  box-shadow: 1px 10px 20px gray;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 # margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 1s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 150%;
}

.popup p {
    margin: 0;
}

.popup hr {
  color: #b7b7b7;
  opacity: 1;
  margin: 10px 0 !important;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

@media screen and (max-width: 650px) {
  #contenu-cartes {
    display: none;
  }

  #contenu-smartphone {
    display: block;
  }

}/* End custom CSS */