@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins: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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    width: 85%;
}

body{
    font-family: "Roboto";
    background-color: #111111;
    color: #fff;
}

h2{
    color: aqua;
    font-size: 3rem;
}
header{
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: rgb(0, 162, 203);
    margin-bottom: 10vh;
}
header h1{
    padding: 7vh 0;
    font-weight: 700;
    font-size: 50px;
}
main section{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
main .draw{
    display: flex;
    flex-direction: row;
    text-align: left;
    font-size: 20px;
    padding-bottom: 15vh;
}
main .draw article{
    display: flex;
    flex-direction: column;
    width: 60%;
    font-size: 1.8rem;
    justify-content: space-between;
}

main .draw img{
    width: 30%;
}

main .sing{
    display: flex;
    flex-direction: row;
    font-size: 20px;
    padding-bottom: 15vh;
    height: 50%;
}

main .sing iframe{
    width: 50%;
    display: flex;
    border-radius: 20px;
}
main .sing article{
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    width: 40%;
    justify-content: space-between;
    text-align: right;
}

main .seemore{
    text-align: center;
    font-size: 2rem;
    letter-spacing: 1px;
}
main .seemore a{
    color: rgb(0, 162, 203);
    transition: all .5s;
}

main .seemore a:hover{
    color: rgb(0, 204, 255);
    font-size: 2.5rem;
}
main .banner{
    background-color: rgb(0, 162, 203);
    margin: 5vh 0;
}
main .banner h3{
    font-size: 6rem;
    padding: 5vh;
    letter-spacing: 5px;
}

main .presentFurther{
    display: flex;
    justify-content: center;
    align-items: center;
}

main .presentFurther article{
    width: 85%;
}

main .presentFurther article h4{
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 3px;
}

main .presentFurther article p{
    text-align: right;
    color: #444444;
}





/* site gallery */

main{
    width: 100%;
}

main .gallery{
    display: flex;
    align-items: center;
}

main .galley div{
    display: flex;
    flex-direction: column;
}
main .gallery div a{
    color: rgb(0, 162, 203);
    text-decoration: none;
    font-size: 25px;
    transition: all .5s;
}

main .gallery div a:hover{
    color: rgb(0, 204, 255);
    font-size: 1.8rem;
}

main .gallery div section img{
    display: block;
    margin-bottom: 3vh;
}
main .gallery div section p{
    display: block;
    width: 50%;
    font-size: 20px;
}
main .gallery div section section{
    text-align: center;
    width: 100%;
    height: 50vh;
}

main .gallery div .row{
    display: flex;
    flex-direction: row;
    height: 55vh;
}

main .gallery div .row .drawing{
    align-items: center;
    justify-content: end;
}

.imgptt{
    width: 75%;
    transition: all .5s;
}

.imggrd{
    width: 50%;
    transition: all .5s;
}
.imgptt:hover{
    width: 85%;
}

.imggrd:hover{
    width: 60%;
}

.glrhd{
    height: 30vh;
    display: flex;
    align-content: flex-start;
    justify-content: start;
    margin-bottom: 10%;
}

.ligne{
    background-color: #fff;
    height: 2px;
    width: 100%;
    margin-bottom: 20vh;
}
.purple{
    color: #4000ff;
    font-size: 20px;
    font-weight: 900;
    background-color: #ff009d;
    border-radius: 8px;
    padding: 2px 2px;
    margin: 0.9vh 0;
}
