.pageWEBcontent{
    min-height: 150vh;
}
/* positionnement fond ecran */
body {
    background-image: url(../img/fond.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

/* menu de navigation */
.menuNavigation {
    position: relative;
    z-index: 10;
    display: flex;
    margin: 0.5% auto;
    width: 60%;
    font-size: 1em;
    font-family: 'Exo', sans-serif;
}

@media (max-width: 800px) {
    .menuNavigation {
        font-size: .8em;
    }
}

.navigation {
    background-color: #555;
    border: 1px solid black;
    color: white;
    outline: none;
    cursor: pointer;
    padding: 1% 2%;
    margin: 0;
    width: 25%;
    text-decoration: none;
}

.navigation:hover {
    background-color: #777;
    color: rgb(163, 247, 255);
}

.onPage {
    background-color: #099093;
}

.onPage:hover {
    background-color: #099093;
    color: white;
    cursor: default;
}

/* -----------------------------------footer---------------------------------------------------------------------- */
footer {
    width: 100%;
    position: fixed;
    bottom: 0%;
    color: white;
    background-color: #555;
    z-index: 2;
    font-family: 'Exo', sans-serif;
    font-size: 1em;

}

@media (max-width: 800px) {
    footer {
        font-size: .5em;
    }
}

.contentFooter {
    display: flow-root;
    box-sizing: content-box;
}

.containerPseudo {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 52%;
}

/* pseudo */
.pseudo {
    max-width: 30%;
}

.pseudo img {
    width: 87%;
    margin-top: 3%;
}

@media (max-width: 800px) {
    .pseudo img {
        width: 97%;
    }
}
.pseudoContact {
    box-sizing: border-box;
    width: 69%;
}

.pseudoContact p {
    margin-top: 2%;
}

.footerMail {
    margin-top: 0;
    color: #fff;

}

.titreH3 {
    margin-bottom: 1%;
}

.contentFooter hr {
    margin: 0;
}

.blocModal {
    margin-bottom: 1%;

}

.modal {
    margin: 0 auto;
    text-align: center;
}

#fenetreModale {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);

}

#fenetreModale:target {
    display: block;
}

.blocModal {
    background: #fff;
    padding: 50px 80px 50px 250px;
    border: 20px solid #ddd;
    position: relative;
    margin: 10% auto;
    width: 20%;
    box-shadow: 0px 0px 20px #000;
    /* background-image: url("../images/prof.png"); */
    background-size: cover;
    background-position: center;
    background-attachment: local;
    color: #000;
}

.fermer {
    float: right;
    margin: -76px -121px 0 0;
    font-size: 2em;
    width: 17%;
}

.titreTermes {
    margin-bottom: 0;
}

.texteTermes {
    line-height: 1.4em;
    text-decoration: none;
}

.termesConditions2 {
    font-size: 0.8em;
    width: 15%;


}

.termesConditions2:link {
    color: #00aced;
}

.termesConditions2:visited {
    color: #00aced;
}

.termesConditions2:hover {
    color: #43d29e;
}

/*------------------------------------- home page --------------------------------------------------------------------- */
/* photo personelle */
.acceuil .white {
    color: rgb(250, 244, 244);
}

