header {
    position: relative;
   /*  background-image: url(img/header.JPG);
    background-repeat: no-repeat;*/
    background-color: #537C24;

}

.header-title {
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.22rem;
    font-family: 'FS Aldrin';
}

.header-title a {
    color: #FFF;
}

.header-title a:hover {
    color: #480823;
    text-decoration: none;
}


.container {
    width: 100%;
    /* height:356px;   */
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.billet {
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #b30f26;
    width: 50%;
    color: #FFF;
    padding: 0.5rem 1rem;
    text-align: center;
    position: relative;
    left: 25%;
    right: 18%;
}
/*** bouton ***/
.bouton {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    background-color: #aa0f24;
    color: #FFF !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.5rem 2rem;
    margin: 0 1rem;
    border-radius: .4rem;
    text-decoration: none !important;
}

.bouton:hover {
    background-color: #d3132c;
    text-decoration: none;
}

/*** nav ***/
.nav-wrapper {
    border-bottom: 5px solid #9DBB70;
    background-color: #719D34;
}


.nav-link-on, .nav-link:hover {
    background-color: #DEE0E2;
    color: #000000;
}



/***** article-header ******/
@media (max-width: 768px) {
    .content-header-wrapper {
        padding-top:0.5rem;
        /* masquer la navbar fixed */
    }
}

.article-header {
    text-align: center;
    padding-bottom: 1rem;
}

.article-header div {
    text-align: center;
}

.article-event-date {
    font-weight: 500;
    text-transform: uppercase;
}

.article-event-date::after {
    content: "";
    display: block;
    margin: .5rem auto 0 auto;
    width: 80px;
    height: 1px;
    background-color: #000000;
}

.article-h1 {
    font-weight: 900;
    font-size: 2.25rem;
    margin: 1rem 0 3rem 0;
}

.article-h1 i {
    color: #6c6c6c;
}

.article-header a {
    text-decoration: underline;
}

.article-descriptif {
    font-weight: 700;
    font-size: 1.4rem;
    margin: 1rem 0;
    text-align: left;
}

.article-chapo {
    font-weight: 500;
    font-size: 1.2rem;
    margin: 1rem 0;
    font-style: italic;
    text-align: left;
}

/* homepage - sommaire
----------------------------------*/
/* home-row-0 : actu
--------------------*/
.home-row-0 {
    padding: 4rem 0;
}

/* home-row-1 : actu
--------------------*/
.home-row-1 {
    padding-top: 3rem;
}

/* cards events */
.card-event {
    background-color: #efefef;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}

@media (max-width: 992px) {
    .card-event {
        max-width:360px;
        margin: 0 auto;
    }
}

.card-event-top {
    position: relative;
}

.card-event-img img {
    /*width:100%;
    height:auto;/**/
}

/* classe pour fond rubrique concert page accueil */
.rubrique_21 {
    font-size: .95rem;
    background-color: #719D34;
    padding: 0.5rem 1rem;
    width: 240px;
    position: absolute;
    bottom: 0;
}

.card-event-keyword {
    font-size: .95rem;
    background-color: #b30f26;
    padding: 0.5rem 1rem;
    width: 240px;
    position: absolute;
    bottom: 0;
}

.card-event-keyword-link {
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.card-event-keyword-link span {
    margin-left: 1rem;
}

.card-event-keyword-link:hover {
    text-decoration: none;
    opacity: 0.6;
}

.card-event-body {
    padding: 0.5rem 1rem 1rem 1rem;
    background-color: #efefef;
}

.card-event-date {
    color: #b30f26;
    font-weight: 400;
    font-size: 1rem;
}

.card-event-titre a {
    display: block;
    color: #2c2c2c;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 120%;
    margin: .25rem 0 0.25rem 0;
    font-family: 'FS Aldrin';    
}

.card-event-titre a:hover {
    text-decoration: none;
    color: #a2a147;
}

.card-event-lieu {
    font-weight: 300;
}

/* home-row-2 : intro
--------------------*/
.home-intro {
    padding: 1rem 0;
}

.home-video {
    background-color: #efefef;
    padding: 1rem;
}

/* article
----------------------------------*/
.content {
    padding-bottom: 0.5rem;
}

/* article > ariane */
.ariane {
    font-family: 'Montserrat';
    color: # 963d9b;
    font-size: 0.8rem;
    margin: 1rem 0 3rem 0;
}

.ariane ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: initial;
}

.ariane li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.ariane a {
    margin: 0 .2rem;
    padding: 0;
    display: inline-block;
    color: #535353;
    text-decoration: none !important;
}

.ariane a:hover {
    color: #000;
    text-decoration: underline !important;
}

.ariane a.on {
    font-weight: 700;
    color: #000;
}

.ariane span {
    display: inline-block;
    padding: 2px 0 0 0;
    margin: 0 .2rem;
    font-weight: 700;
    background-color: #EFEFEF;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ariane span i.fas {
    color: #000;
}

/* article > wrapping */
.article-body {
    padding: 1rem 1rem 3rem 0;
    font-weight: 300;
}

@media (max-width: 768px) {
    .article-body {
        padding:1rem 1rem;
    }
}



/* article-header rwd */
@media (max-width: 768px) {
    .article-event-date {
        font-size:.8rem;
    }

    .article-h1 {
        font-size: 1.5rem;
    }

    .article-descriptif {
        font-size: 1.05rem;
    }

    .article-chapo {
        font-size: 1.05em;
    }
}

/***** article-body  ******/
.article-body {
    padding: 0.5rem 0;
}

.article-body img {
    max-width: 100%;
    height: auto;
}

.article-titre {
    font-size: 1.9rem;
    font-family: 'Montserrat', serif;
    font-weight: bold;
    padding: 1rem 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #888;
}

@media (max-width: 768px) {
    .article-titre {
        font-size:1.4rem;
    }
}

.article-logo {
    padding: 0rem 0 2rem 0;
    text-align: center;
}

.article-soustitre {
    font-size: 1.2rem;
    font-weight: bold;
}

.article-texte {
}

@media (max-width: 768px) {
    p, .article-texte {
        font-size:.88rem;
    }
}

.article-body a {
    text-decoration: none;
    font-weight: 500;
}

.article-body h2.spip {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 3rem 0 1rem 0;
}

.article-body h2.spip i {
    color: #b6b6b6;
    margin-right: .25rem;
}

.article-date {
    margin-top: 5rem;
    color: #999;
    font-size: 0.8rem;
}

.article-date span {
    color: #666;
    padding-left: .59rem;
}

@media (max-width: 768px) {
    .article-body h2 {
        font-size:1.15rem;
        margin: 1.2rem 0 .5rem 0;
    }
}

.article-external-link i {
    color: #000;
    padding-left: .5rem;
}

/***** article-ps  ******/
.article-ps {
    padding: 3rem 0;
}

.article-ps > h2.spip {
    margin-top: 0;
}

.article-ps .fas {
    display: inline-block;
    margin-right: .8rem;
    color: #963d9b;
}

/* rubrique
----------------------------------*/
.liste-rubriques {
    margin: 2rem 0;
}

h2.rubrique-title {
    border-radius: .4rem;
    margin: 0 0 .5rem 0;  
}

.rubrique-title a {
    font-size: 1.6rem;
    line-height: 100%;
    margin: 0 ;
    padding: 1rem 1rem;
    text-decoration: none;
    color: #FFF;
    background-color: #719d34;
    display: block;
    border-radius: .4rem;
    font-weight: 700;
}

.rubrique-title a:hover {
    color: #fff;
    background-color: #aa0f24;
    padding-left: 1.8rem;
}

.flottante {
    float: left;
    margin-right: 15px;
    width: 400px;
    padding: 1em;
}
