/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \*******************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap);
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss (1) ***!
  \***********************************************************************************************************************************************/
@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Bricolage Grotesque", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 0;
}

a:focus,
button:focus {
  outline: none;
}

header {
  z-index: 99;
  background: #F3FFFE;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

body {
  padding-top: 80px !important;
}

main {
  overflow: hidden;
}

.container {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.tools {
  display: flex;
  gap: 30px;
  align-items: center;
  padding-right: 15px;
}

.tools a {
  text-decoration: none;
}

.tools .link-business {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  padding: 13px 24px;
  background: #000;
  border: 1px solid #000;
  transition: all 0.3s;
}

.tools .link-business:hover {
  background: #fff;
  color: #000;
}

.tools .link-contact {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  border-radius: 40px;
  padding: 13px 24px;
  background: #fff;
  border: 1px solid #000;
  transition: all 0.3s;
}

.tools .link-contact:hover {
  background: #000;
  color: #fff;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* LANGUAGE SWITCHER */
.ui-dropdown-list {
  position: relative;
  margin-left: 35px;
}

.ui-dropdown-list:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/globe.png") no-repeat;
  position: absolute;
  left: -30px;
  top: 0;
}

p.ui-dropdown-list-trigger {
  margin-top: 0;
}

.ui-dropdown-list-trigger strong {
  position: relative;
  z-index: 999;
}

.ui-dropdown-list-trigger strong:after {
  display: block;
  position: absolute;
  content: "";
  right: 3px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(-135deg);
}

.ui-dropdown-list-trigger strong,
.ui-dropdown-list ul a {
  display: block;
  width: 50px;
  cursor: pointer;
  padding: 6px 3px;
  font-size: 13px;
  line-height: 13px;
  color: #000;
  font-weight: normal;
}

.ui-dropdown-list ul {
  display: none;
  position: absolute;
  right: 0;
  top: 25px;
  margin-top: 0;
  padding: 0;
  z-index: 1000;
}

.ui-dropdown-list li {
  list-style-type: none;
}

.ui-dropdown-list ul a,
.ui-dropdown-list ul a:link,
.ui-dropdown-list ul a:visited {
  position: relative;
  display: block;
  float: right;
}

.ui-dropdown-list ul a:hover,
.ui-dropdown-list ul a:focus {
  border-bottom: none;
  color: #000;
}

/* JS interactivity */
.no-js .ui-dropdown-list ul,
.ui-dropdown-list.active ul {
  display: block;
}

.ui-dropdown-list.active strong:after {
  border-top-color: #000;
}

.ui-dropdown-list strong {
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  transition: 0.3s;
}

.ui-dropdown-list strong:hover {
  border-color: #000;
}

.ui-dropdown-list.active strong {
  border-style: solid;
  border-color: #000;
  border-width: 1px 1px 0 1px;
  transition: 0s;
}

.ui-dropdown-list.active ul {
  border-style: solid;
  border-color: #000;
  border-width: 0 1px 1px 1px;
  width: 50px;
  background: #fff;
}

#lang-switcher a,
#lang-switcher strong {
  padding-left: 5px;
  font-size: 18px;
  font-weight: 700;
}

.vr-search {
  position: relative;
}

.search-icon {
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
}

.search-popup {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  padding: 26px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  border-radius: 10px;
}

.search-popup input {
  width: 250px;
  padding: 8px;
  font-size: 16px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  margin-left: 10px;
  position: absolute;
  top: 3px;
  right: 3px;
}

.intro-video {
  width: 100%;
  overflow: hidden;
  position: relative;

}

.intro-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.intro-video iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
  aspect-ratio: 16 / 9;
}

.envitons {
  display: flex;
  flex-wrap: wrap;
  padding: 84px 0 100px 0;
}

.text-environs {
  width: 50%;
  display: flex;
  justify-content: center;
}

.content-text-environs {
  font-size: 88px;
  font-weight: 900;
  max-width: 680px;
  padding-right: 30px;
  padding-left: 15px;
}

.slide-environs {
  width: 50%;
  overflow: hidden;
}

.item-evirons {
  width: 517px;
  position: relative;
}

.item-evirons img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 32px;
}

.item-evirons a {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 20px 50px 20px 35px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.item-evirons a:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/arrow-right.svg) no-repeat;
  width: 21px;
  height: 21px;
  transition: all 0.3s;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.item-evirons a:hover:after {
  right: 15px;
}

.our-guide,
.our-experince,
.incontroubles {
  background: #398ABB;
  padding: 100px 0;
  overflow: hidden;
}

.our-experince,
.incontroubles {
  background: #fff;
}

.our-experince .title-section h2,
.incontroubles .title-section h2 {
  color: #000;
}

.our-experince .title-section p,
.incontroubles .title-section p {
  color: #000;
}

.our-experince {
  padding-bottom: 105px;
}

.incontroubles {
  position: relative;
  padding: 105px 0 100px 0;
}

.slide-incontroubles {
  position: relative;
  padding-bottom: 48px;
}

.title-section {
  padding-bottom: 48px;
}

.title-section h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 900;
  padding-bottom: 10px;
}

.title-section p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.slide-guide {
  position: relative;
  padding-bottom: 48px;
}

.control-swiper {
  width: 152px;
  height: 56px;
  position: absolute;
  top: -90px;
  right: 0;
}

.control-swiper .swiper-button-next,
.control-swiper .swiper-button-prev {
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  top: 0;
  margin-top: 0;
}

.control-swiper .swiper-button-prev,
.control-swiper .swiper-rtl .swiper-button-next {
  background: url(../images/arrow-slide-prev.svg) center center no-repeat;
  left: 0;
}

.control-swiper .swiper-button-prev:after,
.control-swiper .swiper-rtl .swiper-button-next:after {
  display: none;
}

.control-swiper .swiper-button-next,
.control-swiper .swiper-rtl .swiper-button-prev {
  background: url(../images/arrow-slide-next.svg) center center no-repeat;
  right: 0;
}

.control-swiper .swiper-button-next:after,
.control-swiper .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.control-swiper.theme-dark .swiper-button-next,
.control-swiper.theme-dark .swiper-button-prev {
  border-color: #929292;
}

.control-swiper.theme-dark .swiper-button-prev,
.control-swiper.theme-dark .swiper-rtl .swiper-button-next {
  background: url(../images/arrow-slide-prev-dark.svg) center center no-repeat;
}

.control-swiper.theme-dark .swiper-button-next,
.control-swiper.theme-dark .swiper-rtl .swiper-button-prev {
  background: url(../images/arrow-slide-next-dark.svg) center center no-repeat;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -16px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
}

.swiper-pagination.theme-dark .swiper-pagination-bullet {
  background: #000;
}

.item-guide,
.item-experince,
.item-incontroubles {
  width: 517px;
  position: relative;
}

.item-guide span,
.item-experince span,
.item-incontroubles span {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 20px 35px;
  color: #000;
}

.item-guide img,
.item-experince img,
.item-incontroubles img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 32px;
}

.item-incontroubles {
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}

.item-incontroubles .place {
  padding: 30px 30px 40px 30px;
  font-size: 18px;
}

