
/* ------------ .bloc1 ------------ */

.bloc1 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}


/* ------------ .bloc2 ------------ */

.bloc2 {
    font-size: 20px !important;
    font-family: 'futura' !important;
    max-width: 510px !important;
}

.bloc2 strong {
    display: block;
    text-transform: initial;
    font-size: 60px;
    font-family: 'roboto-regular';
    font-weight: 100;
    color: var(--orange);
    max-width: 460px;
    line-height: 0.9;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/* ------------ .bloc3 ------------ */

.bloc3 {
    display: block;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.bloc3>div{
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.bloc3>div>* {
    width: 50%;
    height: 100%;
}

.bloc3>div>*::before {
    content: '';
    float: left;
    padding-top: 75%;
    width: 0 !important;
}

.bloc3>div>p {
    padding: 20px;
    padding-right: 50px;
    padding-top: 8%;
    font-size: 14px;
}

.bloc3>div>figure {
    position: relative;
}

.bloc3>div>figure>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    
}

.bloc3>figure {
    position: absolute;
    z-index: 3;
    width: 50%;
    left: 25%;
    top: 40%;
    transform: translateY(-50%);
}

.bloc3 .sub-bloc-1 {
    position: relative;
    background-color: #000;
    padding: 40px;
}

.bloc3 .sub-bloc-1 figure {
    position: absolute;
    max-width: 80px;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
}

.bloc3 .sub-bloc-1 p {
    position: absolute;
    top: calc(15%  + 80px);
    left: 40px;
    width: calc(100% - 80px) !important;
    color: #bba89e;
    font-size: 14px;
    margin: 0;
}  

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

    .bloc3>div{
        display: block;
        width: 100%;
        align-items: flex-end;
        flex-direction: column;
    }
    
    .bloc3>div>* {
        width: 100%;
        height: 100%;
    }

    .bloc3>div>*::before {
        padding-top: 0;
    }    
        
    .bloc3 .sub-bloc-1 figure {
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .bloc3 .sub-bloc-1 p {
        position: relative;
        top: initial;
        width: initial;
    }

    .bloc3>div>figure {
        margin-bottom: 10px;
    }

    .bloc3>div>figure>img {
        height: auto;
        object-fit: initial;
    }
    
    .bloc3 .sub-bloc-1 figure {
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .bloc3 .sub-bloc-1 p {
        position: relative;
        top: initial;
        width: initial;
    }

    .bloc3>div>figure {
        display: block;
        margin-bottom: 10px;
        height: auto;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .bloc3>div>figure>img {
        height: auto;
        object-fit: initial;
        position: relative;
    }    

    .bloc3>figure {
        display: none;
    }
}


/* ------------ .bloc4 ------------ */

.bloc4 {
    align-items: center !important;
}

.bloc4 p {
    font-size: 28px;
    color: var(--orange);
    line-height: 1.2;
    max-width: 720px;
    margin-bottom: 40px;
}


/* ------------ .bloc5 ------------ */

.bloc5 {
    display: block !important;
    position: relative;
    max-width: var(--standard-max-width);
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.bloc5>figure {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.bloc5>figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.bloc5>ul {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    margin: 0;
    list-style-type: none;
    padding-top: 10%;
    padding-bottom: 10%;
}

.bloc5 li {
    display: block;
    position: relative;
    padding: 30px;
    padding-top: 20px;
    background-color: #fff;
    font-size: 16px;
    width: 70%;
    margin: 0;
    margin-left: 15%;
    margin-bottom: 5%;
    border-radius: 10px;
}

.bloc5 li br {
    display: none;
}

.bloc5 li:last-child {
    margin-bottom: 0;
}


.bloc5 li strong:first-child {
    display: block;
    text-align: center;
    font-size: 35px;
    font-weight: normal;
    font-family: 'roboto-regular';
    font-style: italic;
    line-height: 1;
    margin-bottom: 10px;    
}

.bloc5 li strong:first-child:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    margin-right: 20px;
    background-color: var(--orange);
    vertical-align: middle;
}


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

    .bloc5 li {           
        width: 90%;
        margin: 0;
        margin-left: 5%;
        margin-bottom: 5%;        
    }

}

/* ------------ .bloc6 ------------ */

.bloc6 {
    display: block;
    position: relative;
    max-width: 630px !important;
    background-color: var(--orange);
    color: #fff !important;
    padding: 50px 50px;
    font-family: 'roboto-regular' !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    border-radius: 20px;
    margin-top: -40px;
    z-index: 2;
}

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

    .bloc6 {       
        margin-top: 30px;        
    }

}

/* ------------ .bloc7 ------------ */

.bloc7 {
    font-size: 22px !important;
    color: var(--orange) !important;
    line-height: 1.3 !important;
}


/* ------------ .bloc8 ------------ */

.bloc8 {
    display: block !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    
}

.bloc8 li {
    display: block;
    position: relative;
    padding: 30px;
    padding-top: 45px;
    margin-bottom: 70px; 
    border-radius: 10px;
    background-color: #fff;

    font-family: 'futura';
    font-size: 22px;
    line-height: 1.3;
    
}

.bloc8 li:before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 35px;   
    font-family: 'roboto-regular';
    font-size: 60px;
    font-style: italic;
}

.bloc8 li:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 35px;
    width: 40px;
    height: 2px;
    background-color: var(--orange);
}

.bloc8 li:nth-child(2n):before {
    left: initial;
    right: 35px;
}


.bloc8 li:nth-child(1):before {
    content: '1'
}

.bloc8 li:nth-child(2):before {
    content: '2'
}

.bloc8 li:nth-child(3):before {
    content: '3'
}

.bloc8 li:nth-child(4):before {
    content: '4'
}

.bloc8 li:nth-child(5):before {
    content: '5'
}

.bloc8 li:nth-child(2n):after {
    left: initial;
    right: 35px;
}


.bloc9 {
    max-width: var(--standard-max-width);
    margin-left: auto;
    margin-right: auto;
}

.bloc9 p {
    margin: 0;
    width: 60%;
    margin-left: 40% !important;
    margin-bottom: 20px !important;
}

@media screen and (max-width:750px) {
    .bloc9 p {
        width: 100%;
        margin-left: 0% !important;
    }
    
}




/* ------------ .bloc10 ------------ */

.bloc10 {
    display: block !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    
}

.bloc10 li {
    display: block;
    position: relative;
    padding: 30px;
    padding-top: 45px;
    margin-bottom: 70px; 
    border-radius: 10px;
    background-color: #fff;

    font-family: 'futura' !important;
    font-size: 20px;
    letter-spacing: 0.02em !important;
    line-height: 1.3;
    
}

.bloc10 li strong {
    font-family: inherit;    
}

.bloc10 li:before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 35px;   
    font-family: 'roboto-regular';
    font-size: 60px;
    font-style: italic;
}

.bloc10 li:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 35px;
    width: 40px;
    height: 2px;
    background-color: var(--orange);
}

.bloc10 li:nth-child(2n):before {
    left: initial;
    right: 35px;
}


.bloc10 li:nth-child(1):before {
    content: '1'
}

.bloc10 li:nth-child(2):before {
    content: '2'
}

.bloc10 li:nth-child(3):before {
    content: '3'
}

.bloc10 li:nth-child(4):before {
    content: '4'
}

.bloc10 li:nth-child(5):before {
    content: '5'
}

.bloc10 li:nth-child(2n):after {
    left: initial;
    right: 35px;
}
