@charset "UTF-8"; body { padding: 0; margin: 0; font-size: 16px; background: #ececec; font-family: "Poppins"!important, sans-serif; } /***************************** ********************** HEADER *****************************/ #container-header { background: url("../img/background/header-bg.jpg") no-repeat; background-size: cover; } #container-header .row:first-child { border-bottom: #c9c9c9 2px solid; background: #6ab04c; } #container-header .header-information, #container-header .section-title a { color: #fff; font-size: 13px; font-weight: 500; text-transform: uppercase; font-family: "Poppins", sans-serif; white-space: nowrap; transition: 0.3s; } #container-header .section-title a { text-decoration: none; } #container-header .section-user i { color: #6ab04c; font-size: 36px; font-weight: bolder; } #container-comparaison .comparaison-titre { text-align: center; text-transform: uppercase; font-weight: 700 } #row #header { padding-bottom: 25px; } #container-comparaison .comparaison-map { max-width: 600px; } #container-comparaison #canvasMap { height: 320px; position: absolute; width: 320px; z-index: 50; } #container-comparaison #legende { font-size: 14px; color: #198754; font-weight: bold; z-index: 100; margin-bottom: 30px; background-color: #FFFFFF; position: absolute; font-family: Poppins, Arial, Helvetica, sans-serif; padding: 4px; } /******************************** *************************** BODY ********************************/ .button-addon2 #btn #btn-lg #btn-outline-secondary #btnOne { border: 0; line-height: 100%; text-align: center; text-transform: uppercase; font-weight: 700; color: white; background-color: #6AB04C; } .titreCo { color: #444444; font-size: 24px; font-weight: 600; text-transform: uppercase; font-family: "Poppins", sans-serif; white-space: nowrap; transition: 0.3s; } #resultat-prix { color: #6ab04c; font-size: 30px; font-weight: 600; text-transform: uppercase; font-family: "Poppins", sans-serif; white-space: nowrap; transition: 0.3s; } .form-group { background-color: rgba(255,255,255, 0.8); border: 2px solid grey; border-radius: 15px; margin-top: 15px; padding: 5px 15px; } .input-group-addon{ background-color: #6AB04C; color: white; text-align: center; padding: 8px 5px!important; margin: 0!important; } .form-check-input { height: 25px; width: 25px; } .form-check-label { display: block!important; } /******************************** *************************** FOOTER ********************************/ #container-footer { border-top: #6ab04c 6px solid; background: url("../img/background/footer-bg.jpg") no-repeat fixed; background-size: cover; color: white; } #container-footer .row { background-color: rgba(31, 22, 19, .7); } #container-footer .footer-presentation { text-align: justify; text-justify: inter-word; } #container-footer ul { list-style: none; } #container-footer ul h2, #container-footer .footer-presentation img { padding: 70px 0 20px 0; } #container-footer ul h2 { border-bottom: rgba(255, 255, 255, 0.5) 1px solid; color: #6ab04c; font-size: 18px; font-style: none; text-transform: uppercase; } #container-footer a { color: white; text-decoration: none; } #container-footer a:hover { color: rgba(255, 255, 255, 0.5); text-decoration: none; } /***************************** ********************** ERROR PAGES *****************************/ #container-error { min-height: 400px; } .error_img { height: 250px; left: 42%; opacity: 0.2; position: absolute; } #notfound { position: relative; height: 60vh; } #notfound .notfound { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .notfound { max-width: 560px; width: 100%; padding-left: 160px; line-height: 1.1; } .notfound .notfound-404 { position: absolute; left: 0; top: 0; display: inline-block; width: 140px; height: 140px; background-image: url('https://s3.eu-central-1.amazonaws.com/biagri-public/images/404.png'); background-size: cover; } .notfound .notfound-404:before { content: ''; position: absolute; width: 100%; height: 100%; -webkit-transform: scale(2.4); -ms-transform: scale(2.4); transform: scale(2.4); border-radius: 50%; background-color: #f2f5f8; z-index: -1; } .notfound h1 { font-family: 'Poppins', sans-serif; font-size: 65px; font-weight: 700; margin-top: 0px; margin-bottom: 10px; color: #151723; text-transform: uppercase; } .notfound h2 { font-family: 'Poppins', sans-serif; font-size: 25px; font-weight: 600; margin: 0; text-transform: uppercase; color: #6ab04c; } .notfound p { font-family: 'Poppins', sans-serif; color: #999fa5; font-weight: 400; } .notfound a { font-family: 'Poppins', sans-serif; display: inline-block; font-weight: 700; border-radius: 40px; text-decoration: none; color: #f9fafb; background: #6ab04c; padding: 10px; } @media only screen and (max-width: 767px) { .notfound .notfound-404 { width: 110px; height: 110px; } .notfound { padding-left: 15px; padding-right: 15px; padding-top: 110px; } } /* THEME solutionazotee.fr */ #loading { display: none; position:fixed; width: 100%; height: 100%; background: rgba(255,255,255,0.5) url('../img/icons/loader.gif') no-repeat center center; z-index: 9999; top: 0; right:0; } /*-------------------------------------------------------------- # General --------------------------------------------------------------*/ body { font-family: "Open Sans", sans-serif; color: #444444; } a { color: #6AB04C; text-decoration: none; } a:hover { color: #00cc95; text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; } h3 {font-family: "Poppins", sans-serif; text-transform: uppercase; font-size: 15px; font-weight: bold;} /*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/ .back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 996; background: #6AB04C; width: 40px; height: 40px; border-radius: 50px; transition: all 0.4s; } .back-to-top i { font-size: 28px; color: #fff; line-height: 0; } .back-to-top:hover { background: #00c28e; color: #fff; } .back-to-top.active { visibility: visible; opacity: 1; } /*-------------------------------------------------------------- # Disable AOS delay on mobile --------------------------------------------------------------*/ @media screen and (max-width: 768px) { [data-aos-delay] { transition-delay: 0 !important; } } /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ #header { transition: all 0.5s; z-index: 997; transition: all 0.5s; top: 20px; } #header .header-container { background: #fff; border-radius: 50px; } #header.header-scrolled { background: #fff; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); top: 0; } #header .logo { overflow: hidden; padding: 15px 30px 15px 30px; background: #6AB04C; border-radius: 50px; } #header .logo h1 { font-size: 26px; padding: 0; line-height: 1; font-weight: 700; font-family: "Poppins", sans-serif; } #header .logo h1 a, #header .logo h1 a:hover { color: #fff; text-decoration: none; } #header .logo img { padding: 0; margin: 0; max-height: 45px; } @media ( max-width : 992px) { #header { box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); top: 0; background: #6AB04C; } #header.header-scrolled, #header .header-container { background: #6AB04C; } #header .logo { padding-left: 0; } #header .logo h1 { font-size: 24px; } } /*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/ /** * Desktop Navigation */ .navbar { padding: 0; } .navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; } .navbar li { position: relative; } .navbar a, .navbar a:focus { display: flex; align-items: center; justify-content: space-between; /* padding: 10px 0 10px 30px;*/ color: #36343a; transition: 0.3s; font-size: 15px; font-weight: bold; text-transform: uppercase; font-family: "Poppins", sans-serif; white-space: nowrap; transition: 0.3s; } .navbar a i, .navbar a:focus i { font-size: 16px; line-height: 0; margin-right: 5px; } .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a { color: #6AB04C; } .navbar .getstarted { background: #6AB04C; border-radius: 50px; color: #fff; padding: 15px!important; } .navbar .getstarted:hover { color: #fff; background: #198754; } .navbar .dropdown ul { display: block; position: absolute; left: 14px; top: calc(100% + 30px); margin: 0; padding: 10px 0; z-index: 99; opacity: 0; visibility: hidden; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); transition: 0.3s; } .navbar .dropdown ul li { min-width: 200px; } .navbar .dropdown ul a { padding: 10px 20px; text-transform: none; font-weight: 500; } .navbar .dropdown ul a i { font-size: 12px; } .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a { color: #6AB04C; } .navbar .dropdown:hover>ul { opacity: 1; top: 100%; visibility: visible; } .navbar .dropdown .dropdown ul { top: 0; left: calc(100% - 30px); visibility: hidden; } .navbar .dropdown .dropdown:hover>ul { opacity: 1; top: 0; left: 100%; visibility: visible; } @media ( max-width : 1366px) { .navbar .dropdown .dropdown ul { left: -90%; } .navbar .dropdown .dropdown:hover>ul { left: -100%; } } /** * Mobile Navigation */ .mobile-nav-toggle { color: #fff; font-size: 28px; cursor: pointer; display: none; line-height: 0; transition: 0.5s; } @media ( max-width : 991px) { .mobile-nav-toggle { display: block; } .navbar ul { display: none; } } .navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(29, 28, 31, 0.9); transition: 0.3s; z-index: 999; } .navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; } .navbar-mobile ul { display: block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; background-color: #fff; overflow-y: auto; transition: 0.3s; } .navbar-mobile a { padding: 10px 20px; font-size: 15px; color: #36343a; } .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a { color: #6AB04C; } .navbar-mobile .getstarted { margin: 15px; } .navbar-mobile .dropdown ul { position: static; display: none; margin: 10px 20px; padding: 10px 0; z-index: 99; opacity: 1; visibility: visible; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); } .navbar-mobile .dropdown ul li { min-width: 200px; } .navbar-mobile .dropdown ul a { padding: 10px 20px; } .navbar-mobile .dropdown ul a i { font-size: 12px; } .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a { color: #6AB04C; } .navbar-mobile .dropdown>.dropdown-active { display: block; } /*-------------------------------------------------------------- # Hero Section --------------------------------------------------------------*/ #hero { width: 100%; height: 50vh; background: url("https://www.agrileader.fr/img/ext/fond.jpg") center center; background-size: cover; position: relative; } .commune { color: white; font-weight: 700; } #hero .container { padding-top: 40px; } #hero:before { content: ""; background: rgba(0, 0, 0, 0.6); position: absolute; bottom: 0; top: 0; left: 0; right: 0; } #hero h1 { margin: 0 0 10px 0; font-size: 48px; font-weight: 700; line-height: 56px; color: #fff; } #hero h2 { color: #eee; margin-bottom: 40px; font-size: 19px; font-weight: 500; font-family: "Open Sans", sans-serif; letter-spacing: 0.5px; text-transform: uppercase; } #hero .btn-get-started { font-family: "Poppins", sans-serif; text-transform: uppercase; font-weight: 500; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 8px 28px; border-radius: 50px; transition: 0.5s; margin: 10px; border: 2px solid #fff; color: #fff; } #hero .btn-get-started:hover { background: #6AB04C; border: 2px solid #6AB04C; } @media ( min-width : 1024px) { #hero { background-attachment: fixed; } } @media ( max-width : 768px) { #hero { height: 100vh; } #hero .container { padding-top: 60px; } #hero h1 { font-size: 32px; line-height: 36px; } } /*-------------------------------------------------------------- # Sections General --------------------------------------------------------------*/ section { /* padding: 60px 0;*/ overflow: hidden; } .section-bg { background-color: #ffffff; padding: 4em; margin-bottom: 40px; } .section-title { padding-bottom: 30px; } .section-title h2 { font-size: 32px; font-weight: bold; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 20px; position: relative; } .section-title h2::after { content: ''; position: absolute; display: block; width: 50px; height: 3px; background: #6AB04C; bottom: 0; left: 0; } .section-title p { margin-bottom: 0; } .picto { font-size: 40px; background: white; color: #6ab04c; border-radius: 33px; padding: 10px; } /*-------------------------------------------------------------- # Clients --------------------------------------------------------------*/ .clients { background: #f6f6f7; text-align: center; padding: 5px 0; } .clients img { width: 40%; filter: grayscale(100); transition: all 0.4s ease-in-out; display: inline-block; padding: 15px 0; } #button .btnOne { background: green !important; } .clients img:hover { filter: none; transform: scale(1.1); } /*-------------------------------------------------------------- # About --------------------------------------------------------------*/ .about .content h2 { font-weight: 700; font-size: 48px; line-height: 60px; margin-bottom: 20px; text-transform: uppercase; } .about .content h3 { font-weight: 500; line-height: 32px; font-size: 24px; } .about .content ul { list-style: none; padding: 0; } .about .content ul li { padding: 10px 0 0 28px; position: relative; } .about .content ul i { left: 0; top: 7px; position: absolute; font-size: 20px; color: #6AB04C; } .about .content p:last-child { margin-bottom: 0; } /*-------------------------------------------------------------- # Counts --------------------------------------------------------------*/ .counts { background: #6AB04C; padding: 25px 0 0px 0; color: #fff; } .counts .counters span { font-size: 36px; display: block; font-weight: 700; } .counts .counters p { padding: 0; margin: 0 0 20px 0; font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 500; } /*-------------------------------------------------------------- # Why Us --------------------------------------------------------------*/ .why-us .content { padding: 30px; background: #6AB04C; border-radius: 4px; color: #fff; } .why-us .content h3 { font-weight: 700; font-size: 34px; margin-bottom: 30px; } .why-us .content p { margin-bottom: 30px; } .why-us .content .more-btn { display: inline-block; background: rgba(255, 255, 255, 0.1); padding: 6px 30px 8px 30px; color: #fff; border-radius: 50px; transition: all ease-in-out 0.4s; } .why-us .content .more-btn i { font-size: 14px; } .why-us .content .more-btn:hover { color: #6AB04C; background: #fff; } .why-us .icon-boxes .icon-box { text-align: center; border-radius: 10px; background: #fff; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); padding: 40px 30px; width: 100%; transition: 0.3s; } .why-us .icon-boxes .icon-box i { font-size: 40px; color: #6AB04C; margin-bottom: 30px; } .why-us .icon-boxes .icon-box h4 { font-size: 20px; font-weight: 700; margin: 0 0 30px 0; } .why-us .icon-boxes .icon-box p { font-size: 15px; color: #848484; } .why-us .icon-boxes .icon-box:hover { box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15); } /*-------------------------------------------------------------- # Cta --------------------------------------------------------------*/ .cta { background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../img/cta-bg.jpg") fixed center center; background-size: cover; padding: 60px 0; } .cta h3 { color: #fff; font-size: 28px; font-weight: 700; } .cta p { color: #fff; } .cta .cta-btn { font-family: "Poppins", sans-serif; text-transform: uppercase; font-weight: 600; font-size: 15px; letter-spacing: 1px; display: inline-block; padding: 8px 28px; border-radius: 25px; transition: 0.5s; margin-top: 10px; border: 2px solid #fff; color: #fff; } .cta .cta-btn:hover { background: #6AB04C; border: 2px solid #6AB04C; } /*-------------------------------------------------------------- # Services --------------------------------------------------------------*/ .services .icon-box { text-align: center; padding: 40px 20px; transition: all ease-in-out 0.3s; background: #fff; } .services .icon-box .icon { margin: 0 auto; width: 64px; height: 64px; border-radius: 50px; border: 1px solid #6AB04C; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: ease-in-out 0.3s; color: #6AB04C; } .services .icon-box .icon i { font-size: 28px; } .services .icon-box h4 { font-weight: 700; margin-bottom: 15px; font-size: 24px; } .services .icon-box h4 a { color: #36343a; transition: ease-in-out 0.3s; } .services .icon-box p { line-height: 24px; font-size: 14px; margin-bottom: 0; } .services .icon-box:hover { border-color: #fff; box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1); } .services .icon-box:hover h4 a { color: #6AB04C; } .services .icon-box:hover .icon { color: #fff; background: #6AB04C; } /*-------------------------------------------------------------- # Portfolio --------------------------------------------------------------*/ .portfolio .portfolio-item { margin-bottom: 30px; } .portfolio #portfolio-flters { padding: 0; margin: 0 auto 20px auto; list-style: none; text-align: center; } .portfolio #portfolio-flters li { cursor: pointer; display: inline-block; padding: 8px 16px 8px 16px; font-size: 14px; font-weight: 500; line-height: 1; text-transform: uppercase; color: #444444; margin-bottom: 5px; transition: all 0.3s ease-in-out; border-radius: 50px; font-family: "Poppins", sans-serif; } .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active { color: #fff; background: #6AB04C; } .portfolio #portfolio-flters li:last-child { margin-right: 0; } .portfolio .portfolio-wrap { transition: 0.3s; position: relative; overflow: hidden; z-index: 1; background: rgba(54, 52, 58, 0.6); } .portfolio .portfolio-wrap::before { content: ""; background: rgba(54, 52, 58, 0.6); position: absolute; left: 0; right: 0; top: 0; bottom: 0; transition: all ease-in-out 0.3s; z-index: 2; opacity: 0; } .portfolio .portfolio-wrap img { transition: all ease-in-out 0.3s; } .portfolio .portfolio-wrap .portfolio-info { opacity: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; transition: all ease-in-out 0.3s; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; padding: 20px; } .portfolio .portfolio-wrap .portfolio-info h4 { font-size: 20px; color: #fff; font-weight: 600; } .portfolio .portfolio-wrap .portfolio-info p { color: rgba(255, 255, 255, 0.7); font-size: 14px; text-transform: uppercase; padding: 0; margin: 0; font-style: italic; } .portfolio .portfolio-wrap .portfolio-links { text-align: center; z-index: 4; } .portfolio .portfolio-wrap .portfolio-links a { color: #fff; margin: 0 5px 0 0; font-size: 28px; display: inline-block; transition: 0.3s; } .portfolio .portfolio-wrap .portfolio-links a:hover { color: #00cc95; } .portfolio .portfolio-wrap:hover::before { opacity: 1; } .portfolio .portfolio-wrap:hover img { transform: scale(1.2); } .portfolio .portfolio-wrap:hover .portfolio-info { opacity: 1; } /*-------------------------------------------------------------- # Portfolio Details --------------------------------------------------------------*/ .portfolio-details { padding-top: 40px; } .portfolio-details .portfolio-details-slider img { width: 100%; } .portfolio-details .portfolio-details-slider .swiper-pagination { margin-top: 20px; position: relative; } .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #fff; opacity: 1; border: 1px solid #6AB04C; } .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active { background-color: #6AB04C; } .portfolio-details .portfolio-info { padding: 30px; box-shadow: 0px 0 30px rgba(54, 52, 58, 0.08); } .portfolio-details .portfolio-info h3 { font-size: 22px; font-weight: 700; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; } .portfolio-details .portfolio-info ul { list-style: none; padding: 0; font-size: 15px; } .portfolio-details .portfolio-info ul li+li { margin-top: 10px; } .portfolio-details .portfolio-description { padding-top: 30px; } .portfolio-details .portfolio-description h2 { font-size: 26px; font-weight: 700; margin-bottom: 20px; } .portfolio-details .portfolio-description p { padding: 0; } /*-------------------------------------------------------------- # Testimonials --------------------------------------------------------------*/ .testimonials .testimonial-item { box-sizing: content-box; padding: 30px 30px 0 30px; margin: 30px 15px; text-align: center; min-height: 350px; box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); background: #fff; } .testimonials .testimonial-item .testimonial-img { width: 90px; border-radius: 50%; border: 4px solid #fff; margin: 0 auto; } .testimonials .testimonial-item h3 { font-size: 18px; font-weight: bold; margin: 10px 0 5px 0; color: #111; } .testimonials .testimonial-item h4 { font-size: 14px; color: #999; margin: 0; } .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right { color: #00cc95; font-size: 26px; } .testimonials .testimonial-item .quote-icon-left { display: inline-block; left: -5px; position: relative; } .testimonials .testimonial-item .quote-icon-right { display: inline-block; right: -5px; position: relative; top: 10px; } .testimonials .testimonial-item p { font-style: italic; margin: 0 auto 15px auto; } .testimonials .swiper-pagination { margin-top: 20px; position: relative; } .testimonials .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #fff; opacity: 1; border: 1px solid #6AB04C; } .testimonials .swiper-pagination .swiper-pagination-bullet-active { background-color: #6AB04C; } /*-------------------------------------------------------------- # Team --------------------------------------------------------------*/ .team { background: #fff; } .team .member { position: relative; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); padding: 30px; border-radius: 10px; text-align: center; } .team .member .pic { overflow: hidden; width: 150px; border-radius: 50%; margin: 0 auto 20px auto; } .team .member .pic img { transition: ease-in-out 0.3s; } .team .member:hover img { transform: scale(1.1); } .team .member h4 { font-weight: 700; margin-bottom: 5px; font-size: 20px; color: #36343a; } .team .member span { display: block; font-size: 15px; padding-bottom: 10px; position: relative; font-weight: 500; } .team .member span::after { content: ''; position: absolute; display: block; width: 50px; height: 1px; background: #b5b3ba; bottom: 0; left: 50%; transform: translateX(-50%); } .team .member p { margin: 10px 0 0 0; font-size: 14px; } .team .member .social { margin-top: 12px; display: flex; align-items: center; justify-content: center; } .team .member .social a { transition: ease-in-out 0.3s; display: flex; align-items: center; justify-content: center; border-radius: 50px; width: 32px; height: 32px; background: #a8a5ae; } .team .member .social a i { color: #fff; font-size: 16px; margin: 0 2px; } .team .member .social a:hover { background: #6AB04C; } .team .member .social a+a { margin-left: 8px; } /*-------------------------------------------------------------- # Contact --------------------------------------------------------------*/ .contact .info { padding: 30px; width: 100%; background: #fff; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); } .contact .info i { font-size: 20px; color: #fff; float: left; width: 44px; height: 44px; background: #6AB04C; display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 0.3s ease-in-out; } .contact .info h4 { padding: 0 0 0 60px; font-size: 22px; font-weight: 600; margin-bottom: 5px; color: #36343a; } .contact .info p { padding: 0 0 0 60px; margin-bottom: 0; font-size: 14px; color: #686470; } .contact .php-email-form { width: 100%; padding: 30px; background: #fff; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12); } .contact .php-email-form .form-group { padding-bottom: 8px; } .contact .php-email-form .error-message { display: none; color: #fff; background: #ed3c0d; text-align: left; padding: 15px; font-weight: 600; } .contact .php-email-form .error-message br+br { margin-top: 25px; } .contact .php-email-form .sent-message { display: none; color: #fff; background: #18d26e; text-align: center; padding: 15px; font-weight: 600; } .contact .php-email-form .loading { display: none; background: #fff; text-align: center; padding: 15px; } .contact .php-email-form .loading:before { content: ""; display: inline-block; border-radius: 50%; width: 24px; height: 24px; margin: 0 10px -6px 0; border: 3px solid #18d26e; border-top-color: #eee; -webkit-animation: animate-loading 1s linear infinite; animation: animate-loading 1s linear infinite; } .contact .php-email-form input, .contact .php-email-form textarea { border-radius: 0; box-shadow: none; font-size: 14px; } .contact .php-email-form input { height: 44px; } .contact .php-email-form textarea { padding: 10px 12px; } .contact .php-email-form button[type="submit"] { background: #6AB04C; border: 0; padding: 10px 30px; color: #fff; transition: 0.4s; border-radius: 50px; } .contact .php-email-form button[type="submit"]:hover { background: #00805d; } @-webkit-keyframes animate-loading { 0% { transform: rotate(0deg); } 100% { transform:rotate(360deg); } } @keyframes animate-loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /*-------------------------------------------------------------- # Breadcrumbs --------------------------------------------------------------*/ .breadcrumbs { padding: 15px 0; background: #f6f6f7; margin-top: 100px; } .breadcrumbs h2 { font-size: 24px; line-height: 1; font-weight: 400; } .breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; font-size: 14px; } .breadcrumbs ol li+li { padding-left: 10px; } .breadcrumbs ol li+li::before { display: inline-block; padding-right: 10px; color: #4f4c55; content: "/"; } @media ( max-width : 768px) { .breadcrumbs .d-flex { display: block !important; } .breadcrumbs ol { display: block; } .breadcrumbs ol li { display: inline-block; } } /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/ #footer { color: #444444; font-size: 14px; background: #f1f0f2; } #footer .footer-top { padding: 40px 0 10px 0; background: #f9f8f9; } #footer .footer-top .footer-contact { margin-bottom: 30px; } #footer .footer-top .footer-contact h4 { font-size: 22px; margin: 0 0 30px 0; padding: 2px 0 2px 0; line-height: 1; font-weight: 700; } #footer .footer-top .footer-contact p { font-size: 14px; line-height: 24px; margin-bottom: 0; font-family: "Poppins", sans-serif; color: #777777; } #footer .footer-top h4 { font-size: 16px; font-weight: bold; color: #444444; position: relative; padding-bottom: 12px; } #footer .footer-top .footer-links { margin-bottom: 30px; } #footer .footer-top .footer-links ul { list-style: none; padding: 0; margin: 0; } #footer .footer-top .footer-links ul i { padding-right: 2px; color: #00c28e; font-size: 18px; line-height: 1; } #footer .footer-top .footer-links ul li { padding: 10px 0; display: flex; align-items: center; } #footer .footer-top .footer-links ul li:first-child { padding-top: 0; } #footer .footer-top .footer-links ul a { color: #777777; transition: 0.3s; display: inline-block; line-height: 1; } #footer .footer-top .footer-links ul a:hover { text-decoration: none; color: #6AB04C; } #footer .footer-newsletter { font-size: 15px; } #footer .footer-newsletter h4 { font-size: 16px; font-weight: bold; color: #444444; position: relative; padding-bottom: 12px; } #footer .footer-newsletter form { margin-top: 30px; background: #fff; padding: 6px 10px; position: relative; border-radius: 50px; text-align: left; border: 1px solid #e4e3e6; } #footer .footer-newsletter form input[type="email"] { border: 0; padding: 4px 8px; width: calc(100% - 100px); } #footer .footer-newsletter form input[type="submit"] { position: absolute; top: 0; right: -2px; bottom: 0; border: 0; background: none; font-size: 16px; padding: 0 20px; background: #6AB04C; color: #fff; transition: 0.3s; border-radius: 50px; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); } #footer .footer-newsletter form input[type="submit"]:hover { background: #00664b; } #footer .credits { padding-top: 5px; font-size: 13px; color: #444444; } #footer .social-links a { font-size: 18px; display: inline-block; background: #6AB04C; color: #fff; line-height: 1; padding: 8px 0; margin-right: 4px; border-radius: 50%; text-align: center; width: 36px; height: 36px; transition: 0.3s; } #footer .social-links a:hover { background: #00805d; color: #fff; text-decoration: none; } .pricing-table { background-color: #eee; font-family: 'Montserrat', sans-serif; } .pricing-table .block-heading { padding-top: 50px; margin-bottom: 40px; text-align: center; } .pricing-table .block-heading h2 { color: #3b99e0; } .pricing-table .block-heading p { text-align: center; max-width: 420px; margin: auto; opacity: 0.7; } .pricing-table .heading { text-align: center; padding-bottom: 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .pricing-table .item { background-color: #ffffff; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075); border-top: 2px solid #5ea4f3; padding: 30px; overflow: hidden; position: relative; } .pricing-table .col-md-5:not(:last-child) .item { margin-bottom: 30px; } .pricing-table .item button { font-weight: 600; } .pricing-table .ribbon { width: 160px; height: 32px; font-size: 12px; text-align: center; color: #fff; font-weight: bold; box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25); background: #4dbe3b; transform: rotate(45deg); position: absolute; right: -42px; top: 20px; padding-top: 7px; } .pricing-table .item p { text-align: center; margin-top: 20px; opacity: 0.7; } .pricing-table .features .feature { font-weight: 600; } .pricing-table .features h4 { text-align: center; font-size: 18px; padding: 5px; } .pricing-table .price h4 { margin: 15px 0; font-size: 45px; text-align: center; color: #2288f9; } .pricing-table .buy-now button { text-align: center; margin: auto; font-weight: 600; padding: 9px 0; } ul, li { margin: 0px; padding: 0px; list-style: none; } a { text-decoration: none; } .plans-sec .nav-tabs .nav-link, .nav-tabs .nav-link.active { text-transform: uppercase !important; border-radius: var(- -radius) !important; text-align: center; font-weight: 600; letter-spacing: 1px; border-radius: 35px !important; } .plans-sec .nav-tabs .nav-link { border: 2px solid #6ab04c !important; color: #6ab04c !important; } .nav-tabs .nav-link.active { background: #6ab04c !important; color: #ffffff !important; } .plan-box { border: 1px solid #eeeeee; background: #ffffff; padding-bottom: 30px; box-shadow: 0 10px 30px 5px rgb(0 0 0/ 6%); border-radius: 15px !important; } .plan-price { font-weight: 700; color: #6ab04c; } .plan-title { background: #6ab04c; color: #ffffff; padding: 17px; font-size: 15px; font-weight: 500; text-transform: uppercase; border-radius: 5px; } .plan-features { background: #fafafa; border-radius: 15px; padding: 20px 20px; margin: 15px 3%; } .plan-features-principal { background: #6ab04c2e; border-radius: 15px; padding: 20px 20px; margin: 15px 3%; } .plan-features .form-check-input:checked { background-color: #6ab04c; border-color: #6ab04c; } .green-text { color: #6ab04c; } #comparaison-resultat { margin-bottom: 30px; } .plan-box-result { border: 1px solid #eeeeee; background: #6ab04c; box-shadow: 0 10px 30px 5px rgb(0 0 0/ 6%); border-radius: 15px !important; margin-top: 15px; padding: 10px; } .plan-box .btn.btn-primary:hover, .plan-box .btn.btn-primary.active { background: #6ab04c; border: 2px solid #6ab04c; color: #ffffff; } .plan-box small, .plan-box span { display: block; } .plan-box small { font-size: 12px; font-weight: 600; color: #777777; } .plan-box label { font-weight: 700; padding-left: 15px; } .plan-box .form-check { margin-bottom: 20px; margin-top: -6px; } .plan-box select { margin-bottom: 40px; margin-top: 7px; } .plan-box select, .plan-box input[type="text"] { background: #ffffff; border: 1px solid #eeeeee; height: 50px; width: 100%; padding: 0 15px; color: #777777; font-weight: 700; } .plan-box select:focus, .plan-box input[type="text"]:focus { border: 2px solid #eeeeee !important; box-shadow: none !important; } .saving, .black-text { color: #262626; } .info { position: relative !important; font-size: 20px; padding: 0px 10px; color: #999; } .info:hover { color: #6ab04c; } .popover-box { background: #ffffff; border: 1px solid #eeeeee; border-radius: 5px; box-shadow: 0 3px 35px 1px rgb(0 0 0/ 7%); position: absolute; bottom: 55px; display: none; left: -445%; right: 0; margin: 0 auto; width: 300px; padding: 15px; font-size: 13px; transition: all .3s ease; } .info::after { content: ""; border-top: 15px solid #ffffff; border-right: 15px solid transparent; border-bottom: 0px solid transparent; border-left: 15px solid transparent; position: absolute; top: -15px; right: 0px; left: 0px; margin: 0 auto; width: 0px; display: none; transition: all .3s ease; } .info:focus::after, .info:focus .popover-box { display: block; transition: all .3s ease; } .popover-box p { font-size: 13px; margin-top: 0px !important; color: #777777; } .popover-box h6 { border-bottom: 4px solid #6ab04c; padding-bottom: 10px; color: #777777; font-weight: 600; } span { font-weight: 700; color: #6ab04c; } @media ( max-width :768px) { footer h4 { margin-top: 30px; } } * { -webkit-box-sizing: border-box; box-sizing: border-box; } /* *********************SIDE BAR */ body { min-height: 100vh; min-height: -webkit-fill-available; } html { height: -webkit-fill-available; } main { display: flex; flex-wrap: nowrap; height: 100vh; height: -webkit-fill-available; max-height: 100vh; overflow-x: auto; overflow-y: hidden; } .b-example-divider { flex-shrink: 0; width: 1.5rem; height: 100vh; background-color: rgba(0, 0, 0, .1); border: solid rgba(0, 0, 0, .15); border-width: 1px 0; box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15); } .bi { vertical-align: -.125em; pointer-events: none; fill: currentColor; } .dropdown-toggle { outline: 0; } .nav-flush .nav-link { border-radius: 0; } .btn-toggle { display: inline-flex; align-items: center; padding: .25rem .5rem; font-weight: 600; color: rgba(0, 0, 0, .65); background-color: transparent; border: 0; } .btn-toggle:hover, .btn-toggle:focus { color: rgba(0, 0, 0, .85); background-color: #d2f4ea; } .btn-toggle::before { width: 1.25em; line-height: 0; content: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e"); transition: transform .35s ease; transform-origin: .5em 50%; } .btn-toggle[aria-expanded="true"] { color: rgba(0, 0, 0, .85); } .btn-toggle[aria-expanded="true"]::before { transform: rotate(90deg); } .btn-toggle-nav a { display: inline-flex; padding: .1875rem .5rem; margin-top: .125rem; margin-left: 1.25rem; text-decoration: none; } .btn-toggle-nav a:hover, .btn-toggle-nav a:focus { background-color: #d2f4ea; } .scrollarea { overflow-y: auto; } .fw-semibold { font-weight: 600; } .lh-tight { line-height: 1.25; } .tooltip-box { box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2); position: absolute; padding: 15px; z-index: 999; } .alert-success { margin-top: 0; margin-bottom: 0; } /*Agrileader.fr*/ p.soustitre { border-bottom: 1px solid #e5e5e5; color: #303030; display: block; font-family: "Montserrat", sans-serif; font-size: 14px; font-weight: 550; padding-bottom: 10px; margin-bottom: 10px; } .icon-engagement { text-align: center; align-items: center; display: block; margin-left: auto; margin-right: auto; width: 20%; } .p_engagement { font-size: 15px; margin-top: 15px; font-weight: 600; text-align: center; color: #6ab04c; } img.img-responsive.centree { margin: 0 auto; } .img-responsive.centree { width: 80%; display: block; } .bg-white { background-color: #fff !important; } .back { background: #6ab04c; padding-top: 15px; color: white; } .backbis { background: white; padding-top: 15px; /*color: white;*/ } /*********************************** AJAX ERRORS and SUCCESS ************************************/ #ajax-success, #ajax-error { font-size: 1.5em; text-align: center; margin: 15px 0; } /**************************** Succes & errors *********************************/ #ajax_success, #ajax_error { display: none; font-size: 1.2em; height: auto; left: 0; padding: 15px 0; position: fixed; text-align: center; top: 0; width: 100%; z-index: 999; } .droite { border-right: #b5b5b5 solid 1px; } .borderradiubasgauche { border-radius: 0px 0px 0px 10px; } .borderradiusbasdroite { border-radius: 0px 0px 10px 0px; } .plan-box-result { background-color: #fafafa!important; color: black!important; } .plan-box span { display: inline!important; } .plan-body { height: 100%; padding: 20px; } .plan-price { min-width: 200px; } .btn-primary { background-color: #6ab04c; border-radius: 50px; } .col-6 {border-right: white solid 2px;} #btn-comparerPrix { background: #6ab04c; color: white; font-size: 18px; text-transform: uppercase; border-radius: 0px 50px 50px 0px!important; } .input-group > .form-control, .input-group > .form-select { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; border-radius: 50px 00px 0px 50px !important; }