.selfy {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.photo {
    margin-left: 29%;
    margin-top: 8%;

}

/* (div) texte de bien venue + nom */
.acceuil {
    font-family: 'Exo', sans-serif;
    margin-left: 25%;
    margin-top: 4%;
}

.bienvenue {
    margin-bottom: 50px;
}

.bonjour {

    font-weight: 200;
}

/*--------------------------------------------- page cv -------------------------------------------------------*/
.montre {
    position: absolute;
    top: 7%;
    right: 1%;
    width: 12%;
    font-size: 1.2em;
    text-shadow: 1px 1px 2px rgb(34, 70, 198);
    text-align: center;
    color: rgb(238, 238, 242);
}

@media (max-width: 700px) {
    .montre {
        font-size: 1em;
    }
}

.pageWEBcontent1 {
    display: unset;
}

.feuille {
    width: 100%;

}

.content {
    display: flex;
    flex-wrap: wrap;
}

.feuille .header {
    width: 99.5%;
    background-color: rgb(116, 125, 152);
    display: flex;
    align-items: center;
    position: relative;
    margin-top: .2%;
    margin-left: 0.3%;
    border-radius: 20px 20px 20px 0px;
}

.header img {
    width: 10%;
    border-radius: 50%;
    position: absolute;
    top: 6%;
    left: 11%;
    border: 5px solid rgb(228, 227, 235);
    cursor: pointer;
    transition: 0.5s;
    user-select: none;
    filter: grayscale(80%);
}

.header img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
    box-shadow: 3px 3px 20px rgb(0, 0, 0, .5);
}

.header-text {
    color: white;
    width: 69%;
    margin-left: auto;
}

.header-text h1 {
    font-family: 'Exo', sans-serif;
    font-size: 2.9m;
    font-weight: normal;
    margin-right: 19%;
    text-shadow: 1px 1px 2px rgb(132, 25, 25);
}

@media (max-width: 700px) {
    .header-text h1 {
        font-size: 1.5em;
    }
}

.header-text p {
    font-size: 190%;
    color: white;
    text-shadow: 1px 1px 2px rgb(133, 157, 253);
}


/* ------------------------------coté gauche------------------------------------------------------------- */
.left-area {
    line-height: 1;
    width: 21%;
    background-color: rgb(179, 179, 200);
    border-radius: 0px 0px 20px 20px;
    margin-left: .2%;

}

.left-area .blocks {

    margin-top: 8%;
    padding-top: 0;
    padding-left: 7%;
}

.left-area .blocks h1 {
    font-family: 'Exo', sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    text-shadow: 1px 1px 2px rgb(132, 25, 25);
    color: white;
}

@media (max-width: 800px) {
    .left-area .blocks h1 {
        font-size: 1em;
    }
}

.blocks h2 {
    display: flex;
    font-size: 0.8em;
    margin: 8px 0;
    color: rgb(16, 14, 14);
    text-shadow: 1px 1px 2px rgb(133, 157, 253);
}

@media (max-width: 700px) {
    .blocks h2 {
        font-size: .6em;
    }
}

.blocks h2 span {
    color: rgb(30, 14, 120);
    margin-right: 1%;
}

.bar h3 {
    font-size: 0.8em;
    color: white;
    text-shadow: 1px 1px 2px rgb(133, 157, 253);
}

.bars {
    display: block;
    grid-gap: 7.2% 0;

}

.bars .bar {
    font-size: 0.8em;
    color: white;
    text-shadow: 1px 1px 2px rgb(133, 157, 253);
}

.bars span {
    display: block;
    width: 90%;
    height: 10px;
    background-color: rgb(192, 191, 191);
    margin-top: 10px;
    border-radius: 4px;
    position: relative;
}

.bars .span1::before {
    position: absolute;
    content: "";
    width: 95%;
    height: 80%;
    background-color: rgb(30, 14, 120);
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    border-radius: 10px;
}

.bars .span2::before {
    position: absolute;
    content: "";
    width: 95%;
    height: 80%;
    background-color: rgb(30, 14, 120);
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    border-radius: 10px;
}

.bars .span3::before {
    position: absolute;
    content: "";
    width: 65%;
    height: 80%;
    background-color: rgb(30, 14, 120);
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    border-radius: 10px;
}

.blocks p {
    font-size: 0.8em;
    color: rgb(22, 19, 19);
    text-shadow: 1px 1px 2px rgb(133, 157, 253);
}

/* ---------------------------coté droit --------------------------------------------------------------*/
.right-area {
    width: 75%;
    padding: 1%;
}

.right-area h1 {
    font-family: 'Exo', sans-serif;
    margin-top: .8%;
    font-size: 1.4em;
    font-weight: normal;
    text-shadow: 1px 1px 2px rgb(103, 128, 228);
}

