@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap);/* Début des styles généraux */

body,html {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #888;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Nunito, sans-serif;
    margin: 0 0 15px;
    color: #151b2c;
    font-weight: 600;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 46px;
}

h3 {
    font-size: 30px;
    line-height: 38px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    line-height: 28px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    color: #1fc157;
    text-decoration: none;
}

a:active,a:hover {
    outline: 0 none;
}

a:focus,a:hover {
    color: #3d5368;
    text-decoration: none;
}

body {
    background: #fff;
    color: #7e8ca0;
    font-family: Nunito, sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 26px;
}

/* Bouton de retour en haut de la page */
#scrollUp {
    bottom: 40px;
    font-size: 20px;
    line-height: 42px;
    right: 30px;
    width: 44px;
    background-color: #1fc157;
    color: #fff;
    text-align: center;
    height: 44px;
    border-radius: 3px;
    transition-duration: 0.5s;
}

#scrollUp:hover {
    bottom: 45px;
    transition-duration: 0.5s;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

button,button[type=submit],input,input[type=date],input[type=email],input[type=password],input[type=tel],input[type=text],input[type=url],select,textarea {
    -moz-appearance: none;
    box-shadow: none!important;
}

input:focus,select:focus,textarea:focus {
    outline: 0;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(img/logo/preloader.gif) no-repeat center center;
}

.navbar-collapse {
    padding-left: 0;
}

::-moz-selection {
    background: #1fc157;
    text-shadow: none;
}

::selection {
    background: #1fc157;
    text-shadow: none;
}

.bg-color {
    background: #fafafa;
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

.area-padding {
    padding: 100px 0;
}

.area-padding-2 {
    padding: 100px 0 70px;
}

.area-padding-3 {
    padding: 100px 0 50px;
}

.section-headline {
    padding-bottom: 40px;
    position: relative;
}

.section-headline.review-head {
    padding-bottom: 20px;
}

.section-headline h3 {
    font-size: 40px;
    line-height: 46px;
}

.section-headline p {
    font-size: 16px;
    max-width: 510px;
    margin: 0 auto;
}

.white-headline h2 {
    color: #fff;
}

.section-headline h4 .color {
    color: #1fc157;
    font-weight: 600;
}

.mar-row {
    margin-top: 50px;
}

.color {
    color: #1fc157;
}

.load-more-btn {
    text-transform: uppercase;
    background: #1fc157;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
    transition: .4s;
    border: 2px solid #1fc157;
}

.load-more-btn:hover {
    background: #fff;
    border: 2px solid #1fc157;
    color: #1fc157;
    transition: .4s;
}

.text-bold {
    font-weight: 800;
}

.simple-text {
    font-weight: 400;
}

.big-btn {
    width: 160px!important;
    font-size: 18px!important;
    padding: 15px 20px!important;
}

.big-btn:hover {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
}

.color-text {
    color: #1fc157;
}

/* Styles pour l'en-tête */
.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.header-area {
    background: 0 0;
}

.logo {
    display: block;
}

.logo a {
    display: inline-block;
    height: auto;
    padding: 18px 0;
}

.center-bg {
    display: block;
    background: #fff;
    padding: 0 20px 0 0;
}

/* Styles pour le menu principal */
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav li a {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 33px 15px;
    text-transform: uppercase;
    position: relative;
}

/* Animation de survol pour les liens du menu */
.main-menu>ul.navbar-nav>li>a::before {
    position: absolute;
    content: "";
    left: 16px;
    bottom: 25px;
    border: 1px solid #1fc157;
    width: 0;
    transition: .4s;
    opacity: 0;
}

.header-area.stick .main-menu>ul.navbar-nav>li>a::before {
    left: 16px;
    bottom: 27px;
}

.main-menu>ul.navbar-nav>li>a:hover::before {
    width: 50%;
    transition: .4s;
    opacity: 1;
}

.main-menu ul.navbar-nav li a:hover {
    color: #1fc157;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #fff;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    color: #1fc157;
    position: relative;
    z-index: 9999999;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
}

/* Styles pour les éléments actifs du menu dans la barre de navigation */
.main-menu ul.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: 0 0;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: 0 0;
}

/* Styles pour les sous-menus */
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all .3s ease 0s;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    visibility: hidden;
    width: 250px;
    z-index: -99;
    padding: 10px 0;
    border-radius: 3px;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}

/* Affichage des sous-menus au survol */
.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #3d5368;
    display: block;
    font-size: 14px;
    padding: 5px 20px;
}

.main-menu ul.nav li ul.sub-menu li a span {
    color: #1fc157;
}

/* Couleurs et styles pour les liens du header */
.header-right-link {
    float: right;
    width: 115px;
    padding: 30px 0;
    margin-left: 60px;
    text-align: right;
}

.slice-btn {
    display: inline-block;
    padding: 0 15px;
}

.slice-btn span {
    font-size: 20px;
    font-weight: 500;
    color: #3d5368;
    cursor: pointer;
    line-height: 28px;
}

.s-menu {
    padding: 10px 25px;
    border: 1px solid #1fc157;
    background: #1fc157;
    color: #fff;
    transition: .4s;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
}

.s-menu:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #1fc157;
    transition: .4s;
}

/* Styles pour l'en-tête fixe */
.header-area.stick .header-right-link {
    padding: 29px 0;
}

.logo a.black-logo {
    display: none;
}

.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 0 3px #ddd, -2px -2px 3px #ddd;
    background: #fff;
}

.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 17px 0;
}

.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 32px 15px;
    color: #151b2c;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #151b2c;
    display: block;
    padding: 5px 15px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
    color: #1fc157;
}

.header-area.stick .logo a.white-logo {
    display: none;
}

.header-area.stick .logo a.black-logo {
    display: block;
}

.header-area.stick .s-menu {
    border: 1px solid #1fc157;
    background: #1fc157;
    color: #fff;
    transition: .4s;
}

