.page {
    height: fit-content;
}

.adapt-content.bando img {
    margin: 50px auto;
}

.adapt-img-content {
    height: 350px;
}

.adapt-img-content>img {
    transform: unset;
    top: unset;
    left: unset;
}

h2.textinside {
    font-family: 'SansationBold';
    color: #fff;
    font-size: 35px;
    display: inline-block;
    position: absolute;
    top: 140px;
    left: 100px;
    padding: 36px 86px 36px 33px;
    background-color: rgba(57, 57, 57, 0.64);
    font-weight: normal;
    z-index: 5;
    border-radius: 12pt;
}

#imgEnv.land {
    min-height: unset;
    height: 250px;
    width: auto;
    object-fit: cover;
}

#imgEnv.portrait {
    min-height: 237px;
    display: none;
}

.gridValeur {
    display: grid;
    margin: 50px 100px;
    grid-template-columns: 50% 50px 50%;
    grid-template-rows: auto;
    grid-template-areas: "texteTop texteTop texteTop"
        "titre1 vide illus1"
        "texte1 vide illus1"
        "texte2 vide illus1"
        "texte3 vide illus1"
        "illus2 vide titre2"
        "illus2 vide texte4"
        "illus2 vide texte5"
        "illus2 vide texte6";
    row-gap: 47px;
    justify-items: center;
}


.gdIllus {
    justify-self: center;
    align-self: center;
}

.gdIllusPort {
    display: none;
}

.gdIllus1 {
    grid-area: illus1;
    margin-bottom: 80px;
}

.gdIllus2 {
    grid-area: illus2;
}

.gdTextTop {
    grid-area: texteTop;
    /* margin: 0 100px; */
    width: 70%;
    justify-self: center;
    text-align: center;
    font-size: 13px;
}

.gdText1 {
    grid-area: texte1;
}

.gdText2 {
    grid-area: texte2;
}

.gdText3 {
    grid-area: texte3;
    margin-bottom: 80px;
}

.gdText4 {
    grid-area: texte4;
}

.gdText5 {
    grid-area: texte5;
}

.gdText6 {
    grid-area: texte6;
}

.gdTitre1 {
    grid-area: titre1;
}

.gdTitre2 {
    grid-area: titre2;
}

.gdtitre .par {
    flex: 1;
}

.gdtitre {
    padding-left: 25px;
    width: 402px;
}

.gdtxt.gdTextTop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;

}

.gdtxt.par {
    background-color: #F7F7F7;
    border-radius: 19px;
    padding: 25px;
    width: 402px;
    align-items: center;
    font-size: 13px;
    font-family: 'SansationLight';
}

.gdtxt.par b {
    font-family: 'SansationBold';
    font-weight: 500;
}

.gdtxt .parblanc {
    /* background-color: #F7F7F7; */
    border-radius: 19px;
    padding: 25px;
    width: auto;
    align-items: center;
    font-size: 13px;
    font-family: 'SansationLight';
}

.gdtxt.parblanc b {
    font-family: 'SansationBold';
    font-weight: 500;
}

.gdtitre .par {
    font-family: 'SansationBold';
    font-weight: 500;
}

.gdtitre {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.gdtitre .pic {
    margin: 0 33px;
}


.gdtxt ul {
    list-style: '•  ';
    padding-left: 10px;
}

@media all and (max-width: 980px) {
    #imgEnv.land {
        min-height: unset;
        height: 237px;
        width: auto;
        display: none;
    }

    #imgEnv.portrait {
        height: 237px;
        min-height: unset;
        width: 100%;
        display: block;
        object-fit: cover;
    }

    .gridValeur {
        display: grid;
        margin: 50px 0;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas: "texteTop"
            "illus1port"
            "titre1"
            "texte1"
            "texte2"
            "texte3"
            "illus2port"
            "titre2"
            "texte4"
            "texte5"
            "texte6";
        row-gap: 47px;
        justify-items: center;
    }

    .gdIllus1Port {
        grid-area: illus1port;

    }

    .gdIllus2Port {
        grid-area: illus2port;

    }

    .gdtitre {
        justify-content: center;
    }

    .gdtitre .par {
        flex: unset;
    }

    .gdIllus {
        display: none;
    }

    .gdIllusPort {
        justify-self: center;
        align-self: center;
        display: unset;
        width: 100%;
    }

    .gdIllusPort img {
        width: 100%;
        object-fit: contain;
    }

    h2.textinside {
        width: 291px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 180px;
        padding: 25px 75px;
        font-size: 24px;
        font-family: 'SansationBold';
        text-align: center;
    }

    h2.textinside div {
        margin: 10px 0;
    }
}

@media all and (max-width: 640px) {

    .adapt-content {
        width: 80%;
    }

    .gdtxt {
        padding: 10%;

    }

    .gdtxt.par {
        width: 80%;
    }

    h2.textinside {
        width: 70%;
        padding: 25px;
    }

    .gdtitre {
        width: unset;
    }
}