@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&display=swap&text=MDNH');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body, html {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 14px;
}

/* NAVIGATION */
.navbar-light {
    padding: 30px 0;
    background: #fff !important;
}

.navbar .navbar-brand {
    position: relative;
    /*padding-left: 80px;*/
    padding-left: 130px;
    color: #1f1f1f;
}

.navbar .navbar-brand:before {
    position: absolute;
    top: 0;
    bottom: 0;
    /*left: 65px;*/
    left: 108px;
    width: 1px;
    height: 100%;
    background: #ddd;
    content: ' ';
}

.navbar .navbar-brand img {
    /*height: 50px;*/
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.navbar .navbar-brand strong {
    display: block;
    font-size: 36px;
    letter-spacing: 5px;
    line-height: 1;
    font-family: 'Cinzel', serif;
}

.navbar .navbar-brand span {
    display: block;
    line-height: 1;
    font-size: 12px;
}

.navbar .navbar-nav {
    align-items: center;
}

.navbar .nav-item > .nav-link {
    font-weight: 600;
    color: #1f1f1f;
    margin-left: 20px;
    transition: 0.15s ease all;
    position: relative;
    z-index: 1;
}

.navbar .nav-item > .nav-link:hover,
.navbar .nav-item.active > .nav-link {
    color: #238C7F;
}

.navbar .nav-item > .nav-link:not(.button):after {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .035);
    margin: auto;
    transition: 0.25s ease all;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.navbar .nav-item > .nav-link:not(.button):hover:after,
.navbar .nav-item.active > .nav-link:not(.button):after {
    opacity: 1;
    visibility: visible;
}

.navbar .nav-item > .nav-link:not(.button):active:after {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, .1);
}

.navbar .nav-item > .nav-link.button {
    color: #fff;
    background: #238C7F;
    border-radius: 25px;
    margin-left: 30px;
    padding: 12px 25px;
}

.navbar .nav-item > .nav-link.button:hover {
    filter: brightness(110%);
    box-shadow: rgba(0, 0, 0, .1) 0 10px 25px;
}

/* MAIN */
.main {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 0 0;
}

.main h1 {
    font-weight: 400;
    font-size: 32px;
    color: #1f1f1f;
    letter-spacing: -2px;
    line-height: 1;
}

.main h1 strong {
    display: block;
    font-weight: 700;
    font-size: 48px;
}

.main span {
    display: block;
    padding-right: 25%;
    padding-top: 15px;
}

.main p {
    font-size: 1.1rem;
    margin: 15px 0 0 0;
}

.main.v2 {
    padding: 150px 0;
    background: url('../img/pricing-1-bg.jpg') center no-repeat;
    background-size: cover;
}

.main.v2 span {
    padding-right: 15%;
}

.main.v3 {
    padding: 150px 0;
    background: url('../img/pricing-2-bg.jpg') center no-repeat;
    background-size: cover;
}

.main.v3 span {
    padding-right: 15%;
}

/* ABOUT */
.about .box-wrapper {
    display: block;
    position: relative;
    padding: 0 0 0 60px;
    background: #f2f3f4;
    z-index: 1;
}

.about .box-wrapper h3 {
    font-weight: 600;
    color: #1f1f1f;
}

.about .box-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.about .box-wrapper ul li {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
}

.about .box-wrapper ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    content: ' ';
    border-top-right-radius: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform-origin: center;
    transform: rotate(45deg);
}

.about .box-wrapper p {
    margin-bottom: 10px;
}

.about .box-wrapper p.box {
    display: block;
    background: #238C7F;
    color: #fff;
    font-size: 1.1rem;
    padding: 70px 55px 70px 120px;
    margin: -15px 0;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    z-index: 1;
}

/* POURQUOI */
.pourquoi {
    position: relative;
    padding: 120px 0 120px 0;
    background: #fdfdfd;
    margin-top: -40px;
    z-index: 0;
}

.pourquoi h3 {
    font-weight: 600;
    color: #1f1f1f;
}

.pourquoi .pourquoi-item {
    display: block;
    margin-top: 30px;
    position: relative;
}

.pourquoi .pourquoi-item img {
    width: 64px;
    height: 64px;
    display: block;
}

.pourquoi .pourquoi-item h4 {
    font-weight: 600;
    font-size: 16px;
    color: #1f1f1f;
    margin: 15px 0 5px 0;
}

.pourquoi .pourquoi-item p {
    margin-bottom: 0;
}

/* REVIEWS */
.reviews {
    padding: 1px 0 60px 0;
}

.reviews .review-box {
    position: relative;
    z-index: 1;
    background: #fff;
    margin-top: -40px;
    box-shadow: rgba(10, 10, 10, 0.1) 0 3px 7px;
    border-radius: 6px;
    padding: 75px;
}

.reviews .review-box p {
    font-size: 24px;
    font-weight: 400;
    color: #1f1f1f;
}

