body {
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
}

.container {
    max-width: 1140px;
}

a {
    color: #FF3300;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    color: #FF3300;
    text-decoration: none;
}

a.text-initial {
    color: #212629;
}

h2 {
    font-weight: 800;
    font-size: 36px;
}

.bg-light-100 {
    background: #FCFCFC !important;
}

.bg-light-gray {
    background: #FAFAFA !important;
}

.bg-light-blue {
    background: linear-gradient(90.45deg, #E4F5FF 0.36%, #F4FEFF 99.61%);
}

.bg-light-yellow {
    background: linear-gradient(90.45deg, #FFF9E0 0.36%, #FFFBEC 99.61%);
}

.bg-light-red {
    background: #FFF1EB !important
}

.bg-light-red-gradient {
    background: linear-gradient(90.45deg, #FDDACB 0.36%, #FFF5F1 99.61%);
}

.bg-light-mauve {
    background: linear-gradient(90.45deg, #F6E8FF 0.36%, #FAF1FF 99.61%);
}

.bg-light-green {
    background: linear-gradient(90.45deg, #E4FFF2 0.36%, #F4FEFF 99.61%);
}

.bg-light-aqua {
    background: linear-gradient(90.45deg, #CEFBFF 0.36%, #F4FEFF 99.61%);
}

.btn {
    border-width: 2px;
    padding: 15px 40px;
    border-radius: 0;
}

.btn-sm {
    padding: 8px 20px;
}

.btn-primary {
    color: #fff;
    background-color: #ff3300;
    border-color: #ff3300;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ef3000;
    border-color: #ef3000;
}

.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: #ef3000;
    border-color: #ef3000;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #ef3000;
    border-color: #ef3000;
    box-shadow: 0 0 0 0.25rem rgb(239 48 0 / 50%);
}

.btn-afig {
    color: #ffffff;
    background-color: transparent;
    border-color: #FF3300;
}

.btn-afig:hover,
.btn-afig:focus,
.btn-afig:active,
.btn-afig.active,
.open .dropdown-toggle.btn-afig {
    color: #ffffff;
    background-color: #FF3300;
    border-color: #FF3300;
}

.btn-afig:active,
.btn-afig.active,
.open .dropdown-toggle.btn-afig {
    background-image: none;
}

.btn-afig.disabled,
.btn-afig[disabled],
fieldset[disabled] .btn-afig,
.btn-afig.disabled:hover,
.btn-afig[disabled]:hover,
fieldset[disabled] .btn-afig:hover,
.btn-afig.disabled:focus,
.btn-afig[disabled]:focus,
fieldset[disabled] .btn-afig:focus,
.btn-afig.disabled:active,
.btn-afig[disabled]:active,
fieldset[disabled] .btn-afig:active,
.btn-afig.disabled.active,
.btn-afig[disabled].active,
fieldset[disabled] .btn-afig.active {
    background-color: transparent;
    border-color: #FF3300;
}

.btn-afig .badge {
    color: #FF3300;
    background-color: #ffffff;
}

.text-primary {
    color: #FF3300 !important;
}

h3 {
    font-size: 36px;
}

.morecontent span {
    display: none;

}


.read-more-content {
    display: none;
    padding-top: 22px;
}

.read-more {
    display: block;
    margin-top: -10px;
}



.form-select,
textarea.form-control,
input.form-control {
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
    box-sizing: border-box;
    border-radius: 0;
}

.form-select {
    background-repeat: no-repeat !important;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #212629;
    width: 100%;
    height: 56px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: solid 1px #B2B2B2;
}

.select-styled:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url('../img/arrow-down.svg') no-repeat center center;
    top: 18px;
    right: 10px;
}

.select-styled:hover {
    background-color: #ffffff;
}

.select-styled:active,
.select-styled.active {
    background-color: #ffffff;
}


.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    border: solid 1px #F0F0F0;
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.16);
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #F0F0F0;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:hover {
    background: #F0F0F0;
}

.select-options li[rel="hide"] {
    display: none;
}



/**** Commun ****/
.page-content {
    padding: 60px 0;
}

.page-title {
    padding: 40px 0 20px;
    background: #313131 url('../img/bg-responsibility.svg') no-repeat center center;
    background-size: cover;
    color: #000000;
}

.sidebar {
    background: #fff;
}

.sidebar .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

.sidebar .filter-button:hover,
.sidebar .filter-button.active {
    color: #FF3300 !important;
    background-color: transparent !important;
}

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

.sidebar .dropdown-menu.show {
    display: block;
    border: none;
    margin-left: 20px !important;
}

.sidebar.fixed {
    position: fixed;
    top: 120px !important;
}

.sidebar li ul.submenu {
    list-style: none;
    padding-left: 10px;
}

.sidebar li ul.submenu li a {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
}

ul.nav-anchor {
    list-style: none;
    padding-left: 0;
    border-left: solid 1px #bbb;
}

ul.nav-anchor li {}

ul.nav-anchor li a {
    padding: 10px 15px;
    display: block;
    font-weight: bold;
    color: #333333;
    font-size: 18px;
    border-left: solid 3px transparent;
}

ul.nav-anchor li a:hover {}

ul.nav-anchor li.sub-menu {}

ul.nav-anchor li.sub-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.nav-anchor>li.active>a,
.sub-menu.active>a {
    border-color: #ff3300;
    color: #ff3300;
}

ul.nav-anchor li.sub-menu a:hover {}

ul.nav-anchor li.sub-menu ul {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 10px;
    background: #fff;
}

ul.nav-anchor li.sub-menu ul li {}

ul.nav-anchor li.sub-menu ul li a {
    font-weight: 300;
    font-size: 16px;
}

#strategy,
#ourfunds,
#history,
#investment-process {
    scroll-margin-top: 150px;
}

.page-link {
    padding: 6px 12px;
    margin: 0 8px;
    border: solid 2px #D4D4D4;
    border-radius: 0 !important;
    color: #BDBDBD;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff3300;
    border-color: #ff3300;
}

.page-link:hover {
    z-index: 2;
    color: #ff3300;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

ul.custom-style {
    padding-left: 0;
}

ul.custom-style li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    color: #585858;
    font-weight: 500;
    margin-bottom: 12px;
}

ul.custom-style li::before {
    position: absolute;
    content: '';
    top: 10px;
    width: 8px;
    height: 8px;
    background: #ff3300;
    border-radius: 8px;
    left: 0;
}

.liste-pays ul li {
    list-style: none;
    font-weight: 500;
    margin-bottom: 20px;
}

#carte {
    background: #ffffff url('../img/world.svg') no-repeat center center;
    background-size: 100% auto;
    padding-bottom: 80px;
}