@media (max-width: 700px) {
    .right-area h1 {
        font-size: 1em;
    }
}

.right-area h1 span {
    font-family: 'Exo', sans-serif;
    margin-right: .2%;
    color: rgb(5, 17, 68);
    text-shadow: 1px 1px 2px rgb(103, 128, 228);
}

.right-area p {
    padding-left: 1%;
    text-align: justify;
    color: rgb(32, 29, 29);
    white-space: normal;
}
@media (max-width: 800px) {
    .right-area p {
        font-size: .8em;
    }
}
.competence {
    margin-top: 20px;
    margin-bottom: 25px;
    background-color: rgb(210, 218, 243);
    border-radius: 10px;
}

.block {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.block h2 {
    display: flex;
    font-family: 'Exo', sans-serif;
    margin-top: 1.2%;
    margin-bottom: 1.2%;
    font-size: 1.1em;
    font-weight: 200;
    text-shadow: 1px 1px 2px rgb(103, 128, 228);
    margin-left: 4%;
}

@media (max-width: 700px) {
    .block h2 {
        font-size: .8em;
    }
}

ul {
    padding-left: 3%;
}

li {

    margin-bottom: 1%;
    list-style-type: none;
    padding-left: 1%;

}

li img {
    height: 20px;
    width: 26px;
}


.work-group {
    margin: 5px;
}

.work .work-group {
    position: relative;
}

.work-group h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo {
    width: 30px;
    height: 20px;

}

.logo2 {
    width: 22px;
    height: 20px;
    margin-left: 1%;
}

.logo4 {
    width: 55px;
    height: 22px;
    margin-left: 1%;
}

.work-group h3 {
    font-weight: normal;
    padding-left: .6%;
    margin-bottom: 0px;
    text-shadow: 1px 1px 2px rgb(154, 110, 110);
}

@media (max-width: 700px) {
    h3 {
        font-size: .8em;
    }
}

.work-group h4 {
    font-weight: normal;
    padding-left: .6%;
    color: rgb(9, 9, 10);
    margin-top: .4%;
    margin-bottom: .4%;
}

.work-group p {
    margin-top: .7%;
    margin-bottom: .7%;
    padding-left: .5%;

}

.work-group span {
    position: absolute;
    top: 10px;
    right: 0;
    color: black;
    font-weight: bold;

}
@media (max-width: 800px) {
    span {
      font-size:0.8em;
    }
}
.education {
    margin-top: 20px;
}

.edu-group {
    position: relative;

}

.edu-group h3 {

    font-weight: normal;
    padding-left: 1%;
    margin-bottom: 0px;
    text-shadow: 1px 1px 2px rgb(154, 110, 110);

}

.edu-group span {
    position: absolute;
    top: 10px;
    right: 0;
    font-weight: bold;
}

.edu-group h3 {
    margin-top: .3%;
}

.boutonPDF {
    text-align: center;
    margin-bottom: 20%;
    margin-top: 3%;
    font-family: 'Exo', sans-serif;
}

.boutonImprimer {

 padding:1%;
    cursor: pointer;
    background: linear-gradient(to right, rgb(116, 125, 152), rgb(210, 218, 243));
    border: 0;
    outline: none;
    border-radius: 30px;
    margin-right: 1%;
}
@media (max-width: 800px) {
    .boutonImprimer {
      font-size:0.8em;
    }
}
.boutonDownload {
    padding: 16px 70px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    background: linear-gradient(to left, rgb(210, 218, 243), rgb(116, 125, 152));
    border: 0;
    outline: none;
    border-radius: 30px;
    width: 10%;
    padding:1%;
}
@media (max-width: 800px) {
    .boutonDownload {
      font-size:0.8em;
    }
}

/* --------------------------------------------page about---------------------------------------------- */


.contentAbout {
    position: absolute;
    z-index: 1;
    text-align: center;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
}

.description {
    background: rgba(255, 255, 255, 0.616);
    padding: 1%;
    margin: 12%;

}

.qui {
    font-family: 'Exo', sans-serif;
}

/*--------------------------------- page Projet----------------------------------------------------------------------------- */
.cadre {
    display: block;
    text-align: center;
    width: 60%;
    margin: 2% auto;
    background-color: rgb(52, 137, 165, 0.503);
    padding-top: 1%;
}

.projet {
    padding: 2%;
    text-align: center;

}

.repertoireSlide {
    max-width: 90%;
}

.boutonSlide {
    width: 100%;
    margin-top: 2%;
    display: flex;
    cursor: pointer;
    color: #080676;
    justify-content: center;
    font-size: 2em;
}

#previous {
    margin-right: 3%;
}

