@charset "UTF-8";
/*
Theme Name: vetostephanie
Theme URI: https://onionstudio.be/
Author: Onion Studio
Author URI: https://onionstudio.be/
Description: Centre Vétérinaire Stéphanie's custom theme
Requires at least: 6.3
Tested up to: 6.3
Requires PHP: 8.2
Version: 1.0
Text Domain: vetostephanie
*/
@import url("css2.css");
details {
  border-top: solid 1px #4f5e77;
  box-sizing: border-box;
}
details summary {
  outline: none;
  display: block;
  position: relative;
  padding: 10px 50px 10px 0;
  min-height: 35px;
  line-height: 35px;
  font-size: 24px;
  font-weight: 400;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary:focus {
  border: none;
}
details summary::marker {
  content: "" !important;
}
details summary + p {
  margin-top: 8px;
}
details summary:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 0;
  background: url(images/more-white.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  transition: all 1s;
}
details[open] summary:before {
  transform: rotate(225deg);
}
details > :not(summary):last-child {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  details {
    width: 100%;
  }
  details summary,
  details details {
    font-size: 18px;
  }
  details summary {
    padding: 10px 0 10px 50px;
    text-align: right;
  }
  details summary:before {
    right: auto;
    left: 0;
  }
}

body#announcements {
  background-color: #14284a;
  color: #ffffff;
  background-image: url(images/dog-cat.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 15%;
}
body#announcements main {
  margin: auto 0;
}
body#announcements h1 {
  color: #ffffff;
}
body#announcements aside,
body#announcements article {
  background-color: #ffffff;
  color: #4f5e77;
}
body#announcements article figure {
  min-height: 350px;
}
body#announcements figure {
  background-color: #14284a;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50%;
}
body#announcements figure.cat {
  background-image: url(images/cat-white.svg);
}
body#announcements figure.dog {
  background-image: url(images/dog-white.svg);
}
body#announcements figure.photo {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body#announcements .logo {
  width: 40%;
}

.wp-block-columns {
  position: relative;
}
.wp-block-columns .wp-block-column {
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .wp-block-columns {
    flex-direction: column;
  }
}

#convention .wp-block-column,
#tarifs .wp-block-column {
  width: 33%;
  padding-right: 25px;
  padding-left: 25px;
}
#convention .wp-block-column:first-child,
#tarifs .wp-block-column:first-child {
  padding-left: 0;
}
#convention .wp-block-column:last-child,
#tarifs .wp-block-column:last-child {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  #convention .wp-block-column,
  #tarifs .wp-block-column {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  color: #4f5e77;
  overflow-x: hidden;
}
body main {
  margin-top: 303px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1400px) {
  body main {
    margin-top: 110px;
    margin-bottom: 50px;
  }
}
body main > div.container-fluid {
  overflow-x: hidden;
}
body.page-without-title-mb0 main, body.page-lost-pet main, body.page-announcement main {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #14284a;
}