#carte .counter {
    margin-bottom: 60px;
}

#carte .counter .count {
    padding: 5px 10px;
    border-left: solid 3px #ff3300;
}

#carte .counter .count h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

#carte .counter .count .number {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}

.logos img {
    max-height: 100px;
}

.un-membre {
    margin-bottom: 30px;
    position: relative;
}

.un-membre a.read-more {
    display: none;
}

.un-membre:hover a.read-more {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    color: #000;
    padding: 8px 20px;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
}
.un-membre:hover::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 56%);
}

.un-membre img {
    max-height: 150px;
}

#temoignages .owl-stage-outer {
    background-color: #FAFAFA;
}

#temoignages .owl-carousel .item {}

#temoignages .owl-carousel .item .image {
    position: relative;
}

#temoignages .owl-carousel .item .image img {}

#temoignages .owl-carousel .item .image .caption {
    position: absolute;
    z-index: 99;
    bottom: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
}

#temoignages .owl-carousel .item .temoignage img {}

#temoignages .owl-carousel .item .temoignage p {
    position: relative;
}

#temoignages .owl-carousel .item .temoignage p::before {
    position: absolute;
    left: 0;
    top: -50px;
    content: '';
    background: url('../img/quote.svg') no-repeat center left;
    width: 45px;
    height: 36px;
}

#temoignages .owl-dots {
    text-align: center;
    margin-top: 10px;
}

#temoignages .owl-carousel .owl-nav button.owl-next,
#temoignages .owl-carousel .owl-nav button.owl-prev,
#temoignages .owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    background: #e0e0e0;
    margin: 5px;
    border-radius: 8px;
}

#temoignages .owl-carousel button.active {
    background: #212121;
}

.careersnav {
    position: absolute;
    right: 0;
}

.careersnav .pagination {
    margin-bottom: 0;
}

.careersnav .page-link {
    padding: 6px 12px;
    margin: 0;
    border: solid 2px #000000;
    border-radius: 0 !important;
}

