.product-heading {
    /* top: 0; */
    /* height: 4eem; */
    position: sticky;
}
/* .product-title:after {
    background: #215f89;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 100px;
    z-index: -99;
} */
.card,
.plat {
    border-radius: 0;
}
section p,
ul a {
    color: #194c70;
}
div.jumbotron.carousel-hero {
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0;
}
div.jumbotron.hero-nature {
    background-image: url(../../assets/img/architect-at-the-construction.jpg);
}
@media (min-width: 576px) {
    div.jumbotron.carousel-hero {
        color: #fff;
        text-align: center;
        background-size: cover;
        background-position: center;
        padding-top: 150px;
        padding-bottom: 150px;
        margin-bottom: 0;
        bottom: 0;
    }
}
h1.hero-title,
h2.hero-title,
h3.hero-title {
    color: #fff;
}
p.hero-subtitle {
    max-width: 600px;
    max-width: 70vw;
    margin: 25px auto;
    padding: 10px 15px;
    color: #000;
}
span {
    font-style: inherit;
    font-weight: inherit;
}
:root {
    --cc-bg: #fff;
    --cc-text: #2d4156;
    --cc-btn-primary-bg: #2d4156;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #1d2e38;
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #d8e0e6;
    --cc-toggle-bg-off: #919ea6;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #d5dee2;
    --cc-toggle-knob-bg: #fff;
    --cc-toggle-knob-icon-color: #ecf2fa;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-bg-hover: #e9eff4;
    --cc-section-border: #f1f3f5;
    --cc-cookie-table-border: #e9edf2;
    --cc-overlay-bg: rgba(4, 6, 8, 0.85);
    --cc-webkit-scrollbar-bg: #cfd5db;
    --cc-webkit-scrollbar-bg-hover: #9199a0;
}
body,
html {
    padding: 0;
    margin: 0;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
#hero-about {
    background: url(../../assets/img/hero-about.png) center/cover no-repeat;
    min-height: 70vh;
    width: 100%;
}
#about-paragraphe {
    color: #2980b9;
}
#about-text {
    color: #2980b9;
    font-family: Poppins;
}
#blue-block {
    background-color: #2980b9;
    width: 100%;
    height: 40px;
}
.row.bg-black {
    background-color: #282d32;
}
.navigation-clean-button {
    background: #fff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}
.navigation-clean-button .navbar-brand {
    font-weight: 700;
    color: inherit;
}
.navigation-clean-button .navbar-brand:hover {
    color: #222;
}
.navigation-clean-button .navbar-toggler {
    border-color: #ddd;
    color: #888;
}
.navigation-clean-button .navbar-toggler:focus,
.navigation-clean-button .navbar-toggler:hover {
    background: 0 0;
}
.navigation-clean-button .form-inline,
.navigation-clean-button .navbar-collapse {
    border-top-color: #ddd;
}
.navigation-clean-button.navbar .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px;
}
.navigation-clean-button.navbar-light .navbar-nav .nav-link {
    color: #465765;
}
.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
    color: #37434d !important;
    background-color: transparent;
}
.navigation-clean-button .actions .login {
    margin-right: 1rem;
    text-decoration: none;
    color: #465765;
}
.half-a-border-on-top {
    margin: 0;
    display: block;
    border-top: 1px solid #236692;
    position: relative;
}
.half-a-border-on-top:after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 50%;
    height: 1.1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -1px;
}
.card-image,
a[data-toggle="collapse"] {
    position: relative;
}
.image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s;
    background: rgba(22, 29, 56, 0.9);
}
.card:hover .image-overlay {
    opacity: 1;
}
.text {
    color: #fff;
    font-size: 1.3rem;
    position: relative;
    top: 50%;
    left: 50%;
    padding: 5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.separation-block {
    background-color: #194c70;
    height: 200px;
    margin-top: -128px;
    z-index: -1;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
}
#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #1b4f72;
    transition: 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386d5;
}
#sidebar .sidebar-header {
    padding: 23px;
    background: #fdfeff;
}
#sidebar ul.components {
    padding: 20px 0;
    text-align: center;
}
#sidebar ul.components li a {
    padding: 20px 0;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 2px solid #1b4f72;
    color: #1b4f72;
    text-decoration: none;
    font-weight: 500;
    font-family: ABeeZee;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover,
