/******************************
     MISES EN FORME GLOBALES
 ********************************/

/* JE PLACE UNE BORDURE AUTOUR DE TOUTES LES BALISES */
header,footer,nav,article,aside,figure
{
    border: 2px solid darkslateblue;
    margin: 2px;
    background-color: white;
}

main
{
    width: 80%;
    height: auto;
    /* MARGIN LEFT RIGHT PERMET DE CENTRER LA BANDE CENTRALE */
    margin-left: auto;
    margin-right: auto;
}

/*
div, details
{
    border: solid red 1px;
    margin: 2px;
}
*/

a
{
    /*border: solid orange 2px;*/
    margin: 2px;
    text-decoration: none;
}

body
{
    background-image: url("../Images/TextureDeFond.jpg");
    background-repeat: round;
}

h1
{
    font-size: 4em;
    color: crimson;
    text-align: center;
    margin-bottom: 50px;
}

h2
{
    color: darkslateblue;
    margin: auto;
    font-size: 1.2em;
}

h3
{
    font-style: italic;
    padding: 10px 0 10px 0;

    border-bottom: darkslateblue solid 2px;
    text-align: center;
    margin: 0;
}

nav
{
    display: flex;
    justify-content: space-evenly;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    background-color: ghostwhite;
}

strong
{
    color: darkslateblue;
}
mark
{
    color: crimson;
    background: none;
}

/******************************
        TOUTES CLASSES CSS
 ********************************/
@font-face {
  font-family: 'Local Tw Cen MT';
  src: url('../Polices/Tw\ Cen\ MT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.TexteNormal
{
    color: black;
    font-size: 1.35em;
    font-family: "Local Tw Cen MT", "Comic Sans MS", sans-serif;
}

.NouvellesListes
{
    padding: 5px;
    margin: 0;
    background-color: ghostwhite;
    border-top: darkslateblue dotted 1px;
    border-bottom: darkslateblue dotted 1px;
}

.TitresListes
{
    color: darkslateblue;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 5px;
    cursor: zoom-in;
}

.PucesListes
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.PucesListes_petit
{
    font-size: smaller;
}

.BoutonRS
{
    width: 12.5%;
    display: flex;
    justify-content: space-evenly;
}

.LogosRS
{
    width: 100%;
    alignment: center;
}

.TitreParagraphe
{
    margin-top: 0;
    font-size: 1.4em;

    padding: 5px 10px 5px 10px;
}

.TexteParagraphes
{
    padding: 0 10px 0 10px;

    text-align: justify;
    font-size: 1.2em;

    margin-bottom: 1%;
    margin-top: 1%;
}

.BoiteParagraphes
{
    min-height: 150px;
    border-bottom: darkslateblue solid 2px;
}

.BoutonNavigation:link
{
    color: darkslateblue;
}

.BoutonNavigation:visited
{
    color: lightslategrey;
}

.BoutonNavigation:hover
{
    color: crimson;
}

.BoiteMoitie
{
    width: 50%;
}

.ListesPara2
{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.MiniLogo
{
    width: 3%;
    object-fit: contain;
}

/******************************
     MISES EN FORME SPECIFIQUES
 ********************************/
header#MonHeader
{
    display: flex;
}

a#AncrePDP
{
    margin: 2px;
    width: 25%;
}

img#ImagePDP
{
    width: 100%;
    align-self: center;
    display: block;
}

div#BoiteTitreCV
{
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2#SousTitreCV
{
    text-align: center;
    font-size: 2em;
}

section#ZoneSousEnTete
{
    display: flex;
}

div#Para_3
{
    border-bottom: none;
}


aside#BandeGaucheCV
{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

section#ZoneDroite
{
    width: 75%;
    display: flex;
    flex-direction: column;

}

footer#PiedCoord
{
    margin-top: auto;
    display: flex;
}

div#Coord, div#BoiteGauche
{
    border-right: darkslateblue solid 2px;
}

div#Reseaux
{
    display: flex;
    flex-direction: column;
}

div#BoiteTitreReseaux
{
    margin-right: auto;
}

div#LogosReseaux
{
    display: flex;
    margin-bottom: auto;
    margin-top: auto;
    justify-content: space-evenly;
}

div#GrosseBoite_Para2
{
    display: flex;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border: darkslateblue solid 2px;
    background-color: ghostwhite;
}

ul#ListeIDE
{
    list-style-type: circle;
}

div#BoiteGauche
{
    display: flex;
    flex-direction: column;
}

p#SerieCoord
{
    margin: 0;
    padding-left: 10px;
    padding-bottom: 10px;
}

footer#PiedPage
{
    display: flex;
}

div#TitreCompaNav
{
    width: 25%;
    margin: 5px 5px 5px 10px;
}

div#BoiteLogosNav
{
    width: 75%;
    display: flex;
    justify-content: space-evenly;
    margin: 5px;
}


/* STYLES POUR FENETRE DE RETOUR A LA REDIRECTION APRES MISE EN LIGNE */
div#retourRedirection
{
    position: fixed;

    z-index: 2;
    top: 100px;
    right: 100px;

    height: 200px;
    width: 200px;
    border: green solid 2px;
    background-color: whitesmoke;

    text-align: center;
}

div#retourRedirection div
{
    margin: 2px;
    border: green solid 2px;
}
div#barreFenetre
{
    display: flex;
}
div#barreDeplace
{
    width: 80%;
    background-color: rgba(128, 128, 128, 0.5);
}
div#barreDeplace:hover
{
    cursor: grab;
}
div#barreDeplace:active
{
    cursor: grabbing;
}

div#croixFermer
{
    width: 20%;
    background-color: rgba(255, 0, 0, 0.5);
    cursor: pointer;
}
div#ventreFenetre
{
    /* nique ta mère j'arrive pas à te center verticalement */
}
div#ventreFenetre:hover
{
    cursor: pointer;
}


