body {
    background-color: lightsteelblue;
}



#title {
    font-size: 40px;
    color: white;
    font-family: 'Times New Roman';
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 170px;

}

.type {
    color: #0f70b7;
}

h1 {
    font-family: 'Times New Roman';

}

#p {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Times New Roman';
    text-transform: uppercase;
    /* text-shadow: 1px 3px 10px orange; */
    color: white;

}

#im img {
    width: 350px;
    height: 300px;
    border-radius: 50%;
    border-top-right-radius: 0px;
    box-shadow: 10px 0px 1px 0px #0f70b7;

}

#im img:hover {
    transition: 3s;
    background: gray;
    border-top-right-radius: 50%;
    border-left: 10px inset orange;
}

#bg {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url("image/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

h3 {
    color: white;
    text-transform: uppercase;
    font-family: 'Times New Roman';
    font-size: 50px;
    font-weight: bold;
    background: #0f70b7;
    border-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 15px;
    text-align: center;
}

h3:hover {
    border-radius: 50%;
    transition: 3s;
}

#propos video {
    width: 100%;
    height: 50%;
    border-radius: 15px;
    box-shadow: 2px 2px 5px 2px orange;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #0f70b7;

}

#propos h1 {
    text-shadow: 1px 5px 3px gray;
    border-bottom-right-radius: 15px;
    border-bottom: 3px solid #0f70b7;
}

#propos p {
    font-size: 17px;

}

/* #propos p::first-letter{
	font-size: 45px;
	font-family: algerian;
	color: orange;
	font-weight: bold;
	
} */
.card {
    box-shadow: 1px 1px 5px 1px #0f70b7;
    border-radius: 10px;
    width: 70px;
}

#skill img:hover {
    background: orange;
    opacity: .8;
}

#scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 90px;
    right: 40px;
    background: #0f70b7;
    border-radius: 50%;
}

#scroll-top img {
    width: 100%;
    height: 100%;
}

#gallery img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    border-right: 5px solid black;
    border-left: 5px solid black;
}

#footer {
    position: fixed;
    bottom: 0;
    z-index: 1000;
}

.bg {
    background: #0f70b7;

}

.act a:focus {
    font-weight: bold;


}

.act a:hover {
    background-color: orange;

}


#serv {

    height: 220px;
    padding: 5px;

}

#serv img {
    width: 110px;
    height: 100px;
    border-radius: 50%;
    padding: 5px;

}

#serv:hover {
    background: #0f70b7;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: 3s;
    color: white;

}

#ser:hover {
    background: #0f70b7;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: 6s;
    color: white;

}


img {
    width: 37px;
    height: 30px;
}

h2 {
    font-weight: bold;
}

/* responsivite */
@media only screen and (max-width: 480px) {
    #p {
        font-size: 20px;
        text-align: center;
        margin-top: 90px;
        margin-bottom: 30px;
    }

    #im img {
        width: 200px;
        height: 170px;



    }

    #im {
        display: flex;
        justify-content: center;

    }

    h3 {
        font-size: 33px;
    }

    h2 {
        text-align: center;

    }

    #serv #image {
        display: flex;
        justify-content: center;

    }

    #serv {
        height: 290px;

    }

    #gallery img {

        height: 200px;

    }

    #scroll-top {
        width: 24px;
        height: 24px;
        right: 4px;


    }

}

@media only screen and (min-width: 481px)and (max-width: 767px) {
    #p {
        font-size: 25px;
        text-align: center;
        margin-top: 90px;
        margin-bottom: 30px;
    }

    #im img {
        width: 200px;
        height: 170px;



    }

    #im {
        display: flex;
        justify-content: center;

    }

    h3 {
        font-size: 35px;
    }

    h2 {
        text-align: center;

    }

    #serv #image {
        display: flex;
        justify-content: center;

    }

    #serv {
        height: 290px;

    }

    #gallery img {

        height: 250px;

    }

    #scroll-top {
        width: 24px;
        height: 24px;
        right: 4px;


    }

}

@media only screen and (min-width: 768px)and (max-width: 990px) {


    #p {
        font-size: 25px;
        text-align: center;
        margin-top: 90px;
        margin-bottom: 30px;
    }

    #im img {
        width: 200px;
        height: 170px;



    }

    #im {
        display: flex;
        justify-content: center;

    }

    h3 {
        font-size: 35px;
    }

    h2 {
        text-align: center;

    }

    #serv #image {
        display: flex;
        justify-content: center;

    }

    #serv {
        height: 290px;

    }

    #gallery img {

        height: 300px;

    }

    #scroll-top {
        width: 24px;
        height: 24px;
        right: 4px;


    }

    #propos video {
        margin-top: 130px;
        width: 100%;
        height: 350px;

    }


}

@media only screen and (min-width: 991px)and (max-width: 1279px) {


    #p {
        font-size: 27px;
        text-align: center;
        margin-top: 90px;
        margin-bottom: 30px;
    }

    #im img {
        width: 230px;
        height: 200px;



    }

    #im {
        display: flex;
        justify-content: center;

    }

    h3 {
        font-size: 35px;
    }

    h2 {
        text-align: center;

    }

    #serv #image {
        display: flex;
        justify-content: center;

    }

    #serv {
        height: 290px;

    }

    #gallery img {

        height: 450px;

    }

    #scroll-top {
        width: 30px;
        height: 30px;
        right: 10px;



    }




}


@media only screen and (min-width: 1280px) {

    #p {
        font-size: 35px;
        text-align: center;
        /* margin-top: 90px; */
        margin-bottom: 30px;
    }

    #im img {
        width: 300px;
        height: 270px;



    }

    #im {
        display: flex;
        justify-content: center;

    }

    h3 {
        font-size: 35px;
    }

    h2 {
        text-align: center;

    }

    #serv #image {
        display: flex;
        justify-content: center;

    }

    #serv {
        height: 230px;

    }

    #gallery img {

        height: 600px;

    }

    #scroll-top {
        width: 30px;
        height: 30px;
        right: 10px;


    }


}