.p-4-5 {
  padding: 2rem !important;
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1420px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

nav#main-menu {
  background-color: #ffffff !important;
  padding: 110px 0;
  height: 303px;
  transition: padding 0.3s, height 0.3s;
}
nav#main-menu [data-bs-target="#mainMenuOffcanvas"] {
  background-image: none;
  padding-right: 12px !important;
}
nav#main-menu .logo {
  width: 194px;
}
nav#main-menu #publisher {
  z-index: 100;
}
nav#main-menu #publisher .navbar-brand {
  display: inline-block;
  /*img {
      max-height: 56px;
  }
  @media screen and (max-width: 767px) {
      img {
          height: 35px;
      }
  }*/
}
nav#main-menu .nav-link {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #14284a;
}
@media screen and (max-width: 1399px) {
  nav#main-menu .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  nav#main-menu .nav-link {
    font-size: 11px;
  }
}
nav#main-menu #mainMenuOffcanvas ul {
  width: auto;
  margin-left: auto;
}
@media screen and (max-width: 1399px) {
  nav#main-menu #mainMenuOffcanvas {
    background-color: #14284a;
    color: #ffffff;
  }
  nav#main-menu #mainMenuOffcanvas .nav-link {
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    padding: 4px 0;
  }
  nav#main-menu #mainMenuOffcanvas .nav-link:hover {
    color: #ddf3fa;
  }
  nav#main-menu #mainMenuOffcanvas ul {
    width: 100%;
    margin-right: auto;
  }
  nav#main-menu #mainMenuOffcanvas .btn-primary {
    display: inline-block;
    font-size: 14px;
    padding: 4px 35px 4px 8px;
    background-color: #ddf3fa !important;
    color: #14284a !important;
    border: solid 1px #ddf3fa;
    background-image: url(images/chevron.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
  }
  nav#main-menu #mainMenuOffcanvas .btn-primary:hover {
    color: #14284a;
    background-image: url(images/chevron.svg);
    background-color: #ffffff !important;
  }
  nav#main-menu #mainMenuOffcanvas .btn-close {
    background-position: right center;
    width: auto;
    line-height: 16px;
    padding-right: 20px;
  }
}
nav#main-menu img.wpml-ls-flag {
  min-height: 20px;
  margin-top: 3px;
}
@media screen and (max-width: 1399px) {
  nav#main-menu {
    padding: 15px 0;
    height: 113px;
  }
}
@media screen and (min-width: 1400px) {
  nav#main-menu #header-phone {
    position: absolute;
    bottom: -36px;
    right: 38px;
    width: 200px;
    text-align: center;
  }
  nav#main-menu #header-phone a {
    padding-top: 2px;
  }
}

#footer {
  padding: 130px 0;
  background-color: #ddf3fa;
  font-size: 14px;
  font-weight: 500;
}
#footer a {
  color: #14284a;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer h4 {
  font-size: 20px;
  font-weight: 500;
}
#footer .menu-item {
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  #footer {
    padding: 50px 0;
  }
  #footer #menu-footer-1 {
    margin-bottom: 0;
  }
  #footer .menu-item {
    padding-bottom: 5px;
  }
}

h1 {
  font-size: 54px;
  font-weight: 500;
}
h1.page-title {
  font-size: 54px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  h1.page-title {
    font-size: 32px;
  }
}

h2 {
  font-size: 44px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
h2.page-title {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  h2.page-title {
    font-size: 21px;
  }
}

li.social a {
  padding-left: 25px;
  background-repeat: no-repeat;
}
li.social.facebook a {
  background-image: url(images/icon-facebook.svg);
  background-position: center left 3px;
}
li.social.instagram a {
  background-image: url(images/icon-instagram.svg);
  background-position: center left;
}

p.link-primary > a {
  color: #14284a;
  text-decoration: none;
}
p.link-primary > a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #14284a !important;
  text-decoration-color: #14284a !important;
}

a.link-primary {
  color: #14284a;
  text-decoration: none;
}
a.link-primary:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #14284a !important;
  text-decoration-color: #14284a !important;
}
a.link-underline-primary {
  color: #14284a;
  -webkit-text-decoration-color: #14284a !important;
  text-decoration-color: #14284a !important;
}
a.link-underline-primary:hover {
  text-decoration: none;
}

.btn,
.contain-btn a {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s, color 0.3s, border 0.3s;
}