#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #1c5073;
    background: #fff;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #fff;
    border-bottom: none !important;
}
.testimonials-clean {
    color: #313437;
    background-color: #fff;
}
.testimonials-clean p {
    color: #7d8285;
}
.testimonials-clean .people {
    padding: 50px 0 20px;
}
.testimonials-clean .item {
    margin-bottom: 32px;
}
@media (min-width: 768px) {
    .navigation-clean-button {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .testimonials-clean .item {
        height: 220px;
    }
}
.testimonials-clean .item .box {
    padding: 30px;
    background-color: #eef4f7;
    position: relative;
}
.testimonials-clean .item .box:after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #eef4f7;
}
.testimonials-clean .item .author {
    margin-top: 28px;
    padding-left: 25px;
}
.testimonials-clean .item .name {
    font-weight: 700;
    margin-bottom: 2px;
    color: inherit;
}
.testimonials-clean .item .title {
    font-size: 13px;
    color: #9da9ae;
}
.testimonials-clean .item .description {
    font-size: 15px;
    margin-bottom: 0;
}
.testimonials-clean .item img {
    max-width: 40px;
    float: left;
    margin-right: 12px;
    margin-top: -5px;
}
#accordion-1 a:hover {
    text-decoration: none;
}
#accordion-1 .card-header {
    padding: 0;
    margin-bottom: 0;
    border: none;
}
#accordion-1 .card {
    border: none;
    margin-top: 15px;
}
#accordion-1 h5 {
    font-size: 18px;
}
@media (min-width: 992px) {
    #accordion-1 h5 {
        font-size: 20px;
    }
}
#accordion-1 .panel-heading .panel-title > a {
    background-color: #d79640;
    border: none;
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 28px;
    padding: 15px 45px 15px 20px;
    word-wrap: break-word;
    border-radius: 4px;
    transition: 0.3s;
}
#accordion-1 .panel-heading .panel-title > a:hover {
    background-color: #c2873b;
    transition: 0.3s;
}
#accordion-1 .panel-heading .panel-title > a::after {
    bottom: 0;
    content: "▼";
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 57px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}
#accordion-1 .panel-heading .panel-title > a.collapsed::after {
    content: "►";
}
.media.blog-media {
    margin-top: 30px;
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media {
        display: table;
    }
}
.media.blog-media .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    position: absolute;
    padding: 0;
    top: 20px;
    left: 20px;
    text-align: center;
    box-shadow: none;
    transform: translateX(0);
    color: #fff;
    transition: background-color 0.3s ease;
}
.media.blog-media .circle .day {
    color: #fff;
    transition: color 0.25s ease;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    margin-top: 5px;
}
.media.blog-media .circle .month {
    text-transform: uppercase;
    font-size: 14px;
}
.media.blog-media > a {
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media > a {
        display: table-cell;
        vertical-align: top;
        min-width: 200px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media > a {
        min-width: 230px;
    }
}
.media.blog-media > a:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s;
    background: rgba(45, 65, 86, 0.6);
}
.media.blog-media > a img {
    width: 100%;
}
.media.blog-media:hover > a:before {
    opacity: 1;
    transform: scale(1);
}
.media.blog-media:hover .circle {
    background-color: rgba(255, 255, 255, 0.9);
}
.media.blog-media:hover .circle .day,
.media.blog-media:hover .circle .month {
    color: #222;
}
.media.blog-media:hover .media-body h5 {
    color: #2d4156;
}
.media.blog-media:hover .media-body a.post-link {
    color: #2d4156;
    text-decoration: underline;
}
.media.blog-media .media-body {
    border: 1px solid #efeff3;
    padding: 30px 30px 10px;
    font-size: 14px;
    background: #fff;
    border-top: none;
}
@media (min-width: 992px) {
    .media.blog-media .media-body {
        padding: 15px 20px 10px;
        border-top: 1px solid #efeff3;
        border-left: none;
        display: table-cell;
        vertical-align: top;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body {
        padding: 30px 20px 10px;
    }
}
.media.blog-media .media-body h5 {
    transition: color 0.3s ease;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .media.blog-media .media-body h5 {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body h5 {
        margin-bottom: 15px;
        font-size: 18px;
    }
}
.media.blog-media .media-body a.post-link {
    display: block;
    color: #222;
    font-size: 11px;
    padding: 23px 0;
    text-transform: uppercase;
    font-weight: 400;
}
@media (min-width: 992px) {
    .media.blog-media .media-body a.post-link {
        padding: 7px 0;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body a.post-link {
        padding: 23px 0;
    }
}
.media.blog-media .media-body ul {
    position: relative;
    padding: 10px 0 0;
}
.media.blog-media .media-body ul li {
    display: inline-block;
    width: 49%;
    position: relative;
}
.media.blog-media .media-body ul li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #eeeef2;
}
.media.blog-media .media-body ul li:first-child:before {
    visibility: hidden;
}
.media.blog-media .media-body ul:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eeeef2;
}
.article-clean {
    color: #56585b;
    background-color: #fff;
    /* font-family: "Lora", serif; */
    font-size: 14px;
}

.article-clean .intro {
    font-size: 16px;
    margin: 0 auto 30px;
}

.article-clean .intro h1 {
    font-size: 32px;
    margin-bottom: 15px;
    padding-top: 20px;
    line-height: 1.5;
    color: inherit;
    margin-top: 20px;
}

.article-clean .intro p {
    color: #929292;
    font-size: 12px;
}

.article-clean .intro p .by {
    font-style: italic;
}

.article-clean .intro p .date {
    text-transform: uppercase;
    padding: 4px 0 4px 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}

.article-clean .intro p a {
    color: #333;
    text-transform: uppercase;
    padding-left: 3px;
}

.article-clean .intro img {
    margin-top: 20px;
}

.article-clean .text p {
    margin-bottom: 20px;
    line-height: 1.45;
}

@media (min-width: 768px) {
    .article-clean .text p {
        font-size: 16px;
    }
}

.article-clean .text h2 {
    margin-top: 28px;
    margin-bottom: 20px;
    line-height: 1.45;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

@media (min-width: 768px) {
    .article-clean .text h2 {
        font-size: 20px;
    }
}

.article-clean .text figure {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.article-clean .text figure img {
    margin-bottom: 12px;
    max-width: 100%;
}
.text-responsive {
    font-size: calc(100% + 1vw + 1vh);
}
.accordion-toggle:after {
    font-family: "FontAwesome";
    content: "\f078";
    float: right;
}
.accordion-opened .accordion-toggle:after {
    content: "\f054";
}
.btc-accordion .card {
    cursor: pointer;
}

.btc-accordion .card a {
    color: #f2f2f2;
    text-decoration: none;
}

.accordion-icon[aria-expanded="false"] .fa-angle-down {
    transform: rotate(0deg);
}

.accordion-icon[aria-expanded="true"] .fa-angle-down {
    transform: rotate(180deg);
    transition: 0.5s;
}
.carousel-caption {
    transform: translateY(-50%);
    bottom: 0;
    top: 50%;
}

#myCarousel .carousel-item {
    height: 80vh;
}
.text-black {
    color: #000 !important;
}
@media screen and (max-device-width: 640px) {
    #myCarousel{
        min-height: 50vh!important;
    }
    #myCarousel .carousel-item {
    height: 50vh;
}
.carousel-caption h1 {
    font-size: 1.7rem!important;
}
}