.header-area.stick .s-menu:hover {
    border: 1px solid #1fc157;
    background: #fff;
    color: #1fc157;
    transition: .4s;
}

/* Styles pour le menu mobile */
.mobile-menu-area {
    background: #fdfcfc none repeat scroll 0 0;
    padding: 10px 0;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #1fc157;
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    background: #fdfcfc none repeat scroll 0 0;
    color: #3d5368;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 90%;
}

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #3d5368;
    line-height: 17px;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}

/* Styles pour les zones de diaporama */
.slide-area {
    background: rgba(0,0,0,0) url(img/slider/h3.jpg) no-repeat scroll top center/cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

.slide-area::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(10,24,40,.8) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.slide-content {
    margin-top: 40px;
}

.slide-area .title2 {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 0;
    color: #fff;
    padding-bottom: 20px;
    max-width: 640px;
    font-weight: 600;
}

.slide-content p {
    font-size: 18px;
    color: #ddd;
    max-width: 460px;
}

/* Boutons de la diapositive */
.ready-btn {
    border: 1px solid #1fc157;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease 0s;
    z-index: 2;
    background: #1fc157;
    width: 160px;
    border-radius: 2px;
}

.ready-btn.right-btn {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #fff;
    color: #444;
}

.ready-btn.right-btn:hover {
    background: #1fc157;
    border: 1px solid #1fc157;
    color: #fff;
    transition: .4s;
}

.ready-btn.left-btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #1fc157;
    transition: .4s;
}

.slide-area .video-content {
    display: inline-block;
    margin-left: 0;
}

.slide-content .video-play.vid-zone i {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    background: #fff;
    color: #1fc157;
    margin-right: 10px;
    transition: .4s;
}

.slide-content .video-content a span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: .4s;
}

.slide-content .video-content a:hover i {
    background: #1fc157;
    color: #fff;
    transition: .4s;
}

.slide-content .video-content a:hover span {
    color: #1fc157;
    transition: .4s;
}

/* Styles pour la zone "Comment ça marche" */
.how-to-area {
    position: relative;
    padding: 100px 0 160px;
}

.services-list {
    padding-right: 80px;
}

.all-services {
    margin-bottom: 60px;
}

.well-services {
    text-align: center;
    z-index: 1;
    overflow: hidden;
    transition: .4s;
}

.big-icon {
    font-size: 60px;
    display: inline-block;
    line-height: 70px;
    color: #1fc157;
    position: relative;
    width: 90px;
    height: 90px;
    z-index: 1;
}

.big-icon::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: url(img/about/shape-bg.png);
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: .1;
}

.main-wel {
    padding: 20px 0 0;
}

.wel-content p {
    margin-bottom: 0;
}

.wel-content h4 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0 0 10px;
    font-weight: 600;
}

.wel-content h4 span {
    color: #1fc157;
    font-weight: 700;
    padding-right: 10px;
}

.well-services:hover .big-icon {
    transition: .4s;
    color: #1fc157;
}

.well-services.first-item,
.well-services.thired-item {
    position: relative;
    top: 60px;
}

/* Styles pour la section À propos */
.about-area {
    position: relative;
}

.support-services {
    background: #fff;
    position: relative;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    z-index: 1;
    padding: 40px;
    overflow: hidden;
    border-radius: 3px;
    transition: .4s;
    z-index: 1;
    margin-bottom: 30px;
}

.support-services::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(31,193,87,.96);
    transition: .4s;
    opacity: 0;
    z-index: -1;
}

.support-services::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/about/ab2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: .4s;
    opacity: 0;
    z-index: -1;
}

.support-images {
    float: left;
    font-size: 50px;
    color: #1fc157;
    line-height: 50px;
}

.support-content {
    padding-left: 70px;
}

.support-content h4 {
    font-size: 24px;
    text-transform: capitalize;
    color: #151b2c;
}

.support-content p {
    margin-bottom: 0;
}

/* Effets au survol des services de support */
.support-services:hover::before {
    transition: .4s;
    opacity: 1;
}

.support-services:hover::after {
    transition: .4s;
    opacity: 1;
}

.support-services:hover .support-images {
    transition: .4s;
    color: #fff;
}

.support-services:hover .support-content h4,
.support-services:hover .support-content p {
    color: #fff;
}

.ab-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px;
}

.left-ab-btn {
    padding: 10px 20px;
    border: 1px solid #1fc157;
    background: #1fc157;
    color: #fff;
    transition: .4s;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.left-ab-btn:hover {
    border: 1px solid #1fc157;
    background: #fff;
    color: #1fc157;
    transition: .4s;
}

.right-ab-btn {
    position: relative;
    color: #151b2c;
}

.right-ab-btn::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #151b2c;
    transition: .4s;
}

.right-ab-btn::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: #1fc157;
    opacity: 0;
    transition: .4s;
}

.right-ab-btn:hover {
    color: #1fc157;
    transition: .4s;
}

.right-ab-btn:hover::before {
    right: 0;
    transition: .4s;
}

.right-ab-btn:hover::after {
    width: 100%;
    opacity: 1;
    transition: .4s;
}

/* Styles pour les services uniques */
.single-service {
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    padding: 30px;
    border: 1px solid #ccc;
    position: relative;
}

.single-service {
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    padding: 30px;
    border: 1px solid #f9f9f9;
    position: relative;
    margin-bottom: 30px;
}

.single-service::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #1fc157;
}

.service-icon {
    font-size: 60px;
    display: inline-block;
    line-height: 66px;
    color: #1fc157;
}

.main-service {
    padding: 20px 0 0;
}

.service-content h4 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0 0 10px;
    font-weight: 400;
}

/* Styles pour la zone des fonctionnalités */
.feature-area {
    position: relative;
}

.feature-text {
    margin-top: 50px;
}

