
.bloc1 {
    position: relative;
    display: block !important;
    max-width: 950px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bloc1>p {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 50px;
    width: 40%;
    max-width: 440px;
    background-color: #000;
    color: #a59890;
    text-align: center;
    line-height: 1.5;
    font-size: 17px;
}

.bloc1 figure img {
    max-width: initial;
}


@media screen and (max-width:1000px) {
    .bloc1>p {
        font-size: 16px;
        padding-bottom: 70px;    
    }
}


@media screen and (max-width:850px) {
    .bloc1>p {
        position: relative;
        width: 100%;
        max-width: initial;
        margin-top: 40px;
        top: initial;
    }
}


.bloc2 {
    text-align: center !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    color: var(--orange) !important;
    max-width: 690px !important;
    text-transform: uppercase;
}


.bloc3 {
    display: block;
    position: relative;
    max-width: var(--standard-max-width);
    margin-left: auto;
    margin-right: auto;
}

.bloc3>figure {
    position: relative;
    z-index: 1;
}

.bloc3>p {
    position: absolute !important;
    z-index: 2;
    top: 60%;
    left: 50%;
    width: 50% !important;
    max-width: 60% !important;
}

@media screen and (max-width:750px) {    

    .bloc3>p {
        position: relative !important;
        left: initial;
        top: initial;
        width: initial !important;
        max-width: initial !important;
    }
}


.bloc4 {
    display: block !important;
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.bloc4>figure {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.bloc4>figure img {
    max-width: initial;
}

.bloc4>div:nth-child(2) {
    display: block;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    z-index: 2;
}

.bloc4>div:nth-child(2) h2 {}

.bloc4>div:nth-child(3) {
    display: block;
    position: relative;
    margin-top: -18%;
    margin-left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #000;
    padding: 40px;
    width: 510px;
}

.bloc4>div:nth-child(3) p:nth-child(1) {
    color: #a59890;
    text-align: center;
    text-transform: uppercase;
    max-width: 240px;
}

.bloc4>div:nth-child(3) p:nth-child(2) {
    color: var(--orange);
    text-align: center;
    font-size: 50px;
    line-height: 1;
}

.bloc4>div:nth-child(3) p:nth-child(3) {
    color: #a59890;
    text-align: center;
    text-transform: uppercase;
    max-width: 220px;
}

@media screen and (max-width:650px) {

    .bloc4>div:nth-child(3) {
        margin: 0;
        margin-top: 60px;
        transform: initial;
        width: 100%;
    }  

    .bloc4>div:nth-child(2) {
        position: relative;
    }
}



.bloc18 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e6e4db;
    padding: 50px;
}

.bloc18 p {    
}

.bloc18 h3 {
    text-align: left;
    font-family: 'roboto-semi-bold';
    text-transform: none;
}


.bloc20 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.bloc20 figure {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}

.bloc20 figure:before {
    content: '';
    float: left;
    padding-top: 50%;
}

.bloc20 figure img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    max-width: initial;
}

.bloc20 p {
    position: relative;
    padding: 40px;
    background-color: #000;
    z-index: 2;
    margin-top: -110px !important;
    width: 60%;
    color: #c3b0a1;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
}


@media screen and (max-width:700px) {
    
    .bloc20 p {
        width: 100%;
        margin-top: 20px;
    }

}



.bloc21 {
    display: block !important;
    position: relative;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.bloc21 figure {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

.bloc21 figure::before {
    content: '';
    float: left;
    padding-top: 50%;
}

.bloc21 figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}

.bloc21 p {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: -20% !important;
    background-color: #000;
    width: 50%;
    padding: 60px 30px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-left: 40% !important;
    color: #c3b0a1;
}

.bloc21 p strong {
    display: block;
    font-size: 45px;
    line-height: 0.9;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: 'roboto-regular';
    color: var(--orange);
}

@media screen and (max-width:700px) {
    
    .bloc21 p {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 20px !important;
    }
}