
body{
    margin: 0px;
    padding: 0px;
    background-color: rgb(38, 39, 51);
    font-family: 'Roboto', sans-serif;
}

header img {
    padding: 20px;
    width: 100px;
    height: auto;
    border-radius: 50px;
}

header{
    background-color: rgb(38, 39, 51);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-radius: 100px;
    box-shadow:8px 8px rgb(0, 0, 0);
    width: 50%;
    margin: auto;
}


main{
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}

h1{
    color: aliceblue;
}

h2{
    color: aliceblue;
}

h3{
    color:cornsilk;
    padding-left: 50px;
}

ul{
    color: aliceblue;
}

main p{
    color: aliceblue;
}

#gauche{
    width: 40%;
    background-color: rgb(38, 39, 51);;
    margin-top: 60px;
    padding-left: 10px;
    border-radius: 50px;
    box-shadow:8px 8px rgb(0, 0, 0);
}

#gauche p{
    margin-left: 20px;
}

#droite p{
    margin-left: 20px;
}

#droite{
    width: 40%;
    background-color: rgb(38, 39, 51);
    margin-top: 60px;
    text-align: left;
    padding-left: 10px;
    border-radius: 50px;
    box-shadow:8px 8px rgb(0, 0, 0);

}

footer{

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-radius: 100px;
    box-shadow:8px 8px rgb(0, 0, 0);
    width: 60%;
    margin: 60px auto;
    padding: 20px;
    background-color: rgb(38, 39, 51);



}

footer p{
    color: aliceblue;
    text-align: center;
}


#tel{
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}


#tel img{
width: 40px;
height: 40px;
}

#mail img{
width: 40px;
height: 40px;
}

#adresse img{
width: 40px;
height: 40px;
}


@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #4e54c8;
    overflow: hidden;
    z-index: -1;
}
.background li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 19s linear infinite;
}




.background li:nth-child(0) {
    left: 61%;
    width: 197px;
    height: 197px;
    bottom: -197px;
    animation-delay: 1s;
}
.background li:nth-child(1) {
    left: 20%;
    width: 166px;
    height: 166px;
    bottom: -166px;
    animation-delay: 2s;
}
.background li:nth-child(2) {
    left: 53%;
    width: 115px;
    height: 115px;
    bottom: -115px;
    animation-delay: 7s;
}
.background li:nth-child(3) {
    left: 59%;
    width: 185px;
    height: 185px;
    bottom: -185px;
    animation-delay: 13s;
}
.background li:nth-child(4) {
    left: 17%;
    width: 163px;
    height: 163px;
    bottom: -163px;
    animation-delay: 12s;
}
.background li:nth-child(5) {
    left: 80%;
    width: 192px;
    height: 192px;
    bottom: -192px;
    animation-delay: 6s;
}
.background li:nth-child(6) {
    left: 77%;
    width: 140px;
    height: 140px;
    bottom: -140px;
    animation-delay: 21s;
}
.background li:nth-child(7) {
    left: 76%;
    width: 186px;
    height: 186px;
    bottom: -186px;
    animation-delay: 33s;
}
.background li:nth-child(8) {
    left: 48%;
    width: 125px;
    height: 125px;
    bottom: -125px;
    animation-delay: 24s;
}
.background li:nth-child(9) {
    left: 71%;
    width: 116px;
    height: 116px;
    bottom: -116px;
    animation-delay: 7s;
}















































@media screen and (max-width:430px){


body{
    margin: 0px;
    padding: 0px;
    background-color: rgb(38, 39, 51);
    font-family: 'Roboto', sans-serif;
}

#toi {
    width: 100px;
    margin: 0px auto;
    border-radius: 100%;
}

h1{
    color: aliceblue;
}

h2{
    color: aliceblue;
}

header{
    background-color: rgb(38, 39, 51);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 100px;
    box-shadow:8px 8px rgb(0, 0, 0);
    width: 50%;
    margin: auto;
    text-align: center;
}


main{
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}


h3{
    color:cornsilk;
    padding-left: 50px;
}

ul{
    color: aliceblue;
}

main p{
    color: aliceblue;
}

#gauche{
    width: 90%;
    background-color: rgb(38, 39, 51);;
    margin-top: 60px;
    padding-left: 10px;
    border-radius: 50px;
    box-shadow:8px 8px rgb(0, 0, 0);
    margin-left: 10px;
}

#droite{
    width: 90%;
    background-color: rgb(38, 39, 51);
    margin-top: 20px;
    text-align: left;
    padding-left: 10px;
    border-radius: 50px;
    box-shadow:8px 8px rgb(0, 0, 0);
    margin-left: 10px;
}

footer{

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-radius: 100px;
    box-shadow:8px 8px rgb(0, 0, 0);
    width: 60%;
    margin: 20px auto;
    padding: 20px;
    background-color: rgb(38, 39, 51);



}

footer p{
    color: aliceblue;
    text-align: center;
}


#tel{
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}


#tel img{
width: 40px;
height: 40px;
}

#mail img{
width: 40px;
height: 40px;
}

#adresse img{
width: 40px;
height: 40px;
}


@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #4e54c8;
    overflow: hidden;
    z-index: -1;
}
.background li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 19s linear infinite;
}




.background li:nth-child(0) {
    left: 61%;
    width: 197px;
    height: 197px;
    bottom: -197px;
    animation-delay: 1s;
}
.background li:nth-child(1) {
    left: 20%;
    width: 166px;
    height: 166px;
    bottom: -166px;
    animation-delay: 2s;
}
.background li:nth-child(2) {
    left: 53%;
    width: 115px;
    height: 115px;
    bottom: -115px;
    animation-delay: 7s;
}
.background li:nth-child(3) {
    left: 59%;
    width: 185px;
    height: 185px;
    bottom: -185px;
    animation-delay: 13s;
}
.background li:nth-child(4) {
    left: 17%;
    width: 163px;
    height: 163px;
    bottom: -163px;
    animation-delay: 12s;
}
.background li:nth-child(5) {
    left: 80%;
    width: 192px;
    height: 192px;
    bottom: -192px;
    animation-delay: 6s;
}
.background li:nth-child(6) {
    left: 77%;
    width: 140px;
    height: 140px;
    bottom: -140px;
    animation-delay: 21s;
}
.background li:nth-child(7) {
    left: 76%;
    width: 186px;
    height: 186px;
    bottom: -186px;
    animation-delay: 33s;
}
.background li:nth-child(8) {
    left: 48%;
    width: 125px;
    height: 125px;
    bottom: -125px;
    animation-delay: 24s;
}
.background li:nth-child(9) {
    left: 71%;
    width: 116px;
    height: 116px;
    bottom: -116px;
    animation-delay: 7s;
}


}



