
/* Debut Main */

#bloc_services {
    margin: 72px 0px 0px;
    text-align: center;
}

#sous_bloc_services {
    padding: 0 6.2%;
    margin-top: 58px;
}

#bloc_services h1 {
    text-align: center;
    font: 30px/39px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    color: #28AACF;
    margin-bottom: 0;
    text-transform: uppercase;
}

#bloc_services hr {
    width: 7vw;
    margin-top: 3px;
    background-color: #F68438;
    margin-bottom: 15px;
    height: 1px;
}

.service {
    background: #F6883F 0% 0% no-repeat padding-box;
    border-radius: 17px;
    padding: 41px 61px;
    margin-bottom: 70px;
}

.en_tete {
    display: flex;
    flex-direction: column;
}

.service .en_tete h2 {
    text-align: left;
    font: 25px/33px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    color: #FFFFFF;
}

#sous_bloc_services .en_tete hr {
    text-align: left;
    font: 25px/33px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    background-color: #FFFFFF;
    margin: 0;
    margin-bottom: 25px;
    height: 2px;
    display: inline-block;
    width: 13vw;
}

.main_service .bloc_flotant {
    float: left;
    margin-right: 37px;
    width: auto;
    display: contents;
}

.main_service div .image_service {
    max-height: 930px;
    max-width: 30%;
    margin-right: 1rem;
    float: left;
}

.main_service:after {
    content: "";
    clear: both;
    display: table;
}

.main_service {
    text-align: justify;
    font: 16px/21px "Muli";
    font-weight: 100;
    letter-spacing: 0;
    color: #FFFFFF;
}

.service li {
    list-style: none;
    margin-top: 18px;
}

.service ul>li:first-child {
    margin-top: 0px;
}

.service li::before {
    content: " ";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 4.5px;
    background-color: #FFFFFF;
    margin-right: 2.8%;
}

.main_service h3 {
    text-align: left;
    font: 16px/21px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    color: #FFFFFF;
}

#sous_bloc_services .main_service hr {
    text-align: left;
    font: 25px/33px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    background-color: #FFFFFF;
    margin: 0;
    margin-bottom: 25px;
    height: 2px;
    display: inline-block;
    width: 13vw;
}

@media only screen and (min-width: 0px) and (max-width: 888px) {
    .main_service .bloc_flotant {
        float: unset;
        width: 100%;
        margin-bottom: 20px;
    }
    .main_service .image_service {
        width: 100%;
    }
    .service {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    #sous_bloc_services {
        padding: 0 2%;
        margin-top: 58px;
    }
    #bloc_services h1,
    #bloc_services h2,
    #bloc_services h3 {
        text-align: center !important;
    }
    #bloc_services hr {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #bloc_services ul {
        padding-left: 2vw;
    }
    #bloc_services ul li:after {
        margin-right: 3%;
    }
    .service {
        border-radius: unset;
    }
    .service hr {
        display: block !important;
        margin-bottom: 20px !important;
    }

    #bloc_arrow{
        display: none !important;
    }
}

.service:nth-child(3) {
    background-color: #0EA6D2;
}

#bloc_services {
    margin: 72px 0px 0px;
    text-align: center;
}

#sous_bloc_services {
    padding: 0 6.2%;
    margin-top: 58px;
}

#bloc_services h1 {
    text-align: center;
    font: 30px/39px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    color: #28AACF;
    margin-bottom: 0;
    text-transform: uppercase;
}

#bloc_services hr {
    width: 7vw;
    margin-top: 3px;
    background-color: #F68438;
    margin-bottom: 15px;
    height: 1px;
}

.service {
    background: #F6883F 0% 0% no-repeat padding-box;
    border-radius: 17px;
    padding: 41px 61px;
    margin-bottom: 70px;
}

.en_tete {
    display: flex;
    flex-direction: column;
}

.service .en_tete h2 {
    text-align: left;
    font: 25px/33px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    color: #FFFFFF;
}

#sous_bloc_services .en_tete hr {
    text-align: left;
    font: 25px/33px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    background-color: #FFFFFF;
    margin: 0;
    margin-bottom: 25px;
    height: 2px;
    display: inline-block;
    width: 13vw;
}

.main_service .bloc_flotant {
    float: left;
    margin-right: 37px;
}

.main_service div .image_service {
    max-height: 930px;
}