.reviews .review-box .review-stars {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.reviews .review-box .review-stars img {
    width: 16px;
    margin-right: 4px;
}

.reviews .review-people {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 45px;
}

.reviews .review-people .review-person {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    padding-top: 25px;
    transition: 0.15s ease all;
    cursor: pointer;
    user-select: none;
}

.reviews .review-people .review-person.active:before {
    position: absolute;
    top: -8px;
    left: 8px;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform-origin: center;
    transform: rotate(45deg);
    background: #fff;
    z-index: 1;
    content: ' ';
}

.reviews .review-people .review-person + .review-person {
    margin-left: 35px;
}

.reviews .review-people .review-person img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    transition: 0.15s ease all;
}

.reviews .review-people .review-person span {
    font-weight: 600;
    color: #1f1f1f;
    padding-left: 5px;
    transition: 0.15s ease all;
}

.reviews .review-people .review-person:not(.active) {
    opacity: 0.25;
}

.reviews .review-people .review-person:not(.active) img {
    filter: grayscale(1);
}

.reviews .review-people .review-person:hover {
    opacity: 1;
}

.reviews .review-people .review-person:hover span {
    color: #238C7F;
}

/* COMMENT PROCEDER */
.comment-proceder {
    display: block;
}

.comment-proceder .box {
    background: #238C7F;
    border-radius: 10px;
    padding: 45px;
}

.comment-proceder .box .img-fluid {
    margin-bottom: -45px;
}

.comment-proceder .box h3 {
    font-weight: 600;
    color: #fff;
}

.comment-proceder .box p {
    color: #fff;
}

.comment-proceder .steps-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.comment-proceder .steps-boxes .step-box {
    width: calc(50% - 15px);
    margin-right: 15px;
    background: #fff;
    padding: 25px;
    margin-top: 15px;
    border-radius: 6px;
}

.comment-proceder .steps-boxes .step-box .step-number {
    width: 60px;
    height: 60px;
    background: #eee;
    color: #1f1f1f;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    border-radius: 15px;
    margin: 0 0 15px 0;
}

.comment-proceder .steps-boxes .step-box p {
    color: #1f1f1f;
    margin-bottom: 0;
}

/* CTA 1 */
.cta-1 {
    display: block;
    position: relative;
    padding: 80px 0 80px 0;
}

.cta-1 h3 {
    font-weight: 600;
    color: #1f1f1f;
}

.cta-1 .actions {
    padding-top: 20px;
}

.cta-1 .actions .btn {
    margin: 0 5px;
}

/* BUTTONS */
.btn {
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
}

.btn:hover {
    box-shadow: rgba(0, 0, 0, .1) 0 10px 25px;
}

.btn:focus,
.btn:active {
    box-shadow: rgba(0, 0, 0, .2) 0 10px 25px !important;
}

.btn.btn-primary {
    background: #238C7F;
    border-color: transparent;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    filter: brightness(110%) !important;
    background: #238C7F !important;
    border-color: transparent !important;
}

.btn.btn-secondary {
    background: #182a34;
    border-color: #182a34;
}

.btn.btn-secondary:hover {
    background: #2f2f2f;
    border-color: #2f2f2f;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background: #3f3f3f !important;
    border-color: #3f3f3f !important;
}

/* LINE */
.line {
    border-bottom: 1px solid #eee;
}

.line .line-wrapper {
    display: block;
    position: relative;
    content: ' ';
    width: 100%;
    height: 1px;
}

.line .line-wrapper:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background: #fff;
    content: ' ';
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    transform-origin: center;
    transform: rotate(45deg);
}

.line .line-wrapper:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url('../img/favicon.png') center no-repeat;
    background-size: contain;
    content: ' ';
    margin: auto;
    z-index: 1;
    filter: grayscale(100%);
}

/* SOLUTIONS */
.solutions {
    display: block;
    padding: 100px 0 80px 0;
    background: #f9f9f9;
}

.solutions.v2 {
    padding: 80px 0;
}

.solutions h3 {
    font-weight: 600;
    text-align: center;
    color: #1f1f1f;
}

.solutions .service {
    display: block;
    text-align: center;
    margin-top: 40px;
    padding: 30px 0;
    border-right: 1px solid #e9e9e9;
}

.solutions.v2 .service {
    margin-top: 30px;
    padding: 15px 0;
}

.solutions .col-md-4:last-child .service,
.solutions.v2 .col-md-4 .service {
    border-right: none;
}

.solutions .service img {
    width: 64px;
    height: 64px;
    opacity: 0.25;
}

.solutions.v2 .service img {
    filter: brightness(0);
}

.solutions .service h4 {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0 10px 0;
}

.solutions .service p {
    display: block;
    font-size: 0.9rem;
    color: #7a7a7a;
    padding: 0 10%;
}

/* SERVICES */
.services {
    display: block;
    background: #238C7F;
    position: relative;
}

