
@charset "UTF-8";
:root {
    /* Couleurs primaires - tons de bleu */
    --primary:          #4a7caf;
    --primary-2:        #dae5f2;
    --primary-3:        #f5f9ff;
    --primary-4:        #e9f0f7;
    
    /* Couleurs secondaires - bleu plus foncé */
    --secondary:        #2c4b7a;
    --secondary-2:      #b3caea;
    --secondary-3:      #5a88b3;
    
    /* Tons de bleu remplaçant les tons de marron */
    --brown-1 :         #81a7d3;
    --brown-2 :         #5783b8;
    --brown-3 :         #2c4b7a;
    --brown-4 :         #1c335a;
    --brown-5 :         #dad5d5;
    --brown-6 :         #0c1726;
    
    /* Orange devenu bleu accent */
    --orange :          #3498db;
    --darkorange :      #2980b9;
    
    /* Tons de gris */
    --grey-1 :          #4f5b66;
    --grey-2 :          #3d4852;
    --grey-3 :          #8c97a3;
    --grey-4 :          #d2d6db;
    
    /* Variables RGBA blanches inchangées */
    --white-rgba-1 :    rgba(255, 255, 255, .1);
    --white-rgba-2 :    rgba(255, 255, 255, .2);
    --white-rgba-3 :    rgba(255, 255, 255, .3);
    --white-rgba-4 :    rgba(255, 255, 255, .4);
    --white-rgba-5 :    rgba(255, 255, 255, .5);
    --white-rgba-6 :    rgba(255, 255, 255, .6);
    --white-rgba-7 :    rgba(255, 255, 255, .7);
    --white-rgba-8 :    rgba(255, 255, 255, .8);
    --white-rgba-9 :    rgba(255, 255, 255, .9);
    --white        :    #fff;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

html, body {
    overflow-x: hidden;
    /* background-color: var(--brown-5); */
    background: linear-gradient(90deg, #9ec6e7, #dad5d5);
    min-width: 360px;
}

body {
    padding-top: 76px;
}


body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6, p, li, span {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

/* TEXTS */
.text-primary { color: var(--primary) !important}
.text-primary-2 { color: var(--primary-2) !important}
.text-primary-3 { color: var(--primary-3) !important}
.text-primary-4 { color: var(--primary-4) !important}

.text-secondary { color: var(--secondary) !important}
.text-secondary-2 { color: var(--secondary-2) !important}
.text-secondary-3 { color: var(--secondary-3) !important}

.text-brown-1 { color: var(--brown-1) !important}
.text-brown-2 { color: var(--brown-2) !important}
.text-brown-3 { color: var(--brown-3) !important}
.text-brown-4 { color: var(--brown-4) !important}
.text-brown-5 { color: var(--brown-5) !important}
.text-brown-6 { color: var(--brown-6) !important}

.text-orange { color: var(--orange) !important}
.text-darkorange { color: var(--darkorange) !important}
.text-moccasin {color: moccasin !important}
.text-beige {color: beige !important}

.text-white-rgba-1 { color: var(--white-rgba-1) !important }
.text-white-rgba-2 { color: var(--white-rgba-2) !important }
.text-white-rgba-3 { color: var(--white-rgba-3) !important }
.text-white-rgba-4 { color: var(--white-rgba-4) !important }
.text-white-rgba-5 { color: var(--white-rgba-5) !important }
.text-white-rgba-6 { color: var(--white-rgba-6) !important }
.text-white-rgba-7 { color: var(--white-rgba-7) !important }
.text-white-rgba-8 { color: var(--white-rgba-8) !important }
.text-white-rgba-9 { color: var(--white-rgba-9) !important }
.text-white { color: var(--white) !important }

/* LINKS */

a.link-primary,
a.link-primary:active,
a.link-primary:focus,
a.link-primary:focus-within,
a.link-primary:visited,
a.link-primary:target { color: var(--primary) !important }
a.link-primary:hover { color: var(--primary-2) !important }

a.link-primary-2,
a.link-primary-2:active,
a.link-primary-2:focus,
a.link-primary-2:focus-within,
a.link-primary-2:visited,
a.link-primary-2:target { color: var(--primary-2) !important }
a.link-primary-2:hover { color: var(--primary-3) !important }

a.link-primary-3,
a.link-primary-3:active,
a.link-primary-3:focus,
a.link-primary-3:focus-within,
a.link-primary-3:visited,
a.link-primary-3:target { color: var(--primary-3) !important }
a.link-primary-3:hover { color: var(--primary-4) !important }

a.link-primary-4,
a.link-primary-4:active,
a.link-primary-4:focus,
a.link-primary-4:focus-within,
a.link-primary-4:visited,
a.link-primary-4:target { color: var(--primary-4) !important }
a.link-primary-4:hover { color: var(--primary-4) !important }

a.link-secondary-2,
a.link-secondary-2:active,
a.link-secondary-2:focus,
a.link-secondary-2:focus-within,
a.link-secondary-2:visited,
a.link-secondary-2:target { color: var(--secondary-2) !important }
a.link-secondary-2:hover { color: var(--secondary-3) !important }

a.link-secondary-3,
a.link-secondary-3:active,
a.link-secondary-3:focus,
a.link-secondary-3:focus-within,
a.link-secondary-3:visited,
a.link-secondary-3:target { color: var(--secondary-3) !important }
a.link-secondary-3:hover { color: var(--secondary-3) !important }

a.link-brown-1,
a.link-brown-1:active,
a.link-brown-1:focus,
a.link-brown-1:focus-within,
a.link-brown-1:visited,
a.link-brown-1:target { color: var(--brown-1) !important }
a.link-brown-1:hover { color: var(--brown-2) !important }

a.link-brown-2,
a.link-brown-2:active,
a.link-brown-2:focus,
a.link-brown-2:focus-within,
a.link-brown-2:visited,
a.link-brown-2:target { color: var(--brown-2) !important }
a.link-brown-2:hover { color: var(--brown-3) !important }

a.link-brown-3,
a.link-brown-3:active,
a.link-brown-3:focus,
a.link-brown-3:focus-within,
a.link-brown-3:visited,
a.link-brown-3:target { color: var(--brown-3) !important }
a.link-brown-3:hover { color: var(--brown-4) !important }

a.link-brown-4,
a.link-brown-4:active,
a.link-brown-4:focus,
a.link-brown-4:focus-within,
a.link-brown-4:visited,
a.link-brown-4:target { color: var(--brown-4) !important }
a.link-brown-4:hover { color: var(--brown-3) !important }

a.link-brown-5,
a.link-brown-5:active,
a.link-brown-5:focus,
a.link-brown-5:focus-within,
a.link-brown-5:visited,
a.link-brown-5:target { color: var(--brown-5) !important }
a.link-brown-5:hover { color: var(--brown-4) !important }

a.link-orange,
a.link-orange:active,
a.link-orange:focus,
a.link-orange:focus-within,
a.link-orange:visited,
a.link-orange:target { color: var(--orange) !important }
a.link-orange:hover { color: var(--darkorange) !important }

/* BACKGROUNDS */

.bg-primary { background-color: var(--primary) !important }
.bg-primary-2 { background-color: var(--primary-2) !important }
.bg-primary-3 { background-color: var(--primary-3) !important }
.bg-primary-4 { background-color: var(--primary-4) !important }
.bg-secondary-2 { background-color: var(--secondary-2) !important }


.bg-secondary { background-color: var(--secondary) !important }

.bg-brown-1 { background-color: var(--brown-1) !important }
.bg-brown-2 { background-color: var(--brown-2) !important }
.bg-brown-3 { background-color: var(--brown-3) !important }
.bg-brown-4 { background-color: var(--brown-4) !important }
.bg-brown-5 { background-color: var(--brown-5) !important }
.bg-brown-6 { background-color: var(--brown-6) !important }

.bg-grey-1 { background-color: var(--grey-1) !important }
.bg-grey-2 { background-color: var(--grey-2) !important }
.bg-grey-3 { background-color: var(--grey-3) !important }
.bg-grey-4 { background-color: var(--grey-4) !important }

.bg-white-rgba-1 { background-color: var(--white-rgba-1) !important }
.bg-white-rgba-2 { background-color: var(--white-rgba-2) !important }
.bg-white-rgba-3 { background-color: var(--white-rgba-3) !important }
.bg-white-rgba-4 { background-color: var(--white-rgba-4) !important }
.bg-white-rgba-5 { background-color: var(--white-rgba-5) !important }
.bg-white-rgba-6 { background-color: var(--white-rgba-6) !important }
.bg-white-rgba-7 { background-color: var(--white-rgba-7) !important }
.bg-white-rgba-8 { background-color: var(--white-rgba-8) !important }
.bg-white-rgba-9 { background-color: var(--white-rgba-9) !important }
.bg-white { background-color: var(--white) !important }

/* BUTTONS */

.btn-brown-1 {
    color: var(--primary-4);
    background-color: var(--brown-1);
    border-color: var(--brown-1);
}
.btn-brown-1:hover {
    color: var(--primary-4);
    background-color: var(--brown-1);
    border-color: var(--brown-1);
}
.btn-brown-1:focus {
    color: var(--primary-4);
    outline: 0;
    box-shadow: 0 0 0 0;
}

.btn-brown-2 {
    color: var(--primary-4);
    background-color: var(--brown-2);
    border-color: var(--brown-2);
}
.btn-brown-2:hover {
    color: var(--primary-4);
    background-color: var(--brown-2);
    border-color: var(--brown-2);
}
.btn-brown-2:focus {
    color: var(--primary-4);
    outline: 0;
    box-shadow: 0 0 0 0;
}

.btn-brown-3 {
    color: var(--primary-4);
    background-color: var(--brown-3);
    border-color: var(--brown-3);
}
.btn-brown-3:hover {
    color: var(--primary-4);
    background-color: var(--brown-3);
    border-color: var(--brown-3);
}
.btn-brown-3:focus {
    color: var(--primary-4);
    outline: 0;
    box-shadow: 0 0 0 0;
}

.btn-brown-4 {
    color: var(--primary-4);
    background-color: var(--brown-4);
    border-color: var(--brown-4);
}
.btn-brown-4:hover {
    color: var(--primary-4);
    background-color: var(--brown-4);
    border-color: var(--brown-4);
}
.btn-brown-4:focus {
    color: var(--primary-4);
    outline: 0;
    box-shadow: 0 0 0 0;
}

.btn-brown-2-inverse {
    color: #fff;
    background-color: var(--brown-3);
    border-color: var(--brown-3);
}
.btn-brown-2-inverse:hover {
    color: #fff;
    background-color: var(--brown-2);
    border-color: var(--brown-2);
}

.cover.presentation {
    background-image: url("/img/bg-cover.jpg");
    background-position: top;
    background-repeat: repeat-x;
}

.navbar {
    padding-top: 13px;
    padding-bottom: 13px;
}

.navlink .active {
    color: rgba(255, 255, 255, .25);
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 76px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 2rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: var(--brown-5);
    background-image: linear-gradient(var(--brown-6), var(--brown-5));
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-75%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.bg-purple {
  background-color: #6f42c1;
}

#carousel-home .carousel-item {
    height: 25rem;
    margin-top: 10rem;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.navbar-brown {
    background-color: var(--main-color)
}

.navbar-brown .navbar-brand {
    color: var(--color-white)
}

.navbar-brown .navbar-nav .nav-link.active,
.navbar-brown .navbar-nav .show>.nav-link {
    color: var(--color-white);
}

.navbar-brown .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55);
}

.navbar-brown .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25);
}

