body{
    background-color: rgb(245, 245, 245);
}


.troisieme{
    border-radius: 40px;
    width: 460px;
    height: 270px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    background-color: white;
    z-index: 100;
    margin-left: 100px;
    margin-top: 55px;
 
}

.quatrieme{
    background-color: white;
    width: 479px;
    height: 270px;
    border-radius: 20px;
    margin-top: -261px;
    margin-left: 91px;
    z-index: -100;
    position: relative;
}

@media screen and (max-width: 768px){
    .troisieme{
        margin-left: 2px;
        width: 100%;
        min-height: 320px;
        height: auto;
        border-radius: 0px;
        text-align: center;
        margin-top: 2px;
        margin-bottom: -10px;
    }

    .quatrieme{
        margin-left: 0px;
        height: 320px;
        width: 450px;
        border-radius: 0px;
        display: none;
    }
}



.ij{
    font-size: 40px;
    color: rgb(58, 58, 58);
}

.ii{
    font-family: 'Montserrat', sans-serif;
    color: rgb(38, 38, 38);
    text-align: center;
    margin-top: -15px;
}

.ik{
    width: 150px;
    height: 50px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.ik:hover{
    cursor: pointer;
    opacity: 0.8;
    transition: 0.5s all ;
}

.deuxieme{
    margin-left: 600px;
    margin-top: -330px;
}

.zeus{
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 20px;
}


@media screen and (max-width: 768px){
    .deuxieme{
        background-image: url(callit.jpg);
        width: 100%;
        min-height: 330px;
        height: auto;
        display: none;
    }

    .zeus{
        width: 350px;
        margin-top: -42px;
        height: auto;
        border-radius: 0px;
        display: none;
        }

        .troisieme a{
            padding-bottom: 10px;
        }

        .ii{
        margin-top: -30px;
        font-size: 22px;
        letter-spacing: 0.5px;
        }
        .ij{
            font-size: 35px;
            padding: 10px;
        }
    }


.cinquieme{
    margin-top: 60px;
    padding: 50px;
    background: navy; 
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nwer{
    text-align: center;
    padding-top: 60px;
    margin-top: -110px;
    color: white;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
}  

.dwer{
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px;
    padding-left: 45px;
    letter-spacing: 0.5px;
    font-size: 20px;
}

@media screen and (max-width: 768px){
    
    .cinquieme{
        margin-top: 0px;
        padding: 0px;
        height: auto;
        min-height: 820px;
        color: navy;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .qwer{
        padding-top: 0px;
        padding: 20px;
        width: 80%;
        height: 88%;
        min-height: 640px;
        background-color: rgb(250, 249, 249);
        color: navy;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .dwer{
        font-size: 18px;
        padding-left: 0px;
        padding: 0px;
        padding-left: 0px;
        text-align: center;
        color: black;
        line-height: 1.3;
    }
    .nwer{
        padding-top: 0px;
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 30px;
        color: navy;
    }

    .bluec{
        color: navy;
        font-weight: bold;
    }
}