.btn-primary,
.contain-btn-primary a {
  border: solid 1px #14284a !important;
  background-color: #14284a;
  color: #ffffff !important;
  text-decoration: none !important;
  background-image: url(images/chevron-white.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px !important;
}
.btn-primary:hover,
.contain-btn-primary a:hover {
  border-color: #14284a;
  background-color: transparent;
  color: #14284a !important;
  background-image: url(images/chevron.svg);
  background-color: #ffffff !important;
}

.contain-btn-small a {
  padding: 4px 4px 4px 10px;
}

.contain-btn-secondary > a,
.btn-secondary {
  background-color: #ddf3fa !important;
  color: #14284a !important;
  border: solid 1px #ddf3fa;
  padding-right: 35px;
  background-image: url(images/chevron.svg);
  background-repeat: no-repeat;
  background-position: right 13px center;
}
.contain-btn-secondary > a:hover,
.btn-secondary:hover {
  background-color: #ffffff !important;
  color: #14284a;
}

.contain-btn-white > a,
.btn-white {
  background-color: #ffffff !important;
  color: #14284a !important;
  border: solid 1px #14284a;
  padding-right: 35px;
  background-image: url(images/chevron.svg);
  background-repeat: no-repeat;
  background-position: right 13px center;
}
.contain-btn-white > a:hover,
.btn-white:hover {
  background-image: url(images/chevron.svg);
  background-color: #ddf3fa !important;
}

.bg-primary {
  background-color: #14284a !important;
  color: #ffffff;
  position: relative;
  border-radius: 4px;
}
.bg-primary.bg-extend {
  padding: 120px 0;
  margin-bottom: 28px;
  border-radius: 0;
}
.bg-primary.bg-extend::after, .bg-primary.bg-extend::before {
  content: " ";
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #14284a;
  z-index: -1;
}
.bg-primary.bg-extend::after {
  right: -800px;
}
.bg-primary.bg-extend::before {
  left: -800px;
}
@media screen and (max-width: 991px) {
  .bg-primary.bg-extend {
    padding: 50px 0;
  }
}
@media screen and (max-width: 580px) {
  .bg-primary.bg-extend::after, .bg-primary.bg-extend::before {
    width: 24px;
  }
  .bg-primary.bg-extend::after {
    right: -24px;
  }
  .bg-primary.bg-extend::before {
    left: -24px;
  }
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
  color: #ffffff;
}
.bg-primary h1 strong, .bg-primary h2 strong, .bg-primary h3 strong, .bg-primary h4 strong, .bg-primary h5 strong, .bg-primary h6 strong {
  color: #ddf3fa;
}
.bg-primary .btn-primary,
.bg-primary .contain-btn-primary a {
  border: solid 1px #ffffff !important;
}
.bg-primary .btn-primary:hover,
.bg-primary .contain-btn-primary a:hover {
  background-color: #ddf3fa;
  border: solid 1px #ddf3fa !important;
}
.bg-primary a {
  color: #ffffff;
}
.bg-primary a:hover {
  text-decoration: none;
}
.bg-primary li.social.facebook a {
  background-image: url(images/icon-facebook-white.svg);
}
.bg-primary li.social.instagram a {
  background-image: url(images/icon-instagram-white.svg);
}
@media screen and (max-width: 991px) {
  .bg-primary.wp-block-column {
    padding: 120px 0;
    margin-bottom: 28px;
    border-radius: 0;
  }
  .bg-primary.wp-block-column::after, .bg-primary.wp-block-column::before {
    content: " ";
    width: 800px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #14284a;
    z-index: -1;
  }
  .bg-primary.wp-block-column::after {
    right: -800px;
  }
  .bg-primary.wp-block-column::before {
    left: -800px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .bg-primary.wp-block-column {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 580px) {
  .bg-primary.wp-block-column::after, .bg-primary.wp-block-column::before {
    width: 24px;
  }
  .bg-primary.wp-block-column::after {
    right: -24px;
  }
  .bg-primary.wp-block-column::before {
    left: -24px;
  }
}

.bg-secondary {
  background-color: #ddf3fa !important;
  position: relative;
  border-radius: 4px;
}
.bg-secondary .contain-btn-white > a,
.bg-secondary .btn-white {
  color: #14284a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.bg-secondary .contain-btn-white > a:hover,
.bg-secondary .btn-white:hover {
  background-image: url(images/chevron-white.svg) !important;
  border-color: #14284a !important;
  background-color: #14284a !important;
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff;
  border-radius: 4px;
  color: #4f5e77;
}
.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6 {
  color: #14284a;
}

.text-bg-success {
  background-color: #A1E2B0 !important;
  color: #14284a !important;
}

.acf-fields,
.acf-field {
  border: none !important;
}

@media screen and (max-width: 767px) {
  .acf-field-group:first-child {
    margin-bottom: 0;
  }
  .acf-field-group.mb-5 {
    margin-top: 0;
  }
}

form .acf-form-submit {
  margin-left: calc(50% + 15px);
  padding-left: 15px;
  margin-top: -50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  form .acf-form-submit {
    margin-left: 0;
  }
}
form #form-jobs textarea {
  height: 211px;
}
form #form-contact textarea {
  height: 125px;
}
form .btn-primary {
  background-image: url(images/icon-send-white.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 35px;
}
form .btn-primary:hover {
  background-image: url(images/icon-send.svg);
}

body.home #commitments-container {
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  body.home #commitments-container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.home #commitments-container .commitment {
  padding: 2rem;
  border-radius: 4px;
  background-color: #ffffff;
  color: #4f5e77;
}
body.home #commitments-container .commitment h1, body.home #commitments-container .commitment h2, body.home #commitments-container .commitment h3, body.home #commitments-container .commitment h4, body.home #commitments-container .commitment h5, body.home #commitments-container .commitment h6 {
  color: #14284a;
}
body.home #commitments-container .commitment:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  body.home #commitments-container .commitment {
    padding: 35px;
  }
}
@media screen and (max-width: 991px) {
  body.home #commitments-container .commitment {
    padding: 25px;
  }
}
body.home #lost-pet {
  max-width: 50%;
  min-height: 500px;
}
@media screen and (max-width: 991px) {
  body.home #lost-pet {
    max-width: none;
  }
}
body.home .bg-dog {
  position: relative;
  padding-bottom: 100px !important;
  background-image: url(images/dog.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50%;
}
body.home .bg-dog .wp-block-buttons {
  position: absolute;
  bottom: 0;
}
body.home #services .service .card-img-top {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.home #services .service .card-body {
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  body.home #services .service .card-body {
    padding: 1rem;
  }
}
body.home #contact-container {
  color: #c4c9d2;
}
body.home #contact-container a {
  color: #c4c9d2;
}
body.home #contact-container h2, body.home #contact-container h3 {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  body.home #contact-container {
    color: #4f5e77;
    background-color: #ffffff !important;
  }
  body.home #contact-container::before, body.home #contact-container::after {
    display: none;
  }
  body.home #contact-container a, body.home #contact-container h2, body.home #contact-container h3 {
    color: #14284a;
  }
  body.home #contact-container li.social.facebook a {
    background-image: url(images/icon-facebook.svg);
  }
  body.home #contact-container li.social.instagram a {
    background-image: url(images/icon-instagram.svg);
  }
}
body.home .review .star {
  max-width: 22px;
}

