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

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

.bloc1>div:not(:last-child) {
    margin-right: 20px;
}

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

    .bloc1 {
        display: block !important;
    }

    .bloc1>div {
        display: flex !important;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        justify-content: center;
    }

    .bloc1>div figure {}
}

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

.bloc2 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.bloc2>div {}

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

    .bloc2>div {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .bloc2>div:nth-child(2) {
        display: none;
    }
}


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

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

.bloc3>figure {
    width: 100%;
    overflow: hidden;
}

.bloc3>figure img {}

.bloc3>div {
    position: absolute;
    left: 78%;
    top: 30%;
}

.bloc3>div p {
    margin: 0;
    width: fit-content;
    background-color: var(--orange);
    color: #fff;
    padding: 3px 20px;
    margin-bottom: 10px;
}

.bloc3>div ul {
    margin-left: 0;
}

.bloc3>div li {
    list-style-type: none;
    margin-bottom: 7px;
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
    text-align: left;
    line-height: 1.2;
}

.bloc3>div li a {
    display: inline-block;
    padding: 2px 2px;
    font-size: 16px;
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    cursor: pointer;
}

.bloc3>div li a:before {
    content: '';
    display: none;
    vertical-align: top;
    margin-top: 4px;
    width: 12px;
    height: 12px;
    background-color: var(--orange);
    margin-right: 5px;
    border-radius: 50%;
}

.bloc3>div li a:hover:before {
    display: inline-block;
}


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

    .bloc3>div {
        position: relative;
        left: initial;
        top: initial;
    }

    .bloc3>div p {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    
    .bloc3>div li {
        text-align: center;
    }

    .bloc3>figure img {
        width: 130%;
    }
        
}


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

.bloc4 {
    position: relative;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.bloc4>figure {
    width: 100%;
}

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

.bloc4>div {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    align-content: center;
    flex-direction: row !important;
}

.bloc4>div ul {
    display: flex;
    width: calc(100% / 3);
    height: 70%;
    margin-left: 0;
    margin-right: 0;
    list-style-type: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.bloc4>div ul li {
    display: block;
    text-align: center;
    list-style-type: none;
    margin-bottom: 30px;
    line-height: 1;
    margin-left: initial;
    margin-right: initial;
    max-width: initial;
}

.bloc4>div ul li a {
    display: block;
    font-family: 'roboto-regular';
    font-size: 30px;
    color: #a59890;
    text-decoration: none;
}

.bloc4>div ul:nth-child(1) {}

.bloc4>div ul:nth-child(2) {
    padding-top: 260px;
}

.bloc5 {
    text-align: center !important;
    margin-bottom: 40px !important;
    font-size: 19px !important;
    line-height: 1.4 !important;
    color: #000;
    max-width: 710px !important;
}

.bloc6 {
    position: relative;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.bloc6>figure {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

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

.bloc6>div {
    position: absolute;
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
    min-width: 450px;
}

.bloc6>div:nth-child(2) {
    left: 5%;
    top: 10%;
}

.bloc6>div:nth-child(3) {
    right: 5%;
    bottom: 5%;
}

.bloc6>div h3 {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 22px;
}

.bloc6>div h3:before {
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    margin-bottom: 10px;
    background-color: var(--orange);
}

.bloc6>div ul {
    display: block;
    list-style-type: none;
    margin: 0;
    margin-top: 10px;
    margin-left: 0px;
}

.bloc6>div li {
    margin: 0;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1;
}

.bloc7 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.bloc7 p {
    margin: 0;
    margin-bottom: 16px;
    /* font-family: 'futura'; */
    font-size: 16px;
}

.bloc7 h3 {
    margin: 0;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 20px;
}

.bloc7 ul {    
    margin: 0;
    border-radius: 10px;
    padding-left: 30px;
}

.bloc7 li {
    /* font-family: 'futura'; */
    list-style-type: none;
    position: relative;
    line-height: 1.3;
    font-size: 16px;
    margin-bottom: 10px;
}

.bloc7 li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    left: -20px;
    width: 6px;
    height: 6px;
    background-color: var(--rouge);
    border-radius: 50%;
}

.bloc7>div {
    display: block;
    position: relative;
    padding: 40px;
    padding-top: 0px;
    margin: 0;
    margin-bottom: 70px;
    background-color: #fff;
    border-radius: 10px;
    /* width: 80%; */
    /* max-width: 680px; */
}

.bloc7>div:nth-child(n) {
    /* margin-right: auto; */
}

.bloc7>div:nth-child(2n) {
    /* margin-left: auto; */
    /* margin-right: initial; */
}

.bloc7>div>p:first-child {
    font-size: 55px;
    font-style: italic;
    line-height: 1.1;
    margin-top: -40px;
    font-family: 'roboto-regular';
}

.bloc7>div>p:first-child:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--orange);
    margin-top: 5px;
}

.bloc7>div:nth-child(2n)>p:nth-child(1) {
    text-align: right;
}

.bloc7>div:nth-child(2n)>p:nth-child(1):after {
    margin-left: auto;
}


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

    .bloc4>div ul li {
        margin-bottom: 20px;
    }

    .bloc4>div ul li a {
        font-size: 20px;
    }

    .bloc4>div ul:nth-child(2) {
        padding-top: 200px;
    }

}


