body:before {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.25), rgba(255,255,255, 0.25)), url('../images/fanette/peakpx.jpg');
    background-size: 100%;
    box-sizing: border-box;
    filter:none;
}

.PagePerso {
    background-color:rgba(255, 255, 255, 0.75);
    width: 67.8%;
    margin-right: auto;
    margin-left: auto;
    font-family:"co-text";
    margin-top: 2.5em;
    padding-bottom:30px;
}
.qui {
    background-color: #FDC502;
    color:#634092;
    border-radius:5px;
    margin-left:auto;
    margin-right:auto;
    width:95%;
    text-align: center;
    font-size:2em;
    margin-bottom:35px;
}
.PagePerso a {
    color:#634092;
    text-decoration: none;
}

.retour {
    font-style:italic;
    font-family:"fira-sans";
    font-size:12px;
    padding-left:15px;
    padding-top:15px;
}

.retour a:hover {
    color: #B22459;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
}
    
.retour a:hover .fleche{
    animation: container 1s ease-out 0.3 normal;
}

.fleche{
    display: inline-block;
    position: absolute;
    width: 2.5%;
}

.texteRetour{
    position: relative;
    margin-left:20px;
}


@keyframes container {
    0% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(720deg);
    }
}

.axoloto {
    width: 15%;
    margin-left: 15px;
    text-align: center;
    float: left;
}

.poste {
    font-size:1em;
    float:left;
    margin-left:5px;
}

em {
    font-size: 0.75em;
}

br {
    line-height:0%;
}

#description {
    font-family:"fira-sans";
    font-size:1em;
    margin-left:20px;
    width:85%;
    text-align: justify;
    clear: both;
    margin-top: 175px;
}

#description p{
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 5px;
}
