:root{
    --epaisseur-ligne : 0.6vw;
}
#mob-img{
    display: none;
}
.margin-left-right{
    margin-inline: var(--lr-spacing-dt);
}


/*****************************************/
/*            Titre                      */
/*****************************************/
.about-titre{
    /* margin: 0 -3vw; */
    padding-inline: var(--lr-spacing-dt);
}

.about-titre-image{
    /* margin-inline: 4vw; */
    padding-top: 9.2vw;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(3,1fr);
    column-gap: 0.3vw;
    row-gap: 0.3vw;
    height: 48vw;
}

.about-titre-image img{
    width: 100%;
    height: 100%;
}

.about-titre-image img:nth-child(1){
    grid-area: 1 / 1 / 3 / 2;
}
.about-titre-image img:nth-child(2){
    grid-area: 3 / 1 / 4 / 2;
}
.about-titre-image img:nth-child(3){
    grid-area: 1 / 2 / 2 / 3;
}
.about-titre-image img:nth-child(4){
    grid-area: 2 / 2 / 4 / 3;
}

.about-titre-ligne{
    margin-left:-5vw;
    /* margin-right:3vw; */
    height: var(--epaisseur-ligne);
    background-color: white;
}

.about-titre-text-section{
    display:block;
    /* margin-right: 3vw; */
    display: flex;
    flex-direction: column;
    align-items: end;
    height:22vw;
    font-size: 3.3vw;
    font-weight: 700;
    line-height: normal;
    color:white;
    border-right: var(--epaisseur-ligne) solid white;
}
.about-titre-text-section-mob{
    display:none;
}

.about-titre-text-ligne1 div{
    position: relative;
    left: 0.3vw;
    height: 4.5vw;
    border-left: var(--epaisseur-ligne) solid white;
}
.about-titre-text-ligne1 p{
    margin-top:-1vw;
}
/*****************************************/
/*            Text top                   */
/*****************************************/
.about-text-top p{
    margin-top: 6.3vw;
    margin-bottom: 6vw;
    padding-right: 40vw;
}

.about-text-top-ligne{
    margin-left: -6vw;
    width: 45vw;
    height: 0.38vw;
    border-radius: 15px;
    background-color: var(--color-dark)

}

/*****************************************/
/*            Valeurs                    */
/*****************************************/
.about-valeurs-top{
    margin-top: 2.4vw;
}
.about-valeurs-top h3{
    margin-bottom: 3vw;
}
.about-valeurs-top p{
    display: flex;
    width: 40vw;
    flex-direction: column;
    flex-shrink: 0;
    margin-bottom: 3vw;
}

.about-valeurs-bottom{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(4,1fr);
    column-gap: 0;
    row-gap: 0;
    margin-bottom: 1.9vw;
}

.about-valeurs-bottom .valeurs{
    display: flex;
    align-items: center;
    border-top: 1px solid black;
    margin-left: -4vw;
    margin-right: 1vw;
    padding-left: 0.8vw;
}

.about-valeurs-bottom div:nth-child(1){
    grid-area: 1 / 1 / 2 / 2;
}
.about-valeurs-bottom div:nth-child(2){
    grid-area: 2 / 1 / 3 / 2;
}
.about-valeurs-bottom div:nth-child(3){
    grid-area: 3 / 1 / 4 / 2;
}
.about-valeurs-bottom div:nth-child(4){
    grid-area: 4 / 1 / 5 / 2;
    border-bottom: 1px solid black;
}
.about-valeurs-bottom div p{
    margin-left: 3vw;
}
.about-valeurs-bottom img{
    grid-area: 1 / 2 / 5 / 3;
    width: 100%;
    height: 100%;
}

/* CULTURE IMG */
.cultureImgTxt{
    font-family: 'Times New Roman', Times, serif;
    position: relative;
    text-wrap: nowrap;
    font-size: 3.8vw;
    font-weight: 500;
    left: 47.2vw;
    bottom: 14.5vw;
}
.en-txt-spacing-desk{
    padding-left: 3vw;
}

/*****************************************/
/*            Notre histoire             */
/*****************************************/
.about-notreHistoire-text-container{
   margin-top: 3.05vw;
   display:grid;
   grid-template-columns: 56% 1fr;
   grid-template-rows:1fr;
   column-gap: 0;
   row-gap: 0;
   margin-bottom: 4vw;
}

.about-notreHistoire-text-container div:nth-child(1){
    grid-area: 1 / 1 / 2 / 2;
}

.about-notreHistoire-text-container div:nth-child(2){
    grid-area: 1 / 2 / 2 / 3;
}

