@import url("./var.css");
*{
    font-family: 'Roboto' !important;
}
#main{
    padding: 0 !important;
}
#title {
    background-image: url(https://wp.bgs-associes.com/wp-content/uploads/2023/12/Fond-large.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 350px;
}
h2.page_title{
    color: white;
    font-size:56px;
    text-align: center;
    margin: 0 1rem;
    padding-top: 7rem !important;
}
div.top_flex_wrapper,
div.bot_flex_wrapper,
div.valeurs {
    display: flex;
    align-items: center;
    margin: 100px 150px;
}
.wpb_wrapper > p{
    color: black
}

.wpb_wrapper > h3.up_left_title{
    font-size: 30px;
    margin-bottom: 4rem;
    margin-top: 3rem;
    margin-left: 37px;
}
.top_r_img > figure > div > img{
    border-radius: 20% 0 20% 0;
    box-shadow: 0px 0px 21px -13px #000000;
}
.top_flex_wrapper > div > div > div > div > .wpb_wrapper {
    height: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.up_sub_title{
    line-height: 2;
}
.wrapnumglobal{
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 4rem;
}
.wrapnumglobal > .wrapnum{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    width: 50%;
}
.wrapnumglobal > .wrapnum > h4{
    width: 50%;
    color: var(--orange);
    font-size: 42px !important;
    text-align: left;
}
.wrapnumglobal > .wrapnum > p:nth-of-type(1)
{
    width: 55%;
}
.wrapnumglobal > .wrapnum > p{
    color: black;
    text-align: left;
    font-size: 20px;
    margin-top: 0.7rem;
}
.up_sub_title{
    padding-left: 2rem;
    border-left: 2px solid purple;
}
.bot_left{
    border-left: 2px solid purple;
    padding-left: 2rem;
}

.bot_flex_wrapper > div > div > div > div > .wpb_wrapper {
    height: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.wpb_wrapper > h3.up_left_title.clone {
    font-size: 30px;
    margin-bottom: 2rem;
}
.valeurs > div > div > div > div > div > h3{
margin-bottom: 2rem !important;
}
.arrow_valeurs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    row-gap: 2rem;
    column-gap: 2rem;
    margin-left: 50px;
}
.arrow_valeurs > .wrapper_arr_val {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    width: 33%;
    padding: 0 1rem;
}
.wrapper_arr_val > p{
    color: black;
}
.wrapper_arr_val > p:before {
    content: "";
    position: absolute;
    border: 1px solid orange;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: orange;
    left: -18px;
}
.arrow_valeurs > .wrapper_arr_val > p:nth-of-type(2){
    padding-bottom: 15px;
    color: black;
    margin-left: 10px;
}
.m_wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 3rem 0px;
    margin-bottom: 4.5rem;
    align-content: center;
    padding: 0 16rem;
}
.m_wrapper_a {
        width: 25% !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}
