@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

.column-2{
        flex: 0 0 40%;
}
button{
    background-color: #2460a6;
    color: #fff;
    border-color: #2460a6;
    min-width: 5rem;
}
button:hover{
    background-color: #000;
    color:#fff;
}

.breadcrumb {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    font-size: .9rem;
}
.breadcrumb-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0.75rem;
}
.breadcrumb-link {
    display: block;
    padding-right: 0.75rem; 
}
.breadcrumb-item::after {
    content: '';
    border-right: 1px solid #000;
    display: inline-block;
    width: 1px;
    height: .6rem;
}
/*calendrier*/
#calendrier{
    width: 90%;
    height: auto;
    background-color: #2460a6;
    margin: 50px auto;
}
.calendrier-sitemap-title{
    padding-top: 20px;
    color: #fff;
    border-bottom: 4px solid #fff;
    width: 100%;
    font-size: 20px;
}
.calendrier-sitemap-list{
    padding: 0.5rem 0rem;
    font-size: .9rem;
}
.calendrier-sitemap-link{
    color: #fff;
    margin-top: 10px;
}
.button_calendrier{
    background-color: #fff;
    color: #2460a6;
    width: 100%;
    text-align: center;
}

.calendrier-sitemap-item{
    color: #fff;
    padding-bottom: 10px;
}
.horaire{
    display: grid;
    grid-template-columns: 7rem 7rem 7rem;
justify-content: flex-start;
width: 100%;
}
.horaire li{
    padding-right: 20px;
}
.calendrier-column-3{
    flex: 0 0 auto;
    max-width: 100%;
}
.calendrier_row{
    justify-content: space-around;
}
/*fin calendrier*/

/*actualité*/
#actu_items_link{
    max-width: 80%;
    margin: auto;
}

.actu_div_link{
    position: relative;
    max-width: 100%;
    height: 10rem;
    /* background-color: #2460a6; */
    color: #fff;
    margin: 25px auto;
    padding: 2rem 2rem;
    overflow: hidden;
}
.color1{
    background-color: #18467a;
}
.color2{
    background-color: #2460a8;
}
.color3{
    background-color: #4380c3;
}
.actu_link {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.actu_link:hover{
    background-color: rgb(0 0 0 / 25%);
    border: 5px solid #000;

}

.actu_link_title{
    font-size: 16px;
    margin-bottom: 20px;
}
.actu_link_text{
    font-size: 12px;
}
/*fin actu*/
/*rdv*/
#rdv{
    height:auto;
    background-color: #2460a6;
    position: relative;
}
.rdv_div{
    position: relative;
    width: 70%;
    height: 18rem;
    background-color:#4380c3 ;
    margin: 3rem auto;
    padding: 2rem;
    text-align: center;
}
.input_text_rdv, .select_rdv{
    width: 100%;
    padding: 5px 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-style: italic;
}
.rdv_div form label{
    color: #fff;
    text-align: center;
}

#input_text_rdv_message{
    padding-bottom: 5rem;
}
.legend_noir{
    width: 8rem;
    height: 2rem;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 8px 3px;
    bottom: 17rem;
    position: absolute;
    left: 1rem;
    font-size: 12px;

}

.button_form{
    width: 25rem;
    height: 3rem;
    background-color: #18467a;
    margin: 1rem auto 5rem auto;

}

/*fin rdv*/
#newsletter{
    width: 100%;
    background-color: #18467a;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 6rem;
    display: flex;
}
#newsletter h1{
    font-style:italic;
    font-family: 'Lobster', cursive;
    font-weight: bold;
    font-size: 3.5rem;
    color: #fff;
    margin-right: auto;
}
#newsletter div{
    background-color: #000;
    color: #fff;
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
    position: relative;
    bottom: 4rem;
    margin: auto;
}

#newsletter form input{
    width: 70%;
}
#newsletter form input,button{
    height: 2rem;
    margin-top: 15px;
    font-size: 15px;
}
.actu{
    background-image: url(../pictures/elements-annexes/events.jpg);
    margin-bottom: 50px;
}
.concession{
    background-image: url(../pictures/elements-annexes/page-contact.jpg);
}
.services{
    background-image: url(../pictures/elements-annexes/page-contact-services.jpg);
}
.rdv{
    background-image: url(../pictures/elements-annexes/page-contact-form.jpg);
}
.en_tete_article{
    color: #fff;
    width: 100%;
    background-size: cover;
    text-align: center;
}
.en_tete_article h1{
    text-align: center;
    margin-bottom: 4px;
    padding-top: 1.5rem;
    text-shadow: 3px 3px #000;
    margin-top: 0;
}
.en_tete_article >p{
    max-width: 80%;
    margin: auto;
    padding-bottom: 3rem;
}
.en_tete_article a{
    margin-bottom: 3rem;
    margin-top: 1.5rem;
    position: relative;
    left: 24rem;
}
.column-4 {
    flex: 0 0 33.33%;
    /* max-width: 33.33%; */
}
.actu-list-item {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 15%);
    height: 100%;
    margin-bottom: 3rem;

}
.titre_box{
    font-size: 1rem;
    font-weight: bold;
    padding-left: 1rem;
    padding-right: 1rem;
    height:10rem;
    overflow: hidden;
}
.button_box{
    position: absolute;
    bottom: 16px;
    text-align: center;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}
.date{
    width: 5rem;
    height: 3rem;
    background-color: #000;
    position: relative;
    color: #fff;
    text-align: center;
    top: -24px;
}