* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

section {
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
}

/* .un {
    background-color: #0049E9;
}

.deux {
    background-color: #FB2203;
}

.trois {
    background-color: #6EED64;
} */

img:not(.imgCroix) {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

h3 {
    color: #E6E6E6;
}

.containervideo {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 85vh;
    transition: .2s;
    background-color: #FB2203;
}

.containerBranding {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 85vh;
    transition: .2s;
    background-color: #0049E9;
}

.container {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 85vh;
    transition: .2s;
    background-color: #E6E6E6;
    color: #202020;
}

.containerAffiches {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 85vh;
    transition: .2s;
    background-color: #6EED64;
}

.container p {
    color: #202020;
}

main p {
    color: #E6E6E6;
    text-align: center;
    padding: 2rem;

}


.container .trois {
    height: auto !important;
    width: 40rem !important;
    object-fit: cover !important;
    padding-left: 29%;
    padding-bottom: 20%;
}

.imagesamsung {
    height: 100% !important;
    width: 90% !important;
    object-fit: cover !important;

}

video {
    height: 90% !important;
    width: 90% !important;
    object-fit: cover !important;
}

.container .troisS {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

.imgIllustrationfemme {
    height: 100% !important;
    width: 65% !important;
    object-fit: cover !important;

}

main .containerAffiches p {
    color: #202020;
    text-align: center;
    padding: 2rem;

}





/* Robingg2005 */


* {
    box-sizing: border-box;
    /* A mettre à chaque debut de fichier csspour que la largeur de la bordure et le padding soit calculé à l'interieur d'un element. */
}

body {
    background-color: #E6E6E6;
    font-family: "Source Code Pro", monospace;
    color: #202020;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 2px solid #202020;

}

header h1 a {
    color: #202020;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
}

.blocGauche {
    width: 80%;
    border-right: 2px solid black;
    height: 100vh;
}

.blocGaucheFixed {
    position: fixed;
    top: 0;
}

.blocDroitacceuil {
    width: 20%;

}

.blocGaucheAcceuil {
    width: 80%;
    border-right: 2px solid black;

}

.blocDroitacceuil h2 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    padding-top: 2.3rem;
}

.blocContainer {
    display: flex;

}

header li {
    padding-right: 2rem;
    display: inline-block;
}

li a {
    text-decoration: none;
    color: #202020;
    font-size: 1.2rem;

}


main div {
    /* padding-top: 3rem; */
    border-bottom: #202020 2px solid;
    /* height: 63px; */
}

a {
    text-decoration: none;

}


.blocDroit h3 {
    font-family: "Source Code Pro", monospace;
    color: #202020;
    align-items: center;
    text-align: center;
    padding: 2rem;
    font-size: 20px;
    font-weight: 400;
}

.meContacter li {
    text-decoration: none;
    list-style-type: none;
    font-size: 1.2rem;
    margin-left: 16rem;
    line-height: 2rem;
}

.meContacter li a {
    text-decoration: none;
    list-style-type: none;
    font-size: 1.2rem;
    color: #E6E6E6;

}

.page_contact main {
    display: flex;
    flex-direction: column;
}

.contact_list {
    align-self: flex-end;
    padding-right: 4rem;
    padding-top: 15rem;
}

.moi {
    padding: 2rem;

}

.robin {
    background-color: blue;
    color: #E6E6E6;
}

.blocDroit {
    width: 20%;

}

.blocDroitAbsolute {
    position: absolute;
    right: 0;
}

main {
    height: 85vh;
}

aside {
    height: 100vh;
    overflow: auto;
}

header {
    height: 15vh;
}

.meContacter {
    background-color: red;
    color: #E6E6E6;

}

.imgCroix {
    height: 4rem;
    margin: 0 auto;
    display: block;
    margin-top: 2rem;
    transition: .5s;
}

.imgCroix:hover {
    transform: rotate(180deg);
}

@media screen and (max-width: 800px) {
    .blocDroit {
        display: none;
    }
}