@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans|Roboto');
@import url('https://fonts.googleapis.com/css?family=Anton');


html {
    color: black;
}

body {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: auto;
    padding: auto;
    border-collapse: collapse;
    color: black;
}

ol,
ul {
    list-style-type: none;
}

a {
    color: white;
    text-decoration: none;
}

footer {
    width: 100%;
    background-color: black;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    font-size: 15px;
    color: white;
    text-align: left;
    font-size: 13px;
    margin-top: 15px;
}

.nav {
    display: flex;
    justify-content: space-between;
}

.nav li {
    margin-right: 50px;
    margin-left: 50px;

}

#header {
    background-color: black;
    color: white;
    font-family: 'Anton', 'Roboto', sans-serif;
    display: flex;
    justify-content: space-around;
}

#contenuPrincipal {
    display: flex;
    flex-direction: column;

}

#contenuPrincipal a{
    color: black;
}

.pair1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 50px;
}

.marges {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
}

.margess {
    border-left: 5px solid grey;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.logo {

    text-align: center;
    font-size: 70px;
    opacity: 1;
    transition: opacity;
    transition-duration: 0.5s;
    transition-delay: 0.05s;

}

.transitionnav {
    opacity: 0.5;
    transition: opacity;
    transition-duration: 0.5s;
    transition-delay: 0.05s;
}

.transitionnav:hover {
    opacity: 1;
}

.transitionfooter {
    opacity: 0.5;
    transition: margin-left, margin-right, opacity;
    transition-duration: 0.5s;
    transition-delay: 0.05s;
}

.transitionfooter:hover {
    margin-left: 25px;
    margin-right: 25px;
    opacity: 1;
}

.resize{
    max-width: 90%;
}

.photoo{
    border: none;
    
}

.logo:hover {
    opacity: 0.5;
}

.button{
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 1;
    transition: opacity;
    transition-duration: 0.5s;
    transition-delay: 0.05s;
}

.button:hover{
    opacity: 0.5;
}

.copyright a:hover{
    opacity: 0.5;
}

.tailles{
    text-align: left;
    padding: 12px
}

.parise{
    margin-bottom: 20px;
    width: 65%;
}