.boutonProjet {
    font-family: 'Exo', sans-serif;
    display: inline-block;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.2em;
}
@media (max-width: 700px) {
    .boutonProjet {
        font-size: 1em;
    }
}
.btp1 {
    background: rgb(52, 137, 165, 0.503);
    border: none;
}

.btp1:hover {
    background-color: #777;
    color: rgb(52, 137, 165, 0.503);
}

.btp2 {
    background: rgb(145, 161, 241, 0.503);
    border: none;
}

.btp2:hover {
    background-color: #777;
    color: rgb(145, 161, 241, 0.503);
}

.btp3 {
    background: rgb(205, 198, 234, 0.503);
    border: none;
}

.btp3:hover {
    background-color: #777;
    color: rgb(205, 198, 234, 0.503);
}

.slider .slideRealise {
    max-width: 100%;
    display: none;
}

.slideRealise.active {
    display: block;
    animation: fade 0.8s;
}

/* slides en cours */

.enCours1 {
    height: 500px;
}

.slider .slideEnCours {
    max-width: 100%;
    display: none;
}

.slideEnCours.active {
    display: block;
    animation: fade 0.8s;
}

/* slides futur */
.slider .slideFutur {
    max-width: 100%;
    display: none;
}

.slideFutur.active {
    display: block;
    animation: fade 0.8s
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


#Realise {

    background-color: rgba(52, 137, 165, 0.503);
}

#EnCours {
    background-color: rgba(145, 161, 241, 0.503);
}

#Futur {
    background-color: rgba(205, 198, 234, 0.503);
}


/* -------------------------------------------page Contact-------------------------------------------------------------- */
.cadreContact {
    width: 48%;
    margin: 1% auto;
}

.map {
    height: 500px;
}
@media (max-width: 800px) {
    .map {
        height: 350px;
    }
}
.lienContact {
    background-color: rgba(255, 255, 255, 0.616);
}

/* icone linkedin */
.fa-linkedin {
    color: rgba(43, 143, 224, 0.656);
}

/* parametre texte contact */
.lien {
    padding-right: 10%;
    margin-top: 0%;
    margin-bottom: 0%;
}