.careersnav .page-link:hover svg path {
    fill: #ffffff;
}

.careersnav .page-link:hover {
    background: #000;
}

.modal-header .btn-close {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 12px;
    background: #000 url('../img/close.svg') no-repeat center center;
    background-size: 16px;
    opacity: 1;
    border: 0;
    border-radius: 0;
}

.modal-content {
    border-radius: 0;
}







/**** Header ****/
.header {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

#navigation {
    transition: all 0.3s ease-in-out;
}

.header .logo-black {
    display: none;
}

.header {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: white;
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s ease-in-out;
    flex-direction: row !important;
}

.mt-affix {}

.fixed-header .logo-black {
    display: inline-block;
}

.dark-header .fixed-header .logo-white {
    display: none;
}

button.navbar-toggler {
    background: transparent;
    border: solid 1px #000000;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.dark-header button.navbar-toggler {
    margin-top: 40px;
    background: transparent;
    border: solid 1px #fff;
}

.dark-header .fixed-header .navbar-brand img,
.dark-header .fixed-header button.navbar-toggler {
    margin-top: 15px;
    margin-bottom: 15px;
}

button.navbar-toggler .navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler .navbar-toggler-icon svg path {
    fill: #000000;
    transition: all 0.3s ease-in-out;
}

.dark-header .navbar-toggler .navbar-toggler-icon svg path {
    fill: #ffffff;
    transition: all 0.3s ease-in-out;
}

.dark-header .fixed-header .navbar-toggler .navbar-toggler-icon svg path {
    fill: #000000;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler:focus {
    box-shadow: none;
}

nav.navbar.navbar-expand-lg {
    /*position: relative;*/
}

.navbar-collapse.collapsing,
.navbar-collapse.collapse.show {
    position: absolute;
    width: auto;
    right: 0;
    top: 80px;
    background: rgb(255 255 255);
    box-shadow: 0 0 12px #00000029;
    padding: 20px;
}

.dark-header .navbar-collapse.collapsing,
.dark-header .navbar-collapse.collapse.show {
    top: 120px;
    background: rgb(0 0 0 / 60%);
}

.dark-header .fixed-header .navbar-collapse.collapsing,
.dark-header .fixed-header .navbar-collapse.collapse.show {
    top: 89px;
    background: rgb(0 0 0 / 60%);
}

.header.dark-header {
    background: #313131 url('../img/bg-header.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    color: #ffffff;
}

.navbar-brand img {
    margin: 10px 0;
}

.dark-header .navbar-brand img {
    margin: 40px 0 10px 0;
}

.header .navbar .nav-link.active,
.header .navbar .nav-link:hover {
    color: #FF3300;
}

.dark-header .fixed-header .select_wrap .default_option,
.header.dark-header .fixed-header .navbar .nav-link,
.header .navbar .nav-link {
    color: #000;
}

.header.dark-header .navbar .nav-link {
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 35px;
    padding-left: 5px;
}

.hero-content {
    margin: 150px 0;
}

.header h1 {
    font-size: 56px;
}

.select_wrap {
    position: relative;
    user-select: none;
}

.select_wrap .default_option {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding-left: 0;
    margin: 0;
    color: rgb(0, 0, 0);
}

.dark-header .select_wrap .default_option {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding-left: 0;
    margin: 0;
    color: #fff;
}

.select_wrap .default_option li {
    padding: 0;
}

.select_wrap .default_option:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #000000 #000000;
    transform: rotate(-45deg);
}

.dark-header .select_wrap .default_option:before {
    border-color: transparent transparent #ffffff #ffffff;
}

.select_wrap .select_ul {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: none;
}

.select_wrap .select_ul li {
    cursor: pointer;
    position: relative;
    padding: 4px 8px;
}

.select_wrap .select_ul .option .icon {
    /*filter: grayscale(100%);*/
}

.select_wrap .select_ul li:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover {
    background: #f4f5f7;
}

.select_wrap .option {
    display: flex;
    align-items: center;
}

.select_wrap .option p {
    margin-bottom: 0;
    margin-right: 12px;
}

.select_wrap .select_ul .option p {
    margin-left: 10px;
    margin-right: 0px;
}

