/* @import url(../fonts/plutosans/stylesheet.css); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --primary: #242b5c;
    --primary-hover: #b0257c;
    --secondary: #1d8ec5;
    --tertiary: #17598e;
    --primary-font: 'Montserrat', sans-serif;
    --secondary-font: 'Montserrat', sans-serif;
    --tertiary-font: 'Montserrat', sans-serif;
    --gradient-primary: linear-gradient(to right, #7fa9c8, #17598e);
    --header-height: 141px;
}

/*::selection {*/
/*    background-color: #dbd900;*/
/*}*/

body {
    font-family: var(--primary-font);
    min-height: 100vh;
}
/* main {
    margin-top: var(--header-height);
} */
#mainContent {
    background-image: linear-gradient(0deg, white calc(100% - 540px), transparent);
}

/* .img-dropshadow-right {
    filter: drop-shadow(20px 4px 12px #0002);
} */

@media (max-width: 600px) {
    
    .img-dropshadow-right {
        filter: none;
    }
}

/***** Utility *****/
.w-10 { width: 10px; }
.w-20 { width: 20px; }
.w-30 { width: 30px; }
.w-40 { width: 40px; }
.w-52 { width: 52px; }
.w-60 { width: 60px; }
.w-70 { width: 70px; }
.w-80 { width: 80px; }
.w-90 { width: 90px; }
.w-100 { width: 100px; }
.mt-70 { margin-top: -70px; }
.mt-80 { margin-top: 80px; }
.mt-170 { margin-top: -170px; }
.px-120 { padding: 0px 120px; }
.px-80 {padding: 0px 80px;}

strong {
    font-weight: 700;
}

@media (max-width: 768px){
    .px-120 { padding: 0px 60px; }
}

.sp-1 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.sp-2 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.font-size-24 p {
    font-size: 24px;
}

/* text-color */

.text-premary {
    color: var(--primary);
}

@media (max-width: 768px) {
    .sp-1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.bg-shadow-1 {
    position: relative;
    z-index: 1;
}
.bg-shadow-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 500px;
    height: 500px;
    background: radial-gradient(#2196f3, transparent 80%);
    z-index: -1;
    opacity: 0.1;
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec-bg-primary {
    background-color: #f5f5f5;
}
.icon-linkedin {
    background: #36a9e1;
    border-radius: 3px;
    padding: 2px;
    color: white;
}

.badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 25px;
    line-height: 1;
    color: white;
    background-color: #0012b1;
    border-radius: 15px;
    background-image: var(--gradient-primary);
}

.btn-primary {
    color: #000;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    color: #000;
    border-color: var(--primary);
    background-color: var(--primary);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #000;
    background-color: var(--primary);
    box-shadow: none;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary);
}

.btn-primary:focus-visible {
    color: #000;
    background-color: var(--primary);
    border-color: var(--primary);
    outline: none;
    box-shadow: none;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn.active:focus,
.btn:active:focus,
.show>.btn-primary.dropdown-toggle:focus ,
.show>.btn.dropdown-toggle:focus {
    box-shadow: none;
}

:not(.btn-check)+.btn-primary:active:focus-visible {
    box-shadow: none;
}
:not(.btn-check)+.btn-primary:active {
    color: #000;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    opacity: 0.7;
}


.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-dark:hover {
    color: #fff;
    border-color: #1f1f1f;
    background-color: #1f1f1f;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #000;
    background-color: #1f1f1f;
    box-shadow: none;
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1f1f1f;
}

.btn-dark:focus-visible {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    outline: none;
    box-shadow: none;
}


:not(.btn-check)+.btn-dark:active {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    opacity: 0.7;
}

.btn {
    border-style: solid;
    border-width: 2px;
    padding: 12px 30px 10px;
    font-weight: 700;
    line-height: 1rem;
    transition: all ease 0.3s;
    text-transform: uppercase;
    font-size: 15px;
}
.btn svg {
    transition: all ease 0.3s;
    vertical-align: -7px;
}
.btn:hover svg {
    margin-left: 10px;
}

.btn-link {
    text-decoration: none;
}
.text-primary-color {
    color: var(--primary);
}
.sec-title {
    font-size: 23px;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.2;
    font-family: var(--primary-font);
    margin-bottom: 20px;
}
.sec-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #6b6b6c;
    font-family: var(--tertiary-font);
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.title {
    font-size: 33px;
    font-weight: 600;
    color: #242b5c;
    line-height: 1.5;
    font-family: var(--primary-font);
    margin-bottom: 20px
}
.sec-text {
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    line-height: 1.8;
    font-family: var(--primary-font);
    margin-bottom: 25px;
}

.form-label {
    font-weight: 500;
    font-size: 18px;
    color: #878787;
}

.form-control {
    padding: 0.775rem 0.95rem;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    /* border: none;
    border-radius: 6px; */
    border: solid #d9e0e9 2px;
    border-radius: 0;
}
.form-floating>label {
    color: #505458;
    font-family: var(--primary-font);
    font-weight: 400;
    padding: 0.75rem 1.35rem;
    font-size: 16px;
    line-height: 1.55;
}
.form-select,
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(2.7rem + 6px);
    line-height: 1.15;
    border: solid #d9e0e9 2px;
    border-radius: 0;
    padding: 0.75rem 0.75rem;
}

.input-group-file .form-label {
    padding: 0.75rem 1.35rem;
    border: solid #d9e0e9 2px;
    border-radius: 0;
    height: calc(2.7rem + 6px);
    line-height: 1.55;
    font-size: 16px;
    width: 100%;
    display: block;
    color: #505458;
    font-family: var(--primary-font);
    font-weight: 400;
    cursor: pointer;
}

.input-group-file .form-control[type=file] {
    display: none;
}

.custom-file .custom-file-input {
    display: none;
}


.form-select {
    padding-top: 10px;
    border: none;
    font-weight: 300;
}
.form-select:focus,
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #00000026;
    outline: 0;
    box-shadow: none
}


.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.btn[type="submit"] {
    padding: 8px 35px;
}
.btn.btn-secondary {
    background: var(--primary-hover);
    border-radius: 0;
    color: var(--primary);
    padding: 14px 34px;
    text-transform: none;
    font-family: var(--primary-font);
    font-weight: 600;
    border: none;
}
.btn.btn-secondary svg {
    margin-left: 10px;
}

.on-scroll {
    display: none;
}
.scrolled .on-scroll {
    display: inline-block;
}
.off-scroll {
    display: inline-block;
}
.scrolled .off-scroll {
    display: none;
}

.pagination .page-item .page-link {
    width: 45px;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    color: var(--primary);
    border: #dfdfdf 1px solid;
    border-radius: 0;
}
.pagination .page-item.active .page-link {
    background-color: var(--primary);
    color: white;
}

.modal .modal-content {
    border-radius: 0;
}
.modal .modal-content .close {
    position: absolute;
    right: 10px;
    top: 15px;
}
.modal .modal-content [data-bs-dismiss="modal"] {
    text-decoration: underline;
    font-weight: 500;
    color: var(--primary);
}

.img-radiused {
    border-radius: 20px 20px 100px 20px;
}

.img-outside-left,
.img-outside-right {
    position: relative
}

.img-outside-left img,
.img-outside-right img {
    /* position: absolute; */
    /* top: 0; */
    width: 50vw;
    height: auto;
    max-width: 100vw
}
.img-outside-right img {
    left: 0;
}
.img-outside-left img {
    right: 0;
    float: right;
}

@media (max-width: 1300px) {
    .sec-text {
        font-size: 14px;
    }
    .sec-title {
        font-size: 23px;
    }
    .title {
        font-size: 24px;
        line-height: 1.4;
    }
}
/***** Header *****/
.page-header {
    width: 100%;
    background: transparent;
    top: 0;
    position: fixed;
    transition: all 0.4s ease-in-out;
    z-index: 1030;
    color: #fff;
}
.nav-up {
    top: calc( var(--header-height) * -1 );
}

.page-header .navbar {
    /* height: var(--header-height); */
    padding: 0;
}
.page-header.scrolled {
    box-shadow: 0 0 7px #0000001f;
    background-color: #d6207a;
}
.page-header.scrolled  .header-top {
    margin-top: -40px;
    transition: all 0.5s ease;
}

