
*{
    margin: 0px;
}

html{
    background-color:  rgb(200, 187, 189);
}

header {
    background-image: url("images/background.jpg");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.maj{
    color : rgb(200, 187, 189); 
    margin : 55px;
    font-size: 12px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

main{
    padding : 40px;
    border-top: 2px solid rgb(200, 187, 189);
}

footer{
    background-color: rgb(20, 20, 50);
    display : flex;
    flex-direction: row;
}

p, h2, h3, a{
    font-family :'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    color : rgb(20, 20, 50);
}


footer a {
    color : rgb(200, 187, 189); 
}

h1{
    font-family :'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size : 60px;
    color : rgb(200, 187, 189);
    padding: 200px;
    padding-left : 200px;
    font-family: url(policeCaractere/Adventure\ ReQuest.otf);
    justify-content : center;
}

h2{
    font-size: 50px;
    margin : 50px;
    margin-left : 0px;
    padding-bottom: 10px;
}

h3{
    font-size: 40px;
    padding-bottom: 50px;
}

h4{
    font-family :'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color : rgb(200, 187, 189);
    padding : 50px;
    font-size : 30px;
}

p{
    font-size : 20px;
}

.pFooter{
    font-size : 15px;
    color : rgb(200, 187, 189);
    padding-top : 55px;
    padding-left : 25px;
}

img{
    border-radius: 20px;
    margin : 20px;
}


.lien-conteneur-photo {
    position: relative;
    display: inline-block;
}

.lien-conteneur-photo img {
    display: block;
}

.photo-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 1, 1, 0.7);
    color: white;
    font-size: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 20px;
}

.lien-conteneur-photo:hover .photo-hover {
    opacity: 1;
}

.lienHeader{
    display : flex;
    flex-direction: row;
    text-align: left;
    padding: 30px;
    padding-right: 20px;
}

.aHeader {
    color : rgb(200, 187, 189);
    margin-right : 50px;
    margin-top : 20px;
}

.aHeader:hover{
    color : red;
    transition-duration: .7s;
    border-bottom: 1px solid red;
}

.pouletoImage{
    margin-right: 0px;
}

.logo{
    font-size: 40px;
    margin-right : 50px;
    color : rgb(200, 187, 189);
}

.portfolio1{
    display: flex;
    flex-direction: row;
    margin-bottom : 100px;
}

.portfolio2{
    display: flex;
    flex-direction: row;
    margin-bottom : 100px;
}
.exProjet{
    text-align: left;
    margin : 100px;
}

.recherches{
    background-color: rgb(20, 20, 50);
    padding : 50px;
    border-radius: 20px;
    margin-top : 100px;
}

.fiche{
    display : flex;
    flex-direction: column;
    text-align: center;
}

.hRecherche{
    color : rgb(200, 187, 189); 
    margin : 50px;
    margin-top : 0px;
    margin-bottom: 0px;
    text-align: center;
}

.imgRecherche{
    transition : 1s;
}

.imgRecherche:hover{
    Scale : 1.3;
    transition: 1s;;
}

@media screen and (max-width: 1700px){
    .portfolio1{
        display: flex;
        flex-direction : column-reverse;
        margin-bottom : 50px;
        align-items: center;
    }

    .portfolio2{
        display: flex;
        flex-direction : column;
        margin-bottom : 50px;
        align-items: center;
    }

    .fichesExel{
        display : flex;
        flex-direction: column;
    }

    .fiche{
        margin-top : 100px;
    }

    img{
        max-width: 800px;
    }

    h2{
        margin-bottom: 0px;
    }
}