/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* VARIABLES */
.capitale {
    text-transform: uppercase;
}
.blanc {
    color: #FFFFFF;
}
.gris {
    color: #C4C4C4;
}
.gristypo {
    color: #B9B393;
}
.jaune {
    color: #F2EAC2;
}
.jaune2 {
    color: #e6cc4b;
}
.radius {
    border-radius: 16px;
}
/* PAGE HTML */

body {
    margin: 0;
    background-color: #FDF9F0;
    color: #1F1F18;
}
nav {
    background-color: #FDF9F0;
    position: sticky;
    z-index: 100;
    height: 8vh;
    display: flex;
    justify-content: space-between;
    top: 0;
}

.navlogo {
    margin-left: 2%;
    display: flex;
    align-items: center;
}
.navlogo a img {
    height: 6vh;
}
.navmenu {
    width: 30rem;
}
.navmenu ul {
    display: flex;
    justify-content: space-between;
    
}
li {
    list-style: none;
}
.navmenu ul li a {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.navicon {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 2%;
}

.navicon img {
    height: 3vh;
}

a {
    text-decoration: none;
    color: black;
}

/* SECTION 1 */

.sect1 {
    position: relative;
    color: #FFFFFF;
}
.sect1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.absolutesect1 {
    position: absolute;
    width: 94%;
    height: 86%;
    padding: 5% 3% 3% 3%;
    top: 0;
    display: grid;
    grid-template-columns: 15% 15% 70%;
    grid-template-rows:60% 40%;
}

.hautgauche {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video {
    height: 240px;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    position: relative;
}
.playvideo {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 40%;
    left: 44%;
}
.playvideo img {
    object-fit: cover;
}
.textvideo {
    display: flex;
    justify-content: space-between;
}
.textvideo p {
    width: 50%;
    margin: 0;
}
.dotted {
    text-align: right;
    text-decoration: dotted underline;
}
.dotted2 {
    text-decoration: dotted underline;
}
.sect1 h1 {
    margin: 0;
    grid-column: 2 / 4;
    grid-row: 1 / 3;
    text-align: right;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 12rem;
    line-height: 11rem;
}
.petit {
    font-size: 2rem;
    font-weight: 300;
    line-height: 0;
}
.petit:nth-child(1) {
    vertical-align: 7rem;
}
.espacement {
    padding-right: 8rem;
}
.h1italic {
    font-style: italic;
}
.sect1 p {
    font-family: 'futura', sans-serif;
}

/* SECTION MARQUE */

.marque {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 3%;
    height: 20vh;
}
.marque div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.marque div img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    object-position: center;
}
.marque div h4 {
    margin-left: 10px;
    font-family: 'futura', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: grey;
}

/* SECTION 2 */

.sect2 {
    display: grid;
    grid-template-columns: 45% 55%;
    margin: 0 3%;
    height: 86vh;
    background-color: #F2EAC2;
    border-radius: 16px;
}
.text {
    grid-column: 1 / 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 20% 65% 10% 5%;
    margin: 7% 5%;

}
.text p {
    font-family: 'futura', sans-serif;
    font-style: normal;
}
.text h1 {
    margin: 0;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 8rem;
    line-height: 7.5rem;
}
#textedroite {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    text-align: right;
}
.p2 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
}
.image {
    grid-column: 2 / 3;
    margin: 0 3%;
}
.exposant {
    font-size: 2rem;
    font-weight: 400;
    line-height: 0;
    vertical-align: 4rem;
}
.read {
    font-family: 'futura', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
}

.sect2img {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 7% 3%;
}
.sect2img div {
    padding: 0 3%;
    width: 93%;
}
.sect2img div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.sect2img div:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.sect2img div img {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    object-position: center;
}
canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 200px;
    height: 200px;
    background-color: #FDF9F0;
    border-radius: 100%;
}
.sect2img h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
    z-index: 2;
    font-family: 'futura', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0;
}

/* SECTION 3 */

