@import url('animate.min.css');
@import url('bootstrap.css');
@import url('module-grille.css');

html {
    background-color:#ec1c23;
    font-size:16px;
}

body {
    background-color:white;
    font-family: 'raleway', Helvetica, Arial, sans-serif;
}

h2,h3 {
    color:#ec1c23;
    font-family: 'cormorant garamond', Helvetica, Arial, sans-serif;
}

b, strong {
    font-weight: 600;
}

.text-red {
    color:#ec1c23;
}
.bg-mc {
    background-color:#ec1c23;
}
.bg-mc-light {
    background-color: #f0e0e0;
}
.btn-primary {
    background-color: #ec1c23;
    border:1px solid #ec1c2381
}

.icon-xl {
    font-size: 3.5rem !important;
    vertical-align:middle;
}

#top A{
    font-size: .8rem;
    text-decoration: none;
    color:black;
}
#top A:hover{
    font-weight: bold;
}

#siteNavbar {
    justify-content: center;
}


#association.lassociation H1.pageTitle {
    display:none;
}

h1.pageTitle {
    position: relative;
    height: 300px;
    z-index: 1;
    display: flex;
    align-items: center;
    font-family:"cormorant garamond", Helvetica, Arial, sans-serif;
    font-size: min(8vw, 72px);
    font-weight: 400;
    margin-bottom: 3rem;

}

h1.pageTitle::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%); /* centre sur la page */
    width: 100vw; /* toute la largeur de la fenêtre */
    height: 300px;
    background-color: rgb(240, 224, 224);
    z-index: -1;
}

@media (min-width: 992px) {
    .nav-item {
        padding: 1px; 
    }
    .nav-item,.dropdown-item {
        font-size: 18px;
    }
    A.nav-link.active {
        background-color: rgb(213, 11, 11);
        color:white !important;
        border-radius:20px;
    }
}

#citation {
    font-family: 'Cormorant Garamond';
    font-size: max(1rem, 2vw);
}

footer {
    background-color:#ec1c23;
    margin-top: 3rem;
    font-size: .9rem;
}

#caret-top {
    background-color: #ec1c23;
    color: white;
    text-decoration: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: .8;
    border-radius: 50%;
}


.mura-collection A {
    font-size: .9rem;
    text-decoration: none;
    color:#ec1c23;
}