.main_service:after {
    content: "";
    clear: both;
    display: table;
}

.main_service {
    text-align: justify;
    font: 16px/21px "Muli";
    font-weight: 100;
    letter-spacing: 0;
    color: #FFFFFF;
}

.service li {
    list-style: none;
    margin-top: 18px;
}

.service ul>li:first-child {
    margin-top: 0px;
}

.service li::before {
    content: " ";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 4.5px;
    background-color: #FFFFFF;
    margin-right: 2.8%;
}

.main_service h3 {
    text-align: left;
    font: 16px/21px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    color: #FFFFFF;
}

#sous_bloc_services .main_service hr {
    text-align: left;
    font: 25px/33px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    background-color: #FFFFFF;
    margin: 0;
    margin-bottom: 25px;
    height: 2px;
    display: inline-block;
    width: 13vw;
}

.hr_intro {
    margin-bottom: 13px !important;
}

.intro_para {
    margin-top: -13px;
    margin-bottom: -3px;
}

.table_type_1 {
    margin: 0px 1%;
    /* margin-bottom: 24px; */
}

.table_type_1 th {
    text-align: left;
    font: 14px/19px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    color: #FFFFFF;
    width: 50%;
}

.table_type_1 td {
    text-align: left;
    width: 50%;
    vertical-align: baseline;
    padding-right: 8%;
    padding-top: 14px;
}

.table_type_1 th>span {
    display: inline-block;
    /* width: fit-content; */
}

.table_type_1 th>span span {
    display: block;
    text-align: center;
    /* width: fit-content; */
}

.service:nth-child(2) {
    background-color: #42AE4D;
}

.blocus_float {
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.45);
    padding: 0 2.5vw;
    margin-top: 0px;
    padding-bottom: 23px;
}

.contenair_table_2::before {
    content: "";
    display: table;
    clear: both;
    margin-top: 35px;
}

.blocus_float::before {
    content: "";
    display: table;
    clear: both;
    margin-top: 35px;
}

.table_type_2 {
    border: none;
    width: 100%;
    margin-top: 40px;
}

.table_type_2 th {
    font: 16px/21px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    color: #000000;
    border: none;
    border-right: 2px solid #707070;
    width: 10.54%;
    height: 70px;
    /* padding: 10px 1vw; */
    text-align: center;
    vertical-align: middle;
}

.table_type_2 td {
    font: 16px/21px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    color: #000000;
    border: none;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    width: 10.54%;
    height: 70px;
    /* padding: 10px 1vw; */
    text-align: center;
    vertical-align: middle;
}

.table_type_2 th:first-child {
    width: 22.3%;
    text-align: left !important;
}

.table_type_2 td:first-child {
    width: 22.3%;
    text-align: left !important;
    vertical-align: bottom;
}

.contenair_table_2 .note_b {
    text-align: left;
    font: 16px/21px "Muli";
    font-weight: 300;
    letter-spacing: 0;
    color: #000000;
    margin-top: 35px;
}

@media only screen and (min-width: 0px) and (max-width: 888px) {
    .main_service .bloc_flotant {
        float: unset;
        width: 100%;
        margin-bottom: 20px;
    }
    .main_service .image_service {
        width: 100%;
    }
    .service {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    #sous_bloc_services {
        padding: 0 2%;
        margin-top: 58px;
    }
    #bloc_services h1,
    #bloc_services h2,
    #bloc_services h3 {
        text-align: center !important;
    }
    #bloc_services hr {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #bloc_services ul {
        padding-left: 2vw;
    }
    #bloc_services ul li:after {
        margin-right: 3%;
    }
    .service {
        border-radius: unset;
    }
    .service hr {
        display: block !important;
        margin-bottom: 20px !important;
    }
    .table_type_1 td {
        text-align: left;
        padding: 0 2%;
    }
    .table_type_1 th {
        text-align: center;
    }
    .table_type_1 th>span {
        display: inline-block;
        /* width: fit-content; */
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .table_type_2 th {
        font: 10px/13px "Muli";
        font-weight: 900;
    }
    .table_type_2 td {
        font: 10px/13px "Muli";
        font-weight: 900;
    }
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
    .table_type_2 th {
        font: 9px/13px "Muli";
        font-weight: 900;
    }
    .table_type_2 td {
        font: 7px/13px "Muli";
        font-weight: 900;
    }
}

.service:nth-child(3) {
    background-color: #0EA6D2;
}

