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

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 {
    font-size: 22px;
    display: flex;
    justify-content: space-around;
    color: white;
    border: solid black 5px;
    margin: 0;
    padding-top: 15px;
    background-color: black;
    width: 100%;
    
}

footer a {
    color: white;
    opacity: 0.5;
}

footer a:visited {
    color: white;
}

nav{
    display: none;
}

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

.nav li {
    font-size: 50px;
}

#header {
    background-color: black;
    color: white;
    width: 100%;
    margin: 0;
    font-family: 'Anton', 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
}

#projets{
    text-align: center;
}

#projets a{
    border: solid black 1px;
    color: white;
    border-radius: 5px;
    background-color: black;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.pair1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 50px;
}

.logo {

    text-align: center;
    font-size: 150px;
    opacity: 1;
}

.transitionnav {
    opacity: 0.5;
}

.transitionfooter {
    opacity: 0.5;
}

.photoo {
    border: none;

}

.button {
    border: solid black 5px;
    border-radius: 10px;
    background-color: black;
    color: white;
    font-size: 20px;
    padding: 15px;
}

.button a {
    opacity: 0.5;
}

.gestionCase i {
    display: none;
}

.underline {
    text-decoration: underline;
}

h5 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.ceve{
    font-family: 'Raleway', sans-serif;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.ppe{
    width: 25%;
    height: auto;
    display: flex;
    margin-left: 350px;
}

.enligne{
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    font-size: 30px;
}

h2{
    text-align: center;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.formation, .eperiencepro{
    font-size: 35px;
    
}

.hespace{
    margin-left: 15%;
}

.gras{
    font-weight: bold;
}

.puce{
    list-style-type: disc;
}

.pencher{
    font-style: italic;
}

.decalage{
    margin-left: 5%;
}

.hiddenDesktop{
    display: none;
}

.contactPlat{
    display: flex;
    justify-content: space-around;
}

.realSite{
    font-size: 40px;
    padding: 25px;
    margin: 15px;
    width: 300px;
}

.imgReal{
    width: 100%;
}

.blocDeReal{
    flex-wrap: wrap;
    justify-content: center;
}