.page-header.scrolled .navbar-brand {
    width: 240px;
    z-index: 999;
    transition: all 0.5s ease;
}

.page-header .header-top {
    position: relative;
    background: transparent;
    height: 40px;
    margin-top: 0;
    transition: all 0.5s ease;
}
.page-header .header-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 2px;
    background: linear-gradient(to right, #fff0 4%, #ffffff69 19%);
}
.page-header .header-top .row > div:last-child {
    position: relative;
}
.page-header .header-top .nav-item .nav-link {
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 40px;
    text-transform: uppercase;
}
.page-header .header-top .nav-item .nav-link.dropdown-toggle::after {
    /* content: '';
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"%3E%3Cpath d="m19 11l-7 6l-7-6"%2F%3E%3Cpath d="m19 7l-7 6l-7-6"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 34px;
    display: block;
    margin-left: 0.255em;
    float: right;
    border: none; */
    display: none;
}
.page-header .navbar-nav .nav-link {
    font-family: var(--primary-font);
    color: #fff;
    padding: 20px 30px;
    font-weight: 500;
}
.page-header .navbar-nav .nav-link:hover {
    color: var(--primary-hover);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: var(--primary-hover);
}
.page-header .header-top .dropdown-item {
    text-transform: capitalize;
}

.page-header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    width: 280px;
    z-index: 9999;
    position: absolute;
}
.page-header .navbar-nav .nav-item .nav-link {
    color: var(--primary);
    padding: 7px 19px;
    font-weight: 600;
    font-size: 18px;
}
.page-header .navbar-light .navbar-toggler {
    color: var(--primary);
    font-weight: 500;
    font-size: 20px;
}
.page-header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28 255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.page-header.scrolled .navbar-nav .nav-item .nav-link {
    color: var(--primary);
}
.page-header.scrolled .navbar-light .navbar-toggler {
    color: var(--primary);
}
/*.page-header.scrolled .navbar-light .navbar-toggler-icon {*/
/*    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28 204, 254, 1 %29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");*/
/*}*/


.page-header .header-top .social-links .nav-item .nav-link{
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
}

#pagemenu {
    position: fixed;
    opacity: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    top: 0;
}
#pagemenu .close-pagemenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000067;
}
#pagemenu.show {
    left: 0;
    opacity: 1;
}


#pagemenu .navbar-nav {
    background: #fff;
    color: var(--primary);
}
#pagemenu .navbar-nav .nav-link {
    color: inherit;
    font-family: var(--primary-font);
    font-weight: 600;
    line-height: 50px;
}

#pagemenu .pagemenu-content {
    position: relative;
    display: inline-block;
    min-width: 320px;
    height: 100%;
    padding: 30px 20px;
}


.searchBar .btn.dropdown-toggle {
    padding-right: 7px;
    padding-left: 7px;
    color: var(--primary);
    border: none;
}
.searchBar .btn.dropdown-toggle:hover {
    color: var(--primary-hover);
}
.searchBar .btn.dropdown-toggle svg,
.searchBar .btn.dropdown-toggle:hover svg {
    margin-left: 0px;
}
.searchBar .dropdown-toggle::after {
    display: none;
}
.searchBar .btn.dropdown-toggle.show,
.searchBar .btn.dropdown-toggle:focus,
.searchBar .btn.dropdown-toggle:focus-within ,
.searchBar .btn.dropdown-toggle:active {
    border: none;
}
.searchBar .dropdown:focus,
.searchBar .dropdown:focus-within,
.searchBar .dropdown:focus-visible,
.searchBar .dropdown:active,
.searchBar .dropdown {
    border: none;
}
.searchBar .dropdown-menu {
    width: 350px;
    padding: 10px;
    border-radius: 0;
}
.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: .5rem;
    --bs-dropdown-spacer: .125rem;
    --bs-dropdown-font-size: 14px;
}
.searchBar .dropdown-menu .close {
    display: none;
}
.searchBar .dropdown-menu .form-control {
    border: solid 1px #aaa;
    border-radius: 0.375rem;
}
.searchBar .dropdown-menu .btn {
    padding: 8px 15px;
    background: var(--primary-hover);
    border: solid 1px var(--primary-hover);
}
.searchBar .dropdown-menu .btn:hover svg {
    margin-left: 0;
}

.page-header .site-menu {
    position: relative;
    margin-bottom: 0;
    margin-top: 10px;
}
.page-header .site-menu .active {
    /* color: var(--primary); */
    display: inline-block;
    padding: 20px 20px;
}

.page-header .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    color: #fff;
}

.page-header .site-menu>li {
    display: inline-block;
}

.page-header .site-menu>li>a {
    font-family: 'Montserrat';
    padding: 15px 20px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
}

.page-header .site-menu>li>a:hover {
    color: var(--primary-hover);
}
.page-header.scrolled .site-menu>li>a:hover {
    color: #242b5c;
}

.page-header .site-menu>li.social>a {
    padding-left: 5px;
    padding-right: 5px;
}

.page-header .site-menu .has-children>a {
    position: relative;
    padding-right: 25px;
    margin-bottom: 2px;
}

.page-header .site-menu .has-children>a:before {
    position: absolute;
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 16 16"%3E%3Cpath fill="white" fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"%2F%3E%3C%2Fsvg%3E');
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 6px;
}

.mainslider::before,
.page-slidein::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgb(36 43 92 / 89%) 30%, #00497f00);
    left: 0;
    top: -50%;
    transition: all ease 0.2s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.page-slidein.menu-hovered::before,
.mainslider.menu-hovered::before {
    opacity: 1;
    visibility: visible;
    top: 0%;
}
.page-header.scrolled .site-menu .has-children .dropdown {
 background-color:  #d6207a;
}
@media (min-width:768px) {
    .page-header .site-menu .has-children>a:before {
        display: none;
    }
}

@media (max-width:767.99px) {
    .page-header .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28 255, 255, 255 %29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        margin-bottom: 0;
    }
    /*.page-header.scrolled .navbar-light .navbar-toggler-icon {*/
    /*    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28 255, 255, 255 %29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");*/
    /*}*/


    .searchBar .dropdown-menu.show {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        margin: 0;
        background: #000a;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .searchBar .dropdown-menu .close {
        display: block;
        color: white;
        position: absolute;
        right: 20px;
        top: 20px;
        background: transparent;
        border: none;
        font-size: 40px;
        line-height: 1;
        cursor: pointer;
    }

}


.page-header .site-menu .has-children .dropdown {
    width: 300px;
    max-width: 100%;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: transparent;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.page-header .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.page-header .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.page-header .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.page-header .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #fff;
    background: hsla(0, 0%, 100%, 0.07);
    margin-bottom: 2px;
}
.page-header.scrolled .site-menu .has-children .dropdown a {
    background: none;
}
.page-header .site-menu .has-children .dropdown .active {
    background-color: #f7f7f7;
    color: var(--primary) !important;
}

.page-header .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 210px;
}

.page-header .site-menu .has-children .dropdown>li:hover > a {
    background: #000;
}
.page-header .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block;
    font-weight: 300;
    font-size: 15px;
}

.page-header .site-menu .has-children .dropdown>li>a:hover {
    background: #f7f7f7;
    color: #242b5c;
}
.page-header .site-menu .has-children .dropdown>li>a:hover {
    background: #f7f7f7;
    color: #242b5c;
}
.page-header .site-menu .has-children .dropdown>li.has-children>a:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 16 16"%3E%3Cpath fill="currentColor" fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8L4.646 2.354a.5.5 0 0 1 0-.708z"%2F%3E%3C%2Fsvg%3E');
    right: 20px;
}

.page-header .site-menu .has-children .dropdown>li.has-children>.dropdown {
    background: #f7f7f7;
    -webkit-box-shadow: 6px 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 2px 10px -2px rgba(0, 0, 0, 0.1);
}

