/* ########################################## CSS COMMON 2 ################################################# */
/* BLOC PUB HOME */
.content-bloc-advertising {
  margin-bottom: 100px;
  padding: 15px;
  background: #fff;
  width: 100%;
}
@media (min-width: 640px) {
  .content-bloc-advertising {
    background: rgba(255 255 255 / 80%);
  }
}
.promote {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}
.promote > div {
  position: relative;
  margin: 10px 0px;
}
.promote a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 8px 0px 0px 16px;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.45);
}
.promote a:hover,
.promote a:focus,
.promote a:visited {
  color: #fff;
}
.promote div > label {
  position: absolute;
  bottom: 8px;
  left: 16px;
  padding: 8px;
  color: #fff;
  background-color: #fe5101;
  font-size: 12px;
  border-radius: 8px;
}
.promote img {
  width: 100%;
  border-radius: 8px;
}
@media (min-width: 640px) {
  .promote {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 980px;
  }
  .promote img {
    width: 230px;
  }
}
.kbtn {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: inherit;
  position: relative;
  border: none;
  background: none;
  outline: none;
  width: auto;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1), margin 0s, padding 0s, outline 0s, outline-offset 0s;
}
.kbtn.kbtn-primary {
  padding: 0 16px 0 0;
  border-radius: 8px;
}
.kbtn.kbtn-primary.__square {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  padding: 0;
}
.kbtn.kbtn-primary.__square.__overlay {
	background: rgba(255, 255, 255, 0.5);
}
.kbtn.kbtn-primary.__square.__small {
  width: 32px;
  height: 32px;
}
.kbtn.kbtn-primary.__square svg {
  margin: 0;
  vertical-align: middle;
}
.kbtn.kbtn-primary.__center {
  padding: 0 16px;
}
.kbtn.kbtn-primary.__map {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 100%, #fff),
    url("/images/map-bg.svg") no-repeat no-repeat right top/120% !important;
  transition: none;
}
.kbtn.kbtn-primary.__shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.kbtn.kbtn-primary.__aside {
  font-weight: 600;
  padding: 0;
  justify-content: flex-start;
  box-shadow: none !important;
}
.kbtn.kbtn-primary.__aside .picto {
  font-size: 32px;
  margin: 0 8px;
}
.kbtn.kbtn-primary.__bookmark {
  height: auto;
  font-weight: 500;
  padding: 16px;
  justify-content: flex-start;
  border: 1px solid #c1c1c1;
  color: #333 !important;
}
.kbtn.kbtn-primary.__bookmark .microlegend {
	font-size: 10px;
}
.kbtn.kbtn-primary svg {
  margin: 0 4px 0 12px;
}
.kbtn.kbtn-collapse {
	width: 100%;
	justify-content: space-between;
	padding: 0px 24px;
	text-transform: uppercase;
}
.kbtn.kbtn-action {
  font-weight: normal;
  text-decoration: underline;
  height: 24px;
  padding: 0 !important;
}
.kbtn.kbtn-action:hover {
  text-decoration: none;
}
.kbtn.kbtn-action.__alt {
  color: #333;
}
.kbtn.kbtn-action.__inline {
  display: inline-flex;
  vertical-align: middle;
}
.kbtn.kbtn-action svg {
  margin: 0 4px 0 0;
}
.kbtn.kbtn-action.__right svg {
  margin: 0 0 0 4px;
}
.kbtn.__small {
  height: 32px;
}
.kbtn.__right {
  padding: 0 0 0 16px;
}
.kbtn.__right svg {
  margin: 0 12px 0 4px;
}
.kbtn.kbtn-primary .icon-box svg {
  margin: 0;
}
.kbtn.__loading {
  justify-content: center;
  color: transparent !important;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.kbtn.__loading .loading-dots {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.kbtn.kbtn-primary.__fill.__loading .loading-dots > span {
  background: #fff;
}
.kbtn:disabled,
.kbtn.__disabled {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.6;
}

/** diaporama Home **/
.slick { display: none; }
.slick.slick-initialized { display: block; }
.slick.slick-initialized.fa-center { display: flex; }

.content-bloc-slick {
  background-color: white;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide li {
  position: relative;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  max-width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick {
  max-width: 1220px;
  margin: auto;
  padding: 0;
  list-style: none;
}
.slick a {
  display: block;
}
.slick img.img-xs {
  display: none;
}
.slick--unset li + li {
  display: none;
}
.slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f1f2f6;
  border-radius: 16px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
  font-size: 0;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.slick-dots li.slick-active button {
  background-color: #fff !important;
  border: 1px solid #333 !important;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #333 !important;
  border: 1px solid #333 !important;
}
.link-slick {
  font-size: 19px;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  height: auto;
  width: auto;
  background: transparent;
  bottom: 65px;
  left: 140px;
}
@media (max-width: 1200px) and (min-width: 640px) {
  .link-slick {
    bottom: 25px;
    left: 10%;
  }
}
.link-slick:hover,
.link-slick:focus {
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .link-slick {
    font-size: 14px;
    bottom: 50px;
    left: 7%;
  }
  .slick img {
    margin: auto;
  }
  .slick img.img-md {
    display: none;
  }

  .slick img.img-xs {
    display: block;
  }

  .slick--unset img {
    padding: 0 40px;
  }

  .slick-slide {
    margin: 0 10px;
  }
}
a#breadcrumbBackBtn {
  display: inline-block;
}
a#breadcrumbBackBtn svg {
  vertical-align: middle;
}

/**  PICTO OPTION TOOLTIP BLOC RESULT **/
.info-supp .pictoInfo .pictoOption .btnTooltip {
  position: relative;
  z-index: 105;
  width: 26px;
  height: 26px;
  line-height: 24px;
  vertical-align: middle;
}
.info-supp .pictoInfo .pictoOption svg.icon-info {
  margin-right: 0;
}
.info-supp .pictoInfo label {
  font-weight: normal;
  margin-bottom: 0;
  line-height: normal;
}
/************************* DS NEW WAIT *************************/
#wait .container-bloc {
  width: 100%;
  max-width: 360px;
  margin: 250px auto auto;
  border-radius: 8px;
  padding: 32px 16px 40px;
  overflow: hidden;
}
#wait .overlay {
  z-index: -1;
}