.item-incontroubles .place strong {
  font-weight: 900;
  font-size: 35px;
  margin-right: 15px;
}

.actus {
  background: #134665;
  padding: 100px 0;
  overflow: hidden;
}

.actus .all-actus {
  text-align: center;
}

.actus .all-actus a {
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 20px 35px;
  color: #000;
  text-decoration: none;
  display: inline-block;
}

.actus .all-actus a:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow-right.svg) no-repeat;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s;
  right: 0;
}

.actus .all-actus a:hover:after {
  right: -5px;
}

.actus-list,
.plus-evn {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 100px;
  position: relative;
}

.actus-list .item-actu,
.plus-evn .item-actu {
  overflow: hidden;
  border-radius: 40px;
  background: #fff;
  width: calc((100% - 80px) / 3);
  position: relative;
}

.actus-list .item-actu span.type,
.plus-evn .item-actu span.type {
  font-size: 16px;
  position: absolute;
  top: 24px;
  left: 24px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  padding: 8px 16px;
  background: rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
}

.actus-list .item-actu .visu-actu,
.plus-evn .item-actu .visu-actu {
  overflow: hidden;
}

.actus-list .item-actu .visu-actu img,
.plus-evn .item-actu .visu-actu img {
  display: block;
  width: 100%;
}

.actus-list .item-actu .detail-actu,
.plus-evn .item-actu .detail-actu {
  padding: 25px;
}

.actus-list .item-actu .detail-actu span,
.plus-evn .item-actu .detail-actu span {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  color: #134665;
  font-weight: 700;
}

.actus-list .item-actu .detail-actu span.date,
.plus-evn .item-actu .detail-actu span.date {
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 15px;
}

.actus-list .item-actu .detail-actu span.city,
.plus-evn .item-actu .detail-actu span.city {
  font-weight: 600;
}

.actus-list .item-actu .detail-actu span.city img,
.plus-evn .item-actu .detail-actu span.city img {
  margin-right: 5px;
}

.actus-list .item-actu .detail-actu span .type,
.plus-evn .item-actu .detail-actu span .type {
  font-weight: 900;
}

.informations {
  background: #FFFDCD;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.informations .title-section {
  padding-bottom: 60px;
}

.informations .title-section h2 {
  font-size: 35px;
  color: #000;
  font-weight: 900;
  padding-bottom: 10px;
}

.informations .title-section p {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.informations .swiper-horizontal>.swiper-pagination-progressbar,
.informations .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 100px;
  top: inherit;
  height: 8px;
  background: transparent;
}

.informations .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #626262;
}

.list-infos .card-info {
  border-radius: 30px;
  padding: 38px 48px 60px 48px;
  background: #BDEE82;
  position: relative;
  width: 518px;
}

.list-infos .card-info .title-info {
  font-size: 32px;
  font-weight: 900;
  height: 85px;
  display: flex;
  align-items: start;
}

.list-infos .card-info .resume-text {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  padding-bottom: 24px;
}

.list-infos .card-info a {
  position: absolute;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  left: 60px;
  bottom: 40px;
  text-decoration: none;
  padding-right: 30px;
}

.list-infos .card-info a:after {
  content: "";
  display: block;
  width: 22px;
  height: 12px;
  background: url(../images/arrow-link.svg) no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}

.list-infos .card-info.pink {
  background: #FF9EEA;
}

.list-infos .card-info.yellow {
  background: #FFD349;
}

.list-infos .card-info.orange {
  background: #FFE6B7;
}

.cart-geo {
  background: #FFFDCD;
  padding: 100px 0 160px 0;
}

.cart-geo .box-geo {
  display: flex;
  flex-wrap: wrap;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}

.cart-geo .txt-geo {
  width: 50%;
  padding-top: 50px;
  padding-right: 50px;
}

.cart-geo .txt-geo p {
  font-size: 75px;
  font-weight: 900;
  color: #000;
  padding-bottom: 50px;
}

.cart-geo a {
  background: #000;
  border-radius: 40px;
  text-decoration: none;
  color: #fff;
  padding: 25px 35px;
  font-size: 22px;
  font-weight: 700;
}

.cart-geo a:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/arrow-right-white.svg) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  transition: all 0.3s;
  right: 0;
}

.cart-geo a:hover:after {
  right: -5px;
}

.cart-geo .visu-geo {
  width: 50%;
}

.cart-geo .visu-geo a {
  display: none;
}

.cart-geo .visu-geo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sepa-bar {
  max-width: 1670px;
  width: 100%;
  margin: 0 auto -1px auto;
  height: 1px;
  background: #000;
  position: relative;
  z-index: 1;
}

.footer {
  background: #000;
  padding: 25px 65px 100px 65px;
}

.row-footer {
  display: flex;
  justify-content: space-between;
}

.app-mobile {
  padding-top: 80px;
}

.links-rs {
  padding-bottom: 45px;
  padding-right: 60px;
}

.links-rs ul {
  display: flex;
  gap: 20px;
}

.links-menu {
  display: flex;
  gap: 80px;
}

.col-menu h3 {
  color: #FFB700;
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 15px;
}

.col-menu ul li {
  padding-bottom: 15px;
}

.col-menu ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.col-menu ul li a:hover {
  color: #FFB700;
}

.box-logo {
  padding-top: 43px;
}

.menu-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 140px;
}

.copyright {
  display: flex;
  gap: 20px;
}

.copyright p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.copyright ul {
  display: flex;
  gap: 20px;
}

.copyright ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.copyright ul li a:hover {
  text-decoration: none;
}

.parts {
  display: flex;
  align-items: center;
  gap: 50px;
}

.back-menu {
  display: none;
}

.menu .close-all {
  display: none;
}

.inner-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F5E9C8;
  padding: 60px 40px;
  display: flex;
  z-index: 99;
  align-items: flex-start;
}

.inner-cookies p {
  font-size: 26px;
  color: #000;
  line-height: 32px;
  display: inline-block;
}

.inner-cookies a {
  background: #000;
  border-radius: 40px;
  text-decoration: none;
  color: #fff;
  padding: 25px 35px;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

.inner-cookies a:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/arrow-right-white.svg) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}

.bar-bread {
  background: #01808B;
}

.brescrumb ul {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
}

.brescrumb ul li {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.brescrumb ul li a {
  color: #fff;
  text-decoration: none;
}

.wrraper-text-banner {
  position: absolute;
  z-index: 99;
  bottom: 135px;
  left: 50%;
  transform: translate(-50%, 0);
}

.wrraper-text-banner .text-banner {
  background: #fff;
  max-width: 796px;
  width: 100%;
  padding: 42px 40px;
  border-radius: 40px;
}

.wrraper-text-banner .text-banner h1 {
  font-size: 48px;
  color: #0A0A0A;
  font-weight: 800;
  padding-bottom: 15px;
}

.wrraper-text-banner .text-banner a {
  font-size: 25px;
  color: #0C0C0C;
  font-weight: 600;
  display: flex;
  gap: 15px;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}

.illus-desc {
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.illus-desc .col-illus {
  width: 50%;
  padding-left: 50px;
}

.illus-desc .col-illus img {
  display: block;
  width: 100%;
}

.illus-desc .col-desc {
  width: 50%;
  padding-right: 50px;
}

.illus-desc .col-desc img {
  display: block;
  max-width: 100%;
  margin-bottom: 60px;
}

.illus-desc .col-desc h2 {
  font-size: 80px;
  color: #0A0A0A;
  font-weight: 800;
  padding-bottom: 60px;
  padding-right: 50px;
}

.illus-desc .col-desc p {
  font-size: 21px;
  line-height: 30px;
  color: #0A0A0A;
  padding-bottom: 30px;
}

.illus-desc .col-desc a {
  background: #000;
  border-radius: 40px;
  text-decoration: none;
  color: #fff;
  padding: 20px 40px;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}

.illus-desc .col-desc a:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/arrow-right-white.svg) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  transition: all 0.3s;
  right: 0;
}