.page-header .site-menu .has-children .dropdown>li.has-children>.dropdown,
.page-header .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}
.site-menu .has-children .dropdown>li.has-children>ul a {
    color: #4d5053;
    font-size: 16px;
}
.site-menu .has-children .dropdown>li.has-children>ul a:hover ,
.site-menu .has-children .dropdown>li.has-children>ul a.active {
    color: #b61e3f;
}

.page-header .site-menu .has-children:hover>a,
.page-header .site-menu .has-children:focus>a,
.page-header .site-menu .has-children:active>a {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.page-header .site-menu .has-children:hover,
.page-header .site-menu .has-children:focus,
.page-header .site-menu .has-children:active {
    cursor: pointer;
}

.page-header .site-menu .has-children:hover>.dropdown,
.page-header .site-menu .has-children:focus>.dropdown,
.page-header .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    z-index: 10;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span::before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M6.4 19L5 17.6l5.6-5.6L5 6.4L6.4 5l5.6 5.6L17.6 5L19 6.4L13.4 12l5.6 5.6l-1.4 1.4l-5.6-5.6L6.4 19Z"%2F%3E%3C%2Fsvg%3E');
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px 0.1px 20px 0px;
    height: calc(100vh - 90px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: inherit;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
    background: #f7f7f7;
}
.site-mobile-menu .site-nav-wrap li .collapse.show  {
    color: #4d5053;
    background: #f7f7f7;
}

.site-mobile-menu .site-nav-wrap .social {
    display: inline-block;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 3px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 16 16"%3E%3Cpath fill="currentColor" fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 6px;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li.social {
    float: none !important;
    width: auto !important;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 17px;
    font-weight: 600;
    color: var(--primary);
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 45px;
    font-weight: 600;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
    padding-left: 15px !important;
}
@media (max-width:767.98px) {
    .page-header.scrolled .navbar-brand {
        width: 200px;
        padding-top: 0;
        
    }   
    .page-header .navbar-brand {
        width: 175px;
        padding-top: 40px;
        z-index: -1;
        transition: all 0.4s ease-in-out;
    }
}
/***** End Header *****/

/***** Main Slider *****/
/* .mainslider {
    clip-path: ellipse(102% 57% at 41% 42%);
} */
.mainslider ,
.mainslider .slick-slide img {
    height: 800px;
    /* height: 628px; */
    /* aspect-ratio: 6/3; */
}


.page-slidein,
.mainslider {
    background: #fff;
    overflow: hidden;
}


.mainslider .slick-slide img {
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.mainslider .slide-content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 45%;
    
}

.mainslider .bnr-caption {
    color: #fff;
    font-weight: 400;
    padding-bottom: 0 20px;

}
.mainslider .bnr-caption h1 {
    font-family: var(--secondary-font);
    position: relative;
    font-weight: 200;
}
.mainslider .bnr-caption h2 {
    font-family: var(--secondary-font);
    font-size: 27px;
    position: relative;
}
.mainslider .bnr-caption p {
    font-family: var(--primary-font);
    font-size: 23px;
    line-height: 1.5;
    font-weight: 400;
}
.mainslider .btn-caption {
    color: white;
}
@media (max-width: 1400px) {
    .mainslider .bnr-caption p {
        font-size: 22px;
    }
}
@media (max-width: 992px) {
    .mainslider .bnr-caption p {
        font-size: 23px;
    }
}
@media (max-width: 767.98px) {
    .mainslider .bnr-caption p {
        font-size: 18px;
    }

    .mainslider, .mainslider .slick-slide img {
        height: 630px;
    }
    .mainslider {
        clip-path: ellipse(102% 57% at 48% 42%);
        z-index: 1;
    }

    .mainslider .slide-content {
        padding-bottom: 0px;
    }

    .site-navigation {
        top: 8px;
        margin-right: 10px;
    }
}

/* .page-slidein::after,
.mainslider::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100% ;
    height: 210px;
    width: 102%;
    background: white;
    transform: rotate(-2deg);
    transform-origin: bottom left;
} */
.promo-card {
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 200px;
}

.promo-card .promo-content {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.page-slidein {
    height: 510px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 80px;
}
.page-slidein-content h1 {
    font-family: var(--tertiary-font);
    color: white;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
}
.page-slidein-content p {
    font-family: var(--tertiary-font);
    font-size: 19px;
    color: white;
}
.page-slider.project-slider  {
    z-index: 1;
}
.page-slider.project-slider .page-slidein {
    min-height: 740px;
    height: 95vh;
}
.page-slider .project-logo {
    position: absolute;
    top: 100%;
    width: 180px;
    height: 180px;
    background: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
    display: flex;
}
.page-slider .project-logo img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    margin: auto;
}

.page-slider.project-slider::before,
.page-slider.project-slider::after {
    display: none;
}

.page-slider {
    position: relative;
    /* z-index: 1; */
}
/* .page-slider::before {
    content: '';
    position: absolute;
    top: 98%;
    left: 0;
    width: 190px;
    height: 110px;
    background: url(../images/slider-object-left.png);
    background-size: contain;
    background-repeat: no-repeat;
} */
.page-slider::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 245px;
    height: 47px;
    transform: translate(-50%, -50%);
    background: url(../images/slider/slider-after.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.page-slider ~ section {
    position: relative;
}

.page-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    z-index: 1000;
    background: transparent;
}
.page-slider .slick-arrow.prev-arrow {
    left: 7%;
    background: url("../images/arrow_left.png") 0 0 / 100% no-repeat;
}
.page-slider .slick-arrow.next-arrow {
    right: 7%;
    background: url("../images/arrow_right.png") 0 0 / 100% no-repeat;
}
.page-slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slide-ask {
    position: absolute;
    left: 25px;
    transform: rotate( -90deg);
    transform-origin: left;
    right: initial;
    opacity: 1;
    bottom: 220px;
    margin: auto;
    z-index: 3;
    text-align: center;
    color: #fff;
}
.slide-ask a {
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 3px;
    color: white;
    text-decoration: none;
}

@media (max-width: 767.98px) {
   .slide-ask {
       display: none;
    }

    .page-slider .slick-arrow {
        top: 82%;
    }
    .page-slider .slick-arrow.prev-arrow {
        left: 50px;
    }
    .page-slider .slick-arrow.next-arrow {
        left: 110px;
    }

    .page-slider::after {
        z-index: -1;
    }

    .page-slider ~ section {
        z-index: 1;
    }

    .page-slider ~ section .mt-70 {
        margin-top: 20px;
    }
    .page-slider.project-slider .page-slidein {
        min-height: 500px;
        height: 65vh;
    }
}
/*=======  Mouse start CSS  =======*/
.mouse-bottom {
    position: absolute;
    bottom: 160px;
    left: 10px;
    width: 35px;
    height: 57px;
    margin: auto;
    z-index: 2;
}
.mouse {
    background: transparent linear-gradient(transparent 0%, transparent 50%, transparent 50%, transparent 100%);
    position: relative;
    border: 3px solid white;
    width: 35px;
    height: 57px;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: nudgeMouse 5s ease-out infinite;
    animation: nudgeMouse 5s ease-out infinite;
}

.mouse:before, .mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.mouse:before {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 100px;
}
.mouse:after {
    background-color: #ffffff;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite;
}

@media (max-width: 767.98px) {
    .mouse {
        border: 2px solid white;
        width: 24px;
        height: 37px;
    }
    .mouse-bottom {
        bottom: 70px;
        left: 13px;
        display: none;
    }
}

  @-webkit-keyframes trackBallSlide {
    0% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    6% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    14% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    15%, 19% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    28%, 29.99% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    30% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    36% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    44% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    45%, 49% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    58%, 59.99% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    60% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    66% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    74% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    75%, 79% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    88%, 100% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
  }
  @keyframes trackBallSlide {
    0% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    6% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    14% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    15%, 19% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    28%, 29.99% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    30% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    36% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    44% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    45%, 49% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    58%, 59.99% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    60% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    66% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    74% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    75%, 79% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    88%, 100% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
  }
  @-webkit-keyframes nudgeMouse {
    0% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(8px);
    }
    30% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(8px);
    }
    60% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(8px);
    }
    90% {
      transform: translateY(0);
    }
  }
  @keyframes nudgeMouse {
    0% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(8px);
    }
    30% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(8px);
    }
    60% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(8px);
    }
    90% {
      transform: translateY(0);
    }
  }
