body{
    font-family: "Comic Sans MS"
}

.titre{
    text-align: center;
    padding: 40px;
}

p{
    margin-top: 25px;
    font-size: 14px;
}

.grille_img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    text-align: center;
    color: #35A7D9;
}

.musees{
    width: 90%;
    height: 100%;
    object-fit: cover;
}

header{
    height: 150px;
	background-color: #35A7D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    width: 140px;

}

#titre-text{
    font-size: 80px;
}


#wrap {
    width: 44%;
    position: relative;
}

nav.menu ul li.btn a{

    color: #35A7D9;
    background-color: white;
    text-decoration: none;

}

nav.menu ul li.btn:hover a{

    color: white;
    background-color: #35A7D9;
    transition: 0.3s all;
}


.navbar {
    height: 50px;
    padding: 0;
    margin: 0;
    position: absolute;
}


.navbar li {
    height: auto;
    width: 135.8px;
    float: left;
    text-align: center;
    list-style: none;
    font: normal bold 13px/1em Arial, Verdana, Helvetica;
    padding: 0;
    margin: 0;
    background-color: #444444;
}

.navbar a {
    padding: 18px 0;
    border-left: 1px solid #ccc9c9;
    text-decoration: none;
    color: white;
    display: block;
}



.navbar li ul {
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
}


.navbar li:hover ul {
    display: block;
}

*{
    margin: 0;
    padding: 0;
    justify-content: space-evenly;
}

footer{
    display: flex;
    font-family: 'Arial Light', sans-serif;
    background-color: rgb(127, 190, 210);
}

footer img{
    margin: 25px;
}

li{
    list-style: none;
}


#other-links{
    padding-top: 40px;
}

#res-soc{
    padding-top: 25px;
    padding-left: 25px;
    display: flex;
    margin: 15px;
}

#res-soc a{
    margin: 5px;
}

.fa {
    padding: 10px;
    font-size: 30px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

#mars-ville{
    height: 100px;
    width: 100px;
}

#metropol-logo{
    height: 75px;
    width: 135px;
}

#cons-gen-logo{
    height: 75px;
    width: 300px;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

li a{
    text-decoration: none;
}