.feature-image {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.feature-text h3 {
    font-size: 40px;
    line-height: 46px;
}

.feature-text li {
    display: block;
    position: relative;
}

.feature-text ul li a {
    font-size: 15px;
    color: #888;
    padding: 6px 0 6px 35px;
    display: block;
}

.feature-text li::after {
    position: absolute;
    left: 0;
    top: 6px;
    content: "\e64c";
    font-family: themify;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #1fc157;
}

.feature-btn {
    padding: 10px 20px;
    border: 1px solid #1fc157;
    background: #1fc157;
    color: #fff;
    transition: .4s;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.feature-btn:hover {
    border: 1px solid #1fc157;
    background: #fff;
    color: #1fc157;
    transition: .4s;
}

.margin-row {
    margin-top: 60px;
}

/* Styles pour la zone de la marque */
.brand-area {
    background: rgba(0,0,0,0) url(img/background/bg1.jpg) no-repeat scroll top center/cover;
    position: relative;
    padding: 100px 0;
}

.brand-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,24,40,.9) none repeat scroll 0 0;
    content: "";
}

.brand-text {
    margin-bottom: 40px;
}

.brand-text h3 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    max-width: 760px;
    margin: 0 auto 30px;
}

.brand-content {
    margin-top: -100px;
    z-index: 99;
    background: #fff;
    text-align: center;
    padding: 30px 0 100px;
}

.hire-btn {
    background: #1fc157;
    border: 1px solid #1fc157;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 30px;
    padding: 14px 30px;
    transition: .4s;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 700;
}

.hire-btn:hover {
    background: 0 0;
    color: #1fc157;
}

/* Styles pour les éléments de marque */
.single-brand-item {
    float: left;
    width: 20%;
}

.single-brand-item a {
    display: block;
    margin: 15px;
}

/* Styles pour les fonctionnalités principales */
.core-feature {
    background: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    z-index: 1;
    padding: 40px 20px;
    overflow: hidden;
    border-radius: 3px;
    transition: .4s;
    z-index: 1;
    margin-bottom: 30px;
}

.core-feature::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/about/wl.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: .4s;
    opacity: 0;
    z-index: -1;
}

.core-feature::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(31,193,87,.96);
    transition: .4s;
    opacity: 0;
    z-index: -1;
}

.core-icon {
    font-size: 60px;
    display: inline-block;
    line-height: 66px;
    color: #1fc157;
}

.main-core {
    padding: 20px 0 0;
}

.core-content p {
    margin-bottom: 0;
}

.core-content h4 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0 0 10px;
    font-weight: 400;
}

/* Effets au survol des fonctionnalités */
.core-feature:hover .core-icon {
    transition: .4s;
    color: #fff;
}

.core-feature:hover::before {
    transition: .4s;
    opacity: 1;
}

.core-feature:hover::after {
    transition: .4s;
    opacity: 1;
}

.core-feature:hover .core-content h4,
.core-feature:hover .core-content p {
    color: #fff;
}

/* Styles pour la section de téléchargement */
.download-text {
    margin-top: 110px;
}

.download-text h3 {
    font-size: 40px;
    line-height: 46px;
}

.down-btn {
    margin-top: 30px;
    display: inline-block;
}

/* Styles pour les boutons d'application */
.app-btn {
    position: relative;
    padding: 15px 30px 15px 50px;
    width: 140px;
    background: #fff;
    color: #444;
    border: 1px solid #1fc157;
    font-size: 18px;
    transition: .4s;
    margin-right: 20px;
    font-weight: 700;
    border-radius: 2px;
}

.app-btn.left-btn::before {
    content: "\f04b";
}

.app-btn.right-btn::before {
    content: "\f179";
}

.app-btn::before {
    position: absolute;
    left: 20px;
    top: 15px;
    font-family: fontawesome;
    font-size: 18px;
    color: #1fc157;
    transition: .4s;
}

.app-btn.left-btn {
    background: #1fc157;
    color: #fff;
}

.app-btn.left-btn::before {
    color: #fff;
}

.app-btn.right-btn:hover {
    background: #1fc157;
    color: #fff;
    transition: .4s;
}

.app-btn.left-btn:hover {
    background: #fff;
    color: #1fc157;
    transition: .4s;
}

.app-btn.left-btn:hover::before {
    color: #1fc157;
}

.app-btn.right-btn:hover::before {
    color: #fff;
}

/* Styles pour la zone de bannière */
.banner-area {
    background: rgba(0,0,0,0) url(img/background/bg1.jpg) no-repeat scroll top center/cover;
    position: relative;
    z-index: 1;
}

.banner-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,24,40,.9) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.banner-btn {
    border: 1px solid #1fc157;
    display: inline-block;
    padding: 13px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    background: #1fc157;
    border-radius: 1px;
}

.banner-btn:hover {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
}

.banner-content h3 {
    color: #fff;
    font-size: 40px;
    max-width: 840px;
    line-height: 46px;
    font-weight: 600;
    margin: 0 auto 30px;
}

.banner-content {
    overflow: hidden;
    padding: 0 40px;
}

/* Styles pour le pied de page */
.footer-1 {
    background: #fff;
}