.navbar-brown .navbar-toggler {
    color: var(--main-color-4);
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

#carousel-home .carousel-inner {
    min-height: 50rem;
    max-height: 50rem;
    overflow-x: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
}

#carousel-home .carousel-item {
    height: 25rem;
    margin-top: 10rem;
}

.list-group-item.list-card {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--primary-3);
    text-decoration: none;
    background-color: unset !important;
    border-bottom: 1px solid var(--brown-6);
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* ajouté pour les CGU */
.list-group-mention-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--primary-3);
    text-decoration: none;
    background-color: unset !important;
    border-bottom: 1px solid var(--brown-6);
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    white-space:nowrap;
    overflow:visible;
    text-overflow:ellipsis;
    white-space: normal;
    text-overflow: initial;
}

.list-group-mention-item span{
    color: var(--brown-1);
}

.list-group .list-group-item.list-card:last-child {
    border-bottom: 0;
}

.list-group .list-group-item {
    color: var(--primary-4);
}
.list-group .list-group-item:not(.py-2) {
    padding: .25rem .5rem !important;
}
.list-group .list-group-item > span {
    color: var(--brown-1);
}

/* ANIMAL BREED VIEW */
#animal-breeds-view .carousel-pics {
    position: parent;
}
#animal-breeds-view .accordion-button:focus, #informations-view .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem var(--white-rgba-2);
}