/** PERF + **/
.perf-plus {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: help;
  z-index: 105;
}
.perf-plus > span {
  font: normal 500 16px Quicksand, sans-serif;
  color: #50e1c3;
}
.perf-plus img {
  width: 68px;
  max-width: 100%;
}
.perf-plus ~ .k-tooltip a {
  color: #fff;
  text-decoration: underline;
}
.perf-plus ~ .k-tooltip a:hover,
.perf-plus ~ .k-tooltip a:focus  {
  text-decoration: none;
}
#perf-plus img {
  width: 160px;
}
#perf-plus a {
  text-decoration: underline;
}
#perf-plus a:hover, #perf-plus a:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  #perf-plus input {
    min-width: 300px;
  }
}

.noEvents {
  pointer-events: none;
}
/** FIN PERF + **/
/** ANCV **/
.container-payment {
  position: relative;
  padding: 16px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
}
.container-payment img {
  width: 48px;
  height: auto;
  max-width: 100%;
}
.container-payment label.checkbox.__field {
  border: none;
  padding: 0 0 0 32px;
  margin-left: -16px;
}

.ancv a {
  color: #333;
  text-decoration: underline;
}

.ancv a:hover {
  color: #333;
  text-decoration: none;
}

.ancv img {
  width: auto;
  height: 30px;
}
.ancv .container-relative:has(.tab-switcher) .pills {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%) rotate(-22deg);
}
.ancv .grid {
  position: relative;
  display: grid;
  grid-template: repeat(6, auto) / repeat(2, min-content) max-content auto;
  row-gap: 16px;
  align-items: center;
  z-index: 0;
}
.ancv .grid .grid-cell-span {
  position: relative;
  grid-column: 1;
  grid-row: 2 / 6;
  align-self: stretch;
}
.ancv .grid .grid-cell-1 {
  grid-row: 1 / 3;
}
.ancv .grid .grid-cell-2 {
  grid-row: 3 / 5;
}
.ancv .grid .grid-cell-3 {
  grid-row: 5 / 7;
}
.ancv .grid .grid-cell-span .step-line {
  position: absolute;
  left: 16px;
  transform: translateX(-50%);
  z-index: -1;
}
.ancv .grid img {
  width: 60px;
}

@media (min-width: 768px) {
  .ancv .grid {
    grid-auto-flow: column;
    grid-template: repeat(2, min-content) max-content auto / repeat(6, 1fr);
    column-gap: 16px;
    row-gap: 0;
    justify-items: center;
    align-items: start;
    text-align: center;
  }
  .ancv .grid .grid-cell-span {
    grid-column: 2 / 6;
    grid-row: 1;
    justify-self: stretch;
  }
  .ancv .grid .grid-cell-1 {
    grid-column: 1 / 3;
    grid-row: auto;
  }
  .ancv .grid .grid-cell-2 {
    grid-column: 3 / 5;
    grid-row: auto;
  }
  .ancv .grid .grid-cell-3 {
    grid-column: 5 / 7;
    grid-row: auto;
  }
  .ancv .grid .grid-cell-span .step-line {
    top: 16px;
    left: auto;
    transform: translateY(-50%);
  }
  .ancv .grid img {
    width: auto;
    height: 120px;
  }
}
/** FIN ANCV **/

