.single h1,
.single h2,
.single h3,
.single h4 {
	color: var(--e-global-color-primary);	
	font-weight:bold;
}
.single-content {
  width:100%;
}
.single-content h2{
  margin-bottom:2rem;
}

.city-title-bloc {
  padding-top:3rem;
}
.title-location,
.title-tax {
	color: var(--e-global-color-accent);
}
.title-location svg {
	width: 40px;
	vertical-align: middle;
	display:inline-block;
}

.title-tax {
	text-transform: uppercase;
	font-weight:bold;
	margin:0;
}


.grid-list-box {
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.grid-list-box.grid-list-3 {
  grid-template-columns: repeat(3,1fr);
}


.box {
 -webkit-transition: all .5s ease;
 -o-transition: all .5s ease;
 transition: all .5s ease;
}

.box.col {
	padding: 2rem;
}
.box.col.shadow {
  z-index:1;
}
.box .big {
	font-size:1.4rem;
}
.box .box-content{
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.box .big {
	color:var(--e-global-color-primary);
  font-weight: bold;
}
.bg-primary .big,
.bg-accent .big {
	color:#fff;
}

.box label {
	text-transform: uppercase;
	font-size:0.8rem;
}

.box-icon {
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.big-box-shadow .box-icon:nth-child(2n) {
      box-shadow: 0 10px 25px 0 rgba(0,0,0,0.1);
      z-index:1;
}


.box-icon i {
  /* width: 50px; */
  margin: 0 0.5rem 0.5rem 0;
  font-size: 36px;
  color:var(--e-global-color-primary);
}

.box-logo {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    padding: 50px;
    display: flex;
    align-content: center;
    align-items: center;
}
.bg-accent.box-icon i {
  color:#fff;
}
.tab .shadow-decalage-box {
	min-width:50%;
}


.introduction {
  font-size:1.2rem;
}
.tourisme-button {margin-top:1rem;}

.interest-point {
  margin-left: -30px;
  background: #fff;
  z-index: 1;
}
#nav-main-content {
  border-top:1px solid #dedede;
}
body hr {
  border:none;
  border-top:1px solid #dedede;
}

.row:nth-child(n+1) .bloc-text {position:relative;padding:5%;}




@media only screen and (min-width:768px ) {
  .main-content {
  margin:5rem auto;
}
  .main-content:nth-child(2n) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .main-content:nth-child(2n+1) .bloc-text-image:before {
    right:auto;
    left:0;
  }
  .bloc-text-image:before {
    content:"";
    z-index:-1;
    position:absolute;
    width:110%;
    right:0;
    top:0;
    height: 100%;
    background:#fff;
    -webkit-box-shadow: 52px 34px 128px rgb(0 0 0 / 12%);
    box-shadow: 52px 34px 128px rgb(0 0 0 / 12%);
  }
  .main-content:first-child .bloc-text-image:before {display:none;}

}





.slideto {
  min-height: 72px;
  padding:15px;
  border:1px solid #efefef;
  margin-top:10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.slideto:hover,.slideto.active {
  box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
}
.slideto h3{
  flex:1 1 auto;
  margin:0;
}
.slideto > * {pointer-events:none;}

#nav-specialities .col{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/*MAP*/
.map-single {
  padding-bottom: 33%;
  position: relative;
  height: 100%; 
  min-height: 300px;
}
.map-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
}
.gm-style-iw-d img {
    max-width: 30%;
    float: left;
    margin-right: 20px;
}
.gm-style h3 {
  color:var(--e-global-color-primary);
  font-size:16px;
  font-weight:bold;
}
.gm-style .gm-style-iw-c {
  padding: 24px;
  box-shadow: 0 2px 50px 1px rgb(0 0 0 / 15%);
  max-width: 300px;
}
.gm-style .gm-style-iw-c p {
  color:var(--e-global-color-text);
}
.gm-svpc img{
  max-width: inherit;
}

#nav-specialities + #nav-videos {
  margin-top:-6rem;
}

.grid-videos {
    padding: 0;
    list-style: none outside;
    clear: both;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2,1fr);
    border: none;
    width:100%;
}
.grid-videos .embed-container:first-child {
  grid-column: 1 / 3;
}
.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.table {
    width: max-content;
    min-width: 100%;
    background: #fff;
    overflow: hidden;
}
.table h3 {margin:0;}
.table-header {
    background: var(--e-global-color-primary);
    color: #fff;
    font-weight: bold;
}