/*=======  Mouse end CSS  =======*/

/* End Main Slider */

/* Slider Dots */
.slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}
.slick-dots li {
    list-style: none;
    display: inline;
}
.slick-dots li button {
    background: hsla(0, 0%, 100%, 0.4);
    border: 3px solid transparent;
    outline: 1px solid hsla(0, 0%, 100%, 0.4);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    font-size: 0;
    color: transparent;
    padding: 0;
    margin:0 5px;
    transition: all ease 2s;
}
.slick-dots li.slick-active button ,
.slick-dots li.slick-active button:focus,
.slick-dots li.slick-active button:focus-within,
.slick-dots li.slick-active button:active {
    background: white !important;
    border-color: var(--primary) !important;
    outline-color: white !important;
    outline-width: 1px !important;
}
/* End Slider Dots */
/* References */
.references img {
    width: 150px;
    height: 70px;
    object-fit: contain;
}
@media(max-width: 1000px) {
    .references img {
        width: 120px;
    }
    
}
@media(max-width: 768px) {
    .references img {
        width: 100px;
    }
    
}
/* References */

/* Partenaires */
.partenaires img {
    width: 150px;
    height: 70px;
    object-fit: contain;
}
/* Partenaires */
.bloc-about {
    position: relative;
    background-image: url(../images/about-bg-line.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 20px;
}

.about .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
}

.about .about-mobile-img {
    display: none;
}

.about .img .img-left , .about .img .img-right{
    width: 40px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.about .img .img-right {
    right: -22px;
    display: block;
}
.about .img .img-left {
    left: 18px;
    display: block;
}
.about .img .svg-befor-img-left {
    width: 200px;
    height: auto;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.about .about-content,.about .about-content p {
    font-weight: 400;
    font-size: 18px;
    color: #777777;
    line-height: 1.8;
    font-family: var(--primary-font);
}


.btn-more {
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 13px;
    background-color: #e2e9ef;
    color: var(--primary);
    display: inline-block;
    padding: 8px 30px;
    border-radius: 15px;
    font-weight: 500;
    text-decoration: none;
}

.btn-more.style-1 {
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    display: block;
    color: #fff;
    background-color: var(--primary);
    background-position: top left;
    background-size: auto 60%;
    background-repeat: no-repeat;
}

@media (max-width: 768px){
    .btn-more.style-1 {
        margin-top: 15px;

    }
    .activite-home {
        margin-bottom: 20px;
    }
    .about .img {
        background-image: none !important;
    }
    .about .img .img-right ,.about .img .img-left {
        display: none;
    }
    .about .about-mobile-img {
        display: block;
        width: 100%;
    }
}

/* slider time line */
.slider-timeline {
    height: 250px;
}

.slider-timeline .slider-item  {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    gap: 10px;
    color: var(--primary);
}
.slider-timeline .slider-item h1 {
    color: var(--tertiary);
}
.slider-timeline .slick-slide {
    position: relative;
    /* transform: scale(0.8); */
    transition: all 0.4s ease-in-out;
    padding: 40px 0 20px;
}
.slider-timeline .slick-slide h3 {
    font-family: var(--primary);
    font-weight: 600;
    display: block;
    position: relative;
    padding-bottom: 20px;
    transition: all 0.4s ease-in-out;
}
.slider-timeline .slick-slide h3::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 3px;
    background: var(--primary);
    left: 50%;
    transform: translateX(-50%);
}
.slider-timeline .slick-slide h3::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 4px);
    background: var(--primary);
    border-radius: 50%;
}

.slider-timeline .slick-slide .slider-item {
    max-width: 100%;
    transition: all 0.4s ease-in-out;
}

.slider-timeline .slick-center h3 {
    font-size: 50px;
    margin-top: -26px;
}

.slider-timeline .slick-slide p {
    font-size: 13px;
    padding: 0 15px;
    font-weight: 300;
    font-family: var(--primary-font);
    transition: all 0.4s ease-in-out;
}

.slider-timeline .slick-center p {
    font-size: 18px;
}
.slider-timeline .slick-center h3::before {
    height: 3px;
}

@media (min-width: 1200px) {
    .slider-timeline .slick-center h3 {
        font-size: 50px;
        margin-top: -26px;
    }

}
@media (max-width: 1200px) {
    .slider-timeline .slick-center h3 {
        font-size: 50px;
        margin-top: -27px;
    }
    .slider-timeline .slick-center h3::before ,.slider-timeline .slick-slide h3::before{
        height: 4px;
    }

}
@media (max-width: 992px) {
    .slider-timeline .slick-center h3 {
        font-size: 50px;
        margin-top: -29px;
    }
}
@media (max-width: 768px) {
    .slider-timeline .slick-slide h3::before {
        height: 4px;
    }
    .slider-timeline .slick-center h3 {
        margin-top: -30px;
    }
}

@media (max-width: 400px) {
    .slider-timeline .slick-center h3 {
        margin-top: -32px;
    }
    .slider-timeline .slick-center p{
        font-size: 13px;
    }
    .slider-timeline {
        height: auto;
    }
}

/* End Slider time Line */

/* Banner */
.banner {
    position: relative;
}


/* End banner */

/* nos investissements */
.nos-investissements-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom-right-radius: 50px;
}
.nos-investissements-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nos-investissements {
    background: #f4f4f4;
    position: relative;
    background-position: center ;
    width: calc(100% - 15px);
    color: white;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}
.nos-investissements .item-nos-investissements {
    position: relative;
    background: rgba(0, 0, 0, 0.289);
    min-height: 580px;
    height: 80vh;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-items: end;
    align-items: center;
    font-family: var(--primary);
}

.nos-investissements .item-nos-investissements::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: hsla(0, 0%, 100%, 0.38);
}

.nos-investissements .item-nos-investissements img {
    height: 90px;
    width: 150px;
    object-fit: contain;
    margin: auto auto 30px auto;
}
.nos-investissements .item-nos-investissements h4 {
    padding: 20px 5px;
    display: block;
    text-align: center;
    font-family: var(--secondary-font);
    font-weight: 600;
}

.nos-investissements .item-nos-investissements .invest-content {
    overflow: hidden;
    transition: all 0.2s ease;
    text-align: center;
    height: 0;
    opacity: 0;
}
.nos-investissements .item-nos-investissements.hoverd .invest-content {
    height: 234px;
    opacity: 1;
}

.nos-investissements .item-nos-investissements a {
    position: relative;
    background: hsla(0, 0%, 0%, 0.1);
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 13px;
    width: 170px;
    text-align: left;
    padding: 13px 17px;
    display: inline-block;
    font-size: 13px;
    font-family: var(--primary-font);
    font-weight: 500;
}