.select_wrap .option.anglais .icon {
    background: url('../img/en.svg') no-repeat 0 0;
    width: 32px;
    height: 24px;
    margin-right: 0;
}

.select_wrap .option.francais .icon {
    background: url('../img/fr.svg') no-repeat 0 0;
    width: 32px;
    height: 24px;
    margin-right: 0px;
}

.select_wrap.active .select_ul {
    display: block;
    color: #555 !important;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.select_wrap.active .select_ul .option .icon {
    /*filter: grayscale(1);*/
}

.select_wrap.active .default_option:before {
    top: 12px;
    transform: rotate(-225deg);
}

.we-invest {
    padding: 120px 0 80px;
    background: #fff url('../img/network.jpg') no-repeat top right;
    background-size: auto 80%;
}

.we-invest .invest-intro {
    margin-bottom: 150px;
}

.we-invest .acrf {
    background: #FFF9E0;
    padding: 40px;
    color: #5B5F64;
    font-size: 18px;
}

.we-invest .afig {
    background: #FFF1EB;
    padding: 40px;
    color: #5B5F64;
    font-size: 18px;
}

/**** Team ****/
#team {
    padding: 80px 0;
    background: url('../img/bg-team.svg') no-repeat center bottom;
    background-size: cover;
}

#big .item {
    background: #F4FEFF;
    margin: 0px;
    color: #FFF;
    color: #000;
}

#big .item p.bio {}

#thumbs .owl-stage {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

#thumbs .owl-stage>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

#thumbs .item {
    background: #C9C9C9;
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

#thumbs .owl-item {
    width: 50% !important;
    margin-bottom: 30px;
}

#thumbs .item h1 {
    font-size: 18px;
}

#thumbs .current .item {
    background: #FF3300;
    border: solid 2px black;
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#big.owl-theme {
    position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: #333;
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}

#big.owl-theme .owl-prev {
    left: 10px;
}

#big.owl-theme .owl-next {
    right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333;
}

/**** End team ****/


.featured {
    padding: 100px 0;
    position: relative;
    background: #fff;
}

.feature {
    position: relative;
}

.feature .feature-body h5 {
    font-size: 17px;
    line-height: 1.3;
    color: #5B5F64;
    margin-top: 5px;
}

.feature img {
    width: 100%;
    max-height: 190px;
    object-fit: cover;
}


/***** Gallery ****/
.gallery-grid a {
    display: block;
}

.gallery-grid a img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
}

.img-overlay img {
    height: 36px;
    width: auto;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border: solid 10px #fff;
}


#nextButton {
    color: #fff;
    transition: opacity 0.5s;
    width: 30px;
    height: 30px;
    background: url('../img/next-g.svg') no-repeat center center;
    background-size: auto 16px;
    cursor: pointer;
}

#nextButton:hover {
    opacity: 0.7;
}

#prevButton {
    color: #fff;
    transition: opacity 0.5s;
    width: 30px;
    height: 30px;
    background: url('../img/preview-g.svg') no-repeat center center;
    background-size: auto 16px;
    cursor: pointer;
}

#prevButton:hover {
    opacity: 0.7;
}

#exitButton {
    color: #fff;
    font-size: 26px;
    transition: opacity 0.5s;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#exitButton:hover {
    opacity: 0.7;
}



/***** Investment ****/
.bg-ecobank {
    background: #F6FFFF;
}

.bg-rmg {
    background: #FFF9EB;
}

.bg-deep-drill {
    background: #FFFCF6;
}

.bg-elton {
    background: #EBF7FF;
}

.bg-senbus {
    background: #FFFFFF;
}

.bg-ngc {
    background: #0D73B4;
}

.bg-primerose {
    background: #FFFFFF;
}

.bg-fsdh {
    background: #E0F3FF;
}

.bg-technicil {
    background: #DFF6FF;
}

.bg-fab {
    background: #5C2F50;
}

.bg-nem {
    background: #942043;
}

.bg-axis {
    background: #FFFFFF;
}

.bg-mici {
    background: #FFFFFF;
}

.bg-soproicam {
    background: #008C37;
}

.page-content h3.title img {
    height: 60px;
}

.un-investment .logo {
    width: 100%;
    text-align: center;
}

.un-investment .logo img {
    max-width: 90%;
}

.un-investment {
    position: relative;
    height: 200px;
    margin-bottom: 30px;
    box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.08);
}

