@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');


#chirurgie_wrapper{
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding-top: 30vh;
    padding-bottom: 10%;

    font-family: 'Montserrat', sans-serif;
}

.main_container{
    width: 100%;
    height: fit-content;
}

#chirurgie_video_background{
    position: fixed;
    bottom: -40%;
    width: 100%;
}

#chirurgie_container{
    width: 70%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#chirurgie_title_container{
    width: 70%;
    margin: auto;
    margin-bottom: 20vh;
}

#chirurgie_title_container h2{
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
}

#chirurgie_left_subcontainer{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#chirurgie_right_subcontainer{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chirurgie{
    width: 95%;
    box-sizing: border-box;
    margin-bottom: 40px;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    overflow: hidden;
}

.chirurgie ul{
    list-style-type: "-   ";
    box-sizing: border-box;
    margin-top: 50px;
    padding-left: 15%;
    padding-right: 10%;
    padding-bottom: 10%;
}

.chirurgie p{
    margin: 0;
    padding: 0;
    margin-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
}


.chirurgie h3{
    font-weight: 400;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(32, 32, 32);
    margin: 0;
    box-sizing: border-box;
    padding: 5%;
}


.chirurgie li{
    margin-top: 20px;
    margin-bottom: 10px;
}
