@font-face {
    font-family: "AvenirNextRegular";
    src: url(../fonts/AvenirNextLTPro_Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNextLight";
    src: url(../fonts/AvenirNextLTPro_Regular.woff) format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNextDemi";
    src: url(../fonts/AvenirNextLTPro_Demi.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AvenirNextLTProBold";
    src: url(../fonts/AvenirNextLTPro_Bold.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
    margin: 0;
}

.form-group samp {
    color: red;
}

.pagination {
    justify-content: center;
    margin: 35px 0;
}

.pagination li {
    margin: 0 10px;
    padding: 5px 14px;
    background: #25648f;
}

.pagination li a {
    color: #fff;
    font-family: "AvenirNextRegular";
}

.page-link.active,
.active > .page-link {
    border: none;
    border-radius: 0 !important;
    background-color: #238c92;
}

.page-link {
    color: #238c92;
}

.page-item .page-link {
    margin: 0 5px;
    border: none;
    border-radius: 0 !important;
}

.pagestyle {
    min-height: 500px;
}

.header {
    z-index: 999;
    height: 100px;
    background: #fff;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    align-items: center;
    position: fixed;
}

.header .row {
    align-items: center;
}

.header .hamburger {
    display: none;
}

.header .menu_global {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -24px;
}

.header .menu_global li {
    position: relative;
    font-family: "AvenirNextDemi";
    margin: 15px 0;
}

.header .menu_global li a,
.header .menu_global li a:hover,
.header .menu_global li button {
    color: #000000;
    font-size: 15px;
}

.header .menu_global li ul li {
    margin: 14px 0;
}

.header .menu_global .dropdown-menu-li-a,
.header .menu_global .dropdown-menu-li-a:hover {
    color: #24648f;
    font-family: "AvenirNextDemi";
    font-size: 19px;
    text-align: left;
    min-height: 64px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.header .menu_global li .list_menus a,
.header .menu_global li .list_menus a:hover {
    color: #656565;
    font-family: "AvenirNextRegular";
    font-size: 12px;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.header .menu_global li button::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    background: url(/assets/images/ul_list_icon.png);
    right: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header .menu_global li button:last-child::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background: transparent;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.logo {
    width: 210px;
}

.modal.show .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    margin: auto;
}

.header .menu_global .dropdown-toggle::after {
    display: none;
}

.header .menu_global .btn-check:checked + .btn,
.header .menu_global :not(.btn-check) + .btn:active,
.header .menu_global .btn:first-child:active,
.header .menu_global .btn.active,
.header .menu_global .btn.show {
    background-color: transparent;
    border-color: transparent;
}

.header .menu_global .dropdown-menu {
    border: 0;
    width: fit-content;
    background: #ffffff;
    padding: 1rem 2rem;
    border-radius: 0;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: black 0px 6px 12px -3px;
    border-radius: 3px;
}

.header .menu_global .dropdown-menu h6 {
    /* position: absolute;
  bottom: 8px;
  right: 20px;  
   left: auto; */
    color: #24648f;
    font-family: "AvenirNextDemi";
    font-size: 21px;
    text-align: left;
}

.dropdown-menu.show {
    display: flex !important;
}

.header .heder_contact_btn a,
.header .heder_contact_btn a:hover {
    width: 100%;
    text-align: center;
    background: #8f2464;
    height: 100px;
    display: flex;
    align-items: center;
    font-family: "AvenirNextLight";
    color: #fff;
    font-size: 17px;
    justify-content: center;
}

.header .heder_contact_btn a img,
.header .heder_contact_btn a:hover img {
    margin-right: 15px;
}

.menu_global li.megamenu {
    position: relative;
}

.menu_global li.megamenu ul {
    position: absolute;
    min-width: 860px;
}

.menu_global li.megamenu li {
    display: inline-block;
    width: 24%;
    margin-right: 1%;
}

.menu_global li.megamenu li:last-child {
    margin-right: 0px;
}

.menu_image_block {
    position: relative;
}

.menu_image_block img {
    max-width: 100%;
}

.menu_image_block h6 {
    /* position: absolute;
  bottom: 8px;
  right: 20px;  
   left: auto; */
    color: #24648f;
    font-family: "AvenirNextDemi";
    font-size: 21px;
    text-align: left;
}

.modal_rechercher {
}

.modal_rechercher button,
.modal_rechercher input,
.modal_rechercher optgroup,
.modal_rechercher select,
.modal_rechercher textarea {
    margin: 0;
    width: 100%;
}

.modal_rechercher .modal-content {
    background-color: #70a2c4;
    border-radius: 0rem;
}

.modal_rechercher button {
    background: none;
    border: none;
}

.modal_rechercher .modal-body {
    padding: 36px 15px;
}

.modal_rechercher input::placeholder,
.modal_rechercher input {
    color: #fff;
    font-family: "AvenirNextDemi";
    font-size: 21px;
    background-color: transparent;
    border: none;
}

.modal_rechercher .row {
    border-bottom: solid 2px #fff;
}

.modal_rechercher input:focus-visible {
    border: none;
    outline: none;
}

.nous_contacter_merci {
    margin: 45px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nous_contacter_merci h4 {
    font-family: "AvenirNextDemi";
    color: #23668f;
    font-size: 44px;
    margin: 45px auto;
}
.media img {
    width: 180px;
}
@media (max-width: 1200px) {
    .header .menu_global li button::before {
        right: -5px;
    }

    .header .menu_global li a,
    .header .menu_global li a:hover,
    .header .menu_global li button {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .header .heder_contact_btn {
        display: none;
    }

    .header .menu_global {
        position: fixed;
        bottom: 0;
        right: 0;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #70a2c4;
        overflow-y: auto;
        transition: 0.4s ease;
        border-radius: 0;
        -webkit-transition: 0.4s ease;
        -moz-transition: left 0.4s ease;
        width: 100vw;
        flex-direction: column;
    }

    .header .menu_global li a,
    .header .menu_global li a:hover {
        color: #fff;
    }

    .header .menu_global li button {
        color: #fff;
    }

    .header .menu_global.show_menu {
        z-index: 999;
        right: 0px;
    }

    .header .menu_global.hide_menu {
        right: -150%;
    }

    .header .hamburger {
        position: absolute;
        width: 38px;
        height: 40px;
        cursor: pointer;
        top: -26px;
        bottom: 0;
        display: flex;
        right: 15px;
        margin: auto;
        flex-direction: row-reverse;
        align-items: center;
    }

    .header .hamburger button {
        background: transparent;
        border: 0;
        outline: none;
    }

    .header .hamburger.animate samp {
        display: none;
    }

    .header .hamburger p {
        font-size: 15px;
        color: #70a2c4;
        font-family: "AvenirNextLight";
        padding-top: 10px;
        padding-right: 57px;
    }

    .header .hamburger.animate {
        z-index: 9999;
        transition: left 0.8s ease 0s;
    }

    .header .bar,
    .header .bar:after,
    .header .bar:before {
        height: 2px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .header .bar {
        transform: translateY(25px);
        background: #8f2464;
        transition: all 0ms 300ms;
        position: absolute;
        top: -3px;
        width: 50px;
        right: 0;
    }

    .header .bar.animate {
        background: rgba(255, 255, 255, 0);
    }

    .header .bar:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 11px;
        background: #70a2c4;
        width: 40px;
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .header .bar:after {
        content: "";
        position: absolute;
        right: 0;
        top: 11px;
        width: 30px;
        background: #24648f;
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .header .bar.animate:after {
        background: #fff;
        top: 0;
        transform: rotate(45deg);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        width: 33px;
        height: 3px;
        left: 8px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .header .bar.animate:before {
        background: #fff;
        bottom: 0px;
        transform: rotate(-45deg);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        width: 33px;
        left: 8px;
        height: 3px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .dropdown-menu {
        border: 0;
        width: auto;
        background: #70a2c4;
    }

    .menu_image_block img {
        display: none;
    }

    .menu_image_block h6 {
        color: #000000;
    }

    .menu_global li.megamenu ul {
        width: auto;
        position: relative;
    }

    .menu_global li.megamenu li {
        display: block;
    }

    .header .menu_global .dropdown-menu {
        transform: translate(-32%, 40px) !important;
    }

    .menu_global li.megamenu ul {
        position: absolute;
        min-width: 300px;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .menu_global li.megamenu li {
        width: 100%;
    }

    .header .menu_global li .list_menus {
        display: none;
    }

    .header .menu_global .dropdown-menu-li-a,
    .header .menu_global .dropdown-menu-li-a:hover {
        font-size: 15px;
        min-height: 30px;
        margin-bottom: 10px;
    }
}

@media (max-width: 567px) {
    .header {
        height: 120px;
    }

    /* .header .logo {
    max-width: 80px;
  } */

    .header .phone_number,
    .header .phone_number:hover {
        right: 63px;
        font-size: 14px;
        padding: 10px 20px;
    }

    .nous_contacter_merci h4 {
        font-size: 28px;
    }
}

/****** start footer ******* */
.footer {
    padding: 70px 0;
    position: relative;
    background: #25658f;
}

.footer .row .footer_menu ul {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #70a2c4;
}

.footer .row .footer_menu ul li {
    font-family: "AvenirNextDemi";
    color: #fff;
}

.footer .row .footer_menu ul li a,
.footer .row .footer_menu ul li a:hover {
    color: #fff;
    font-size: 13px;
}

.footer .row .footer_menu ul li ul {
    display: block;
    margin: 25px 0;
    border-bottom: none;
}

.footer .row .footer_menu ul li ul li {
    font-family: "AvenirNextRegular";
    display: block;
    margin-bottom: 10px;
}

.footer .row .footer_menu ul li ul li a,
.footer .row .footer_menu ul li ul li a:hover {
    color: #99cdef;
    font-size: 14px;
}

.footer .row .footer_menu ul li ul li:last-child {
    margin-bottom: 0px;
}

.footer .row .rights_reserved {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .row .rights_reserved p {
    font-family: "AvenirNextRegular";
    color: #fff;
    font-size: 10px;
}

.footer .row .rights_reserved .terms_privacy_legal a,
.footer .row .rights_reserved .terms_privacy_legal a:hover {
    font-family: "AvenirNextRegular";
    color: #fff;
    font-size: 10px;
}

@media (max-width: 991px) {
    .footer .row .media {
        margin: 25px 0;
    }
    .footer .row .footer_menu ul {
        flex-direction: column;
    }
    .footer .row .footer_menu ul li {
        margin-bottom: 15px;
    }
}

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

/****** end footer ******* */
/****************** start hero ******************* */
.home_hero {
    position: relative;
    margin-top: 100px;
}

.home_hero .home_hero_slider .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.home_hero .home_hero_slider .owl-dots .owl-dot span {
    width: 50px;
    height: 5px;
    display: block;
    background: #d4d4d4;
    margin-right: 10px;
    border-radius: 10px;
}

.home_hero .home_hero_slider .owl-dots .owl-dot.active span {
    width: 100px;
    background: #23668f;
}

@media (max-width: 1200px) {
    .home_hero .home_hero_slider .owl-dots {
        bottom: 0;
    }
}

@media (max-width: 991px) {
    .home_hero .home_hero_slider .owl-dots {
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
}

@media (max-width: 567px) {
    .home_hero .home_hero_slider .owl-dots .owl-dot span {
        width: 25px;
    }

    .home_hero .home_hero_slider .owl-dots .owl-dot.active span {
        width: 50px;
    }
}

.home_hero .row {
    align-items: center;
    position: relative;
}

.home_hero .row h2 {
    font-family: "AvenirNextRegular";
    color: #393939;
    font-size: 49px;
    margin-bottom: 40px;
}

.home_hero .row h2 span {
    font-family: "AvenirNextDemi";
}

.home_hero .row a,
.home_hero .row a:hover {
    font-family: "AvenirNextDemi";
    color: #8e2765;
    font-size: 23px;
    padding: 20px 35px;
    display: inline-block;
    border: solid 2px #8e2765;
}

.hero_img_col {
    width: 100%;
    height: 600px;
}

.home_hero .row .hero_img_col {
    text-align: end;
    position: relative;
}

.home_hero .row .hero_img_col img {
    width: 100%;
}

.home_hero .owl-item.active .row .hero_img_col::before {
    content: "";
    position: absolute;
    left: 20%;
    bottom: 0;
    width: 20%;
    height: 25%;
    background-color: #8e2765;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    animation-name: animation2;
    animation-duration: 1s;
    animation-delay: 0s;
}

@keyframes animation2 {
    0% {
        left: 50%;
        bottom: 700px;
    }

    50% {
        left: 25%;
        bottom: 600px;
    }

    75% {
        left: 50%;
        bottom: 50px;
    }

    100% {
        left: 20%;
        bottom: 0;
    }
}

.home_hero .owl-item.active .row .hero_img_col::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 50%;
    background-color: #23668f;
    clip-path: polygon(100% 0, 100% 50%, 0 100%, 0 50%);
    animation-name: animation1;
    animation-duration: 0.5s;
    animation-delay: 0s;
}

@keyframes animation1 {
    0% {
        left: 50%;
        bottom: 600px;
    }

    50% {
        left: 25%;
        bottom: 300px;
    }

    75% {
        left: 12%;
        bottom: 50px;
    }

    100% {
        left: 0;
        bottom: 0;
    }
}

.owl-item.active .riangle_1::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    transform: scale(-1, 1);
    height: 25%;
    background-color: #8e2765;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    animation-name: animation9;
    animation-duration: 3.4s;
    animation-delay: 0s;
}

@keyframes animation9 {
    0% {
        right: 50%;
        top: -200%;
    }

    50% {
        right: 40%;
        top: -100%;
    }

    /* 75% {
    right: 0;
    top: -50%;
  } */

    100% {
        right: 0;
        top: 0;
    }
}

.owl-item.active .riangle_1::after {
    content: "";
    position: absolute;
    right: 20%;
    top: 25%;
    width: 20%;
    height: 25%;
    transform: scale(-1, -1);
    background-color: #719ec0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    animation-name: animation8;
    animation-duration: 3.3s;
    animation-delay: 0s;
}

@keyframes animation8 {
    0% {
        right: 50%;
        top: -200%;
    }

    50% {
        right: 40%;
        top: -100%;
    }

    /* 75% {
    right: 35%;
    top: 10%;
  } */

    100% {
        right: 20%;
        top: 25%;
    }
}

.owl-item.active .riangle_2::after {
    content: "";
    position: absolute;
    right: 40%;
    top: 75%;
    width: 20%;
    height: 25%;
    transform: scale(-1, 1);
    background-color: #719ec0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    animation-name: animation3;
    animation-duration: 1.5s;
    animation-delay: 0s;
}

@keyframes animation3 {
    0% {
        right: 50%;
        top: -100%;
    }

    50% {
        right: 75%;
        top: -100%;
    }

    75% {
        right: 50%;
        top: 50%;
    }

    100% {
        right: 40%;
        top: 75%;
    }
}

.owl-item.active .riangle_2::before {
    content: "";
    position: absolute;
    right: 20%;
    top: 50%;
    width: 20%;
    height: 25%;
    transform: scale(1, -1);
    background-color: #23668f;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    animation-name: animation4;
    animation-duration: 2s;
    animation-delay: 0s;
}

@keyframes animation4 {
    0% {
        right: 50%;
        top: -200%;
    }

    50% {
        right: 75%;
        top: -100%;
    }

    75% {
        right: 0%;
        top: 45%;
    }

    100% {
        right: 20%;
        top: 50%;
    }
}

.owl-item.active .riangle_3::after {
    content: "";
    position: absolute;
    right: 40%;
    top: 50%;
    width: 20%;
    height: 25%;
    transform: scale(1, -1);
    background-color: #23668f;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    animation-name: animation6;
    animation-duration: 3s;
    animation-delay: 0s;
}

@keyframes animation6 {
    0% {
        right: 0%;
        top: -200%;
    }

    50% {
        right: 25%;
        top: -100%;
    }

    75% {
        right: 50%;
        top: 10%;
    }

    100% {
        right: 40%;
        top: 50%;
    }
}

.owl-item.active .riangle_3::before {
    content: "";
    position: absolute;
    right: 40%;
    top: 25%;
    width: 20%;
    height: 25%;
    background-color: #23668f;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    animation-name: animation7;
    animation-duration: 3.2s;
    animation-delay: 0s;
}

@keyframes animation7 {
    0% {
        right: 0%;
        top: -200%;
    }

    50% {
        right: 25%;
        top: -100%;
    }

    /* 75% {
    right: 50%;
    top: 10%;
  } */

    100% {
        right: 40%;
        top: 25%;
    }
}

.owl-item.active .riangle_4::before {
    content: "";
    position: absolute;
    right: 60%;
    top: 50%;
    width: 20%;
    height: 25%;
    transform: scale(-1);
    background-color: #8e2765;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    animation-name: animation5;
    animation-duration: 2.5s;
    animation-delay: 0s;
}

@keyframes animation5 {
    0% {
        right: 0%;
        top: -200%;
    }

    50% {
        right: 25%;
        top: -100%;
    }

    75% {
        right: 50%;
        top: 25%;
    }

    100% {
        right: 60%;
        top: 50%;
    }
}
/* .section {
    margin: 160px 0 !important;
} */
.section {
    margin: 160px 0;
    padding: 100px 0 0 0;
}
@media (max-width: 1400px) {
    .home_hero .row h2 {
        font-size: 40px;
    }
}

@media (max-width: 1200px) {
    .home_hero .row h2 {
        font-size: 35px;
        margin-top: 40px;
    }

    .home_hero .row a,
    .home_hero .row a:hover {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .section {
        margin: 120px 0 !important;
    }
    .home_hero .row .hero_img_col {
        padding: 0;
    }

    .home_hero .row .hero_img_col img {
        margin-bottom: 35px;
    }

    .home_hero .row .home_hero_text {
        padding: 0 10px !important;
        margin-bottom: 35px;
    }

    .home_hero .row .home_hero_text::after {
        right: 0;
        width: 25%;
        z-index: -1;
        height: 20%;
    }
}

@media (max-width: 767px) {
    .hero_img_col {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 567px) {
    .home_hero .row h2 {
        font-size: 30px;
    }
    .section {
        margin: 45px 0 !important;
    }
}

/****************** end hero ******************* */
/****************** start it_infrastructure ******************* */
.it_infrastructure {
    margin: 80px 0;
}

.it_infrastructure .row {
    align-items: center;
}

.it_infrastructure .row .col-lg-8 {
    width: 58.666667%;
}

.it_infrastructure .row h3 {
    font-family: "AvenirNextDemi";
    color: #343434;
    font-size: 26px;
    margin-bottom: 15px;
}

.it_infrastructure .row h3 span {
    color: #23668f;
}

.it_infrastructure .row p {
    font-family: "AvenirNextRegular";
    color: #6a6a6a;
    font-size: 16px;
    margin-bottom: 15px;
}

.it_infrastructure .row p:last-child {
    margin-bottom: 0px;
}

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

@media (max-width: 991px) {
    .it_infrastructure .row img {
        margin-bottom: 35px;
    }

    .it_infrastructure .row .col-lg-8 {
        width: 100%;
    }
}

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

@media (max-width: 567px) {
    .it_infrastructure .row h3 {
        font-size: 22px;
    }
}

/****************** end it_infrastructure ******************* */

/****************** start insights ******************* */
.insights {
    margin: 80px 0;
}

.insights div {
    position: relative;
}

.insights h3 {
    font-family: "AvenirNextLTProBold";
    color: #23668f;
    font-size: 100px;
    position: absolute;
    display: inline-table;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    writing-mode: vertical-lr;
    transform: scale(-1);
}

@media (max-width: 1200px) {
    .insights h3 {
        font-size: 77px;
    }
}

@media (max-width: 567px) {
    .insights h3 {
        font-size: 55px;
    }
}

.insights .item_insights_home_slider {
    position: relative;
}

.insights .item_insights_home_slider label {
    font-family: "AvenirNextDemi";
    color: #323232;
    font-size: 24px;
    margin-top: 25px;
}

@media (max-width: 1200px) {
    .insights .item_insights_home_slider label {
        font-size: 20px;
    }
}

@media (max-width: 567px) {
    .insights .item_insights_home_slider label {
        font-size: 18px;
    }
}

.image_view_insigte {
    float: right;
    max-width: 400px;
    margin-left: 15px;
    margin-bottom: 15px;
}

/* .insights .item_insights_home_slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 22%;
  height: 14%;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
} */

/****************** end insights ******************* */
/****************** start offerings ******************* */
.offerings {
    margin: 80px 0;
    overflow: hidden;
}
.offerings .row {
    margin-bottom: 45px;
}
.offerings h3 {
    font-family: "AvenirNextRegular";
    color: #8e2765;
    font-size: 55px;
    /* position: relative; */
}
.offerings fieldset {
    border: 1px solid #8e2765;
    padding: 4rem 2rem 0rem 2rem;
    display: block;
    overflow: hidden;
}
.col-lg-6:has(.nav_tab_offerings_blue.wow.fadeInLeft.animated) {
    overflow: hidden;
}
.offerings legend {
    font-family: "AvenirNextDemi";
    color: #23668f;
    font-size: 55px;
    line-height: 0;
    position: relative;
    width: fit-content;
    float: inherit;
    padding: 25px 15px;
}

.offerings legend.wow.fadeIn span {
    color: #8e2765;
    box-shadow: inset 0 100px 0 0 #ffff;
    border-bottom: solid 4px #8e2765;
    background-color: #8e2765;
    padding: 5px 15px;
    position: relative;
    -webkit-transition: ease-out 1s;
    -moz-transition: ease-out 1s;
    transition: ease-out 1s;
}
.offerings legend.wow.fadeIn.animated span {
    color: #fff;
    box-shadow: inset 0 0 0 0 #ffff;
    border-bottom: solid 4px #8e2765;
    padding: 5px 15px;
}
.row.show_me_next_row {
    margin-bottom: 0;
}

/* .offerings h3 span {
    color: #fff;
} */

/* .offerings h3::after {
    content: "";
    position: absolute;
    left: -133px;
    top: -7px;
    width: 25%;
    margin: auto;
    z-index: -1;
    height: 277%;
    background-color: #8e2765;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
} */

/* .offerings h4 {
    font-family: "AvenirNextDemi";
    color: #23668f;
    text-align: end;
    font-size: 79px;
    margin-bottom: 45px;
} */
/* .titre_offerings {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 3;
    justify-content: flex-end;
} */
/* .titre_offerings.titre_accueil_animation h4 {
    opacity: 1;
} */

.offerings_titre_h3_and_p {
    display: flex;
    align-items: center;
}
/* .titre_offerings.titre_accueil_animation h4 label {
    display: block;
    opacity: 0;
    filter: blur(4px);
} */
/* .titre_offerings h4 label {
    overflow: hidden;
    position: relative;
}
.titre_offerings h4 label span {
    display: block;
}*/

/* .offerings .parallelogram-container {
    position: relative;
    height: 300px;
    width: 90%;
    z-index: -2;
} */

/* .offerings .parallelogram-container::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background-color: #719ec0;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    right: -78px;
    top: -78px;
    z-index: 99;
} */
/* @keyframes scale {
    100% {
        transform: scale(1);
    }
}
@keyframes fade-in {
    100% {
        opacity: 1;
        filter: blur(0);
    }
} */
/* .offerings .parallelogram {
    height: 200px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 10% 100%);
    background: #2f6e95;
} */

/* .offerings .small-parallelogram {
    position: absolute;
    background: white;
    width: calc(100% - 2px);
    height: 198px;
    top: 0;
    left: 0;
    clip-path: polygon(0% 1%, 99.9% 1%, 90% 100%, 9% 100%);
} */

.offerings p {
    font-size: 16px;
    font-family: "AvenirNextRegular";
    color: #343434;
    margin-left: 25px;
}

/* .offerings .nav {
    justify-content: center;
    border-bottom: solid 1px #a1a1a1;
} */

/* .offerings .nav .nav-link,
.offerings .nav .show > .nav-link {
    font-family: "AvenirNextLTProBold";
    font-size: 26px;
    color: #a1a1a1;
    background-color: transparent;
} */

/* .offerings .nav .nav-link.active {
    position: relative;
    color: #373737;
    padding-bottom: 25px;
} */

/* .offerings .nav .nav-link.active::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #8e2765;
    bottom: -2px;
    left: 0;
} */

.offerings .nav_tab_offerings_ul {
    padding: 35px 65px 35px 25px;
    border-bottom: 1px solid #25658f;
    position: relative;
}
.nav_tab_offerings_ul::before {
    content: "";
    display: block;
    background: #25658f;
    height: 130px;
    width: 1px;
    position: absolute;
    bottom: -4px;
    z-index: -1;
    left: -1px;
}
.nav_tab_offerings_ul::after {
    content: " ";
    display: block;
    border: 1px solid #25658f;
    height: 185px;
    position: absolute;
    bottom: -4px;
    right: -100%;
    width: 100%;
    border-right: 0px;
    border-bottom: 0px;
}
.offerings .nav_tab_offerings_ul_blue {
    margin: 35px 25px;
}

.offerings .nav_tab_offerings_ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
    font-family: "AvenirNextLTProBold";
    font-size: 16px;
    color: #343434;
}
.offerings .nav_tab_offerings_ul_blue li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
    font-family: "AvenirNextLTProBold";
    font-size: 16px;
    color: #343434;
}
.offerings .nav_tab_offerings_ul li::after {
    content: "";
    position: absolute;
    height: 27px;
    width: 27px;
    background: url(../images/checked.png);
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
}
.offerings .nav_tab_offerings_ul_blue li::after {
    content: "";
    position: absolute;
    height: 27px;
    width: 27px;
    background: url(../images/checked_blue.png);
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
}
.nav_tab_offerings_pink {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}

.nav_tab_offerings_pink.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.nav_tab_offerings_pink h6 {
    color: #8f2464;
    font-size: 45px;
    font-family: "AvenirNextLTProBold";
    writing-mode: vertical-rl;
    transform: scale(-1);
    position: relative;
}
.nav_tab_offerings_pink h6::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #8f2464;
    left: 0;
    top: -65px;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.nav_tab_offerings_blue {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    position: relative;
}
.nav_tab_offerings_blue h6 {
    color: #25658f;
    font-size: 45px;
    font-family: "AvenirNextLTProBold";
    writing-mode: vertical-rl;
    transform: scale(-1);
    position: relative;
}
.nav_tab_offerings_blue h6::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #25658f;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -75px;
    clip-path: polygon(100% 0, 100% 60%, 0 100%, 0 40%);
}
@media (max-width: 1400px) {
    /* .offerings h3 {
        margin-bottom: 32px;
    } */

    /* .offerings h3::after {
        left: -107px;
        height: 230%;
    } */
    .offerings .nav_tab_offerings_ul_blue li {
        position: relative;
        padding-left: 40px;
        margin-bottom: 25px;
        font-family: "AvenirNextLTProBold";
        font-size: 16px;
        color: #343434;
    }
    .offerings legend {
        font-size: 49px;
    }

    .offerings .nav_tab_offerings_ul li {
        font-size: 16px;
    }

    /* .offerings p {
        font-size: 28px;
    } */
    .nav_tab_offerings_ul::after {
        height: 208px;
    }
}

@media (max-width: 1200px) {
    /* .offerings h3::after {
        left: -110px;
        width: 160px;
        height: 170px;
    } */

    /* .offerings h3 {
        margin-bottom: 24px;
    } */

    .offerings h4 {
        font-size: 67px;
    }

    .offerings .nav_tab_offerings_ul li {
        font-size: 16px;
    }

    /* .offerings p {
        font-size: 25px;
    } */
    .offerings .nav_tab_offerings_ul {
        padding: 35px 25px;
    }
    .nav_tab_offerings_blue h6::before {
        right: -60px;
    }
}
@media (min-width: 991px) {
    .animate_hmak_klal {
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }
    .animate_hmak_klal.active {
        opacity: 1;
    }
}
@media (max-width: 991px) {
    .animate_hmak[data-scroll="out"] {
        opacity: 0;
    }

    .animate_hmak[data-scroll="in"] {
        opacity: 1;
        transition: opacity 1s ease-in-out;
    }
    .offerings legend {
        font-size: 32px;
    }
    /* .offerings p {
        margin-bottom: 25px;
    } */

    .offerings .parallelogram-container {
        position: relative;
        height: 263px;
        width: 90%;
    }

    .image_view_insigte {
        float: none;
        max-width: 100%;
        width: 100%;
        margin: 35px auto;
    }
    .nav_tab_offerings_pink {
        justify-content: flex-start;
    }
    .nav_tab_offerings_blue {
        justify-content: flex-start;
    }
    .nav_tab_offerings_blue h6::before {
        top: -50px;
        bottom: auto;
        right: 0;
    }
    .nav_tab_offerings_ul::after {
        border: 0;
        height: 0;
        bottom: 0;
        right: 0;
        width: 0;
    }
    .offerings .nav_tab_offerings_ul {
        border-bottom: 0;
    }
    .nav_tab_offerings_ul::before {
        height: 0;
        width: 0;
        bottom: 0;
        z-index: 0;
        left: 0;
    }
}

@media (max-width: 767px) {
    /* .offerings h3::after {
        left: -115px;
        width: 160px;
        height: 161px;
    } */
    .nav_tab_offerings_blue {
        flex-direction: column;
    }
    .nav_tab_offerings_pink {
        flex-direction: column;
        margin-bottom: 35px;
    }
    .offerings .nav_tab_offerings_ul {
        padding: 0;
    }
    .offerings .nav_tab_offerings_ul_blue {
        margin: 0;
    }
    .nav_tab_offerings_pink h6 {
        margin-left: 60px;
        writing-mode: initial;
        transform: scale(1);
        margin-bottom: 25px;
        font-size: 35px;
    }
    .nav_tab_offerings_blue h6 {
        margin-left: 60px;
        writing-mode: initial;
        transform: scale(1);
        font-size: 35px;
        margin-bottom: 25px;
    }
    .nav_tab_offerings_pink h6::before {
        top: 0;
        transform: scale(-1);
        left: -60px;
    }
    .nav_tab_offerings_blue h6::before {
        top: 0;
        left: -60px;
        right: auto;
        transform: scale(-1);
    }
    .offerings legend {
        font-size: 23px;
    }
    .offerings_titre_h3_and_p {
        flex-direction: column;
        align-items: flex-start;
    }
    .offerings p {
        margin-left: 0px;
    }
    .offerings h3 {
        margin-bottom: 15px;
    }
    .offerings .row {
        margin-bottom: 20px;
    }
}

@media (max-width: 567px) {
    .offerings .parallelogram-container {
        height: 250px;
    }

    .offerings h3 {
        font-size: 44px;
        /* margin-bottom: 34px; */
    }

    /* .offerings h3::after {
        left: -46px;
        width: 79px;
        height: 76px;
    } */

    /* .offerings p {
        font-size: 20px;
    } */

    .offerings h4 {
        font-size: 52px;
        margin-bottom: 60px;
    }

    .offerings .nav-link {
        font-size: 21px;
    }
    .nav_tab_offerings_pink h6 {
        font-size: 30px;
    }
    .nav_tab_offerings_blue h6 {
        font-size: 30px;
    }
    .offerings .nav_tab_offerings_ul li {
        font-size: 14px;
    }
    .offerings .nav_tab_offerings_ul_blue li {
        font-size: 14px;
    }
    .offerings legend {
        font-size: 21px;
        padding: 25px 0px;
    }
    .offerings fieldset {
        border: 1px solid #8e2765;
        padding: 2rem 1rem 0rem 1rem;
        display: block;
    }
    .offerings legend span {
        text-underline-offset: 8px;
    }
}

/****************** end offerings ******************* */
/****************** start solutions ******************* */
.solutions {
    margin: 80px 0 0 0;
    padding: 50px 0;
    background-color: #23668f;
    position: relative;
}

.solutions .row {
    align-items: center;
}

.item_solutions_home_slider {
    margin-left: 25px;
}

.solutions h3 {
    font-family: "AvenirNextRegular";
    color: #fff;
    font-size: 40px;
    margin-bottom: 45px;
}

.solutions label {
    font-family: "AvenirNextDemi";
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    position: relative;
    left: 0px;
}

.solutions label span {
    display: block;
}

.solutions p {
    font-family: "AvenirNextRegular";
    color: #fff;
    font-size: 16px;
    width: 90%;
    margin-bottom: 45px;
}

.solutions a,
.solutions a:hover {
    display: block;
    font-family: "AvenirNextLTProBold";
    color: #fff;
    font-size: 18px;
}

.item_solutions_home_slider p {
    font-family: "AvenirNextRegular";
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin-bottom: 45px;
}

.solutions .nav-pills .nav-link.active,
.solutions .nav-pills .show > .nav-link {
    color: #fff;
    background-color: transparent;
    font-family: "AvenirNextDemi";
}

.solutions .nav-pills .nav-link {
    font-family: "AvenirNextRegular";
    font-size: 26px;
    display: block;
    width: 100%;
    color: #fff;
    text-align: start;
    border-bottom: #70a2c4 solid 1px;
    padding: 0px 0 25px 0;
    margin-bottom: 25px;
    border-radius: 0;
}

.solutions .nav-pills .nav-link:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.solutions .nav {
    align-items: flex-start;
}

.solutions .solutions_home_slider .item_solutions_home_slider {
    text-align: center;
}

.solutions .solutions_home_slider .item_solutions_home_slider img {
    max-width: 100%;
    width: auto;
    margin: auto;
}

.solutions .solutions_home_slider .item_solutions_home_slider label {
    font-family: "AvenirNextDemi";
    color: #fff;
    font-size: 29px;
    margin: 35px 0;
}

.solutions .solutions_home_slider .item_solutions_home_slider p {
    font-family: "AvenirNextRegular";
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

@media (max-width: 1200px) {
    .solutions h3 {
        margin-bottom: 25px;
    }

    .solutions p {
        margin-bottom: 37px;
    }

    .solutions .solutions_home_slider .item_solutions_home_slider label {
        font-size: 23px;
        margin: 30px 0;
    }

    .item_solutions_home_slider p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .solutions p {
        margin-bottom: 30px;
    }

    .solutions .solutions_home_slider .item_solutions_home_slider label {
        font-size: 20px;
        margin: 25px 0;
    }

    .solutions .nav-pills .nav-link {
        font-size: 26px;
        text-align: center;
        padding: 0px 0 20px 0;
        margin-bottom: 20px;
    }

    .solutions .nav-pills .nav-link:last-child {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .solutions label {
        left: 0;
    }

    .solutions {
        padding: 100px 0;
    }
}

@media (max-width: 567px) {
    .solutions label span {
        display: inline-block;
    }
}

.solutions::before {
    content: "";
    position: absolute;
    height: 200px;
    width: 200px;
    background-color: #8e2765;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    top: 0;
}

.solutions::after {
    content: "";
    position: absolute;
    height: 130px;
    width: 130px;
    background-color: #fff;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    left: 0;
    bottom: 0;
}

@media (max-width: 1200px) {
    .solutions::before {
        height: 100px;
        width: 100px;
    }

    .solutions::after {
        height: 100px;
        width: 100px;
    }
}

/****************** end solutions ******************* */
/****************** start services ******************* */
.services {
    padding: 45px 0;
    position: relative;
    background-color: #e6f1f8;
}

.services h3 {
    font-family: "AvenirNextRegular";
    color: #23668f;
    font-size: 40px;
    margin-bottom: 15px;
}

.services p {
    font-family: "AvenirNextRegular";
    color: #323232;
    font-size: 16px;
    width: 90%;
}

.services .accordion .accordion-button {
    padding: 2rem 1rem;
    font-size: 26px;
    color: #23668f;
    font-family: "AvenirNextDemi";
    background-color: transparent;
}

.services .accordion .accordion-button img {
    margin-right: 25px;
}

.services .accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #c5c5c5;
}

.services .accordion .accordion-item:last-child {
    border-bottom: none;
}

.services .accordion .accordion-button:not(.collapsed) {
    color: #23668f;
    background-color: transparent;
    box-shadow: none;
}

.services .accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
}

.services .accordion .accordion-button::after {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    content: "";
    background-image: url(../images/add.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.services .accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.services .accordion p {
    font-family: "AvenirNextRegular";
    color: #414141;
    font-size: 16px;
    width: 100%;
}

.services .accordion a,
.services .accordion a:hover {
    font-family: "AvenirNextLTProBold";
    color: #23668f;
    font-size: 11px;
    text-decoration: underline;
    display: block;
    margin: 25px 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .services h3 {
        margin-bottom: 20px;
    }

    .services p {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .services .accordion .accordion-button {
        font-size: 25px;
    }
}

@media (max-width: 567px) {
    .services h3 {
        font-size: 53px;
        margin-bottom: 20px;
    }

    .services p {
        margin-bottom: 0px;
    }

    .services .accordion .accordion-button {
        font-size: 16px;
    }

    .services .accordion .accordion-button img {
        margin-right: 10px;
        transform: scale(0.7);
    }
}

/****************** end services ******************* */
/****************** start some_figures ******************* */
.some_figures {
    padding: 100px 0;
    position: relative;
    background-color: #8e2765;
}

.some_figures .row {
    justify-content: space-between;
    text-align: center;
}

.some_figures h3 {
    font-family: "AvenirNextLTProBold";
    color: #6b184a;
    font-size: 70px;
    position: absolute;
    top: -30px;
    text-align: left;
    right: -10px;
    transform: rotate(270deg);
}

.some_figures h4 {
    font-family: "AvenirNextDemi";
    color: #fff;
    font-size: 100px;
    text-align: center;
}

.some_figures label {
    text-align: center;
    font-family: "AvenirNextDemi";
    color: #fff;
    font-size: 19px;
}

.some_figures label span {
    display: block;
}

@media (max-width: 1200px) {
    .some_figures h4 {
        font-size: 85px;
    }

    .some_figures label {
        text-align: center;
        font-family: "AvenirNextDemi";
        color: #fff;
        font-size: 17px;
    }

    .some_figures h3 {
        font-size: 66px;
        right: -70px;
    }
}

@media (max-width: 991px) {
    .some_figures h4 {
        font-size: 85px;
    }

    .some_figures label {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .some_figures .row {
        align-items: center;
    }

    .some_figures h3 {
        font-size: 66px;
        right: -94px;
    }
}

@media (max-width: 767px) {
    .some_figures {
        padding: 125px 0 50px 0;
    }

    .some_figures h4 {
        margin-top: 25px;
        font-size: 65px;
    }

    .some_figures h3 {
        font-size: 66px;
        right: 0;
        top: -80px;
        transform: rotate(0deg);
    }
}

@media (max-width: 567px) {
    .some_figures h3 {
        font-size: 40px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }

    .some_figures h4 {
        margin-top: 0px;
        font-size: 44px;
    }
}

/****************** end some_figures ******************* */
/****************** start customer_references ******************* */
.customer_references {
    margin: 45px 0;
}

.customer_references .row {
    align-items: center;
}

.customer_references h3 {
    font-family: "AvenirNextRegular";
    color: #23668f;
    font-size: 40px;
    margin-bottom: 35px;
}

.customer_references p {
    font-family: "AvenirNextRegular";
    color: #323232;
    font-size: 16px;
}

.customer_references .customer_references_slider .item_customer_references_slider img {
    max-width: 100%;
    width: auto;
    margin: auto;
}
.customer_references_slider .owl-nav {
    position: absolute;
    top: -110px;
    bottom: -52px;
    right: 0;
    left: 0;
}
.customer_references .customer_references_slider .owl-nav {
    position: absolute;
    top: auto;
    right: 0;
}
.customer_references_slider.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    outline: none;
    transform: scale(-1);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
}
@media (max-width: 1200px) {
}

@media (max-width: 991px) {
    .customer_references p {
        margin-bottom: 25px;
    }
}

@media (max-width: 567px) {
    .customer_references h3 {
        font-size: 32px;
    }
}

/****************** end customer_references ******************* */
/****************** start technology_partners ******************* */
.technology_partners {
    margin-top: 45px;
    margin-bottom: 120px;
}

.technology_partners .container-fluid h3 {
    font-family: "AvenirNextRegular";
    color: #23668f;
    font-size: 40px;
    margin-bottom: 15px;
}

.technology_partners .container-fluid p {
    font-family: "AvenirNextRegular";
    color: #323232;
    font-size: 16px;
    width: 80%;
}
.technology_partners a,
.technology_partners a:hover {
    font-family: "AvenirNextLTProBold";
    color: #23668f;
    font-size: 11px;
    text-decoration: underline;
    display: block;
    margin: 25px 0;
    text-transform: uppercase;
}
.technology_partners .container-fluid .technology_partners_img {
    position: relative;
    max-width: fit-content;
}

.technology_partners .container-fluid .technology_partners_img::after {
    position: absolute;
    content: "";
    bottom: -80px;
    right: -47px;
    width: 165px;
    height: 165px;
    background-image: url(../images/technology_partners_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 1200px) {
    .technology_partners .container-fluid p {
        margin-bottom: 28px;
    }
}

@media (max-width: 991px) {
    .technology_partners .container-fluid p {
        width: 100%;
    }
}

@media (max-width: 797px) {
    .technology_partners .container-fluid h3 {
        font-size: 31px;
    }

    .technology_partners .container-fluid .technology_partners_img::after {
        bottom: -70px;
        width: 140px;
        height: 140px;
    }
    .customer_references_slider .owl-nav {
        top: -71px;
        right: -42px;
        transform: scale(0.5);
    }
}

@media (max-width: 597px) {
    .technology_partners .container-fluid h3 {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .technology_partners {
        background-image: none;
        overflow: hidden;
    }
}

/****************** end technology_partners ******************* */
/****************** start get_in_touch ******************* */
.get_in_touch {
    padding: 70px 0 0 0;
    background-color: #25658f;
}

.get_in_touch .row {
    align-items: center;
    border-bottom: #238c92 solid 1px;
    padding-bottom: 50px;
}

.get_in_touch .row h3 {
    font-family: "AvenirNextDemi";
    color: #fff;
    font-size: 35px;
}

.get_in_touch .row p {
    font-family: "NunitoSansLight";
    color: #323232;
    font-size: 15px;
}

.get_in_touch .row .contact_btn,
.get_in_touch .row .contact_btn:hover {
    font-family: "AvenirNextDemi";
    color: #fff;
    font-size: 19px;
    display: flex;
    background: #8e2765;
    padding: 25px 60px;
    align-items: center;
}

.get_in_touch_text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact_info_location {
    margin: 55px 0;
}
.media .nav-link {
    padding: 0;
    margin-left: 20px;
}
.contact_info_location .col-lg-6-button {
    background-color: #25658f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_info_location iframe {
    margin-bottom: -6px;
}

.contact_info_location .nav-pills .nav-link {
    height: 225px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: solid 1px #71a3c4;
    border-radius: 0;
    position: relative;
}

.contact_info_location .nav-pills .nav-link li {
    text-align: left;
    font-family: "AvenirNextRegular";
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.contact_info_location .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: transparent;
}

.contact_info_location .nav-pills .nav-link.active::after {
    content: "";
    position: absolute;
    height: 80%;
    width: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #71a3c4;
    margin: auto;
}

.contact_info_location .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #71a3c4;
    margin: auto;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.px18 {
    margin: 0;
}
.px18 p {
    font-family: "AvenirNextRegular";
    color: #414141;
    font-size: 16px;
    margin-bottom: 0px;
}

@media (max-width: 1400px) {
    .get_in_touch .row h3 {
        font-size: 43px;
    }
}

@media (max-width: 1200px) {
    .get_in_touch .row h3 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .get_in_touch .row {
        text-align: center;
    }
    .get_in_touch_text {
        justify-content: space-between;
        align-items: center;
    }
    .get_in_touch .row p {
        margin: 25px 0;
    }
    .get_in_touch .logo {
        margin-bottom: 35px;
    }
}

@media (max-width: 567px) {
    .get_in_touch {
        padding: 50px 0 0 0;
    }
    .get_in_touch .row h3 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .get_in_touch_text {
        justify-content: space-evenly;
        flex-direction: column;
    }
}

/****************** end get_in_touch ******************* */
/* ..switcher_page.. */
.switcher_page {
    margin-top: 100px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    display: flex;
    align-items: center;
    position: relative;
}

.switcher_page h1 {
    font-family: "AvenirNextLTProBold";
    color: #fff;
    font-size: 72px;
}

.switcher_page::after {
    content: "";
    position: absolute;
    height: 130px;
    width: 130px;
    background-color: #fff;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    left: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .switcher_page h1 {
        font-size: 55px;
    }
}

@media (max-width: 780px) {
    .switcher_page h1 {
        font-size: 40px;
    }
}

/* management_team */
.management_team {
    margin: 45px 0;
}

.management_team .row div {
    margin-bottom: 15px;
}
.management_team h3 {
    font-family: "AvenirNextRegular";
    color: #23668f;
    font-size: 40px;
    margin-bottom: 35px;
}

.management_team label {
    font-family: "AvenirNextDemi";
    color: #323232;
    font-size: 16px;
    margin: 5px 0px;
}

.management_team p {
    font-family: "AvenirNextLight";
    color: #24648f;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 0px;
}

.management_team a {
    position: relative;
    display: block;
    font-family: "AvenirNextDemi";
    color: #323232;
    font-size: 25px;
    margin: 0px 0 0px 0;
    padding-top: 10px;
}

.management_team a::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    top: 10px;
    right: 0;
    background-image: url(../images/linkedin_team_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1200px) {
    .management_team h3 {
        font-size: 37px;
    }
}

@media (max-width: 567px) {
    .management_team label {
        margin: 10px 0 10px 0;
    }

    .management_team a,
    .management_team a {
        margin: 10px 0 10px 0;
    }

    .switcher_page {
        height: 200px;
    }

    .switcher_page::after {
        height: 90px;
        width: 90px;
    }
}

/* ..vision_valeur..  */
.vision_valeur {
    margin: 45px 0;
}

.vision_valeur .row {
    align-items: center;
    margin-bottom: 60px;
}

.vision_valeur h3 {
    font-family: "AvenirNextDemi";
    color: #8f2565;
    font-size: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.vision_valeur h4 {
    font-family: "AvenirNextDemi";
    color: #323232;
    font-size: 26px;
    margin-bottom: 15px;
}

.vision_valeur p {
    font-family: "AvenirNextRegular";
    color: #323232;
    font-size: 16px;
    margin-bottom: 25px;
}

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

@media (max-width: 991px) {
    .vision_valeur .row {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .vision_valeur h4 {
        font-size: 25px;
    }
}

/* ...services_page... */
.services_page {
    margin: 35px 0;
}

.services_page h3 {
    font-family: "AvenirNextRegular";
    color: #323232;
    font-size: 36px;
    text-align: center;
    margin: auto;
    margin-bottom: 45px;
    max-width: 1320px;
    padding: 0 15px;
}

.services_page h4 {
    font-family: "AvenirNextDemi";
    color: #23668f;
    font-size: 40px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.services_page p {
    font-family: "AvenirNextRegular";
    color: #414141;
    font-size: 16px;
    margin-bottom: 15px;
}

.services_page .row {
    align-items: center;
    margin: 60px 0;
}

.services_page_text {
    width: 80%;
    margin: auto;
}

@media (max-width: 1200px) {
    .services_page h3 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .services_page h3 {
        font-size: 25px;
    }

    .services_page h4 {
        margin-top: 35px;
    }

    .services_page_text {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .services_page h4 {
        margin-top: 30px;
    }

    .services_page .row {
        align-items: center;
        margin: 40px 0;
    }
}

/* ..customer_references_page.. */
.customer_references_page {
    margin: 45px 0;
}

.customer_references_page h3 {
    font-family: "AvenirNextRegular";
    color: #323232;
    font-size: 36px;
    text-align: center;
    margin: auto;
    margin-bottom: 45px;
}

.customer_references_page p {
    font-family: "AvenirNextRegular";
    color: #323232;
}

.customer_references_page h3 span {
    font-family: "AvenirNextDemi";
}

.customer_references_page .row div {
    text-align: center;
}

.customer_references_page .row img {
    margin-bottom: 35px;
}

@media (max-width: 1200px) {
    .customer_references_page h3 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .customer_references_page h3 {
        font-size: 25px;
    }
}

/* ..insights_page_list_de_nsights..  */
.insights_page_list_de_nsights {
    margin: 45px 0;
}

.insights_page_list_de_nsights .item_page_list_de_nsights {
    margin-bottom: 35px;
}

.insights_page_list_de_nsights .item_page_list_de_nsights label {
    font-family: "AvenirNextDemi";
    color: #70a2c4;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.insights_page_list_de_nsights .item_page_list_de_nsights h5 {
    font-family: "AvenirNextLTProBold";
    color: #323232;
    font-size: 28px;
    margin-bottom: 25px;
}

.insights_page_list_de_nsights .item_page_list_de_nsights a,
.insights_page_list_de_nsights .item_page_list_de_nsights a:hover {
    font-family: "AvenirNextDemi";
    color: #fff;
    font-size: 22px;
    display: inline-block;
    padding: 20px 45px;
    background-color: #8f2464;
    margin-bottom: 20px;
}

.insights_page_list_de_nsights_img_p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insights_page_list_de_nsights_img_p p {
    position: absolute;
    font-family: "AvenirNextRegular";
    color: #fff;
    font-size: 16px;
    text-align: start;
    display: none;
    padding: calc(10%);
}

.insights_page_list_de_nsights_img_p:hover p:after {
    display: block;
    content: " ";
    position: absolute;
    background: #fff;
    top: -1px;
    width: 28.8%;
    height: 28.5%;
    transform: scale(1, -1);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    left: 0px;
}

.insights_page_list_de_nsights_img_p:hover p {
    display: block;
    background: #111111bf;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.nsights_view_nsights {
    margin: 45px 0;
    min-height: 600px;
}

.nsights_view_nsights h5 {
    font-family: "AvenirNextLTProBold";
    color: #323232;
    font-size: 40px;
    margin-bottom: 25px;
}

.nsights_view_nsights label {
    font-family: "AvenirNextLTProBold";
    color: #70a2c4;
    font-size: 16px;
    margin-bottom: 25px;
}

.nsights_view_nsights p {
    font-family: "AvenirNextRegular";
    color: #414141;
    font-size: 16px;
    margin-bottom: 25px;
}

@media (max-width: 1200px) {
    .insights_page_list_de_nsights .item_page_list_de_nsights h5 {
        font-size: 22px;
    }

    .insights_page_list_de_nsights .item_page_list_de_nsights a,
    .insights_page_list_de_nsights .item_page_list_de_nsights a:hover {
        font-size: 18px;
        padding: 15px 30px;
    }
}

@media (max-width: 991px) {
    .insights_page_list_de_nsights .item_page_list_de_nsights h5 {
        font-size: 20px;
    }
}

@media (max-width: 567px) {
    .insights_page_list_de_nsights .item_page_list_de_nsights h5 {
        font-size: 20px;
    }

    .nsights_view_nsights h5 {
        font-size: 32px;
    }
}

/* ..technology_partners_page..  */
.technology_partners_page {
    margin: 45px 0;
}

.technology_partners_page .row {
    align-items: center;
}
.technology_partners_page img {
    max-width: 80%;
}
.technology_partners_page p {
    font-family: "AvenirNextRegular";
    color: #343434;
    font-size: 16px;
}

.technology_partners_page h3 {
    font-family: "AvenirNextDemi";
    color: #24648f;
    font-size: 42px;
    margin-bottom: 25px;
}

.technology_partners_page a,
.technology_partners_page a:hover {
    font-family: "AvenirNextDemi";
    color: #8f2464;
    font-size: 30px;
    display: block;
    margin-bottom: 55px;
}

.technology_partners_page a:hover img {
    position: relative;
    right: -15px;
}

@media (max-width: 1400px) {
    .technology_partners_page h3 {
        font-size: 35px;
    }
}

@media (max-width: 1200px) {
    .technology_partners_page h3 {
        font-size: 31px;
    }

    .technology_partners_page a,
    .technology_partners_page a:hover {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .technology_partners_page p {
        margin: 35px 0;
    }

    .technology_partners_page h3 {
        font-size: 23px;
    }

    .technology_partners_page a,
    .technology_partners_page a:hover {
        font-size: 18px;
    }

    .technology_partners_page a img {
        transform: scale(0.7);
    }
}

@media (max-width: 567px) {
    .technology_partners_page p {
        margin: 20px 0;
    }
}

/* .solution_menu.  page */
.solution_menu {
    margin: 45px auto;
}

.solution_menu ul {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c1c1c1;
    justify-content: space-evenly;
}

.solution_menu ul li a,
.solution_menu ul li a:hover {
    font-family: "AvenirNextLTProBold";
    color: #a1a1a1;
    font-size: 23px;
}

.solution_menu ul li.menu_selected a,
.solution_menu ul li.menu_selected a:hover {
    position: relative;
    color: #373737;
}

.solution_menu ul li {
    padding-bottom: 0;
    position: relative;
    min-height: 90px;
    display: flex;
    align-items: center;
}

.solution_menu ul li.menu_selected::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -2px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #8e2765;
}

@media (max-width: 1400px) {
    .solution_menu ul li a,
    .solution_menu ul li a:hover {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .solution_menu ul li {
        min-height: 80px;
    }

    .solution_menu ul li a,
    .solution_menu ul li a:hover {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .solution_menu ul {
        justify-content: space-evenly;
        flex-direction: column;
    }

    .solution_menu ul li {
        min-height: fit-content;
        padding: 10px 0;
    }
}

/* solution_secound_swetcher */
.solution_secound_swetcher {
    margin: 45px 0;
}

.solution_secound_swetcher .container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_secound_swetcher .container h2 {
    font-family: "AvenirNextDemi";
    color: #fff;
    font-size: 65px;
    width: 60%;
    text-align: center;
}

.systems_and_storage {
    margin: 45px 0;
}

.systems_and_storage h3 {
    font-family: "AvenirNextRegular";
    color: #8e2765;
    font-size: 40px;
    margin-bottom: 15px;
}

.systems_and_storage p {
    font-family: "AvenirNextRegular";
    color: #3d3d3d;
    font-size: 16px;
    margin-bottom: 15px;
}

.hyper_converged_infrastructures {
    margin: 160px 0 0 0;
    background-color: #e4f3ff;
    padding: 197px 0 100px 0;
}

.hyper_converged_infrastructures .row {
    align-items: center;
}

.hyper_converged_infrastructures .container {
    position: relative;
    margin-top: -90px;
}

.hyper_converged_infrastructures .container::after {
    content: "";
    position: absolute;
    height: 130px;
    width: 130px;
    transform: scale(-1);
    background-color: #8e2765;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    right: 0;
    top: 0;
}

.hyper_converged_infrastructures h3 {
    font-family: "AvenirNextRegular";
    color: #8e2765;
    font-size: 40px;
    margin-bottom: 20px;
    width: calc(100% - 115px);
}

.hyper_converged_infrastructures p {
    font-family: "AvenirNextRegular";
    color: #3d3d3d;
    font-size: 16px;
    margin-bottom: 20px;
}

.cloud_hybrid_it_solutions {
    margin: 0 0 !important;
}

.cloud_hybrid_it_solutions .row {
    align-items: flex-start;
}

.cloud_hybrid_it_solutions h3 {
    font-family: "AvenirNextRegular";
    color: #8e2765;
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.cloud_hybrid_it_solutions p {
    font-family: "AvenirNextRegular";
    color: #3d3d3d;
    font-size: 16px;
    margin-bottom: 15px;
}

.cloud_hybrid_it_solutions p span {
    font-weight: 600;
}

.networking {
    margin: 90px 0;
}

.networking .row {
    align-items: center;
}

.networking h3 {
    font-family: "AvenirNextRegular";
    color: #24648f;
    font-size: 40px;
    margin-right: 35px;
}

.networking p {
    font-family: "AvenirNextRegular";
    color: #3d3d3d;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.data_resilience {
    margin: 45px 0;
}

.data_resilience h3 {
    font-family: "AvenirNextLTProBold";
    color: #25658f;
    font-size: 40px;
}

.data_resilience h3 span {
    display: block;
}

.data_resilience_title_img {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.data_resilience p {
    font-family: "AvenirNextRegular";
    color: #3d3d3d;
    font-size: 16px;
    margin-bottom: 14px;
}

.technology_partners_solution:has(.customer_references_slider) {
    margin: 0 0 50px 0 !important;
}
.row.technology_partners_solution {
    align-items: baseline;
}
.customer_references .owl-carousel .owl-stage,
.technology_partners_solution .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.technology_partners_solution h3 {
    font-family: "AvenirNextRegular";
    color: #8e2765;
    font-size: 40px;
    margin-bottom: 25px;
}

.technology_partners_solution h4 {
    font-family: "AvenirNextRegular";
    color: #8e2765;
    font-size: 26px;
    margin-bottom: 25px;
}

.technology_partners_solution .bullet_point_ul li {
    margin: 25px 0;
    font-family: "AvenirNextDemi";
    color: #323232;
    font-size: 16px;
    position: relative;
    padding-left: 50px;
}

.technology_partners_solution .bullet_point_ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 29px;
    background-image: url(../images/checked.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.item_customer_references_slider {
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer_references_slider_row {
    margin: 65px 0;
    display: flex;
    justify-content: center;
}
.item_parteners_home:last-child a,
.item_parteners_home:last-child a:hover {
    color: #8f2464;
    font-family: "AvenirNextLTProBold";
    font-size: 20px;
    text-decoration: underline;
    display: block;
}
.technology_partners_select {
    margin: 55px 0;
}
.technology_partners_select .row {
    align-items: center;
}
.technology_partners_select select {
    word-wrap: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../images/select_arrow.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 2rem);
    background-position-y: 50%;
    border: 2px solid #a7a7a7;
    border-radius: 15px;
    padding: 2rem;
    width: 100%;
    color: #7c7c7c;
    font-family: "AvenirNextRegular";
    font-size: 25px;
}
.technology_partners_select a,
.technology_partners_select a:hover {
    color: #fff;
    font-family: "AvenirNextLTProBold";
    font-size: 22px;
    background-color: #25658f;
    border: 2px solid #25658f;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
}
.technology_partners_select select option {
    font-size: 18px;
    font-family: "AvenirNextRegular";
    color: #7c7c7c;
    background-color: rgb(247, 247, 247);
    background-image: none;
    height: 50px;
    padding: 15px;
    border: 2px solid #a7a7a7;
}
@media (max-width: 1400px) {
    .data_resilience h3 {
        font-size: 32px;
    }
}

@media (max-width: 1200px) {
    .solution_secound_swetcher .container h2 {
        font-size: 55px;
    }

    .hyper_converged_infrastructures h3,
    .technology_partners_solution h3 {
        font-size: 40px;
    }

    .technology_partners_solution h4 {
        font-size: 35px;
    }

    .data_resilience_title_img img {
        transform: scale(0.7);
    }

    .data_resilience h3 {
        font-size: 23px;
    }
}

@media (max-width: 991px) {
    .solution_secound_swetcher .container h2 {
        font-size: 40px;
    }

    .solution_secound_swetcher .container {
        height: 300px;
    }

    .systems_and_storage h3 {
        font-size: 40px;
    }

    .hyper_converged_infrastructures {
        margin: 160px 0 0 0;
        background-color: #e4f3ff;
    }

    .hyper_converged_infrastructures h3,
    .technology_partners_solution h3 {
        font-size: 40px;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .technology_partners_solution h4 {
        font-size: 30px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .hyper_converged_infrastructures .container::after {
        top: -115px;
    }

    .cloud_hybrid_it_solutions h3 {
        margin-top: 35px;
    }

    .networking p {
        margin-top: 25px;
    }

    .data_resilience_title_img {
        margin-bottom: 20px;
    }
    .technology_partners_select a,
    .technology_partners_select a:hover {
        font-size: 16px;
        padding: 1rem;
    }
    .technology_partners_select select {
        background-position-x: calc(100% - 1rem);
        padding: 1rem;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .solution_secound_swetcher .container h2 {
        font-size: 40px;
        width: 100%;
    }

    .systems_and_storage h3 {
        font-size: 31px;
    }

    .systems_and_storage p {
        font-size: 16px;
    }

    .hyper_converged_infrastructures .container::after {
        height: 90px;
        width: 90px;
        top: -80px;
    }

    .cloud_hybrid_it_solutions h3,
    .technology_partners_solution h3 {
        font-size: 35px;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .networking h3 {
        font-size: 35px;
        margin-right: 20px;
    }
    .technology_partners_select select {
        margin-bottom: 35px;
    }
}

@media (max-width: 567px) {
    .solution_secound_swetcher .container h2 {
        font-size: 32px;
    }

    .cloud_hybrid_it_solutions h3,
    .technology_partners_solution h3 {
        font-size: 25px;
    }

    .technology_partners_solution h4 {
        font-size: 25px;
    }

    .cloud_hybrid_it_solutions p {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.content_contact {
    margin: 80px 0;
}

.content_contact .text_select,
.content_contact .text_input {
    margin-bottom: 50px;
}

.content_contact .text_input input,
.content_contact .text_input input::placeholder,
.content_contact .text_input textarea {
    width: 100%;
    height: 71px;
    font-family: "AvenirNextRegular";
    font-size: 14px;
    color: #737373;
    padding-bottom: 0px;
    border: 0;
    border-radius: 0;
    padding-left: 15px;
    border-bottom: solid 1px #737373;
    background: #fff;
    outline: 0;
}

.content_contact .button_submit button {
    border: 0;
    padding: 12px 60px;
    border-radius: 0px;
    background: #25658f;
    color: #fff;
    font-family: "AvenirNextRegular";
    font-size: 21px;
}

.content_contact .text_input textarea {
    resize: none;
    height: 200px;
    padding-left: 25px;
    padding-top: 20px;
}

.content_contact .button_submit button img {
    margin-right: 30px;
}

.content_contact .button_submit {
    display: flex;
    justify-content: space-between;
}

.content_contact .button_submit button:hover:before {
    display: none;
}

.content_contact .error {
    display: block;
    font-size: 14px;
    font-family: "AvenirNextRegular";
    color: red;
    line-height: 2;
}

.popup_leprojet_cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    background: #f2f2f2;
    z-index: 99999;
    display: none;
}

.popup_leprojet_cookies p {
    font-family: "AvenirNextRegular";
    color: #3d3d3d;
    font-size: 16px;
    margin-bottom: 15px;
}

.jaccepte_conditions {
    background: #8e2765;
    border: 2px solid transparent;
    color: #fff;
    display: inline-block;
    font-family: "AvenirNextRegular";
    font-weight: 500;
    padding: 5px 10px;
    font-size: 18px;
    margin: 5px 0;
}

.search-result-items {
    margin: 60px auto;
}

.search-result-items .search-result-item {
    margin-bottom: 20px;
}

.search-result-items .search-result-item h5 {
    font-size: 24px;
    font-weight: 700;
    color: #8f2464;
}

.search-result-items .search-result-item label {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #25658f;
}

/* style autre page style normal */

.style_normal_page {
    margin: 50px auto;
}

.style_normal_page h5,
.style_normal_page h4,
.style_normal_page h3,
.style_normal_page h2 {
    font-family: "AvenirNextRegular";
    margin-bottom: 15px;
}

.style_normal_page h3 {
    color: #8e2765;
}

.style_normal_page h4 {
}

.style_normal_page strong,
.style_normal_page p {
    font-family: "AvenirNextRegular";
    color: #3d3d3d;
    font-size: 16px;
    margin-bottom: 15px;
}

.style_normal_page p strong {
    font-family: "AvenirNextLTProBold";
}

.style_normal_page ul {
}

.style_normal_page ul li {
}

.style_normal_page a {
}

.style_normal_page .bullet_point_ul li {
    margin: 25px 0;
    font-family: "AvenirNextDemi";
    color: #323232;
    font-size: 18px;
    position: relative;
    padding-left: 50px;
}

.style_normal_page .bullet_point_ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 29px;
    background-image: url(../images/checked.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content_introuvable {
    margin: 100px auto;
}
