.brown {
  color: #9E7957;
}

.black-clair {
  color: #141720;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

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

.white {
  color: white;
}

.underline {
  text-decoration: underline;
}

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

b, strong, .gras {
  font-weight: 700;
}

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

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

h1 {
  font-family: "PlayfairDisplay regular";
  font-weight: 400;
  font-size: 3.125vw;
  line-height: 1.33;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: "PlayfairDisplay regular";
  font-weight: 400;
  font-size: 2.8645833333vw;
  line-height: 1.32;
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

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

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

.vce {
  margin-bottom: 0;
}

ul, ol {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
}

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

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

.segoe {
  font-family: "Segoe UI regular";
  font-weight: 400;
}

.playfair {
  font-family: "PlayfairDisplay regular";
  font-weight: 400;
}

a:hover {
  text-decoration: underline;
  color: #9E7957;
}

.black-btn {
  background-color: #141720;
  color: white;
  padding: 1.1458333333vw 1.0416666667vw;
  font-family: "Segoe UI regular";
  font-weight: 400;
  font-size: 0.8333333333vw;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border: none;
  min-width: 13.0208333333vw;
}
.black-btn:hover {
  background-color: #9E7957;
  text-decoration: none;
  color: white;
}
@media (max-width: 767px) {
  .black-btn {
    padding: 20px 18px;
    font-size: 14px;
    min-width: 170px;
  }
}

.br-60 {
  border-radius: 3.125vw;
}

.br-51 {
  border-radius: 2.65625vw;
}
.br-51 > .vce-col-inner {
  border-radius: 2.65625vw;
}
@media (max-width: 767px) {
  .br-51 > .vce-col-inner {
    border-radius: 26px;
  }
}
@media (max-width: 767px) {
  .br-51 {
    border-radius: 26px;
  }
}

.brt-400 {
  border-top-left-radius: 20.8333333333vw;
  border-top-right-radius: 20.8333333333vw;
}
@media (max-width: 767px) {
  .brt-400 {
    border-top-left-radius: 170px;
    border-top-right-radius: 170px;
  }
}
.brt-400 img {
  border-top-left-radius: 20.8333333333vw;
  border-top-right-radius: 20.8333333333vw;
}
@media (max-width: 767px) {
  .brt-400 img {
    border-top-left-radius: 170px;
    border-top-right-radius: 170px;
  }
}

.lh-1 {
  line-height: 100%;
}

hr {
  margin-block-start: 0.9375vw;
  margin-block-end: 0.9375vw;
  color: #141720;
}
@media (max-width: 767px) {
  hr {
    margin-block-start: 15px;
    margin-block-end: 15px;
  }
}

@media (max-width: 767px) {
  header .inter-contentH {
    background-color: rgb(255, 255, 255);
    padding: 5px !important;
  }
  header .site-branding img {
    width: 100px !important;
    height: auto;
  }
  header .troisiemebarre {
    position: absolute;
    top: 19px;
    left: 0;
    display: block;
    height: 0;
    width: 35px;
    padding: 0;
    border-top: 3px solid #141720;
    content: "";
    border-radius: 25px;
  }
  header .button {
    width: 35px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 12399994;
    content: "";
    right: 30px;
    top: 27%;
  }
  header .button:after {
    left: 0;
    position: absolute;
    top: 30px;
    display: block;
    width: 35px;
    border-top: 3px solid #141720;
    content: "";
    border-radius: 25px;
  }
  header .button:before {
    content: "";
    transition: 0.3s;
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    border-top: 3px solid #141720;
    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 #141720;
    width: 35px;
    transform: rotate(45deg);
  }
  header .button.menu-opened:before {
    top: 20px;
    border-top: 5px solid #141720;
    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: #9E7957;
  }
  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: #9E7957;
    content: "";
  }
  header .submenu-button:before {
    position: absolute;
    top: 15px;
    right: 26px;
    display: block;
    width: 2px;
    height: 16px;
    background: #9E7957;
    content: "";
  }
  .main-navigation {
    border-bottom: none !important;
  }
  .icons-sociaux {
    display: none !important;
  }
  .icon-social {
    float: left !important;
    width: 33.33% !important;
    margin-bottom: 10px;
    margin-top: 10px !important;
  }
  .icon-social a {
    width: 40px !important;
    height: 14px !important;
    background-color: transparent;
    line-height: 14px !important;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1.5px solid #141720;
    margin: 0 5px;
  }
  .icon-social a:hover .icon {
    transform: rotateY(360deg);
  }
  .icon-social a .icon {
    position: relative;
    transition: 0.5s;
    z-index: 3;
  }
  .icon-social a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #141720;
    transition: 0.5s;
    z-index: 2;
  }
  .icon-social a:hover:before {
    top: 0;
    background-color: #141720;
  }
  .icon-social a:hover .icon-fb {
    background-image: url("/wp-content/themes/vsc-theme/images/Facebook-icon1-white.svg");
  }
  .icon-social a:hover .icon-insta {
    background-image: url("/wp-content/themes/vsc-theme/images/Instagram-icon-white.svg");
  }
  .icon-social a:hover .icon-linkedin {
    background-image: url("/wp-content/themes/vsc-theme/images/Linkedin-icon-white.svg");
  }
  .icon-social .icon-fb {
    background-image: url("/wp-content/themes/vsc-theme/images/Facebook-icon.svg");
    background-repeat: no-repeat;
    background-size: 9px 20px;
    width: 9px;
    height: 20px;
    background-position: center;
    top: -3px;
    left: 14px;
  }
  .icon-social .icon-insta {
    background-image: url("/wp-content/themes/vsc-theme/images/Instagram-icon.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    background-position: center;
    top: -2px;
    left: 11px;
  }
  .icon-social .icon-linkedin {
    background-image: url("/wp-content/themes/vsc-theme/images/Linkedin-icon.svg");
    background-repeat: no-repeat;
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    background-position: center;
    top: -3px;
    left: 12px;
  }
  .no-desktop {
    display: block !important;
  }
  .cssmenu ul {
    border-top: 1px solid #141720;
    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: 100%;
    padding: 0 20px !important;
    margin-top: -1px;
    display: block;
    box-sizing: border-box;
  }
  .cssmenu ul li a {
    width: 100%;
    border-bottom: 0;
    color: #9E7957 !important;
    font-size: 16px !important;
    border-bottom: 1px solid #141720;
    padding: 14px 0 !important;
    text-align: left;
    float: left;
  }
  .cssmenu ul li:last-child a {
    border-bottom: none;
  }
  .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: #141720 !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: #9E7957;
    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: #141720 !important;
  }
  .cssmenu ul ul ul li.active a {
    border-left: none;
  }
  .cssmenu ul ul .submenu-button {
    height: 40px;
    width: 40px;
    color: #9E7957;
  }
  .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 .inter-contentH .site-branding img {
    width: 100px;
    max-width: 100px !important;
  }
  .top-b .vce-asset-background-simple-item {
    background-image: none !important;
    background-color: rgba(245, 237, 232, 0.5);
  }
  .no-pl.pl-400 {
    padding-left: 0 !important;
  }
  .no-pr.pr-262, .no-pr.pr-136, .no-pr.pr-25, .no-pr.pr-162, .no-pr.pr-215, .no-pr.pr-70, .no-pr.pr-66, .no-pr.pr-115, .no-pr.pr-175, .no-pr.pr-30, .no-pr.pr-100 {
    padding-right: 0 !important;
  }
  .no-plr.plr-465, .no-plr.plr-100 {
    padding-left: 0;
    padding-right: 0;
  }
  .pl-30-mob {
    padding-left: 30px;
  }
  .mob.fs20 {
    font-size: 16px !important;
  }
  .pb-30-mob {
    padding-bottom: 30px;
  }
  .pb-50-mob {
    padding-bottom: 50px;
  }
  .hidden {
    display: none;
  }
  .show {
    display: inline-block;
  }
  .bas-footer .left-bl {
    padding-bottom: 15px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .no-mobile {
    display: none !important;
  }
  .mobile.nowrap {
    white-space: nowrap;
  }
  .hiddenmob {
    display: none;
  }
  .showmob {
    display: block;
  }
  .vce-flip-box-front {
    background-position: top !important;
  }
}
@media (max-width: 380px) {
  .nowrapmob {
    white-space: nowrap;
  }
}
/*# sourceMappingURL=../css/mobile.css.map */