.drawerBtnFixed > div {
	column-gap: 16px;
}
.drawerBtnFixed .overlay {
	z-index: 110;
}
.drawerBtnFixed.drawer-btn .dropdown {
    top: 0px;
    transform: translateY(-100%);
}
.drawerBtnFixed.drawer-btn .dropdown.__active {
    animation: fade-in-top 300ms cubic-bezier(0.21, 0.61, 0.35, 1);
}

.formRegistration {
	padding: 16px;
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.formRegistration label {
	font-weight: normal;
}
.black-link {
	color: #333;
	text-decoration: underline;
}
.black-link:hover {
	color: #333;
}

/** CARREFOUR SURVEY **/
.survey-container p,
.survey-container span {
	font-size: 14px;
}
.survey-container p.__bigger {
	font-size: 16px;
}
.survey-container .text-error {
	color: #c22901;
}
.survey-container .text-success {
	color: #06b14f;
}
.survey-container hr {
	max-width: 234px;
}
.survey-container .pop-in__wrapper {
	overflow: hidden;
}
.rating-container {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-items: center;
  row-gap: 16px;
}
.rating-container .rating-item:nth-child(-n + 5) {
  position: relative;
  left: 50%;
}
.rating-container .rating-item:nth-child(n + 6) {
  grid-row: 2;
}
.rating-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  color: white;
  outline: 2px solid;
  outline-offset: 4px;
  transition: outline 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.rating-item.__low {
	background: #c22901;
}
.rating-item.__low:hover {
	outline-color: #c22901;
}
.rating-item.__medium {
	background: #fcd003;
}
.rating-item.__medium:hover {
	outline-color: #fcd003;
}
.rating-item.__high {
	background: #06b14f;
}
.rating-item.__high:hover {
	outline-color: #06b14f;
}

@media (min-width: 768px) {
	.survey-container p,
	.survey-container span {
		font-size: 16px;
	}
	.survey-container p.__bigger {
		font-size: 20px;
	}
	.survey-container iframe {
		height: 538px !important;
	}
	.rating-container {
		display: flex;
		justify-content: center;
		gap: 0 16px;
	}
	.rating-container .rating-item:nth-child(-n + 5) {
		left: auto;
	}
	.rating-item {
		width: 48px;
		height: 48px;
		font-size: 26px;
	}
}
.footer-partners .bigPicPartner {
	max-width: 120px;
	max-height: 70px;
	margin: 0px 25px 15px 0px;
}

#mapHotelResult {
	height: 100%;
	border-radius: 8px;
}

#bookMarksDrawer .drawer-footer.__shadow {
	padding-top: 16px;
}

#filterCriteriasRecap .alert {
  position: relative;
  z-index: 1;
}

#filterCriteriasRecap.__map {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1006;
}

#filterCriteriasRecap .k-tooltip {
  z-index: 107;
}

#filterCriteriasRecap .toast {
  position: absolute;
  top: calc(100% - 16px);
  bottom: auto;
}

.hotel-global-infos .__tooltip:has(.pills) {
  z-index: 106;
}

@media (min-width: 1024px) {
  #filterCriteriasRecap.__map {
    top: 0;
    right: 0;
    left: auto;
    z-index: auto;
  }
}

.cashback {
  background: #f7f7f7;
  padding: 8px;
  font-size: 12px;
}

.cashback img {
  max-width: 100%;
	height: 18px;
  object-fit: contain;
}

.cashback .text-bold {
  font-size: 16px;
}

#modifSearchForm #modifForm.landingPage .price {
  font-size: 18px;
}

/* CATCH-PHRASE */
.containerCatchLine {
	margin-top: 100px
}
.containerCatchLine h1.catchline span {
	font-size: 28px;
	position: relative;
	color: #fff;
}
.containerCatchLine h1.catchline span.first-catch {
	background-color: #fe5101;
	font-weight: 700;
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	z-index: 1;
}
.containerCatchLine h1.catchline span.second-catch {
	background-color: #333;
	font-weight: 500;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.container-pax-recap .wrapper-img {
  border-radius: 8px 8px 0 0;
}

.container-pax-recap .wrapper-img .img-cover {
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper-img {
  width: 100%;
  height: 220px;
}

.container-pax-recap .wrapper-img ~ .__tooltip {
  position: absolute;
  top: 220px;
  left: 8px;
  transform: translateY(calc(-100% - 8px));
}

@media (min-width: 768px) {
  .container-pax-recap .wrapper-img {
    border-radius: 8px 0 0 8px;
  }

  .wrapper-img {
    width: 260px;
    height: auto;
  }

  .container-pax-recap .wrapper-img ~ .__tooltip {
    top: auto;
    bottom: 8px;
    transform: none;
  }
}