
.logo-inuit {
  height: 50px;
  width: auto;
  display: block;
}

/*Style header/nav */
header{
    background-color: #020266;
    color:white;
    padding: 10px;
}
header a{
    color: white;
    text-decoration: none;
}
nav{
    background-color: #020266;
}
nav ul {
    list-style: none; /* Enlève les puces par défaut */
    padding-left: 0;
}
nav ul li {
    position: relative;
    padding-left: 20px; /* Ajustez selon la taille de votre SVG */
}
nav ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;   /* Largeur SVG */
    height: 15px;  /* Hauteur SVG */
    background: url('/images/svg/separateur-menu.svg') no-repeat center center;
    background-size: contain;
}
/* Premier li : pas de puce/SVG */
nav ul .li-none {
    padding-left: 0;
}
nav ul .li-none::before {
    display: none;
}
/* Dernier li : SVG différent */
nav ul li:last-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/images/svg/fleche-menu.svg');
    width: 20px;   /* Largeur SVG */
    height: 20px;  /* Hauteur SVG */
    background-size: contain;
} 
nav ul li a{
    color: white !important;
    font-family: work-sans, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: -0.5px;
}
.dropdown-menu {
    background-color: #020266;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    padding: 10px;
}
.dropdown-menu li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;   /* Largeur SVG */
    height: 20px;  /* Hauteur SVG */
    background-image: url('/images/svg/fleche-menu.svg');
    background-repeat: no-repeat;
    background-size: contain;
}


/* Supprimer le style hérité qui ajoute un séparateur */
.dropdown-menu li {
    padding-left: 20px; /* tu peux ajuster selon ton icône */
}

.dropdown-menu li:first-child::before {
    background-image: url('/images/svg/fleche-menu.svg') !important; /* met ton icône ici */
    width: 20px;   /* Largeur SVG */
    height: 20px;  /* Hauteur SVG */
}
.dropdown-menu li a:hover {
    background-color: #1a1a66; /* couleur de fond au survol */
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* empêche le petit décalage */
}
.sticky-nav {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 1000;

}
.sticky-nav.scrolled {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background-color: #2c3e50;
    padding: 10px 0;
}
.bouton{
    background-color:#c7aa86;
    color: white;
    font-weight: bold;
    font-family: work-sans, sans-serif;
    line-height: 1;
    padding: 15px 30px;
    border: none;
    width: auto;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width: 991px) {
    .bouton{
        font-size: 12px;
    }
}
/* Cible uniquement les liens téléphoniques */
a[href^="tel:"] {
    color: #e5cbaa;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
}

.top-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bg-color-blue{
    background-color: #020266;
}
.bg-color-e5e1dd{
    background-color: #e5e1dd;
}
.mt-60px{
    margin-top: 60px;
}
.p-100px{
    padding: 100px;
}
.pt-60px{
    padding-top: 60px;
}
.pt-80px {
    padding-top: 80px;
}
.pb-60px {
    padding-bottom: 60px;
}
.pb-80px {
    padding-bottom: 80px;
}
.pb-100px {
    padding-bottom: 100px;
}
.pb-190px {
    padding-bottom: 190px;
}
@media screen and (max-width: 991px) {
    .pb-190px {
        padding-bottom: 10px;
    }
    
}
.gap-100px {
    gap: 100px;
}
@media screen and (max-width: 991px) {
    .gap-100px {
        gap: 50px;
    }
}
h1{
    font-size: 60px;
}
h2{
    font-size: 48px;
    font-family: DMSerifDisplay, serif;
    font-weight: bold; 
}
@media screen and (max-width: 991px) {
    h2{
        font-size: 34px;
    }
}
h3{
    font-size: 30px;
    font-family: DMSerifDisplay, serif;
    font-weight: bold;
    color: #234261;
}
h4{
    color: #c7aa86;
    font-size: 14px;
}
.top-page .bouton{
    display: inline-block;
    width: auto;
    height: auto;  
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: 12px;
    font-family: work-sans, sans-serif;
    padding: 20px 30px;
    border: solid 1px white;
}
.bg-color-d7d7f7{
    background-color: #d7d7f7;
}
.font-size-16{
    font-size: 16px;
}
.font-size-18{
    font-size: 18px;
}
@media screen and (max-width: 991px) {
    .font-size-18{
        font-size: 16px;
    }
    
}
.font-size-20{
    font-size: 20px;
}
.font-f-roboto{
    font-family: Roboto, sans-serif;
}
.font-color-677294{
    color: #677294;
}
.text-color-blue{
    color: #234261;
}
.img-masque{
    margin-top: -100px;
}
.img-ours-debout {
    width: 450px;
    height: auto;
    display: block;
}
a > .img-ours-debout.img-fluid {
    max-width: none !important;
}

a > .img-ours-debout {
    display: block;
}
@media screen and (max-width: 991px) {
    .img-ours-debout {
        max-width: 100px !important;
        width: 100%;
        height: auto;
    }

    a > .img-ours-debout.img-fluid {
        max-width: 100% !important; /* <-- Écrase "none" */
    }
}

.collectionneur{
    margin-top: -460px;
}
.ml-85px{
    margin-left: 85px;
}
@media screen and (max-width: 1700px) {
    .collectionneur {
        margin-top: 0px;
        padding-top: 100px;
    } 
    .img-masque {
        display: none;
    }
    .ml-85px{
        margin-left: 0px;
    }
}
.mt_-75px{
    margin-top: -75px;
}
@media screen and (max-width: 991px) {
    .mt_-75px{
        margin-top: 0px;
    }
}
.president{
    font-size: 24px;
    font-family: DMSerifDisplay, sans-serif;
    padding-right: 100px;
}
@media screen and (max-width: 991px) {
    .president {
        text-align: center;
        padding: 0 10px;
    }
}
.nom-president{
    font-size: 24px;
    font-family: work, sans-serif;
    color: #9d6a32;
}
.nom-president span{
    font-size: 14px;
    color: #677294;
}
.expert{
    font-family: work, sans-serif;
    font-size: 14px;
    color: #677294;
}
.carte{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.carte p{
    font-size: 18px;
    font-family: roboto;
    color: #677294;
    width: 90%;
}
.carte img{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}
img[src*="trois-ours.jpg"] {
    object-position: top !important;
}
@media screen and (max-width: 991px) {
    .carte{
        padding: 0 10px;
    }
    .carte p{
        width: 100%;
    }
    
}
.service-resto{
    width: 94px;
}
.email-input {
    border: none;
    border-radius: 0;
    padding: 18px 24px;
    font-family: inherit;
    width: 100%;
    flex: 1 1 auto;
    background: #fff;
    color: #212529;
    min-width: 0;
}
textarea {
    border: none;
    border-radius: 0;
    padding: 18px 24px;
    font-family: inherit;
    width: 100%;
    height: 140px;
    flex: 1 1 auto;
    background: #fff;
    color: #212529;
    min-width: 0;
    margin-top: 10px;
}
footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #020266;
    color: white;
    height: 550px;
    margin-top: -200px;
}
.footer-social{
    width: 40px;
}
@media (max-width: 768px) {
    form.d-flex {
        flex-direction: column;
        gap: 16px;
    }
}
@media (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
  }
}
@media (max-width: 992px) {
  footer{
    margin-top: -100px;
  }
}