#animal-breeds-view .accordion-button.collapsed, #informations-view .accordion-button.collapsed {
    color: var(--primary-3);
    background-color: var(--brown-2);
}
#animal-breeds-view .accordion-button.collapsed::after, #informations-view .accordion-button.collapsed::after {
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: var(--primary-3);
    transform: none;
}

#animal-breeds-view .accordion-button:not(.collapsed), #informations-view .accordion-button:not(.collapsed) {
    color: var(--brown-1);
    background-color: var(--brown-4);
}
#animal-breeds-view .accordion-button:not(.collapsed)::after, #informations-view .accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    color: var(--primary-3);
    transform: none;
}

#animal-breeds-view .accordion-button:not(.collapsed)::after, #informations-view .accordion-button:not(.collapsed)::after {
    color: var(--brown-1);
}

/* ANIMALS VIEW */
#dog-profile-container {
    position: relative;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}

.dog-banner {
    height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
}

.dog-profile-section {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 20px 20px;
    margin-top: -60px;
    background-color: #0c1726;
}

.dog-avatar-container {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    margin-top: -50px !important;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.dog-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dog-info-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}

.dog-info-main {
    margin-bottom: 15px;
    border-bottom: 1px solid #7e2fda;
    padding-bottom: 10px;
}

.dog-name {
    font-size: 1.8rem;
    margin: 0;
    color: #3a3a3a;
    font-weight: 700;
}

