/*Start @import style*/


/*End @import style*/


/***************************************
*Header
****************************************/

.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 23;
    visibility: hidden;
    -webkit-transform: translateY(-205px);
    transform: translateY(-205px);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}

.main-header .sticked-menu .site-navigation {
    float: none;
    -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 6%);
    background-color: #fff;
    border-bottom: 1px solid #01426a;
}

.main-header .sticked-menu .site-branding {
    display: none !important;
}

.main-header .site-navigation .menu {
    position: relative;
    width: 100%;
}


/***************************************
*Content
****************************************/


/*Banner*/

.banner-section {
    position: relative;
}

.home-slide .home-slide__item {
    height: 585px;
    width: 100%;
    display: flex;
    align-items: end;
    overflow: hidden;
    position: relative;
}

.home-slide .home-slide__item .bg-slide {
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
}

.home-slide .home-slide__item .bg-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@-webkit-keyframes zoomInfinite {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.home-slide__title {
    font-family: 'Hurricane', cursive;
    font-size: 57px;
    line-height: 1.27em;
    position: relative;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
}

.home-slide__subtitle {
    font-size: 40px;
    line-height: 1.2em;
    position: relative;
    font-weight: 600;
    color: #fff;
    margin-bottom: 38px;
}

.home-slide .owl-item .home-slide__title {
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.home-slide .owl-item .home-slide__subtitle {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.home-slide .owl-item .home-slide__action {
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.home-slide .owl-item.active .home-slide__title,
.home-slide .owl-item.active .home-slide__subtitle,
.home-slide .owl-item.active .home-slide__action {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.home-slide__content {
    padding-top: 110px;
    padding-bottom: 260px;
    padding-left: 90px;
}

.home-slide__dots {
    position: absolute;
    width: 48px;
    left: 15px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.home-slide__dots-inner .owl-dot {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    line-height: inherit;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.home-slide__dots-inner .owl-dot:hover {
    cursor: pointer;
}

.home-slide__dots-inner .owl-dot.active,
.home-slide__dots-inner .owl-dot:hover {
    color: #01426a;
    background-color: #fff;
}


/*About us*/

.about-us-section {
    background-color: #f6f6f6;
    padding-top: 145px;
    padding-bottom: 0;
}

.about-us__inner {
    background-color: #fff;
    padding: 0 30px 33px 30px;
    height: 100%;
}

.about-us__inner .img-box {
    padding-left: 40px;
    padding-top: 33px;
    position: relative;
}

.about-us__inner .img-box .bloc-img {
    position: relative;
}

.about-us__inner .img-box .bloc-img::before {
    position: absolute;
    left: 0px;
    height: 50%;
    bottom: 21px;
    width: calc(100% - 0px);
    content: '';
    background: url(../images/disg/dec-1.png) center bottom/auto no-repeat;
}

.about-us__inner .txt-box {
    padding-top: 63px;
}

.bloc-horaire {
    padding-top: 8px;
}

.bloc-horaire>div {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #01426a;
    margin-top: 20px;
}

.bloc-horaire img {
    margin-right: 10px;
}


/*Company Benefits*/

.company-benefits-section {
    background-color: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 45px;
}

.company-benefits__item {
    margin-bottom: 30px;
}

.company-benefits__item-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 270px;
    overflow: hidden;
}

.company-benefits__item-content {
    text-align: center;
}

.company-benefits__item-txt {
    padding: 25px 45px;
    color: #fff;
    text-align: center;
    width: 267px;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 171px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -104px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-box-shadow: 0 0 27px 0 rgb(0 0 0 / 11%);
    box-shadow: 0 0 27px 0 rgb(0 0 0 / 11%);
}

.company-benefits__item-txt>div {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.company-benefits__item-txt>div:last-child {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.company-benefits__item-desc {
    color: #fff;
    height: 72px;
}

.company-benefits__item-ico {
    height: 72px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.company-benefits__item-title {
    font-size: 19px;
    font-weight: 700;
    line-height: inherit;
    color: #112d53;
    margin-top: 19px;
}

.company-benefits__item-content:hover .company-benefits__item-txt {
    background-color: #01426a;
}

.company-benefits__item-content:hover .company-benefits__item-txt>div:last-child {
    visibility: visible;
    opacity: 1;
    display: block;
}

.company-benefits__item-txt>div:last-child .company-benefits__item-title {
    color: #fff;
}

.company-benefits__item-content:hover .company-benefits__item-txt>div:first-child {
    visibility: hidden;
    opacity: 0;
    display: none;
}


/*Testimonials*/

.testimonials-section {
    background: url('../images/bg-01.jpg') no-repeat top center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 38px;
}

.testimonials-section .blk-title {
    color: #fff;
}

.testimonials__item {
    background-color: #fff;
    padding: 51px 30px 38px 30px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 0 10px 0 rgb(35 31 32 / 13%);
    box-shadow: 0 0 10px 0 rgb(35 31 32 / 13%);
}

.testimonials__item {
    margin-bottom: 30px;
}

.testimonials__item-description {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 19px;
    color: #5d5d5d;
}

.testimonials__item-author {
    font-family: 'Poppins', sans-serif;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 8px;
}

.testimonials__item-date {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
    color: #999999;
    line-height: 1em;
    margin-bottom: 12px;
}

.testimonials__item-quotation {
    background-color: #e03c31;
    width: 61px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials__item-rating {
    margin-bottom: 18px;
}

.testimonials__item-rating li {
    margin-left: 5px;
}

.testimonials__item-rating li i {
    color: #e03c31;
    font-size: 21px;
}

.testimonials__item-rating i.empty {
    color: #cacaca;
}

.testimonials__item-more a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #242424;
    line-height: initial;
    position: relative;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    display: flex;
    outline: none;
}

.testimonials__item-more a img {
    margin-left: 10px;
}

.testimonials__view-all {
    margin-top: 15px;
}


/*Latest news*/

.latest-news-section {
    padding-top: 47px;
    padding-bottom: 45px;
}

.actus-item {
    margin-bottom: 30px;
    display: flex;
}

.latest-news__content .blk-title {
    margin-bottom: 16px;
}

.actus-item__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    width: 202px;
    height: 246px;
    z-index: 1;
}

.actus-item__txt {
    position: relative;
    padding: 25px 35px 60px 35px;
    background-color: #f6f6f6;
    flex: 1;
}

.actus-item__desc {
    color: #393939;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 8px;
}

.actus-item__date {
    color: #e03c31;
    font-weight: 700;
    font-size: 16px;
    line-height: inherit;
    font-style: italic;
    margin-bottom: 8px;
}

.actus-item__title a {
    font-size: 22px;
    font-weight: 600;
    color: #01426a;
    line-height: 1.35em;
}

.actus-item__title a:hover,
.actus-item__title a:focus {
    color: #65ac41;
}

.actus-item__more a {
    position: absolute;
    right: 0;
    bottom: 0;
}

.actus-view-all {
    margin-top: 13px;
}


/*Map*/

.map-section {
    padding: 0;
}

.map-content-inner {
    position: relative;
    height: 242px;
}

.map-content__img {
    position: absolute;
    justify-content: center;
    width: 100%;
    display: flex;
    bottom: 0;
}

.map-content__img img {
    margin-right: 195px;
}

.map-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    height: 100%;
}

.map-content__items-title,
.online-payment__title {
    font-family: 'Hurricane', cursive;
    font-size: 48px;
    line-height: 1.27em;
    position: relative;
    font-weight: 400;
    margin-bottom: 22px;
    color: #e03c31;
}

.map-content__items ul li,
.bloc-online-payment {
    font-size: 25px;
    line-height: 1.2em;
    position: relative;
    font-weight: 600;
    color: #01426a;
}

.map-content__items ul li span {
    font-weight: 700;
}

.bloc-online-payment a {
    display: flex;
    align-items: center;
    color: #01426a;
}

.bloc-online-payment {
    text-align: right;
}

.bloc-online-payment a span {
    background-color: #01426a;
    width: 71px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}


/*Speed contacts*/

.speed-contacts-section {
    background-color: #e03c31;
    padding: 17px 0;
}

.speed-contacts__txt {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
}

.speed-contacts__txt>div:first-child {
    font-family: 'Hurricane', cursive;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.27em;
}

.speed-contacts__phone .speed-contacts__txt>div:last-child {
    font-size: 30px;
    font-weight: 800;
    line-height: .7em;
}

.speed-contacts__img img {
    margin-top: 6px;
}

.speed-contacts__img {
    margin-right: 20px;
}

.speed-contacts__content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.speed-contacts__content ul li {
    display: flex;
    align-items: center;
}

.speed-contacts__content ul li a {
    color: white;
}


/***************************************
*Footer
****************************************/


/***Footer column***/

.footer-column {
    padding-top: 57px;
    padding-bottom: 40px;
}

.footer-column__items .footer-column__item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .27);
    padding-bottom: 35px;
    margin-bottom: 42px;
}

.footer-services ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.footer-insurance img,
.footer-certification img {
    margin-bottom: 10px;
}

.footer-insurance .footer-title,
.footer-certification .footer-title,
.footer-partner .footer-title {
    margin-bottom: 27px;
}


/*Newsletter*/

.newsletter-form {
    margin-top: 17px;
}

.newsletter-form .form-group {
    margin-bottom: 0;
}

.newsletter-form .form-group input {
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.newsletter-form .form-group.newsletter-form__note {
    font-family: 'Open Sans', sans-serif;
    margin-top: 7px;
    font-weight: 300;
    font-size: 11px;
    font-style: italic;
    line-height: 1.55em;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.newsletter-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}

.newsletter-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

.newsletter-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.newsletter-form .form-group .btn-one:hover,
.newsletter-form .form-group .btn-one:focus {
    background-color: #01426a;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    color: #fff;
}


/*SEO*/

.footer-seo {
    padding-left: 37px;
}

.footer-seo-links {
    text-align: justify;
}

.footer-seo-links,
.footer-seo-links a {
    color: #cecece;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85em;
}

.footer-seo-links a:hover,
.footer-seo-links a:focus {
    color: #e03c31;
}


/*Footer bottom*/

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding-top: 25px;
    padding-bottom: 30px;
}

.img-arobiz {
    margin-top: -5px;
    margin-left: 10px;
}

.copyright,
.copyright a {
    font-weight: 400;
    color: #cecece;
    font-size: 14px;
    line-height: 1.7em;
}

.copyright-arobiz a {
    position: relative;
    display: inline-block;
    text-decoration: underline;
}

.copyright a:hover,
.copyright a:focus {
    color: #fff;
}

.copyright-arobiz a:hover:before,
.copyright-arobiz a:focus:before {
    border: 0;
}

.copyright strong {
    text-transform: uppercase;
}

.site-main.page-intern {
    background-color: #f6f6f6;
}

.ban {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 363px;
    z-index: 1;
    padding-bottom: 90px;
}

.ban .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: center bottom;
}

.ban .title-ban {
    color: white;
    font-size: 57px;
    font-family: 'Hurricane', cursive;
    line-height: 1;
}

.full-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.presta-slide .owl-item {
    padding: 15px;
}

.presta-slide .item::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    content: '';
    border-radius: 15px;
    background-color: #ffffff;
}

.presta-slide .item::after {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: -2;
    width: 0;
    height: 0;
    content: '';
    border-radius: 15px;
    transition: 0.3s;
    border: 1px solid #e03c31;
}

.presta-slide .item:hover:after {
    width: 100%;
    height: 100%;
    left: -14px;
    top: -14px;
}

.presta-slide .item {
    padding: 30px;
    padding-right: 15px;
    z-index: 1;
    position: relative;
}

.presta-slide .item .icon {
    position: relative;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.presta-slide .item .icon img {
    max-height: 80px;
    object-fit: contain;
}

.presta-slide .item .title {
    font-size: 25px;
    line-height: 30px;
    height: 60px;
    color: #01426a;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.presta-slide .item .desc {
    font-size: 17px;
    line-height: 24px;
    height: 72px;
    color: #393939;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.presta-box {
    max-width: 1070px;
    margin: 0 auto;
}

.presta-slide .item:hover .title {
    color: #e03c31;
}

.contact-box {
    position: relative;
    z-index: 2;
    margin-top: -156px;
    padding: 60px;
    background-color: white;
}

.item-contact {
    padding: 35px 20px;
    text-align: center;
    border: 1px solid #eeeeee;
}

.item-contact .icon {
    height: 80px;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
}

.item-contact .title {
    font-size: 36px;
    color: #e03c31;
    margin-bottom: 10px;
    font-family: "Hurricane";
}

.item-contact .desc {
    height: 52px;
    font-size: 21px;
    line-height: 26px;
    color: #112d53;
    overflow: hidden;
}

.form-contact .form-control {
    border-radius: 0;
    font-size: 16px;
    color: #959595;
    line-height: 20px;
    padding: 20px 30px;
    box-shadow: none;
    outline: none;
    background-color: #fbfbfb;
    border: 1px solid #f1f1f1;
}

.form-contact .form-control::placeholder {
    color: #959595;
}

.form-contact textarea.form-control {
    height: 239px;
}

.text-cont {
    color: #393939;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Poppins';
}

.text-cont a {
    font-weight: bold;
    color: #393939;
}

.form-contact .btn-1 {
    min-width: 239px;
    text-align: center;
}

.form-contact .btn-1 span {
    font-size: 22px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.map-box {
    height: 394px;
    background: center/cover;
}

.bloc-text h2 a,
.bloc-text p a,
.bloc-text ul li a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.bloc-text ul li,
.bloc-text ul li {
    list-style: disc;
}

.bloc-text ul {
    margin-left: 30px;
    margin-bottom: 15px
}

.bloc-text h2:first-of-type img:first-of-type,
.bloc-text p:first-of-type img:first-of-type {
    display: none;
}

@media (max-width: 575px) {
    #image-gallery .modal-dialog {
        padding: 15px !important;
    }
}

.btn-style-three.actu-b {
    padding: 5px 20px 5px !important
}

#commanderModal .btn,
.modal-footer button.btn-secondary {
    background-color: #e03c31;
    cursor: pointer;
}

#commanderModal .btn:hover,
.modal-footer button.btn-secondary:hover {
    background-color: #e03c31;
}

#boutique a {
    background-size: cover;
    background-position: center;
}

.bloc-about {
    padding: 75px 0 50px;
}

input.list-diff {
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}

.handle:after {
    background-color: #e03c31 !important;
}

.handle {
    transition: 0s;
}

.galerie .item-gal {
    padding: 0;
    margin: 0px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    border: 2px solid #dee2e6;
    border-radius: .25rem;
    height: 200px;
    position: relative;
    width: 100%;
}

.galerie .item-gal:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 20px;
}

@media (max-width: 991px) {
    .actu-detail img {
        float: none !important;
        margin: 20px auto !important;
        display: block !important;
    }
}

@media (max-width: 480px) {
    #projet-detail .col-lg-12,
    #projet-detail .container {
        padding: 0 15px !important;
    }
}

.galerie .btn-1 {
    background-color: #e03c3180;
}

.tarteaucitronSelfLink {
    display: none !important;
}