.bloc8 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}

.bloc8>div {
    display: block;
    position: relative;
    width: 100%;
}

.bloc8>div:nth-child(1) {}


.bloc8>div:nth-child(1) h2 {        
    font-size: 28px;
    font-family: 'futura';
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.bloc8>div:nth-child(2) {
    display: block;
    position: relative;
}

.bloc8>div:nth-child(2)>div {
    display: inline-block;
    position: relative;
    width: 30%;
}

.bloc8>div:nth-child(2)>div figure {
    position: relative;
    z-index: 1;
}

.bloc8>div:nth-child(2)>div p {
    display: block;
    position: absolute;
    z-index: 2;
    width: 230px;
    padding: 10px 10px;
    background-color: #807773;
    color: #fff;
    top: 45%;
    left: 15%;
    font-size: 14px;
}


.bloc8>div:nth-child(2)>div:nth-child(1) {}

.bloc8>div:nth-child(2)>div:nth-child(1) figure {}

.bloc8>div:nth-child(2)>div:nth-child(1) p {}


.bloc8>div:nth-child(2)>div:nth-child(2) {
    margin-left: -8%;
}

.bloc8>div:nth-child(2)>div:nth-child(2) figure {
}

.bloc8>div:nth-child(2)>div:nth-child(2) p {}



.bloc8>div:nth-child(2)>div:nth-child(3) {
    margin-left: -8%;
}

.bloc8>div:nth-child(2)>div:nth-child(3) figure {}

.bloc8>div:nth-child(2)>div:nth-child(3) p {}


.bloc8>div:nth-child(2)>div:nth-child(4) {
    margin-left: -8%;
}

.bloc8>div:nth-child(2)>div:nth-child(4) figure {}

.bloc8>div:nth-child(2)>div:nth-child(4) p {}


.bloc9 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.bloc9>div {
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
}

.bloc9>div:nth-child(1) {    
}

.bloc9>div:nth-child(2) {margin-top: 1%;}

.bloc9>div>figure {
    position: relative;
    width: 50%;
}

.bloc9>div:nth-child(1)>figure:nth-child(2) {
    margin-left: 1%;
}

.bloc9>div:nth-child(2)>figure:nth-child(2) {
    left: 53%;
    top: 5%;
    position: absolute;
}

.bloc9>figure img {

}

.bloc9>p {
    position: absolute;
    z-index: 2;
    text-align: center;
    line-height: 1.3;
    background-color: #fff;
    padding: 12px 10px;
    min-width: 50%;
    margin: 0;
    color: #444;
    font-size: 16px;
}

.bloc9>p:nth-child(3) {
    top: 18%;
    left: 32%;
}

.bloc9>p:nth-child(4) {
    top: 36%;
    left: 18%;
}

.bloc9>p:nth-child(5) {
    top: 58%;
    left: 30%;
}

.bloc9>p:nth-child(6) {
    top: 76%;
    left: 20%;
}




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

    .bloc8>div:nth-child(2) {
        /* width: 65%; */
        margin-left: auto;
        margin-right: auto;
        max-width: 660px;
        overflow: hidden;
    }
    
    .bloc8>div:nth-child(2)>div {
        width: 50%;
        margin-bottom: 40px;
    }

    .bloc8>div:nth-child(2)>div:nth-child(3) {
        margin-left: 0%;
    }

}