.dog-breed {
    font-size: 1.1rem;
    margin: 5px 0 0;
    color: #666;
    font-style: italic;
    font-weight: 400;
}

.dog-info-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dog-gender-color {
    display: inline-block;
    padding: 5px 12px;
    background-color: #f8f4e5;
    color: #8b7d4b;
    border-radius: 20px;
    font-size: 0.9rem;
}

.dog-alias {
    color: #666;
    font-size: 0.85rem;
}

/* Responsive */
@media (min-width: 768px) {
    .dog-profile-section {
        flex-direction: row;
        align-items: flex-start;
        gap: 25px;
    }
    
    .dog-avatar-container {
        width: 150px;
        height: 150px;
        margin-top: -75px !important;
    }
    
    .dog-info-details {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .dog-banner {
        height: 320px;
    }
    
    .dog-avatar-container {
        width: 180px;
        height: 180px;
        margin-top: -90px;
    }
}

/* block infos page profil chien */

.dog-breed-info-card {
    background-color: #1C335A;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #0C1726;
}

.breed-info-content {
    padding: 25px;
}

.breed-info-title {
    color: #fcfcfc;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.breed-info-text {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1rem;
}

.breed-info-action {
    text-align: center;
}

.breed-info-button {
    display: inline-block;
    background-color: #0C1726;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #0C1726;
}

.breed-info-button:hover {
    background-color: #8d5fc9;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
    .breed-info-content {
        padding: 20px;
    }
    
    .breed-info-title {
        font-size: 1.3rem;
    }
    
    .breed-info-button {
        display: block;
        width: 100%;
    }
}

/* BABIES VIEW */
.text-purple {
    color: #7e2fda !important;
}

@media (max-width: 767px) {
    .mobile-description {
         font-size: 14px !important;
         line-height: 1.4 !important;
     }
 }

/* profil chien adulte */

.dog-description-card,
.dog-details-container,
.dog-attributes-card,
.dog-gallery-card,
.dog-stud-card,
.dog-retirement-card,
.dog-health-tests {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Section Titre */
.dog-section-title {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 20px;
    margin: 0;
    background-color:#0c1726;
    color: #ffffff;
    border-bottom: 1px solid #7e2fda;
}

/* Section Description */
.dog-description-card {
    margin-top: 30px;
}

.dog-description-content {
    padding: 20px;
    line-height: 1.6;
    color: #444;
}

.dog-description-content p {
    margin: 0;
}

/* Section des attributs */
.dog-attributes-card {
    height: 100%;
}

.dog-attributes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dog-attribute-item {
    display: flex;
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.dog-attribute-item:last-child {
    border-bottom: none;
}

.attribute-label {
    flex: 0 0 40%;
    color: #666;
    font-weight: 500;
}

.attribute-value {
    flex: 0 0 60%;
    color: #333;
    font-weight: 400;
}

.dog-breed-link {
    color: #8b7d4b;
    text-decoration: none;
    transition: color 0.2s;
}

.dog-breed-link:hover {
    color: #6a5e32;
    text-decoration: underline;
}

.dog-breed-link i {
    font-size: 0.8rem;
    margin-left: 5px;
}

/* Section Tests de santé */
.dog-health-tests {
    margin: 15px 20px;
    border-radius: 8px;
    overflow: hidden;
}

.health-tests-header {
    background-color: #e8f4f8;
    color: #2980b9;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.health-tests-header i {
    margin-right: 8px;
    color: #3498db;
}

.health-tests-content {
    padding: 15px;
    background-color: #f8fbfd;
}

.health-tests-content p {
    margin: 0;
    color: #444;
}

/* Galerie photos */
.dog-gallery-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    box-shadow: none;
}

.dog-carousel {
    flex-grow: 1;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.carousel-inner {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.carousel-item {
    height: 100%;
}

.carousel-item a {
    display: block;
    height: 100%;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
}

/* Section Saillies */
.dog-stud-content {
    padding: 20px;
}

.stud-status {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.stud-label {
    font-weight: 500;
    color: #666;
    margin-bottom: 5px;
}

.stud-value {
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
}

.stud-available {
    background-color: #e3f5e6;
    color: #2ecc71;
}

.stud-unavailable {
    background-color: #f8e9e9;
    color: #e74c3c;
}

.stud-message {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Section Retraite */
.dog-retirement-card {
    background-color: #f9f5e7;
    border-left: 5px solid #d4b578;
}

.retirement-content {
    padding: 20px;
}

.retirement-title {
    color: #b38728;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.retirement-message {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .row {
        gap: 20px;
    }
    
    .dog-gallery-card {
        min-height: 350px;
    }
    
    .carousel-item img {
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .attribute-label {
        flex: 0 0 50%;
    }
    
    .attribute-value {
        flex: 0 0 50%;
    }
    
    .dog-gallery-card {
        min-height: 320px;
    }
    
    .carousel-item img {
        min-height: 320px;
    }
}

@media (max-width: 576px) {
    .dog-section-title {
        font-size: 1.1rem;
        padding: 12px 15px;
    }
    
    .dog-attribute-item {
        padding: 10px 15px;
    }
    
    .dog-gallery-card {
        min-height: 280px;
    }
    
    .carousel-item img {
        min-height: 280px;
    }
}

/*  */

#animals-view #description, #babies-view #description {
    text-shadow: 0px 1px 3px #333;
}

#babies-view #description {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#animals-view #infos h1, #animals-view #infos h2 {
    width: 180px;
    margin-bottom: 0;
    margin-left: 20px;
    text-align: center;
    text-transform: uppercase;
}

#animals-view #infos h3, #animals-view #infos h4 {
    margin-bottom: 0;
    margin-right: 20px;
    text-align: right;
    text-transform: uppercase;
}

#animals-view #description {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#animals-view .carousel-item {

    display: flex;
    justify-content: center;

}

#animals-view #details .list-group-item {

    background-color: unset !important;
    border-bottom: 1px solid var(--brown-6);
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;

}

#animals-view #stud .list-group-item {

    background-color: unset !important;
    border-bottom: 1px solid var(--white-rgba-2);
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;

}

