.center {
  text-align: center;
}

.black {
  color: #000;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-family: "Poppins Bold";
  font-weight: 700;
}

.regular {
  font-family: "Poppins Regular";
  font-weight: 400;
}

.segoe-bold {
  font-family: "Segoe UI bold";
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

.white {
  color: white;
}

.underline {
  text-decoration: underline;
}

.brown {
  color: #A68162;
}

.whiteF {
  color: #FFF2E1;
}

.nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .nowrap {
    white-space: inherit;
  }
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

h1, h2, h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: inherit;
}

.vce {
  margin-bottom: 0;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
  line-height: 1.5;
}

.test-bloc {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: "Poppins Bold";
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.24;
  color: #FFF8F0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  color: #A68162;
  font-family: "Poppins Bold";
  font-weight: 700;
  font-size: 3.3333333333vw;
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

.full-width .vce.vce-single-image-wrapper {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure .vce-single-image-figure-inner {
  width: 100% !important;
  height: auto;
}

.br-59 {
  border-radius: 3.0729166667vw;
}
@media (max-width: 767px) {
  .br-59 {
    border-radius: 25px;
  }
}

.br-20 {
  border-radius: 1.0416666667vw;
}
.br-20 .vce-single-image-wrapper {
  border-radius: 1.0416666667vw;
}
@media (max-width: 767px) {
  .br-20 .vce-single-image-wrapper {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .br-20 {
    border-radius: 15px;
  }
}

.br-53 {
  border-radius: 2.7604166667vw;
}
.br-53 .vce-content-background-container {
  border-radius: 2.7604166667vw;
}
@media (max-width: 767px) {
  .br-53 .vce-content-background-container {
    border-radius: 20px;
  }
}
.br-53 .vce-single-image-wrapper {
  border-radius: 2.7604166667vw;
}
@media (max-width: 767px) {
  .br-53 .vce-single-image-wrapper {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .br-53 {
    border-radius: 20px;
  }
}
.br-53 > .vce-col-inner {
  border-radius: 2.7604166667vw;
}
@media (max-width: 767px) {
  .br-53 > .vce-col-inner {
    border-radius: 20px;
  }
}

.blue-btn {
  background-color: #012A52;
  color: #F8EBDC;
  font-family: "Poppins Regular";
  font-size: 0.8333333333vw;
  padding: 1.0416666667vw 1.6666666667vw;
  border-radius: 1.7708333333vw;
  border: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  width: 11.3020833333vw;
}
@media (max-width: 767px) {
  .blue-btn {
    font-size: 14px;
    padding: 15px;
    width: 200px;
    border-radius: 15px;
  }
}
.blue-btn::before {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 1.7708333333vw;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: linear-gradient(to right, #012A52, #A68162);
}
@media (max-width: 767px) {
  .blue-btn::before {
    border-radius: 15px;
  }
}

.blue-btn:hover::before {
  width: calc(100% + 1px);
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}

.plus-btn {
  background-color: #F8EBDC;
  color: #A68162;
  font-family: "Poppins Regular";
  font-size: 0.8333333333vw;
  padding: 1.0416666667vw 1.6666666667vw;
  border-radius: 1.7708333333vw;
  border: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  width: 8.3333333333vw;
}
@media (max-width: 767px) {
  .plus-btn {
    font-size: 14px;
    padding: 15px;
    width: 130px;
    border-radius: 15px;
  }
}
.plus-btn:hover {
  background-color: #012A52;
}

@media (max-width: 767px) {
  header .interH {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    justify-content: space-between;
    align-items: center;
  }
  header .custom-logo-link {
    display: none !important;
  }
  header #mob-logo {
    display: inline-block;
  }
  header .site-branding {
    background-color: transparent !important;
    border-radius: 0 !important;
  }
  header .site-branding img {
    width: 60px !important;
    height: auto;
  }
  header .troisiemebarre {
    position: absolute;
    top: 19px;
    left: 0;
    display: block;
    height: 0;
    width: 35px;
    padding: 0;
    border-top: 3px solid #012A52;
    content: "";
    border-radius: 25px;
  }
  header .button {
    width: 35px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 12399994;
    content: "";
    right: 30px;
    top: 26%;
  }
  header .button:after {
    left: 0;
    position: absolute;
    top: 30px;
    display: block;
    width: 35px;
    border-top: 3px solid #012A52;
    content: "";
    border-radius: 25px;
  }
  header .button:before {
    content: "";
    transition: 0.3s;
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    border-top: 3px solid #012A52;
    width: 35px;
    border-radius: 25px;
  }
  header .button.menu-opened .troisiemebarre {
    display: none;
  }
  header .button.menu-opened:after {
    transition: all 0.3s ease;
    top: 20px;
    border-top: 5px solid #012A52;
    width: 35px;
    transform: rotate(45deg);
  }
  header .button.menu-opened:before {
    top: 20px;
    border-top: 5px solid #012A52;
    width: 35px;
    transform: rotate(-45deg);
  }
  header .submenu-button {
    position: absolute;
    z-index: 99;
    right: 5px;
    top: 0;
    display: block;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  header .submenu-button.submenu-opened:after {
    background: #A68162;
  }
  header .submenu-button.submenu-opened:before {
    display: none;
  }
  header .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 16px;
    height: 2px;
    display: block;
    background: #A68162;
    content: "";
  }
  header .submenu-button:before {
    position: absolute;
    top: 15px;
    right: 26px;
    display: block;
    width: 2px;
    height: 16px;
    background: #A68162;
    content: "";
  }
  .cssmenu ul {
    border-top: 1px solid black;
    padding-top: 2vw;
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: none;
    z-index: 3;
    left: 0;
    position: absolute;
    top: 98%;
  }
  .cssmenu ul li {
    width: calc(100% - 20px);
    padding: 0 20px !important;
    margin-top: -1px;
    display: block;
    box-sizing: border-box;
  }
  .cssmenu ul li a {
    width: 100%;
    border-bottom: 0;
    color: #A68162 !important;
    font-size: 16px !important;
    border-bottom: 1px solid black;
    padding: 14px 0 !important;
    text-align: left;
    float: left;
  }
  .cssmenu ul li:last-child a {
    border-bottom: none;
  }
  .cssmenu ul li.phone {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .cssmenu ul li.phone a {
    text-align: center;
    border-bottom: none;
  }
  .cssmenu ul li.blue-btnh {
    margin-bottom: 10px;
  }
  .cssmenu ul li.blue-btnh a {
    text-align: center;
  }
  .cssmenu ul .current-menu-parent > a {
    font-weight: 700;
  }
  .cssmenu ul ul {
    position: relative !important;
    left: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0 !important;
    text-align: left;
    padding: 0 !important;
    background: black !important;
    border: none !important;
    top: 0 !important;
    padding-bottom: 5px !important;
  }
  .cssmenu ul ul li {
    height: auto;
    padding: 0 15px !important;
    border-bottom: none !important;
    float: left !important;
  }
  .cssmenu ul ul li a {
    width: 100%;
    border-bottom: none !important;
    padding: 10px 0 !important;
    color: #A68162;
    background: none;
    float: left;
    font-size: 14px !important;
  }
  .cssmenu ul ul li:hover > a {
    font-weight: 700;
  }
  .cssmenu ul ul li.active > a {
    font-weight: 700;
  }
  .cssmenu ul ul ul {
    position: relative !important;
    left: 0 !important;
    width: 100%;
    margin: 0;
    text-align: left;
    border-top: none;
    background-color: white !important;
    top: 6px !important;
    padding-bottom: 5px !important;
  }
  .cssmenu ul ul ul li a {
    border-bottom: none !important;
    font-size: 14px !important;
    line-height: 15px;
    color: black !important;
  }
  .cssmenu ul ul ul li.active a {
    border-left: none;
  }
  .cssmenu ul ul .submenu-button {
    height: 40px;
    width: 40px;
    color: #A68162;
  }
  .cssmenu ul ul .submenu-button:after {
    top: 19px;
    right: 9px;
  }
  .cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  .cssmenu ul ul > li.has-sub > a:after {
    display: none;
  }
  .cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  .site-header.sticky .interH {
    padding: 10px;
  }
  .site-content {
    top: 100px !important;
  }
  .no-mobile {
    display: none;
  }
  .no-pr.pr-440, .no-pr.pr-140, .no-pr.pr-165, .no-pr.pr-50, .no-pr.pr-330, .no-pr.pr-275, .no-pr.pr-260, .no-pr.pr-50, .no-pr.pr-100, .no-pr.pr-65, .no-pr.pr-585, .no-pr.pr-200, .no-pr.pr-225 {
    padding-right: 0 !important;
  }
  .no-pl.pl-50 {
    padding-left: 0 !important;
  }
  .no-pt.pt-120, .no-pt.pt-70, .no-pt.pt-40, .no-pt.pt-108 {
    padding-top: 0 !important;
  }
  .bg-mobile {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
  }
  .pb-30-mob {
    padding-bottom: 30px;
  }
  .pt-440-mob {
    padding-top: 440px !important;
  }
  .mb-30-mob {
    margin-bottom: 30px;
  }
  .center-slider-full .pt-90 {
    padding-top: 0 !important;
  }
  .servicebl .titleS {
    display: none;
  }
}
/*# sourceMappingURL=../css/mobile.css.map */
