.service-location hr {
    margin-top: 25px !important;
}
.service-location hr {
    margin-bottom: 25px;
    border-top: 2px solid #f68428;
}

.service-location h4{
    margin-top: 25px!important;
}

.service-location h5{
    font-size:25px;
	font-weight:300;
}

.service-location .point-location{
    padding:20px 25px;
	border:2px solid #f7d8bf;
	background-color:#f9f9f9;
}

.service-location button.dernier{
    margin-top:60px!important;
}

.service-location .point-location button{
    font-size:16px!important;
	margin-bottom:20px;
}

.service-location .italique{
    padding-top:0px;
	padding-bottom:0px;
}

.intro-service-location{
	padding-bottom:15px!important;
	padding-top:40px!important;
}

.google-map {
    margin-top: 50px !important;
    margin-bottom: 80px !important;
}

.info-contact {
    padding-top: 80px !important;
	margin-bottom:80px!important;
}
.lang{
  margin-left: 10px;
  display: inline;
}

/* -------------------------------- MODIFS 24 AOUT 2021 ------------------------------------------ */
.row.top-r{
  background: #F75839;
  padding: 0 0 10px 0;
  position: relative;
  z-index: 99999;
}
#mainNav {
    background-color: #EFEAD5 !important;
    padding-top: 50px !important;
    padding-bottom: 15px !important;
}

.logo-sticky {
    width: 100px;
}
.logo-normal {
    width: 100%;
    max-width: 180px;
}
body #navbarResponsive {
    margin-top: 0 !important;
}

#mainNav .navbar-nav .nav-item a.nav-link{
  color: #262626;
  padding: 4px 8px !important;
  border: 1px solid transparent;
  border-radius: 5px;
  margin: 0 10px;
}
#mainNav .navbar-nav .nav-item a.nav-link:hover{
  color: #F75839;
  border: 1px solid #F75839;
}
#mainNav .navbar-nav .nav-item {
}
#mainNav .navbar-nav .nav-item.active a.nav-link {
    border: 1px solid #F75839;
    color: #F75839 !important;
}
#mainNav.navbar-shrink {
    padding-top: 20px !important;
}
#mainNav.navbar-shrink #navbarResponsive {
    margin-top: 0px !important;
}
.bg-montagne{
  background: url(/img/bg-montagne.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  border-bottom: 7px solid #f3f3f3;
}
.team-section {
    padding: 40px 0 60px 0 !important;
}
.button a:hover{
  text-decoration: none !important;
}
.service {
    padding: 100px !important;
}
.mb-30{
  margin-bottom:30px;
  width: 100%;
}
th{
  font-size: 16px !important;
  font-weight: 500;
  background: #EFEAD5;
  color:#262626;
}
tr:nth-child(even) {
    background-color: #f9f9f9 !important;
}
/* -------------------------------- //MODIFS 24 AOUT 2021 ------------------------------------------ */

@media only screen
and (min-width : 200px)
and (max-width : 767px) {

	.google-map{
		margin-top: 70px !important;
		margin-bottom: 110px !important;
	}
}


@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
	.google-map{
		margin-top: 70px !important;
		margin-bottom: 110px !important;
	}

	.info-contact{
		padding-top: 30px!important;
	}
}

/*------modif mai 2023----------*/
td svg {width: 10px;}
@media only screen and (min-width: 992px){

.wrapTest{display: flex;flex-direction: column-reverse;}
span.wrapTest span {display: flex;justify-content: flex-end;}

}

.google-map iframe { background-color: #f6f6f6; }

.cookie-text * + h2 { margin-top: 30px; }
.cookie-text * + h3 { margin-top: 15px; }

/** cookie */
details summary { cursor: pointer; list-style-type: none; }
.cookie-consent { position: fixed; z-index: 101; left: 20px; bottom: 20px; max-width: 426px; padding: 20px; background-color: #fff; text-align: left; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; box-sizing: border-box; }
	.cookie-consent h4 { margin-bottom: 10px; font-size: 16px; line-height: 1.3; }
	.cookie-consent p { font-size: 14px!important; line-height: 1.3; font-weight: 300; }

	.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }

	.cmplz-categories { margin: 15px 0; font-size: 14px; }
	.cmplz-category { background-color: #fbfbfb; }
	.cmplz-category summary { padding: 5px 10px; background-color: #f5f5f5; }
	.cmplz-category + .cmplz-category { margin-top: 5px; }
	.cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-gap: 10px; align-items: center; }
	.cmplz-category input[type="checkbox"] { top: 0; }
	#cmplz-functional-optin { display: none; }
	.cmplz-icon { display: grid; place-items: center; transition: all 0.2s linear; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
	.cmplz-category[open] .cmplz-icon.cmplz-open { transform: rotate(180deg); }

	.cmplz-description { padding: 5px 10px; line-height: 1.2; }
	.cookie-consent { font-size: 14px; }

	.cookie-consent .actions { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 10px; margin-top: 15px; }
	.cookie-consent button { display: inline-block; min-width: inherit; padding: 10px 15px; border-radius: 200px; background: #f75839; line-height: 1.2; text-align: center; color: #fff; font-size: 14px; border: 1px solid #f75839; }
	.cookie-consent button:hover, .cookie-consent button:focus { background-color: #000; border-color: #000; }
	.cookie-consent button.-alt { background-color: #f9f9f9; border-color: #ddd; color: #000; }
	.cookie-consent button.-alt:hover, .cookie-consent button.-alt:focus { background-color: #f2f2f2; }
	.cookie-consent .policy { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 15px; margin: 10px 0 0; fz text-align: center; }
	.cookie-consent .policy a { flex: 0 0 auto; text-decoration: underline; color: #000; }
	.cookie-consent .policy a:hover, .cookie-consent .policy a:focus { opacity: 0.5; }

.cookie-bt { position: fixed; z-index: 10; left: 20px; bottom: -20px; padding: 10px 20px; background-color: #fff; color: #000; border: 2px solid #000; font-weight: bold; border-radius: 12px 12px 0 0; font-size: 14px; line-height: 1.2; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; box-sizing: border-box; transition: bottom 0.2s linear; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.cookie-bt:hover, .cookie-bt:focus { bottom: 0; background-color: #fff; color: #000; }

.cky-cookie-audit-table { margin-bottom: 30px; font-size: 12px; }
	.cky-cookie-audit-table thead { background-color: #000; color: #fff; }
	.cky-cookie-audit-table td, .cky-cookie-audit-table th { padding: 5px 10px; border: 1px solid #ddd; }
	.cky-cookie-audit-table tr:nth-child(even) { background-color: #f6f6f6; }

@media screen and (max-width: 456px) {
	.cookie-consent { right: 20px; }
	.cookie-consent .actions { grid-template-columns: 1fr; row-gap: 10px; }
	.cookie-consent .policy a { flex-basis: 100%; }
}