.services:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #1f1f1f;
    content: ' ';
    z-index: 0;
}

.services .container {
    position: relative;
    z-index: 1;
}

.services .box {
    display: block;
    position: relative;
    color: #fff;
    text-align: left;
    padding: 45px;
    height: 100%;
}

.services .box:hover {
    text-decoration: none;
}

.services .box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.035);
    content: ' ';
    z-index: 0;
    transition: 0.15s ease all;
    opacity: 0;
}

.services .box:hover:after {
    opacity: 1;
}

.services .box.v2 {
    background: #1c7c71;
}

.services .box.v3 {
    background: #15645b;
}

.services .box.v4 {
    background: #1f1f1f;
}

.services .box img {
    display: block;
    width: 64px;
    height: 64px;
}

.services .box h4 {
    display: block;
    font-weight: 600;
    font-size: 1.15rem;
    margin: 25px 0 10px 0;
}

.services .box p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
}

/* FOOTER */
footer {
    display: block;
    position: relative;
    padding: 60px 0 30px 0;
    background: #182a34;
}

footer a.logo {
    position: relative;
    padding-left: 80px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

footer a.logo:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 65px;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    content: ' ';
}

footer a.logo img {
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

footer a.logo strong {
    display: block;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 1;
    font-family: 'Cinzel', serif;
}

footer a.logo span {
    display: block;
    line-height: 1;
    font-size: 10px;
}

footer h3 {
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

footer hr {
    width: 100%;
    height: 1px;
    background: #fff;
    border: none;
    margin: 60px 0 30px 0;
    opacity: 0.075;
}

footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.8rem;
}

footer ul.socials {
    display: block;
    position: relative;
    margin: 30px 0 0 0;
    list-style: none;
    padding: 0;
}

footer ul.socials li {
    display: inline-block;
    vertical-align: middle;
}

footer ul.socials li a {
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.075);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 4px;
    transition: 0.15s ease all;
}

footer ul.socials li a img {
    width: 16px;
    height: 16px;
}

footer ul.socials li a:hover {
    background: rgba(255, 255, 255, 0.15);
}

footer ul.menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul.menu li {
    margin-bottom: 10px;
    display: block;
}

footer ul.menu li a {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
}

footer .contact-item {
    display: block;
    position: relative;
    padding-left: 25px;
}

footer .contact-item + .contact-item {
    margin-top: 10px;
}

footer .contact-item img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0.5;
}