.un-investment .flag img {
    height: 26px;
    width: auto;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 4px;
}

.un-investment .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: #000000;
    color: #fff;
}

.un-investment:hover .overlay {
    display: block;
    visibility: visible;
    opacity: 1;
}

.card-investment {
    padding: 30px;
    box-shadow: 1px 2px 16px rgb(0 0 0 / 8%);
    margin-bottom: 30px;
}

.card-investment .icon {
    width: 52px;
    height: 52px;
    background: #FFF3F0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-investment h5 {
    font-weight: 600;
}

.invest-cover img {
    max-width: 100%;
    height: auto;
}

.section h3 {
    font-size: 32px;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
}

.accordion-item button {
    background: #FAFAFA;
    border-radius: 0;
    text-transform: uppercase;
    padding: 20px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #ff3300;
    font-weight: 600;
}

.accordion-button::after {
    background: url('../img/plus.svg') no-repeat center center;
}

.accordion-button:not(.collapsed)::after {
    background: url('../img/moins.svg') no-repeat center center;
}

.accordion-button:not(.collapsed) {
    background-color: #FAFAFA;
}

.accordion-collapse.collapse.show .accordion-body {
    background: #FFFFFF;
    box-shadow: 1px 2px 16px rgb(0 0 0 / 8%);
    margin: 5px 0 15px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.documentation .accordion img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.documentation .accordion a {
    display: inline-block;
    margin-bottom: 30px;
}

.documentation .accordion a img {
    display: inline-block;
    height: 22px;
    width: auto;
    margin-bottom: 0;
}

.documentation .accordion .accordion-header {
    text-transform: uppercase;
}

#investment-process .un-process {
    border: solid 2px #fff0eb;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

#investment-process .un-process:hover {
    border: solid 2px #FF3300;
    background: #FF3300;
    color: #fff;
}

#investment-process .un-process .head {
    padding: 15px 20px;
    min-height: 86px;
    transition: all 0.3s ease-in-out;
}

#investment-process .un-process:hover .head {
    background: #FF6C46 !important;
    color: #fff;
}

#investment-process .un-process .head .number {
    font-size: 26px;
    font-weight: bold;
}

#investment-process .un-process .process-body {
    padding: 15px 20px;
}

#investment-process .un-process .process-body p {
    font-weight: 500;
}

.un-standard {
    padding: 20px;
}

.un-standard .head {
    padding: 20px;
    margin-bottom: 30px;
}

.un-standard .head img {
    height: 70px;
    margin: auto;
    display: block;
}

.un-standard .standard-body {}

.un-standard .standard-body h4 {
    font-size: 20px;
    color: #585858;
    margin-bottom: 15px;
}

.un-standard .standard-body p {
    color: #585858;
}

#afigcontribution #thumbs .owl-item {
    width: 25% !important;
}

#afigcontribution #thumbs .current .item {
    background: transparent;
    border: solid 5px #FF4F00;
}




/***** Cookies message ****/
.cookie-alert {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 320px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
}

.cookie-alert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}





/***** Page contact ****/

.page-contact-content {
    background: #fff url('../img/network.jpg') no-repeat center right;
    background-size: auto 80%;
}

.contact-form {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
    padding: 30px;
}




/***** Scroll to top ****/
#scrollToTop {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 25px;
    cursor: pointer;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scrollToTop svg {
    width: 100%;
    height: 100%;
}

#scrollToTop:hover svg circle {
    fill: #999999;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/***** End Scroll to top ****/



/***** Footer ****/
footer .connect-with {
    background: #FAFAFA;
    color: #000;
    padding: 60px 0;
}

footer .copyright {
    background: #242424;
    color: #fff;
    padding: 30px 0;
}


/***** Responsive ****/
@media (max-width: 480px) {
    .un-investment {
        height: 140px;
    }

    .un-investment .logo img {}

    .un-investment .flag img {
        height: 22px;
        border-radius: 3px;
    }
}

@media (max-width: 767.98px) {
    #thumbs .owl-item {
        margin-top: 20px;
        width: 25% !important;
    }

    .sidebar.fixed {
        position: initial;
    }

    #carte .counter .count {
        margin-bottom: 30px;
    }

    .pays .liste-pays {
        margin-bottom: 50px;
    }

    .page-content .sidebar {
        overflow-x: auto;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}