.bleu {
  color: #60C9CF;
}

.noir {
  color: #333333;
}

.white {
  color: #ffffff;
}

.bleu-ciel {
  color: #BCF9FA;
}

.gris {
  color: #EDEFEF;
}

.marron {
  color: #BC9A7A;
}

.black {
  color: #000;
}

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

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

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

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

.vce {
  margin-bottom: 0;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.uppercase {
  text-transform: uppercase;
}

.no-underline {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

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

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

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

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

strong, b {
  font-family: "Barlow Bold";
}

.btn-marron {
  font-size: 1.0416666667vw;
  font-family: "Barlow Regular";
  line-height: 1.6;
  padding: 1.09375vw 1.9791666667vw;
  color: #ffffff;
  background-color: #BC9A7A;
  border: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn-marron {
    font-size: 18px !important;
    padding: 18px 25px;
  }
}
.btn-marron:hover {
  background-color: #60C9CF;
}

.btn-bleu {
  font-size: 1.0416666667vw;
  font-family: "Barlow Regular";
  line-height: 1.6;
  padding: 1.09375vw 1.9791666667vw;
  color: #ffffff;
  background-color: #60C9CF;
  border: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn-bleu {
    font-size: 18px !important;
    padding: 18px 25px;
  }
}
.btn-bleu:hover {
  background-color: #BC9A7A;
}

h2 {
  font-size: 1.6666666667vw;
  line-height: 1.406;
  font-family: "Barlow Bold";
  color: #BC9A7A;
  font-weight: 700;
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
}
ul br {
  display: none;
}
ul li {
  padding-bottom: 1.0416666667vw;
}

header {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 99999999999;
  transition: all 0.3s;
  /* .en-class.right-header{
     width:55%;
   }*/
}
header .inter-header {
  padding-left: 4.1666666667vw;
  padding-right: 2.4479166667vw;
  background-color: #333333;
  display: flex;
  line-height: inherit;
  height: 6.875vw;
  align-items: center;
  justify-content: center;
}
header .site-branding {
  width: 18%;
  float: left;
}
header .site-branding img {
  width: 100%;
}
header .right-header {
  width: 58%;
  float: left;
  padding-left: 2.0833333333vw;
  padding-top: 1.1979166667vw;
  padding-bottom: 0;
  padding-right: 2.34375vw;
  border-right: 1px solid #BC9A7A;
}
header .right-header .bloc-1 {
  display: inline-block;
  float: right;
}
header .right-header .bloc-1 .top-menu {
  float: right;
  width: 23%;
}
header .right-header .bloc-1 .sociaux {
  padding-right: 1.5104166667vw;
  display: flex;
}
header .right-header .bloc-1 .sociaux .fb {
  margin-right: 6px;
  background-image: url("/wp-content/themes/vsc-theme/img/Facbook.svg");
  width: 1.9791666667vw;
  height: 1.9791666667vw;
  background-size: 1.9791666667vw 1.9791666667vw;
}
header .right-header .bloc-1 .sociaux .insta {
  background-image: url("/wp-content/themes/vsc-theme/img/Instagram.svg");
  width: 1.9791666667vw;
  height: 1.9791666667vw;
  background-size: 1.9791666667vw 1.9791666667vw;
}
header .right-header .bloc-1 .selecteur {
  color: #BC9A7A;
  text-transform: uppercase;
  font-family: "Barlow Regular";
  width: 50%;
  float: right;
}
header .right-header .bloc-1 .selecteur .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
  padding-left: 0.8854166667vw;
}
header .right-header .bloc-1 .selecteur .wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
header .right-header .bloc-1 .selecteur .wpml-ls-legacy-list-horizontal .wpml-ls-current-language {
  font-family: "Barlow Bold";
}
header .right-header .bloc-1 .selecteur .wpml-ls-legacy-list-horizontal .wpml-ls-first-item a:after {
  content: "/";
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px;
}
header .en-class.bloc-2 {
  width: 20%;
}
header .en-class.bloc-2 .fs32 {
  font-size: 1.5625vw;
}
header .en-class .bloc-1 .main-navigation {
  width: 80%;
}
header .bloc-2 {
  width: 17%;
  float: right;
  padding-left: 2.6041666667vw;
}
header .bloc-2 .phone {
  font-size: 1.8229166667vw;
  font-family: "Barlow SemiBold";
  padding-bottom: 0.4166666667vw;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) and (min-width: 768px) {
  header .bloc-2 .phone {
    font-size: 1.4641288433vw;
    padding-bottom: 0.878477306vw;
  }
}
header .bloc-2 .phone:before {
  content: "";
  width: 1.875vw;
  height: 1.875vw;
  background-image: url("/wp-content/themes/vsc-theme/img/tel.svg");
  background-size: 1.875vw 1.875vw;
  vertical-align: middle;
}

.main-navigation {
  float: right;
  padding-top: 1.0416666667vw;
  color: #ffffff;
}
@media (max-width: 1366px) and (min-width: 768px) {
  .main-navigation {
    padding-top: 1.0980966325vw;
  }
}
.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;
}
.main-navigation ul li {
  float: left;
  position: relative;
  padding-left: 1.0416666667vw;
}
.main-navigation ul li a {
  font-size: 1.1458333333vw;
  font-family: "Barlow SemiBold";
}
@media (max-width: 1366px) and (min-width: 768px) {
  .main-navigation ul li a {
    font-size: 1.1713030747vw;
  }
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #333333;
  border-top: 4px solid #BC9A7A;
}
.main-navigation ul ul ul {
  left: -999em;
  top: -4px;
}
.main-navigation ul ul li {
  float: left;
  position: relative;
  padding-top: 0.5vw !important;
  padding-bottom: 0.5vw !important;
  padding-left: 0 !important;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul li a {
  font-size: 1.0416666667vw;
  text-transform: none !important;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  line-height: 1.3;
  min-width: 13.8020833333vw;
  display: block;
  color: #ffffff;
}
.main-navigation ul ul li:first-child {
  padding-top: 0.7291666667vw !important;
}
.main-navigation ul ul li:last-child {
  border-bottom: none !important;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul .wpml-ls-menu-item a {
  display: inline !important;
}

#menu-item-wpml-ls-16-en, #menu-item-wpml-ls-16-fr {
  display: none;
}

.site-header.sticky .inter-header {
  height: 4.6875vw;
}
.site-header.sticky .inter-header .site-branding {
  width: 11% !important;
  padding-bottom: 0 !important;
}
.site-header.sticky .inter-header .site-branding img {
  height: auto;
}
.site-header.sticky .inter-header .right-header .top-menu {
  display: none;
}
.site-header.sticky .inter-header .right-header .main-navigation {
  padding-top: 0 !important;
  width: 100% !important;
}
.site-header.sticky .urgence-btn {
  display: none;
}

.current_page_item a, .current-menu-parent.current-page-parent {
  color: #60C9CF;
}
/*# sourceMappingURL=../css/header.css.map */
