/** CSS GLOBAL ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
html{ /** FOND DU SITE ET ECRITURE PRINCIPALE **/
    background: #252525;
    font-family: "Segoe UI";
}
body{ /** CENTRAGE DU SITE WEB **/
    margin: 0;
    padding: 0;
    height: 100%;
}
.largeur{ /** LARGEUR DU SITE WEB **/
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.espace{
    height: 275px;
}
:root{ /** GERER PLUS FACILEMENT MES COULEURS POUR NE PAS LES RETAPER PARTOUT **/
   --bleu: #2969B0;
   --hover: #2948b0;
   --background: #393939;
   --texte: rgba(255, 255, 255, 0.800);
   --titre_actuel: rgba(255, 255, 255, 0.453);
}


/** HEADER ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
@media screen and (min-width: 481px){
nav{ /** L'IMAGE EN FOND **/
    height: 85px;
    background: url(../image/fond.png) no-repeat center;
    position: sticky;
    background-size: cover;
}
nav ul{ /** LE FOND DERRIERE LA BARRE DE NAVIGATION **/
    font-size: 0px;
    background: rgba(5, 5, 5, 0.3);
    padding: 0px;
    text-align: center;
}
nav ul li{ /** AFFICHER LA NAVIGATION EN LIGNE **/
    display: inline-block;
}
nav ul li a{ /** GERER LA COULEUR/POLICE DU TEXTE **/
    font-size: 20px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 0px 20px;
    line-height: 4;
    position: relative;
    }
    #page_actuelle a{
        color: var(--titre_actuel);
}
nav ul li a:hover::after{/** EFFET LORSQU'ON PASSE SA SOURIS **/
    width: 100%;
    background: var(--bleu);
    }
    nav ul li a::after{
    content: '';
    display: block;
    margin: auto;
    height: 5px;
    background: transparent;
    transition: width .5s ease,background-color .5s ease;
    }
}


/** MENU RESPONSIVE ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
@media screen and (max-width: 480px){
    nav{
        height: 50px;
        width: max-content;
        position: sticky;
    }
    nav ul{
        font-size: 0px;
        background: rgba(5, 5, 5, 0.3);
        padding: 0px;
        text-align: center;
    }
    nav ul li{
        display: inline-block;
    }
    nav ul li a{
        font-size: 25px;
        color: white;
        text-decoration: none;
        font-weight: 600;
        display: block;
        padding: 0px 20px;
        position: relative;
    }
}



/** EFFETS SUR LES TITRES DES MODULES ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
main h2,
footer h3,
#telecharger_CV,
input[type=text], 
input[type=sujet],
input[type=email],
input[type=submit],
textarea{
    background: var(--bleu);
    color: white;
    border-radius: 100px;
    padding: 0px 15px 0px 15px;
    font-size: 20px;
    display: inline-block;
    position: relative;
    border-bottom-left-radius: 0px;
    line-height: 50px;
    }
    #contact_titre{
        left: 5.9em !important;
}
/** MISE EN FORME DES MODULES **/
main .font,
.contact{
    position: relative;
    background: var(--background);
    color: var(--texte);
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    top: -1em;
    border-top: solid 0.4em;
    border-color: var(--bleu);
    }
    main .contact{
        width: 730px;
        left: 1em;
        top: -2em;
}


/** 1ER MODULE ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
.art1 p, .parcours_pro p{
    width: 500px;
    margin-left: 25px;
    font-size: large;
}

.art1 a{
        color: var(--texte);
        list-style: none;
        text-decoration: none;
}
/** gérer l'affichage et le contour de l'image **/
.art1 img, #logo_eiffage{
    width: 30%;
    position: absolute;
    left: 650px;
    border-style: solid;
    border-width: 7px;
    border-radius: 7px;
    border-color: var(--bleu);
    background: #282828;
}


.art1 h3, /** PERMET DE GERER L'AFFICHAGE DES PETITS BOUTONS **/
.art2 h3,
footer h3,
#telecharger_CV,
input[type=submit]{
    position: relative;
    text-align: center;
    border-radius: 100px;
    padding: 0px 15px 0px 15px;
    font-size: 20px;
    background: var(--bleu);
    color: white;
    line-height: 50px;
    }
    .art1 h3:hover,
    .art2 h3:hover,
    footer h3:hover,
    #telecharger_CV:hover,
    input[type=submit]:hover{
        background-color: var(--hover);
        cursor: pointer;
        transition: all 0.5s ease;
        transform: scale(0.95);
    }
    .art1 h3{
        width: 11%;
        left: 25px;
        bottom: 5px;
    }
    #Linkedin{
        width: 25%;
        left: 650px;
        bottom: 30px;
    }
    .art2 h3{  
        width: 30%;
        margin-left: auto;
        margin-right: auto;
    }
    .art1 a, .art2 a, footer a{ /** désactiver les effets automatique sur les href **/
    text-decoration: none;
    color: inherit;
}

/** 2E MODULE ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
.art2 img{
    width: 40%;
}
/** GESTION DES 3 SOUS MODULES **/
.case1,
.case2,
.case3{
    position: absolute;
    width: 250px;
    background: var(--background);
    color: var(--texte);
    font-size: 18px;
    padding: 10px 20px 10px 20px; /** gérer les bordures autour du texte **/
    top: -0.40em;
    text-align: center;
    border-top: solid 0.4em;
    border-color: var(--bleu);
    }/** POSITION DES SOUS MODULES **/
    .case1{
        left: 0px;
    }
    .case2{
        left: 355px;
    }
    .case3{
        right: 0px;
}


/** FORMULAIRE DE CONTACT ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
form div{
    width: 75%;
    display: flex;
    flex-direction: column;
    min-height: 83px;
    margin-top: 15px;
    margin-left: 100px;
    color: var(--texte);
    }
    input[type=text],
    input[type=sujet],
    input[type=email],
    textarea{
        background: var(--texte);
        color: var(--bleu);
        border: 3px solid var(--bleu);
        border-radius: 6px;
        resize: vertical; /** pour ne défiler que vers le bas le "message" **/
}
/** MISE EN FORME DU BOUTON ENVOYER / message contact **/
.contact h3,
input[type=submit]{
    text-align: center;
    border: none;
    font-weight: bold;
}


/** FOOTER ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
footer{
    color: var(--texte);
}