#our-dogs .card .card-img-overlay > .card-title {
    position: absolute;
    bottom: 18px;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}

.card-footer .card-link.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.page-item .page-link {
    color: var(--brown-1);
    background-color: var(--brown-4);
    border-color: var(--brown-4);
}

.page-item.active .page-link {
    color: var(--primary-4);
    background-color: var(--brown-2);
    border-color: var(--brown-2);
}

.page-link:focus {
  outline: 0;
  box-shadow: 0 0 0 0;
}

#contact-index .form-control:focus {

    box-shadow: 0 0 0 .25rem rgba(214,169,101,.25);

}

.follow-me i {
    display: inline-block;
    border-radius: 10%;
    padding: 0.3em;
    line-height: 3.2rem;
    height: 1.7em;
    width: 1.7em;
    text-align: center;
}

/* FOOTERS */
.footer1 {
    padding: 30px 0;
    font-size: 12px;
}
.footer2 {
    padding: 15px 0;
    font-size: 12px;
}

.footer1 .widget-title {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 20px;
}

.footer1 .follow-me-icons i {
    display: inline-block;
    border-radius: 10%;
    padding: 0.3em;
    line-height: 1.5rem;
    height: 1.7em;
    width: 1.7em;
    text-align: center;
}

.footer2 p {
    margin: 0;
}

