/* alignement logo */

.logo {
    text-align: left;
}

.logo.navmodule {
    position: relative;
    float: left;
    z-index: 1000;
    width: 48%;
    max-width: 180px;
}

#cat_accueil .logo.navmodule {
    max-width: 233px;
}

/* alignement menu */

h1, h2, h3, h4, h5, h6 {
    font-family: font1, sans-serif;
    color: #003d76;
}

.content h1, .content h2, .content h3 {
    color: #B64402;
}

.bloc-titre h1, .bloc-titre h2, .bloc-titre h3 {
    font-weight: 300;
    font-size: 1.6em;
    color: #003d76;
    text-transform: none;
}

blockquote {
    background-color: #ddd;
}

/* .diaporama { max-height: 853px; } */

footer {
    background-color: #fff;
}

.contact-footer, footer ul.nav, footer a:link, footer a:visited {
    color: #6C6C6C;
}

#cat_actu .blog .bloc-article.bloc100 {
    padding-bottom: 3% !important;
    border-bottom: 3px solid #ddd;
}

.affiche {
    width: 100%;
    height: 320px !important;
    border-radius: 10px;
    object-fit: cover;
    /* border: solid 6px #B64402; */
}

.bloc-image.bloc-affiche .bloc-titre {
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #b6440282;
    padding: 0.8em 0.5em 0.5em 0.5em;
    border-radius: 0 0 10px 10px;
}

.bloc-image.bloc-affiche .bloc-titre h1, .bloc-image.bloc-affiche .bloc-titre h2, .bloc-image.bloc-affiche .bloc-titre h3 {
    color: #ffffff;
    font-size: 1.3em;
}

.couleur01 {
    color: #c0a887;
}

.couleur02 {
    color: #7a1614;
}

.couleur03 {
    color: #D0C3B0;
}

.fond-couleur01 {
    background-color: #c0a887 !important;
}

.fond-couleur02 {
    background-color: #7a1614;
}

.fond-couleur03 {
    background-color: #D0C3B0;
}

.small-caps {
    font-variant: small-caps;
}

/* copyright dans menu footer */

footer li.item-250 {
    display: block;
}

/* icones catégories */

.attractions {
    text-align: center;
    white-space: nowrap;
    margin-left: 190px;
}

.ico-cat-wrapper {
    text-align: center;
}

.ico-cat {
    display: inline-block;
    max-width: calc(100% / 8);
    padding: 0 1%;
}

.ico-cat img {
    width: 100%;
    height: auto;
    min-width: 42px;
    max-width: 80px;
    margin-top: 25px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

/* up gallery */

.upgallery picture img {
    object-fit: cover;
    height: 250px;
}