.footer-area {
    padding: 90px 0;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-head h4 {
    color: #444;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 500;
}

.subs-feilds {
    margin-top: 30px;
}

.suscribe-input {
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    width: 95%;
}

.suscribe-input input {
    color: #757b82;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 64%;
    float: left;
    background: #fff;
}

.suscribe-input button {
    background: #1fc157;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 5px;
    width: 36%;
    font-weight: 600;
    height: 46px;
    border: 1px solid #1fc157;
    transition: .4s;
}

.suscribe-input button:hover {
    color: #1fc157;
    background: #fff;
    transition: .4s;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    color: #888;
    display: block;
    font-size: 15px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 29px;
    border-radius: 3px;
}

.footer-tags li a:hover {
    color: #1fc157;
}

.footer-icons ul li a:hover {
    color: #fff;
    background: #1fc157;
    border: 1px solid #1fc157;
    transition: .4s;
}

.footer-tags {
    display: block;
    overflow: hidden;
}

.footer-tags li {
    float: left;
}

.footer-tags li a {
    color: #888;
    display: block;
    font-size: 15px;
    padding: 3px 5px;
}

.footer-icons {
    margin-top: 20px;
}

.footer-contacts p span {
    color: #1fc157;
    font-weight: 700;
}

.footer-list li a {
    color: #888;
    padding: 7px 0 7px 25px;
    display: block;
    position: relative;
    font-weight: 400;
}

.footer-list li a:first-child {
    padding-top: 0;
}

.footer-list li a::after {
    position: absolute;
    content: "";
    right: auto;
    font-family: themify;
    top: 1px;
    left: 0;
    font-size: 14px;
}

.footer-list li a:hover,
.footer-list li a:hover::after {
    color: #1fc157;
}

.footer-list li a:hover::after {
    color: #1fc157;
}

.footer-area-bottom {
    background: #f1f1f1;
    padding: 25px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #fff;
}

.copyright-text a {
    color: #1fc157;
}

.copyright>p {
    margin-bottom: 0;
    color: #888;
}

.copyright a {
    color: #1fc157;
}

/* Styles pour la zone de diaporama 2 */
.slide-area-2 {
    background: rgba(0,0,0,0) url(img/slider/h2.jpg) no-repeat scroll top center/cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

.slide-area-2 .slide-text-inner {
    margin-top: 40px;
}

.slide-area-2 .slide-content {
    margin-top: 80px;
}

.money-send {
    margin: 50px 30px 0 90px;
    position: relative;
    z-index: 1;
}

.money-send::before {
    position: absolute;
    left: 30px;
    top: -30px;
    width: 100%;
    height: 100%;
    content: "";
    background: #ccc;
    opacity: .5;
    z-index: -1;
    border-radius: 3px;
}

.calculator-inner {
    padding: 30px;
    background: #fff;
    border-radius: 3px;
}

.calculator-inner .form-input {
    border: 1px solid #f1f1f1;
    background: #fff;
    height: 52px;
    border-radius: 0;
    padding: 5px 15px;
    width: 74%;
    margin-bottom: 20px;
    border-right: 0 solid #f1f1f1;
}

.calculator-inner form {
    display: block;
}

.inner-form-text {
    text-align: left;
}

.rate-text span {
    font-size: 14px;
    margin: 0 6px;
    color: #666;
    text-transform: capitalize;
}

.rate-text span strong {
    color: #151b2c;
    font-weight: 800;
    padding-right: 5px;
}

.money-send .calculator-inner .nice-select {
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    border-radius: 0 2px 2px 0;
    height: 52px;
    padding: 0 35px 0 24px;
    line-height: 54px;
    font-size: 17px;
    font-weight: 700;
    float: right;
}

.money-send .calculator-inner .nice-select:after {
    border-bottom: 2px solid #888;
    border-right: 2px solid #888;
    content: '';
    display: block;
    height: 8px;
    margin-top: -5px;
    right: 15px;
    width: 8px;
}

.money-send .calculator-inner .nice-select .list {
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    background-color: #fff;
    width: 100%;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.money-send .calculator-inner .nice-select .current {
    color: #888;
}

button.cale-btn {
    width: 100%;
    color: #fff;
    border: 1px solid #1fc157;
    padding: 10px;
    font-size: 18px;
    background: #1fc157;
    margin-top: 20px;
    font-weight: 600;
    transition: .4s;
}

button.cale-btn:hover {
    background: #fff;
    color: #1fc157;
    transition: .4s;
}

.terms-text {
    margin-top: 20px;
    text-align: center;
}

.terms-text a {
    color: #1fc157;
}

.terms-text p {
    font-size: 14px;
    margin-bottom: 0;
}

.inner-form label {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #444;
    text-transform: capitalize;
}

/* Styles pour la zone des avis */
.reviews-area {
    position: relative;
}

.testimonial-inner {
    padding: 0 50px 0 0;
}

.review-head h3 {
    font-size: 34px;
    line-height: 40px;
}

.review-head p {
    font-size: 17px;
}

.reviews-btn {
    border: 1px solid #1fc157;
    background: #1fc157;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all .4s ease 0s;
    border-radius: 2px;
}

.reviews-btn:hover {
    border: 1px solid #1fc157;
    background: #fff;
    color: #1fc157;
}

.single-testi {
    margin: 0 0 50px;
}

.testi-text {
    position: relative;
}

.testi-text::after {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 30px;
    position: absolute;
    left: 30px;
    top: 30px;
    color: #3d5368;
    z-index: 1;
    opacity: .7;
}

.clients-text {
    padding: 40px 50px 40px 70px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    border-radius: 4px;
}

.reviews-content .clients-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.testi-img {
    position: relative;
    margin-top: 50px;
}

.testi-img img {
    width: 100%;
    display: inline-block!important;
    max-width: 80px;
    height: auto;
    border-radius: 50px;
    margin-right: 20px;
}

.reviews-content .active.center .testi-img img {
    border: 2px solid #1fc157;
}

.guest-details {
    display: inline-block;
    text-align: left;
    top: 15px;
    position: relative;
}

.reviews-content {
    margin-bottom: 5px;
}

.testi-text h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
}

.testi-text p {
    margin-bottom: 0;
}

.client-rating {
    margin-bottom: 10px;
}

.testi-text span a {
    color: #1fc157;
}

.testi-text h5 {
    color: #2a354e;
    font-size: 20px;
}

client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0 5px 0 0;
}

/* Styles pour le carrousel de témoignages */
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
    background: #2a354e none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -10px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #1fc157;
    width: 30px;
    border-radius: 3px;
}

/* Styles pour le contenu des articles de blog */
.blog-content {
    padding: 30px 20px 40px 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    border-radius: 4px;
}

.blog-content a h4 {
    font-size: 22px;
    color: #3d5368;
    line-height: 30px;
    transition: .4s;
}

.admin-type img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #1fc157;
    margin-right: 10px;
}

