body{
    z-index: 3;
    background-image: url(theme.jpg);
    background-size: cover;
}

.entete{
    height: 2.5rem;
    margin-top: 5px;
    display: flex;
}
.logo{
    margin-top: 15px;
    height: 100%;
    width: 20%;
}
.Logo{
    height: 90px;
    width: 175px;
    margin-left: 25rem;
    margin-top: -15px;
    color: #fff;
}
.buttons{
    margin-top: 10px;
    display: flex;
    height: 100%;
    width: 80%;
}
.button2, .button1{
    cursor: pointer;
    margin-left: 0.5%;
    transform: scale(1);
    background: none;
    color: #fff;
    font-size: large;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 150;
    height: 1.75rem;
    width: 10%;
    border: none;
    transition: transform 0.3s ease-in-out;
}
.button1{
    margin-left: 80%;
    border-bottom: 2px solid #ffffffd7;
}
.voir1, .voir2, .voir3, .voir4{
    height: 2rem;
    width: 6.5rem;
    margin-left: 47.5%;
    color: #fff;
    background: #000;
    border: none;
    border-radius: 0.3rem;
    transition: background 0.3s ease-in-out;
}


.section{
    height: 35rem;
    margin-top: 0;
}
.principal{
    height: 30rem;
    padding-top: 2.5%;
}
.footer{
    height: 5rem;
}

.boxContainer1, .boxContainer2{
    display: flex;
    padding-left: 4%;
}
.box1, .box2, .box3, .box4{
    height: 12.5rem;
    width: 22.5rem;
    background: #ffffffcf;
    margin-top: 5%;
    margin-left: 7%;
    border: 1px solid #ffffff7a;
    border-radius: 5px;
    backdrop-filter: blur(20px);
}
.box3, .box4{
    margin-top: 4%;
}

.contenu{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300; 
    margin-left: 2.5rem;
}

.list{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    margin-left: -0.5rem;
    margin-top: 1.3rem;
    font-size: medium;
}

.container{
    display: inline-block;
}
.coran{
    margin-top: 10%;
    margin-left: 7.5px;
    height: 47.5%;
    width: 32.5%
}

.contact{
    display: flex;
    padding-left: 35%;
}

.wha{
    background: #00000025;
    border-radius: 5px;
    height: 38px;
}

.insta{
    background: #00000025;
    border-radius: 10px;
    height: 40px;
    margin-left: 3.5rem;
}
