.jobs {
    margin-top: 36px;
    width: 100%;
    height: auto;
    display: grid;
    grid-row-gap: 25px;
}

.jobs__item {
    width: 100%;
    height: 100px;
    padding: 35px 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -7px rgba(93,164,164,0.5);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.jobs__column {
    display: flex;
    align-items: center;
}

.jobs__img {
    width: 40px;
    height: auto;
}

.jobs__info {
    margin-left: 25px;
    width: auto;
}


.jobs__title {
    color: var(--very-dark-color);
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.jobs__details {
    margin: 0;
    padding: 0;
}

.jobs__details-item {
    display: inline-block;
    color: hsl(180, 8%, 52%);
    font-size: 15px;
}

    .jobs__details-item::after {
        content: "";
        width: 3px;
        height: 3px;
        border-radius: 3px;
        background-color: hsl(180, 8%, 52%);
        display: inline-block;
        margin: 5px 15px;
    }

    .jobs__details-item:last-child::after {
        display: none;
    }

.tag, .close-tag {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: hsl(180, 31%, 95%);
    font-weight: 700;
    font-size: 14px;
    color: var(--highlight-color);
    margin: 7.5px 5px;
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
}

.close-tag {
    padding-right: 45px;
}

    .close-tag::after {
        content: "";
        display: block;
        width: 35px;
        height: 100%;
        background-color: var(--highlight-color);
        position: absolute;
        right: 0;
        top: 0;
        background-image: url('./images/icon-remove.svg');
        background-position: center;
        background-size: 15px;
        background-repeat: no-repeat;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.tag:hover, .tag--active {
    background-color: var(--highlight-color);
    color: #fff;
}

.close-tag:hover::after {
    background-color: var(--very-dark-color);
}

@media (max-width: 1120px) {

    .jobs {
        grid-row-gap: 50px;
    }

    .jobs__item {
        flex-wrap: wrap;
    }

    .jobs__info {
        margin-left: 0;
        width: 100%;
    }

    .jobs__column {
        justify-content: flex-start;
        flex: 0 1 100%;
        flex-wrap: wrap;
    }

    .jobs__column--left {
        border-bottom: #ABABAB solid 1px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .jobs__column--right {
        width: 100%;
        justify-content: flex-start;
        flex: 0 1 100%;
        flex-wrap: wrap;
        margin-left: -5px;
    }

    .jobs__img {
        width: 50px;
        margin-top: calc(-35px - 25px);
        margin-bottom: 20px;
    }
}

.job_description {
    overflow: hidden;
    transition: max-height 0.15s cubic-bezier(0.4,0,0.2,1);
}

.job_description_div_1 {
    background: mintcream;
    /* border-top: 1px solid #e0e0e0; */
    padding: 8px 0;
}

.job_description_div_2 {
    display: flex;
    text-align: start;
}

.job_description_div_3 {
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    line-height: 20px;
    min-width: 88px;
}

.job_description_span {
    display: block;
    margin: 0;
    text-align: left;
    text-transform: none;
    font: 14px Roboto,Arial,sans-serif;
    line-height: 20px;
}

.job_description_div_4 {
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 64px;
    padding: 9px 24px 10px 0;
    -webkit-user-select: auto;
    display: flex;
}

.job_description_div_5 {
    box-sizing: border-box;
    flex: 1 1 50%;
    max-width: 50%;
    padding-left: 8px;
}

.job_description_div_6 {
    color: rgba(0,0,0,.87);
    word-break: break-all;
}

.job_description_div_7 {
    max-width: 50%;
    box-sizing: border-box;
    flex: 1 1 50%;
    padding-right: 8px;
    padding-left: 0;
}

.job_description_div_8 {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    color: rgba(0,0,0,.54);
}

.portages_carriere_btn {
    padding: 30px;
}

    .portages_carriere_btn:focus {
        outline: none;
        box-shadow: none;
    }

.portages_carriere_bloc_1 {
    font-size: xx-large;
}

.portages_carriere_bloc_2 {
    width: 200px;
}

.portages_carriere_bloc_3 {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.portages_carriere_bloc_4 {
    background-image: url(../../images/gallery/bg_image.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.portages_carriere_bloc_5 {
    color: rgba(47,69,92,1.0);
    font-family: Proxima Nova,Segoe UI,Helvetica,Arial,sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
    margin: 0.67em 0;
}

.portages_carriere_bloc_6 {
    font-family: Sofia Pro,Segoe UI,Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #2f455c;
    line-height: 1.75;
    font-size: 18px;
}

.portages_carriere_bloc_7 {
    padding-bottom: 50px;
}

.portages_carriere_bloc_8 {
    font-family: Proxima Nova !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    color: #004B87;
    opacity: 100%;
    line-height: 1;
    margin-top: 0;
    text-align: center;
    width: 100% !important;
}

.portages_carriere_bloc_9 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 50px !important;
}

.portages_carriere_bloc_10 {
    margin-bottom: 50px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 20px;
    background: #fff;
}

.portages_carriere_bloc_11 {
    margin: 0;
    padding: 10px 20px;
    font-size: 30px;
    color: rgba(47,69,92,1.0);
    font-family: Proxima Nova,Segoe UI,Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.portages_carriere_bloc_12 {
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
}

    .portages_carriere_bloc_12 li:hover {
        padding-left: 40px;
    }

.portages_carriere_bloc_13 {
    padding: 20px;
    background-color: #f8f8f8;
    list-style-type: none;
    transition: padding .5s ease;
}

.portages_carriere_bloc_14 {
    color: rgba(47,69,92,1.0);
    font-family: Proxima Nova,Segoe UI,Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    word-break: normal;
    padding-bottom: 6px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.portages_carriere_bloc_15 {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

    .portages_carriere_bloc_15 li {
        list-style-type: none;
        color: rgba(51,102,255,1.0);
        cursor: pointer;
        margin-right: 20px;
    }

.portages_carriere_bloc_16 {
    margin-right: 0;
}

.portages_carriere_bloc_17 {
    padding: 0px 15px;
}

.portages_carriere_bloc_18 {
    border-radius: 8px;
    padding: 30px;
    width: 90vw;
    max-width: 100%;
    margin: auto;
    background: linear-gradient(90deg,rgba(236, 248, 255,1.0) .01%,rgba(247, 253, 255,1.0) 100.01%);
}

.portages_carriere_bloc_19 {
    font-family: Proxima Nova;
    margin-bottom: 15px;
    color: rgba(47,69,92,1.0);
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.portages_carriere_bloc_20 {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 1rem !important;
    font-size: 18px;
    line-height: 32.52px;
    font-weight: 600;
    color: #2f455c;
}

.portages_carriere_bloc_21 {
    border-radius: 8px;
    color: #fff;
    text-align: center;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 66px;
    letter-spacing: -.2px;
    font-family: SofiaPro-Regular,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji !important;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid rgb(255, 158, 27);
    background-image: linear-gradient(109.6deg, rgb(255, 207, 84) 11.2%, rgb(255, 158, 27) 91.1%);
    height: 66px;
}

    .portages_carriere_bloc_21:hover {
        background-image: linear-gradient(109.6deg, rgb(255, 158, 27) 11.2%, rgb(255, 158, 27) 91.1%);
        color: #fff;
    }

.portages_carriere_bloc_22 {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 19.6px;
    letter-spacing: -.2px;
    font-weight: 700;
    margin-right: 20px;
    border: 2px solid #36f;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    text-decoration: none;
    transition: all .2s ease;
    color: #36f;
    width: 230px;
    margin: 10px;
}

    .portages_carriere_bloc_22:hover {
        background: #36f;
        color: #fff;
    }

.portages_carriere_bloc_23 {
    text-align: center;
}

.portages_carriere_bloc_24 {
    z-index: 1;
    position: relative;
    margin-bottom: -1px;
    background: url(../../images/gallery/section_boxes.svg) left top repeat,white;
}

    .portages_carriere_bloc_24:before {
        background: linear-gradient(#ecf6ff 0%,rgba(236,246,255,0) 10%,rgba(236,246,255,0) 100%,#ecf6ff 100%);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        display: block;
        position: absolute;
    }

.portages_carriere_bloc_25 {
    bottom: inherit;
    top: -1px;
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100% !important;
}

.portages_carriere_bloc_26 {
    width: 100%;
    position: relative;
}

.portages_carriere_bloc_27 {
    position: relative;
    z-index: 1;
    background: transparent;
}

.portages_carriere_bloc_28 {
    padding-top: 20px;
    padding-bottom: 0px;
}

.portages_carriere_bloc_29 {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.portages_carriere_bloc_29 :first-child {
    right: -10%;
    top: 40%;
    background: #F5504F;
    zoom: 2;
    -moz-transform: scale(200%);
    -moz-transform-origin: 0 0;
    visibility: hidden;
}

.portages_carriere_bloc_29 span {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.portages_carriere_bloc_29 span {
    position: absolute;
}

.portages_carriere_bloc_29 :nth-child(2) {
    top: 40%;
    left: -10%;
    right: auto;
    zoom: 2;
    -moz-transform: scale(200%);
    -moz-transform-origin: 0 0;
    background-image: linear-gradient(109.6deg, rgb(255, 207, 84) 11.2%, rgb(255, 158, 27) 91.1%);
}

.portages_carriere_bloc_29 :nth-child(3) {
    top: 40px;
    right: 5.66666%;
    border: 1px solid #1CD3DF;
    zoom: .8;
    -moz-transform: scale(80%);
    -moz-transform-origin: 0 0;
}

.portages_carriere_bloc_29 :nth-child(4) {
    top: 80px;
    right: 7%;
    background: hsla(0,0%,100%,.15);
    border: 1px solid orange;
    zoom: .8;
    -moz-transform: scale(80%);
    -moz-transform-origin: 0 0;
}

@media (max-width: 700px) {
    .portages_carriere_bloc_29 :nth-child(3) {
        right: -8%;
    }

    .portages_carriere_bloc_29 :nth-child(4) {
        right: -10%;
    }
}

@media (min-width: 500px) and (max-width: 950px) {
    .portages_carriere_bloc_29 :first-child {
        zoom: 1.2 !important;
        -moz-transform: scale(120%) !important;
        -moz-transform-origin: 0 0 !important;
    }

    .portages_carriere_bloc_29 :nth-child(2) {
        zoom: 1.2 !important;
        -moz-transform: scale(120%) !important;
        -moz-transform-origin: 0 0 !important;
    }
}

@media (max-width: 500px) {
    .portages_carriere_bloc_29 :first-child {
        zoom: .8 !important;
        -moz-transform: scale(80%) !important;
        -moz-transform-origin: 0 0 !important;
    }

    .portages_carriere_bloc_29 :nth-child(2) {
        zoom: .8 !important;
        -moz-transform: scale(80%) !important;
        -moz-transform-origin: 0 0 !important;
    }
}

.portages_carriere_bloc_30 {
    position: relative;
    overflow: hidden;
}

.portages_carriere_bloc_31 {
    margin: 0 5%;
    background: white;
}

.portages_common_bloc_130 {
    padding: 30px 15px 0;
}

.portages_carriere_bloc_32 {
    position: absolute;
    left: 48%;
    top: 48%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.portages_informatiqueIt_bloc_50 {
    position: relative;
    z-index: 1;
    background: white;
}

.portages_informatiqueIt_bloc_44 {
    padding: 0px 15px;
}

@media (max-width: 767px) {
    .portages_informatiqueIt_bloc_44 {
        padding: 0px 15px;
    }
}

.portages_informatiqueIt_bloc_8 {
    z-index: 1;
    text-align: center;
    border-radius: 22px;
    height: 100%;
    position: relative;
    display: block;
    width: 90% !important;
}

.portages_informatiqueIt_bloc_9 {
    color: #1a39b6;
    font-family: 'Proxima Nova';
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    word-break: break-word;
    margin:0;
}

@media (max-width: 800px) {
    .portages_informatiqueIt_bloc_9 {
        font-size: 35px !important;
    }
}


.portages_avantages_bloc_67 {
    padding-top: 40px;
}

.portages_informatiqueIt_bloc_10 {
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    .portages_informatiqueIt_bloc_10 {
        padding: 0 20px;
    }
}

.portages_informatiqueIt_bloc_74 {
    height: 0;
}

.portages_informatiqueIt_bloc_63 {
    position: relative;
    left: 0;
    top: -30px;
    transform: rotate(90deg);
}

.portages_informatiqueIt_bloc_11 {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}

@media (max-width: 767px) {
    .portages_informatiqueIt_bloc_11 {
        margin-bottom: 30px;
        display: block;
        text-align: center;
        max-width: unset;
    }
}

.portages_informatiqueIt_bloc_12 {
    border-radius: 8px;
    padding: 20px;
    width: 140px;
    height: 140px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #1a39b6;
}

.portages_informatiqueIt_bloc_12:hover {
    background: linear-gradient(109.6deg, rgb(255, 158, 27) 11.2%, rgb(255, 207, 84) 91.1%) !important;
}

.portages_informatiqueIt_bloc_13 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.portages_informatiqueIt_bloc_72 {
    width: 100%;
    text-align: center;
}

.portages_informatiqueIt_bloc_16 {
    color: rgba(47,69,92,1.0);
    font-family: Proxima Nova;
    font-size: 18px;
    font-weight: 700;
    word-break: normal;
    line-height: 1.3;
    margin: 0;
}

.portages_informatiqueIt_bloc_64 {
    position: relative;
    right: 0px;
    bottom: 30px;
    transform: rotateY(180deg);
    float: right;
}

.portages_informatiqueIt_bloc_18 {
    margin: 10px 0 0px;
    text-align: center;
}

.portages_informatiqueIt_bloc_19 {
    border-radius: 8px;
    cursor: pointer;
    background: white;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: 0;
    margin-right: 20px;
    padding: 0px 24px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s ease;
    color: rgb(255, 158, 27);
    border: 1px solid rgb(255, 158, 27);
    height: 66px;
}

    .portages_informatiqueIt_bloc_19:hover {
        background-image: linear-gradient(109.6deg, rgb(255, 207, 84) 11.2%, rgb(255, 158, 27) 91.1%);
        color: white !important;
    }

@media (max-width: 767px) {
    .portages_informatiqueIt_bloc_19 {
        width: 100%;
        flex: unset;
        max-width: unset;
    }
}

.portages_informatiqueIt_bloc_39 {
    color: rgba(47,69,92,1.0);
    font-weight: 700;
    word-break: normal;
    margin-top: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    text-align: center;
    line-height: 1.25;
}

.portages_informatiqueIt_bloc_58 {
    padding: 40px 15px;
}

.portages_prendre_rendez_vous_bloc_4 {
    box-shadow: 0px 0px 40px rgb(81 151 221 / 30%);
    margin-top: 40px;
    background: white;
    border-radius: 16px;
    display: flex;
    padding: 16px;
    z-index: 1;
    position: relative;

}

.portages_prendre_rendez_vous_bloc_5 {
    padding: 1rem;
    height: auto !important;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portages_prendre_rendez_vous_bloc_6 {
    padding: 10px;
}

.portages_prendre_rendez_vous_bloc_7 {
    border: 2px solid rgb(255, 158, 27);
    background: linear-gradient(109.6deg, rgb(255, 207, 84) 11.2%, rgb(255, 158, 27) 91.1%);
    color: white;
    font-family: Proxima Nova;
    padding: 8px 16px 10px;
    text-align: center;
    letter-spacing: .06em;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    transition: all .2s ease;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    line-height: 32.52px;
    list-style: none;
    font-weight: 600;
    width: 100%;
}

.portages_prendre_rendez_vous_bloc_7:hover {
    background: white !important;
    color: rgb(255, 158, 27) !important;
}

.portages_prendre_rendez_vous_bloc_8 {
    font-size: 20px;
    color: #515251;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}

.portages_prendre_rendez_vous_bloc_9 {
    font-size: 20px;
    color: #515251;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}

.portages_prendre_rendez_vous_bloc_10 {
    font-size: 16px;
    font-weight: 500;
    color: #1a39b6 !important;
    line-height: normal;
}


.portages_prendre_rendez_vous_bloc_11 {
    padding: 25px 15px;
    margin-top: -90px;
}

@media (max-width: 767px) {
    .portages_prendre_rendez_vous_bloc_11 {
        margin-top: 0px !important;
    }
}


.portages_prendre_rendez_vous_bloc_12 {
    border-radius: 8px;
    padding: 30px;
    width: 90vw;
    max-width: 100%;
    margin: auto;
    background: linear-gradient(90deg,rgba(236, 248, 255,1.0) .01%,rgba(247, 253, 255,1.0) 100.01%);
}

@media (max-width: 767px) {
    .portages_prendre_rendez_vous_bloc_12 {
        width: 100% !important;
        max-width: 100%;
        margin: unset !important;
        flex: unset;
    }
}

.portages_prendre_rendez_vous_bloc_13 {
    text-align: center;
}

.portages_prendre_rendez_vous_bloc_14 {
    color: rgba(47,69,92,1.0);
    font-family: Proxima Nova;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.portages_prendre_rendez_vous_bloc_15 {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    font-size: calc(1em + 1vmin);
    line-height: 1.356;
    margin-top: 0;
    margin-bottom: 1rem !important;
}

.portages_prendre_rendez_vous_bloc_16 {
    background: #36f;
    border-radius: 8px;
    color: #fff;
    border: 2px solid #36f;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 18px 24px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s ease;
    width: 230px;
    margin: 10px;
}

    .portages_prendre_rendez_vous_bloc_16:hover {
        background: #1a39b6;
        color: #fff;
        border: 2px solid #1a39b6;
    }

@media (max-width: 767px) {
    .portages_prendre_rendez_vous_bloc_16 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: unset;
        flex: unset;
    }
}

.portages_prendre_rendez_vous_bloc_17 {
    width: 110px !important;
    object-fit: cover;
    vertical-align: middle;
    height: auto;
    border-radius: 50%;
    box-shadow: 0px 1px 3px #36f;
    height: 110px !important;
    
}

.portages_prendre_rendez_vous_bloc_18 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -1px;
    position: relative;
    background: url(../../images/gallery/section_boxes.svg) left top repeat,#ebf0ff;
}

.portages_prendre_rendez_vous_bloc_19 {
    bottom: inherit;
    top: -1px;
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100% !important;
}

.portages_prendre_rendez_vous_bloc_20 {
    width: 100%;
    position: relative;
}

.portages_prendre_rendez_vous_bloc_21 {
    margin-bottom: 0px !important;
}

.portages_prendre_rendez_vous_bloc_22 {
    font-size: 16px;
    font-weight: 500;
    color: #1a39b6 !important;
    line-height: normal;
}

.portages_prendre_rendez_vous_bloc_23 {
    margin-left: 15px;
    top: 2px;
    position: relative;
}

.portages_prendre_rendez_vous_bloc_24 {
    padding: 1rem;
    height: auto !important;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portages_prendre_rendez_vous_bloc_25 {
    display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
    .portages_prendre_rendez_vous_bloc_4 {
        display: block !important;
    }

    .portages_prendre_rendez_vous_bloc_5 {
        width: 100% !important;
        max-width: unset;
        text-align: center;
        padding: 0 !important;
    }

    .portages_prendre_rendez_vous_bloc_6 {
        display: flex;
        justify-content: center;
        padding: 0 !important;
        margin-top: 20px;
    }

    .portages_prendre_rendez_vous_bloc_7 {
        margin: 0 !important;
        width: auto;
    }

    .portages_prendre_rendez_vous_bloc_24 {
        width: 100% !important;
        max-width: unset;
        padding: 0 !important;
    }

    .portages_prendre_rendez_vous_bloc_17 {
        /*width: 25% !important;*/
    }
}


.portages_prendre_rendez_vous_bloc_26 {
    font-size: 16px;
    color: #1a39b6;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    font-family: 'Proxima Nova';
}

.portages_prendre_rendez_vous_bloc_27 {
    padding:20px 0 0;
}

.portages_prendre_rendez_vous_bloc_28 {
    padding: 0px 0 25px;
}

.chatbox-wrapper {
    right: 104px;
}

.portages_prendre_rendez_vous_bloc_29 {
    box-shadow: 0px 0px 40px rgb(81 151 221 / 30%);
    margin-top: 40px;
    background: white;
    border-radius: 16px;
    /*display: flex;*/
    padding: 16px;
    z-index: 1;
    position: relative;
    display: none !important;
}