.title-line > a{
  padding:0.5rem;
  text-align:left;
       -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items:flex-start;

}
.table-header, .line {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    flex: 1 1 auto;
    /* width: fit-content; */
    min-width: 100%;
    justify-content: stretch;
}
.big-line {width:100%;}
.big-line:nth-child(2n) {
  
    box-shadow: 0 2px 50px 1px rgb(0 0 0 / 5%);
}
.line {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.line > *:first-child {
  padding-left:1rem;
}

.line:hover {
  box-shadow: 0 2px 50px 1px rgb(0 0 0 / 5%);
}

.table-header > *, .line > * {
    padding:0.5rem;
    width: 100%;
}

.line > .condition_label {
  text-transform: uppercase;
}
.table-header > .condition_label,
.line > .condition_label {
    text-align: left;
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    /* justify-content: start; */
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: start;
}
.condition_label h2 {color:#fff;}
.column-table {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-self: stretch;
    min-width: 100px;
    border-right: 1px solid #efefef;
}
.column-table:last-child {
  border-right:none;
}

.table-overflow {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-box-shadow: 5px 10px 30px rgb(0 0 0 / 12%);
    box-shadow: 5px 10px 30px rgb(0 0 0 / 12%);
    margin-bottom: 1.5rem;
}
.conversion {
    font-weight: bold;
    color:var(--e-global-color-accent);
}

@media only screen and (max-width:1024px ) {
    .radius-left {
      border-radius: 0 0 50px 50px;
    }

    .grid-list-box{
        grid-template-columns: repeat(2,1fr);
    }
    .big-box-shadow .box-icon:nth-child(2n) {box-shadow:none;z-index: 0}
    .big-box-shadow .box-icon:nth-child(-n+3),
    .big-box-shadow .box-icon:nth-child(3n) {
          box-shadow: 0 10px 25px 0 rgba(0,0,0,0.1);
          z-index:1;
    }
}
@media only screen and (max-width:768px ) {
  #nav-specialities .col {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
  .padding-mobile {
    padding:3rem 3rem 0 3rem;
  }
      .table {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .table-header>div, .line>div {
        font-size: 0.8rem;
    }
    .table.reverse-mobile {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .reverse-mobile .mois {
        color:var(--e-global-color-text);
    }
    .reverse-mobile .table-header {background: transparent;}
    .reverse-mobile .activite_label {
        min-width: auto;
        background: var(--e-global-color-primary);
        color: #fff;
        padding-left: 0.5rem !important;
    }
    .reverse-mobile .table-header > .activite_label {color:transparent;}

    .reverse-mobile .table-header,.reverse-mobile .line {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom:none;
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
                -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .reverse-mobile .table-header > div,.reverse-mobile .line > div {
         width:auto;
         height: 100%;
         border-top:1px solid var(--e-global-color-primary);
    }
    .activite_label {
        text-align: center;
    }
    #nav-interest-point .row {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .interest-point {
        margin:0;
    }
    .row.maxwidth .bloc-image {
      width: 100%;
  }
    .city-title-bloc  .col {
        padding:1.5rem 3rem;
    }
    .box-icon {
              -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .box-logo {
      margin: 3rem auto 0;
      padding: 0;
      box-shadow: none;
      height: auto;
  }
  #nav-title-bloc {text-align: center;}
}

@media only screen and (max-width: 512px) {


}
@media only screen and (max-width:400px ) {
      .grid-list-box{
        grid-template-columns: repeat(1,1fr);
    }
    .col,.ajaxsearch .align-right {
        width: 100%;
    }
}

