/* Base de la page*/
@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;
    scroll-behavior: smooth;
}

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

}

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

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

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

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


footer {
    background-color: black;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    color: white;
    font-size: 13px;
    
}

.marge{
    margin: 25px;
}

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

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

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

.logo:hover {
    opacity: 0.5;
}

/* fin base de la page*/
#contact a{
    color: black;
}

#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;
    opacity: 1;
    transition: background-color color;
    transition-duration: 0.5s;
    transition-delay: 0.05s;
}

#projets a:hover {
    color: black;
    background-color: white;
}


.ceve {
    font-family: 'Raleway', sans-serif;
    display: flex;
    flex-direction: column;
    text-align: left;
    
}

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

.transitioncontact:hover {
    opacity: 0.5;
}

.ppe {
    width: 150px;
    height: auto;
    margin-left: 60%;
}

.enligne {
    display: flex;
    justify-content: flex-start;
}

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

.alignRight {
    display: flex;
    justify-content: flex-start;
}

.hespace {
    margin-left: 200px;
}

.gras {
    font-weight: bold;
}

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

.pencher {
    font-style: italic;
}

.colorBlack {
    color: black;
}

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

.bord{
    margin-right: 30px;
}

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

.realSite{
    margin: 20px;
    padding: 10px;
    border: 5px solid black;
    width: 25%;
}

.imgReal{
    width: 100%;
    height: auto;
}

.blocDeReal{
    display: flex;
    justify-content: flex-start;
}

#centreinteret ul{
    text-align: left;
        
}

