@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
.fa {
    font-size: 4vh;
}

/*  */

/* all */
body {
    margin: 0 0 0 0;
    font-family: 'Forum', cursive;

    font-size: 20px;
    background-image: url("img/bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    overflow-x: hidden;
}
img {
    border: solid rgb(94, 94, 94) 2px;
    border-radius: 4px;
    max-width: 98vw;
}
ul {
    list-style-position: unset;
    list-style: none;
}
.menu-tabs {
    display: flex;
    flex-direction: row;
    position: fixed;
    background-color: #ffffff;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 6vh;
    box-shadow: #ffffff 0px 5px 3px;
}
.submenu-tabs {
    font-size: 16px;
    color: black;
    text-decoration: none;
    height: 6vh;
    line-height: 6vh;
    width: 100%;
    text-align: center;
    transition: 150ms;
    display: flex;
    justify-content: center;
    align-content: center;
}.submenu-tabs:hover {
    cursor: pointer;
    background-color: rgb(231, 231, 231);
    box-shadow: gray 4px 7px 5px;
}
.submenu-tabs > img {
    display: block;
    margin: auto;
    width: 6.5vh;
    height: 6.5vh;
    border: none;
    border-radius: 0;
}
.all {
    display: block;
    position: relative;
    width: 98vw;
    text-align: center;
    top: 7vh;
    margin-left: 1vw;
    margin-right: 1vw;
}
.img-logo-container {
    margin-top: 2vh;
    display: flex;
    justify-content: center;
    width: 100%;
    max-height: 40vh;
    height: auto;
    min-height: 40vh;
}
.img-logo {
    border-radius: 10px 10px 10px 10px;
    border: none;
    display: block;
    object-fit: contain;
    max-width: 60vw;
    max-height: 40vh;
    width: auto;
    height: auto;
    width: 20%;
    min-height: 10vh;
    width: auto;
}
.caroussel {
    margin-top: 10vh;
    width: 100%;
    display: flex;
    justify-content: center;
}
.caroussel > img {
    display: block;
    object-fit: cover;
    max-width: 90vw;
    max-height: 80vh;
    width: auto;
    height: auto;
}

.formations-content {
    background-color: white;
    margin: 0 5% 5vh 5%;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    padding-bottom: 2vh;
    padding-top: 2vh;
    border-radius: 40px;
    box-shadow: 10px 10px 15px #888888a1;
}

.txt-formations {
    width: 50%;
}

.img-formations {
    margin-left: 1%;
    margin-right: 1%;
    width: 40%;
    display: block;

}
.img-formations > img {
    object-fit: cover;
    width: 100%;
    height: 75vh;
}

.bio-container {
    margin-left: 20%;
    margin-right: 20%;
    overflow: hidden;
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 1px black;
    margin-bottom: 6vh;
}

.bio-img {
    overflow: hidden;
    width: 20%;
    height: 20%;
    margin-left: 40%;
}
.bio-img > img {
    width: 100%;
    border: none
} 
.qsn > img {
    height: 20vh;
}

.qsm-text {
    width: 60%;
    margin-left: 20%;
}

.psm > p > img {
    margin-top: 1vh;
    width: 80vw;
}
.pn-p {
    width: 50vw;
    margin-left: 10vw;
    text-align: justify;
}
.form-mail {
    width: 100%;
    position: absolute;
    height: 70vh;
    margin: 0;
    left: 0px;
}

.form-mail .input, .form-mail p textarea, .form-mail p select {
    margin-left: 10%;
    margin-bottom: 1vh;
    width: 80%;
    display: block;
    height: 4vh;
}
.form-mail p textarea {
    height: 30vh;
}

.submit-btn {
    border: none;
    height: 5vh;
    width: 10%;
    position: absolute;
    bottom: 1vh;
    left:0;
    right:0;
  
    margin-left: auto;
    margin-right: auto;
}

.contact-title {
    font-size: 17px;
    text-align: left;
    margin-left: 10%;
    margin-top: 3vh;
    display: block;
}

.column {
    float: left;
    margin: 15px;
    width: 12vw;
    height: 12vw;
}
.column > img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;

}
.modal {
    transition: 500ms;
    position: fixed;
    z-index: 1;
    top: 6.4vh;
    left: 0;
    width: 0%;
    height: 0%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
}
.modal-content {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.close {
    color: white;
    position: fixed;
    top: 7vh;
    right: 25px;
    font-size: 35px;
    font-weight: bolder;
    transition: 200ms;
    z-index: 10;
}
.close:hover,
.close:focus {
    color: rgb(219, 113, 113);
    text-decoration: none;
    cursor: pointer;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50vh;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bolder;
    font-size: 20px;
    transition: 200ms ease;
}
.prev {
    border-radius: 0 3px 3px 0;
    left: 0;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.next:hover,
.prev:hover {
    background-color: rgba(255, 255, 255, 0.575);
    color: black;
}

.active,
.demo:hover {
    opacity: 1;
}
img.hover-shadow {
    transition: 300ms;
}
.hover-shadow:hover {
    box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.534);
    cursor: pointer;
}
.slides img {
    position: relative;
    max-width: 80%;
    max-height: 80%;
    height: auto;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}

.next-concert {
    margin: 0 auto;
    max-width: 1000px;
}