.illus-desc .col-desc a:hover:after {
  right: -5px;
}

.illus-desc.illus-desc-02 .col-illus {
  padding-left: 0;
  padding-right: 50px;
}

.illus-desc.illus-desc-02 .col-desc {
  padding-right: 0;
  padding-left: 50px;
}

.backgroun-yellow {
  background-color: #F8E0C4;
}

.slide-experince {
  position: relative;
  padding-bottom: 48px;
}

.artiles-region {
  background: #B7E9FF;
  padding: 100px 0;
}

.artiles-region .title-page {
  max-width: 1140px;
  width: 100%;
}

.artiles-region .title-page h1 {
  font-size: 56px;
  color: #0A0A0A;
  font-weight: 800;
  padding-bottom: 50px;
  line-height: 1.3;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 57px;
}

.filters h3 {
  font-size: 35px;
  font-weight: 900;
  padding-bottom: 20px;
}

.filters select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/ico-select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  cursor: pointer;
}

.filters a {
  border: 1px solid #000000;
  padding: 6px 12px;
  color: #000;
  font-size: 16px;
  border-radius: 40px;
  text-decoration: none;
}

.filters a.active,
.filters a:hover {
  background: #000;
  color: #fff;
}

.filters-restau,
.filters-hebr {
  flex-direction: column;
}

.filters-restau .item-filter,
.filters-hebr .item-filter {
  padding-bottom: 40px;
  gap: 16px;
  display: flex;
  align-items: center;
}

.filters-restau .item-filter .label-item-filter,
.filters-hebr .item-filter .label-item-filter {
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 16px;
}

.filters-restau .item-filter .options-item-filter select,
.filters-hebr .item-filter .options-item-filter select {
  border-radius: 40px;
  height: 28px;
  padding: 0 20px 0 12px;
}

.filters-restau .type-restau,
.filters-hebr .type-restau {
  gap: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filters-hebr .form-filter {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.list-articles {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 90px;
}

.list-articles .item-article {
  width: calc((100% - 80px) / 3);
  background: #FFFFF0;
  border-radius: 40px;
  padding: 48px;
}

.list-articles .item-article h3 {
  font-size: 26px;
  font-weight: 800;
  padding-bottom: 20px;
  color: #000;
  line-height: 1.2;
}

.list-articles .item-article p {
  font-size: 18px;
  color: #000;
  padding-bottom: 25px;
}

.list-articles .item-article img {
  display: block;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 40px;
}

.list-articles .item-article a {
  background: #000;
  border-radius: 40px;
  text-decoration: none;
  color: #fff;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.list-articles .item-article a:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/arrow-right-white.svg) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  transition: all 0.3s;
  right: 0;
}

.list-articles .item-article a:hover:after {
  right: -5px;
}

.show-more,
.afficher-plus {
  background: #000;
  border: 1px solid #000;
  border-radius: 40px;
  text-decoration: none;
  color: #fff;
  padding: 28px 35px;
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  width: fit-content;
  transition: all 0.3s;
}

.show-more:hover,
.afficher-plus:hover {
  background: #fff;
  color: #000;
}

.items-exp {
  padding-bottom: 50px;
}

.items-grid {
  margin-bottom: 60px;
}

.list-exp {
  background: #FDFDFD;
  padding-top: 100px;
}

.list-exp .grid-item {
  width: calc((100% - 80px) / 3);
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.18);
}

.list-exp .grid-item .ville {
  font-size: 16px;
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  padding: 8px 16px;
  background: rgba(51, 51, 51, 0.2);
}

.list-exp .grid-item .visu-exp img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.list-exp .grid-item:nth-child(3n + 2) .visu-exp img {
  height: 400px;
}

.list-exp .swiper-slide.grid-item:nth-child(3n + 2) .visu-exp img {
  height: 300px;
}


.list-exp .title-exp {
  background: #fff;
  font-size: 24px;
  font-weight: 800;
  padding: 32px;
  display: flex;
  align-items: start;
  gap: 15px;
}

.list-exp .title-exp .illu-starts {
  display: flex;
  gap: 5px;
  padding-top: 15px;
}

.list-exp .title-exp p {
  font-size: 16px;
  font-weight: 400;
  padding-top: 20px;
}

.warrap-back {
  padding-bottom: 30px;
}

.warrap-back a {
  display: inline-block;
  padding: 16px 24px 16px 54px;
  border: 1px solid #000;
  border-radius: 48px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  position: relative;
}

.warrap-back a:before {
  content: "";
  display: inline-block;
  background: url(../images/arrow-right.svg) no-repeat;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  transition: all 0.3s;
  right: 0;
  position: absolute;
  left: 15px;
  top: 15px;
  transform: rotate(180deg);
}

.container-plus-exp {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

.container-plus-exp .title-section h2,
.container-plus-exp .title-section p {
  color: #000;
}

.container-plus-exp .control-swiper {
  top: 0;
}

.container-plus-exp .swiper-horizontal>.swiper-pagination-bullets,
.container-plus-exp .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.detail-heber .item-incontroubles {
  background: #fff;
}

.detail-heber {
  background: #FFFFF0;
}

.detail-heber .incontroubles {
  background: transparent;
}

.detail-heber .list-exp {
  padding-top: 80px;
}

.intro-experience,
.intro-evenement {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}

.intro-experience .col-desc,
.intro-evenement .col-desc {
  width: 58%;
  padding-right: 40px;
  position: relative;
}

.intro-experience .col-desc .link-like,
.intro-evenement .col-desc .link-like {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E8E8E8;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #fff;
}

.intro-experience .col-desc h2,
.intro-evenement .col-desc h2 {
  font-size: 80px;
  font-weight: 800;
  color: #0A0A0A;
  padding-bottom: 40px;
  padding-right: 100px;
}

.intro-experience .col-desc p,
.intro-evenement .col-desc p {
  font-size: 21px;
  color: #0A0A0A;
  line-height: 30px;
  padding-bottom: 25px;
}

.intro-experience .col-desc .show-web,
.intro-evenement .col-desc .show-web {
  background: #000;
  border-radius: 40px;
  text-decoration: none;
  color: #fff;
  padding: 25px 40px;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
  margin-top: 30px;
}

.intro-experience .col-desc .show-web:after,
.intro-evenement .col-desc .show-web:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/arrow-right-white.svg) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}

