.center {
  text-align: center;
}

.blackC {
  color: #262525;
}

.grey {
  color: #525252;
}

.white {
  color: white;
}

.black {
  color: #000;
}

.blackB {
  color: #2A2D42;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

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

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

.medium {
  font-family: "Manrope Medium";
  font-weight: 500;
}

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

.bold, strong {
  font-family: "Manrope Bold";
  font-weight: 700;
}

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

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

.right {
  text-align: right;
}

.vce {
  margin-bottom: 0;
}

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

.semibold {
  font-family: "Manrope SemiBold";
  font-weight: 600;
}

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

h1 {
  font-family: "Marcellus";
  font-weight: 400;
  font-size: 4.8611111111vw;
  line-height: 120%;
  color: white;
}
@media (max-width: 767px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-family: "Marcellus";
  font-weight: 400;
  font-size: 3.4722222222vw;
  line-height: 120%;
  color: black;
  letter-spacing: -0.06px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-family: "Marcellus";
  font-weight: 400;
  font-size: 2.2222222222vw;
  line-height: 120%;
  color: white;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

em {
  white-space: nowrap;
  font-style: inherit;
}
@media (max-width: 767px) {
  em {
    white-space: normal;
  }
}

.red-btn {
  color: white;
  background-color: #E03E28;
  text-align: center;
  display: inline-flex;
  padding: 1.0416666667vw 1.3888888889vw 1.1805555556vw;
  font-family: "Manrope Medium";
  font-size: 1.25vw;
  line-height: 150%;
  border-radius: 10px;
}
.red-btn:hover {
  background-color: #262525;
}
@media (max-width: 767px) {
  .red-btn {
    font-size: 14px;
    padding: 15px;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 6;
  transition: bottom 0.8s;
  background-color: #F3F3F3;
}
header .inter-contentH {
  padding: 4px 4.4444444444vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  header .inter-contentH {
    padding: 4px 22px;
  }
}
header .inter-contentH .site-branding a.custom-logo-link {
  display: inline-block;
}
header .inter-contentH .site-branding img {
  max-width: 4.9305555556vw;
  height: auto;
}
@media (max-width: 767px) {
  header .inter-contentH .site-branding img {
    max-width: 71px;
  }
}
header .main-navigation {
  width: 46%;
  margin-left: 1%;
}
@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: 2.2222222222vw;
}
header .main-navigation ul li a {
  font-size: 1.1111111111vw;
  font-family: "Manrope Medium";
  font-weight: 500;
  line-height: 150%;
  color: #262525;
  display: block;
  position: relative;
}
header .main-navigation ul li a:hover {
  color: #E03E28;
}
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: #E03E28;
}
header .main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #F6F6F6;
  border-top: 3px solid #E03E28;
}
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 #000;
}
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: 1.0416666667vw;
  font-family: "Manrope Medium";
  font-weight: 500;
  text-transform: none !important;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  line-height: 130%;
  min-width: 16.6666666667vw;
  display: block;
  padding-bottom: 0 !important;
  color: #000;
}
header .main-navigation ul ul li:first-child {
  padding-top: 0.9722222222vw !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 li.menu-item-has-children > a::after {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/fleche-b.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.6944444444vw;
  transition: all 200ms linear 0ms;
}
@media (max-width: 1100px) and (min-width: 768px) {
  header .main-navigation li.menu-item-has-children > a::after {
    width: 10px;
  }
}
@media (max-width: 767px) {
  header .main-navigation li.menu-item-has-children > a::after {
    display: none !important;
  }
}
header .main-navigation li.menu-item-has-children > a:hover::after {
  background-image: url("/wp-content/themes/vsc-theme/images/fleche-g.svg");
  vertical-align: center;
  transform: rotate(-180deg);
  width: 13px;
  height: 8px;
}
header .main-navigation .menu-item .sub-menu li.menu-item-has-children > a:after {
  transform: translate(0, -50%);
  background-image: url("/wp-content/themes/vsc-theme/images/fleche-b.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  transform: rotate(-90deg);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 40%;
  right: 3px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  header .main-navigation .menu-item .sub-menu li.menu-item-has-children > a:after {
    width: 8px;
  }
}
header .main-navigation .menu-item .sub-menu li.menu-item-has-children > a:hover::after {
  background-image: url("/wp-content/themes/vsc-theme/images/fleche-g.svg");
}
header .RDV-btn {
  color: white;
  background-color: #E03E28;
  text-align: center;
  display: inline-flex;
  padding: 1.0416666667vw 1.3888888889vw 1.1805555556vw;
  font-family: "Manrope Medium";
  font-size: 1.25vw;
  line-height: 150%;
  border-radius: 10px;
}
header .RDV-btn .icon-calendar::before {
  background-image: url("/wp-content/themes/vsc-theme/images/Calendar.svg");
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  position: relative;
  display: block;
  margin-right: 11px;
  animation: shakeThatBooty 2s ease infinite;
}
header .RDV-btn:hover {
  background-color: #262525;
}
header .btn-externe {
  display: flex;
  align-items: center;
}
header .btn-externe .phone-number {
  margin-right: 7.7777777778vw;
}
/*# sourceMappingURL=../css/header.css.map */
