body{
    background-color: white;
    font-family: source sans pro;
}

/*barre de navigation*/

ul{
    margin: 0;
    padding: 0;
}
li{
    display: inline-block;
    margin: 7px;
}
.navigation{
    font-size: 30px;
    background-color: #ec0000;
    top: 0;
    left: 0;
    position: fixed;
    height: auto;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 15px #000000;
}
nav ul li{
    text-align: center;
}
nav a{
    display: block;
    text-decoration: none;
    color: white;
    margin: 7px 0 7px;
    font-weight: bold;
}
nav a:hover{
    background-color: white;
    padding: 7px;
    border-radius: 10px;
}
.sous{
    display: none;
    position: absolute;
    background-color: #ec0000;
    width: 100%;
    border-radius: 10px;
}
nav > ul li:hover .sous{
    display: block;
    width: 370px;
    box-shadow: 0 0 20px #000000;
    text-align: left;
}
.sous a{
    padding: 7px;
}
.sous a:hover{
    padding: 7px;
}
.sous li{
    margin: 0 10px;
}

/*contenu infos*/

a{
    color: black;
    text-decoration-line: none;
    padding: 7px;
}
a:hover{
    color: #ec0000;
    font-weight: bold;
}
.contenu, .social{
    display: block;
    text-align: center;
    margin-top: 100px;
    font-size: 110%;
    padding: 15px 15px 70px;
    color: black;
}
.toutcv, .toutphotos{
    width: 820px;
    height: auto;
    margin-top: 115px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
    font-size: 110%;
}
.CV{
    width: 535px;
    height: auto;
    margin-left: 350px;
    color: black;
}
.contenu h2{
    text-decoration: underline;
    margin: 20px;
}
.pdp{
    float: left;
    border-radius: 10px;
    border: 5px double #000000;
}
.toutphotos p{
    text-align: center;
}
.photos{
    width: 100%;
    height: auto;
    text-align: center;
}
.photos p{
    font-weight: bold;
}
.photos img{
    width: 46%;
    height: auto;
    border: 7px solid darkgrey;
}
.footer{
    background-color: #ec0000;
    bottom: 0;
    left: 0;
    position: fixed;
    height: auto;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 15px #000000;
}
footer{
    display: inline-block;
    color: white;
    line-height: 60px;
}
.rs1{
    float: left;
    padding: 7px;
    margin-left: 30%;
}
.rs2{
    float: right;
    padding: 7px;
    margin-right: 30%;
}
.footer img{
    width: 40px;
    height: 40px;
}