.intro-experience .col-desc .infos-plus-exp,
.intro-evenement .col-desc .infos-plus-exp {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 18px;
  color: #000;
  padding-bottom: 25px;
}

.intro-experience .col-desc .infos-plus-exp a,
.intro-evenement .col-desc .infos-plus-exp a {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}

.intro-experience .col-illus,
.intro-evenement .col-illus {
  padding-left: 20px;
  width: 42%;
}

.intro-experience .slide-illus,
.intro-evenement .slide-illus {
  overflow: hidden;
  position: relative;
}

.intro-experience .slide-illus img,
.intro-evenement .slide-illus img {
  display: block;
  width: 100%;
  height: auto;
}

.intro-experience .slide-illus .swiper-horizontal>.swiper-pagination-bullets,
.intro-experience .slide-illus .swiper-pagination-bullets.swiper-pagination-horizontal,
.intro-evenement .slide-illus .swiper-horizontal>.swiper-pagination-bullets,
.intro-evenement .slide-illus .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
}

.intro-experience .slide-illus .swiper-pagination .swiper-pagination-bullet,
.intro-evenement .slide-illus .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #FFD349;
  opacity: 1;
  background: transparent;
}

.intro-experience .slide-illus .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.intro-evenement .slide-illus .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: #fff;
}

.intro-experience .illu-starts,
.intro-evenement .illu-starts {
  display: flex;
  gap: 5px;
  padding-bottom: 15px;
}

.intro-experience .illu-starts img,
.intro-evenement .illu-starts img {
  width: 32px;
  height: 32px;
}

.map-geo {
  padding: 80px 0;
}

.map-geo iframe {
  width: 100%;
  height: 664px;
}

.restaurants,
.hebergement,
.agences,
.evenements {
  padding: 115px 0;
  background-color: #F3FFFE;
}

.restaurants h2,
.hebergement h2,
.agences h2,
.evenements h2 {
  font-size: 56px;
  font-weight: 800;
  padding-bottom: 74px;
  max-width: 1070px;
  width: 100%;
}

.restaurants p,
.hebergement p,
.agences p,
.evenements p {
  font-size: 21px;
  line-height: 30px;
  padding-bottom: 40px;
  max-width: 1100px;
  width: 100%;
}

.restaurants .title-section h2,
.hebergement .title-section h2,
.agences .title-section h2,
.evenements .title-section h2 {
  font-size: 35px;
  padding-bottom: 0;
}

.agences,
.evenements {
  background-color: #FFFFF0;
}

.list-restau .items-restau .grid-item,
.list-restau .items-heber .grid-item,
.list-heber .items-restau .grid-item,
.list-heber .items-heber .grid-item {
  width: calc((100% - 80px) / 3);
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.18);
}

.list-restau .items-restau .grid-item .ville,
.list-restau .items-heber .grid-item .ville,
.list-heber .items-restau .grid-item .ville,
.list-heber .items-heber .grid-item .ville {
  font-size: 16px;
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  padding: 8px 16px;
  background: rgba(51, 51, 51, 0.2);
}

.list-restau .items-restau .visu-exp img,
.list-restau .items-heber .visu-exp img,
.list-heber .items-restau .visu-exp img,
.list-heber .items-heber .visu-exp img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}

.list-restau .items-restau .grid-item:nth-child(3n + 2) .visu-exp img,
.list-restau .items-heber .grid-item:nth-child(3n + 2) .visu-exp img,
.list-heber .items-restau .grid-item:nth-child(3n + 2) .visu-exp img,
.list-heber .items-heber .grid-item:nth-child(3n + 2) .visu-exp img {
  height: 400px;
}

.list-restau .items-restau .title-exp,
.list-restau .items-heber .title-exp,
.list-heber .items-restau .title-exp,
.list-heber .items-heber .title-exp {
  background: #fff;
  font-size: 24px;
  font-weight: 800;
  padding: 32px;
  display: flex;
  align-items: start;
  gap: 15px;
}

.list-restau .items-restau .title-exp span,
.list-restau .items-heber .title-exp span,
.list-heber .items-restau .title-exp span,
.list-heber .items-heber .title-exp span {
  padding-top: 5px;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.list-restau .items-restau .title-exp .ville-restau,
.list-restau .items-heber .title-exp .ville-restau,
.list-heber .items-restau .title-exp .ville-restau,
.list-heber .items-heber .title-exp .ville-restau {
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 20px;
  color: #000;
  padding: 6px 16px;
  font-weight: 400;
}

.list-restau .items-restau .title-exp .illu-starts,
.list-restau .items-heber .title-exp .illu-starts,
.list-heber .items-restau .title-exp .illu-starts,
.list-heber .items-heber .title-exp .illu-starts {
  display: flex;
  gap: 5px;
}

.list-restau .items-restau .grid-item-type-2 .title-exp,
.list-restau .items-heber .grid-item-type-2 .title-exp,
.list-heber .items-restau .grid-item-type-2 .title-exp,
.list-heber .items-heber .grid-item-type-2 .title-exp {
  justify-content: start;
}

.intro-buisness {
  background: #F3FFFE;
  height: 806px;
  position: relative;
  display: flex;
  align-items: center;
}

.intro-buisness .container {
  position: relative;
  z-index: 9;
}

.intro-buisness h1 {
  font-size: 48px;
  font-weight: 800;
  padding-bottom: 30px;
  max-width: 650px;
}

.intro-buisness a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 25px;
  color: #0C0C0C;
  gap: 10px;
}

.intro-buisness a span {
  border: 1px solid #0C0C0C;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-buisness .illu-buisness {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.opportunites {
  padding: 100px 0;
}

.opportunites .content-opportunites {
  max-width: 1075px;
  width: 100%;
  margin: 0 auto;
}

.opportunites .content-opportunites h2 {
  font-size: 80px;
  font-weight: 800;
  color: #000;
  padding-bottom: 40px;
  padding-right: 50px;
}

.opportunites .content-opportunites p {
  font-size: 21px;
  line-height: 30px;
  padding-bottom: 30px;
}

.opportunites .content-opportunites p:last-child {
  padding-bottom: 0;
}

.list-infos.list-attous {
  position: relative;
  padding-bottom: 48px;
}

.list-infos.list-attous .card-info {
  padding: 40px 48px;
  min-height: 342px;
}

.list-infos.list-attous .card-info .title-info {
  display: flex;
  align-items: start;
  font-size: 32px;
  font-weight: 800;
  gap: 15px;
  padding-right: 50px;
  padding-bottom: 40px;
  height: inherit;
}

.list-infos.list-attous .card-info .title-info span {
  font-size: 86px;
  font-weight: 700;
  line-height: 0.7;
}

.list-infos.list-chiffres {
  overflow: hidden;
  padding-bottom: 48px;
}

.list-infos.list-chiffres .card-chiffre {
  padding: 48px;
  background: #FFFFF0;
  border-radius: 40px;
}

.list-infos.list-chiffres .card-chiffre .title-info {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  padding-bottom: 24px;
}

