:root {
    --theme: #4E8DF0;
    /* --theme-color1: #325894; */
    --theme-color2: #4E8DF0;
}

.preloader:before {
    content: "Chargement";
}

.as-top {
    color: #fff;
    background-color: var(--theme);
    padding: 0 35px;
}

.button-theme-border1 .theme-btn {
    text-transform: initial;
}

h1 {
    font-size: var(--h2-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading);
}

.as-blue {
    color: var(--theme);
}

.testimonial-block_six .inner:hover .quote {
    background-color: var(--theme);
}

.sec-title {
    margin-bottom: 20px;
}

.as-top h1,
.as-top div {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.as-top-tel {
    text-align: right;
}

.as-top-tel a {
    padding-right: 20px;
    color: #fff;
}

.page-title {
    background-attachment: fixed;
    padding: 260px 0;
}

.page-title:before {
    display: none;
}

.hero-banner {
    position: relative;
    overflow: hidden;
    height: 500px;
}

@media (max-width: 1024px) {
    .hero-banner {
        height: 50vw;
    }
}

.hero-bg {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 140%;
    z-index: -1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 991px) {
    .mobile-nav-toggler {
        display: none;
    }
}

.read-more-btn {
    display: inline-block;
    margin-top: 8px;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
}

.read-more-btn:hover {
    opacity: 0.8;
}

.button-theme-border1 .theme-btn:hover,
.button-theme-border2 .theme-btn:hover,
.button-theme-border1 .left-arrow:hover,
.button-theme-border2 .left-arrow:hover {
    background-color: var(--theme);
    border: 1px solid var(--theme);
}

.main-header .header-lower .logo-box .as-logo {
    position: absolute;
    inset: 15px 0 0;
    width: 150px;
}

.header-style-two.header-style-two .main-box {
    border-bottom: none;
}

.main-menu .navigation>li>a {
    text-transform: initial;
}

.as-h2 {
    color: var(--headings-color);
    font-family: var(--heading-font-family);
    font-size: var(--h2-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading);
}

.slider-two .outer-box .content-column .inner-column .title {
    font-size: var(--h2-font-size);
    font-weight: var(--h4-font-weight);
}

.slider-two .bg-slide-1::before {
    background: url(as_assets/slider-pattern-layer.png) no-repeat;
    background-size: cover;
}

.feature-section-three .content-box .title {
    font-size: var(--h3-font-size);
    line-height: var(--line-height-heading);
}

.service-block_two .title {
    font-size: var(--h4-font-size);
    line-height: var(--line-height-heading-small);
}

.news-block_one .content .title {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
}

.testimonial-section-three,
.testimonial-section,
.testimonial-section-four {
    background-color: var(--theme);
}

.testimonial-section-four .four-item-pagination .swiper-pagination-bullet {
    display: none;
}

.testimonial-section .testimonial-pagination .swiper-pagination-bullet,
.testimonial-section-four .four-item-pagination .swiper-pagination-bullet {
    background-color: #fff5;
}

.testimonial-section .testimonial-pagination .swiper-pagination-bullet-active,
.testimonial-section-four .four-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    outline: 1px solid #fff;
    color: #fff;
}

.testimonial-section .testimonial-pagination .swiper-pagination-bullet:hover,
.testimonial-section-four .four-item-pagination .swiper-pagination-bullet:hover {
    background-color: #fff7;
    outline: 1px solid #fff7;
}

.testimonial-section .testimonial-pagination {
    text-align: center;
    margin-left: 0;
}

.testimonial-section-four .nav-box .four-item_button-prev,
.testimonial-section-four .nav-box .four-item_button-next {
    color: #fff;
    border-color: #fff;
}

.testimonial-block_four .inner .text {
    line-height: 25px;
    color: var(--text-color);
}

.testimonial-block_four .inner .info strong {
    color: var(--theme-color1);
}

.feature-section-three .content-box {
    background-color: var(--theme);
}

.feature-section-three .content-box .title,
.feature-section-three .content-box .play,
.feature-section-three .content-box .play .icon {
    color: #fff;
    border-color: #fff;
}

.testimonial-section-three {
    padding: 0;
    transition: 300ms all ease-in-out;
}

.testimonial-block_three img {
    transition: 300ms all ease-in-out;
    opacity: 1;
}

