@charset "UTF-8";
.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

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

.blackC {
  color: #062A35;
}

.green {
  color: #B8DB95;
}

.blue {
  color: #034866;
}

.blueC {
  color: #84C8D8;
}

.white {
  color: white;
}

.underline {
  text-decoration: underline;
}

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

h1 {
  font-size: 3.90625vw;
  line-height: 1.2;
  color: white;
  font-family: "Manrope SemiBold";
  font-weight: 600;
}
@media (max-width: 767px) {
  h1 {
    font-size: 33px;
    letter-spacing: -0.42px;
  }
}

h2 {
  font-size: 3.125vw;
  line-height: 1.16;
  color: #034866;
  font-family: "Manrope Bold";
  font-weight: 700;
  letter-spacing: -0.16px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

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

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

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

.br-30 {
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .br-30 {
    border-radius: 20px;
  }
}
.br-30 img {
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .br-30 img {
    border-radius: 20px;
  }
}

.br-40 {
  border-radius: 2.0833333333vw;
}
@media (max-width: 767px) {
  .br-40 {
    border-radius: 20px;
  }
}
.br-40 img {
  border-radius: 2.0833333333vw;
}
@media (max-width: 767px) {
  .br-40 img {
    border-radius: 20px;
  }
}

.blue-btn {
  background-color: #84C8D8;
  color: #062A35;
  border-radius: 1.1458333333vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  font-size: 0.8333333333vw;
  display: inline-block;
  padding: 0.625vw 1.5625vw;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767px) {
  .blue-btn {
    padding: 8px 19px;
    font-size: 11px;
    border-radius: 22px;
  }
}
.blue-btn:hover {
  background-color: #B8DB95;
  color: #062A35 !important;
}

.right {
  float: right;
}

.greenf-btn {
  background-color: #357C35;
  color: #B8DB95;
  border-radius: 1.1458333333vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  font-size: 0.8333333333vw;
  display: inline-block;
  padding: 0.625vw 1.1979166667vw;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767px) {
  .greenf-btn {
    padding: 8px 19px;
    font-size: 11px;
    border-radius: 22px;
  }
}
.greenf-btn:hover {
  background-color: white;
}

.green-btn {
  background-color: #B8DB95;
  color: #062A35;
  border-radius: 1.1458333333vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  font-size: 0.8333333333vw;
  display: inline-block;
  padding: 0.625vw 1.1979166667vw;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767px) {
  .green-btn {
    padding: 8px 19px;
    font-size: 11px;
    border-radius: 22px;
  }
}
.green-btn:hover {
  background-color: #84C8D8;
  color: #062A35 !important;
}

.black-btn {
  background-color: #062A35;
  color: #84C8D8;
  border-radius: 1.1458333333vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  font-size: 0.8333333333vw;
  display: inline-block;
  padding: 0.625vw 1.5625vw;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767px) {
  .black-btn {
    padding: 8px 19px;
    font-size: 11px;
    border-radius: 22px;
  }
}
.black-btn:hover {
  background-color: black;
  color: white !important;
}

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

.no-desktop {
  display: none;
}
@media (max-width: 767px) {
  .no-desktop {
    display: block;
  }
}

header .top-header {
  display: flex;
  background-color: #062A35;
  padding: 1.5104166667vw 7.8125vw;
  align-items: center;
  font-family: "Manrope SemiBold";
  font-size: 0.8333333333vw;
  color: white;
}
@media (max-width: 767px) {
  header .top-header {
    font-size: 12px;
    padding: 26px 25px;
    justify-content: space-between;
  }
}
header .top-header .adresse {
  padding-left: 13.5416666667vw;
  padding-right: 23.28125vw;
}
header .top-header .page-lien {
  display: flex;
  align-items: center;
}
header .top-header .page-lien .L1 {
  padding-right: 2.0833333333vw;
}
header .top-header a:hover {
  text-decoration: underline;
  color: #84C8D8;
}
header .head-nav {
  position: fixed;
  width: calc(100% - 15.625vw);
  z-index: 6;
  transition: bottom 0.8s;
  padding: 2.34375vw 7.8125vw 3.4375vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  header .head-nav {
    padding: 40px 30px 0;
    width: calc(100% - 60px);
    justify-content: normal;
  }
}
header .head-nav .site-branding a.custom-logo-link {
  display: inline-block;
}
header .head-nav .site-branding img {
  width: 5.4166666667vw;
  height: auto;
}
@media (max-width: 767px) {
  header .head-nav .site-branding img {
    width: 60px;
  }
}
header .head-nav .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 .head-nav .main-navigation ul li {
  float: left;
  position: relative;
  padding-left: 2.0833333333vw;
}
header .head-nav .main-navigation ul li a {
  font-size: 0.9375vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  line-height: 1.4;
  color: white;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: block;
  position: relative;
}
header .head-nav .main-navigation ul li:before {
  display: none;
}
header .head-nav .main-navigation ul .current_page_item > a::after, header .head-nav .main-navigation ul .current-menu-parent > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px; /* espace entre le texte et le soulignement */
  width: 100%;
  height: 1px; /* épaisseur de la ligne */
  background-color: white; /* couleur du soulignement */
}
header .head-nav .main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: white;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  border-radius: 10px;
}
@media (max-width: 767px) {
  header .head-nav .main-navigation ul ul {
    border-radius: 0;
  }
}
header .head-nav .main-navigation ul ul ul {
  left: -999em;
  top: -3px;
}
header .head-nav .main-navigation ul ul li {
  float: left;
  position: relative;
  padding-top: 0.5vw !important;
  padding-bottom: 0.5vw !important;
  padding-left: 0;
  border-top: 1px solid #EFEDE9;
}
header .head-nav .main-navigation ul ul li:hover > ul, header .head-nav .main-navigation ul ul li.focus > ul {
  left: 100%;
}
header .head-nav .main-navigation ul ul li a {
  font-size: 0.78125vw;
  text-transform: none !important;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  line-height: 1.3;
  min-width: 15.625vw;
  display: block;
  padding-bottom: 0 !important;
  color: #062A35;
}
header .head-nav .main-navigation ul ul li a:hover {
  color: #84C8D8;
  padding-left: 2.34375vw;
}
header .head-nav .main-navigation ul ul li a::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/dog.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.4583333333vw;
  height: 0.8854166667vw;
  display: flex;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
  opacity: 0;
  left: 0;
}
header .head-nav .main-navigation ul ul li a:hover::before {
  opacity: 1;
  left: 0.78125vw;
}
header .head-nav .main-navigation ul ul li:first-child {
  padding-top: 0.7291666667vw !important;
}
header .head-nav .main-navigation ul ul li:first-child {
  border-top: none !important;
}
header .head-nav .main-navigation ul ul li.current_page_item a {
  color: #034866 !important;
  padding-left: 32px;
}
@media (max-width: 767px) {
  header .head-nav .main-navigation ul ul li.current_page_item a {
    color: white !important;
    padding-left: 32px !important;
  }
}
header .head-nav .main-navigation ul ul li.current_page_item a::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/dog.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.4583333333vw;
  height: 0.8854166667vw;
  display: flex;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
  opacity: 1;
  left: 0;
}
@media (max-width: 767px) {
  header .head-nav .main-navigation ul ul li.current_page_item a::before {
    width: 28px;
    height: 17px;
    top: 65%;
  }
}
header .head-nav .main-navigation ul ul li.current_page_item a::after {
  background-color: transparent !important;
  display: none;
}
header .head-nav .main-navigation ul li:hover > ul,
header .head-nav .main-navigation ul li.focus > ul {
  left: auto;
}

@-webkit-keyframes smoothScroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes smoothScroll {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header.sticky .head-nav {
  background-color: rgba(6, 42, 53, 0.95);
  top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  animation-name: smoothScroll;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  z-index: 5;
}
/*# sourceMappingURL=../css/header.css.map */