.list-infos.list-chiffres .card-chiffre .visu-chiffre {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.list-infos.list-chiffres .card-chiffre .visu-chiffre img {
  display: block;
  width: 100%;
  height: auto;
}

.list-infos.list-chiffres .card-chiffre .resume-text {
  font-size: 18px;
}

.list-infos.list-chiffres .card-chiffre .resume-text strong {
  font-weight: 700;
}

.list-infos.list-chiffres .control-swiper {
  top: 50px;
}

.informations .container {
  position: relative;
}

.organismes {
  background: #134665;
  padding: 100px 0;
}

.organismes .list-organismes {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.organismes .item-organismes {
  border-radius: 40px;
  border: 1px solid #FFD349;
  padding: 48px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.organismes .item-organismes .visu-organisme {
  width: 370px;
}

.organismes .item-organismes .visu-organisme img {
  display: block;
  border-radius: 20px;
  width: 100%;
}

.organismes .item-organismes .info-organisme {
  width: calc(100% - 370px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.organismes .item-organismes .info-organisme h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}

.organismes .item-organismes .info-organisme .url,
.organismes .item-organismes .info-organisme .tel {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  display: flex;
  gap: 15px;
  align-items: center;
}

.organismes .item-organismes .info-organisme .url a,
.organismes .item-organismes .info-organisme .tel a {
  color: #fff;
  display: flex;
  gap: 15px;
  align-items: center;
}

.list-agences .items-agence {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.list-agences .item-agence {
  position: relative;
  border-radius: 24px;
  width: calc((100% - 80px) / 3);
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
}

.list-agences .item-agence .ville {
  font-size: 16px;
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  padding: 8px 16px;
  background: rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
}

.list-agences .item-agence .visu-agence {
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: center;
  height: 300px;
}

.list-agences .item-agence .visu-agence img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.list-agences .item-agence .name-agence {
  padding: 36px 32px;
  font-size: 24px;
  font-weight: 800;
  display: flex;
  align-items: center;
  border-top: 1px solid #E1E1E1;
  gap: 10px;
}

.evenements .filters {
  padding-bottom: 0;
}

.items-evenements {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 64px;
}

.item-evenement {
  overflow: hidden;
  border-radius: 40px;
  background: #fff;
  width: calc((100% - 80px) / 3);
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

.item-evenement .type-evenet {
  font-size: 16px;
  position: absolute;
  top: 24px;
  left: 24px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  padding: 8px 16px;
  background: rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
}

.item-evenement .visu-actu {
  overflow: hidden;
}

.item-evenement .visu-actu img {
  display: block;
  width: 100%;
}

.item-evenement .detail-actu {
  padding: 25px;
}

.item-evenement .detail-actu span {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.item-evenement .detail-actu span.date {
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 15px;
}

.item-evenement .detail-actu span.city {
  font-weight: 600;
}

.item-evenement .detail-actu span.city img {
  margin-right: 5px;
}

.list-quesions {
  position: relative;
  padding-bottom: 48px;
}

.img-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.historique-infos {
  background: #F3FFFE;
  padding: 140px;
}

.elegance {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.elegance h2 {
  font-size: 72px;
  font-weight: 900;
  color: #0A0A0A;
  padding-bottom: 40px;
}

.elegance h3 {
  font-size: 35px;
  font-weight: 900;
  color: #0A0A0A;
  padding-bottom: 40px;
}

.elegance p {
  color: #0A0A0A;
  font-size: 21px;
  line-height: 26px;
  padding-bottom: 25px;
  padding-right: 80px;
}

.elegance strong {
  font-weight: 700;
}

.illus-elegance {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 54px;
  padding-bottom: 140px;
}

.illus-elegance .item-illus {
  width: calc((100% - 54px) / 2);
}

.illus-elegance .item-illus img {
  display: block;
  width: 100%;
  height: auto;
}

.illus-elegance .item-illus:last-child {
  margin-top: 180px;
}

.illus-exp {
  max-width: 1475px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 65px;
  padding-bottom: 80px;
}

.illus-exp .item-illus {
  width: calc((100% - 65px) / 2);
}

.illus-exp .item-illus img {
  display: block;
  width: 100%;
}

.illus-one {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 120px;
}

.illus-one img {
  display: block;
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
}

.chiffres {
  padding-bottom: 120px;
}

.chiffres h2 {
  font-size: 35px;
  font-weight: 900;
  color: #0A0A0A;
  padding-bottom: 15px;
}

.chiffres p {
  font-size: 18px;
  font-weight: 50;
  color: #0A0A0A;
  padding-bottom: 30px;
}

.box-chiffres {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  width: 100%;
}

.box-chiffres .item-chiffres {
  flex: 1 1 calc(25% - 60px);
  aspect-ratio: 1/1;
  display: flex;
  background: #FFDF7A;
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  text-align: center;
}

.box-chiffres .item-chiffres strong {
  font-size: 86px;
  font-weight: 700;
  color: #000;
}

.box-chiffres .item-chiffres span {
  font-weight: 500;
  font-size: 18px;
}

.box-chiffres .item-chiffres:first-child {
  background: #FFFDCD;
}

.box-chiffres .item-chiffres:nth-child(2) {
  background: #FFFB89;
}

.box-chiffres .item-chiffres:last-child {
  background: #BDEE82;
}

.srdr {
  display: flex;
  flex-wrap: wrap;
  gap: 65px;
}

.srdr .item-srdr {
  width: calc((100% - 65px) / 2);
  position: relative;
}

.srdr .item-srdr span {
  position: absolute;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 25px 40px;
  color: #000;
  top: 45px;
  left: 30px;
  font-size: 18px;
  font-weight: 700;
}

.srdr .item-srdr img {
  display: block;
  width: 100%;
}

.box-region {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  align-items: start;
}

.box-region .item-region {
  width: calc((100% - 66px) / 3);
  border-radius: 30px;
  padding: 30px 50px 60px 50px;
  background: #FFE6B7;
}

.box-region .item-region .title-region {
  display: flex;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 30px;
  display: flex;
  align-items: end;
  gap: 15px;
}

.box-region .item-region .title-region span {
  font-size: 86px;
  line-height: 0.7;
}

.box-region .item-region p {
  font-size: 18px;
  color: #000;
  line-height: 24px;
}

.box-region .item-region:first-child {
  background: #DAF5B8;
}

.box-region .item-region:last-child {
  background: #FFD349;
}

.logistic .item-logistic {
  display: flex;
  gap: 43px;
  max-width: 670px;
  width: 100%;
  margin: 0 auto 50px auto;
  align-items: center;
}

.logistic .item-logistic .visu-logi {
  width: 215px;
  border-radius: 30px;
  overflow: hidden;
}

.logistic .item-logistic .visu-logi img {
  display: block;
  width: 100%;
}

.logistic .item-logistic .info-logi {
  width: calc(100% - 258px);
}

.logistic .item-logistic .info-logi h4 {
  font-size: 24px;
  font-weight: 700;
  color: #0A0A0A;
  padding-bottom: 25px;
}

.logistic .item-logistic .info-logi p {
  font-size: 21px;
  color: #0A0A0A;
  line-height: 26px;
  padding-bottom: 15px;
}

.logistic .item-logistic .info-logi p strong {
  font-weight: 700;
}

.type-transport {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}

.type-transport .item-transport {
  width: calc((100% - 88px) / 3);
  padding: 57px 50px 95px 50px;
  border-radius: 30px;
  background: #FFFEEE;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.type-transport .item-transport:hover {
  background: #FFB700;
}

.type-transport .item-transport .infos-trans .name-trans {
  font-size: 26px;
  font-weight: 900;
  padding-bottom: 15px;
}

.type-transport .item-transport .infos-trans .ville {
  font-size: 16px;
  padding-bottom: 25px;
}

.type-transport .item-transport .infos-trans p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-bottom: 15px;
  line-height: 22px;
}

.type-transport .item-transport .visu-trans {
  border-radius: 15px;
  overflow: hidden;
}

.type-transport .item-transport .visu-trans img {
  display: block;
  width: 100%;
}

.faq {
  padding-bottom: 100px;
}

.box-faq {
  background: #EBFFD4;
  border-radius: 30px;
  padding: 0 48px 25px 48px;
}

.accord .head-accord {
  font-size: 26px;
  font-weight: 700;
  padding: 52px 0;
  border-top: 1px solid #CBCBCB;
  cursor: pointer;
  position: relative;
}

.accord .head-accord:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50px;
  right: 20px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all 0.3s;
}

.accord .head-accord.active:after {
  transform: rotate(312deg);
}

.accord .body-accord {
  padding-bottom: 60px;
  display: none;
}

.accord .body-accord p {
  font-size: 21px;
  line-height: 26px;
}

.accord .item-accord:first-child .head-accord {
  border: none;
}

.header .menu .vr-switch-langur {
  display: none;
}

@media screen and (max-width: 1060px) {
  .type-transport .item-transport {
    width: calc((100% - 44px) / 2);
    padding: 25px;
  }

  .box-faq {
    padding: 25px;
  }

  .box-region .item-region {
    width: calc((100% - 33px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .historique-infos {
    padding: 25px;
  }

  .elegance h2 {
    font-size: 47px;
  }

  .elegance p {
    padding-right: 0;
  }

  .illus-elegance {
    gap: 10px;
  }

  .box-region .item-region {
    width: 100%;
  }

  .srdr .item-srdr {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .type-transport .item-transport {
    width: 100%;
  }

  .logistic .item-logistic .visu-logi {
    width: 115px;
  }

  .logistic .item-logistic .info-logi {
    width: calc(100% - 158px);
  }

  .menu-secondary {
    flex-direction: column;
  }
}

.menu ul {
  display: flex;
}

.menu ul li {
  padding: 0 15px;
}

.menu ul li a {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 15px;
  display: block;
}

.menu ul li a.active {
  border: 2px solid #000;
}

.overlay {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 1000;
}

.btn-menu {
  position: absolute;
  right: 20px;
  top: 27px;
  width: 28px;
  height: 28px;
  background: url(../images/btn-menu.svg) no-repeat;
  display: none;
}

.submenu {
  display: none;
  position: fixed;
  top: 72px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 15px;
  z-index: 1001;
  width: 100%;
}

.submenu .close-submenu {
  position: absolute;
  right: 90px;
  top: 25px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}

.content-sub-menu {
  padding-top: 60px;
  max-width: 1145px;
  width: 100%;
  margin: 0 auto;
}

.content-sub-menu .title-menu {
  font-size: 47px;
  color: #fff;
  font-weight: 900;
  padding-bottom: 25px;
}

.content-sub-menu .list-sub-menu {
  display: flex;
  gap: 30px;
}

.content-sub-menu .list-sub-menu .col-sub-menu:first-child {
  max-width: 380px;
}

.content-sub-menu .list-sub-menu h4 {
  font-size: 30px;
  font-weight: 900;
  color: #BB7E39;
  padding-bottom: 15px;
}

.content-sub-menu .list-sub-menu ul {
  flex-direction: column;
}

.content-sub-menu .list-sub-menu ul li {
  padding: 0 0 20px 0;
}

.content-sub-menu .list-sub-menu ul li a {
  font-size: 23px;
  color: #fff;
  font-weight: 900;
}

.inner-banner img {
  display: block;
  width: 100%;
}

.inner-intro {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

.inner-intro h2 {
  font-size: 80px;
  font-weight: 800;
  padding-bottom: 60px;
}

.inner-intro p {
  font-size: 21px;
  line-height: 26px;
}

.actu-event {
  background: #fff;
}

.actu-event .title-section h2,
.actu-event .title-section p {
  color: #000;
}

.items-exp .item-actu {
  overflow: hidden;
  border-radius: 40px;
  background: #fff;
  width: calc((100% - 80px) / 3);
  position: relative;
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.18);
}

.items-exp .item-actu span.type {
  font-size: 16px;
  position: absolute;
  top: 24px;
  left: 24px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  padding: 8px 16px;
  background: rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
}

.items-exp .item-actu .visu-actu {
  overflow: hidden;
}

.items-exp .item-actu .visu-actu img {
  display: block;
  width: 100%;
}

.items-exp .item-actu .detail-actu {
  padding: 25px;
}

.items-exp .item-actu .detail-actu span {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  color: #134665;
  font-weight: 700;
}

.items-exp .item-actu .detail-actu span.date {
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 15px;
}

.items-exp .item-actu .detail-actu span.city {
  font-weight: 600;
}

.items-exp .item-actu .detail-actu span.city img {
  margin-right: 5px;
}

.items-exp .item-actu .detail-actu span .type {
  font-weight: 900;
}

.intro-evenement .col-desc {
  width: 100%;
  padding-right: 0;
}

.intro-evenement .visu-event {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.intro-evenement .visu-event img {
  display: block;
  width: 100%;
}

.intro-evenement .type-event {
  font-size: 16px;
  position: absolute;
  top: 24px;
  left: 24px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  padding: 8px 16px;
  background: rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
}

.intro-evenement .line-info-event {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.box-contact {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}

.box-contact .col-infos {
  width: 60%;
}

.box-contact .col-infos h2 {
  font-size: 80px;
  font-weight: 900;
  padding-bottom: 40px;
}

.box-contact .col-infos h5 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 25px;
}

.box-contact .col-infos .item-infos-contct {
  padding-bottom: 40px;
}

.box-contact .col-infos .infos-plus-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}

.box-contact .col-visu {
  width: 40%;
}

.box-contact .col-visu img {
  display: block;
  width: 100%;
  height: auto;
}

.items-exp-buisness {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.items-exp-buisness .grid-item {
  position: relative;
}

#marker-info {
  max-width: 517px;
  width: 100%;
  padding: 40px;
  background: #fff;
  border-radius: 24px;
}

#marker-info .head {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}

#marker-info .name-loc {
  font-size: 24px;
  font-weight: 900;
}

#marker-info .name-loc span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding-bottom: 10px;
}

#marker-info .visu-loc {
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 20px;
}

#marker-info .visu-loc img {
  display: block;
  width: 100%;
}

#marker-info h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}

#marker-info p {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0;
  line-height: 22px;
}

#marker-info .infos-plus-loc {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

#marker-info .links-loc {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

#marker-info .links-loc a {
  display: block;
  text-align: center;
  border: 1px solid #000;
  border-radius: 48px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  color: #000;
}

#marker-info .links-loc a img {
  margin-left: 5px;
}

#marker-info .links-loc a:first-child {
  background: #000;
  color: #fff;
}

#marker-info #closePopupBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/xmark.svg) center no-repeat #000;
  border: none;
  cursor: pointer;
}

#map {
  height: 930px;
  width: 100%;
  margin-bottom: 40px;
}

