.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;
}

header {
  position: fixed;
  width: 100%;
  z-index: 6;
  transition: bottom 0.8s;
  animation-name: smoothScroll;
  animation-duration: 200ms;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
header .interH {
  display: flex;
  margin-right: 10.4166666667vw;
  margin-left: 6.1458333333vw;
}
header .site-branding {
  background-color: #A68162;
  border-bottom-left-radius: 20.8333333333vw;
  border-bottom-right-radius: 20.8333333333vw;
  padding: 2.3958333333vw 2.1875vw 4.1666666667vw;
}
header .site-branding img {
  max-width: 9.375vw;
  height: auto;
}
@media (max-width: 767px) {
  header .site-branding img {
    max-width: 70px;
  }
}
header .main-navigation {
  padding-top: 2.0833333333vw;
  width: 100%;
  margin-left: 1.3020833333vw;
}
@media (max-width: 767px) {
  header .main-navigation {
    width: auto;
  }
}
header .main-navigation ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
header .main-navigation ul li {
  float: left;
  position: relative;
  padding-left: 1.3020833333vw;
}
header .main-navigation ul li a {
  font-size: 1.0416666667vw;
  font-family: "Poppins Regular";
  line-height: 1.33;
  color: black;
  text-transform: uppercase;
  padding-top: 0.8854166667vw;
  padding-bottom: 0.8854166667vw;
  display: inline-block;
}
header .main-navigation ul li:before {
  display: none;
}
header .main-navigation ul .current_page_item > a, header .main-navigation ul .current-menu-parent > a {
  color: #A68162;
  text-decoration: underline;
  font-weight: 700;
}
header .main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #F8EBDC;
  border-top: 3px solid #A68162;
}
header .main-navigation ul ul ul {
  left: -999em;
  top: -3px;
}
header .main-navigation ul ul li {
  float: left;
  position: relative;
  padding-top: 0.5vw !important;
  padding-bottom: 0.5vw !important;
  padding-left: 0;
  border-bottom: 2px solid #FFF2E1;
}
header .main-navigation ul ul li:hover > ul, header .main-navigation ul ul li.focus > ul {
  left: 100%;
}
header .main-navigation ul ul li a {
  font-size: 0.8333333333vw;
  text-transform: none !important;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  line-height: 1.3;
  min-width: 13.5416666667vw;
  display: block;
  padding-bottom: 0 !important;
  padding-top: 5px !important;
}
header .main-navigation ul ul li:first-child {
  padding-top: 0.7291666667vw !important;
}
header .main-navigation ul ul li:last-child {
  border-bottom: none !important;
}
header .main-navigation ul li:hover > ul,
header .main-navigation ul li.focus > ul {
  left: auto;
}
header .main-navigation ul .wpml-ls-menu-item > a {
  border-radius: 50%;
  padding: 0.78125vw;
  color: #FFF2E1 !important;
  background-color: #012A52;
}
header .main-navigation ul .wpml-ls-menu-item > a:hover {
  transition: all 0.35s;
  background-color: #A68162;
}
header .blue-btnh {
  float: right;
}
header .blue-btnh a {
  padding: 0.8854166667vw 2.34375vw !important;
  background-color: #012A52;
  color: #FFF2E1 !important;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Poppins Regular";
  font-size: 0.9375vw !important;
  border: none;
  border-radius: 2.0833333333vw;
  box-sizing: border-box;
  text-align: center;
}
header .blue-btnh a:hover {
  transition: all 0.35s;
  background-color: #A68162;
}
header .phone a {
  padding: 0.8854166667vw !important;
  font-family: "Poppins Bold" !important;
  font-weight: 700;
  font-size: 1.0416666667vw !important;
  color: #012A52 !important;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 2.0833333333vw;
  transition: all 0.35s;
  display: inline-block;
}
header .phone a span {
  position: relative;
  z-index: 2;
}
header .phone a::before, header .phone a::after {
  height: 50%;
  position: absolute;
  left: 0;
  background-color: #012A52;
  transition: all 0.25s;
  content: "";
  z-index: 1;
}
header .phone a::before {
  top: 0;
  transform: translate(-100%, 0);
}
header .phone a::after {
  bottom: 0;
  transform: translate(-100%, 0);
}
header .phone a:hover {
  color: #FFF2E1 !important;
}
header .phone a:hover::before, header .phone a:hover::after {
  transform: translate(0, 0);
  width: 100%;
}

#mob-logo {
  display: none;
}

.site-header.sticky .custom-logo {
  display: none;
}
.site-header.sticky #mob-logo {
  display: inline-block;
  width: 4.6875vw;
  height: auto;
}
.site-header.sticky .interH {
  background-color: #FFF8F0;
  border-bottom-left-radius: 3.0729166667vw;
  border-bottom-right-radius: 3.0729166667vw;
}
.site-header.sticky .site-branding {
  background-color: transparent;
  border: none;
  padding: 15px 0 0 15px;
}
/*# sourceMappingURL=../css/header.css.map */