.nos-investissements .item-nos-investissements a i{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.nos-investissements .item-nos-investissements p {
    font-size: 15px;
    text-align: center;
    font-family: var(--primary-hover);
    font-weight: 300;
    height: 170px;
    overflow: auto;
}

.nos-investissements-logo {
    top: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: auto;
    background-color: white;
    padding: 30px;
}

.nos-investissements-slider.slick-slider .slick-track,
.nos-investissements-slider.slick-slider .slick-list {
    height: 100%;
}

@media (max-width: 1031px) {
    .nos-investissements .item-nos-investissements h4{
        padding: 15px 5px;
    }
}
/* End Nos investisments */


/***** cms-block *****/

.cms-block .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    border-radius: 30px;
    border-bottom-left-radius: 100px;
    height: 430px;
}
.cms-block .img .time-line {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #cc227a;
    top: 20px;
    left: -10px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.card-time-line {
    display: flex;
    height: 200px;
    flex-direction: column;
    width: 200px;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.time-line img {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}
.time-line h2 {
    color: white;
}
.time-line h2 p {
    font-weight: 100;
    font-size: 20px;
}
.time-line .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
    /* border: none; */
    color: #e691bd;
    border-radius: 50%;
    font-size: 40px;
    min-height: 40px;
    background-color: transparent;
    border: none;
}

.time-line .slick-prev {
	left: 0;
    /* background: url("../images/arrow_left.png") 0 0 / 100% no-repeat; */
}

.time-line .slick-next {
	right: 0;
    /* background: url("../images/arrow_right.png") 0 0 / 100% no-repeat; */
    
}
.img-sticky {
    position: sticky !important;
    top: 80px;
}

.cms-block .img .img-left , .cms-block .img .img-right{
    width: 40px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cms-block .img .img-right {
    right: -22px;
    border-bottom-left-radius: 110px;
}
.cms-block .img .img-left {
    left: 18px;
    border-bottom-right-radius: 110px;
}
.cms-block .title {
    font-size: 33px;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.5;
    font-family: var(--primary-font);
    margin-bottom: 20px
}

.cms-block .cms-content h2 {
    font-size: 22px;
    font-weight: 500;
    color: var(--primary);
    line-height: 1.4;
    font-family: var(--secondary-font);
    margin-bottom: 20px
}

.cms-block .cms-content h3 {
    font-family: var(--secondary-font);
    color: #b61e3f;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px
}

.cms-block .cms-content,.cms-block .cms-content p {
    font-weight: 400;
    font-size: 18px;
    color: #777777;
    line-height: 1.8;
    font-family: var(--primary-font);
}

.cms-block .cms-content p {
    margin-bottom: 20px
}

.cms-content-padding-left {
    padding-right: 30px;
}
.cms-content-padding-right {
    padding-left: 30px;
}
.cms-block .cms-content strong {
    font-weight: 600
}

.cms-block .cms-content a {
    color: #095ba4;
    font-weight: 600;
}

.cms-block .cms-content ul {
    padding-left: 0
}

.cms-block .cms-content ul li {
    list-style: none;
    padding-left: 22px;
    position: relative;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 1.7
}

.cms-block .cms-content ul li:before {
    content: ">";
    margin-right: 8px;
    color: #0d7bb0;
    font-weight: 500;
    font-family: var(--secondary-font);
    position: absolute;
    left: 0
}

.cms-block .cms-content ul li p {
    margin-bottom: 0
}

.cms-block .cms-content .btn-primary {
    margin-top: 20px;
    padding: 8px 35px;
    font-size: 14px;
    font-weight: 400
}

@media (max-width : 768px) {
    .cms-content-padding-left {
        padding-right: 15px;
        padding-left: 15px;
    }
    .cms-content-padding-right {
        padding-right: 15px;
        padding-left: 15px;
    }
    .cms-mobile-reverse {
        flex-direction: column-reverse;
    }
    
     .cms-block {
        padding: 0 15px;
    }
    .cms-block .img {
        margin-bottom : 30px;
    }
}
/* @media (min-width: 1300px) {
    .cms-block .cms-content,.cms-block .cms-content p {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .cms-block .title {
        font-size: 23px;
    }
    .cms-block .cms-content, .cms-block .cms-content p {
        font-size: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .cms-block {
        margin-top: 30px;
    }
} */
/***** End cms-block *****/

/* Nos fondation */

.fondation-section-home {
    background: url('../images/fondation/img1.png') no-repeat ;
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    margin-left: 20px;
    color: white;
    border-start-start-radius: 50px;
    padding: 40px;
}
.fondation-slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.fondation-section-home .not-fondation  {
    height: 100%;
    font-size: 25px;
}
.fondation-section-home .not-fondation img {
    height: 100px;
    width: auto;
    margin: 0 auto;
}
.fondation-section-home .not-fondation .fondation-after {
    position: relative;
    font-family: var(--primary-font);
}
.fondation-section-home .not-fondation .fondation-after:not(:last-child):after{
    content: "";
    width: 1px;
    height: 103%;
    background-color: #ffffff6e;
    position: absolute;
    top: 0;
    right: 0;

}
.fondation-section-home .not-fondation .fondation-after .row > p {
    font-weight: 600;
    font-size: 22px ;
}
.fondation-section-home .not-fondation .fondation-after h4 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 28px;
}
.fondation-section-home .not-fondation .fondation-after h4 ~ p {
    font-weight: 400;
    font-size: 22px;
}
.fondation-section-home .not-fondation .fondation-body {
    max-width: 270px;
    margin: auto;
}
.project-bloc .info-project .fondation-info {
    font-weight: 400;
    font-size: 18px;
}
.project-bloc .info-project .fondation-numbres {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 2px;
}

@media (max-width: 768px){
    .mobile-section  {
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
        
    }
    .fondation-section-home {
        background: url('../images/fondation/img1-sm.jpg') no-repeat ;
        background-position: center;
        margin-left: 0;
        border-start-start-radius: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .fondation-section-home .not-fondation .fondation-after:not(:last-child):after{
        content: "";
        width: 100%;
        height: 2px;
        background-color: #ffffff6e;
        position: absolute;
        bottom: 0;
        top: 100%;
        right: 0;
    }
    .fondation-section-home .not-fondation img {
        margin: 40px auto ;
    }
    .fondation-section-home .not-fondation .fondation-after .row > p {
        margin-bottom: 0;
    }
    .fondation-section-home .not-fondation .fondation-after h4 {
        margin-top: 10px;
    }
    .fondation-section-home .not-fondation .fondation-after {
        margin-top: 30px;
    }
    .fondation-section-home .not-fondation{
        font-size: 20px;
    }
    .font-size-28 p {
        font-size: 20px;
    }
    .fondation-section-home .not-fondation img {
        height: 70px;
    }
}
/* End fondation */

/***** Our Blog *****/
.ourblog {
    background: #f5f5f5;
    position: relative;
}
.ourblog-list .sec-title span {
    color: var(--primary-hover);
    display: inline-block;
}
@media (min-width: 768px) {
    .ourblog-list .sec-title span.slash {
        margin-left: 30px;
        margin-right: 30px;
    }

}

.ourblog .articles-list {
    position: relative;
}

.ourblog .articles-list::before ,
.ourblog .articles-list::after {
    content: '';
    width: 200px;
    height: 90px;
    position: absolute;
    background-image: url(../images/dot.png);
}
.ourblog .articles-list::before {
    top: -30px;
    right: -20px;
}
.ourblog .articles-list::after {
    bottom: -30px;
    left: -20px;
    z-index: 0;
}
.ourblog .articles-list .slick-list {
    position: relative;
    z-index: 1;
}

.ourblog .articles-list .slick-list::after {
    right: 0;
    background-image: linear-gradient(to right, transparent, white);
}
.ourblog .blog-pagin {
    position: absolute;
    top: calc( 50% + 40px);
    left: 50%;
    transform: translate(-50%,-50%);
}
.ourblog .blog-pagin .slick-arrow {
    position: absolute;
    outline: none;
    border: solid 2px #e0e0e0;
    color: #959599;
    border-radius: 50%;
    background: #fff;
    width: 40px;
    height: 40px;
}

.ourblog .blog-pagin .slick-arrow.slick-prev {
    left: -50px;
}
.ourblog .blog-pagin .slick-arrow.slick-next {
    right: -50px;
}

@media (max-width: 768px) {
    .ourblog .blog-pagin {
        top: 26px;
        max-width: 120px;
        right: 0;
        left: auto;
        transform: translate(0px, 0px);
    }
    .ourblog .articles-list::before {
        right: 0;
    }
    .ourblog .articles-list::after {
        left: 0;
    }
    .ourblog .blog-pagin .slick-arrow.slick-prev {
        left: 15px;
    }
    .ourblog .blog-pagin .slick-arrow.slick-next {
        right: 15px;
    }

}
.ourblog  .card {
    border-radius: 15px;
}
.ourblog  .card img {
    height: 200px;
    width: 100%;
    border-radius: 15px;
}

.ourblog .card .card-title  {
    color: var(--secondary);
}
.ourblog  .card .card-text {
    color: #8d256e;
}
.ourblog .card .card-time {
    display: flex;
    justify-content: space-between;
    color: #bfb8b0;
}

.ourblog .blog-pagin .slick-arrow {
    position: absolute;
    outline: none;
    border: solid 2px #e0e0e0;
    color: #959599;
    border-radius: 50%;
    background: #fff;
    width: 40px;
    height: 40px;
}

.ourblog .blog-pagin .slick-arrow.slick-prev {
    left: -50px;
}
.ourblog .blog-pagin .slick-arrow.slick-next {
    right: -50px;
}

@media (max-width: 768px) {
    .ourblog .blog-pagin {
        top: 92%;
        max-width: 120px;
        right: auto;
        left: 10px;
        transform: translate(0px, 0px);
        z-index: 9999;
    }
    .ourblog .articles-list::before {
        right: 0;
    }
    .ourblog .articles-list::after {
        left: 0;
    }
    .ourblog .blog-pagin .slick-arrow.slick-prev {
        left: 15px;
    }
    .ourblog .blog-pagin .slick-arrow.slick-next {
        right: 15px;
    }
    .ourblog .card .card-title  {
        font-size: 17px;
        line-height: 1.5rem;
    }
}

/***** End Our Blog *****/
.bolc-activite {
 background: linear-gradient(to top, rgba(230, 235, 239, 0.3) , #fff0 80%);
}
.activite-home .card {
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    border-width: 0;
    box-shadow: 0 0px 25px rgb(0 0 0 / 9%);
}
.activite-home .card-img {
    border-radius: 0;
    height: 300px;
}
.activite-home .card-img-overlay-activity {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    padding: 1rem 6px;
    background: linear-gradient(0deg, #0000008c 10%, #ffffff00 70% );
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    transition: all ease 0.2s;
}
.activite-home .card-img-overlay-activity:hover {
    background: linear-gradient(0deg, #000 10%, #ffffff00 70% );
}
.activite-home .card-img-overlay-activity p {
    margin-top: 10px;
    max-width: 90%;
    height: 150px;
    margin-bottom: 30px;
}

@media(min-width: 992px) and (max-width: 1200px) {
    .card-title {
        font-size: 16px;
    }
    .activite-home .card-img-overlay-activity p {
        font-size: 14px;
    }

}
@media (min-width: 762px) and (max-width: 992px) {
    .card-title {
        font-size: 14px;
    }
    .activite-home .card-img-overlay-activity p {
        font-size: 10px;
        height: 80px;
    }
    .activite-home .card-img-overlay-activity {
        padding: 1rem;
    }
    
}
/* End Activity */

/***** our-dna *****/
.ourdna {
    position: relative;
    padding-bottom: 60px;
}
.ourdna .dna-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.ourdna .dna-bg img {
    width: 100%;
}

.ourdna .container {
    position: relative;
}

.ourdna .sec-title,
.ourdna .sec-text {
    color: white;
}

/* .ourdna .ourdna-content {
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 50px;
} */

.ourdna-single {
    /* position: relative; */
    color: var(--primary);
    font-size: 16px;
}

/* .ourdna-single:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    right: 0;
    background: #cccccc;
} */

.ourdna-single .dna-icon {
    width: 130px;
    height: 77px;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 40px;
}

.ourdna-single .dna-body strong {
    font-weight: 600;
}
/* .ourdna-single .dna-body {
    font-weight: 300;
    line-height: 1.8;
} */
.ourdna-single .dna-body {
    font-weight: 300;
    line-height: 1.8;
    background: white;
    padding: 30px;
    height: 100%;
    border-radius: 20px;
}
.imgbnr-1 {
    margin: 30px 0;
}
.bnr-content {
    bottom: 60px;
}
.bnr-content .sec-title {
    margin-bottom: 50px;
}
.bnr-content .dna-body {
    font-weight: 300;
    line-height: 1.8;
    background: white;
    color: var(--primary);
    padding: 30px;
    height: 100%;
    border-radius: 20px;
}
.bnr-content .dna-body p strong {
    font-weight: 600;
}
@media (max-width: 768px){
    .ourdna-single {
        margin-bottom: 20px;
    }
    /* .ourdna-single:not(:last-child):after {
        top: 105%;
        width: 100%;
        height: 1px;
    } */
    .ourdna-single .dna-body {
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }
    
}
@media (max-width: 500px){
    .ourdna .dna-bg img {
        height: 250px;
    }
}
/***** End our-dna *****/
/* Products */
.products a {
    text-decoration: none;
}
.products .card {

    background-color: #f2f0f3ad;
    border: 2px solid #f7f7f7;
}
.products .card .card-body {
    display: flex   ;
    position: relative;
    padding: 15px 8px 15px !important;
    min-height: 90px;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    color: #333333;
}

.products .card .card-body .card-title {
    margin-bottom: 5px;
    font-size: 14px;
}
.products .card .card-body .card-title a {    
    color: var(--wd-link-color);
    text-decoration: none;
}
.products .card .card-body .card-title span {
    display: block;
    font-weight: 900;
    margin-top: 5px;
}
.products .card .card-img-top {
    width: auto;
    height: 300px;
    object-fit: cover;
}

/* SLick */
.detail-products .item-slick.slick-slide.slick-current.slick-active {
	outline: none!important
}

.detail-products .slider-for {
    margin-bottom: 15px;
    box-shadow: 0 0 1px #0000006b;
}

.detail-products .slider-for img {
    width: 100%;
    min-height: auto;
}
	
.detail-products .slider-for iframe {
    width: 100%;
    min-height: 500px;
}
.slider-nav{
	margin: auto
}
.detail-products .slider-nav .item-slick {
    max-width: 180px;
    margin-right: 15px;
    outline: none!important;
    cursor: pointer;
}
.detail-products .item-slick img , .item-slick video {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.detail-products .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
    /* border: none; */
    color: #0a0a0a;
    border-radius: 50%;
    min-height: 40px;
    background-color: transparent;
    border: 2px solid;
}

.detail-products .slick-prev {
	left: 0;
    /* background: url("../images/arrow_left.png") 0 0 / 100% no-repeat; */
}

.detail-products .slick-next {
	right: 0;
    /* background: url("../images/arrow_right.png") 0 0 / 100% no-repeat; */
    
}
.detail-products .ref{
    font-weight: bold;

}

.pl-3, .px-3 {
    padding-left: 1rem!important;
}

ul.list-catalogues {
    padding-left: 25px;
    margin-top: 20px;
    list-style: none;
}
ul.list-catalogues li{
    padding: 10px 0 10px 0;
}

ul.list-catalogues li a {
    color: #484848;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    display: block;
    margin-bottom: 9px;
}

ul.list-catalogues li a::before {
    content: url('../images/pdf-icon.png');
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 32px;
    width: 27px;
    display: block;
}
/* Products */

/***** card-timeline *****/
.bloc-timeline {
    position: relative;
}
.card-timeline .card-timeline-top {
    border-radius: 20px 20px 0 0;
    background-image: linear-gradient(to bottom, #1b72bc 44%, #fbfbfb 98%);
    text-align: center;
    padding: 50px 40px 90px 40px;
}
.card-timeline .card-timeline-top h3 {
    color: white;
    display: block;
    text-align: center;
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: 500;
    font-family: var(--tertiary-font);
}
.card-timeline .card-timeline-top img {
    width: 120px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto 40px auto;
}
.card-timeline .card-timeline-top p {
    font-weight: 300;
    color: white;
    font-size: 22px;
    font-family: var(--tertiary-font);
}
.card-timeline .card-timeline-list {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    background: #fbfbfb;
    padding-top: 20px;
    padding-bottom: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 100px;
}

.card-timeline .card-timeline-list li {
    list-style: none;
    padding-left: 15px;
    padding-bottom: 25px;
    border-left: solid #056dc9 2px;
}

.card-timeline .card-timeline-list h3 {
    position: relative;
    font-weight: 500;
    color: #056dc9;
    font-size: 26px;
    font-family: var(--tertiary-font);
}

.card-timeline .card-timeline-list h3::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -20px;
    top: 9px;
    background: #056dc9;
}

.card-timeline .card-timeline-list p {
    color: #11426d;
    margin-bottom: 0;
    font-family: var(--tertiary-font);
    font-size: 16px;
}

/***** End card-timeline *****/

/***** project-bloc *****/
.project-bloc {
    margin-top: -70px;
    background: #f9f9f9;
    margin-bottom: 70px;
    border-bottom-right-radius: 40px;
}
.project-bloc .cms-block {
    margin-top: 150px;
}
.project-bloc .info-project {
    color: white;
    background-color: var(--primary);
    border-bottom-right-radius: 100px;
    padding: 50px 30px;
    position: absolute;
    right: -10px;
    bottom: -60px;
    max-width: 460px;
    width: 100%;
    font-family: var(--tertiary-font);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.project-bloc .info-project h3 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 2px;
}

.project-bloc .info-project p {
    font-weight: 500;
    font-size: 22px;
}


@media (max-width: 992px){
    .project-bloc .info-project{
        bottom: 0;
        position: relative;
        right: 0;
    }

}
@media (max-width: 768px){
   
    .project-bloc {
            margin-top: 100px;
    }
    .img-outside-left img, .img-outside-right img {
        position: relative;
        width: 100%;
    }
    .project-bloc .cms-block {
        margin-top: 60px;
    }
}

@media (max-width: 992px){
    .info-project img {
        width: 50px;
    }
    .project-bloc .info-project h3 {
        font-size: 18px;
    }
    .project-bloc .info-project p {
        font-weight: 500;
        font-size: 21px;
        margin-bottom: 3px;
    }
}
/***** End project-bloc *****/


/**** Divested  ****/

.divested .nos-investissements-slider-divested {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0px;
}
.divested .nos-investissements-slider-divested img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.divested .nos-investissements {
    background: #f4f4f4;
    position: relative;
    background-position: center ;
    width: calc(100% - 15px);
    color: white;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    margin-left: 15px;
}
.divested .nos-investissements .item-nos-investissements {
    position: relative;
    background: rgba(0, 0, 0, 0.289);
    min-height: 580px;
    height: 80vh;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-items: end;
    align-items: center;
    font-family: var(--primary);
}

.divested .nos-investissements .item-nos-investissements::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: hsla(0, 0%, 100%, 0.38);
}

.divested .nos-investissements .item-nos-investissements img {
    height: 90px;
    width: 150px;
    object-fit: contain;
    margin: auto auto 30px auto;
}
.divested .nos-investissements .item-nos-investissements h4 {
    padding: 20px 5px;
    display: block;
    text-align: center;
    font-family: var(--secondary-font);
    font-weight: 600;
}

.divested .nos-investissements .item-nos-investissements .invest-content {
    overflow: hidden;
    transition: all 0.2s ease;
    text-align: center;
    height: 0;
    opacity: 0;
}
.divested .nos-investissements .item-nos-investissements.hoverd .invest-content {
    height: auto;
    opacity: 1;
}

.divested .nos-investissements .item-nos-investissements a {
    position: relative;
    background: hsla(0, 0%, 0%, 0.1);
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 13px;
    width: 170px;
    text-align: left;
    padding: 13px 17px;
    display: inline-block;
    font-size: 13px;
    font-family: var(--primary-font);
    font-weight: 500;
}

.divested .nos-investissements .item-nos-investissements a i{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.divested .nos-investissements .item-nos-investissements p {
    font-size: 14px;
    text-align: center;
    font-family: var(--primary-hover);
    font-weight: 300;
    height: auto;
    overflow: auto;
}

.divested .nos-investissements-logo {
    top: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: auto;
    background-color: white;
    padding: 30px;
}

.nos-investissements .nos-investissements-slider-divested.slick-slider .slick-track,
.nos-investissements .nos-investissements-slider-divested.slick-slider .slick-list {
    height: 100%;
}
.nos-investissements-items-slider .slick-arrow ,.nos-investissements-items-slider-divested .slick-arrow {
    position: absolute;
    border: none;
    background-color: #0c5290;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 28px;
    top: 45%;
    z-index: 9999;
}
.nos-investissements-items-slider .slick-arrow.next-arrow ,.nos-investissements-items-slider-divested .slick-arrow.next-arrow{
    right: 10px;
}

.nos-investissements-items-slider .slick-arrow.prev-arrow ,.nos-investissements-items-slider-divested .slick-arrow.prev-arrow {
    left: 10px;
}
.nos-investissements-items-slider .slick-arrow.next-arrow:before ,.nos-investissements-items-slider-divested .slick-arrow.next-arrow:before{
    content: '>';
}

.nos-investissements-items-slider .slick-arrow.prev-arrow:before ,.nos-investissements-items-slider-divested .slick-arrow.prev-arrow:before {
    content: '<';
    
}

@media (max-width: 992px) {
    .nos-investissements-items-slider .slick-arrow ,.nos-investissements-items-slider-divested .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 28px;
        top: 15px;
    }
    .nos-investissements-items-slider .slick-arrow.next-arrow ,.nos-investissements-items-slider-divested .slick-arrow.next-arrow{
        right: 10px;
    }
    
    .nos-investissements-items-slider .slick-arrow.prev-arrow ,.nos-investissements-items-slider-divested .slick-arrow.prev-arrow {
        right: 60px;
        left: auto;
    }
}
/**** End divested  ****/

/* Team */
.team-border-raduis {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.team-card {
    text-decoration: none;
    margin-bottom: 30px;
}
.team-card h5 , .team-card p {
    color: #084a82;

}
.img-text-hover {
    padding: 20px;
    margin-bottom: 20px;
    top: 0;
    z-index: 1;
    transform: translateY(200px);
    transition: all .5s cubic-bezier(.13, .62, 0.81, 0.92) 0s;
 }
 .bg-projet {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
 }
 .img-projet-hover:hover .img-text-hover , .img-projet-hover:hover .img-text-hover a {
    transform:  translateY(0);
    color: white;
 }


 .img-projet-hover:hover .img-text-hover::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #fffefe;
 }
 
 .img-projet-hover:hover .img-text-hover::-webkit-scrollbar
 {
     width: 6px;
     background-color: #fffefe;
 }
 
 .img-projet-hover:hover .img-text-hover::-webkit-scrollbar-thumb
 {
     background-color: #cacaca;
 }

 .img-projet-hover:hover .img-text-hover {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow-y: auto;

 }
.img-projet-hover {
    color: transparent;
    position: relative;
    overflow: hidden;
 }
 .img-projet-hover  p {
    padding-left: 30px;
    /*padding-top: 25px;*/
 }
 .img-projet-hover a {
    color:transparent;
    text-decoration: none;
 }
 .img-projet-hover .img-text-hover p {
    position: relative;
    color: transparent;
 }

 .img-projet-hover:hover .img-text-hover p{
    color: #fff;
 }
 .img-projet-hover .img-text-hover p::after {
    background-color: transparent;
 }

 .img-text-hover ,
 .img-projet-hover::after{
    width: 100%;
    position: absolute;
    left: 0;
 }


 .img-projet-hover::after{
    content: '';
    height: 100%;
    top: 0;
    transition: .5s;
 }
 .img-projet-hover:hover::after {
    background: #0056b8c4;
    /* border: 3px solid blue; */


 }

.about_team  p{
    font-weight: 400;
    font-size: 15px;
    color: #777777;
    font-family: var(--primary-font);
}
.subtitle_team {
    margin-top: -20px;
    color: #0c5290;
}

.team_list ul {
    padding-left: 1rem;
}

.team_list li{
    margin-bottom: 5px;
    font-size: 13px !important;
}
.custom-hover-font-size li{
    margin-bottom: 15px !important;
    font-size: 16px !important;
}
.familly-office-description p{
    line-height: 1.6rem;
}

.familly-office-description  {
    font-size: 16px;
    color: #6b6b6c;
    font-weight: 400;
    font-family: var(--primary-font);
    margin-bottom: 25px;
}

.apropos_team_model .modal-header{
    border: none;
}
.apropos_team_model .modal-content {
    height: 500px;
    overflow-y: auto;
}
@media (min-width: 1300px) {
    .team_list li{  
        margin-bottom: 10px !important;
       font-size: 15px !important;
    }
}
@media (max-width: 1300px) {
    .familly-office-description p{
        font-size: 14px;
    }
    .img-projet-hover:hover .img-text-hover{
        padding: 15px 5px ;
    }
    .team_list li{  
        margin-bottom: 5px !important;
       font-size: 13px !important;
    }
}

@media(min-width: 992px) and (max-width: 1210px) {
    .divested .nos-investissements .item-nos-investissements p {
        font-size: 13px;
    }
}
@media (max-width: 992px) {
    .img-projet-hover:hover .img-text-hover {
        padding: 5px 5px;
    }
    .team_list li {
        margin-bottom: 3px !important;
        font-size: 10px !important;
    }
    .team_list ul {
        padding-left: 1rem;
        padding-right: 5px;
    }
}
@media (max-width: 768px) {
    .apropos_team_model .team-card {
        display: none;
    }
    .apropos_team_model .modal-body {
        padding: 0 1rem;
    }
    .apropos_team_model .cms-block {
        margin-top: 0;
    }
}
@media (max-width: 400px) {
   .img-projet-hover:hover .img-text-hover{
       
        padding: 15px 5px ;
    }
    .team_list ul {
        padding-left: 1.2rem;
        padding-right: 5px;
    }
    .team_list li{  
        margin-bottom: 5px !important;
       font-size: 12px !important;
    }

}

/*@media (min-width: 768px) {*/
/*    .team_list li{*/
/*       font-size: 16px;*/
/*    }*/

/*}*/


/*@media (max-width: 1400px) {*/
/*    .team_list li{*/
/*       font-size: 13px;*/
/*    }*/

/*}*/
/*@media (max-width: 1200px) {*/
/*    .team_list li{*/
/*       font-size: 10px;*/
/*    }*/

/*}*/
/*@media (min-width: 768px) {*/
/*    .team_list li{*/
/*       font-size: 16px;*/
/*    }*/

/*}*/

/* End Team */

/* Contact */
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-group {
    margin-bottom: 1rem;
}
.contact-button {
    padding: 20px 40px !important;
    border-radius: 30px;
    background-color: var(--primary);
}

.contact-form {
    position: relative;
}
.contact-form::after {
    content: "";
    width: 1px;
    position: absolute;
    height: 100%;
    background-color: #b4b4b4;
    top: 0;
    left: 51%;
}
.contact-form::before {
    content: "";
    width: 1px;
    position: absolute;
    height: 100%;
    background-color: #b4b4b4;
    top: 0;
    left: calc(52%  - 8px);
}

.modal-dialog {
    max-width: 730px;
    margin: 1.75rem auto;
}

.modal-header {
    padding: 1rem 2rem;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem;
}

@media (max-width: 768px){
    .contact-form::after {
        width: 100%;
        height: 1px;
        top: calc(47% - 10px);
        left: 0;
    }
    .contact-form::before {
        width: 100%;
        height: 1px;
        top: calc(47% - 8px);
        left: 0;
    }
}

/* End Contact*/

/* Histoire */
.nav-tabs {
    align-items: end;
}
.tab-content {
    position: relative;
}
.tab-content::after , .tab-content::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/history-bg.png');
    background-repeat: no-repeat;
    z-index: -1;

}
.tab-content::after {
    top: 0;
    left: 0;
}
.tab-content::before{
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}
.histoire .nav-tabs .nav-link {
    background-color: #0d62ac;
    padding: 10px 60px;
    margin-right: 3px;
    border-radius: 15px 15px 0 0;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--tertiary-font);
    width: 400px;
    border: none;
}
.histoire-timeline {
    width: 100%;
    height: 600px;
    
    background: linear-gradient(#147edc1f, #fff);
}
/* .histoire .nav-tabs .nav-link:first-child {
    transform-origin: left bottom;
} */

/*.histoire .nav-tabs .nav-link:hover ,*/
.histoire .nav-tabs .nav-link.active  {
    background-color: #11426d;
    height: 70px;
    font-size: 20px;
}
.histoire-description-tab {
    background-color: #11426d;
    height: 60px;
}
.histoire-description-tab h6 {
    font-weight: 300;
    font-family: var(--tertiary-font);
}
.histoire-timeline {
    white-space: nowrap;
    overflow-x: hidden;
}
.histoire-timeline ol {
    /* font-size: 0; */
    /* width: 100vw; */
    padding: 250px 0;
    /* transition: all 1s; */
}
.histoire-timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    /* width: 230px;
    height: 2.5px; */
    background: #d9d9d9;
    margin-left: -1%;
    margin-right: -1%;
}
.histoire-timeline ol li::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 4px);
    border-radius: 50%;
}
.histoire-timeline ol li:nth-child(even)::after {
    background: #0d62ac;
}
.histoire-timeline ol li:nth-child(odd)::after {
    background: #11426d;
}
.histoire-timeline ol li div {
    position: absolute;
    left: 50%;
    width: 100%;
    padding: 15px 45px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    height: 160px;
}
.histoire-timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
    padding-top: 30px;
    transform: translate(-50%, 0px);
}
.histoire-timeline ol li:nth-child(odd) div {
    top: auto;
    bottom: 28px;
    transform: translateX(-50%) translateY(0%);
}


