.bloc1 {
    display: block;
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.bloc1 figure {
    display: inline-block;
    position: relative;
    width: 90%;
}


.bloc1>div:nth-child(2) {
    display: inline-block;
    position: absolute;
    top: 34%;
    left: 2%;
    width: 40%;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 15px;
    min-height: 270px;
}

.bloc1>div:nth-child(2) * {
    margin: 0;
    padding: 0;
    font-size: 0;
    font-weight: normal;
    text-transform: none;
    font-family: 'roboto-regular';
    text-align: initial;
}

.bloc1>div:nth-child(2)>p:nth-child(1) {
    font-size: 20px;
    color: #ff4200;
    text-align: center;
}

.bloc1>div:nth-child(2)>p:nth-child(2) {
    display: block;
    position: relative;
    font-size: 70px;
    color: #000;
    line-height: 0.8;
    width: 260px;
    margin-top: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bloc1>div:nth-child(2)>p:nth-child(3) {
    text-align: center;
    margin-top: 60px;
}


.bloc1>div:nth-child(3) {
    padding-top: 30px;
    width: 55%;
    margin-left: 47%;
}

.bloc1>div:nth-child(3) p:nth-child(2) {
    font-size: 28px;
    text-align: center;
    line-height: 1;
    max-width: 380px;
    margin-bottom: 40px;
}

.bloc1>div:nth-child(2)>p:nth-child(3) {
    font-size: 16px;
    text-align: center;
}




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

    .bloc1>div:nth-child(2) {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        margin-top: 20px;
        min-height: auto;
        padding-bottom: 30px;
    }
    
    .bloc1 figure {
        width: 100%;
    }
    
    .bloc1>div:nth-child(3) {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }

}



.bloc2 {
    display: flex;
    max-width: var(--standard-max-width);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.bloc2 figure {
    width: 60%;
}

.bloc2 p {
    width: 40%;
    padding-left: 30px;
}



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

    .bloc2 {
    display: block !important;
    }

    .bloc2 figure {
    width: 100%;
    }

    .bloc2 p {
    width: 100%;
    padding: 0;
    }
}


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

.bloc3 {
    display: block !important;
    width: 100%;
    margin-left: initial;
    margin-right: initial;
    font-size: 0;
    margin-bottom: 40px;
}

.bloc3 h2 {
    display: block;
    position: relative;
    text-align: left;
    margin-left: initial;
    margin-right: initial;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

.bloc3 h2:before {
    content: '';
    display: block;
    height: 2px;
    width: 50px;
    background-color: var(--orange);
    margin-bottom: 20px;
}

.bloc3 p {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

.bloc3 .sub {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 60%;
    padding: 40px 40px;
    background-color: #fff;
    border-radius: 20px;
}

.bloc3 figure {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 40%;
    padding-left: 20px;
}

.bloc3 figure img {
    width: 100%;
    margin-left: initial;
    margin-right: initial;
}


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

    .bloc3 {
       
    }
    
    .bloc3 h2 {
       
    }
    
    .bloc3 h2:before {
        
    }
    
    .bloc3 p {
        
    }
    
    .bloc3 .sub {
        width: 100%;
        padding: 0;
    }
    
    .bloc3 figure {  
     
    }
    
    .bloc3 figure img {
        
    }
    
}


.bloc4 {
    display: block !important;
    width: 100%;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 40px;
}

.bloc4 h2 {
    text-align: left;
    margin-left: initial;
    margin-right: initial;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.bloc4 h2:before {
    content: '';
    display: block;
    height: 2px;
    width: 50px;
    background-color: var(--orange);
    margin-bottom: 20px;
}

.bloc4 p {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.bloc4 .sub {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 60%;
}

.bloc4 figure {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 40%;
    padding-right: 20px;
}

.bloc4 figure img {
    width: 100%;
    margin-left: initial;
    margin-right: initial;
}


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


    .bloc4 {
        
    }

    .bloc4 h2 {
       width: 100%;
    }

    .bloc4 h2:before {
       
    }

    .bloc4 p {
       
    }

    .bloc4 .sub {
       width: 100%;
       margin-top: 30px;
    }

    .bloc4 figure {
       width: 100%;
       max-width: 300px;
       margin-left: auto;
       margin-right: auto;
       display: block;
    }

    .bloc4 figure img {
       
    }

}


.bloc5 {    
    margin-top: -60px;
    background-color: #f8f7f8;
    border-radius: 10px;
    padding: 30px;
}

.bloc5 p:nth-child(1) {
    color: var(--orange);
}

.bloc5 p:nth-child(2) {
    font-size: 40px;
    line-height: 1;
    text-align: center;
}

.bloc5 p:nth-child(3) {
    text-align: center;
}

.bloc6 {    
    margin-top: -150px;
    background-color: #fff;
    padding: 20px;    
    border-radius: 20px;    
}

.bloc6 p:nth-child(1) {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    max-width: 300px;
}
.bloc6 p:nth-child(1) strong {
    font-family: 'roboto-regular';
    font-weight: normal;
}


.bloc6 p:nth-child(2) {
    text-align: center;
    padding: 0px 20px;
}


.bloc7 {
    display: flex;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.bloc7>div {
    width: 45%;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
}

.bloc7>div>p:nth-child(1) {
    color: var(--orange);
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
}

.bloc7>div>p:nth-child(2) {
    font-size: 70px;
    line-height: 1;
}

.bloc7>div>p:nth-child(3) {
    text-align: center;
}

.bloc7>figure {
    padding: 0px;
    width: 45%;
}


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

    .bloc7 {
       display: block !important;
    }
    
    .bloc7>div {
       width: 100%;
    }
    
    .bloc7>div>p:nth-child(1) {
       
    }
    
    .bloc7>div>p:nth-child(2) {
        
    }
    
    .bloc7>div>p:nth-child(3) {
        
    }
    
    .bloc7>figure {
       width: 100%;
    }
    

}