.m_wrapper > div > img{
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}
.m_wrapper > div > h3{
    text-align: center;
    margin: 1rem 0;
    width: 80%;
}
.m_wrapper > div > span.txt{
    text-align: center;
    width: 75%;
    display: block;
    margin: 0 auto;
    color: black;
}
.multi_svg_rangee > div > div > div > div > div > h3 {
    text-align: center;
    font-size: 38px;
    margin: 3rem 0;
    color: orange;
}
img.rsedev-encart {
    max-width: 150px;
}
.vc_row.wpb_row.vc_row-fluid.multi_svg_rangee {
    margin-top: 3rem;
}
section.multiple_icons_txt {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.icons_divs {
    width: 20%;
    margin: 1rem 3rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2rem;
}
.icons_divs:hover {
    transform: scale(1.05);
    transition: ease-in-out 0.2s;
}
.icons_divs > h4 {
    margin: 1rem 0;
}
.icons_divs > p{
    color: black
}

section.last_card {
    position: relative;
    width: 65%;
    display: block;
    margin: 0 auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 50px 0;
    padding: 5rem;
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10rem;
}

section.last_card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: url(https://wp.bgs-associes.com/wp-content/uploads/2023/12/Trace-297.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
    background-size: auto;
    filter: blur(5px);
}

section.last_card > .l_wrapper > h4{
    color: var(--orange);
    font-size: 30px;
    margin: 1rem;
    padding-right: 250px;
}

section.last_card > .l_wrapper {
    z-index: 1;
    position: relative;
}

section.last_card > .l_wrapper > span {
    display: block;
    width: 100%;
    max-width: 100% !important;
    color: black;
    margin: 1rem;
    font-size: 18px;
    font-weight: 500;
}
section.last_card > .r_wrapper {
    position: absolute;
    top: 150px;
    right: 70px;
    z-index: 2;
    color: white;
    padding: 10px 15px;
    background: #F59022;
    color: white;
    border-radius: 15px 0;
    cursor: pointer;
}

.up_sub_title.bot_left{
    padding-left: 2rem !important;
    border-left: 3px solid #344696 !important;
}
img.icons_divs_imgs {
    width: 15% !important;
}
@media screen and (max-width:770px){
    h3{
        text-align: center;
    }
    .top_flex_wrapper_img,
    .top_flex_wrapper,
    .bot_flex_wrapper > div,
    .valeurs > div{
        width: 80% !important;
        margin: 0 auto !important;
    }
    .top_flex_wrapper > div{
        width: 100% !important;
    }
    .m_wrapper {
        flex-wrap: wrap;
        padding: 0 !important;
        row-gap: 2rem;
    }
    .icons_divs {
        width: 260px;
        margin: 1rem 1rem;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 2rem;
    }
    .m_wrapper_a {
        width: 300px !important;
    }
    div.top_flex_wrapper, div.bot_flex_wrapper {
        display: flex;
        align-items: center;
        margin: 0px auto !important;
        flex-direction: column-reverse;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .div.valeurs{
        display: flex;
        align-items: center;
        margin: 0px auto !important;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .wpb_wrapper > h3.up_left_title {
        font-size: 30px;
        margin-bottom: 4rem;
        margin-top: 5rem;
        margin-left: 0px !important;
    }
    div.valeurs {
        flex-wrap: wrap !important;
        margin: 0px 0px !important;
    }
    .arrow_valeurs {
        margin-left: 0px !important;
        margin: 2rem auto;
        width: 100% !important;
        justify-content: center;
    }
    section.last_card > .l_wrapper > h4 {
        padding-right: 0;
    }
    section.last_card > .l_wrapper > span:nth-of-type(2) {
        display: block;
        width: 100%;
        max-width: 100% !important;
        color: black;
        margin: 1rem;
        font-size: 18px;
        font-weight: 500;
    }
    section.last_card > .r_wrapper {
        top: 262px;
    }
}
@media screen and (max-width:500px){
    .top_r_img > figure > div > img {
        max-width: 98% !important;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    h2.page_title{
        color: white;
        font-size:30px;
        text-align: center;
        margin: 0 1rem;
        padding-top: 5rem !important;
    }

    div.top_flex_wrapper, div.bot_flex_wrapper, div.valeurs {
        display: flex;
        align-items: center;
        margin: 0 auto !important;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }
    .top_flex_wrapper > div > div > div > div > .wpb_wrapper,
    .bot_flex_wrapper > div > div > div > div > .wpb_wrapper {
        height: auto !important;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    div.bot_flex_wrapper {
        display: flex;
        align-items: center;
        margin: 0 !important;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .arrow_valeurs > .wrapper_arr_val {
        display: flex;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: center;
    }
    .wpb_wrapper > h3.up_left_title {
        font-size: 30px;
        margin-bottom: 4rem;
        margin-top: 0;
        text-align: center;
        margin-left: 0;
    }
    .top_flex_wrapper_img, .top_flex_wrapper, .bot_flex_wrapper > div, .valeurs > div {
        width: 87% !important;
        margin: 0 auto !important;
    }
    .m_wrapper {
        display: flex;
        flex-wrap: wrap !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
    }
    .m_wrapper_a {
        width: 100% !important;
        max-width: 100% !important;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-between;
        align-items: center;
        margin: 2rem 0;
    }
    .vc_row.wpb_row.vc_row-fluid.multi_svg_rangee {
        margin-top: 0 !important;
    }
    .icons_divs {
        width: 100%;
        max-width: 100% !important;
        margin: 2rem 3rem;
    }
    .icons_divs > svg{
        display:block;
        margin: 0 auto;
    }
    .icons_divs > h4{
        text-align: center;
    }
    .icons_divs > span{
        text-align: center;
        display: block;
    }

    section.last_card {
        position: relative;
        width: 75% !important;
        display: block;
        margin: 0 auto;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        border-radius: 50px 0;
        padding: 2rem !important;
        margin-top: 1rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        overflow: hidden;
    }
    section.last_card {
        padding: 1rem !important;
        width: 95%;
        height: 339px !important;
    }

    section.last_card > .l_wrapper > h4 {
        text-align: center;
        font-size: 24px;
        margin: 0;
        padding-right: 0;
    }

    section.last_card > .r_wrapper {
        position: absolute;
        top: 301px;
        right: 70px;
        z-index: 2;
        color: white;
        width: 147px;
    }

    section.last_card > span {
        display: block;
        width: 100%;
        text-align: center;
        color: black;
        margin: 2rem 0;
    }

    .multi_svg_rangee > div > div > div > div > div > h3 {
        text-align: center;
        font-size: 38px;
        margin: 3rem;
        color: orange;
    }
    .wrapper_arr_val > p:before {
        content: "";
        position: absolute;
        border: 1px solid orange;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: orange;
        left: -12px;
        top: 2px;
    }
}