.histoire-timeline ol li div p , .histoire-timeline ol li div h3 {
    text-align: center;
}
.histoire-timeline ol li div h3 {
    font-size: 24px;
    margin-bottom: 10px !important;
}
.histoire-timeline ol li div p {
    
}
.histoire-timeline p {
    font-family: var(--tertiary-font);
    font-size: 16px;
    color: #0c4d93;
}
ol .slick-list {
    overflow: visible;
}
.histoire-timeline-slider .slick-arrow {
    position: absolute;
    border: none;
    background-color: #0c5290;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 28px;
    top: 46%;
    z-index: 9999;
}
.histoire-timeline-slider .slick-arrow.next-arrow {
    right: 0;
}

.histoire-timeline-slider .slick-arrow.prev-arrow {
    left: 0;
}
.histoire-timeline-slider .slick-arrow.next-arrow:before {
    content: '>';
}

.histoire-timeline-slider .slick-arrow.prev-arrow:before {
    content: '<';
    
}

@media (max-width:1400px) {
    .histoire .nav-tabs .nav-link {
        width: 300px;
        font-size: 18px;
    }
    .histoire-description-tab {
        height: 80px;
        padding: 10px 0px;
    }
}

@media (max-width:992px) {
    .histoire .nav-tabs .nav-link {
        padding: 10px 30px;
        width: 200px;
        font-size: 16px;
    }
    .histoire .nav-tabs .nav-link.active {
        font-size: 18px;
        
    }
    .histoire-description-tab {
        height: 90px;
        padding: 10px 0px;
    }
    .histoire-description-tab h5 {
        font-size: 18px;
    }
    .histoire-timeline ol li div {
        padding: 15px 20px;
    }
}

