@font-face {
    font-family: "HelveticaNeueLight";
    src: url("../webfonts/HelveticaNeue/HelveticaNeueLight.ttf");
}

@font-face {
    font-family: "HelveticaNeue-Roman";
    src: url("../webfonts/HelveticaNeue/HelveticaNeue-Roman.otf");
}

@font-face {
    font-family: "HelveticaNeueMedium";
    src: url("../webfonts/HelveticaNeue/HelveticaNeueMedium.ttf");
}

@font-face {
    font-family: "HelveticaNeueBold";
    src: url("../webfonts/HelveticaNeue/HelveticaNeueBold.ttf");
}

p {
    font-size: 15px;
    font-family: "HelveticaNeue-Roman" !important;
    color: #aaaaaa;
}

body {
    line-height: 1.5;
    color: #333333;
    overflow-x: none !important;
    font-family: HelveticaNeue-Roman, sans-serif !important;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    font-family: "HelveticaNeue-Roman";
}

main {
    margin-top: 120px;
}

footer {
    border-top: 1px solid #efefef;
    background: #f6fbff;
}

footer h4 {
    font-size: 16px;
    line-height: 34px;
    font-family: "HelveticaNeueBold" !important;
    color: #000000;
}

footer .list-group .list-group-item {
    margin: 3px 0px;
}

footer .list-group .list-group-item a {
    color: #808080;
    font-size: 14px;
    font-family: "HelveticaNeue-Roman";
}

footer .list-group .list-group-item a:hover {
    color: #2399d2;
}

nav {
    font-family: "HelveticaNeueMedium" !important;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

button:focus,
a:focus {
    outline: none;
    color: #0089e1;
}

span {
    font-size: 14px;
    line-height: 18px;
}

.style_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .style_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .style_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .style_container {
        max-width: 990px;
    }
}

@media (min-width: 1200px) {
    .style_container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .style_container {
        max-width: 1310px;
    }
}

.navbar > .style_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .style_container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm > .style_container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .style_container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md > .style_container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .style_container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg > .style_container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .style_container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl > .style_container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.navbar-expand > .style_container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand > .style_container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.style_bg_light {
    background-color: #eeeeee;
}

.style_top_bar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    font-size: 14px;
    padding: 0.5rem 1rem;
    height: 50px;
    border-bottom: solid #e4e4e4 1px;
    white-space: nowrap !important;
}

.style_top_bar_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.style_top_bar_item:not(:first-child) {
    margin-left: 1.3em;
}

@media (min-width: 991.98px) {
    .style_top_bar_item:not(:first-child) {
        margin-left: 50px;
    }
}

.style_top_bar_nav .style_top_bar_link {
    padding-right: 0;
    padding-left: 0;
    vertical-align: middle !important;
    text-transform: uppercase;
}

.style_top_bar .style_top_bar_nav .style_top_bar_link {
    color: #aaaaaa;
}

.style_top_bar .style_top_bar_nav .style_top_bar_link:hover,
.style_top_bar .style_top_bar_nav .style_top_bar_link:focus {
    color: #333333;
}

.style_dropdown {
    position: relative;
}

.style_dropdown_toggle {
    white-space: nowrap;
    cursor: pointer;
}

.style_dropdown_toggle_show::after {
    top: 0.6em !important;
    transform: rotate(-45deg) !important;
}

.style_dropdown_toggle::after {
    border-style: solid;
    border-width: 0.17em 0.17em 0 0;
    margin-left: 0.8em;
    content: "";
    display: inline-block;
    height: 0.6em;
    position: relative;
    top: 0.3em;
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.6em;
}

.style_dropdown_toggle:empty::after {
    margin-left: 0;
}

.style_dropdown_menu {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0.07rem 0.3rem 0.06rem rgba(0, 0, 0, 0.1) !important;
}

.style_dropdown_menu_show {
    display: block;
}

.style_dropdown_menu_full {
    left: 0;
    right: 0;
}

.style_sous_large_menu {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    background: linear-gradient(90deg, #f4f4f4 70%, #ffffff 30%);
}

.style_sous_large_menu_left {
    background-color: #f4f4f4;
    padding: 47px 15px;
}

.style_sous_large_menu_left h2 {
    font-size: 18px;
    line-height: 30px;
    color: #373737;
    font-family: "HelveticaNeueBold";
    text-transform: none;
}

.style_sous_large_menu_left p {
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    font-family: "HelveticaNeue-Roman";
    text-transform: none;
}

.style_sous_large_menu_right {
    background-color: #ffffff;
    padding: 47px 80px;
}

.style_title {
    font-size: 40px;
    color: #2399d2;
    font-family: "HelveticaNeueBold";
}

.style_card_title {
    font-size: 20px;
    color: #333333;
    font-family: "HelveticaNeue-Roman";
}

.style_card_img {
    margin-bottom: 34px;
    position: relative;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.style_card_img:hover {
    animation: style_card_img_zoom 3s infinite;
}

@keyframes style_card_img_zoom {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 130%;
    }
}

.style_card_badge {
    background-color: #ffffff;
    border-radius: 13px;
    height: 26px;
    padding: 12px;
    color: #373737;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 9px;
    font-family: "HelveticaNeue-Roman";
}

.style_card_img_content {
    min-height: 236px;
    padding: 20px 15px;
}

.style_violet {
    background-color: #8d2577;
    color: #ffffff;
}

.style_press {
    width: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
}

.style_press_img {
    margin-bottom: 34px;
}

.style_press_img img {
    border-radius: 10px;
}

.style_press_content {
    text-align: left;
}

.style_press_content ul {
    margin-bottom: 23px;
}

.style_press_content ul li {
    list-style: none;
    font-size: 12px;
    line-height: 15px;
    color: #bbbbbb;
    font-family: "HelveticaNeue-Roman";
    margin-right: 30px;
}

.style_press_title {
    color: #373737;
    font-family: "HelveticaNeue-Roman";
    margin-bottom: 23px !important;
}

@media (min-width: 991.98px) {
    .style_press {
        width: 100%;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        margin-left: 0;
    }

    .style_press_content {
        margin-left: 50px;
    }
}

.style_bg_img {
    background-size: cover;
    background-position: center;
}

.style_projet_bloc {
    background-color: #fff;
    position: relative;
}

.style_projet_bloc .card-title {
    color: #333333;
    font-family: "HelveticaNeue-Roman";
}

.style_projet_bloc .style_projet_bloc_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px !important;
    opacity: 0;
    color: #ffffff;
    background-color: #0896cf;
    transition: height 0.6s ease;
}