.top-space {
    margin-top: 60px;
}

.maps-container {
    padding-bottom: 0;
    box-sizing: border-box;
    height: 280px;
    max-height: 280px;
    overflow: hidden;
}

.maps {
    display: block !important;
    width: 100%;
    overflow: hidden;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/* XS */
@media (max-width: 575px) {

    .container{
        max-width: 100%;
    }

    #animal-breeds-view .accordion-button.collapsed::after {
        margin-top: 4px;
    }
}
/* SM */
@media (min-width: 576px) and (max-width: 767px) {

    .container{
        max-width: 100%;
    }
}
/* MD */
@media (min-width: 768px) and (max-width: 991px) {

    .container{
        max-width: 100%;
    }
}

/* LG */
@media (min-width: 992px) and (max-width: 1199px) {

    .container{
        max-width: 100%;
    }
}
/* XL */
@media (min-width: 1200px) and (max-width: 1399px) {
}

/* XXL */
@media (min-width: 1400px) {

}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

.image-container {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* contact form */
.form-control, .form-select {
    background-color: transparent !important;
    color: beige !important;
 }
 
 .form-control::placeholder {
    color: beige !important;
    opacity: 0.7;
 }
 
 .form-control:focus, .form-select:focus {
    color: beige !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: #ca96ec !important;
    box-shadow: 0 0 0 0.25rem rgba(197, 168, 128, 0.25) !important;
 }
 .form-select option {
    background-color: #927668 !important;
    color: beige !important;
 }

 .dropdown-item.active,
.dropdown-item:active {
    background-color: #bb9cd8 !important;
    color: var(--beige) !important;
}

/* css for like badge blog */
.like-badge {
    vertical-align: middle; 
    margin-top: -2px;
    padding-top: 2px;
    font-size: 8px;
}

/* affiliation button */
.affiliate-button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #0d9488;
    color: white;
    text-decoration: none;
    border-radius: 0.5rem;
    text-align: center;
    max-width: 20rem;
    margin: 1rem auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: background-color 0.2s;
   }
   
   .affiliate-button:hover {
    background-color: #0f766e;
    color: rgb(212, 140, 32);
   }
   
   .main-text {
    display: block;
    font-weight: 500;
   }
   
   .sub-text {
    display: block;
    font-size: 0.875rem;
    margin-top: 0.25rem;
   }


   /* tableau comparatif */

   .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
   }
   
   .comparison-table th, 
   .comparison-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
   }
   
   .comparison-table th {
    background-color: #6e3a09;
    font-weight: bold;
   }
   
   .comparison-table tr:nth-child(even) {
    background-color: #7e550a;
   }

   /* h4 article */
    .article-h4 {
        font-size: 0.9rem;
        margin-top: 10px;
    }

    .active-pagination {
        background-color: #4E5A7A;
        border-color: #4E5A7A;
        color: white;
    }
    
    .inactive-pagination {
        color: #4E5A7A;
    }

    .gradient-text {
        background: linear-gradient(to bottom, #ffffff, #8a8b8b);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        display: inline-block;
        font-weight: bold;
    }

    /* page détails mariages */

    .parent-card {
        transition: transform 0.3s ease;
    }
    .parent-card:hover {
        transform: translateY(-5px);
    }
    .active-filter {
        background-color: #2c3347 !important;
    }

    /* ======== INFORMATIONS ======= */

    /* Effets de survol pour les cartes */
    .hover-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
    }
    
    .hover-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
    }
    
    .hover-card:hover img {
        transform: scale(1.05) !important;
    }
    
    /* Effet pour le bouton "En savoir plus" */
    .read-more {
        position: relative;
        transition: all 0.3s ease;
    }
    
    .read-more::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: -2px;
        left: 0;
        background-color: #7e2fda;
        transition: width 0.3s ease;
    }
    
    .hover-card:hover .read-more::after {
        width: 100%;
    }
    
    /* Effet pour le bouton CGU */
    .hover-btn {
        transition: all 0.3s ease;
    }
    
    .hover-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.3) !important;
    }

    /* == DETAILS INFORMATIONS == */

     /* Style de base pour le bouton outline */
     .btn-outline-brown-1 {
        color: #7e2fda;
        border-color: #7e2fda;
        transition: all 0.3s ease;
    }
    
    .btn-outline-brown-1:hover {
        background-color: #7e2fda;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }
    
    /* Animation pour l'icône bounce */
    .fa-bounce {
        animation: bounce 2s infinite;
    }
    
    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
        40% {transform: translateY(-10px);}
        60% {transform: translateY(-5px);}
    }
    
    /* Styles pour l'accordéon personnalisé */
    .info-accordion .info-header {
        border-bottom: 1px solid rgba(139, 90, 43, 0.1);
        transition: background-color 0.3s ease;
    }
    
    .info-accordion .info-item:hover .info-header {
        background-color: rgba(139, 90, 43, 0.05);
    }
    
    .info-button {
        background: linear-gradient(90deg, #5482a8, #dad5d5);
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 4px rgba(84, 130, 168, 0.2);
    }
    
    .info-button:focus {
        outline: none;
        box-shadow: 0 2px 8px rgba(84, 130, 168, 0.4);
    }
    
    .transition-icon {
        transition: transform 0.3s ease;
    }
    
    .info-button.collapsed .transition-icon {
        transform: rotate(-90deg);
    }
    
    /* Animation de la transition d'ouverture/fermeture */
    .collapse {
        transition: height 0.3s ease;
    }
    
    /* Style de ligne verticale pour les contenus */
    .info-accordion .collapse .border-start {
        position: relative;
        transition: border-color 0.3s ease;
    }
    
    .info-accordion .collapse.show .border-start {
        border-color: #7e2fda !important;
    }
    
    /* Ajustements pour le responsive */
    @media (max-width: 767.98px) {
        .display-4 {
            font-size: 2rem;
        }
        
        .info-button {
            padding: 0.75rem 1rem !important;
        }
        
        .info-button .rounded-circle {
            width: 32px !important;
            height: 32px !important;
        }
    }

    /* === CONTACT === */

     /* Effet de hover sur les cartes */
     .hover-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .hover-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }
    
    /* Style pour les icônes sociales */
    .btn-brown-1 {
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #7e2fda;
        border-color: #7e2fda;
        transition: all 0.3s ease;
    }
    
    .btn-brown-1:hover {
        background-color: #7e2fda;
        border-color: #7e2fda;
        transform: translateY(-2px);
    }
    
    /* Animation pour le formulaire */
    .form-control:focus, .form-select:focus {
        border-color: #7e2fda;
        box-shadow: 0 0 0 0.25rem rgba(139, 90, 43, 0.25);
    }
    
    .input-group-text {
        transition: all 0.3s ease;
    }
    
    .form-control:focus + .input-group-text,
    .form-control:focus ~ .input-group-text {
        border-color: #7e2fda;
    }
    
    /* Smooth scrolling */
    html {
        scroll-behavior: smooth;
    }
    
    /* Helper pour l'ancrage de scroll avec en-tête fixe */
    .scroll-mt-5 {
        scroll-margin-top: 5rem;
    }
    
    /* Bouton avec effet hover */
    .btn-brown-2 {
        transition: all 0.3s ease;
    }
    
    .btn-brown-2:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }