﻿/* feuille de style 
auteur : Thibaut LEMAIRE
date de création : 17/06//2018
date de modification : 28/02/2019
*/

body {
    background: linear-gradient(34deg, rgb(10, 0, 5), rgb(0, 0, 32), black);
    border-radius: 3px;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
}


/*markup relatif   au HTML 5 */

header nav img {
    padding: 0;
    margin: 0;
}

.invisible {
    color: white;
    font-style: none;
    text-decoration: none;
}

.liensno {
    color: white;
    font-style: none;
    text-decoration: none;
}

.logo-tv:hover {
    rotate: 5deg;
}

.textcopyright {
    border-style: solid;
    border-width: 2px;
    font-size: x-small;
    font-family: georgian, verdana, sans-serif;
    padding: 10px;
    margin: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

table {
    border-collapse: collapse;
}


/*commentaire CSS du texte attention générale et les lien <A> sont dans des <P> CSS*/

p {
    font-size: medium;
    font-family: "SourceSansPro-Black", sans-serif;
    font-stretch: expanded;
    color: whitesmoke;
    padding-left: 15px;
    padding-right: 20px;
    margin: 10px;
}

p li {
    font-size: small;
    text-decoration: none;
    font-family: "arial black", georgian, verdana, sans-serif;
    color: whitesmoke;
    padding-left: 15px;
    padding-right: 20px;
    margin: 5px;
    margin-right: 10px;
}

h1 {
    text-align: left;
    color: grey;
    font-size: xx-large;
    font-family: "arial black", georgian, verdena, arial, sans-serif;
    font-weight: bold;
    padding: 0px;
    margin: 9px;
}


/*style des paragraphe H2 en XL couleur spécial grises*/

h2 {
    text-align: left;
    font-size: large;
    font-family: "arial black", georgian, verdena, arial, sans-serif;
    color: rgb(179, 179, 179);
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-left: 8px;
}

h3 {
    text-align: center;
    font-size: large;
    font-family: "arial black", georgian, verdana, arial, sans-serif;
    color: white;
    text-decoration: none;
    padding: 0px;
    margin: 2px;
}

blockquote {
    font-style: italic;
}

h4 {
    text-align: left;
    font-family: "arial black", georgian, verdana, arial, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: medium;
    color: white;
    text-decoration: none;
    padding: 3px;
    margin: 3px;
}

section {
    margin-top: 20px;
}

footer {
    position: fixed;
    bottom: 1px;
    background-color: rgba(1, 1, 1, 0.6);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px;
}

#freeblack_logo {
    width: 10%;
    /*    height: 60px;*/
    padding: 15px;
}

a {
    font-style: none;
    font-weight: bold;
    text-decoration: underline;
    color: rgb(0, 0, 255);
}


/*class des petit logo avant les liensinternet*/

p a .logo-web {
    height: 15px;
    width: 18px;
}

p .logo-web {
    height: 15px;
    width: 18px;
}

p a .logo-web-cv {
    height: 20px;
    width: 30px;
}

P a .logo-web-merci {
    height: 20px;
    width: 20px;
}


/* STYLES des id et des class*/

.text1 {
    padding: 0px;
    margin: 5px;
}

.home80 {
    position: fixed;
    width: 50px;
    height: 50px;
    padding: 5px;
    margin: 5px;
    top: 35px;
    right: 7px;
}

.mailblack {
    position: fixed;
    width: 45px;
    height: 45px;
    padding: 0px;
    margin: 10px;
    top: 110px;
    right: 7px;
}

.facebookblack {
    position: fixed;
    width: 50px;
    padding: 0px;
    height: 50px;
    margin: 10px;
    top: 165px;
    right: 7px;
}

.instablack {
    position: fixed;
    width: 50px;
    height: 45px;
    padding: 0px;
    margin: 10px;
    top: 210px;
    right: 7px;
}

.logo-tv {
    margin-right: auto;
    margin-left: auto;
    width: 105px;
    height: 95px;
    padding: 25px;
}

