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

html {
    font-family: 'Roboto', sans-serif;
}

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

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

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

a:visited {
    color: white;
}

body a{
    text-decoration: none;
    color: black;
}

body a:visited{
    color: black;
}

footer a{
    color: white;
}

footer a:visited{
    color: white;
}

#intro {
    display: flex;
    flex-direction: column;
    text-align: center;
}


footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 17%;
    background-color: black;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    font-size: 15px;
    color: white;
    text-align: center;
    padding-left: 0px;
    font-size: 13px;
}

.hidden{
    display: none;
}

.pp {
    height: 200px;
    width: 200px;
}

.transitionuniv {
    font-size: 15px;
    opacity: 0.5;
    transition-property: font-size;
    transition-duration: 1s;
    transition-delay: 0.5s;
}

.transitionuniv:hover {
    font-size: 25px;
    text-decoration: underline;
    opacity: 1;
}

.maps {
    font-family: 'Roboto', sans-serif;
}

.maps h5{
    margin-bottom: 0px;
    margin-top: 5px;
}

.maps ol{
    margin-top: 3px;
}

.underline{
    text-decoration: underline
}

.soustitre{
    margin-bottom: 5px;
}

.transitionfleche{
    transition: opacity;
    opacity: 0.5;
    transition-duration: 0.5s;
    transition-delay: 0.05s
}
.transitionfleche:hover{
    opacity: 1;
}

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

.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;
}

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

.transitionnav:hover {
    opacity: 1;
}

.marges2{
    margin: 25px;
}

.copyright a{
    transition: opacity;
    opacity: 0.5;
}

.copyright a:hover{
    opacity: 1;
}

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