.admin-type i,
.comments-type i,
.date-type i {
    color: #1fc157;
    margin-right: 5px;
}

.blog-content p {
    line-height: 28px;
    transition: .4s;
}

.blog-content a h4:hover {
    color: #1fc157;
    transition: .4s;
}

.blog-meta span {
    color: #6c6d6d;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
}

.single-blog {
    position: relative;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    margin-bottom: 30px;
}

.blog-1 .blog-meta {
    position: relative;
}

.blog-meta {
    margin-bottom: 15px;
}

.blog-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: all .4s ease 0s;
    border: 1px solid #1fc157;
    background: #1fc157;
    padding: 7px 24px;
    margin-top: 10px;
    border-radius: 3px;
}

.blog-btn:hover {
    background: #fff;
    color: #1fc157;
    border: 1px solid #1fc157;
    transition: all .4s ease 0s;
}

/* Styles pour la zone de la page */
.page-area {
    position: relative;
    z-index: 1;
}

.page-area {
    background: url(img/background/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-area::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,24,40,.85) none repeat scroll 0 0;
    z-index: -1;
}

/* Styles pour le fil d'Ariane */
.breadcrumb .section-headline {
    text-align: center;
    padding-bottom: 10px;
}

.page-area .section-headline::after {
    display: none;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 200px 0 140px;
}

.breadcrumb h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    margin-bottom: 0;
}

.breadcrumb .section-headline {
    text-align: center;
}

.breadcrumb ul li {
    display: inline-block;
    color: #f5f5f5;
    padding: 0 10px 0 20px;
    position: relative;
    font-size: 16px;
}

/* Styles pour le contenu principal des pages */
.project-page-area .single-awesome-project {
    margin-bottom: 30px;
}

.pages-blog .blog-content a h4 {
    margin-bottom: 15px;
}

.overview-text h3 {
    font-size: 36px;
    line-height: 44px;
}

.overview-content {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.overview-content::after {
    position: absolute;
    right: -230px;
    top: 20px;
    width: 470px;
    height: 100%;
    content: "";
    background: rgba(31,193,87,.85) none repeat scroll 0 0;
    transform: rotate(45deg);
}

.overview-content .video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -50px;
    text-align: center;
    z-index: 9;
}

.overview-content .video-play.vid-zone {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 80px;
    width: 80px;
    overflow: hidden;
    transition: .4s;
    border: 1px solid #fff;
}

.overview-content .video-play.vid-zone i {
    color: #1fc157;
    font-size: 28px;
    line-height: 78px;
}

.overview-content .video-play.vid-zone:hover {
    background: #fff;
}

/* Styles pour la zone des compteurs */
.counter-area {
    position: relative;
    overflow: hidden;
}

.counter-inner {
    background: #f5f5f5;
    padding: 100px 30px 100px 70px;
}

.fun-title h3 {
    color: #f5f5f5;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
    font-weight: 600;
}

.fun-title {
    position: relative;
    background: #1fc157 none repeat scroll 0 0;
    padding: 127px 0 127px 100px;
    z-index: 1;
    margin-right: 125px;
    min-height: 350px;
}

.fun-title:after {
    content: '';
    position: absolute;
    width: 441px;
    height: 100%;
    background: #1fc157 none repeat scroll 0 0;
    top: 76px;
    right: -160px;
    z-index: -1;
    transform: rotate(64deg);
}

.fun-content {
    display: block;
    padding: 100px 0 100px 0;
    overflow: hidden;
}

.fun_text i {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 30px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 76px;
    border: 2px solid #1fc157;
    background: #1fc157;
    border-radius: 3px;
}

.fun_text {
    width: 50%;
    float: left;
    text-align: center;
}

.fun_text span {
    color: #444;
    display: block;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 40px;
}

.fun_text>h5 {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 20px;
}

/* Styles pour l'équipe */
.team-hover li {
    display: inline-block;
    margin: 0 1px;
}

.team-hover li a {
    color: #888;
    border: 1px solid #888;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
}

.team-hover li a:hover {
    color: #fff;
    background: #1fc157;
    border: 1px solid #1fc157;
}

.team-hover {
    padding: 15px 0 0;
    text-align: center;
    transition: all .4s ease 0s;
}

.single-member {
    margin-bottom: 30px;
}

.single-member .team-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.single-member .team-img a {
    display: block;
}

.team-content {
    padding: 10px 10px 0;
    text-align: center;
}

.team-content h4 a {
    color: #444;
}

.team-content p {
    margin-bottom: 0;
}

.team-content h4 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 700;
}

/* Styles pour la zone FAQ */
.faq-area {
    position: relative;
}

.company-faq {
    display: block;
    overflow: hidden;
}

.left-faq {
    display: block;
    overflow: hidden;
    padding-right: 40px;
}

.right-faq {
    display: block;
    overflow: hidden;
    padding-left: 40px;
}

.single-faq .number {
    color: #1fc157;
    font-weight: 600;
    padding-right: 10px;
    float: left;
}

.single-faq h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-faq p {
    padding-left: 40px;
    margin-bottom: 0;
}

span.q-text {
    padding-left: 40px;
    display: inherit;
    font-size: 20px;
    font-weight: 600;
}

.single-faq {
    margin-bottom: 30px;
}

/* Styles pour la zone de tarification */
.pricing-area {
    position: relative;
}

.title-icon {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    display: inline-block;
    border: 1px solid #1fc157;
    color: #1fc157;
    border-radius: 3px;
    margin-bottom: 20px;
}

.table-list {
    transition: all .4s ease 0s;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding: 40px 50px;
    margin-bottom: 30px;
}

.top-price-inner {
    margin-bottom: 30px;
    z-index: 1;
    transition: all .4s ease 0s;
}

.top-price-inner h4 {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    width: 100%;
}

.base {
    position: absolute;
    right: -37px;
    top: 33px;
    background: #1fc157;
    width: 180px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #fff;
    transform: rotate(45deg);
}