footer .contact-item span {
    display: block;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

footer .contact-item span strong {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
}

/* PRIX */
.prix {
    padding: 80px 0;
    background: #f2f3f4;
}

.prix.v2 {
    background: none;
    padding: 80px 0 0 0;
}

.prix .pricing-box {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 35px;
    border-radius: 6px;
    box-shadow: rgba(10, 10, 10, 0.1) 0 5px 5px;
    display: flex;
    flex-direction: column;
}

.prix.v2 .pricing-box {
    box-shadow: rgba(10, 10, 10, 0.1) 0 5px 15px;
}

.prix .pricing-box .pricing-name {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.prix .pricing-box .pricing-name h1 {
    font-weight: bold;
    color: #1f1f1f;
    font-size: 30px;
    letter-spacing: -1px;
    margin: 0;
}

.prix .pricing-box .pricing-name span {
    display: block;
    margin: 0;
    color: #7a7a7a;
    font-weight: bold;
}

.prix .pricing-box .pricing-features {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.prix .pricing-box .pricing-features li {
    display: block;
    position: relative;
    padding: 10px 10px;
    width: calc(100% + 20px);
    margin: 0 -10px;
    border-radius: 6px;
    font-size: 13px;
}

.prix .pricing-box .pricing-features li:nth-child(2n) {
    background: #f2f3f4;
}

.prix .pricing-box .pricing-price {
    margin-top: auto;
    padding-top: 25px;
}

.prix .pricing-box .pricing-price strong {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 30px;
    color: #1f1f1f;
}

.prix .pricing-box .pricing-price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #7a7a7a;
}

.prix .pricing-box .pricing-more {
    padding-top: 15px;
}

.package-info {
    padding-left: 25px;
    border-left: 1px solid #ddd;
}

.package-info .package-name {
    font-weight: bold;
    font-size: 24px;
    color: #1f1f1f;
    margin: 0 0 15px 0;
}

.package-info .package-price {
    display: block;
    margin: 0 0 15px 0;
}

.package-info .package-price strong {
    font-weight: bold;
    font-size: 36px;
    color: #238C7F;
    display: inline-block;
    vertical-align: middle;
}

.package-info .package-price span {
    font-weight: 400;
    color: #7a7a7a;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

/* Clients */
.clients {
    padding: 80px 0;
    background: #f2f3f4;
}

.clients .client-box {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 35px;
    border-radius: 6px;
    box-shadow: rgba(10, 10, 10, 0.1) 0 5px 5px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    transition: 0.15s ease all;
}

.clients .client-box:hover {
    box-shadow: rgba(10, 10, 10, 0.3) 0 5px 5px;
}

.clients .client-box .client-name {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.clients .client-box .client-name h1 {
    font-weight: bold;
    color: #1f1f1f;
    font-size: 22px;
    letter-spacing: -1px;
    margin: 0;
}

.clients .client-box .client-thumbnail {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.clients .client-box .client-thumbnail img {
    height: 500px;
    width: 100%;
}

.clients .client-box .client-visit {
    padding-top: 25px;
}

/* BLOG POSTS */
.blog-posts {
    display: block;
    position: relative;
    padding: 20px 0 60px 0;
    background: #f2f3f4;
}

.blog-posts .row {
    margin-left: -20px;
    margin-right: -20px;
}

.blog-posts .row div[class^='col'] {
    padding-left: 20px;
    padding-right: 20px;
}

.blog-posts .blog-post {
    display: block;
    position: relative;
    background: #fff;
    margin-top: 40px;
    height: calc(100% - 40px);
    padding-bottom: 20px;
    transition: 0.15s ease all;
}

.blog-posts .blog-post:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0 15px 35px;
    transform: translateY(-5px);
}

.blog-posts .blog-post .blog-thumbnail {
    display: block;
    width: 100%;
    height: auto;
}

.blog-posts .blog-post .blog-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.blog-posts .blog-post .blog-title {
    display: block;
    padding: 20px 20px 5px 20px;
    font-size: 1rem;
    font-weight: 600;
    color: #1f1f1f;
    transition: 0.15s ease all;
}

.blog-posts .blog-post .blog-title:hover {
    color: #238C7F;
    text-decoration: none;
}

.blog-posts .blog-post .blog-date {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 0.9rem;
    color: #7a7a7a;
}

.blog-posts .blog-post .blog-type {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    padding-left: 13px;
    border-left: 1px solid #eee;
    font-size: 0.9rem;
    color: #7a7a7a;
}

/* SUB HEADER */
.sub-header {
    display: block;
    padding: 20px 0 40px 0;
}

.sub-header h2 {
    font-weight: 600;
    font-size: 36px;
    color: #1f1f1f;
    letter-spacing: -2px;
    line-height: 1;
    margin: 0 0 35px 0;
    text-align: center;
}

.sub-header .blog-categories {
    display: flex;
    margin: 0 -15px;
    position: relative;
    padding: 0 15%;
    z-index: 1;
}

.sub-header .blog-categories .category {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 25px;
    padding: 12px 15px;
    margin: 0 15px;
    text-align: center;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid #eee;
    cursor: pointer;
    transition: 0.15s ease all;
    user-select: none;
    position: relative;
    overflow: hidden;
}

.sub-header .blog-categories .category:hover {
    background: #f9f9f9;
}

.sub-header .blog-categories .category:active,
.sub-header .blog-categories .category:focus {
    background: #f2f3f4;
}

.sub-header .blog-categories .category input {
    display: none;
}

.sub-header .blog-categories .category span {
    display: block;
    position: relative;
    z-index: 2;
}

.sub-header .blog-categories .category input + span + div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #238C7F;
    content: ' ';
    z-index: 0;
    opacity: 0;
    transition: 0.15s ease all;
}

.sub-header .blog-categories .category input:checked + span + div {
    opacity: 1;
}

.sub-header .blog-categories .category input:checked + span {
    color: #fff;
}

.sub-header .blog-categories .category input:checked + span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 3px;
    background: #fff;
    content: ' ';
    border-radius: 5px;
    transform: rotate(-45deg);
}

.sub-header .blog-categories .category input:checked + span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 3px;
    background: #fff;
    content: ' ';
    border-radius: 5px;
    transform: rotate(45deg);
}

/* PAGINATION */
.pagination {
    margin-top: 40px;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.pagination li {
    padding: 0 5px;
}

.pagination li a {
    display: block;
    padding: 12px 25px;
    color: #1f1f1f;
    transition: 0.15s ease all;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 25px !important;
    border: none;
}

.pagination li a:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0 15px 25px;
    transform: translateY(-2px);
    background: #fff;
    color: #1f1f1f;
}

.pagination li a:active,
.pagination li a:focus {
    box-shadow: rgba(0, 0, 0, 0.05) 0 15px 25px;
    transform: translateY(-2px);
    background: #f9f9f9;
    color: #1f1f1f;
}

.pagination li.active a {
    background: #238C7F !important;
    border: none !important;
    color: #fff;
}

/* SINGLE POST */
.post {
    display: block;
    position: relative;
    padding: 60px 0;
}

.post .social-icons {
    display: block;
    list-style: none;
    margin: 0;
    background: #f9f9f9;
    position: sticky;
    padding: 0;
    top: 20px;
}

.post .social-icons li {
    display: block;
}

.post .social-icons li + li {
    border-top: 1px solid #eee;
}

.post .social-icons li a {
    display: block;
    text-align: center;
    padding: 15px 0;
    transition: 0.15s ease all;
}

.post .social-icons li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.post .social-icons li a img {
    width: 16px;
    height: 16px;
    filter: brightness(0);
}

.post h1 {
    font-weight: 600;
    font-size: 36px;
    color: #1f1f1f;
    letter-spacing: -2px;
    line-height: 1;
    margin: 0 0 15px 0;
}

.post p.lead {
    font-size: 24px;
    line-height: normal;
}

.post p.small {
    margin-bottom: 30px;
}

.post-header {
    pointer-events: none;
    user-select: none;
    position: relative;
    height: 400px;
}

.post-header img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* QUOTE */
.quote {
    display: block;
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    padding: 120px 0 80px 0;
}

.quote img {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
}

/* GET IN TOUCH */
.get-in-touch {
    padding: 50px 0;
    background: #238C7F;
    color: #fff;
}

.get-in-touch h3 {
    font-weight: 600;
}

.get-in-touch p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}