.testimonial-block_three:hover img {
    opacity: .9;
    transform: scale(.99);
}

.testimonial-block_three:hover .text {
    border-bottom: transparent solid #fff;
}

.testimonial-block_three:hover .text {
    border-bottom: 1px solid #fff;
}

.news-block_one .content .title a:hover {
    color: var(--theme);
}

.sec-title .left-box {
    transform: translatey(-15px);
    max-width: 700px;
}

.about-two .sec-title p {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: var(--text-color);
}

.about-content {
    min-height: 445px;
}

.service-block_two .text {
    max-width: max-content;
    text-align: justify;
}

.about-two .about-content h2 {
    margin-top: 35px;
    color: var(--theme-color-white);
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
}

.about-two .about-content p {
    margin-top: 20px;
    color: var(--theme-color-white);
}

.as-description a {
    color: var(--theme);
}

.as-description p {
    text-align: justify;
}

.business-five h2,
.as-description h2 {
    font-size: 30px;
    line-height: 30px;
    color: #4E8DF0;
    margin: 30px 0 15px;
}

.business-five h3,
.as-description h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    margin: 30px 0 15px;
}

.feature-section-three {
    position: relative;
    padding: 60px 0px;
}

.business-five .auto-container .inner-container {
    background-color: #4E8DF0;
}

.business-five .content div,
.business-five .content p {
    font-size: 16px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

.business-five .image {
    margin-right: 0;
}

.project-three .project-block_three .inner {
    background-color: #4E8DF0;
}

.project-three .project-block_three .text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    max-width: 345px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

.step-block_one .icon {
    padding: 20px;
}

.step-block_one .inner .number {
    background-color: #4E8DF0;
    color: #fff;
}

.step-block_one .inner .icon {
    background-color: #B1720F;
    filter: invert(100%);
}

.step-block_one .inner:hover .number {
    background-color: #2d5698;
}

.step-block_one .inner:hover .icon {
    background-color: #D2A967;
    filter: invert(100%);
}

.step-block_one .inner {
    padding: 0px 30px 30px;
    min-height: 420px;
}

.testimonial-section-six {
    background-color: #4E8DF0;
}

.map-section {
    margin-bottom: -10px;
}

.map-section iframe {
    filter: grayscale(100%) contrast(1.1);
}

.contact-two {
    background-color: var(--theme);
}

.contact-two .form-outer .title,
.contact-form .form-group label {
    color: #fff;
}

.button-theme1 {
    background-color: transparent;
}

.contact-form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 55px;
    font-weight: 400;
    border-radius: 50px;
    color: var(--text-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: var(--body-font-size);
    background-color: var(--theme-color-white);
}

.main-footer .footer-title {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
}

.main-footer .pattern-layer.style-two {
    bottom: 0;
}

.main-footer {
    background-color: var(--theme);
}

.footer-text p {
    color: #fff;
}

#calendar {
    margin: 40px 0 0;
}

.fc .fc-toolbar-title {
    text-transform: capitalize;
}

.fc .fc-col-header-cell-cushion {
    color: #000;
}

.fc .fc-daygrid-day-number {
    color: #000;
}

.fc-event.occupied {
    background-color: transparent !important;
    border-color: transparent !important;
}

.fc-event.occupied .fc-event-title {
    font-style: italic;
    color: #6f6f6fff !important;
}

.fc-event.disponible {
    background-color: #4caf50 !important;
    border-color: #45a049 !important;
    color: white !important;
}

.fc-event.occupied .fc-event-title {
    font-style: italic;
    color: #6f6f6fff !important;
}

#tarteaucitronRoot {
    z-index: 99999;
}

.fc .fc-button-primary {
    background-color: #4E8DF0;
    border-color: #4E8DF0;
}

.fc .fc-button-primary:hover {
    background-color: #315a9b;
    border-color: #315a9b;
}

.fc .fc-button-primary:active,
.fc .fc-button-primary.fc-button-active {
    background-color: #315a9b;
    border-color: #315a9b;
}

.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(78, 141, 240, 0.5);
}

.fc .fc-button-primary:disabled {
    background-color: #315a9b;
    border-color: #315a9b;
}

@media screen and (max-width: 768px) {
    .marketing-two.style-two {
        padding: 10px 0;
    }
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    padding: 0 25px 0 0;
    float: left;
}

.check:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}