html {
    font-size: 14px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


.button-icon {
    padding-left: 15px !important;
    background: none;
    padding: 0px;
    border: none;
}

.googleMap {
    height: 500px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

@media (min-width: 992px) {
    html {
        font-size: 16px;
    }

    .opiclient-footer {
        width: 30%;
    }
}


@media (max-width: 992px) {
    h1 {
        font-size: 2rem;
    }

    .title {
        font-size: 28px;
    }

    .indexPage {
        padding-top: 50px;
        padding-bottom: 55px;
    }

    .indexTitre {
        font-size: 2.0em;
        line-height: 1.3;
    }

        .indexTitre > span {
            padding-bottom: 13px;
        }

    .indexParagraphe {
        font-size: 1.2em;
        margin-top: 21px;
    }

    .indexSousParagraphe {
        font-size: 1.8em;
        line-height: 1.3;
    }

    .indexSearch input {
        height: 50px;
        font-size: 18px;
    }

    .descriptionAssociationImage {
        height: 250px;
    }

    .carouselImage {
        max-width: 100%;
        height: auto;
        max-height: 250px;
    }

    .DescriptionAssociationHeader {
        padding-bottom: 10px;
    }

    .opiclient-footer {
        width: 80%;
    }
}



.title {
    color: #0b486b;
    padding: 20px 0 12px 0;
}

.bold {
    font-weight: bold;
}

.linkFooter, footer img {
    margin-top: 20px
}

footer i {
    margin-top: 10px
}