.hovereffect {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(75, 75, 75, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(0, 112, 163, 0.7);
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect .h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 0;
    -webkit-transform: translateX(calc(100% - -7rem));
    -ms-transform: translateY(calc(100% - -7rem));
    transform: translateY(calc(100% - -7rem));
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .h3 {
    -webkit-transform: translateY(110px);
    -ms-transform: translateY(110px);
    transform: translateY(110px);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.section-title .h2 {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 0px;
    position: relative;
    font-family: "SpaceGrotesk-Bold";
}

#number .themeioan_counter .countersub {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 35px;
    font-weight: 700;
}

.themeioan_services .blog-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-top: -50px;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    border-bottom: 4px solid #2470a2;
    padding: 30px 30px 20px;
    -webkit-transition: transform .3s cubic-bezier(0, 0, .5, .99);
    -moz-transition: transform .3s cubic-bezier(0, 0, .5, .99);
    transition: transform .3s cubic-bezier(0, 0, .5, .99);
}

.ml-30 {
    margin-left: 30px;
}

#footer {
    font-size: 14px;
    background-color: #f0f0f0;
}

@media (min-width: 1200px) {
    .offset-xl-1-5 {
        margin-left: 12%;
    }
}

#carte {
    min-height: 750px;
}

#carte .titre {
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #2470a2;
}

#carte a {
    font-weight: 500;
    color: #2470a2;
}

.mt-40 {
    margin-top: 40px;
}

.mt-100 {
    margin-top: 100px;
}

.lernen_banner_title .h1 {
    font-size: 50px;
    color: #fff;
}

.start-page {
    padding-top: 200px !important;
}

.detail-widgets {
    background: #0070a3 !important;
    color: #fff;
}

.detail-widgets a:hover {
    color: #d2d2d2;
}

.single-features-light .h4 {
    font-size: 35px;
    line-height: 1.35;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}

#features .h3 {
    color: #fff;
    margin-top: 10px;
}

.single-features-light {
    background-color: #2470a2 !important;
    color: #fff;
    height: 350px;
}

.single-features-light:hover {
    background-color: #fff !important;
    color: #000;
}

.single-features-light:hover .h3 {
    color: #2470a2 !important;
}

#savoir-faire ul {
    margin-top: 20px;
}

#savoir-faire ul li {
    margin-top: 10px;
}

#savoir-faire ul li:before {
    content: '-';
    font-weight: 500;
    margin-right: 10px;
    color: #2470a2;
}

.themeioan_testimonial .h3 {
    background-color: #2470a2;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

#testimonials .arrow-modern {
    position: absolute;
    list-style-type: none;
    right: 40px;
    bottom: -28px;
}

#testimonials.color-white .themeioan_testimonial .testimonial-text p {
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
    padding: 0 50px;
}

#testimonials .slick-slide {
    background-color: #f0f0f0;
    min-height: 220px;
}

#features i {
    font-size: 50px;
}

select.form-control,
input.form-control {
    height: 52px;
}

.btn-form {
    background-color: #0070a3 !important;
    color: #fff !important;
    padding: 14px 20px !important;
    line-height: 15px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    outline: none !important;
    font-family: "SpaceGrotesk-Bold" !important;
    font-weight: 900 !important;
    border: 2px solid #0070a3 !important;
}

.btn-form:hover {
    background-color: #fff !important;
    color: #0070a3 !important;
}

.img-contact {
    margin-top: 75px;
}

.liste-marches ul {
    display: flex;
    flex-wrap: wrap;
}

.liste-produits {
    margin-top: 100px;
}

.liste-produits ul {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
}

.liste-marches li:before,
.liste-produits li:before {
    content: "\f0da";
    color: #0070a3;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

.product .header-content {
    padding: 0 !important;
    height: 400px !important;
}

i.fas.fa-caret-right {
    margin-right: 8px;
    color: #0070a3;
}

.marques {
    margin-top: 80px;
    text-align: center;
}

.marques img {
    margin-bottom: 50px;
    box-shadow: 0 2px 4px 1px rgba(14, 14, 14, 0.2);
}

.marches {
    margin-top: 100px;
}

.marches .single-features-light {
    height: 320px;
}

.img-design {
    border-radius: 4px;
    box-shadow: 1px 2px 10px 2px rgba(84, 84, 84, 0.3);
}

.title {
    color: #ffffff;
    font-family: "SpaceGrotesk-Bold";
    font-size: 60px;
    line-height: 1.0833333333333333;
    margin-bottom: .5rem;
    font-weight: 500;
    margin-top: 0;
}

.h2 {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 0px;
    position: relative;
}

.cta-contact {
    padding: 30px 0;
}

.cta-contact p {
    color: #fff;
    font-size: 18px;
}

.course-single .title {
    color: #2470a2;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #2470a2;
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    background: #2470a2;
    color: #fff;
}

.timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #2470a2 transparent transparent;
}

.timeline ul li:nth-child(even) div {
    left: -439px;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #2470a2;
}

time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.time {
    display: flex;
    align-items: center;
    color: #2470a2;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.themeioan_testimonial .time img {
    margin-left: 10px;
    margin-bottom: 0;
    width: 50px;
    height: 35px;
    border-radius: 0;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #2470a2;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}

#export_bloc .container-black {
    padding: 40px 50px 40px 50px !important;
}

.installations {
    margin-top: -40px;
}

.installations .themeioan_testimonial {
    padding: 50px;
}

.installations .historique p {
    color: #000 !important;
}

#testimonials.installations .slick-dots {
    left: 0;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.link_translate img {
    max-width: 30px;
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px;
    }
    .timeline ul li div {
        width: calc(100vw - 91px);
    }
    .timeline ul li:nth-child(even) div {
        left: 45px;
    }
    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #2470a2 transparent transparent;
    }
}

@media (max-width: 767px) {
    .liste-produits ul li {
        width: 50%;
    }
    .liste-marches ul li {
        width: 100%;
    }
    .marches .single-features-light {
        height: auto;
    }
}

@media (max-width: 992px) {
    .marches .single-features-light {
        height: auto;
    }
}

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }
    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .liste-produits ul li {
        width: 33%;
    }
    .liste-marches ul li {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .liste-produits ul li {
        width: 25%;
    }
    .liste-marches ul li {
        width: 33%;
    }
}

@media (min-width: 784px) {
    #homecarousel {
        height: 800px;
    }
    #homecarousel .owl-carousel.owl-grab {
        height: 800px;
    }
}

@media (min-width: 767px) and (max-width: 783px) {
    #homecarousel {
        height: 684.5px;
    }
}

@media (max-width: 766px) {
    #homecarousel {
        height: 632.5px;
    }
}