body {
    font-family: 'Comfortaa', cursive;
    background-image: url("../images/turquoise-2991021_1920.jpg");
    color : #223645;
}

header,
footer {
    margin-top: 20px;
    color: #1B5E55;
}

.far,
.evolution {
    color: #223645;
}

h1 {
    font-size: 3em;
    font-style: oblique;
    letter-spacing: 5px;
    color: #A9FFF4;
}

h4 {
    color: #223645;
}

a {
    color: #A9FFF4;
}

a:hover,
i:hover {
    color: white;
}

a:active {
    color: floralwhite;
}

p {
    text-align: justify;
}

.sites {
    text-align: left;
}

hr {
    border: solid #223645 1px;
}

.mentions {
    margin-left: 3%;
    text-align: center;
}

i {
    font-size: 1em;
}

img {
    margin-bottom: 20px;
}

.souligne {
    text-decoration: underline;
}

nav {
    margin-top: 20px;
}

.col-md-6 {
    background-color: aliceblue;
    opacity: 0.4;
    padding: 10px;
}

span {
    font-style: italic;
}

@media screen and (max-width:768px) {
    
    h1 {
     font-size: 2em;
    }
    
    nav {
        margin-left: 90px;
        margin-top: 0px;
    }
}