.style_projet_bloc .style_projet_bloc_footer p {
    color: #ffffff;
}

.style_projet_bloc .style_projet_bloc_footer > div {
    display: none !important;
}

.style_projet_bloc:hover .style_projet_bloc_footer > div {
    display: block !important;
}

.style_projet_bloc:hover .style_projet_bloc_footer {
    position: absolute;
    opacity: 1;
    height: 100% !important;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

.style_btn {
    padding: 13px 18px;
}

.style_btn_fotter {
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 1100;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    border: 0;
}

.style_btn_fotter_1 {
    bottom: 120px;
}

.style_btn_fotter:hover {
    box-shadow: none !important;
}

.style_btn_service_bloc {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.style_banner {
    background-size: cover;
    background-position: center;
}

.style_banner_filter {
    background-color: rgba(0, 0, 0, 0.4);
    min-height: 470px;
}

.style_card_title {
    font-size: 16px;
    color: #373737;
    margin-bottom: 16px;
    font-family: "HelveticaNeueBold";
}

.style_card_img {
    margin-bottom: 34px;
    position: relative;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.style_card_img:hover {
    animation: style_card_img_zoom 3s infinite;
}

@keyframes style_card_img_zoom {
    0% {
        background-size: 110%;
    }
    100% {
        background-size: 130%;
    }
}

.style_card_badge {
    background-color: #ffffff;
    border-radius: 10px;
    height: 26px;
    padding: 10px;
    color: #373737;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 9px;
}

.style_card_img_content {
    min-height: 236px;
    padding: 15px;
}

.style_shadow {
    box-shadow: 0 0.3rem 0.5rem 0rem rgba(0, 0, 0, 0.1) !important;
}

.style_nav_pills .nav-link {
    background-color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    border: solid 1px #e5e5e5;
}

.style_nav_pills a.nav-link {
    padding: 20px 20px !important;
    color: #bbbbbb;
}

.style_nav_pills .nav-link.active,
.style_nav_pills .show > .nav-link {
    color: #ffffff;
    background-color: #2399d2;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
    border-right: 1px #eeeeee solid;
}

.sidebar-wrapper-bloc {
    position: -webkit-sticky;
    background: linear-gradient(#ffffff, #e3f3ff);
    position: sticky;
    top: 0px;
    height: calc(100vh);
    overflow-y: auto;
}

#sidebar-wrapper .sidebar-heading {
    background-color: #ffffff;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

#sidebar-wrapper nav {
    width: 15rem;
    font-size: 14px !important;
}

.style_dropdown_wrapper ul {
    display: none;
}

.style_dropdown_wrapper.style_toggled {
    padding-bottom: 0 !important;
}

.style_dropdown_wrapper.style_toggled ul {
    display: block;
    /*background-color: #ffffff !important ;*/
}

.style_dropdown_wrapper.style_toggled ul li:hover,
.style_dropdown_wrapper.style_toggled ul li.active {
    color: #2399d2;
}

.style_dropdown_wrapper.style_toggled ul li {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    margin-left: 1.6rem !important;
}

.style_dropdown_wrapper.style_toggled {
    background-color: none;
    color: #ffffff;
}

#sidebar-wrapper nav li {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    list-style: none;
    padding: 0.6rem 0;
    margin: 1px 0;
}

#sidebar-wrapper nav li > a {
    color: #333333;
}

#sidebar-wrapper nav li > a:hover {
    color: #2399d2;
}

#sidebar-wrapper nav li.active,
#sidebar-wrapper nav li > a.active {
    color: #2399d2;
}

#page-content-wrapper {
    min-width: 100vw;
    overflow-x: none !important;
}

.style_content {
    min-height: calc(100vh - 300px) !important;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 770px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

#sidebar-wrapper.bg-primary .sidebar-wrapper-bloc {
    position: -webkit-sticky;
    background: linear-gradient(#2399d2, #2399d2);
    position: sticky;
    top: 0px;
    height: calc(100vh);
    overflow-y: auto;
}

#sidebar-wrapper.bg-primary .sidebar-heading {
    background-color: #1485bc;
    color: #ffffff;
    border-bottom: none;
}

#sidebar-wrapper.bg-primary nav li > a {
    color: rgba(255, 255, 255, 0.7);
}

#sidebar-wrapper.bg-primary nav li:hover {
    color: #ffffff;
}

#sidebar-wrapper.bg-primary nav li > a.active {
    color: #ffffff;
}

#sidebar-wrapper.bg-primary nav li {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    list-style: none;
    color: rgba(0, 0, 0, 0.6);
    padding: 0.5rem 0;
    margin: 1px 0;
}