.bloc_total {
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 2.5%;
}

.sous_bloc_total::before {
    content: "";
    display: table;
    clear: both;
    margin-top: 50px;
}

.sous_bloc_total {
    width: 26%;
}

.sous_contain_table_3 {
    background-color: rgba(255, 255, 255, 0.45);
    *text-align: left;
    font: 16px/21px "Muli";
    font-weight: 300;
    letter-spacing: 0;
    color: #000000;
    padding: 25px 34px;
    margin-top: 36px;
    margin-bottom: 59px;
}

.sous_contain_table_3:last-child {
    margin-bottom: unset
}

.contain_table_type_3 h3 {
    margin-left: 25px;
    margin-top: 44px;
}

.sous_contain_table_3 h4 {
    font: 16px/21px "Muli";
    font-weight: 900;
    letter-spacing: 0;
    color: #000000;
    margin-top: 0;
}

.contain_table_type_3 table {
    width: 100%;
}

.contain_table_type_3 table th {
    border: 2px solid #000000;
    border-top: none;
    text-align: center;
    height: 36px;
}

.contain_table_type_3 table td {
    border: 2px solid #000000;
    text-align: center;
    height: 46px;
    width: 17%;
}

.contain_table_type_3 table tr td:first-child {
    border-left: none;
    text-align: left;
    width: 22%;
    border-top: none;
    border-bottom: none;
}

.contain_table_type_3 table tr td:last-child {
    border-right: none;
    width: 27%;
    border-top: none;
    border-bottom: none;
}

.contain_table_type_3 table tr:last-child td {
    border-bottom: none;
}

.contain_table_type_3 table tr th:first-child {
    border-left: none;
    text-align-last: left;
}

.contain_table_type_3 table tr th:last-child {
    border-right: none;
}

.contain_table_type_3 table tr:nth-child(2) td {
    font-weight: 900;
}

.contain_table_type_3 table tr th:nth-child(2) {
    width: 50%;
}

.consigne_3 {
    margin-top: 20px;
}

.contain_table_type_3 .bloc_nb {
    font-weight: 900;
    margin-top: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 888px) {
    .bloc_total {
        clear: both;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 1.5%;
    }
    .sous_bloc_total {
        width: 30%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 650PX) {
    .bloc_total {
        flex-wrap: wrap;
        padding: 0 2.5%;
    }
    .sous_bloc_total {
        width: 100%;
    }
    .contain_table_type_3 table th {
        font: 14px/18px "Muli";
        font-weight: 900;
    }
    .contain_table_type_3 table td {
        font: 11px/18px "Muli";
        font-weight: 300;
    }
}

@media only screen and (min-width: 0px) and (max-width: 470px) {
    .bloc_total {
        flex-wrap: wrap;
        padding: 0 2.5%;
    }
    .sous_bloc_total {
        width: 100%;
    }
    .contain_table_type_3 table th {
        font: 12px/18px "Muli";
        font-weight: 900;
    }
    .contain_table_type_3 table td {
        font: 12px/18px "Muli";
        font-weight: 300;
    }
}

@media only screen and (min-width: 0px) and (max-width: 440px) {
    .bloc_total {
        flex-wrap: wrap;
        padding: 0 2.5%;
    }
    .sous_bloc_total {
        width: 100%;
    }
    .contain_table_type_3 table th {
        font: 10px/18px "Muli";
        font-weight: 900;
    }
    .contain_table_type_3 table td {
        font: 9px/18px "Muli";
        font-weight: 300;
    }
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
    .bloc_total {
        flex-wrap: wrap;
        padding: 0 2.5%;
    }
    .sous_bloc_total {
        width: 100%;
    }
    .contain_table_type_3 table th {
        font: 9px/18px "Muli";
        font-weight: 900;
    }
    .contain_table_type_3 table td {
        font: 7px/18px "Muli";
        font-weight: 300;
    }
}

.service:nth-child(5) {
    background-color: #42AE4D;
}

.service:nth-child(6) {
    background-color: #0EA6D2;
}


/* fleches pour remonter */

#bloc_arrow {
    position: fixed;
    bottom: 30px;
    right: 0.7vw;
    width: 4.5vw;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 1;
}


#bloc_arrow img {
    max-width: 50px;
    cursor: pointer;
}

#bloc_arrow img:first-child {
    display: none;
}

table{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}