/* parametres bouton telephone */
.telbtn {
    background-color: transparent;
    color: white;
    padding: 0px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.telbtn:hover,
.telbtn:focus {
    background-color: transparent;
}

.telDeroulant {
    margin-left: 5%;
    position: relative;
    display: inline-block;
}

.telDeroulan-content {
    display: none;
    /* position: absolute; */
    background-color: rgba(255, 255, 255, 0.616);
    /* max-height: 60px; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    /* top: -70px;
    left: -90px; */
    text-align: center;
    width: 204%;
}

.telDeroulan-content a {
    color: black;
    padding: 1px 3px;
    text-decoration: none;
    display: block;
    margin: 0%;
}

.telDeroulan-content p {
    color: black;
    padding: 1px 3px;
    text-decoration: none;
    display: block;
    margin: 0%;
}

.telDeroulan-content a:hover {
    background-color: #43d29e;
}

.telDeroulan-content p:hover {
    background-color: #43d29e;
}

.show {
    display: block;
}

.telPosition {
    position: relative;
    z-index: -1;
}

/* parametres bouton email + bouton envoie mail */
.mailbtn {
    background-color: transparent;
    color: rgb(55, 27, 233);
    padding: 0px;
    font-size: 1em;
    border: none;
    cursor: pointer;
}

.mailbtn:hover,
.mailbtn:focus {
    background-color: transparent;
}

.mailDeroulant {
    margin-left: 5%;
    position: relative;
    display: inline-block;
}

.mailDeroulant-content {
    display: none;
    background-color: rgba(255, 255, 255, 0.616);
    /* min-width: 210px;
    max-height: 41px; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 232%;
}

.mailDeroulant-content a {
    color: black;
    padding: 1px 3px;
    text-decoration: none;
    display: block;
    margin: 0%;
}

.mailDeroulant-content p {
    color: black;
    padding-top: 1px;
    text-decoration: none;
    display: initial;
    margin-left: 1%;
}

.mailDeroulant-content a:hover {
    background-color: #43d29e;
}

.mailDeroulant-content p:hover {
    background-color: #43d29e;
}

.show2 {
    display: block;
}

.mailPosition {
    position: relative;
    z-index: -1;
}

.fa-paper-plane {
    padding-right: 0;
    display: inline-block;
}

.envoyerMail {
    padding-left: 9%;
}

.texteContact {
    text-align: center;
}

.cadreLien {
    display: flex;
    text-align: center;
}

.lie {
    font-size: 4em;
    width: 20%;
    margin: 0 auto;
}
@media (max-width: 700px) {
    .lie {
        font-size: 2em;
    }
}


.mailPageContact {
    font-size: 0.25em;

}

.telbtn {
    font-size: 1em;
}

.telPageContact {
    font-size: 0.25em;

}

.iconeTel {
    font-size: 4em;
}

.numeroTel {
    color: black;
}

.adresseMail {
    position: fixed;
    right: 22%;
    margin: 0;
}

/*-------------------------------------- page login------------------------------------------------------------------ */

.fondEcran .pseudoLogIn {
    font-size: 5.5em;
    width: 46%;
    margin: 0 4%;
}

.formulaireLogin {
    width: 380px;
    height: 480px;
    position: relative;
    margin: 0% 16%;
    background: rgba(255, 255, 255, 0.756);
    padding: 5px;
    overflow: hidden;
    border-radius: 5%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.704);
}

.boutonLogin {
    width: 220px;
    margin: 35px auto;
    position: relative;
    box-shadow: 0 0 20px 9px #10efff5e;
    border-radius: 30px;
}

.boutonBascule {
    padding: 10px 30px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
    font-size: 0.9em;
}

#bouton {
    top: 0;
    left: 0;
    position: absolute;
    width: 110px;
    height: 100%;
    background: linear-gradient(to right, #6c10ff, #06fbff);
    border-radius: 30px;
    transition: .5s;
}

.lienSocial {
    margin: 30px auto;
    text-align: center;
}

.lienSocial img {
    width: 30px;
    margin: 0 12px;
    box-shadow: 0 0 20px 0 #7f7f7f3d;
    cursor: pointer;
    border-radius: 50%;
}

.inputGroup {
    top: 180px;
    position: absolute;
    width: 280px;
    transition: .5s;
}

.inputLog {
    width: 100%;
    padding: 10px 0;
    margin: 5px 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #999;
    outline: none;
    background: transparent;
}

.boutonEnvoyer {
    width: 85%;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;
    background: linear-gradient(to right, #6c10ff, #06fbff);
    border: 0;
    outline: none;
    border-radius: 30px;
}

.checkBox {
    margin: 30px 10px 30px 0;
}

.mdp {
    color: #777;
    font-size: 12px;
    bottom: 68px;
    position: absolute;
}

#logIn {
    left: 50px;
}

#register {
    left: 450px;
}

.aboutBody {
    background: none;
}