@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

/* GENERAL */

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 1.125rem;
    /* font-size: 0.875rem; */
}


/* #page h1:before {
    content: '– '
} */

#page h1 {
    font-family: 'Roboto', sans-serif;
    color: #c81e50;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: left;
    /* text-transform: uppercase; */
    line-height: 40px;
    padding-bottom: 10px;
}

#page h2,
#page h3.card-title {
    font-family: 'Roboto Condensed', sans-serif;
    color: #222;
    font-weight: 700;
    font-size: 1.875rem;
    text-align: center;
    line-height: 40px;
}

#page h2 span {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 20px;
}

#page p,
#page ul li,
#page .table-striped {
    font-family: 'Roboto', sans-serif;
    color: #555;
    font-weight: 400;
    font-size: 1.125rem;
    text-align: left;
    line-height: 1.6;
}

#page p b {
    color: #555;
}

#page ul li {
    list-style-type: "- ";
}

#page p a {
    color: #555;
    text-decoration: none;
    font-weight: 700;
}

#page p a:hover {
    color: #c81e50;
    font-weight: 700;
}

#page p span.mentions {
    font-size: .8rem;
    font-weight: 400;
    color: #555;
}

#page p.intro {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #555;
    font-size: 1.125;
    font-weight: 400;
    line-height: 1.6em;
}

#ariane .breadcrumb-item a,
#ariane .breadcrumb-item {
    font-family: 'Roboto', sans-serif;
    color: #999;
    font-weight: 400;
    text-decoration: none;
    font-size: 1rem;
}

#ariane .breadcrumb-item a:hover {
    color: #0379bf;
    font-weight: 400;
}

.btn-primary {
    color: #fff;
    background-color: #0379bf;
    border-color: #0379bf;
}

.btn-primary:hover {
    color: #fff;
    background-color: #8ad4e6;
    border-color: #8ad4e6;
}

.line-partner {
    border-bottom: 1px dashed #b1b1b1;
    margin: 25px 0;
}

#antennes-actus-hp h1 {
    font-family: 'Roboto', sans-serif;
    color: #0078bf;
    font-weight: 700;
    font-size: 1.87rem;
    text-align: center;
    line-height: 40px;
}

#une h2 {
    font-family: 'Roboto', sans-serif;
    color: #c81e50;
    font-weight: 700;
    font-size: 1.87rem;
    text-align: center;
    line-height: 40px;
}

#antennes-actus-hp h1 span,
#une h2 span {
    font-weight: 500;
    color: #555;
    font-size: 1.62rem;
}

#antennes-actus-hp h1 .bi-geo-alt-fill,
#une h2 .bi-arrow-down-circle-fill {
    margin-bottom: 25px;
}

.line-partner {
    border-bottom: 1px dashed #b1b1b1;
    margin: 25px 0;
}

ul.list-actus {
    background-color: #f5f5f5;
    padding: 25px;
    margin-top: 45px;
}

ul.list-actus li {
    list-style-type: none;
}

ul.list-actus li:after {
    content: "";
    width: 100%;
    display: block;
    border: 1px dashed #555;
    margin: 15px 0;
    font-weight: 400;
}

ul.list-actus li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 21px;
    color: #555;
    text-decoration: none;
}

ul.list-actus li a:hover {
    color: #054973;
}

ul.list-actus li a b {
    color: #0078bf;
    font-weight: 700;
    font-size: 0.875rem;
}

ul.list-actus a.more {
    background-color: #0078bf;
    text-align: center;
    padding: 15px 20px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    display: block;
    margin-top: 55px;
}

a.more .bi-arrow-up-right-square {
    margin-left: 10px;
}

ul.list-actus a.more:hover {
    text-decoration: underline;
}

#une section#articles-une {
    margin-top: 45px;
}

section#articles-une {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
}

section#articles-une a {
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    /*margin-top: 10px;*/
    margin-bottom: 16px;
}

section#articles-une a:hover {
    color: #0379bf;
}


/* PAGINATION */

#page ul.pagination li {
    list-style: none;
}

.page-link {
    color: #0379bf;
}

.page-item.active .page-link {
    background-color: #0379bf;
    border-color: #0379bf;
}

.organigrame-mobile {
    display: none;
}


.organigrame .card {
    border: none;
}
.organigrame .card-body {
    padding: 1rem 2.5rem;
}
.organigrame img {
    max-height: 260px;
    object-fit: contain;
}
.organigrame h5::first-letter {
    color: #C81E50;
}

.organigrame h5 span::first-letter {
    color: #0379BF;
}
.organigrame h5 span {
    display:block;
    margin-top:0.5rem;
}
.organigrame ul {
    padding-left: 0rem;
}
.organigrame ul li {
    font-style: italic;
    font-size: 0.9rem!important;
    list-style-type:'- '!important;
/* MEDIA QUERIES */

@media (max-width: 992px) {
    section#articles-une .theme {
        margin-top: 25%;
        .organigrame .card-body {
            padding: 1rem 1rem;
        }
    }

}
@media (max-width: 767px) {

    .organigrame-mobile {
        display: block;
    }
    .organigrame-desktop {
        display: none;
    }
}}