/* LOCATIONS */
.location-box {
    display: block;
    position: relative;
    padding: 45px 0;
    text-align: center;
    background: #f2f3f4;
    border-radius: 6px;
}

.location-box img.map {
    display: block;
    width: 150px;
    filter: brightness(0);
    margin: auto;
    margin-bottom: 25px;
    opacity: 0.45;
}

.location-box h4 {
    display: block;
    font-weight: 600;
}

.location-box .contact-item {
    display: block;
    padding-top: 5px;
}

.location-box .contact-item img {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-right: 6px;
    filter: brightness(0);
}

.location-box .contact-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9rem;
    color: #7a7a7a;
}

.location-box .btn {
    margin-top: 30px;
}

.location-box .btn img {
    width: 16px;
}

/* CONTACT FORM */
.contact-form {
    display: block;
    padding: 60px 0;
}

.contact-form h3 {
    font-weight: 600;
    color: #1f1f1f;
}

.contact-form .form-group {
    display: block;
    margin-bottom: 20px;
}

.contact-form .form-group label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
    font-size: 0.9rem;
}

.contact-form .form-group .form-control {
    padding: 12px;
    height: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

.contact-form .form-group textarea.form-control {
    min-height: 120px;
}

.contact-form .form-group .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.05) 0 10px 30px;
    border-bottom-color: #238C7F;
}

.contact-form p.small {
    margin: 15px 0 0 0;
    color: #999;
}

.contact-form .checkbox label,
.contact-form .radio label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 5px 0 15px 0;
    cursor: pointer;
    user-select: none;
}

.contact-form .radio label {
    margin: 5px 0 5px 0;
}

.contact-form .checkbox label input,
.contact-form .radio label input {
    display: none;
}

.contact-form .checkbox label input + div,
.contact-form .radio label input + div {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 0;
}

.contact-form .radio label input + div {
    top: 0;
}

.contact-form .checkbox label:hover input + div,
.contact-form .radio label:hover input + div {
    border-bottom-color: #238C7F;
}

.contact-form .checkbox label input:checked + div:after,
.contact-form .radio label input:checked + div:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 3px;
    right: 0;
    width: 10px;
    height: 5px;
    margin: auto;
    border-bottom: 2px solid #238C7F;
    border-left: 2px solid #238C7F;
    transform: rotate(-45deg);
    content: '';
    z-index: 1;
}

.contact-form .checkbox label span,
.contact-form .radio label span {
    display: block;
    font-size: 0.9rem;
}

.contact-form .radio label span {
    padding-top: 2px;
}

/* SERVICES BOXES */
.row.smaller-margins {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row.smaller-margins div[class*='col'] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.service-item {
    display: block;
    padding: 25px 15px;
    background: #fff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.15s ease all;
    box-shadow: rgba(10, 10, 10, 0.075) 0 5px 5px;
    user-select: none;
}

.service-item:hover {
    box-shadow: rgba(10, 10, 10, 0.15) 0 5px 10px;
}

.service-item:active {
    background: #f2f3f4;
    transform: scale(0.975);
}

.service-item img {
    width: 64px;
    height: 64px;
    display: block;
    margin: auto;
}

.service-item span {
    display: block;
    font-size: 11px;
    color: #7a7a7a;
    margin-top: 10px;
}

.service-item h4 {
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 15px;
    color: #1f1f1f;
}

/* POPUP */
.popup-content {
    display: none;
}

.service-popup .modal-content {
    background: #182a34;
    color: #fff;
}

.service-popup .modal-content .modal-header {
    border-bottom: none;
    padding: 0;
}

.service-popup .modal-content .modal-body {
    position: relative;
    padding: 35px 45% 35px 35px;
}

.service-popup .modal-content .modal-body .popup-background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 100%;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
}