span.users {
    color: #1fc157;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

span.dolar {
    font-size: 24px;
    margin-right: 5px;
    position: relative;
    top: -17px;
    color: #6a7d91;
}

.prices {
    font-size: 40px;
    font-weight: 600;
    color: #151b2c;
    padding-right: 30px;
}

/* Effets au survol des listes de prix */
.table-list:hover {
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    transition: all .4s ease 0s;
}

.table-list ol li {
    color: #6a7d91;
    padding: 8px 0;
    position: relative;
}

.table-list li.check.cross {
    position: relative;
}

.price-btn {
    margin-top: 30px;
}

.price-btn a {
    color: #151b2c;
    text-transform: uppercase;
    transition: all .4s ease 0s;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 34px;
    background: #ccc;
    border: 1px solid #ccc;
    display: inline-block;
}

/* Effets au survol des boutons de prix */
.price-btn a:hover {
    background: #1fc157;
    color: #fff;
    border: 1px solid #1fc157;
    transition: all .4s ease 0s;
}

.table-list ol {
    margin-top: 10px;
}

.table-list li.check::before {
    content: "\e64c";
    font-family: themify;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 9px;
    color: #1fc157;
    font-weight: 300;
}

.table-list li.check.cross::before {
    content: "\e646";
    font-family: themify;
    color: #ff5b5b;
}

/* Styles pour la page de connexion */
.login-page {
    display: block;
    overflow: hidden;
    border: 1px solid #f9f9f9;
}

.login-area .slide-1 {
    background: #fff;
    height: 100vh;
}

.login-form {
    background: #fff;
    padding: 40px;
    overflow: hidden;
}

.login-image {
    width: 50%;
    float: left;
}

.log-inner img,
.login-image {
    height: 100%;
    max-height: 535px;
    object-fit: cover;
}

.login-area form#contactForm {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

.login-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-height: 36px;
    margin-bottom: 20px;
}

.login-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Styles pour les boutons de la diapositive de connexion */
.slide-btn.login-btn {
    border: 1px solid #f5f5f5;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    padding: 10px 40px;
    text-transform: uppercase;
    transition: all .4s ease 0s;
    border-radius: 0;
    background: #f5f5f5;
    color: #151b2c;
    font-size: 16px;
    text-align: left;
}

.slide-btn.login-btn:hover {
    border: 1px solid #1fc157;
    background: #1fc157;
    color: #fff;
    transition: all .4s ease 0s;
}

/* Styles pour les groupes de cases à cocher */
.flex-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.check-group {
    position: relative;
    margin: 0 0 20px;
}

.check-box {
    color: #151b2c;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
    outline: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
}

.check-box-input {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 25px;
    height: 26px;
    margin: 0!important;
    padding: 0!important;
}

.remember-text {
    color: #151b2c;
    font-weight: 300;
    font-size: 12px;
    left: 25px;
    position: absolute;
    top: 2px;
}

.text-muted {
    font-size: 12px;
    float: right;
    margin-top: 2px;
}

.separetor {
    margin-top: 10px;
}

.separetor span {
    background: #fff;
    position: relative;
    top: 10px;
    padding: 10px 0 0;
}

.sign-icon {
    display: block;
    overflow: hidden;
    margin-top: 30px;
    text-align: left;
}

.sign-icon ul li {
    display: inline-block;
    margin: 0 5px;
}

.sign-icon ul li a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 30px 0 0;
    font-weight: 600;
}

.sign-icon ul li a.facebook {
    color: #3b5998;
}

.sign-icon ul li a.twitter {
    color: #00aced;
}

.sign-icon ul li a.google {
    color: #c32f10;
}

.acc-not {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
}

/* Styles pour la page d'inscription */
.signup-form .check-group {
    position: relative;
    margin: 0 0 20px;
}

.signup-page .log-inner img,
.signup-page .login-image {
    height: 100%;
    max-height: 588px;
    object-fit: cover;
}

/* Styles pour la zone de blog */
.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}

.blog-page-area .blog-content {
    padding: 10px 15px 20px;
}

.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 56px;
    background: 0 0;
}

.blog-search-option {
    margin-bottom: 30px;
    display: block;
    background: #fff;
    border: 1px solid #1fc157;
    border-radius: 3px;
}

.blog-search-option button {
    background: 0 0;
    border: none;
}

.blog-search-option button i {
    line-height: 16px;
    font-size: 18px;
    padding: 0 10px;
}

.blog-search-option button i:hover {
    color: #1fc157;
}

.left-blog h4 {
    position: relative;
    color: #3d5368;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 15px 0;
    text-transform: capitalize;
}

.left-blog h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background: #1fc157;
}

.blog-left-content .blog-content::after {
    display: none;
}

.left-side {
    padding-right: 40px;
}

.right-side {
    padding-left: 40px;
}

.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}

.blog-category li,
.left-blog li {
    display: block;
    position: relative;
}

.left-blog ul li a {
    color: #3d5368;
    display: inline-block;
    font-size: 15px;
    padding: 7px 0 7px 25px;
    text-transform: capitalize;
}

.blog-category ul {
    margin-top: 12px;
}

.left-blog ul li span {
    display: inline-block;
    border: 1px solid #1fc157;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    background: #1fc157;
}

.pst-content .date-type {
    font-size: 14px;
}

.blog-category ul li:after {
    position: absolute;
    content: "\e649";
    right: 5px;
    top: 8px;
    font-family: themify;
    color: #3d5368;
    font-size: 14px;
}

.popular-tag.left-blog ul li a:before {
    display: none;
}

.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0;
}

.recent-single-post:last-child {
    border-bottom: none;
}

.post-img {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.left-blog .post-img a {
    display: block;
    border: 1px solid #fafafa;
}

.left-blog .post-img a img {
    border-radius: 4px;
}

.pst-content {
    padding-left: 100px;
}

.pst-content p {
    margin-bottom: 0;
}

.left-blog ul li a:hover,
.pst-content p a:hover {
    color: #1fc157;
}

.blog-page-area .blog-content {
    background: #f9f9f9;
}

.pst-content p a {
    color: #3d5368;
    font-size: 15px;
}

.blog-tags {
    padding: 1px 0;
}

.recent-single-post img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 2px;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 3px;
}

