section.teaser-content {
    margin-top: -40px;
}

.teaser-content .container {
    background: #fff;
}

.teaser-content .title {
    min-height: 95px;
}

.teaser-content .icon {
    width: 50px;
    flex: none;
    line-height: 0;
}


.teaser-content .more-txt {
    overflow: hidden;
    max-height: 300px;
    transition: .4s;
    position: relative;
}

.teaser-content .more-txt.active {
    max-height: 1000px;
    transition: .8s;
}

.teaser-content .more-txt p {
    text-align: justify;
}

.teaser-content .more-txt::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(238,238,238,0) 100%);
    transition: .2s;
}

.teaser-content .more-txt.active::after {
    opacity: 0;
    transition: .2s;
}

.teaser-content .bt-more-txt, .teaser-content .bt-close-txt {
    display: block;
    margin: auto;
    margin-top: 10px;
    color: #1b69a3;
}

.teaser-content .bt-more-txt, .teaser-content .bt-close-txt span {
    cursor: pointer;
}

.teaser-content .bt-close-txt {
    display: none;
}

.teaser-content .bt-more-txt:hover, .teaser-content .bt-close-txt:hover {
    text-decoration: underline;
}

/* Carousel */

.owl-carousel .owl-stage {
    display: flex;
    flex-flow: wrap;
}

.carousel {
    height: 100%;
}

.carousel > .row {
    height: 100%;
    padding: 0;
    margin: 0;
}

.carousel-content .carousel-img {
    background-position: center !important;
    background-size: cover !important;
}

.carousel-content .owl-nav {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
}

.carousel-content button.owl-prev {
    display: block !important;
    appearance: none !important;
    background: #fff !important;
    color: #8e959b !important;
    border-radius: 0!important;
    padding: 13px 0!important;
    letter-spacing: 1px!important;
    font-weight: inherit!important;
    font-weight: 600 !important;
    width: 130px !important;
}

.carousel-content button.owl-prev:hover {
    background: #5d8a9b !important;
    color: #fff !important;
}


.carousel-content button.owl-next {
    display: block !important;
    appearance: none !important;
    background: #5d8a9b !important;
    color: #fff !important;
    border-radius: 0!important;
    padding: 13px 0!important;
    letter-spacing: 1px!important;
    font-weight: inherit!important;
    font-weight: 600 !important;
    width: 130px !important;
}

.carousel-content button.owl-next:hover {
    background: #406573 !important;
    color: #fff !important;
}

.carousel-content .inner {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transition-delay: .1s;
}

.carousel-content .active .inner {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .5s;
    transition-delay: .5s;
}

.carousel-content .inner p {
    text-align: justify;
}

.carousel-content .mh-img {
    min-height: 260px;
}


/* Value */

.value-content .bloc {
    overflow: hidden;
    border-top: 6px solid #1b69a3;
    display: flex;
    align-items: center;
}

.value-content .bloc::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    top: -16px;
    background: #1b69a3;
    -webkit-clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 9;
}

.value-content .bloc .img {
    transform: scale(1.0);
    transition: .4s;
}

.value-content .bloc:hover .img {
    transform: scale(1.2);
    transition: .4s;
}

.value-content .bloc .img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(26,105,164,1) 0%, rgba(7,41,67) 100%);
    opacity: .4;
    transition: .2s;
}

.value-content .bloc:hover .img::after {
    opacity: .9;
    transition: .2s;
}

.value-content .bloc .inner {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.value-content .bloc:hover .inner {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.value-content .bloc .title {
    position: absolute;
    z-index: 9;
    color: #fff;
    bottom: 50px;
    width: calc(100% - 60px);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .2s;
}

.value-content .bloc:hover .title {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

.value-content .bloc h3 {
    border-bottom: 3px solid;
}


/* Aside */

.aside-content {
    background-position: center !important;
    background-size: cover !important;
}

.aside-content .filter {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(5,4,32,1);
    background: linear-gradient(0deg, rgba(26,105,164,1) 0%, rgba(7,41,67) 100%);
    opacity: .6;
}


/* Footer */

.prefooter-content {
    background: #406573;
}

.prefooter-content h4 {
    border-bottom: 1px solid #9aa1a4;
    padding-bottom: 5px;
    margin-bottom: 35px;
}

.prefooter-content p {
    line-height: 1.8;
}

.prefooter-content strong {
    font-weight: 900;
}

.prefooter-content p a,
footer a {
    color: #fff;
}

.prefooter-content p a:hover,
footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer {
    background: #33515b;
    font-size: 12px;
}

.prefooter-content .social-link i {
    color: #406573;
    font-size: 26px;
    background: #eee;
    padding: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.prefooter-content .social-link i:hover {
    background: #ddd;
}

a.top-scroll {
    position: fixed;
    right: -100px;
    bottom: 30px;
    width: 46px;
    line-height: 40px;
    text-align: center;
    background: #5d8a9b;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    border: 3px solid #5d8a9b;
    z-index: 99;
}


