body{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.7px;
    color: #000000;
    padding-bottom: 0px;
}

h1 {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3em;
}

h2{
    margin: 15px 0px 20px 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 600;
}

.bb-5{
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 5px solid #fff;
}

.btn-link{
    text-decoration: none;
    color: #fff;
}
.btn-link:hover{
    color: #ccc;
}

ul{
    list-style-type: none;
    padding-left: 0;
}

.icon-for-list{
    fill: #2193B0;
    width: 20px;
    margin-right: 15px;
}

.horaires td{
    padding-right: 15px;
}

/*
Nav
 */

.dropdown-menu{
    background-color: #FFFFFF;
    border: 1px solid #0a1f43;
}

.dropdown-item{
    color: #000;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #14294D;
}

.nav-item{
    font-size: 17px;
    font-weight: 400;
}

.breadcrumb{
    margin-bottom: 80px;
}

.breadcrumb a {
    color: var(--bs-breadcrumb-divider-color);
}

footer .nav-link{
    color: #fff;
}

footer .nav-link:hover{
    color: #fff;
}

.bg-dark{
    background-color: #14294D;
    color: white;
}

.big-badge{
    width: 100px;
    height: 100px;
}

.big-badge i{
    font-size: 60px;
    line-height: 100px;
}

.featurette-dark .big-badge{
    margin-top:-70px;
}

/* FROM Features page on bootstrap exemples */
.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

/*
Carousel
 */
.carousel-image{
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    position: relative;
    left: 50%;
    top: 50%;
}

/*
FAQ
 */
.question {
    display: flex;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.question h3{
    font-size: 1.55rem;
    line-height: 1.3em;
}

.question .icon {
    width: 30px;
    margin-right: 20px;
    text-align: center;
}

.question .text {
    font-size: 16px;
}

.hr-question {
    margin: 2rem 0 2rem 0;
    color: inherit;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

/*
Phone contact before footer
 */
.phone-footer {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.phone-footer h3{
    font-size: 1.55rem;
    line-height: 1.3em;
}

.phone-footer .icon {
    width: 30px;
    margin-right: 20px;
    text-align: center;
}

.phone-footer .text {
    font-size: 16px;
}





footer, .footer{
    background-color: #14294D;
    color: white;
}
footer a{
    color: white;
}
footer a:hover{
    color: white;
}