.sect3 {
    height: 90vh;
    display: flex;
    justify-content: space-around;
    margin: 3%;
}

.sect3div {
    height: 100%;
}
.sect3div:nth-child(1) {
    width: 45%;
    padding-right: 3%;
}
.sect3div:nth-child(2) {
    width: 55%;
    padding-left: 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sect3div img {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}
.titre {
    height: 50%;
}
.titre p {
    font-family: 'futura', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 0rem;
}
.titre h1 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 7rem;
    line-height: 6.7rem;
}
.textedroite {
    text-align: right;
}
.div6 {
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.diviser6 {
    width: 25%;
    height: 47%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
}
.diviser6 img {
    margin: 0 0 2.5rem 0;
    height: 3rem;
    width: 3rem;
}
.diviser6 p {
    font-family: 'futura', sans-serif;
    font-style: normal;
    font-weight: 500;
    overflow-wrap: break-word;
    font-size: 0.9rem;
    margin: 0;

}
.diviser6 a {
    font-family: 'futura', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    align-self: bottom;
    margin-top: auto;
}
.diviser6:nth-child(1) {
    border: #000000 solid 1px;
    border-radius: 16px;
    flex-direction: column-reverse;
}
.diviser6:nth-last-child(1) {
    position: relative;
}
.diviser6:nth-last-child(1) img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.diviser6 h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 3rem;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.diviser6 h2 {
    font-size: 2rem;
    overflow-wrap: break-word;
    font-weight: 400;
    margin: 5%;
}

/* SECTION 4 */

.sect4 {
    height: 36vh;
    position: relative;
    background-color: black;
    margin: 6% 3% 3% 3%;
    border-radius: 16px;
}
.sect4grid {
    display: grid;
    grid-template-columns: 25% 25% 50%;
    grid-template-rows: 40% 60%;
    height: 100%;
}
.bouton {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #F2EAC2;
    border-radius: 2rem;
    place-self: center;
    padding: 0.2rem 2rem;
}
.bouton h2 {
    font-family: 'futura', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 1rem;
}
.sect4grid p {
    place-self: center;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #F2EAC2;
}
.sect4grid h3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    place-self: center end;
    font-family: 'futura', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    color: #F2EAC2;
    padding-right: 2rem;
}
.sect4grid h1 {
    margin: 0;
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 11rem;
    color: #FFFFFF;
    padding-right: 2rem;
}
.sect4grid h1 span {
    color: #5e5e5e;
}
.couleurfond {
    position: absolute;
    top: 329vh;
    left: 0;
    height: 200px;
    width: 100%;
    background-color: #F2EAC2;
    z-index: -1;
}
footer {
    display: grid;
    grid-template-columns: 40% 20% 20% 20%;
    grid-template-rows: 90% 10%;
    height: 40vh;
    margin: 1% 3%;
    font-family: 'futura', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
}
.flexcol {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.footerlogo {
    margin: 0;
    display: flex;
    align-items: center;
}
.footerlogo a img {
    height: 6vh;
}
.sociaux {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    padding-top: 2rem;
}
.reseaux {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: #5e5e5e solid 1px;
    margin: 0 1rem;
}
.reseaux:nth-child(1) {
    margin: 0 1rem 0 0;
    background-color: black;
}
.reseaux:nth-child(1) img {
    color: #FFFFFF;
}
.reseaux img {
    height: 2rem;
    width: 2rem;
}
.ul1 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.ul1 a li {
    padding-bottom: 0.7rem;
}
.ul2 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}
.ul2 a li {
    padding-bottom: 0.7rem;
}

.footerdroit h4 {
    font-weight: 700;
}

.footerdroit p {
    margin: 0;
    padding-top: 0;
}

#line {
    padding-top: 1rem;
    text-decoration-line: underline;
}
.footerbasgauche {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    display: flex;
    align-items: center;
}
.footerbasdroit {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footerbasdroit ul {
    display: flex;
    justify-content: space-around;
    width: 24rem;
}