body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: "Roboto", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5 {
    all: unset;
    color: #33322f;
}
h1 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 25px;
}

h2 {
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 30px;
}
h3 {
    font-family: "Poppins", sans-serif;
    /* font-family: 'Roboto', sans-serif;  */
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 20px;
}

textarea {
    resize: none;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

footer {
    padding: 10px 0 0;
    height: 504px;
}

p {
    font-family: "Roboto", sans-serif;
    line-height: 1.625em !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

button:hover {
    outline-width: 0;
}

button:focus {
    outline-width: 0;
}
.widget-jungle{
    display:none !important
}

.mana-conatiner{
    display:none !important;
}

.menu-icon {
    width: 33px;
    height: auto;
}
.padding-top-144 {
    padding-top: 40px;
}
.margin-top-30 {
    margin-top: 30px;
    display: block;
}
.navbar-light .navbar-toggler {
    border-width: 0;
}
.navbar-toggler:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.undertext,
.four-point-container,
.solution-price,
.five-point-container {
    font-family: "Roboto", sans-serif;
}

.expertise-subfield span {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

.slick-dots li {
    margin: unset !important;
}

.slick-dots li button:before {
    font-size: 10px !important;
}

.solution-paragraph h2 {
    font-weight: bold;
    font-size: 30px;
}

.mini-txt {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.main-menu > .row {
    background: -o-linear-gradient(
        73deg,
        rgba(122, 5, 8, 1) 0%,
        rgba(122, 5, 8, 1) 20%,
        rgba(153, 0, 0, 1) 40%,
        rgba(173, 0, 0, 1) 60%,
        rgba(187, 0, 0, 1) 80%
    );
    background: linear-gradient(
        17deg,
        rgba(122, 5, 8, 1) 0%,
        rgba(122, 5, 8, 1) 20%,
        rgba(153, 0, 0, 1) 40%,
        rgba(173, 0, 0, 1) 60%,
        rgba(187, 0, 0, 1) 80%
    );
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}
.media-pagination {
    margin: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
media-pagination > * {
    padding: 0 10px;
    background: white;
    text-align: center;
}
.btn-pagination {
    margin: 0 13px;
}
.active-media-link {
    background-color: #aa0000;
    color: white;
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.active-media-link:hover {
    color: white;
    cursor: default;
}
.normal-media-link {
    background-color: #fff;
    color: black;
    width: 38px;
    height: 38px;
    border: 1px solid #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.disabled-media-link {
    color: lightgrey;
    cursor: default;
    margin: 0 13px;
}
.disabled-media-link:hover {
    color: lightgrey;
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -o-linear-gradient(top, white, black);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}

.fix-blog img {
    width: 50% !important;
    min-width: 350px;
    max-height: 350px !important;
}

.txt-container-deux .txt-pro {
    width: 84%;
    margin-bottom: 20px;
}

.txt-pro {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.first-title {
    font-size: 100px;
    top: 171px;
    color: #ffffff;
    position: absolute;
}

.container-prez-cons {
    width: 100%;
    height: 99vh;
    /*display: -webkit-box;
     */
    /*display: -ms-flexbox;
     */
    /*display: flex;
     */
    position: relative;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.title-cons {
    line-height: initial;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 60px;
}

.txt-cons {
    font-size: 18px;
    color: #33322f;
}

.inverse-flex-direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.container-consumer-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 85px;
    margin-bottom: 94px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.image-container img {
    width: 100%;
    height: auto;
    -webkit-animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.container-para-consumer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 46%;
    padding: 100px 100px 100px 34px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.title-consumer {
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 28px;
}

.title-consumer h2 {
    font-size: 30px;
}

.para-consumer {
    font-size: 18px;
    text-align: justify;
}

.icon-consumer {
    width: 110px;
}

.container-cons-solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.title-cons-solution {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 75px;
}

.title-cons-solution h2 {
    font-size: 42px;
}

.container-cons-solution-four-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 70px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.container-add-card img {
    width: 120px;
    margin-right: 40px;
}

.container-add-card span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.cons-solution-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.grecaptcha-badge {
    visibility: block;
}

.cons-solution-point span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    margin-right: 25px;
    margin-left: 25px;
}

.container-dl-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 65px;
    width: 100%;
    margin-bottom: 146px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dl-title-app {
    font-weight: bold;
    font-size: 36px;
    width: 35%;
    line-height: 43px;
    margin-left: 24px;
}

.partner-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    background-color: #ececea !important;
    background-image: unset;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.partner-container-title {
    font-weight: bold;
    color: #33322f;
    font-size: 50px;
    text-align: center;
    margin: 46px 0;
}

.bg-light {
    background: rgb(122, 5, 8);
    background: -o-linear-gradient(
        73deg,
        rgba(122, 5, 8, 1) 0%,
        rgba(122, 5, 8, 1) 20%,
        rgba(153, 0, 0, 1) 40%,
        rgba(173, 0, 0, 1) 60%,
        rgba(187, 0, 0, 1) 80%
    );
    background: linear-gradient(
        17deg,
        rgba(122, 5, 8, 1) 0%,
        rgba(122, 5, 8, 1) 20%,
        rgba(153, 0, 0, 1) 40%,
        rgba(173, 0, 0, 1) 60%,
        rgba(187, 0, 0, 1) 80%
    );
    padding: 1px 0;
    width: 100%;
    height: 100%;
}

.flex-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* .form-demo-container { */
/*width: 500px;
     */
/*height: 700px;
     */
/*border-radius: 15px;
     */
/*background-color: #ffffff;
     */
/*-webkit-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.16);
     */
/*box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.16);
     */
/*padding: 57px;
     */
/* ;
} */

.form-demo-container h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.input-container {
    margin-top: 30px;
}

.input-container label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    font-weight: bold;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.direction-checkbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    line-height: 20px;
}

.direction-checkbox input {
    margin-right: 20px;
}

.autoplay {
    width: 100%;
}

.expertise-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.slick-slide div a img {
    -webkit-filter: grayscale(80%);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.37007999999999996 0.57216 0.057760000000000006 0 0 0.17008 0.77216 0.057760000000000006 0 0 0.17008 0.57216 0.25775999999999993 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(80%);
    border-radius: unset;
}

.slick-slide div a img:hover {
    -webkit-filter: grayscale(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(0);
}

.container-dl-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dl-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    cursor: pointer;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #33322f;
    color: #fff;
    padding: 17px 46px;
    width: 300px;
    border-radius: 15px;
    border: #222222 1px solid;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dl-btn div {
    padding-left: 20px;
}

.dl-btn span {
    color: #fff;
}

.dl-btn:hover {
    background-color: #707070;
    border-color: transparent;
}

.dl-btn:hover span {
    color: #ffffff;
}

.dl-btn img {
    width: 45px;
}

.dl-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.top-txt-store-btn {
    font-weight: bold;
    font-size: 24px;
}

.bottom-txt-store {
    font-weight: bold;
    font-size: 14px;
}

.video-prez-consum video {
    width: 90%;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 6px 2px #00000038;
    box-shadow: 0 1px 6px 2px #00000038;
    /*border: 5px solid #33322F;*/
}

.video-prez-consum-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.video-prez {
    width: 100%;
}

.section {
    height: 81px;
    width: 100%;
}

#header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100vw;
    height: 83px;
    background: #aa0000;
    background: -o-linear-gradient(left, #aa0000 0%, #960000 50%, #850000 100%);
    background: -webkit-gradient(linear, left top, right top, from(#aa0000), color-stop(50%, #960000), to(#850000));
    background: linear-gradient(to right, #aa0000 0%, #960000 50%, #850000 100%);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.logo {
    top: 20px;
    left: 22px;
}

.flex-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    font-weight: bold;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav-list-link li {
    margin-right: 47px;
    font-family: "Poppins", sans-serif;
}

#nav-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#mobile-nav {
    font-family: "Poppins", sans-serif;
}

.btn-nav {
    border-radius: 50px;
    border: 1px solid #ffffff;
    text-align: center;
    width: 100px;
}

.singup {
    background-color: #ffffff !important;
    margin-right: -24px !important;
    border: 1px solid #aa0000 !important;
    color: #f41b00 !important;
    font-weight: bold !important;
    width: 116px !important;
    padding: 0 17px !important;
}

.mana-conatiner {
    margin-left: 7%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mana-conatiner img {
    border-radius: 15px;
    width: 388px;
    height: 427px;
    /* border: 4px solid #707070; */
}

.login {
    border: 1px solid #ffffff !important;
    color: #ffffff;
    font-weight: bold;
}

.main-menu {
    padding-top: unset;
}

a:focus {
    color: #212121 !important;
}

a:hover {
    color: #aa0000;
}

a {
    cursor: pointer;
}

body {
    font-family: "Poppins", sans-serif;
}

.container-prez-pro {
    width: 100%;
    height: 91vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*box-shadow: inset 0 0 0 700px rgba(0, 220, 255, 0.09);*/
}

.login_btn {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: #fff !important;
    font-weight: bold !important;
    width: 116px !important;
    padding: 0 17px !important;
}

.txt-container {
    width: 38%;
    height: 100%;
    margin-left: 11%;
    font-family: "Poppins", sans-serif;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.paragraph-top-timeline-container {
    width: 70%;
    margin: auto;
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.paragraph-top-timeline {
    width: 77%;
    padding-left: 30px;
    font-size: 17px;
    margin-right: 7%;
    text-align: justify;
    font-family: "Roboto", sans-serif;
}

.txt-cons {
    font-family: "Roboto", sans-serif;
}

.title-pro {
    font-size: 50px;
    color: #121212;
    font-weight: bold;
    line-height: 1.2em;
}

.txt-pro {
    font-size: 18px;
    color: #121212;
    text-align: justify;
}

.btn-pro {
    background-color: #ffffff;
    width: 266px;
    color: #1d1d1d;
    height: 64px;
    padding: 15px;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.16);
}

.pro-btn-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-nav {
    cursor: pointer;
    border: 1px solid #000000;
    white-space: nowrap;
}

.btn-hover:hover {
    color: #aa0000;
    border-color: #aa0000;
}

.three-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.three-point-container {
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.title-three-point {
    color: #4b4b4b;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
    line-height: initial;
    width: 67%;
    -ms-grid-row-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.section-gap-top {
    margin-bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.one-point {
    margin: 25px;
}

.one-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 77%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.one-points img {
    height: 130px;
    width: 130px;
}

.one-point img {
    width: 160px;
    height: 160px;
    margin-top: 55px;
    margin-bottom: 10px;
}

.undertext {
    color: #4b4b4b;
    font-size: 18px;
    text-align: center;
    line-height: 1.1em;
}

.center-three-point {
    width: 100%;
    margin-bottom: 140px;
    text-align: center;
}

.mini-txt-tchat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 90px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mini-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: 9px;
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mini-txt-tchat-title {
    font-size: 46px;
    font-weight: bold;
    width: 38%;
    line-height: 58px;
    padding-left: 40px;
}

.title-flip-card {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 19px;
    margin-top: 30px;
}

.title-flip-card h3 {
    font-size: 29px !important;
}

.four-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 320px;
    margin-bottom: 6px;
    padding: 11px !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.five-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 320px;
    margin-bottom: 6px;
    /*padding: 11px !important;*/
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.container-four-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 768px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.container-five-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
    -ms-flex-pack: distribute;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.four-point img {
    width: 110px;
    height: 110px;
    margin: auto;
}

.five-point img {
    width: 110px;
    height: 110px;
    margin: auto;
}

.four-point-img-container {
    border-radius: 50%;
    width: 155px;
    height: 155px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 32px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.11);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.five-point-img-container {
    border-radius: 50%;
    width: 155px;
    height: 155px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 32px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.11);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.color-txt-black {
    color: #1d1d1d;
}

.why-meetdeal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #dfe9f2;
    padding: 50px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.txt-container-deux {
    width: -moz-min-content;
    width: -webkit-min-content;
    width: min-content;
    height: auto;
    margin-left: unset;
    -ms-grid-row-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.txt-four-point {
    font-size: 16px;
}

.title-four-point {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.title-five-point {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 95%;
}

.expertise-subfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    place-content: space-between;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.expertise-subfield img {
    height: 180px;
    width: 180px;
    margin-bottom: 45px;
    border-radius: 15px;
}

.expertise-subfield div {
    color: #636363;
    font-size: 32px;
    line-height: 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.title-expertise {
    color: #33322f;
    font-size: 60px;
    font-weight: bold;
    line-height: 95px;
    margin: 40px 0 58px 0;
    width: 100%;
    text-align: center;
}

.expertise-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 527px;
    margin-top: 40px;
    background-color: #dfe9f2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.expertise-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.timeline-container {
    margin-top: 50px;
    width: 70%;
    margin: auto;
}

.timeline-item-paragraph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-paragraph {
    margin: 15px 0 15px 13px;
}

.txt-to-right {
    text-align: right;
}

.txt-to-left {
    text-align: left;
}

.timeline-title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    margin-bottom: 86px;
}

.recruitment-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.home-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.home-title {
    width: 93%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right;
    padding-left: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.home-title h1 {
    font-size: 60px;
    font-weight: bold;
    color: #33322f;
    width: 100%;
    margin-bottom: 10px;
    left: -95px;
    position: relative;
    /*margin-right: 79px;*/
}

.home-title h2 {
    font-size: 28px;
    font-weight: bold;
    color: #33322f;
    width: 100%;
}

.timeline-content {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.homepage-fake-chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 535px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.avatar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.homepage-fake-chat img {
    border-radius: 50%;
    width: 112px;
    height: 112px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 30px;
}

.homepage-chat-container {
    width: 390px;
    border-radius: 25px;
    padding: 6px 41px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    text-align: left;
}

.homepage-chat-container p {
    font-size: 25px;
}

.recruitment-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.price-bottom-page-container {
    width: 807px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-grid-row-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-shadow: -1px 3px 11px 4px rgba(0, 0, 0, 0.16);
    box-shadow: -1px 3px 11px 4px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    z-index: 5;
    background-color: #ffffff;
    position: relative;
    right: -37px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.red-dots {
    width: 150px;
    -ms-grid-row-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    left: -401px;
    bottom: -99px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.arrow-down {
    text-align: center;
}

.arrow-down a {
    color: #000;
    font-size: 55px;
}

.arrow-down a:hover {
    color: #aa0000;
}

.four-point-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 108%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.five-point-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.bounce-down {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    -ms-grid-row-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: fixed;
    bottom: 40px;
    left: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.partner-card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 85px;
    margin-top: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.partner-card-img-container {
    background-color: #ffff;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.16);
}

.partner-card-img-container img {
    width: 260px;
    height: 100px;
    padding: 5px 0;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    cursor: inherit;
}

.partner-card {
    width: 260px;
    height: 100px;
    margin: 0 43px 38px;
}

.txt-recruitment-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 35%;
    margin: 35px;
    color: #ffffff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.txt-recruitment {
    font-size: 20px;
    color: #212121;
    text-align: center;
}

.txt-recruitment p {
    font-size: 16px;
}

.title-recruitment {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold;
    color: #33322f;
    text-align: center;
}

/* .title-recruitment h2 {
    font-size: 40px !important;
} */

.recruitment-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 43%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-rec-blue {
    background-color: #2977c9;
    color: #fff;
}

.btn-rec-blue:hover {
    background-color: #5094db;
    color: #fff;
}

.container-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.title-event {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin: 35px;
    line-height: 60px;
    width: 100%;
    margin-bottom: 41px;
}

.event-preview-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-negative: 0;
    gap: 30px;
    flex-shrink: 0;
}

.event-preview-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    max-width: 250px;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.event-preview-item img {
    max-width: 250px;
    max-height: 168px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 20px;
}
.event-preview-item-files {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    width: 465px;
    margin: 34px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.event-item-para {
    font-size: 1em;
    /* line-height: 26px; */
    margin-bottom: 20px;
    width: 345px;
    overflow-x: hidden;
}

.event-item-title {
    font-weight: bold !important;
    font-size: 18px;
    line-height: 27px !important;
    font-weight: bold;
    padding-top: 24px;
    margin-bottom: 20px;
}

.event-item-type {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 26px;
    font-weight: 600;
    color: #33322f;
}
.event-credit {
    font-size: 12px;
    line-height: 26px;
    padding-bottom: 130px;
}

.event-author {
    font-weight: bold;
}

.container-event-home-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.title-event-home-page {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin: 35px;
    line-height: 60px;
    width: 80%;
    margin-bottom: 41px;
}

.event-preview-container-home-page {
    width: 900px;
}
.event-link-title {
    color: #000 !important;
    margin-top: 20px;
    margin-bottom: 5px;
}
.event-preview-item-home-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /* margin: 34px; */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* width: 60%; */
    /* max-height: 400px !important; */
    width: 246px;
    height: 157px;
    max-width: 246px;
    max-height: 157px;
    margin: 26px 15px 26px 0px ;
    text-align: left;
}
.event-preview-item-container-home-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; */
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 527px;
    height: 208px ;
    max-width: 527px ;
    max-height: 208px;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 6px 10px #00000029;
    box-shadow: 0px 6px 10px #00000029;
    border-radius: 16px;
    flex-shrink: 0;
    margin: 10px 10px 10px 10px;
    
}
/* .event-preview-item-container-home-page:first-child {
   margin-right: 111px;
} */

.event-preview-item-container-home-page img {
    /* width: 90%;  */
    width: 239px;
    height: 172px;
    max-width: 239px;
    max-height: 172px;
    border-radius: 8px;
    margin: 18px 13px 18px 15px;
}
.event-item-title-home-page {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 22px;
    font-weight: bold;
    max-width: 80%;
}

.event-item-para-home-page {
    font-size: 12px;
    line-height: 10px;
    /* width: 80%; */
    max-width: 80%;
    display: flex;
    align-items: center;
}
.event-item-para-home-page p {
    margin-top: unset !important;
    margin-bottom: unset !important;
}

.event-item-type-home-page {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    line-height: 26px;
    font-weight: 600;
    color: #33322f;
}
.event-credit-home-page {
    font-size: 12px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    margin-top: 15px;
}

.event-author-home-page {
    font-weight: bold;
}

.container-bottom {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 93px;
    margin-bottom: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.title-bottom-page {
    font-size: 43px;
    font-weight: bold;
    line-height: 1.3em;
    width: 1060px;
    -ms-grid-row-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: "Roboto", sans-serif;
}

.btns-bottom-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 39px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btns-bottom-page button {
    margin: 50px;
}

.main-menu {
    padding-top: unset;
}

.img-timeline-para {
    width: 80%;
    border-radius: 15px;
    height: 245px;
    -o-object-fit: cover;
    object-fit: cover;
}

.background-img-timeline {
    border-radius: 50%;
    width: 95px;
    height: 95px;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.16);
}

.background-img-timeline img {
    padding: 5px;
    height: 95px;
    width: 95px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: unset;
}

#header #logo img {
    max-height: unset;
}

.solutions-header-container {
    width: 100%;
    height: 700px;
    background-position: center;
    background-size: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-gradient {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.solutions-header-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 46%;
    color: #33322f;
    background-color: #dfe9f2;
    border-radius: 0 15px 15px 0;
    padding: 66px 66px 66px 143px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.solutions-header-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 67px;
    margin-bottom: 42px;
}

.solutions-header-text {
    font-size: 20px;
    text-align: justify;
}

.image-solution-page {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 79px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.image-solution-page img {
    width: 51%;
    height: 100%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    margin: 75px 27px 0;
}

.solution-paragraph ul {
    list-style-type: "\2713";
}

.slide-logo-partner {
    width: 300px !important;
}

.solution-paragraph ul li {
    padding-left: 10px;
}

.solution-price-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.solution-price {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 22px;
}

.solution-paragraph {
    font-size: 18px;
    margin-bottom: 45px;
}

.solution-paragraph p {
    text-align: justify;
}

.solutions-txt-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 37%;
    margin-right: 100px;
    margin-left: 75px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.solutions-text-prez {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.image-container-solution img {
    width: 450px;
}

.image-container-size {
    width: 750px !important;
}

.image-container-size-is_right {
    width: 522px !important;
}

.container-btn-solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-top: unset;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.back-button-container {
    width: 77%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 62px;
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.title-article {
    font-size: 60px;
    font-weight: bold;
}
.title-item-article {
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    font-family: "Roboto", sans-serif;
}

.article-credit {
    font-size: 12px;
    line-height: 26px;
}

.article-author {
    font-weight: bold;
}
.article-text {
    margin-top: 50px;
    font-size: 14px;
    line-height: 26px;
}
.article-text img {
    width: 90% !important;
    height: auto !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-social-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-social {
    background-color: #aa0000;
    border-radius: 50%;
    width: 39px;

    padding: 7px;

    height: 40px;
    margin: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-social:hover {
    background-color: #c20000;
}

.btn-social svg:hover .path-color {
    fill: #aa0000;
}

.btn-social svg {
    width: 25px;
}

.video-min {
    z-index: 50;
    position: fixed;
    bottom: 6px;
    left: 6px;
    width: 365px;
    height: 205px;
}

.video {
    margin-top: 10px;
    margin-bottom: 10px;
    position: unset;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 350px;
}
.btn-back-to-blog-list-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-back-to-blog-list {
    width: 325px;
    height: 50px;
    border-radius: 0 !important;
    border: 1px solid #aa0000;
    color: #aa0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-footer {
    width: 100%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 26px 0 26px 62px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff !important;
}

.back-button-form {
    position: relative;
    top: -40px;
    left: -40px;
    border-radius: 0 0 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 7px;
    -webkit-box-shadow: 4px 3px 12px 0 #0808082e;
    box-shadow: 4px 3px 12px 0 #0808082e;
}

.list-item ul li a {
    font-size: 14px;
}

.list-item span {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
}

.list-item li {
    font-size: 18px;
    cursor: pointer;
}

.flip-card-back {
    border: 1px solid #0000002b;
    border-radius: 15px;
    padding: 15px;
}

.list-item li:hover {
    color: #aa0000;
}

.icon-social img {
    width: 50px;
    height: 50px;
    margin: 15px;
    cursor: pointer;
    border-radius: 50%;
}

.list-item ul li a:hover {
    color: #aa0000 !important;
}

.background-img-recruitement {
    background-color: #ececec;
    padding-bottom: 80px;
    padding-top: 35px;
}

.list-item ul li a {
    color: #ffffff;
}

.footer-container {
    width: 70%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-area {
    background-color: #1c1d1f;
}

.social-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.partner-list .partner-title {
    color: #ffffff !important;
    font-weight: bold;
    margin-left: 62px;
    font-size: 25px;
}

.img-slider-footer {
    width: 200px !important;
}

.copyright-footer {
    color: #ffffff;
    margin-left: 62px;
    font-size: 14px;
    margin-top: unset;
}

.container-master {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-bottom: 50px; */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 146px 0px;
}
.container-master-ppdl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 0px;
}
.cat-container-massive {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 24%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cat-title-top {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.cat-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 69%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cat-title {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}

.nav-item a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
}

.nav-item ul {
    border-radius: 5px;
}

.nav-item {
    margin-bottom: 0px;
}

#navbarNavAltMarkup {
    margin-right: 50px;
    height: 90px;
}
.navbar-nav {
    height: 100%;
}

.nav-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
}

/* .nav-item a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #ffffff;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
} */
/* .nav-item a:hover:after {
    width: 100%;
} */
.cat button {
    text-align: left;
    border: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;
    width: 100%;
    border-radius: 0;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
}

.cat {
    font-size: 20px;
    cursor: pointer;
    margin-top: 17px;
    border-bottom: #ababab5e 1px solid;
}

.cat:hover {
    /* border-bottom: rgba(170, 0, 0, 0.49) 1px solid;
    color: #aa0000; */
}

.desc-blog-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-left: 51px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 512px;
    max-height: 233px;
}

.article-on-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 110%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: unset;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.article-on-list {
    margin-bottom: 55px;
}

.article-on-list img {
    width: 301px;
    height: 232px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}
.files-on-list img {
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}

.article-credit {
    font-size: 12px;
    font-style: italic;
}

.article-author {
    font-weight: bold;
}

.all-article-container {
    width: 52%;
}

.btn-next-article-container {
    width: 100%;
}

.btn-next-article-container .btn-nav {
    float: right;
    width: 217px;
    margin-top: 40px;
}

.home {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

video#bgvid {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}

.div-center {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.div-center a:first-child .btn-home {
    margin-top: 40%;
}

.home-bottom-container {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.home-point {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    width: 300px;
    position: relative;
    top: -83px;
    margin: 0 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.home-point h2 {
    font-size: 40px;
    color: #707070;
    padding-bottom: 15px;
}

.home-point h3 {
    font-size: 21px;
    color: #5f5f5f;
}

.home-point-img {
    margin-bottom: 12px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    /*padding: 19px;
     */
}

.homepage-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 26px 26px 1px 26px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.homepage-point h2 {
    font-size: 20px;
    font-weight: bold;
}

.homepage-point p {
    font-size: 16px;
}

.homepage-container-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 167px;
    width: 812px;
    height: 311px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.homepage-txt-under-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-home {
    width: 390px;
    height: 77px;
    background-color: #aa0000;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    line-height: initial;
    padding: 16px;
    margin: 25px 0 25px 150px;
    float: right;
    font-size: 30px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.btn-home:hover {
    background-color: #b00000;
    -webkit-box-shadow: -1px -1px 1px rgb(176, 0, 0);
    box-shadow: -1px -1px 1px rgb(176, 0, 0);
    color: #ffffff;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
}

.logo {
    height: 60px;
    width: 60px;
    margin-left: 5%;
}

#logo {
    height: 60px !important;
    width: 60px !important;
    margin-left: 3%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#header #logo img {
    width: 60px !important;
    height: 60px !important;
}

.title-article {
    font-size: 60px;
    font-weight: bold;
}

.article-credit {
    font-size: 12px;
    font-style: italic;
}

.article-author {
    font-weight: bold;
}

.btn-social-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-social {
    background-color: #aa0000;
    border-radius: 50%;
    width: 39px;
    padding-left: 7px;
    padding-top: 2px;
    height: 40px;
    margin: 10px;
    cursor: pointer;
}

.btn-social:hover {
    background-color: #c20000;
}

.btn-social svg:hover .path-color {
    fill: #aa0000;
}

.btn-social svg {
    width: 25px;
}

.video-min {
    z-index: 50;
    position: fixed;
    bottom: 6px;
    left: 6px;
    width: 365px;
    height: 205px;
}

.video {
    margin-top: 10px;
    margin-bottom: 10px;
    position: unset;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 350px;
}

/* .btn-back-to-blog-list {
    width: 200px !important;
} */

.trustpilot-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    margin-bottom: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.trustpilot-container h2 {
    margin-bottom: 50px;
}

.trustpilot-widget {
    width: 78%;
}

.nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-nav {
    position: fixed;
    width: 100%;
    z-index: 5;
    top: 0;
}

.price-bottom-page {
    width: 550px;
    margin-left: 44px;
    margin-top: 44px;
    margin-bottom: 44px;
    padding-left: 54px;
    padding-right: 26px;
}

.img-container {
    width: 100%;
    height: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.img-container img {
    height: inherit;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    border-radius: 15px;
}

.title-before-img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 75px;
    margin-top: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.title-before-img-container h3 {
    font-size: 31px;
    font-weight: bold;
    -ms-grid-row-align: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.block-quote-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 65px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.img-quote-container {
    left: -168px;
    position: relative;
}

.img-quote-container img {
    width: 763px;
    height: 433px;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(0.4);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.4" /><feFuncG type="linear" slope="0.4" /><feFuncB type="linear" slope="0.4" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.4);
    position: relative;
}

.quote {
    z-index: 1;
    background-color: #ffffff;
    width: 550px;
    height: 525px;
    padding: 20px 51px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 117px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.16);
    position: relative;
    top: 28px;
    left: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.quote h3 {
    font-size: 50px;
    margin-left: 45px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.blockquote-tag p {
    font-size: 18px;
    font-style: normal;
}

.svg-quote {
    width: 50px;
}

.blockquote-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.block-quote {
    margin-top: 70px;
    width: 100%;
    height: 100%;
}

.blockquote-tag div {
    text-align: right;
    padding-right: 25px;
    font-weight: bold;
    color: #292828;
}

.trustpilot-widget-note-bottom {
    width: 153px;
    margin-left: auto;
    margin-top: 29px;
    height: 110px;
}

.trustpilot-widget-note-under-quote {
    display: none;
}

.text-block-quote {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-top: 75px;
}

img.gif {
    height: 420px;
    border-radius: 50%;
}

.slider {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.showing {
    z-index: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-initialized .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page-wrapper {
    width: 60%;
    height: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.grecaptcha-badge {
    z-index: 5000;
}

.page_wrapper_step {
    height: 794px !important;
}

.page_wrapper_step_mobile {
    height: 865px !important;
}

.page-wrapper .step-slide-wrapper {
    background: #fff;
    width: 500px;
    padding: 40px;
    border-radius: 15px;
    height: 504px;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 6px 0 #00000026;
    box-shadow: 0 3px 6px 0 #00000026;
}

.page-wrapper .step-slide-wrapper .steps-wrapper {
    text-align: center;
}

.page-wrapper .step-slide-wrapper .steps-wrapper .step {
    display: inline-block;
    margin: 15px;
    padding: 15px;
    background: white;
    color: black;
    border: 1px solid black;
}

.page-wrapper .step-slide-wrapper .steps-wrapper .step.activestep {
    background: black;
    color: white;
}

.page-wrapper .step-slide-wrapper .step-slide {
    height: 100%;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    position: relative;
}

.page-wrapper .step-slide-wrapper .step-slide fieldset {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    z-index: 2;
    border: none;
    padding: 0;
    margin-top: 66px;
    text-align: center;
}

.page-wrapper .step-slide-wrapper .step-slide fieldset input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #00000045;
    border-radius: 7px;
}

.personal-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page-wrapper .step-slide-wrapper .step-slide fieldset.hidden {
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1;
}

.fieldset-not-step-one {
    margin-top: unset !important;
    text-align: unset !important;
}

.hidden-force {
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1;
    display: none;
}

.page-wrapper .step-slide-wrapper .step-slide .buttons-container {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
}

.page-wrapper .step-slide-wrapper .step-slide .buttons-container .button {
    display: inline-block;
    background: white;
    color: black;
    border: 1px solid black;
    cursor: pointer;
    padding: 15px;
}

.page-wrapper .step-slide-wrapper .step-slide .buttons-container .button:hover {
    background: black;
    color: white;
}

.page-wrapper .step-slide-wrapper .step-slide .buttons-container .button.back,
.page-wrapper .step-slide-wrapper .step-slide .buttons-container .button.send {
    display: none;
}

.fieldset h2 {
    font-size: 30px;
    font-weight: bold;
    color: #787878;
}

.buttons-step-one {
    width: 100%;
    font-family: "Roboto", sans-serif;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.buttons-step-one svg {
    height: 104px;
    width: 104px;
    -ms-grid-row-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 30px;
}

.buttons-step-one h3 {
    font-size: 50px;
    font-weight: bold;
}

.buttons-step-one button {
    border: 2px solid #f41b00;
    background-color: #ffffff;
    margin: 15px 25px;
    border-radius: 5px;
    padding: 10px;
    color: #666666;
}

.fieldset label {
    margin: 12px;
}

.fieldset label input {
    margin-top: 7px;
}

.container-btn-submit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 27px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.svg-back-btn {
    border-radius: 50%;
    width: 48px;
    padding: 11px;
    cursor: pointer;
}

.fieldset label {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.svg-back-btn g g path {
    fill: rgba(11, 11, 11, 0.77);
}

.msg-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.msg-input textarea {
    padding: 10px;
    border: 1px solid #00000045;
    border-radius: 7px;
    margin: 0 12px 12px 12px;
}

.container-contact {
    height: 111vh;
}

.svg-thanks {
    display: block;
    font: 10.5em "Montserrat";
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    -webkit-box-shadow: -1px 3px 11px 4px rgba(0, 0, 0, 0.16);
    box-shadow: -1px 3px 11px 4px rgba(0, 0, 0, 0.16);
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6%, 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0;
    -webkit-animation: stroke-offset 5.5s infinite linear;
    animation: stroke-offset 5.5s infinite linear;
}

.thanks-text {
    font-size: 18px;
}

.fieldset-thanks {
    margin-top: unset !important;
}

.text-copy:nth-child(1) {
    stroke: #4d163d;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.text-copy:nth-child(2) {
    stroke: #840037;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.text-copy:nth-child(3) {
    stroke: #bd0034;
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}

.text-copy:nth-child(4) {
    stroke: #bd0034;
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}

.text-copy:nth-child(5) {
    stroke: #aa0000;
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
}

@-webkit-keyframes stroke-offset {
    100% {
        stroke-dashoffset: -35%;
    }
}

@keyframes stroke-offset {
    100% {
        stroke-dashoffset: -35%;
    }
}

.flip-card-front {
    border-radius: 15px;
    /*-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);*/
    /*box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);*/
}

.overlay-who-are-we {
    background-color: #33322f !important;
    opacity: 0.65 !important;
}
.site-heading {
    mix-blend-mode: hard-light;
}

.solutions {
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 8px 2px #00000021;
    box-shadow: 0 3px 8px 2px #00000021;
}

.feature-area .single-feature p {
    font-size: 15px;
}

.logo-container {
    width: 100%;
    height: 110px;
    margin-top: 32px;
}

.homepage-txt-under-point h2 {
    text-align: center !important;
    width: 100% !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

.homepage-txt-under-point h3 {
    font-weight: bold;
    font-size: 18px;
}

.homepage-txt-under-point p {
    text-align: center !important;
    width: 109% !important;
    margin-left: unset !important;
    margin-right: unset !important;
    line-height: 1.5em !important;
}

.title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.title-block-mobile-vu {
    display: none;
}

.txt-container .pro-btn-container button:nth-child(1) {
    background-color: #f41b00 !important;
    border-color: transparent !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

.txt-container .pro-btn-container button:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.66) !important;
    border-color: #f41b00 !important;
    font-weight: bold !important;
    color: #f41b00 !important;
}

.container-bottom .btns-bottom-page button:nth-child(1) {
    background-color: #f41b00 !important;
    border-color: transparent !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

.container-bottom .btns-bottom-page button:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.66) !important;
    border-color: #f41b00 !important;
    font-weight: bold !important;
    color: #f41b00 !important;
}

.back-button-container a button {
    background-color: rgba(255, 255, 255, 0.66) !important;
    border-color: #f41b00 !important;
    color: #f41b00 !important;
    font-size: 15px;
    margin-right: 25px;
    width: 218px;
    height: 50px;
    padding: 11px;
}

.price-bottom-page .container-btn-solution button:nth-child(1) {
    background-color: #f41b00 !important;
    border-color: transparent !important;
    font-weight: bold !important;
    color: #ffffff !important;
    font-size: 16px;
    text-transform: none;
    margin-right: 20px;
    padding: 13px;
    height: 50px;
}

.price-bottom-page .container-btn-solution button:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.66) !important;
    border-color: #f41b00 !important;
    font-weight: bold !important;
    color: #f41b00 !important;
    font-size: 16px;
    padding: 13px;
    height: 50px;
    text-transform: none;
}

.background-img-recruitement .recruitment-btn a:nth-child(1) button {
    background-color: #f41b00 !important;
    border-color: transparent !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

.background-img-recruitement .recruitment-btn a:nth-child(2) button {
    background-color: rgba(255, 255, 255, 0.66) !important;
    border-color: #f41b00 !important;
    font-weight: bold !important;
    color: #f41b00 !important;
}

.ec-cookie-tabs__item label {
    padding-top: 2px !important;
}

.ec-holder__buttons label {
    text-decoration: none !important;
    border-radius: 20px !important;
    display: inline-block !important;
    padding: 5px 13px !important;
    color: #fff !important;
    line-height: 1.2 !important;
    background: rgb(170, 0, 0) !important;
}

.ec-copy {
    display: none !important;
}

.red-dots-pro-left {
    width: 190px;
    height: 190px;
    position: relative;
    left: -37px;
    top: -101px;
}

.red-dots-pro-right {
    width: 190px;
    height: 190px;
    position: absolute;
    right: -71px;
    top: 293px;
}

.image-container-solution video {
    width: 500px;
}

.solution-price span {
    /*float: right;*/
    font-size: 15px;
}

#for-script {
    width: 100%;
    height: 100%;
    position: fixed;
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*left: 0;*/
}

.container_modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.button {
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 1.5rem;
    background-color: #fff;
    color: #9191e9;
    padding: 16px 32px;
    padding: 1rem 2rem;
}

.popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    overflow: hidden;
    -webkit-transition: 0.64s ease-in-out;
    -o-transition: 0.64s ease-in-out;
    transition: 0.64s ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 800px;
    max-height: 600px;
    width: 60%;
    height: 80%;
    background-color: #fff;
    -webkit-transition: 0.64s ease-in-out;
    -o-transition: 0.64s ease-in-out;
    transition: 0.64s ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 40%;
    height: 100%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup__photo img {
    width: auto;
    height: 100%;
}

.popup__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60%;
    height: 100%;
    padding: 64px;
    padding: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup__text h1 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #0a0a0a;
}

.popup__text p {
    color: #686868;
    font-size: 18px;
    line-height: 1.5;
}

.modal-help-link {
    font-size: 15px;
    color: #000;
}

.popup:target {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.popup:target .popup-inner {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.popup__close {
    position: absolute;
    right: -16px;
    right: -1rem;
    top: -16px;
    top: -1rem;
    width: 48px;
    width: 3rem;
    height: 48px;
    height: 3rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    border-radius: 100%;
    background-color: #0a0a0a;
    z-index: 4;
    color: #fff;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.modal-help-link:hover {
    -webkit-text-decoration: underline #000;
    text-decoration: underline #000;
    cursor: pointer;
}

.title-contact {
    font-size: 45px;
}

.solution-price-title br {
    display: none;
}

.infos-legal-mention {
    padding: 20px 0;
}

.infos-legal-mention strong {
    font-size: 25px;
}

.navbar-collapse {
    padding: 29px 0 20px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.margin-rec {
    margin-right: 20px;
}
.na .solution-container-opt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #dfe9f2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.arrow-down {
    display: block;
    color: #fff;
    font-style: normal;
    font-weight: 700;
}
.nav-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.solution-container-opt-text {
    padding: 47px 0 0 47px;
    width: 45%;
    margin: unset;
}

.solution-container-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #707070;
    color: #fff;
    padding: 66px 66px 66px 145px;
}

.solutions-container-silder-text > h2 {
    color: #ffffff !important;
}

.solutions-container-silder-text > p {
    margin-bottom: 70px;
    font-size: 18px;
}

.underline {
    border-bottom: 3px solid #f41b00;
}

#solution-border-left {
    border-left: 3px solid #f41b00;
}

#solution-border-left li {
    list-style: none;
}

.solution-arrow {
    cursor: pointer;
}
.navbar-light .navbar-toggler-icon {
    background-image: none !important;
}
.image-container-solution-slider {
    background-color: #33322f;
    min-width: 380px;
    max-width: 380px;
    height: 480px;
    border-radius: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: -webkit-grab;
    cursor: grab;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.solution-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 380px;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    -o-object-fit: cover;
    object-fit: cover;
}

.solution-slider-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.solution-container-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.title-slider-item {
    color: #ffffff !important;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 35px;
}

.solution-container-img-one {
    position: relative;
    z-index: 20;
}

.solution-red-dots {
    position: absolute;
    left: 82%;
    top: -4%;
    z-index: 10;
}

.img-one {
    position: relative;
    z-index: 20;
}

.left {
    margin-right: 40px;
    cursor: pointer;
}

.right {
    cursor: pointer;
}

.new-solution-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.new-solution-container-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.new-solution-container-txt h6 {
    color: #f41b00 !important;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

.new-solution-container-txt h3 {
    font-size: 28px;
}

.new-solution-container-txt p {
    color: #707070 !important;
}

.new-solution-container-img {
    margin-right: 30px;
}

.new-solution-btn {
    text-align: unset;
    margin-bottom: unset;
    margin-top: unset;
}

.new-solution-btn:hover {
    color: #f41b00;
}

/* .btn-demo{
    vertical-align: sub;
} */
@media (max-width: 1620px) {
    .desc-blog-article {
        width: 250px;
    }
}
@media (max-width: 1577px) {
    .home-title {
        margin-left: unset;
        width: 100%;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
    }

    .div-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .homepage-fake-chat {
        margin: 50px 0 0 25px;
    }

    .home-title h1 {
        width: unset;
        margin-right: unset;
        margin-left: 25px;
        text-align: left;
        left: unset;
    }

    .home-title h2 {
        width: unset;
        margin-right: unset;
        margin-left: 25px;
        text-align: center;
    }

    .homepage-container-point {
        margin-bottom: unset;
        width: 595px;
        height: 298px;
    }
}

@media (max-width: 1538px) {
    .red-dots-pro-right {
        display: none;
    }
}

@media (max-width: 1430px) {
    .title-before-img-container {
        padding: 0 35px;
        text-align: center;
    }

    .title-cons-solution {
        text-align: center;
    }
}

@media (max-width: 1345px) {
    .red-dots-pro-left {
        display: none;
    }

    .container-btn-solution {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .container-btn-solution button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 15px 0;
        place-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .red-dots {
        left: -319px;
    }

    /* .bg-light {
        height: auto;
    } */

    .solution-price span {
        float: unset;
    }

    .price-bottom-page {
        margin-left: unset;
        width: 100%;
        margin-top: 44px;
        margin-bottom: 44px;
        padding-left: 54px;
        padding-right: 26px;
    }

    .solutions-header-text-container {
        width: 60%;
    }
}

@media (max-width: 1290px) {
    /* .event-preview-item-container-home-page:first-child{
        margin-right:0px ;
    } */
    /* .event-preview-container-home-page{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap:50px
    } */

    .center-three-point {
        width: 100%;
    }

    .div-center {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .home-title {
        margin-left: unset;
    }

    .home-bottom-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .div-center a:first-child .btn-home {
        margin: 25px;
    }

    .home-point {
        position: unset;
        margin-left: unset;
        margin-right: unset;
        margin-top: 20px;
    }

    .home-title h1 {
        text-align: left;
    }

    .home-title h2 {
        text-align: right;
    }

    .why-meetdeal-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .solution-container-opt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .dl-btn {
        height: 100px;
    }

    .container-para-consumer {
        padding: 55px 55px 55px 5px;
    }

    .title-cons-solution {
        text-align: center;
    }

    .container-cons-solution-four-point {
        padding: 0 50px;
    }

    .container-consumer-image {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .txt-container-deux {
        margin-bottom: 50px !important;
        width: 100%;
        padding-left: 50px;
    }

    .container-four-point {
        width: 100%;
    }

    .container-five-point {
        width: 100%;
    }

    .solutions-header-text-container {
        width: 75%;
    }
}

@media (max-width: 1200px) {
    body {
        height: unset;
    }

    .homepage-container-point {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .home-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .homepage-point {
        width: unset;
        margin: 26px 45px 0 45px;
    }

    .homepage-txt-under-point {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .home-title {
        margin-bottom: 35px;
        padding-left: unset;
    }

    .home-title h2 {
        text-align: left;
    }

    .div-center {
        margin-top: -30px;
    }
}

@media (max-width: 1190px) {
}

@media (max-width: 1160px) {
    .img-container img {
        height: auto;
        width: 100%;
    }

    .red-dots {
        left: -230px;
    }
}

@media (max-width: 1150px) {
    .container-master {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: unset;
        /* margin-bottom: unset; */
    }
    .container-master-ppdl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .cat-container-massive {
        width: 100%;
        text-align: center;
    }

    .article-on-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 60px 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        align-items: center !important;
        justify-content: center;
        text-align: unset;
        max-width: none;
    }

    .all-article-container {
        width: 100%;
    }

    .cat-container {
        width: 80%;
        margin: auto;
    }

    .article-on-list img {
        width: 100%;
    }
    .desc-blog-article {
        margin-top: 10px;
    }

    .block-quote-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .quote {
        margin-left: unset;
        position: unset;
        top: unset;
        left: unset;
        background-color: #ffffff7d;
    }

    .trustpilot-widget-note-bottom {
        display: none;
    }

    .trustpilot-widget-note-under-quote {
        display: block;
    }

    .img-quote-container {
        display: none;
    }

    .block-quote-container {
        width: 550px !important;
        height: 550px;
        border-radius: 15px;
    }

    .block-quote {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .blockquote-tag {
        color: rgba(11, 11, 11, 0.78);
    }

    .container-para-consumer {
        width: 100%;
    }

    .container-consumer-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .event-preview-item-files {
        justify-content: center;
        width: unset;
    }
}

@media (max-width: 1060px) {
    .dl-title-app {
        padding-left: 25px;
        padding-right: 20px;
    }

    .solution-container-opt-text {
        width: 100% !important;
    }

    .solution-container-opt {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (max-width: 1030px) {
    .event-preview-container-home-page {
        width: 600px;
    }
}
@media (max-width: 1020px) {
    .title-bottom-page {
        width: 100%;
    }

    .paragraph-top-timeline-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .mana-conatiner {
        margin-left: unset;
        margin-right: unset;
    }

    .paragraph-top-timeline {
        margin-right: unset;
        padding-left: unset;
    }

    .txt-container {
        width: 50%;
    }

    .container-dl-btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (max-width: 991.98px) {
    .arrow-down {
        display: none;
    }
    .btn-recruitement {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .btn-2-recruitmenet {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }

    .sf-arrows .sf-with-ul {
        padding-right: 0 !important;
    }

    .sub-menu {
        display: block !important;
        position: relative !important;
    }

    #language_form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 5px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .background-menu {
        background: #fff;
        /* background: -o-linear-gradient(rgba(212, 218, 231, 1) 0%, rgba(230, 233, 239, 1) 50%, rgba(245, 245, 245, 1) 80%) !important;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 218, 231, 1)), color-stop(50%, rgba(230, 233, 239, 1)), color-stop(80%, rgba(245, 245, 245, 1))) !important;
        background: linear-gradient(rgba(212, 218, 231, 1) 0%, rgba(230, 233, 239, 1) 50%, rgba(245, 245, 245, 1) 80%) !important; */
        padding: 20px 100px;
        width: 100% !important;
        height: 92vh !important;
        color: #000 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 23px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        z-index: 10000;
    }

    .nav-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .sf-with-ul {
        padding-right: 0;
    }
    .nav-item a {
        color: #000;
        font-size: 20px;
    }
    .sub-menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .nav-item a:hover {
        color: #aa0000;
        /* font-size: 22px; */
    }

    .image-solution-page img {
        width: 100%;
        margin: 75px 0 0;
    }

    .container-btn-solution {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 16px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .btn-nav {
        margin: 15px;
    }

    #navbarNavAltMarkup {
        margin-right: 0px;
        -webkit-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        /* transition-delay: 2s; */
        z-index: -1;
    }

    .home-title h1 {
        position: unset;
        left: unset;
    }

    .new-solution-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .new-solution-container-img {
        margin-bottom: 35px;
    }
    .article-text img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 970px) {
    .dl-title-app {
        padding-left: unset;
        padding-right: unset;
        margin-left: unset;
    }

    .img-timeline-para {
        width: 80%;
    }

    .center-three-point {
        width: 100%;
    }

    .recruitment-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .recruitment-btn {
        margin-bottom: 25px;
    }

    .flex-header-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .page_wrapper_step {
        height: 868px !important;
    }

    .page-wrapper {
        width: 100%;
    }

    .txt-container {
        width: 100%;
        margin-left: unset;
        margin-top: 50px;
    }

    .solution-page :nth-child(5) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .solutions-text-prez {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .solutions-txt-container {
        width: 75%;
    }
}

@media (max-width: 900px) {
    .btn-container-404-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .container-consumer-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .title-cons-solution {
        text-align: center;
        font-size: 33px;
        padding: 0 10px;
    }

    .container-cons-solution-four-point {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .container-cons-solution {
        margin-bottom: 53px;
    }

    .video-prez-consum video {
        width: 100%;
        border-radius: unset;
    }

    .txt-container {
        margin: unset;
    }

    .txt-container {
        width: 100%;
        /*padding: 20px;
         */
    }

    .image-container {
        margin: 20px;
    }

    .cons-solution-point {
        margin-bottom: 30px;
    }

    .price-bottom-page-container {
        right: unset;
    }

    .container-dl-app {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .dl-title-app {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .container-para-consumer {
        width: 100%;
        padding: 0 20px;
    }

    .dl-btn {
        padding: 12px 23px;
        margin: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 34px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .container-dl-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-grid-row-align: center;
        -ms-flex-item-align: center;
        align-self: center;
        width: 88%;
        margin-bottom: 54px;
        margin-top: 40px;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    img.gif {
        height: 265px;
    }
}
@media (max-width: 1300px) {
    .list-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-around;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        z-index: 10000;
        -webkit-transition: opacity 0.6s ease-out;
        -o-transition: opacity 0.6s ease-out;
        transition: opacity 0.6s ease-out;
    }

    .bg-light {
        padding: 0px 0px;
    }
}

@media (max-width: 860px) {
    .div-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .mini-txt-tchat-title {
        padding: 20px;
    }

    .mini-txt {
        padding: 20px;
        width: 100%;
    }

    .page_wrapper_step {
        height: 145% !important;
    }

    .home-container {
        margin-top: unset;
    }

    .txt-container-deux {
        width: 92%;
    }

    .expertise-field-container {
        height: auto;
    }

    .recruitment-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .txt-recruitment-container {
        width: 100%;
        margin: 35px 0;
        padding: 0 15px;
    }

    .recruitment-btn {
        width: 100%;
        margin-bottom: 20px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .expertise-subfield {
        width: 50%;
        margin-bottom: 30px;
    }

    .expertise-field {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .center-three-point {
        margin-bottom: 70px;
    }

    .mini-txt-tchat-title {
        width: 100%;
    }

    .three-point {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .mini-txt-tchat {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .list-footer {
        margin: unset;
        padding-left: 15px;
    }

    .homepage-container-point {
        width: auto;
    }

    .homepage-txt-under-point p {
        width: 100% !important;
    }
}
@media (max-width: 987px) {
    .language-container {
        padding: 5px 8px;
        border-radius: 19px;
        font-weight: 900;
        margin-bottom: 20px;
    }
    .nav-language {
        margin-left: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out 0.2s;
        -o-transition: opacity 0.3s ease-out 0.2s;
        transition: opacity 0.3s ease-out 0.2s;
    }
    .nav-item {
        margin-bottom: 15px;
        opacity: 0;
        -webkit-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.7, 1.01);
        -o-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.7, 1.01);
        transition: all 0.25s cubic-bezier(0.25, 0.1, 0.7, 1.01);
    }
    .nav-btn-demo {
        background-color: #d90000;
        padding: 14px;
        color: #fff !important;
        font-size: 15px !important;
        text-align: center;
        line-height: 24px;
        border: 0;
        border-radius: 3px;
    }
}
@media (max-width: 800px) {
    .title-block-mobile-vu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        text-align: end;
        margin-right: 60px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .title-block-mobile-vu h1 {
        font-weight: bold;
        font-size: 60px;
    }

    .title-block-mobile-vu h2 {
        font-weight: bold;
        font-size: 35px;
    }

    .image-container-size {
        width: 100% !important;
    }

    .title-pro span {
        line-height: 39px !important;
        font-size: 43px !important;
    }

    .title-pro {
        line-height: 39px !important;
        font-size: 43px !important;
    }

    .btns-bottom-page button {
        margin: 50px 50px 0 50px;
    }

    .popup-inner {
        max-width: unset;
        width: 100%;
    }

    .solution-container-opt-text {
        padding: 47px 30px !important;
    }

    .popup__close {
        right: 0;
        top: 0;
        border-radius: 0 0 0 15px;
    }

    .popup__text {
        width: 100%;
        padding: 2em;
    }

    .pro-btn-container {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .btn-pro {
        margin: 15px;
    }

    .solutions-text-prez {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .solutions-txt-container {
        margin-right: unset;
        margin-left: unset;
        width: 100%;
        padding: 30px;
    }

    .image-container-solution {
        -ms-grid-row-align: center;
        -ms-flex-item-align: center;
        align-self: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .container-btn-solution {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .solution-price-title {
        font-size: 36px;
    }
}

@media (max-width: 785px) {
    .slick-track{
        height: 377px;
    }
    /* .slick-slide{
        display: flex;
        flex-direction: column;
    } */
    .event-preview-container-home-page {
        width: 370px;
    }
    .event-preview-item-container-home-page img {
        /* display: none !important; */
        margin: 18px 18px 12px 19px;
    }
    .event-preview-item-container-home-page{
        flex-direction: column !important;
        width: 276px ;
        height: 377px !important;
        max-width: 276px;
        max-height: 377px;
    }

    .event-preview-item-home-page{
        margin: 0 15px 18px 15px;
    }
   
    .list-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 35px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .list-item h3 {
        font-size: 24px;
        margin-top: 22px;
        margin-bottom: 9px;
    }

    .list-item ul li a {
        font-size: 17px;
    }

    .four-point-container {
        width: 100%;
    }

    .five-point-container {
        width: 100%;
    }

    .list-item span {
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 36px;
        font-weight: bold;
    }

    .social-btn {
        width: 100%;
        margin: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .partner-list .partner-title {
        margin-left: unset;
        text-align: center;
        margin-bottom: 13px;
    }

    .copyright-footer {
        margin-left: unset;
        text-align: center;
        margin-top: unset;
    }
}

@media (max-width: 768px) {
    .recruitment-mobile-marge {
        width: 90%;
    }
    .img-container {
        height: 100%;
        margin-bottom: unset;
    }

    .img-container img {
        width: 100%;
        height: 100%;
    }

    .btns-bottom-page .btn-nav .btn-pro {
        margin-right: 10px;
    }

    .btns-bottom-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        margin-top: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .txt-to-right {
        text-align: left;
    }

    .background-img-timeline {
        display: none;
    }

    .txt-to-right img {
        margin: 15px;
    }

    .txt-to-left {
        text-align: left;
    }

    .txt-to-left img {
        margin: 15px;
    }
}

@media (max-width: 750px) {
    .title-recruitment {
        line-height: 39px;
    }

    .image-solution-page img {
        display: none;
    }

    .solutions-header-text {
        padding-bottom: 50px;
    }

    .solution-price-title br {
        display: block;
    }

    .back-button-container a button {
        margin-right: unset;
        padding: 8px;
    }

    .btn-home {
        width: 252px;
        height: 67px;
        padding: 19px;
        font-size: 22px;
    }

    .title-bottom-page {
        width: 100%;
        font-size: 35px;
        padding: 0 15px;
    }

    .price-bottom-page .container-btn-solution button:nth-child(1) {
        margin-right: unset;
    }

    .price-bottom-page-container {
        right: unset;
    }

    .title-before-img-container {
        padding-left: 29px;
        padding-right: 17px;
    }

    .title-before-img-container h3 {
        text-align: left;
    }

    .img-container img {
        border-radius: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
    .event-preview-container {
        justify-content: center;
    }
    .event-credit {
        padding-bottom: 20px;
    }
    .title-event {
        text-align: center;
    }
}

@media (max-width: 704px) {
    .price-bottom-page {
        width: 100%;
        margin-left: unset;
        -ms-grid-row-align: center;
        -ms-flex-item-align: center;
        align-self: center;
        text-align: center;
        padding-left: unset;
        padding-right: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .back-button-container {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .title-pro span {
        line-height: 39px !important;
        font-size: 43px !important;
    }

    .title-pro {
        line-height: 39px !important;
        font-size: 35px !important;
    }

    .red-dots {
        display: none;
    }

    .price-bottom-page-container {
        width: 100%;
        border-radius: unset;
    }

    .back-button-container {
        width: unset;
    }
}

@media (max-width: 640px) {
    #label-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .title-three-point {
        width: 100%;
    }

    .solutions-header-text-container {
        padding: 30px;
    }

    .home-container {
        margin-top: 808px;
        height: auto;
    }

    .trustpilot-widget {
        width: 100%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-top: 20px;
        height: 101px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .trustpilot-container {
        margin-bottom: 180px;
    }

    .partner-container-title {
        /*margin-top: 109px;*/
        font-size: 30px;
    }

    .post-heading {
        padding-top: 130px !important;
    }

    .article-on-list img {
        width: 100%;
    }

    .title-article {
        font-size: 40px;
    }

    .btn-back-to-blog-list {
        margin: unset;
        width: 100%;
    }

    .post-heading {
        padding-top: 130px !important;
    }

    .title-article {
        font-size: 40px;
    }

    .btn-back-to-blog-list {
        margin: unset;
        width: 100%;
    }

    .first-title {
        font-size: 70px;
        top: 260px;
    }

    .home-container {
        margin-top: unset;
    }
}

@media (max-width: 590px) {
    /* .event-preview-item-container-home-page img {
        display: none !important;
    } */
    .solution-container-slider {
        padding: 34px 10px !important;
    }

    .image-container-solution-slider {
        min-width: 175px !important;
    }

    .title-slider-item {
        font-size: 20px !important;
    }
}

@media (max-width: 575px) {
    .solutions-header-text-container {
        padding: 11px 11px 11px 35px;
    }

    .avatar-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .homepage-fake-chat img {
        margin-bottom: 30px;
        margin-right: unset;
    }

    .btn-home {
        margin-left: unset;
        width: 335px;
    }

    .homepage-fake-chat {
        margin: 50px 0 0 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        width: 100%;
    }

    .title-block-mobile-vu {
        padding-left: 20px;
        margin-right: unset;
        text-align: left;
    }

    img.gif {
        height: 166px;
    }

    .dl-title-app {
        margin-left: unset;
        margin-bottom: unset;
    }

    h3 {
        font-size: 25px;
    }

    h2 {
        font-size: 30px;
    }

    .title-three-point {
        margin-bottom: unset;
    }
}

@media (max-width: 565px) {
    .mana-conatiner {
        display: none;
    }

    .title-cons-solution h2 {
        font-size: 30px;
    }

    .title-cons {
        line-height: 39px !important;
        font-size: 35px !important;
    }

    .expertise-subfield div {
        font-size: 22px;
        line-height: 31px;
    }

    .image-container {
        margin-left: unset;
        margin-right: unset;
    }

    .image-container-size-is_right {
        width: 100% !important;
    }

    .home-container {
        margin-top: unset;
    }

    .home-title h1 {
        font-size: 25px;
        text-align: center;
        margin-left: unset;
    }

    .home-title h2 {
        font-size: 18px;
        text-align: center;
        margin-left: unset;
    }

    .recruitment-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .container-dl-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .block-quote-container {
        margin-bottom: unset;
    }

    .title-expertise h2 {
        font-size: 30px !important;
    }

    .quote {
        margin-left: unset;
        width: 90%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding: 20px 20px 20px 20px;
        /*-webkit-box-shadow: unset;*/
        /*        box-shadow: unset;*/
        /*border-radius: unset;*/
        height: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .back-button-form {
        top: -9px;
        left: -11px;
    }

    .popup__photo {
        width: 0;
    }

    .quote h3 {
        margin-left: unset;
        font-size: 25px;
    }

    .blockquote-tag {
        margin-left: unset;
    }

    .text-block-quote {
        font-size: 45px;
    }

    .block-quote-container {
        width: 100% !important;
        height: auto;
        background-size: cover;
        border-radius: unset;
        margin-bottom: 25px;
    }

    .svg-quote {
        display: none;
    }

    .title-contact {
        font-size: 35px !important;
    }

    .page-wrapper {
        padding: unset;
    }

    .page-wrapper .step-slide-wrapper {
        width: 100%;
        height: 685px;
        padding: 8px;
        border-radius: 25px 25px 0 0;
    }

    .container-contact {
        height: auto !important;
    }

    .flex-header-container {
        padding-top: 70px;
    }

    .txt-header-contact-form {
        height: unset !important;
    }

    .fieldset h2 {
        font-size: 35px;
    }

    .pro-btn-container {
        margin-top: unset;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .image-container-solution video {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 455px) {
    .cons-solution-point {
        width: 100%;
    }

    .cons-solution-point span {
        font-size: 18px;
    }

    .home-container {
        margin-top: unset;
    }

    .container-add-card img {
        width: 52px;
        margin-right: 37px;
    }

    .container-add-card span {
        font-size: 18px;
    }

    .first-title {
        font-size: 59px;
        top: 240px;
    }

    .image-container-solution img {
        height: unset;
        width: 100%;
    }

    .container-btn-solution {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .solutions-header-title {
        width: 100%;
        font-size: 35px !important;
        line-height: 39px !important;
    }

    .solutions-text-prez {
        margin-top: 13px;
    }

    .solutions-header-container {
        height: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .solutions-header-text-container {
        width: 100%;
        margin-left: unset;
        margin-top: unset;
        padding-top: 35px;
        border-radius: unset;
        padding-left: 14px;
    }

    .solution-price {
        line-height: initial;
    }
}

@media (max-width: 411px) {
    .margin-rec {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .paragraph-top-timeline {
        width: 90%;
        text-align: unset;
    }

    .mana-conatiner img {
        border-radius: 15px;
        width: 100%;
        padding: 0 10px;
    }

    .trustpilot-container h2 {
        font-size: 40px;
    }

    .txt-header-contact-form {
        width: 100% !important;
        padding: 49px 12px;
    }

    .container-prez-cons {
        height: 120vh;
    }

    .container-add-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .container-add-card img {
        width: 88px;
        margin-right: unset;
        margin-bottom: unset;
        -ms-grid-row-align: center;
        -ms-flex-item-align: center;
        align-self: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .container-cons-solution-four-point {
        margin-bottom: 30px;
    }

    .container-add-card span {
        font-size: 18px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .container-prez-pro {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        height: 105vh;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .txt-container {
        width: 92% !important;
        margin-left: 15px;
        padding-left: unset;
    }

    .flex-header-container {
        padding-top: unset;
    }

    .one-point {
        margin: 12px;
    }

    .title-three-point {
        font-size: 30px;
    }

    .title-flip-card h3 {
        font-size: 24px !important;
    }

    .title-flip-card br {
        display: none;
    }

    .mini-txt-tchat {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 45px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .why-meetdeal-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .solution-container-opt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .container-four-point {
        width: 100%;
    }

    .container-five-point {
        width: 100%;
    }

    .three-point {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .expertise-field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .expertise-field-container {
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

    .recruitment-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .recruitement-btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .txt-recruitment-container {
        width: 100%;
    }

    .timeline-content img {
        width: 100%;
        height: 100%;
    }

    .timeline .timeline-content {
        margin-left: unset;
    }

    .timeline:before {
        left: 22px;
    }

    .timeline .timeline-img {
        left: 22px;
    }

    .timeline-item:nth-child(even) .timeline-content:after {
        display: none;
    }

    .mini-txt-tchat-title {
        width: 100%;
        padding-left: 15px;
    }

    .center-three-point {
        margin-bottom: 40px;
        width: 100%;
    }

    .timeline-item-paragraph img {
        display: none;
    }

    .expertise-subfield {
        margin-bottom: 38px;
    }

    .title-expertise {
        margin: 40px;
        text-align: center;
        line-height: 56px;
    }

    .mini-txt-tchat {
        width: 100%;
    }

    .mini-txt {
        padding-left: 15px;
    }

    .txt-container-deux {
        margin-bottom: 20%;
    }

    .four-point {
        width: 100%;
    }

    .five-point {
        width: 100%;
    }
}

@media (max-width: 400px) {
    img.gif {
        height: 105px;
    }

    .title-block-mobile-vu h1 {
        margin-bottom: 35px;
    }

    .homepage-fake-chat {
        width: 100%;
    }

    .avatar-container {
        width: 100%;
    }

    .homepage-chat-container {
        width: 100%;
        margin: 0 12px;
    }

    .btn-home {
        margin-left: unset;
    }

    .logo {
        margin-left: 30px;
    }

    .title-block-mobile-vu h2 {
        font-size: 22px;
    }

    .title-block-mobile-vu h1 {
        font-size: 45px;
    }

    .first-title {
        font-size: 59px;
        top: 141px;
    }

    .div-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .btn-home {
        margin-bottom: 25px;
    }
}

@media (max-width: 360px) {
    /* .event-preview-item-container-home-page{
        width: 100%;
    } */
    .event-preview-item-home-page {
        padding: 20px 0 !important;
        height: auto;
    }
    .container-prez-cons {
        height: 145vh;
    }

    .container-prez-pro {
        height: 132vh;
    }

    .btn-home {
        width: 280px;
    }
}

.change_language {
    height: 26px;
    width: 50px;
    font-size: 12px;
    background-color: #000;
}

.change_language > option {
    font-size: 15px;
    line-height: 0px;
}

.widget-jungle {
    width: 70%;
    height: 300px;
    margin-top: 50px;
}
.btn-demo:hover {
    color: #fff !important;
}
.recruitment-mobile-marge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-picture {
    border-radius: 5px !important;
}

.btn-picture {
    background-color: #d90000;
    border-radius: 3px !important;
    width: 166px;
    height: 50px;
    color: #fff;
    font-size: 15px !important;
    text-align: center;
    line-height: 24px;
    border: 0;
}
.btn-picture:hover {
    background-color: #aa0000;
}

.navbar-brand img {
    width: 60px;
    height: 60px;
}
.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}
img.lazyload:not([src]) {
    visibility: hidden;
}
.lazyload {
    opacity: 0;
}
.lazyloading {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    background: url(https://api.meetdeal.fr/media/pictures/2021/08/11/dark-loader.gif) no-repeat center;
}

#custom-text {
    margin-left: 10px;
    font-family: sans-serif;
    color: #aaa;
}

.event-item-para {
    margin-bottom: 0 !important;
}
.event-item-para p {
    margin-bottom: 0 !important;
}

.desc-blog-article p {
    margin-top: unset !important;
    margin-bottom: unset !important;
}
