@font-face {
    font-family: 'MyWebFont';
url('police/Calibri/Calibri.ttf')  format('truetype'), /* Safari, Android, iOS */
}

body {
    font-family: "Calibri", 'MyWebFont', serif;
    font-weight: bold;
}

.navbar-brand {
    padding-left: 3rem;
    margin-right: -3rem;
    line-height: 1.3em;
    color: rgb(116, 116, 156);
}

.navbar-brand .galerie {
    font-weight: bolder;
    font-size: 2rem;
}

.navbar-brand .name {
    font-weight: 900;
    font-size: 1rem;
}

.title, .legend {
    font-weight: 900;
    color: rgb(116, 116, 156);
    min-height: 60px;
}

.title {
    text-align: center;
}

.legend {
    text-align: end;
}

.navbar {
    background-color: white !important;
}

.legend {
    top: 7rem;
    position: absolute;
    right: 5%;
    text-align: justify;
}

.nav-item a {
    color: rgb(116, 116, 156);
}

.nav-item {
    padding: 0 1rem;
}

.homepage {
    padding: 1rem 3rem;
}

.carousel-caption {
    bottom: -8px;
    text-align: center;
}


.desc {
    font-size: 1.1rem;
    color: #7F7F7F;
    font-family: Calibri, serif;
    text-align: justify;
}

.desc a {
    color: #7F7F7F;
    text-decoration: underline;
}

.desc .aide {
    text-align: center;
    font-size: 1rem;
}

.links span {
    cursor: pointer;
    background-color: rgba(116, 116, 156, 0.5);
    font-size: 18px;
    text-align: center;
    display: block;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .8) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 150px;
}

.links img {
    width: 100%;
}

a {
    text-decoration: none;
}

.figure-img {
    margin-bottom: 0;
}

.home-box {
    margin: 0.5rem 0;
    color: rgb(116, 116, 156) !important;
}

.home-box img {
    max-width: 100%;
    height: 13rem !important;
    width: auto;
    object-fit: cover;
    object-position: bottom;
}

.p-4 {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem !important;
}

.home-box > div {
    box-shadow: 0 0 5px #c0c0c0;
}

.home-box > div {
    transition: 1s;
    background-color: white;
}

.home-box:hover > div {
    transition: 1s;
    background-color: rgba(116, 116, 156, 0.1) !important;
    color: black !important;
}

@media (min-width: 1200px !important) {
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}

.form-control-plaintext {
    border-bottom: solid 1px rgb(116, 116, 156) !important;
}

.btn-valider {
    color: white;
    border-color: white;
    background-color: rgb(116, 116, 156);
}

.contact-form {
    position: fixed;
    height: 100%;
    width: 100%;
}

.img-shop {
    width: auto;
    display: inline-block;
}

.img-shop:hover {
    cursor: pointer;
}

.img-shop-legend {
    color: rgb(116, 116, 156);
}

#shopModal {
    color: rgb(116, 116, 156);
}

#shopModal .modal-header {
    border: none;
    background-color: rgb(241, 241, 245);
}

#shopModal .modal-content {
    border-radius: 0 !important;
}

#shopModal button {
    border: none;
    background-color: transparent;
}

#shopModal span {
    font-weight: normal;
}