.service-popup .modal-content .modal-body .close {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
    color: #fff;
    text-shadow: none;
}

.service-popup .modal-content h2 {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.15);
}

.service-popup .modal-content h3 {
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 15px 0;
}

.service-popup .modal-content ul {
    display: block;
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}

.service-popup .modal-content ul li {
    display: block;
    position: relative;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}

.service-popup .modal-content ul li:before {
    content: '- ';
}

/* LOGIN SCREEN */
.login-screen {
    display: flex;
    position: relative;
    padding: 50px 0;
    background: #f2f3f4;
    min-height: 100vh;
    height: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-screen:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: url('../img/login-bg.jpg') center no-repeat;
    background-size: cover;
    content: ' ';
    z-index: 0;
}

.login-screen .container {
    position: relative;
    z-index: 2;
}

.login-screen .box {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: rgba(10, 10, 10, 0.1) 0 5px 5px;
    margin-bottom: 30px;
}

.login-screen p.text-left {
    color: #1f1f1f;
    margin: 0;
}

.login-screen p.text-left a {
    color: #238C7F;
    font-weight: bold;
}

.login-screen a.logo {
    position: relative;
    padding-left: 80px;
    color: #1f1f1f;
    display: inline-block;
    text-decoration: none;
}

.login-screen a.logo:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 65px;
    width: 1px;
    height: 100%;
    background: #eee;
    content: ' ';
}