.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #3d5368;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
}

.left-tags .left-side-tags ul li a:hover {
    color: #fff;
    background: #1fc157;
}

.left-side-tags h4 {
    margin-bottom: 15px;
}

.blog-side-area .blog-right-column {
    margin-top: -30px;
}

/* Styles pour la pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0;
    border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #3d5368;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 2px;
}

.pagination>li {
    display: inline-block;
    margin: 0 3px 0 0;
}

/* Styles pour les éléments actifs de la pagination */
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #1fc157;
    cursor: default;
    border-radius: 2px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #1fc157;
    border-color: #1fc157;
    border-radius: 2px;
}

/* Styles pour les images publicitaires */
.adver-img {
    margin-top: 20px;
}

/* Styles pour la section des commentaires */
.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    color: #3d5368;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
}

.comments-list-img img {
    border-radius: 3px;
    border: 1px solid #ddd;
}

.comments-content-wrap {
    color: #3d5368;
    font-size: 14px;
    margin: 0 0 15px 90px;
    padding: 10px;
    position: relative;
}

blockquote {
    padding: 20px 40px 40px 80px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
    background: #f5f5f5;
}

blockquote::before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
    color: #3d5368;
}

blockquote p {
    font-size: 16px!important;
    line-height: 28px;
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.comments-content-wrap span b {
    margin-right: 5px;
}

span.post-time {
    margin-right: 5px;
}

.comments-content-wrap p {
    color: #3d5368;
    margin-top: 10px;
}

.threaded-comments {
    margin-left: 50px;
}

.comment-respond {
    margin-top: 20px;
}

span.email-notes {
    color: #3d5368;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #3d5368;
    margin-bottom: 5px;
}

.comment-respond input[type=email],
.comment-respond input[type=text] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
    background: 0 0;
}

.comment-respond textarea#message-box {
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 200px;
    width: 100%;
    background: 0 0;
}

.comments-content-wrap span a {
    color: #1fc157;
}

.comments-content-wrap span a:hover {
    color: #1fc157;
}

.comment-respond .add-btn.contact-btn {
    background: #1fc157;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: .4s;
    border-radius: 2px;
    width: auto!important;
    margin-top: 20px;
    border: 1px solid #1fc157;
    text-transform: capitalize;
    font-weight: 600;
}

.comment-respond .add-btn.contact-btn:hover {
    background: #fff;
    color: #1fc157;
    border: 1px solid #1fc157;
}

/* Styles pour les détails du blog */
.blog-details .left-blog-page {
    margin-top: 0;
    margin-bottom: 30px;
}

.related-post,
.single-post-comments {
    margin-top: 30px;
}

.left-head-blog .pst-content p {
    margin-bottom: 5px;
}

.blog-details .blog-content h4 {
    font-size: 22px;
    line-height: 34px;
    margin-top: 10px;
}

.blog-details .blog-content h5 {
    font-size: 20px;
}

.blog-details .blog-content {
    border: 1px solid #f5f5f5;
    padding: 30px 30px 15px;
}

.blog-details .blog-images img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}

.blog-details .img-blog {
    margin: 30px 0;
    width: 100%;
    height: 100%;
    max-height: 350px;
    overflow: hidden;
}

.related-post-list .recent-single-post {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}

.related-post-list .recent-single-post:last-child {
    padding: 0 0 0 20px;
}

/* Styles pour la zone de contact */
.contact-area {
    height: auto;
    width: 100%;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-content-right {
    padding: 100px;
}

.contact-form input[type=email],
.contact-form input[type=text] {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 46px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea#message {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid #ccc;
          border-radius: 0;
    color: #3d5368;
    height: 140px;
    padding: 20px;
    width: 100%;
}

.contact-form button[type=submit] {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid #1fc157;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 16px;
    padding: 13px 24px;
    border-radius: 2px;
    transition: all .3s ease 0s;
    background: #1fc157;
}

.contact-form button[type=submit]:hover {
    color: #1fc157;
    border: 1px solid #1fc157;
    background: #fff;
    transition: all .3s ease 0s;
}

.single-icon i {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 20px;
    color: #1fc157;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.contact-icon {
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    padding: 30px 30px 30px;
    position: relative;
    z-index: 1;
}

.contact-icon::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 2px;
    background: #1fc157;
    right: 0;
    margin: auto;
}

.last-item {
    margin-bottom: 0;
}

/* Animations */
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes popcircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    99% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
    }
}

@keyframes popcircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    99% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0,0) rotate(0);
        transform: translate(0,0) rotate(0);
    }
    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg);
        transform: translate(73px,-1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg);
        transform: translate(141px,72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg);
        transform: translate(83px,122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg);
        transform: translate(-40px,72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0,0) rotate(0);
        transform: translate(0,0) rotate(0);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0,0) rotate(0);
        transform: translate(0,0) rotate(0);
    }
    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg);
        transform: translate(73px,-1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg);
        transform: translate(141px,72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg);
        transform: translate(83px,122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg);
        transform: translate(-40px,72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0,0) rotate(0);
        transform: translate(0,0) rotate(0);
    }
}

#top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 23px;
}

.item-checked::before {
    content: "\e64c";
    font-family: themify;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 9px;
    color: #1fc157;
    font-weight: 300;
}

.feature-checked::after {
    position: absolute;
    left: 0;
    top: 6px;
    content: "\e64c";
    font-family: themify;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #1fc157;
}

/* Importation de la police Pacifico et des icônes Themify */
@font-face {
    font-family: Pacifico;
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://www.greenpayci.com/fonts/themify.woff) format('woff2'), url(https://www.greenpayci.com/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(https://www.greenpayci.com/fonts/Flaticon.woff) format('woff2');
    font-display: swap;
}