@media (max-width:767.98px) {
    .histoire .nav-tabs .nav-link {
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .histoire-timeline ol li:nth-child(even) div {
        max-width: 280px;
    }
    .histoire-timeline p {
        font-size: 15px;
    }
    .histoire-timeline ol li:nth-child(odd) div {
        bottom: 38px;
    }
    
}

@media (max-width: 400px) {
    .histoire-description-tab {
        height: 80px;
        padding: 10px 0px;
    }
    .histoire-timeline ol li:nth-child(odd) div {
        bottom: 28px;
    }
    .histoire-description-tab h5 {
        font-size: 14px;
    }
    
}

/* end histoire */

/* Footer */

.page-footer {
    background: url("../images/base.png") ;
    background-size: cover;
    background-position: bottom;
    color: white;
    overflow: hidden;
}
.footrer-bg {
    padding: 90px 0 20px;
}

.page-footer h4 {
    color: white;
    margin-bottom: 30px;
    /*font-weight: 600;*/
    font-size: 21px;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin: 20px 0px;
    display: flex;
}
.footer-links li img {
    height: 20px;
    margin-right: 10px;
}
.footer-links li a {
    color: white;
    text-decoration: none;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 200;
}
.newsletter .input-group-text{
    background-color: #dbd900;
    border: 1px solid #dbd900;
}
footer .copyright {
    text-align: center;
    color: #a5a3b5;
    font-size: 13px;
}

@media (max-width: 762px){
    .page-footer h4 {    
        margin-bottom: 20px;
    }
    .link-cols {
        margin-bottom: 20px;
    }
}
/* End Footer */