:root {
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    background-color: #F6F2EF;
}


header {
    height: 8rem;
    padding: 2rem;
    display: flex;
    justify-content: end;
}

header a {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    padding: 1rem 1rem 0 0;
}

header a:hover {
    color: #CE0F15;
}


h1 {
    font-family: 'Michroma', sans-serif;
    text-transform: uppercase;
    font-size: 9.6rem;
    padding-left: 5rem;
}


.decoligne1 {
    border-top: black 2px solid;
    width: 130rem;
    display: block;
    position: relative;
    z-index: 100;
}

.decoligne2 {
    border-right: black 2px solid;
    height: 7rem;

    display: block;
    position: absolute;
    top: 8rem;
    right: 27rem;
    z-index: 100;


}

.index {
    font-family: 'Audiowide', cursive;
    font-size: 3rem;
    padding: 0 28rem 0 0;
    margin: 0 0 0 0;
    text-align: end;
    z-index: 100;
    position: relative;
}

/* Photo 1 */

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

.img1PH {
    width: 50%;
    padding: 8rem 1rem 8rem 15rem;

}

.textePH {
    width: 50%;
    padding: 15rem 18rem 8rem 10rem;
    font-family: 'Poppins', sans-serif;

}

.textePH h2 {
    font-size: 3rem;
}

.textePH p {
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.5;
    padding-right: 7rem;

}

/* Photo 2 */


.img2PH {
    width: 50%;
    padding: 8rem 15rem 8rem 1rem;

}

.texte2PH {
    width: 50%;
    padding: 15rem 10rem 8rem 18rem;
    font-family: 'Poppins', sans-serif;
    text-align: end;

}

.texte2PH h2 {
    font-size: 3rem;
}

.texte2PH p {
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.5;


}

/* Décooooooo */

.decoRouge {
    display: flex;
    margin: 3rem 7rem 3rem 3rem;

}

.Rouge1,
.Rouge2,
.Rouge3 {
    height: 15px;
    width: 15px;
    background-color: #CE0F15;
    margin: 1rem;

}

.belotte1 {
    display: flex;
    margin-top: 3rem;
    width: 100%;
    justify-content: end;
}



.decoRougeV {
    display: flex;
    flex-direction: column;
    margin: 0rem 7rem 0rem 3rem;

}

.Rouge1V,
.Rouge2V,
.Rouge3V {
    height: 15px;
    width: 15px;
    background-color: #CE0F15;
    margin: 1rem;

}


@media screen and (max-width:39rem) {
    header a {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 3rem;
        padding-left: 1.5rem;
    }

    .decoligne2 {
        display: none;
    }

    .index {
        display: none;
    }

    .img1PH {
        width: 100%;
        padding: 10vw;
    }

    .textePH {
        width: 100%;
        padding: 10vw;
        text-align: center;
    }

    .textePH p {
        padding: 0;
    }

    .img2PH {
        width: 100%;
        padding: 10vw;
    }

    .texte2PH {
        width: 100%;
        padding: 10vw;
        text-align: center;
    }

    .texte2PH p {
        padding: 0;
    }


    .decoRouge {
        display: none;
    }

    .decoRougeV {
        display: none;
    }

    .decoligne1 {
        width: 100%;
    }



}