/*=========================FONT=================================*/

@font-face {
    font-family: "Ubuntu";
    font-weight: 300;
    font-style: normal;
    src: url(../font/ubuntu-light-webfont.woff2) format("woff2"),
        url(../font/ubuntu-light-webfont.woff) format("woff");
}
@font-face {
    font-family: "Ubuntu";
    font-weight: 400;
    font-style: normal;
    src: url(../font/ubuntu-regular-webfont.woff2) format("woff2"),
        url(../font/ubuntu-regular-webfont.woff) format("woff");
}
@font-face {
    font-family: "Ubuntu";
    font-weight: 500;
    font-style: normal;
    src: url(../font/ubuntu-medium-webfont.woff2) format("woff2"),
        url(../font/ubuntu-medium-webfont.woff) format("woff");
}
@font-face {
    font-family: "Ubuntu";
    font-weight: 700;
    font-style: normal;
    src: url(../font/ubuntu-bold-webfont.woff2) format("woff2"),
        url(../font/ubuntu-bold-webfont.woff) format("woff");
}
@font-face {
    font-family: "Ubuntu";
    font-weight: 300;
    font-style: italic;
    src: url(../font/ubuntu-lightitalic-webfont.woff2) format("woff2"),
        url(../font/ubuntu-lightitalic-webfont.woff) format("woff");
}
@font-face {
    font-family: "Ubuntu";
    font-weight: 400;
    font-style: italic;
    src: url(../font/ubuntu-italic-webfont.woff2) format("woff2"),
        url(../font/ubuntu-italic-webfont.woff) format("woff");
}

/*===================================GENERAL================================*/

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(37, 37, 37);
}

ul li {
    list-style-type: none;
}

.container {
    max-width: 1000px;
}

h1::before {
    content: "";
    background-color: #c5060d;
    width: 70px;
    height: 3px;
    position: absolute;
    top: 35px;
}

.submission h1::before {
    content: "";
    background-color: #EDEADE !important;
    width: 70px;
    height: 3px;
    position: absolute;
    top: 35px;
} 

.btn.btn-light,
.btn.btn-warning {
    border: 1px solid rgb(187, 187, 187);
    font-weight: 300;
    width: 120px;
    padding: 2px;
}

a {
    text-decoration: none;
}

.crl-txt-1 {
    color: #c5060d !important;
}

.crl-txt-2 {
    color: #EDEADE !important;
}

.crl-bg-1 {
    background-color: #91070c !important;
}

.crl-bg-2 {
    background-color: #ebebeb !important;
}

.crl-bg-3 {
    background-color: rgb(37, 37, 37) !important;
}

.fs-7 {
    font-size: 0.7rem;
}

/*=================================HEADER=================================*/

.navbar {
    background-color: #fff !important;
}

.nav-link {
    color: black;
    font-weight: 500;
    position: relative;
    font-size: 1rem;
}

.nav-link.active::before {
    content: "";
    background-color: black;
    width: 50%;
    height: 2px;
    position: absolute;
    top: 30px;
}

.navbar-toggler {
    border: none;
}

.container-fluid.text-end.position-absolute {
    padding-right: 5px;
}

.audioscore {
    border-radius: 0px 0px 0px 5px;
}

/* .nav-item a {
    font-size: 0.9rem;
} */

@media only screen and (max-width: 992px) {
    .nav-link.active::before {
        width: 10%;
    }
}

@media only screen and (max-width: 1000px) {
    .navbar  {
        border: transparent !important;
    } 
} 

/*=================================HOME======================================*/

main {
    min-height: 700px;
}

.about h1 {
    font-weight: 500;
    font-size: 1.5rem;
}

.diary h2 {
    font-weight: 500;
    font-size: 1.375rem;
    position: relative;
    margin: 0;
}

.diary h2::before {
    content: "";
    background-image: url(/assets/img/beam-07.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 70px;
    height: 20px;
    top: 0;
    left: -80px;
}

.date {
    position: relative;
    text-align: center;
    font-size: 1.5rem;
}

@media only screen and (min-width: 690px) {
    .sujet .container {
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.7);
        background-image: url(../img/ScoreTenoroom\ v1.png);
        color: #ffffff;
    }
    .date {
        position: absolute;
        top: 50%;
        transform: translateX(-50%);
        left: 50%;
        transform: translateY(-50%);
        font-size: 2.5rem;
        font-weight: 700;
        color: #ececec !important;
    }
}

/*=========================CALL===================================*/

.calls li {
    list-style-type: circle !important;
}

@media only screen and (max-width: 1000px) {
    .call .container {
        border: transparent !important;
    } 
} 


/*=========================COMMITTEE===================================*/


.team-members {
    width: 302px;
}

.copyright {
    font-size: 0.75rem;
}


/*=========================PERFORMERS===================================*/


.performers {
    width: 602px;
}

@media only screen and (max-width: 600px) {
    .performers {
        width: 300px;
    } 

    .performers img {
        width: 300px;
    }
} 


/*=========================CONTACT===================================*/

.contact::before {
    content: "";
    background-image: url(/assets/img/arrow_down.png);
    background-repeat: no-repeat;
    top: -5rem;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact {
    min-height: 350px;
}

.contact h1 {
    font-weight: 500;
    font-size: 1.5rem;
}

/*=========================Map=============================*/

.methods_map h1 {
    font-weight: 500;
    font-size: 1.5rem;
}

.bio_map_dates {
    font-weight: 300;
    font-size: 0.9rem;
}

.bio_map::before {
    content: "";
    background-image: url(/assets/img/map_icon.png);
    background-repeat: no-repeat;
    top: -5.5rem;
    left: 20px;
    position: absolute;
    width: 10rem;
    height: 3rem;
}

.methods_title::before {
    content: "";
    background-image: url(/assets/img/line.png);
    background-repeat: no-repeat;
    top: 0.5rem;
    right: 0;
    left: -3.8rem;
    bottom: 0;
    position: absolute;
    width: 10rem;
    height: 3rem;
}

.works_map_content {
    width: 350px;
}

.methods_content {
    margin-bottom: 4rem;
}

.works_map_content_title::before {
    content: "";
    background-image: url(/assets/img/square.png);
    background-repeat: no-repeat;
    top: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 15px;
    height: 15px;
}

.map_selected {
    width: 350px !important;
    min-height: 1500px;
}

.map_selected_content {
    background-color: #fff;
}

.map_selected_content a {
    font-size: 0.9rem;
}

.work_content > .player {
    width: 250px;
}

.close-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 0;
    cursor: pointer;
}

/*=========================PROJECTS==================================*/

.projects h1 {
    font-weight: 500;
    font-size: 1.5rem;
}

.projects .date {
    font-weight: 500;
    font-size: 1rem;
}

.projects .place {
    font-size: 1rem;
}

.projects .links-title {
    font-weight: 500;
    font-size: 1rem;
}

.link {
    font-size: 0.9rem;
    text-decoration: underline;
}

.caption {
    bottom: 0;
    right: 0;
    left: 0;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
    opacity: 0.4;
    padding: 0.5rem;
}

.carousel-item p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 300;
    color: rgb(146, 146, 146) !important;
}

/*=========================BIOS=======================================*/

.bios li {
    font-size: 0.875rem;
}

.bios li:first-child {
    font-size: 1rem;
}

.bios li a:hover {
    text-decoration: underline;
}

/*========================FOOTER=====================================*/

footer ul {
    padding: 0;
    margin: 0;
}

footer li {
    font-size: 0.875rem;
    font-weight: 300;
}

footer .text-secondary {
    font-weight: 500;
}

footer a:hover {
    text-decoration: underline;
}
