.section-half {
  padding: 50px;
}

.navbar-brand img {
  height: 40px;
}

.main-nav .container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-brand img {
  max-height: 60px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-nav.ml-auto .language-btn {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
}

.nav-link:hover {
  color: #2e7eed !important;
}

.btn-pale {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: linear-gradient(to bottom right, #2e7eed, #2e8efd);
  color: white; /* #2e7eed; */
  border: 1px solid transparent;
  font-weight: 600 !important;
  text-align: center;
  transition: all 0.3s ease-in-out;
  text-transform: none;
  padding: 1em 1em !important;
  min-width: 100px;
}

.btn-subscribe {
  background-color: #FFFFFF;
  color: #2e7eed;
}

 .btn-primary {
  border-radius: 30px;
}

.btn {
  border-radius: 2em;
  padding: 1em 2em; 
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
}

.btn:hover {
  background-color: #1d50b0;
}

.btn-pale:hover {
  background: linear-gradient(to bottom right, #1d50b0, #123c84);
}

.btn-main-md {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.section-bottom {
  padding-bottom: 100px;
} 

.scroll-top-to {
  border-radius: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/* Used for aos:fade-left who fucked the page centering */
.parent-container {
  overflow: hidden;
}

.success-message,
.error-message {
    padding: 10px;
    border-radius: 4px;
    margin-top: 15px;
    display: none;
}

.success-message {
    background-color: #dff0d8;
    color: #3c763d;
}

.error-message {
    background-color: #f2dede;
    color: #a94442;
}

/* .main-nav .dropdown .dropdown-menu .dropdown-item.active, .main-nav .dropdown .dropdown-menu .dropdown-item.focus, .main-nav .dropdown .dropdown-menu .dropdown-item:focus,  */

.main-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #efefef;
  color: #2e7eed;
}

.dropdown-item-lang {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pre-i18n {
  visibility: hidden;
}

.language-btn {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 999px;
  color: #333;
  font-weight: 600;
  width: 40px;
  height: 40px;
  font-size: 14px;
  padding: 0;
  margin-left: 15px;
}

.language-btn:hover {
  background-color: #1d50b0;
  color: white;
}

@media (max-width: 768px) {
  .language-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

/***********************************/
/*        Cookie banner            */
/***********************************/

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 450px;
  background: #fff;
  color: #333;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 16px #0000005c;
  z-index: 10000;
}

.cookie-title {
  color: black;
  font-size: 16px;
  margin-bottom: 8px;
}

.cookie-description {
  font-size: 14px;
  margin-bottom: 20px;
}

.cookie-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-description a {
  color: #007bff; /* ou le bleu que tu veux */
  text-decoration: underline; /* facultatif */
}

#accept-cookies,
#reject-cookies {
  padding: .375rem .75rem !important;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 450px) {
  .cookie-banner {
    left: 10px;
    right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* PROMO BANNER ********************************************************************/
.promo-banner-wrapper 
{
    text-align: center;
    position: relative;
    z-index: 10;
}

.promo-banner {
    background: #dc3545;
    color: #fafafa;
    padding: 10px 20px;
    font-weight: 600;
    max-width: 500px;
    margin: 0 auto;
}

.promo-banner-wrapper, .promo-banner {
  pointer-events: auto;
  opacity: 1;
}

@media (min-width: 500px) {
    .promo-banner {
        border-radius: 0px 0px 10px 10px;
    }
}

/* Removing the default arrow only for selects inside the contact page */
.contact-form select {
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url("/images/icons/chevron.down.svg") !important;
  background-size: 12px !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) center !important;
}

.doodle-vet {
  width: 70%;
  padding-top: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 10px;
}

@media (max-width: 991.98px) {
  .doodle-vet {
    width: 100%;
  }
}

.actualite-image {
  max-height: 300px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 15px;
}

.actualite-title {
  font-weight: 600;
  font-size: 1.5rem;
}

.logo-container {
  background: #f8f9fa;
  border-radius: 16px;
  min-height: 120px;
  height: 120px;
}

.logo-container-dark {
  background: #000000;
  border-radius: 16px;
  min-height: 120px;
  height: 120px;
}

.bg-semi-light {
  background-color: #e4e4e4 !important;
}