.ft-m {
    font-family: 'montserrat';
}

.ft-i {
    font-family: 'inter';
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

main {
    width: 95%;
    margin: 0 auto;
}

/* GO BaCK */
#section-retour {
    padding: 3em;
    padding-inline: 0;

}

#section-retour article {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.1em;
    gap: 0.9em;
    cursor: pointer;
}

#section-retour article i svg {
    margin-bottom: -0.2em;
}

#section-retour article p {
    font-weight: 600;
}
#section-retour article p:hover {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}



/* TEXTE */
#section-texte {
    /* background: red; */
}

#section-texte article picture {
    display: flex;
    flex-direction: column;
    gap: 3em;
}

.title-p {
    font-size: 2em;
    font-weight: 700;
    font-family: 'inter';
}

.desc-p {
    line-height: 1.5em;
}


/* PICTURE */
#section-picture {
    /* background: green; */
    margin-top: 8em;
}

.row-1,
.row-2 {
    display: flex;
    flex-direction: row;
    gap: 2em;
    justify-content: space-between;
}

#section-picture article {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

#section-picture article picture {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    gap: 1.2em;
    width: 50%;
    box-shadow: 0px 2px 4px 0px #00000040;
    padding: 1.5em;
    border-radius: 1em;
    height: 20em;
}

.picture-title-p {
    font-weight: 700;
    font-size: 1.5em;
    color: teal;
    font-family: 'inter';
    width: 95%;
}

.picture-desc-p {
    width: 95%;
    line-height: 1.3em;
}

/* QUOTES */

#section-quotes {
    margin-top: 11em;
    margin-bottom: 9em;
}

#section-quotes article {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#section-quotes article img {
    width: 10em;
    height: 10em;
    object-fit: contain;
    position: absolute;
    top: 0;
    z-index: -20;
    margin-top: -3.8em;
    margin-left: -5.2em;
}

#section-quotes article picture p {
    font-weight: 500;
}


/* PRESENTATION */
#section-presentation {
display: flex;
flex-direction: column;
gap: 1.5em;
}

.presentation-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1em;
    /* background: yellow; */
    margin-top: 2em;
    margin-bottom: 2.5em;
}
.article-presentation-title{
    /* background: yellow; */
}
.article-presentation-title p {
    font-size: 1.7em;
    font-weight: 700;
    font-family: 'inter';
}

.figure-1 {
    width: 45vw;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    gap: 3em;
}

.div-col {
    /* background: red; */
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.bg-none {
    background: none;
    color: teal;
}

/* TEXT */
.div-col-text{
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.div-col-text p:nth-child(1){
    font-weight: 700;
    font-size: 1.2em;
    font-family: 'inter';
}

/* BTN */
.div-col-btn {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.div-col-btn button {
    border: 2px solid teal;
    padding: 1.1em 4em;
    text-wrap: wrap;
    width: 100%;
    border-radius: 0.9em;
}

.figure-2 {
    position: relative;
}


.picture-presentation-img img {
    width: 31em;
    height: 50vh;
    object-fit: contain;
    max-width: max-content;
    max-height: max-content;
    border-radius:1.5em;
}

#rectangle {
    position: absolute !important;
    left: 0;
    border-radius:1.5em;
    z-index: -20;
    margin-top: 1.1em;
}

.index {
    margin-left: -1em;
}



.reverse{
    display: flex;
    flex-direction: row-reverse !important;
    gap: 0 !important;
}

.reverse button{
    width: 70%;
    text-align: center;
    padding: 1.1em;
}