.spotifyblack {
    position: fixed;
    width: 50px;
    height: 45px;
    padding: 0px;
    margin: 10px;
    top: 250px;
    right: 7px;
}


/*apparence par default*/

a {
    color: rgb(5, 5, 180);
    font-weight: bold;
    text-decoration: underline;
}

a:hover
/*apparence lorsque l'on pointe la souris dessus*/

{
    color: rgba(5, 5, 150, 0.6);
}

a:active
/*apparence Lors DU CLIC de la souris*/

{
    color: rgba(5, 5, 150, 0.5);
}

.menuspace {
    margin-top: 90px;
}

.footerspace {
    margin-bottom: 135px;
}


/*requete a media conception adapatative*/


/*media type 0 */

@media screen and (min-width: 320px) {
    aside {
        display: none;
    }
    header {
        display: none;
    }
    .menuspace {
        margin-top: 10px;
    }
    .footerspace {
        margin-bottom: 25px;
    }
    footer {
        display: none;
    }
}


/*media type 1 */

@media screen and (min-width: 454px) {
    /*pour tres petit ecran*/
    aside {
        display: none;
    }
    .menuspace {
        margin-top: 10px;
    }
    .footerspace {
        margin-bottom: 35px;
    }
    header {
        display: none;
    }
    footer {
        display: none;
    }
}


/*media type 1 */

@media screen and (min-width: 580px) {
    /*pour tres petit ecran*/
    aside {
        display: none;
    }
    header {
        display: inline-flex;
    }
    .menuspace {
        margin-top: 120px;
    }
    footer {
        display: none;
    }
}


/*media type 2 */

@media screen and (min-width: 768px) {
    aside {
        display: none;
    }
    header {
        display: block;
    }
    footer {
        display: block;
    }
    .menuspace {
        margin-top: 120px;
    }
    .footerspace {
        margin-bottom: 135px;
    }
}


/*media type 3 */

@media screen and (min-width: 812px) {
    aside {
        display: block;
    }
    header {
        display: block;
    }
    footer {
        display: block;
    }
    .menuspace {
        margin-top: 120px;
    }
    .footerspace {
        margin-bottom: 135px;
    }
}


/*media type 4 */

@media screen and (min-width: 1366px) {
    aside {
        display: block;
    }
    header {
        display: block;
    }
    footer {
        display: block;
    }
    .menuspace {
        margin-top: 120px;
    }
    .footerspace {
        margin-bottom: 135px;
    }
}


/*media type 5 */

@media screen and (min-width: 1920px) {
    aside {
        display: block;
    }
    header {
        display: block;
    }
    footer {
        display: block;
    }
    .menuspace {
        margin-top: 120px;
    }
    .footerspace {
        margin-bottom: 135px;
    }
}


/***** media landscape paysage**/


/*media type 0 */


/*
@media screen and (min-width: 320px) and (orientation: landscape) {
    aside {
        display: none;
    }
    header {
        display: none;
    }
}*/


/*media type 1 bis*/


/*
@media screen and (min-width: 480px) and (orientation: landscape) {
    aside {
        display: none;
    }
    header {
        display: none;
    }
}*/


/*media type 2 bis*/


/*
@media screen and (min-width: 768px) and (orientation: landscape) {
    aside {
        display: none;
    }
    header {
        display: block;
    }
    footer {
        display: block;
    }
}*/


/*media type 3 bis*/


/*
@media screen and (min-width: 600px) and (orientation: landscape) {
    aside {
        display: block;
    }
    header {
        display: block;
    }
    footer {
        display: block;
    }
}*/


/*media type 4 bis*/


/*
@media screen and (min-width: 866px) and (orientation: landscape) {
    aside {
        display: block;
    }
    header {
        display: block;
    }
    footer {
        display: block;
    }
}*/


/*media type 4 bis*/


/*
@media screen and (min-width: 1920px) and (orientation: landscape) {
    aside {
        display: block;
    }
    header {
        display: block;
    }
    footer {
        display: block;
    }
}*/