/* police */

@font-face {
    font-family: 'shine';
    src: url(../design/shine.ttf) format('truetype');
}

@font-face {
    font-family: 'roboto';
    src: url(../design/roboto.ttf) format('truetype');
}

@media all and (max-width: 1000px) {
    .video {width: 100%; min-height: auto};
    .video iframe {width: 100%; min-height: auto};
    .video .lienvideo {width: 100%; min-height: auto;}
    .youtube {max-width: 100%; margin: auto;}
    header h1 {font-size: 3em;}
    header h2 {font-size: 1em;}
    /*.navigation {font-size: 0.6em; display: block;}*/
    nav {display: inline-block ; text-align: center; width: 100%; font-size: 0.6em;}
    li a {display: block}
    body h3 {font-size: 1.5em;}
}

/* corps */

body {
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(192, 45, 221,0.1);
    margin: 25px;
}

h1 {
    width: 100%;
    font-family: shine;
    text-align: center;
    font-size: 5em;
    line-height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 5px;
    
}

.separator {
    width: 50%;
    height: 5px;
    margin: 15px auto;
    margin-bottom: 40px;
    display: block;
    background: black;
    border-radius: 15px;
}

.banniere {
    width: 70%;
    display: flex;
    position:relative;
    margin: auto;
    border: 5px, black solid;
    border-radius: 30px;
    margin-bottom: 20px;
}

h2 {
    width: 70%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

a {
    text-decoration: none ;
}


nav {
    text-align: center;
    width: 100%;
    display: inline-block;
}

ul {
    border: 5px rgba(0, 0, 0) solid;
    border-radius: 15px;
    padding: 10px;
    margin-top: 35px;
    margin-right: 100px;
    margin-left: 100px;
    font-size: 1.5em;
 }

li {
    display: inline;
    margin: 20px;
}

li:hover {
    font-weight: bold;
}

h3 {
    text-align: center;
    font-size: 1.5em;
    text-decoration: underline;
    margin-top: 40px;
    margin-bottom: 20px;

}

section {
    text-align: center;
}

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

.video {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(192,45,221,0.3) 100%);
    border: 3px black solid;
    border-radius: 15px 15px 0px 0px ;
    margin-bottom: 25px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.video:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.80), 0 10px 10px rgba(0,0,0,0.30);
    transition: 0.2s;
}

.titrelienvideo:hover {
    font-weight: bold;
}

.titrelienvideo {
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
 }

.lienvideo {

}

.navigation iframe {
 
}

.kofi::before {
    content: "« "
}

.kofi::after {
    content: " »";
}

.kofi a:hover {
    font-weight: bold;
}

.kofi a {
    font-style: italic;
    text-decoration: underline;

}

.kofi {
    margin-top: 5px;
    text-align: center;
    font-size: 1.5em;
}

footer {
    font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: right;
    font-weight: bold;
}