.about-espace{
    height: 2vw;
}

.about-right-text{
    margin-top:8vw;
    margin-left:7vw;
    padding-right:1vw;
    width: 34.3vw;
}

.about-notreHistoire-ligne{
    /* margin-top: 0.2vw; */
    position: relative;
    background-color: black;
    width: 0.24vw;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}



/*****************************************/
/*            Notre équipe               */
/*****************************************/
.mob{
    display: none;
}
.desk{
    display:block;
}
.about-notre-equipe{
    background-color: black;
    color: white;
    /* margin: 0 -3vw; */
    margin-top: 1vw;
    /* padding: 0 3vw; */
    /* padding-bottom: 4vw; */
    padding-inline: var(--lr-spacing-dt);
}

.about-notre-equipe h3{
    padding-top: 11vw;
    padding-bottom: 3vw;
    padding-right: 6vw;
}

.about-notre-equipe p{
    padding-bottom:3vw;
    width:93vw;
    padding-right: 6vw;
}

.about-employee-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    width: 100vw;
    /* margin: 0 -3vw; */
    margin-left: -3.33vw;
}

.about-notre-equipe-carte{
    background-color: #191919;
}

.about-notre-equipe-carte img{
    width: 26.18vw;
    height: 25.625vw;
    background-color: #303030;
    margin-top: 3.3vw;
    margin-inline: 3vw;
    margin-bottom: 1.5vw;
}

.about-notre-equipe-carte div{
    margin-top:1vw;
    margin-left:3vw;
    margin-bottom:3.4vw;
}

.about-notre-equipe-carte:nth-child(1){
    grid-area: 1 / 1 / 2 / 2;
}
.about-notre-equipe-carte:nth-child(2){
    grid-area: 1 / 2 / 2 / 3;
}
.about-notre-equipe-carte:nth-child(3){
    grid-area: 1 / 3 / 2 / 4;
}
.about-notre-equipe-carte:nth-child(4){
    grid-area: 2 / 1 / 3 / 2;
}
.about-notre-equipe-carte:nth-child(5){
    grid-area: 2 / 2 / 3 / 3;
}
.about-notre-equipe-carte:nth-child(6){
    grid-area: 2 / 3 / 3 / 4;
}

/*****************************************/
/*            Last section               */
/*****************************************/

.about-last-section p{
    margin-top: 10.7vw;
    margin-bottom: 10.2vw;
    width: 59vw;
}

.about-last-section-fleche{
    position: relative;
    width: 38vw;
}

.about-last-section-fleche div:nth-child(1){
    position: relative;
    left:25vw;
    width: 0.24vw;
    height: 100%;
    background-color: black;
}
.about-last-section-bout-fleche{
    position:absolute;
    bottom:-5px;
    width: 0.24vw;
    height: 1.5vw;
    background-color: black;
    border-radius: 15px;
}
.about-last-section-fleche div:nth-child(2){
    left:25.4vw;
    transform: rotate(45deg);
}
.about-last-section-fleche div:nth-child(3){
    left:24.6vw;
    transform: rotate(-45deg);
}

#black-soumission {
    margin-top: 0;
}

/*****************************************/
/*            Banderole du bas           */
/*****************************************/
.about-bottom-soumission{
    /* margin:0 -3vw; */
}


