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

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

footer a:visited {
    color: white;
}

.social {
    display: none;
}

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

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

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

#contenuPrincipal {
    display: flex;
    flex-direction: column;
    padding: 5%;
}

#contenuPrincipal a {
    color: white;
}

#contenuPrincipal p {
    font-size: 30px;
}


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

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

.margess {
    padding: 5px;
}

.margess iframe {
    display: none;
}


.logo {

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

.transitionnav {
    opacity: 0.5;
}

.transitionfooter {
    opacity: 0.5;
}

.resize {
    display: none;
}

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

h3 {
    font-size: 50px;
}

h4 {
    font-size: 45px;
}

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

.hidden {
    display: none;
}

.collumn{
    display: flex;
    justify-content: space-around;
}
.videoyt{
    width: 40%;
    height: 250px;
}

.enve , .titti , .redd , .yt , .maa, .lili{
    
    color: black;
}

.lili{
    color: black;
}