#marker-info {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 10;

  display: none;
  max-height: 600px;
  overflow: auto;
}

.wrrap-map {
  position: relative;
}

.bar-serch {
  max-width: 656px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.bar-serch input[type=text] {
  border: 1px solid #000;
  border-radius: 48px;
  height: 48px;
  width: 100%;
  padding: 0 40px 0 15px;
  font-size: 16px;
  font-weight: 600;
}

.bar-serch input[type=submit] {
  border: none;
  width: 25px;
  height: 25px;
  background: url(../images/icon-search.png);
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 0;
  cursor: pointer;
}

.choice-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Cacher les vrais checkboxes */
.choice-group input[type=checkbox] {
  display: none;
}

/* Label qui sert de bouton */
.choice-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid #EDEDED;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: sans-serif;
  font-size: 16px;
  height: 35px;
  background: #fff;
}

.choice-group input[type=checkbox]:checked+label {
  border-color: #000;
}

.choice-group input[type=checkbox]:checked+label::after {
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  content: "✔";
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .cart-geo .txt-geo p {
    font-size: 48px;
  }

  .list-infos {
    gap: 15px;
  }

  .list-infos .card-info {
    padding: 30px 25px 80px 25px;
  }

  .list-infos .card-info .title-info {
    font-size: 24px;
  }

  .links-menu {
    gap: 40px;
  }

  .col-menu ul li a {
    font-size: 15px;
  }

  .content-text-environs {
    font-size: 47px;
  }

  .row-footer {
    flex-direction: column;
    align-items: center;
  }

  .box-logo {
    text-align: center;
  }

  .menu-footer {
    align-items: center;
    padding-top: 30px;
  }

  .menu-footer {
    padding-bottom: 30px;
  }

  .copyright {
    padding-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .item-guide,
  .item-experince,
  .item-incontroubles,
  .item-evirons {
    width: 360px;
  }

  .our-guide,
  .our-experince,
  .incontroubles,
  .envitons,
  .informations,
  .cart-geo {
    padding: 50px 0;
  }

  .list-infos .card-info {
    width: 407px;
  }

  .informations .swiper-horizontal>.swiper-pagination-progressbar,
  .informations .swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 22px;
  }

  .list-agences .item-agence {
    width: calc((100% - 40px) / 2);
  }

  .list-articles .item-article {
    width: calc((100% - 40px) / 2);
  }

  .wrraper-text-banner {
    position: static;
    transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .actus-list .item-actu {
    width: calc((100% - 40px) / 2);
  }

  .inner-cookies {
    padding: 15px;
  }

  .inner-cookies p {
    font-size: 16px;
    line-height: 18px;
  }

  .inner-cookies a {
    font-size: 15px;
    padding: 16px 35px;
  }

  .brescrumb ul li {
    font-size: 13px;
  }

  .list-exp {
    padding-top: 50px;
  }

  .list-exp .grid-item {
    width: calc((100% - 40px) / 2);
  }

  .illus-desc {
    padding: 50px 0;
  }

  .illus-desc .col-desc h2 {
    font-size: 53px;
  }

  .intro-experience .col-desc h2 {
    font-size: 53px;
  }

  .list-restau .items-restau .grid-item,
  .list-restau .items-heber .grid-item,
  .list-heber .items-restau .grid-item,
  .list-heber .items-heber .grid-item {
    width: calc((100% - 40px) / 2);
  }

  .item-evenement {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .btn-menu {
    display: block;
  }

  .menu {
    position: fixed;
    top: 79px;
    left: 100%;
    background: #fff;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    padding-top: 79px;
  }

  .menu.show {
    left: 0;
  }

  .menu ul {
    flex-direction: column;
  }

  .menu>ul>li>a {
    font-size: 26px;
    border-bottom: 1px solid #000;
    padding-left: 5px;
    margin-bottom: 8px;
    position: relative;
  }

  .menu>ul>li>a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    right: 3px;
  }

  .submenu {
    display: block;
    top: 72px;
    left: 100%;
    transform: none;
    background: #fff;
    transition: all 0.3s;
    height: 100%;
  }

  .submenu.show {
    left: 0;
  }

  .back-menu {
    display: block;
    font-size: 20px;
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 25px;
  }

  .back-menu:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-135deg);
    position: absolute;
    top: 6px;
    left: 5px;
  }

  .menu .close-all {
    display: block;
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 21px;
    z-index: 9999;
  }

  .content-sub-menu {
    padding-top: 25px;
  }

  .content-sub-menu .title-menu {
    display: none;
  }

  .content-sub-menu .list-sub-menu {
    flex-direction: column;
  }

  .content-sub-menu .list-sub-menu ul li {
    padding-bottom: 0;
  }

  .content-sub-menu .list-sub-menu ul li a {
    color: #000;
    font-size: 21px;
    font-weight: 400;
  }

  .content-sub-menu .list-sub-menu h4 {
    color: #000;
    font-size: 26px;
    padding-left: 15px;
  }

  .vr-switch-langur,
  .link-business,
  .link-contact {
    display: none;
  }

  .menu .link-contact {
    display: block;
  }

  .container-menu {
    padding-right: 64px;
  }

  .actus-list .item-actu {
    width: 100%;
  }

  .text-environs,
  .slide-environs {
    width: 100%;
  }

  .envitons {
    padding: 50px 20px 75px 20px;
  }

  .content-text-environs {
    padding: 0 0 40px 0;
  }

  .item-guide,
  .item-experince,
  .item-incontroubles,
  .item-evirons {
    width: 257px;
  }

  .item-evirons a {
    font-size: 13px;
    padding: 13px 43px 13px 20px;
  }

  .item-guide {
    width: 303px;
  }

  .actus {
    padding: 25px 0 45px 0;
  }

  .actus .title-section {
    padding-bottom: 40px;
  }

  .item-experince {
    width: 348px;
  }

  .item-incontroubles {
    width: 342px;
  }

  .cart-geo .txt-geo,
  .cart-geo .visu-geo {
    width: 100%;
  }

  .cart-geo .txt-geo {
    padding-right: 0;
  }

  .cart-geo .txt-geo a {
    display: none;
  }

  .cart-geo .visu-geo {
    text-align: center;
    padding: 0 35px;
  }

  .cart-geo .visu-geo a {
    display: inline-block;
  }

  .links-menu {
    flex-direction: column;
    text-align: center;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .links-rs {
    padding-right: 0;
  }

  .copyright ul {
    flex-wrap: wrap;
  }

  .parts {
    display: block;
    text-align: center;
  }

  .tools {
    padding-right: 0;
  }

  .control-swiper {
    display: none;
  }

  .list-infos .card-info {
    width: 305px;
  }

  .list-agences .item-agence {
    width: 100%;
  }

  .list-articles .item-article {
    width: 100%;
  }

  .restaurants,
  .hebergement,
  .agences,
  .evenements,
  .artiles-region {
    padding: 50px 0;
  }

  .restaurants h2,
  .hebergement h2,
  .agences h2,
  .evenements h2,
  .artiles-region h2 {
    font-size: 37px;
    padding-bottom: 20px;
  }

  .filters {
    padding-bottom: 25px;
  }

  .artiles-region .title-page h1 {
    font-size: 37px;
    padding-bottom: 20px;
  }

  .opportunites .content-opportunites h2 {
    font-size: 47px;
  }

  .list-infos.list-attous .card-info {
    padding: 25px;
  }

  .list-infos.list-attous .card-info .title-info {
    font-size: 21px;
  }

  .list-infos.list-attous .card-info .title-info span {
    font-size: 54px;
  }

  .organismes .item-organismes {
    flex-direction: column;
    padding: 25px;
  }

  .organismes .item-organismes .visu-organisme {
    width: 100%;
  }

  .organismes .item-organismes .info-organisme {
    width: 100%;
  }

  .intro-buisness {
    overflow: hidden;
    height: 450px;
    padding: 0 15px;
  }

  .intro-buisness .container {
    background: #F3FFFE;
    padding: 25px;
    border-radius: 40px;
  }

  .list-exp .grid-item {
    width: 100%;
  }

  .illus-desc .col-desc {
    width: 100%;
    padding-right: 0;
    padding-bottom: 25px;
  }

  .illus-desc .col-illus {
    width: 100%;
    padding-left: 0;
  }

  .intro-experience .col-desc {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .intro-experience .col-illus {
    width: 100%;
    padding-left: 0;
  }

  .list-restau .items-restau .grid-item,
  .list-restau .items-heber .grid-item,
  .list-heber .items-restau .grid-item,
  .list-heber .items-heber .grid-item {
    width: 100%;
  }

  .item-evenement {
    width: 100%;
  }

  .menu-secondary {
    gap: 15px;
  }

  .list-exp .grid-item .visu-exp img,
  .list-exp .swiper-slide.grid-item:nth-child(3n + 2) .visu-exp img {
    height: 250px;
  }

  .list-infos.list-chiffres .card-chiffre {
    padding: 48px 15px;
  }

  .list-infos.list-chiffres .card-chiffre .title-info {
    font-size: 21px;
  }

  .header .menu .vr-switch-langur {
    display: block;
    margin-top: 60px;
    margin: 60px 15px 0 15px;
    border-bottom: 1px solid #000;
  }

  .header .menu .ui-dropdown-list:before {
    top: 9px;
  }

  .header .menu .vr-switch-langur .ui-dropdown-list {
    padding: 8px 15px 8px 0;
    font-size: 26px;

  }

  .header .menu .vr-switch-langur .ui-dropdown-list strong {
    border: none;
    display: block;
    width: 100%;
    font-size: 26px !important;
  }

  .header .menu .vr-switch-langur .ui-dropdown-list strong:after {
    transform: rotate(-226deg);
  }

  .header .menu .vr-switch-langur .ui-dropdown-list ul {
    display: none;
    width: 100%;
    top: 42px;
    width: calc(100% + 35px);
  }

  .header .menu .vr-switch-langur .ui-dropdown-list.active ul {
    display: block;
  }

  .header .menu .vr-switch-langur .ui-dropdown-list ul li {
    display: block;
    width: 100%;
    padding-left: 33px;
  }

  .header .menu .vr-switch-langur .ui-dropdown-list ul li a {
    float: none;
    font-size: 26px !important;
  }
}

/* Page 404 */
.page-404 {
  max-width: 1125px;
  padding: 167px 15px 380px 15px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.page-404 p {
  font-size: 28px;
  color: #0A0A0A;
  padding-bottom: 50px;
}

.page-404 strong {
  font-size: 28px;
  color: #0A0A0A;
  font-size: 72px;
  font-weight: 900;
  display: block;
  padding-bottom: 50px;
}

.page-404 .visu {
  margin-bottom: 102px
}

.page-404 .back-home {
  padding: 26px 40px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #000;
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
}

.wrapp-link {
  padding-bottom: 40px;
  width: 100%;
}

.wrapp-link a {
  text-decoration: none;
  position: relative;
  padding: 16px 24px;
  display: flex;
  width: fit-content;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 600;
  gap: 16px;
  color: #000;
}

.wrapp-link a:before {
  content: "";
  background: url(../images/arrow-left-darck.svg) center no-repeat;
  width: 14px;
  height: 16px;
}

.search-pgp {
  padding: 80px;
}

.search-pgp .rst-ttt {
  font-size: 37px;
  font-weight: 900;
  padding-bottom: 50px;
}

.search-pgp article {
  padding-bottom: 40px;
}

.search-pgp article p {
  font-size: 18px;
  line-height: 24px;
}

.search-pgp article p a {
  text-decoration: underline;
}

.search-pgp article a {
  color: #000;
}

.search-pgp article header a {
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 20px;
  display: block;
}

.col-desc div p {
  font-size: 21px;
  color: #0A0A0A;
  line-height: 1.4;
  padding-bottom: 15px;
}


.col-desc div strong {
  font-weight: 700;
}

.col-desc div h1 {
  font-size: 36px;
  color: #0A0A0A;
  font-weight: 700;
  padding-bottom: 15px;
}

.col-desc div h2 {
  font-size: 32px;
  color: #0A0A0A;
  font-weight: 700;
  padding-bottom: 15px;
}

.col-desc div h3 {
  font-size: 26px;
  color: #0A0A0A;
  font-weight: 700;
  padding-bottom: 15px;
}

.col-desc div h4 {
  font-size: 22px;
  color: #0A0A0A;
  font-weight: 700;
  padding-bottom: 15px;
}

.col-desc div h5 {
  font-size: 18px;
  color: #0A0A0A;
  font-weight: 700;
  padding-bottom: 15px;
}

.col-desc div h6 {
  font-size: 17px;
  color: #0A0A0A;
  font-weight: 600;
  padding-bottom: 15px;
}

.col-desc div ul {
  list-style: disc;
  padding-left: 35px;
  padding-bottom: 35px;


}

.col-desc div ul li {
  padding-bottom: 10px;
  font-size: 18px;
  color: #0A0A0A;
}

.col-desc div ol {
  list-style: decimal;
  padding-left: 35px;
  padding-bottom: 35px;


}

.col-desc div ol li {
  padding-bottom: 10px;
  font-size: 18px;
  color: #0A0A0A;
}

.col-desc div blockquote {
  font-style: italic;
  font-size: 20px;
  padding-bottom: 20px;
}

.col-desc div blockquote p {
  font-size: 20px;
}

.col-desc div blockquote span {
  display: block;
  font-style: normal;
  font-weight: 600;
}

.col-desc div blockquote i {
  font-style: italic;
}

.col-desc div blockquote legend {
  font-style: italic;
  font-weight: 300;
  padding-bottom: 20px;
}