body {
    font-family: Comfortaa, Regular;
}

.head-logo {
    padding: 10px 0;
    text-align: left;
}

.head-logo > img {
    width: fit-content;
    height: 100px;
    max-width: 100%;
    object-fit: contain;
}

#museum_preview {
    height: 60%;
    background-image: url("/img/oeuvres/mosaic-200864_1920.jpg");
    background-size: cover;
    background-position: center;
}
#museum_preview > div {
    background-color: white;
    opacity: 0.8;
    width: 80%;
    float: right;
    padding: 20px;
}
#museum_preview > div > p {
    font-size: 14px;
}

.pointer {
    cursor: pointer;
}

#museum_preview .main-family {
    color: #5070B6;
}
.main-title {
    font-size: 2em;
}
/*MENU*/
.main-menu {
    position: relative;
    height: 40px;
}

.main-menu button {
    position: absolute;
}
.main-list {
    margin-top: 20px;
}

#collapseMenu {
    background-color: #5070B6;
    color: white;
    margin-left: -15px;
    margin-right: -15px;
}
#collapseMenu ul {
    margin-bottom: 0px;
    padding: 35px 25px 35px 25px;
}
#collapseMenu ul li {
    list-style: none;
}
#collapseMenu ul li:hover {
    color: salmon;
    cursor: pointer;
}
.customMainMenu {
    text-align: center;
    padding-left: 0px;
    font-size: 1em;
}
.customMainMenu li{
    display: inline;
    list-style: none;
    cursor: pointer;
}
.customMainMenu li:hover{
    color: salmon;
}
.customMainMenu span{
    vertical-align: text-bottom;
    color: #5070B6;
    font-weight: bold;
}

.list-oeuvre {
    cursor: pointer;
}
.list-oeuvre > div {
    margin: auto;
    display: inherit;
}
.list-oeuvre > div > div.custom-txt-center {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
}
.custom-img-rounded {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.custom-img-rounded2 {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
/*.custom-img-rounded2 {
    background-image: url(../img/oeuvres/graffiti-508272_1920.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    height: 130px;
    width: 130px;
}*/
/*-----*/

/*LANG*/
.langDiv {
    position: absolute;
    right: 0;
}
.langDiv .fa-search {
    vertical-align: middle;
    margin-right: 5px;
}
.lang-selector{
    border: 1px solid #5070B6;
    border-radius: 50%;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: initial;
    color: #5070B6;
    margin-right: 5px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.lang-active {
    background-color: #5070B6;
    color: white;
}
/*---*/
/*Galerie d'oeuvres*/
.acc-gallery {
    margin-left: 0;
    margin-right: 0;
    cursor: pointer;
}
.acc-gallery .img-fluid {
    /*max-height: 130px;*/
}
.acc-gallery > div {
    max-width: 50%;
}
.acc-gallery .acc-desc {
    padding-left: 5px;
}
.acc-desc {
    margin: auto;
    font-size: 3.5vw;
}
.acc-desc > div:first-of-type {
    color: #5070B6;
    font-weight: bold;
}
.acc-btn {
    margin: auto;
    background-color: #5070B6;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
}
.acc-btn:hover {
    background-color: #6682BF;
}

.card {
    /* height: 270px; */
}
.card div > div:nth-child(1) img {
    /* height: 100%; */
    object-fit: cover;
    height: 235px;
}

.fa-2x-half {
    font-size: 2.5em;
}
.fa-times {
    text-align: center;
}
/*----------------*/
.lh-0 {
    line-height: 1.2;
}
.mb-small p {
    margin-bottom: 0.5rem;
}

/* Mentions légales */
.main-block {
    margin-bottom: 25px;
}
.main-block h4 {
    color: #5070B6;
}

/* MEDIA QUERIES */
/*Portable*/
@media (min-width: 576px) {
    .langDiv {
        width: 100%;
        text-align: right;
        position: unset;
        right: unset;
    }
}
/*TABLETTE*/
@media (min-width: 768px) {
    .main-title {
        font-size: 5em;
    }
    
    .head-logo > img {
        max-height: 80px;
    }
}

/*ORDINATEUR*/
@media (min-width: 992px) {
    .list-oeuvre > div {
        margin: unset;
    }
    .main-family{
        color: black;
    }
    .pointer:hover .main-family{
        color: #5070B6;
    }
}
/* ------------- */