body.page-services h1.page-title,
body.single-service h1.page-title {
  font-size: 28px;
  font-weight: 500;
}
body.page-services h1.page-title small,
body.single-service h1.page-title small {
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  body.page-services h1.entry-title,
  body.single-service h1.entry-title {
    font-size: 28px;
  }
  body.page-services h1.entry-title small,
  body.single-service h1.entry-title small {
    font-size: 22px;
  }
}
body.page-services h2,
body.single-service h2 {
  font-size: 22px;
  font-weight: 500;
}
body.page-services h3,
body.single-service h3 {
  font-size: 24px;
  font-weight: 700;
}
body.page-services #menu-services a,
body.single-service #menu-services a {
  padding: 15px;
  margin: 5px 0;
  display: block;
  text-decoration: none;
  color: #14284a;
  border-radius: 4px;
}
body.page-services #menu-services a .icon *,
body.single-service #menu-services a .icon * {
  fill: #14284a;
}
body.page-services #menu-services a:hover, body.page-services #menu-services a.active,
body.single-service #menu-services a:hover,
body.single-service #menu-services a.active {
  color: #ffffff;
  background: #14284a url(images/chevron-white.svg) no-repeat right 15px center;
}
body.page-services #menu-services a:hover .icon *, body.page-services #menu-services a.active .icon *,
body.single-service #menu-services a:hover .icon *,
body.single-service #menu-services a.active .icon * {
  fill: #ffffff;
}
@media screen and (max-width: 991px) {
  body.page-services #menu-services a,
  body.single-service #menu-services a {
    color: #ffffff;
    background: #14284a url(images/chevron-white.svg) no-repeat right 15px center;
  }
  body.page-services #menu-services a .icon *,
  body.single-service #menu-services a .icon * {
    fill: #ffffff;
  }
  body.page-services #menu-services a:hover, body.page-services #menu-services a.active,
  body.single-service #menu-services a:hover,
  body.single-service #menu-services a.active {
    background: #ffffff url(images/chevron.svg) no-repeat right 15px center;
    color: #14284a;
  }
  body.page-services #menu-services a:hover .icon *, body.page-services #menu-services a.active .icon *,
  body.single-service #menu-services a:hover .icon *,
  body.single-service #menu-services a.active .icon * {
    fill: #14284a;
  }
}
body.page-services .entry-content h2,
body.single-service .entry-content h2 {
  font-size: 28px;
  font-weight: 500;
}
body.page-services .entry-content h3,
body.single-service .entry-content h3 {
  font-size: 22px;
  font-weight: 400;
}
body.page-services .entry-content summary,
body.page-services .entry-content details,
body.single-service .entry-content summary,
body.single-service .entry-content details {
  font-size: 18px;
}
body.page-services .entry-content summary:before,
body.single-service .entry-content summary:before {
  background: url(images/more.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
body.page-services .modal-header button,
body.single-service .modal-header button {
  padding-right: 30px;
  background-image: url(images/close-white.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
body.page-services .modal-header button:hover,
body.single-service .modal-header button:hover {
  background-image: url(images/close.svg);
}
body.page-services .modal-footer,
body.single-service .modal-footer {
  align-items: start;
  justify-content: flex-start;
}

.service,
.team_member {
  color: #4f5e77;
}
.service h1, .service h2, .service h3, .service h4, .service h5, .service h6,
.team_member h1,
.team_member h2,
.team_member h3,
.team_member h4,
.team_member h5,
.team_member h6 {
  color: #14284a;
}
.service .bg-white.p-4,
.team_member .bg-white.p-4 {
  padding: 2rem !important;
}
@media screen and (max-width: 991px) {
  .service .bg-white.p-4,
  .team_member .bg-white.p-4 {
    padding: 0 !important;
  }
  .service .bg-white.p-4 .team_member_content,
  .team_member .bg-white.p-4 .team_member_content {
    padding: 2rem !important;
  }
}

@media screen and (max-width: 991px) {
  #team-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.page-id-16 h1 {
  font-size: 32px;
  font-weight: 500;
}
.page-id-16 h2 {
  font-size: 22px;
  font-weight: 400;
}

body:not(.home) #contact-columns {
  padding-top: 50px;
}
body:not(.home) #contact-columns a {
  color: #14284a;
  text-decoration: none;
}
body:not(.home) #contact-columns a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  #boutique-container {
    flex-direction: column-reverse;
  }
  #boutique-container h1 {
    font-size: 28px;
    font-weight: 500;
  }
  #boutique-container h2 {
    font-size: 32px;
    font-weight: 500;
  }
}

/*# sourceMappingURL=style.css.map */