.login-screen a.logo img {
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.login-screen a.logo strong {
    display: block;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 1;
    font-family: 'Cinzel', serif;
}

.login-screen a.logo span {
    display: block;
    line-height: 1;
    font-size: 12px;
}

.login-screen .box h1 {
    font-weight: bold;
    color: #1f1f1f;
    font-size: 24px;
    padding-right: 30%;
    margin: 30px 0 10px 0;
    line-height: 1;
    letter-spacing: -1px;
}

.login-screen .box p {
    margin: 0 0 25px 0;
    padding-right: 10%;
}

.login-screen .form-group label {
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 400;
    color: #1f1f1f;
}

.login-screen .form-group .form-control {
    height: auto;
    padding: 10px;
}

.login-screen .form-group .form-control:focus {
    background: #f9f9f9;
    border-color: #ddd;
    box-shadow: rgba(10, 10, 10, 0.05) 0 3px 5px;
}

/* SERVICES */
.nos-services {
    padding: 60px 0;
    background: #f2f3f4;
}

.nos-services h3 {
    font-weight: bold;
    color: #1f1f1f;
    margin: 0 0 30px 0;
}

.nos-services .service-box {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    box-shadow: rgba(10, 10, 10, 0.1) 0 3px 3px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: 0.15s ease all;
}

.nos-services .service-box:hover {
    box-shadow: rgba(10, 10, 10, 0.15) 0 6px 6px;
}

.nos-services .service-box:active {
    box-shadow: rgba(10, 10, 10, 0.15) 0 6px 6px;
    background: #eee;
    transform: scale(0.975);
}

.nos-services .service-box img {
    width: 64px;
    height: 64px;
}

.nos-services .service-box h4 {
    font-weight: bold;
    color: #1f1f1f;
    font-size: 16px;
    margin: 15px 0 0 0;
}

.nos-services .service-box .service-price {
    font-weight: bold;
    color: #238C7F;
    font-size: 24px;
    margin-top: auto;
    padding-top: 15px;
}

.service-screen {
    display: block;
    padding: 60px 0;
}

.service-screen .img-fluid {
    margin-bottom: -60px;
}

.service-screen h3 {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -2px;
    padding-right: 20%;
}

.service-screen p {
    margin: 0 0 10px 0;
}

.service-screen.v2 {
    background: #238C7F;
    position: relative;
    padding: 60px 0 100px 0;
}

.service-screen.v2 .img-fluid {
    margin-bottom: -100px;
}

.service-screen.v2:before {
    top: -80px;
    height: 85px;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    content: ' ';
    background: #238C7F;
}

.service-screen.v3 {
    position: relative;
    padding: 80px 0 80px 0;
}

.service-screen.v3 .img-fluid {
    margin-bottom: 0;
}

.service-screen .btn {
    margin-top: 10px;
}

.service-details .box {
    display: block;
    padding: 45px;
    border-radius: 10px;
    background: #f2f3f4;
    position: relative;
    z-index: 2;
}

.service-details.v2 .box {
    background: #fff;
    box-shadow: rgba(10, 10, 10, 0.1) 0 5px 10px;
    position: relative;
    z-index: 2;
    margin-top: -50px;
}

.service-details .box h3 {
    margin: 0 0 15px 0;
    font-weight: bold;
    color: #1f1f1f;
}

.service-details .details-box {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgba(10, 10, 10, 0.1) 0 5px 5px;
}

.service-details .details-box h4 {
    font-weight: 600;
    font-size: 14px;
    color: #1f1f1f;
}

.service-details .details-box ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-details .details-box ul li {
    display: block;
    position: relative;
    color: #7a7a7a;
    font-size: 12px;
    margin-top: 5px;
}

.service-details .details-box ul li:before {
    content: '- ';
}

.service-details .start-box {
    padding-left: 25px;
    border-left: 1px solid #ddd;
}

.service-details .start-box h4 {
    font-weight: bold;
    color: #1f1f1f;
    margin: 0 0 15px 0;
}

.service-details .start-box .price {
    font-weight: bold;
    color: #238C7F;
    font-size: 36px;
    margin: 15px 0 30px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sub-header .blog-categories .category {
        margin: 0 5px;
    }

    .sub-header .blog-categories .category input:checked + span:after,
    .sub-header .blog-categories .category input:checked + span:before {
        right: -5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body, html {
        font-size: 13px;
    }

    .navbar .navbar-brand {
        padding-left: 60px;
    }

    .navbar .navbar-brand:before {
        left: 50px;
    }

    .navbar .navbar-brand img {
        height: 40px;
    }

    .navbar .navbar-brand strong {
        font-size: 24px;
        letter-spacing: 4px;
    }

    .navbar .navbar-brand span {
        font-size: 10px;
        max-width: 100px;
        white-space: normal;
    }

    .navbar .nav-item > .nav-link {
        margin-left: 5px;
    }

    .navbar .nav-item > .nav-link.button {
        margin-left: 10px;
        padding: 10px 15px;
    }

    .main h1,
    .main h1 strong {
        font-size: 30px;
        letter-spacing: -1px;
        padding-right: 0;
    }

    .main span {
        font-size: 20px;
        padding-right: 0;
    }

    .about .box-wrapper p.box {
        padding: 35px 30px 35px 70px;
    }

    .cta-1 {
        padding: 80px 0 60px 0;
    }

    .solutions {
        padding: 80px 0 60px 0;
    }

    .solutions .service h4 {
        max-width: 70%;
        margin: 15px auto 5px auto;
    }

    footer a.logo {
        padding-left: 45px;
    }

    footer a.logo:before {
        left: 38px;
    }

    footer a.logo img {
        height: 30px;
    }

    footer a.logo strong {
        font-size: 24px;
        letter-spacing: 3px;
    }

    footer ul.socials li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    footer ul.socials li a img {
        width: 12px;
        height: 12px;
    }

    .sub-header h2 {
        font-size: 30px;
    }

    .sub-header .blog-categories {
        padding: 0;
        margin: 0 -5px;
    }

    .sub-header .blog-categories .category {
        margin: 0 5px;
    }

    .solutions.v2 .service p {
        padding: 0;
    }

    .solutions.v2 .service h4 {
        max-width: 100%;
    }

    .service-popup .modal-content .modal-body {
        padding-top: 270px;
        padding-right: 35px;
    }

    .service-popup .modal-content .modal-body .popup-background {
        top: 35px;
        left: 35px;
        right: 35px;
        width: calc(100% - 70px);
        height: 200px;
    }

    .post h1 {
        font-size: 24px;
        letter-spacing: 0;
    }

    .post p.lead {
        font-size: 18px;
        line-height: 1.25;
    }

    .package-info .package-name {
        line-height: 1.1;
    }

    .clients .client-box .client-thumbnail img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    body, html {
        font-size: 13px;
    }

    body {
        overflow-x: hidden;
    }

    .navbar-light {
        padding: 15px;
    }

    .navbar .navbar-brand {
        padding-left: 60px;
    }

    .navbar .navbar-brand:before {
        left: 50px;
    }

    .navbar .navbar-brand img {
        height: 40px;
    }

    .navbar .navbar-brand strong {
        font-size: 24px;
        letter-spacing: 4px;
    }

    .navbar .navbar-brand span {
        font-size: 10px;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
        outline: none;
        padding-right: 0;
    }

    .navbar .nav-item {
        display: block;
        text-align: center;
        width: 100%;
    }

    .navbar .nav-item > .nav-link {
        margin-left: 0;
        display: block;
        text-align: center;
    }

    .navbar .nav-item > .nav-link:not(.button):after {
        display: none;
    }

    .navbar .nav-item > .nav-link.button {
        margin-left: 0;
        margin-top: 15px;
        display: inline-block;
        width: auto;
    }

    .navbar-collapse {
        padding: 30px 0;
    }

    .main {
        padding: 40px 0 0 0;
    }

    .main h1,
    .main h1 strong {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .main h1 span {
        font-size: 20px;
        padding-right: 0;
        line-height: 1.25;
        margin-top: 0;
    }

    .main p {
        font-size: 1rem;
    }

    .main .img-fluid {
        margin-top: 30px;
    }

    .about .box-wrapper {
        padding: 30px;
    }

    .about .box-wrapper p.box {
        padding: 30px;
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
        margin-top: 30px;
        clip-path: none;
    }

    .cta-1 {
        padding: 60px 0;
    }

    .cta-1 .actions .btn {
        margin: 5px;
    }

    .solutions {
        padding: 80px 0 0 0;
    }

    .solutions .col-md-4:not(:last-child) .service {
        border-bottom: 1px solid #ddd;
        border-right: none;
    }

    .services {
        background: #fff;
        padding: 15px 0;
    }

    .services:after {
        display: none;
    }

    .services .box {
        background: #238C7F;
    }

    footer a.logo {
        padding-left: 45px;
    }

    footer a.logo:before {
        left: 38px;
    }

    footer a.logo img {
        height: 30px;
    }

    footer a.logo strong {
        font-size: 24px;
        letter-spacing: 3px;
    }

    footer h3 {
        margin: 30px 0 10px 0;
    }

    .sub-header .blog-categories {
        padding: 0 15px;
        flex-direction: column;
    }

    .sub-header .blog-categories .category {
        margin: 5px 0;
    }

    .sub-header h2 {
        font-size: 30px;
    }

    .blog-posts {
        padding: 1px 0 30px 0;
    }

    .blog-posts .blog-post {
        margin-top: 15px;
        height: calc(100% - 15px);
    }

    .pagination {
        margin: 30px 0 10px 0;
        flex-wrap: wrap;
    }

    .pagination li {
        padding: 0;
    }

    .pagination li a {
        padding: 6px 15px;
        margin: 3px;
    }

    .post-header {
        height: 150px;
    }

    .post {
        padding: 15px 0;
    }

    .post .social-icons {
        text-align: center;
    }

    .post .social-icons li {
        display: inline-block;
        vertical-align: middle;
    }

    .post .social-icons li a {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

    .post h1 {
        margin-top: 30px;
    }

    .post p.lead {
        font-size: 20px;
    }

    .quote {
        font-size: 22px;
    }

    .get-in-touch {
        text-align: center;
    }

    .get-in-touch p {
        margin-bottom: 15px;
    }

    .locations {
        padding: 10px 0;
    }

    .locations .location-box {
        padding: 35px 0;
    }

    .locations .col-md-4:not(:last-child) .location-box {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .reviews .review-box {
        padding: 30px;
    }

    .reviews .review-box p {
        font-size: 16px;
    }

    .reviews .review-people .review-person span {
        display: none;
    }

    .comment-proceder .steps-boxes .step-box {
        width: 100%;
        margin-right: 0;
    }

    .service-details .start-box {
        padding-left: 0;
        padding-top: 25px;
        margin-top: 15px;
        border-top: 1px solid #ddd;
        border-left: none;
    }

    .service-screen h3 {
        padding-right: 0;
    }

    .service-screen.v3 .img-fluid {
        margin-top: 25px;
    }

    .prix {
        padding: 10px 0 40px 0;
    }

    .prix .pricing-box {
        margin-top: 30px;
        height: auto;
    }

    .login-screen:before {
        display: none;
    }

    .login-screen .box h1 {
        padding-right: 0;
    }

    .main.v2,
    .main.v3 {
        padding: 100px 0;
        background: #f3f4f6;
    }

    .package-info {
        padding-left: 0;
        padding-top: 25px;
        margin-top: 15px;
        border-left: none;
        border-top: 1px solid #ddd;
        padding-bottom: 60px;
    }

    .service-item img {
        width: 48px;
        height: 48px;
    }

    .service-item h4 {
        font-size: 13px;
        white-space: nowrap;
    }

    .solutions.v3 {
        padding-bottom: 60px;
    }

    .service-popup .modal-content .modal-body {
        padding: 270px 15px 35px;
    }

    .service-popup .modal-content .modal-body .popup-background {
        top: 35px;
        left: 35px;
        right: 35px;
        width: calc(100% - 70px);
        height: 200px;
    }

    .service-popup .modal-content h3 {
        font-size: 20px;
    }

    .clients .client-box .client-thumbnail img {
        height: auto;
        width: 100%;
    }
}

/*.navbar .navbar-brand img, footer a.logo img, .pourquoi .pourquoi-item img, .nos-services .service-box img, .service-item img {*/
/*    filter: brightness(0) saturate(100%) invert(44%) sepia(95%) saturate(311%) hue-rotate(123deg) brightness(86%) contrast(93%);*/
/*}*/

.pourquoi .pourquoi-item img, .nos-services .service-box img, .service-item img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(95%) saturate(311%) hue-rotate(123deg) brightness(86%) contrast(93%);
}

a {
    color: #238c7f;
}

.service-screen.v2 h3 {
    color: #fff;
}

.service-screen.v2 p {
    color: #ffffffba;
}


/* Compare page */
.page-compare .table td, .table th {
    padding: 1rem;
    border-top: none;
}

.page-compare i.fas {
    font-size: 1.5rem;
}