/* POPUP GREENPAY MODERNE */
.popup-modern {
    border-radius: 18px !important;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border: none;
    position: relative;
    text-align: center;
}

.popup-img {
    width: 70%;
    max-width: 180px;
    margin-bottom: 20px;
}

.popup-title {
    font-size: 24px;
    font-weight: 700;
    color: #0A1F44;
    margin-bottom: 15px;
}

.popup-btn {
    display: inline-block;
    background: #1fc157; /* Ta couleur principale GreenPay */
    color: #fff !important;
    padding: 12px 26px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.popup-btn:hover {
    background: #17a64b;
    transform: translateY(-2px);
}

.popup-close {
    position: absolute;
    top: 12px;
    right: 18px;
    color: #333 !important;
    font-size: 28px;
    opacity: 0.8;
    cursor: pointer;
}

.popup-close:hover {
    opacity: 1;
}

.popup-timer {
    display: block;
    margin-top: 12px;
    color: #555;
    font-size: 15px;
}

#demo {
    display: none; /* cache le timer */
}

/* ======= POPUP MODAL ======= */
#myPopup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

#myPopup .popup-content {
    background: #fff;
    padding: 25px;
    width: 400px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    animation: fadeIn 0.4s ease-out;
}

#myPopup .close-btn {
    margin-top: 15px;
    padding: 8px 20px;
    border: none;
    background: #1fc157;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

#myPopup .close-btn:hover {
    background: #0ea345;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.8); }
    to   { opacity: 1; transform: scale(1); }
}

/* Add this to your custom.css or style.css */

/* The Box Container */
.terne-box-modern {
    background-color: #ffffff;
    border-radius: 16px;
    /* Strong shadow to make it pop */
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    padding: 40px 30px;
    width: 100%;
    max-width: 350px; /* Controls the width of the box */
    text-align: center;
    position: relative;
    background-clip: padding-box;
}

/* Logo Styling */
.terne-logo-img {
    max-width: 140px;
    margin: 0 auto 20px auto;
    display: block;
}

/* Title Styling */
.terne-box-heading {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Text Styling */
.terne-box-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* Green Button Styling */
.terne-btn-action {
    display: block;
    width: 100%;
    background-color: #1fc157; /* Your Green */
    color: #ffffff !important; /* Force white text */
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(31, 193, 87, 0.3);
}

.terne-btn-action:hover {
    background-color: #17a64b; /* Darker green on hover */
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(31, 193, 87, 0.4);
}

/* Styles pour la colonne droite du pop-up */
.right-column {
    display: flex;
    flex-direction: column;
    justify-content: center; /* centre verticalement */
    align-items: flex-end;   /* alignement à droite */
    text-align: right;       /* texte à droite */
    padding: 20px;
    background-color: #ffffff; /* fond blanc */
    border-radius: 12px;
    color: #333333;           /* texte sombre pour contraste sur blanc */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* légère ombre comme le pop-up */
    opacity: 0;                /* départ invisible pour animation */
    transform: translateX(50px); /* départ décalé à droite */
    transition: all 0.8s ease-in-out;
}

/* Images dans la colonne droite */
.right-column .popup-img {
    max-width: 150px;
    margin-bottom: 15px;
}

/* Titres et boutons héritent des classes pop-up */
.right-column .popup-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #333333; /* texte sombre */
}

/* Bouton vert comme le pop-up */
.right-column .popup-btn {
    background-color: #00b74a;
    color: white;
    border-radius: 6px;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.3s;
}

.right-column .popup-btn:hover {
    background-color: #00a63f;
    color: white;
}

/* Classe pour déclencher l'animation */
.right-column.animate-popup {
    opacity: 1;
    transform: translateX(0);
}






/* Responsive : centrage sur petit écran */
@media (max-width: 767px) {
    .right-column {
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }
}

.right-column {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 280px;
    padding: 20px 25px;
    background-color: #ffffff;
    border-radius: 12px;
    color: #333333;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 0.8s ease-in-out;
}

.right-column.animate-popup {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.right-column .popup-img {
    max-width: 140px;
    margin-bottom: 15px;
}

.right-column .popup-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333333;
}

.right-column .popup-btn {
    background-color: #00b74a;
    color: #fff;
    border-radius: 6px;
    padding: 12px 24px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.right-column .popup-btn:hover {
    background-color: #00a63f;
    color: #fff;
    text-decoration: none;
}


@media(max-width: 768px) {
    .fixed-box-static {
        position: static; /* la box redevient normale */
        width: 100%;
        max-width: 100%;
        margin: 20px auto 0;
        padding: 0;
        overflow: visible; /* s'assure que rien ne soit caché */
    }

    .fixed-box-static .box-content {
        padding: 15px;
        box-sizing: border-box; /* pour que padding ne dépasse pas */
    }

    .fixed-box-static .box-image {
        width: 100%; /* s'adapte à la largeur de la box */
        max-width: 120px; /* limite la taille max pour ne pas être trop grande */
        height: auto; /* garde les proportions */
        display: block;
        margin: 0 auto 10px;
    }

    .fixed-box-static h3 {
        font-size: 16px;
        line-height: 20px;
        text-align: center; /* centré si besoin */
    }

    .fixed-box-static h4 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .fixed-box-static .box-button {
        display: block;
        width: fit-content;
        margin: 10px auto 0;
        padding: 8px 18px;
        font-size: 14px;
    }
}

/* Ajout de styles pour rendre le site responsive */
@media (max-width: 768px) {
    body {
        font-size: 14px;
        line-height: 22px;
    }

    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .popup-modern {
        width: 90%;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 12px;
        line-height: 20px;
    }

    h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .popup-modern {
        width: 100%;
        padding: 15px;
    }
}

/* Le contrôle d'affichage du popup est géré côté serveur/JS ;
   pas de règle CSS globale pour masquer `.popup-modern`. */

