@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri');


body {
    margin: 0;
    padding: 0;
    font-family: 'Hind Siliguri', sans-serif;
    background-color: black;
    height: 100vh;
    color: white;
}

.backgroundImage {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../images/background.jpg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.accueilContent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/*
.accueilContent a:hover{
    background-color: white;
    color: black;
}
*/

.left img {
    height: 150px;
}

.left {
    border-right: 1px solid white;
    padding-right: 50px;
}

.right {
    padding-left: 50px;
}

li {
    list-style-type: none;
}

.right a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 2.5rem;
}

section {
    display: flex;
    height: 100vh;
}

.navBar {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 60px;
    justify-content: center;
}

.navBar img {
    height: 100px;
}

.navBar a {
    text-decoration: none;
    color: white;
    font-size: 1.6rem;
}

.navBar li {
    padding-bottom: 30px;
    margin: 0 auto;
}

ul {
    padding: 20px;
}

.content {
    padding: 60px;
    justify-content: space-around;
    overflow: auto;
    width: 100%;
}

.content h1 {
    font-size: 2.5rem;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
}

.content p {
    font-size: 1.2rem;
}

.content article {
    width: 50%;
}

.presentation {
    margin-right: 50px;
}

.content article iframe {
    width: 100%;
    height: 100%;
}


.content h2 {
    font-size: 2rem;
    font-weight: 100;
}


.containerContent {
    display: flex;
    justify-content: flex-start;
}

.containerProfs {
    flex-wrap: wrap;
    align-content: flex-start;
}

.boxinsta {
    width: 100%;
    height: 100%;
}

.boxinsta iframe {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: white;
}

.prof {
    padding: 30px;
    text-align: center;
}

.prof img {
    border-radius: 100%;
    height: 150px;
}

.prof h1 {
    text-transform: none;
    font-size: 1.8rem;
    text-align: center;
    margin: 0;
}

.prof h2 {
    text-transform: none;
    font-size: 1rem;
    margin: 0;
}

.pictureProf {
    display: flex;
    margin-bottom: 30px;
}

.pictureProf img {
    height: 190px;
    margin-right: 30px;
    border-radius: 100%;
}

.pictureProf h1 + h2 {
    margin: 0;
}

.tarifs{
    gap: 10px;
}

.tarif30mn,
.tarif1h {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);;
    width: 50%;
    text-align: center;
/*    padding: 20px;*/
}

.tarif30mn h1,
.tarif-salles h1,
.tarif1h h1 {
    text-transform: none;
    font-weight: bold;
}

.tarif-salles p{
    margin: 0;
}

.tarif-salles{
    text-align: center;
    margin-top: 10px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);;
    width: 100%;
}

.tarif30mn h2,
.tarif-salles h2,
.tarif1h h2 {
    margin: 0;
}

.map {
    width: 50%;
}

.map iframe {
    width: 100%;
    height: 300px;
}

.contactRight {
    margin-left: 30px;
    width: 50%;
}

.download {
    border: 1px solid white;
    border-radius: 10px;
    padding: 3px;
    font-size: 0.8rem;
}

.download:hover {
    background-color: white;
    color: black;
    transition: all 0.3s;
}

.menuMobile {
    display: none;
}

.mobileMenu {
    display: none;
}

.pictureProf h2{
    font-size: 1.4rem;
}

.box-partners{
    display: flex; width: 100%;
}

.box-partners a{
    display: block; padding: 20px 30px; width: 150px; height: 150px;
}

.box-partners a img{
    width: 100%; height: 100%; object-fit: contain;
}

.handimusic{
    display: flex; width: 100%; gap: 30px;
}

.handimusic img{
    width: 50%; object-fit: contain; 
}


@media screen and (max-width: 980px) {
    .navBar {
        display: none;
    }

    .handimusic{
        flex-direction: column;
    }

    .handimusic img{
        width: 100%;
    }

    .box-partners{
        justify-content: center; align-items: center; flex-direction: column;
    }

    .content {
        padding: 100px 30px 60px 30px;
    }


    .containerProfs {
        justify-content: center;
    }

    .menuMobile {
        position: fixed;
        display: block;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        height: 80px;
    }

    .logo {
        position: absolute;
        right: 0;
        left: 0;
        height: 60%;
        margin: 0 auto;
        padding: 15px;
    }

    .menuHamb,
    .closeMenu {
        position: absolute;
        left: 0;
        height: 40%;
        margin: 0 auto;
        padding: 25px;
    }

    .closeMenu {
        display: none;
    }

    .mobileMenu {
        margin-top: 80px;
        position: fixed;
        background-color: black;
        height: 100vh;
        width: 100vw;
    }

    .mobileMenu {
        font-size: 1.8rem;
    }

    .right {
        display: none;
    }

    .left {
        border: none;
        text-align: center;
        padding: 0;
    }

}


@media screen and (max-width: 700px) {
    .navBar {
        display: none;
    }

    .containerContent {
        flex-direction: column;
    }

    .tarif30mn,
    .tarif1h {
        width: 100%;
    }
    
    .tarif-salles {
        width: 100%;
        padding: 10px;
    }

    
    .content article {
        width: 100%;
    }

    .contactRight {
        margin-left: 0;
        width: 100%;
    }

    .map {
        width: 100%;
    }

    .containerProfs {
        align-content: center;
    }

    .containerProfs img {
        width: 100px;
        height: 100px;
    }
    
    .pictureProf{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    
    .pictureProf img {
        height: 50%;
        width: 50%;
        margin: 0 auto;
    }

}