@media screen and (max-width: 768px) and (orientation: portrait){

.mob{
    display: block;
}
.desk{
    display: none;
}
    .margin-left-right{
        margin-inline: var(--lr-spacing-mob);
        width: 88vw;
    }
    #desk-img{
        display: none;
    }
    #mob-img{
        display: block;
        margin-left: -5vw;
        padding: 0;
        width: 101vw;
        padding-bottom: 8vw;
    }
    .about-titre {
        width: 100vw;
        height: 142vw;
        padding-left: 0;

    }
    .about-titre-image{
        padding-top: 25.2vw;
        height: 91vw;
        width: 100vw;
    }
    .img-fit{
        object-fit: cover;
    }
    .about-titre-ligne {
        margin-left: 0;
        height: 1vw;
        width: 100vw;
    }
    .about-titre-text-ligne1 div {
        height: 7.5vw;
        border-left: 1vw solid white;
    }
    .about-titre-text-ligne1 p {
        margin-top: -2vw;
    }
    .about-titre-text-section {
        display: none;
    }
    .about-titre-text-section-mob {
        display: block;
        color: white;
        text-align: right;
        font-size: 5.4vw;
        font-weight: 700;
        line-height: normal;
        padding-right: 0.5vw;
    }
    .about-text-top p{
        margin-block: 14vw;
        /* margin-inline: 3vw;     */
        padding-right: 0;
    }



    .about-valeurs-top{
        margin-bottom: 8vw;
        margin-top: 7vw;
    }
    .about-valeurs-top p{
        width: 89vw;
        margin-block: 3vw;
    }
    .about-text-top-ligne {
        width: 67vw;
    }
    .about-valeurs-bottom .valeurs {
        margin-left: -5vw;
        margin-right: -5vw;
    }
    .about-valeurs-bottom div p {
        margin-left: 4vw;
    }
    .about-valeurs-bottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        margin-bottom: 6.5vw;
    }
    .about-valeurs-bottom p {
        margin-block: 2.4vw;
    }
    .about-valeurs-bottom .valeurs{
        /* margin-left: 0; */
    }
    .about-valeurs-bottom div:nth-child(1) { grid-area: 2 / 1 / 3 / 3; }
    .about-valeurs-bottom div:nth-child(2) { grid-area: 3 / 1 / 4 / 3; }
    .about-valeurs-bottom div:nth-child(3) { grid-area: 4 / 1 / 5 / 3; }
    .about-valeurs-bottom div:nth-child(4) { grid-area: 5 / 1 / 7 / 3;
        margin-bottom: 8vw;
    }
    .about-valeurs-bottom img, .cultureImgTxt { grid-area: 1 / 1 / 2 / 3; }
    .about-valeurs-bottom img {
        height: 96%;
    }


    .about-notreHistoire-ligne{
        display: none;
    }
    .about-right-text {
        margin-inline: 0;
        margin-top: 1.4vw;
    }
    .about-notreHistoire-text-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .about-notreHistoire-text-container div:nth-child(2) { grid-area: 1 / 1 / 2 / 2; }
    .about-notreHistoire-text-container div:nth-child(1) { grid-area: 2 / 1 / 3 / 2; }
    .about-notreHistoire h3{
        width: auto;
        /* margin-inline: 4vw; */
    }
    .about-notreHistoire p {
        width: auto;
        /* margin-inline: 4vw; */
        margin-bottom: 7vw;
    }
    .mob-spacing {
        width: auto;
        margin-bottom: 8vw;
    }

    /* CULTURE IMG */
    .cultureImgTxt{
        font-size: 6vw;
        font-weight: 500;
        left: 10.3vw;
        bottom: -16.8vw;
    }
    .about-valeurs-bottom img{
        max-width: none;
    }
    .en-txt-spacing-mobi{
        /* padding-left: 3vw; */
    }

    .about-notre-equipe h3, .about-notre-equipe p{
        padding-inline: 3vw;
    }
    .about-notre-equipe h3 {
        padding-bottom: 6vw;
    }
    .about-notre-equipe p {
        padding-bottom: 4vw;
    }

    /* Notre equipe */
    .about-employee-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 16px;
        padding: 0;
        margin-top: 6vw;
        margin-block: 3vw;
        padding-bottom: 1vw;
        width: 100vw;
    }
    .about-notre-equipe-carte:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
    .about-notre-equipe-carte:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
    .about-notre-equipe-carte:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
    .about-notre-equipe-carte:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
    .about-notre-equipe-carte:nth-child(5) { grid-area: 3 / 1 / 4 / 2; }
    .about-notre-equipe-carte:nth-child(6) { grid-area: 3 / 2 / 4 / 3; }

    .about-notre-equipe{
        margin-top: 3vw;
        padding-bottom: 3vw;
    }
    .about-employee-grid {
        width: 100vw;
        margin-bottom: 3vw;
    }
    .about-notre-equipe-carte img {
        margin-left: 5.4vw;
        margin-top: 7.3vw;
        width: 38.18vw;
        height: 38.625vw;
    }
    .normal-text-30px-white{
        font-size: 4vw;
    }
    .normal-text-white{
        font-size: 3.5vw;
    }
    .about-notre-equipe-carte div {
        margin-inline: 2.7vw;
    }
    .about-last-section {
        height: auto;
        margin-top: -3vw;
    }
    .about-last-section p {
        width: 95vw;
        margin-top: 12.7vw;
        margin-bottom: 21.2vw;
    }
    .about-last-section-fleche {
        width: 12vw;
    }
    .about-last-section-bout-fleche{
        height: 5vw;
        width: 0.44vw;
    }
    .about-last-section-fleche div:nth-child(1) {
        left: 10vw;
        width: 0.44vw;
    }
    .about-last-section-fleche div:nth-child(3) {
        left: 8.6vw;
    }
    .about-last-section-fleche div:nth-child(2) {
        left: 11.4vw;
    }
}
