{% extends 'site/base.html.twig' %}
{% block homepage_menu_active 'active' %}
{% block meta %}
<title>ACTech | {% trans from "FrontBundle" %}Access Control Technologies{% endtrans %}</title>
<meta name="description" content="{% trans from "FrontBundle" %}The complete and intuitive control access system{% endtrans %}">
<meta property="og:type" content="website"/>
<meta property="og:image" content="{{asset('images/site/18671699_118631158715437_3339858098199541956_o.jpg')}}">
<link rel="canonical" href="https://actech.ma/{% if app.request.locale == "en" %}{% elseif app.request.locale == "fr" %}fr{% endif %}">
<link rel="alternate" hreflang="en" href="https://actech.ma/en">
<link rel="alternate" hreflang="fr" href="https://actech.ma/fr"/>
{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ asset('site/css/bootstrap.min.css') }}">
<link rel="stylesheet" href="{{ asset('site/css/animate.min.css') }}">
<link rel="stylesheet" href="{{ asset('site/css/magnific-popup.css') }}">
<link rel="stylesheet" href="{{ asset('site/css/fontawesome-all.min.css') }}">
<link rel="stylesheet" href="{{ asset('site/css/owl.carousel.min.css') }}">
<link rel="stylesheet" href="{{ asset('site/css/nice-select.css') }}">
<link rel="stylesheet" href="{{ asset('site/css/meanmenu.css') }}">
<link rel="stylesheet" href="{{ asset('site/css/slick.css') }}">
<link rel="stylesheet" href="{{ asset('site/css/default.css') }}">
<link rel="stylesheet" href="{{ asset('site/css/style.css') }}">
<link rel="stylesheet" href="{{ asset('site/css/responsive.css') }}">
{% endblock %}
{% block content %}
<!-- START: Content-->
{% for type, messages in app.session.flashBag.all %}
{% for message in messages %}
<div class="alert alert-{{ type }} alert-dismissible fade show" role="alert">
<p class="mb-0"><i class="feather icon-alert-circle mr-1 align-middle"></i> {{ message|trans({}, 'FOSUserBundle') }}</p>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true"><i class="feather icon-x-circle"></i></span>
</button>
</div>
{% endfor %}
{% endfor %}
<!-- slider-area -->
<section class="slider-area fix slider-bg" data-background="{{asset('site/img/slider/slider_bg.png')}}">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="slider-content">
<h2>{% trans from "FrontBundle" %}Access Control Technologies{% endtrans %}</h2>
<p>{% trans from "FrontBundle" %}With a high security level of multi-verification methods and devices.{% endtrans %}</p>
<div class="slider-btn">
<a href="{{path('contact')}}" class="btn">{% trans from "FrontBundle" %}Get Started Now{% endtrans %}</a>
<a href="{{path('about')}}" class="btn transparent-btn">{% trans from "FrontBundle" %}Read more{% endtrans %}</a>
</div>
</div>
</div>
<div class="col-lg-6 d-none d-lg-block">
<div class="slider-img pt-155">
<img src="{{asset('site/img/slider/slider_img.png')}}" class="alltuchtopdown" alt="img">
</div>
</div>
</div>
</div>
</section>
<!-- slider-area-end -->
<!-- features-area -->
<section class="features-area overlay-features">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="single-features mb-30">
<div class="features-icon">
<img src="{{asset('site/img/icon/uf_icon02.png')}}" alt="icon">
</div>
<div class="features-content fix">
<h5>{% trans from "FrontBundle" %}High security performance{% endtrans %}</h5>
<p>{% trans from "FrontBundle" %}A faster technology and access control smarter system with a high security level.{% endtrans %}</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-features mb-30">
<div class="features-icon">
<img src="{{asset('site/img/icon/uf_icon04.png')}}" alt="icon">
</div>
<div class="features-content fix">
<h5>{% trans from "FrontBundle" %}Several time clock methods{% endtrans %}</h5>
<p>{% trans from "FrontBundle" %}Time attendances by Biometric Fingerprint, Card and by many other devices{% endtrans %}</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-features mb-30">
<div class="features-icon">
<img src="{{asset('site/img/icon/uf_icon01.png')}}" alt="icon">
</div>
<div class="features-content fix">
<h5>{% trans from "FrontBundle" %}Online tracking monitors{% endtrans %}</h5>
<p>{% trans from "FrontBundle" %}The new way to track employees attendance with an online time clock technology{% endtrans %}</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- features-area-end -->
<!-- cover-hosting-area -->
<section class="cover-hosting pt-115 pb-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-6 col-lg-8">
<div class="section-title text-center mb-75">
<h2>{% trans from "FrontBundle" %}Smart Access Control Terminals{% endtrans %}</h2>
<p>{% trans from "FrontBundle" %}Discover our different clocking systems with a range of time clock hardware terminals to suit your business needs and employees count{% endtrans %}</p>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="cover-tabs-wrap">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="c-hosting-tab" data-toggle="tab" href="#c-hosting" role="tab" aria-controls="c-hosting"
aria-selected="true"><img src="{{asset('site/identification.png')}}" alt="icon"> {% trans from "FrontBundle" %}Fingerprint{% endtrans %}</a>
</li>
<li class="nav-item">
<a class="nav-link" id="s-hosting-tab" data-toggle="tab" href="#s-hosting" role="tab" aria-controls="s-hosting"
aria-selected="false"><img src="{{asset('site/cloud-card.png')}}" alt="icon"> {% trans from "FrontBundle" %}Card and Badge{% endtrans %}</a>
</li>
<li class="nav-item">
<a class="nav-link" id="v-hosting-tab" data-toggle="tab" href="#v-hosting" role="tab" aria-controls="v-hosting"
aria-selected="false"><img src="{{asset('site/internet-des-objets.png')}}" alt="icon"> {% trans from "FrontBundle" %}Smartphones{% endtrans %}</a>
</li>
<li class="nav-item">
<a class="nav-link" id="w-hosting-tab" data-toggle="tab" href="#w-hosting" role="tab" aria-controls="w-hosting"
aria-selected="false"><img src="{{asset('site/reseau-local.png')}}" alt="icon"> {% trans from "FrontBundle" %}Computer and PC{% endtrans %}</a>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="c-hosting" role="tabpanel" aria-labelledby="c-hosting-tab">
<div class="row align-items-center">
<div class="col-lg-4 col-md-6">
<div class="chosting-content mt-30 mb-30">
<h4>{% trans from "FrontBundle" %}Biometric clocking with fingerprint{% endtrans %}</h4>
<p>{% trans from "FrontBundle" %}Biometric technology is a reliable solution that is easy to use, uses digital fingerprint recognition, consists of all the latest fingerprints technology. This Digital fingerprints tehnology is synchronized with our system of attendance management solution.{% endtrans %}</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="chosting-list mb-30">
<ul>
<li><i class="fas fa-check"></i> {% trans from "FrontBundle" %}Fast, reliable fingerprint recognition{% endtrans %}</li>
<li><i class="fas fa-check"></i> {% trans from "FrontBundle" %}Reduced risk of identity fraud.{% endtrans %}</li>
<li><i class="fas fa-check"></i> {% trans from "FrontBundle" %}Data synchronized with our access control system.{% endtrans %}</li>
<li><i class="fas fa-check"></i> {% trans from "FrontBundle" %}Automate the calculation of attendance times.{% endtrans %}</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="chosting-img mt-60 mb-30">
<img src="{{asset('site/identifications.png')}}" alt="img">
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="s-hosting" role="tabpanel" aria-labelledby="s-hosting-tab">
<div class="row align-items-center">
<div class="col-lg-4 col-md-6">
<div class="chosting-content mb-30">
<h4>{% trans from "FrontBundle" %}High tech clock-in by card and badge{% endtrans %}</h4>
<p>{% trans from "FrontBundle" %}Clocking in with a card or a badge is an essential too for your organization Thanks to its design and and user friendliness the card reader is particularly liked. Clocking in with a card or badge is very simple to use.{% endtrans %}</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="chosting-list mb-30">
<ul>
<li><i class="fas fa-check"></i>{% trans from "FrontBundle" %}Clock in by-card and badge{% endtrans %}</li>
<li><i class="fas fa-check"></i>{% trans from "FrontBundle" %}Clocking synchronized with our System.{% endtrans %}</li>
<li><i class="fas fa-check"></i>{% trans from "FrontBundle" %}Easily and faster Clock in/out to save considerable time.{% endtrans %}</li>
<li><i class="fas fa-check"></i>{% trans from "FrontBundle" %}Automate the calculation of attendance times.{% endtrans %}</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="chosting-img mt-60 mb-30">
<img src="{{asset('site/card-b.png')}}" alt="img">
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="v-hosting" role="tabpanel" aria-labelledby="v-hosting-tab">
<div class="row align-items-center">
<div class="col-lg-4 col-md-6">
<div class="chosting-img mt-60 mb-30">
<img src="{{asset('site/internet-des-objetx.png')}}" alt="img">
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="chosting-content mt-30 mb-30">
<h4>{% trans from "FrontBundle" %}Smartphone and tablet clock in{% endtrans %}</h4>
<p>{% trans from "FrontBundle" %}Using the real-time virtual clocking terminal, your staff can clock in and out directly from their personal area, making it easier for mobile staff to clock in using their smartphone or tablet. With the virtual clocking terminal online, your staff can declare their time attendances, from their tablet or smartphone.{% endtrans %}</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="chosting-list mb-30">
<ul>
<li><i class="fas fa-check"></i> {% trans from "FrontBundle" %}No software is necessary on the Smartphone.{% endtrans %}</li>
<li><i class="fas fa-check"></i> {% trans from "FrontBundle" %}Real time clocking attendances.{% endtrans %}</li>
<li><i class="fas fa-check"></i> {% trans from "FrontBundle" %}GPS location tracking and accessibility from wherever you are.{% endtrans %}</li>
<li><i class="fas fa-check"></i> {% trans from "FrontBundle" %}Clock online after identification with Login and password.{% endtrans %}</li>
</ul>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="w-hosting" role="tabpanel" aria-labelledby="w-hosting-tab">
<div class="row align-items-center">
<div class="col-lg-4 col-md-6">
<div class="chosting-content mt-30 mb-30">
<h4>{% trans from "FrontBundle" %}PC and Web Based Time clocking{% endtrans %}</h4>
<p>{% trans from "FrontBundle" %}Our clock in system online straight from your computer gives your workforce the option to login to the employee self-service, in order to have an easy clock in system online, which enables users to clock in or out and manage their time via the web, either in addition to or instead of any physical clocking terminals. Accessing the system is done via securized https.{% endtrans %}</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="chosting-list mb-30">
<ul>
<li><i class="fas fa-check"></i> {% trans from "FrontBundle" %}No software is necessary on the PC.{% endtrans %}</li>
<li><i class="fas fa-check"></i> {% trans from "FrontBundle" %}The user will have his own login making the usage very simple.{% endtrans %}</li>
<li><i class="fas fa-check"></i> {% trans from "FrontBundle" %}No badge management.{% endtrans %}</li>
<li><i class="fas fa-check"></i> {% trans from "FrontBundle" %}Clock online after identification with Login and password.{% endtrans %}</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="chosting-img mt-60 mb-30">
<img src="{{asset('site/reseaux.png')}}" alt="img">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- cover-hosting-area-end -->
<!-- unlimited-features -->
<!-- unlimited-features-start -->
<section class="unlimited-features pt-115 pb-90">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-6 col-lg-8">
<div class="section-title text-center mb-75">
<h2>{% trans from "FrontBundle" %}Access Control System{% endtrans %}</h2>
<p>{% trans from "FrontBundle" %}The Simple way to control and secure access to your company and take the stress out of your employee time and attendance tracking with our easy to use suite of platforms.{% endtrans %}</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="single-ufeatures mb-55">
<div class="ufeatures-icon">
<img width="64" src="{{asset('images/site/homepage/liste-de-controle.png')}}" alt="icon">
</div>
<div class="ufeatures-content fix">
<h5>{% trans from "FrontBundle" %}Time and Attendance{% endtrans %}</h5>
<p>{% trans from "FrontBundle" %}Our sophisticated system makes to clock in, provides a simple way to calculate and manage your staff working times and attendances.{% endtrans %}</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-ufeatures mb-55">
<div class="ufeatures-icon">
<img width="64" src="{{asset('images/site/homepage/temps-de-travail.png')}}" alt="icon">
</div>
<div class="ufeatures-content fix">
<h5>{% trans from "FrontBundle" %}Leave and absences{% endtrans %}</h5>
<p>{% trans from "FrontBundle" %}Manage and organize the arrival and exit times of your employees with an easy and intuitive system managing absences and leaves.{% endtrans %}</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-ufeatures mb-55">
<div class="ufeatures-icon">
<img width="64" src="{{asset('images/site/homepage/planification-du-temps.png')}}" alt="icon">
</div>
<div class="ufeatures-content fix">
<h5>{% trans from "FrontBundle" %}Track, Monitor and Manage{% endtrans %}</h5>
<p>{% trans from "FrontBundle" %}Our time tracking system provides your business with real time dashboard reporting and full analytics of all employee hours.{% endtrans %}</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-ufeatures mb-55">
<div class="ufeatures-icon">
<img width="64" src="{{asset('images/site/homepage/offrir.png')}}" alt="icon">
</div>
<div class="ufeatures-content fix">
<h5>{% trans from "FrontBundle" %}Maximum Security{% endtrans %}</h5>
<p>{% trans from "FrontBundle" %}Data is stored in a secure data center, with a reliable and secure management as a secure portal, actech.ma.{% endtrans %}</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-ufeatures mb-55">
<div class="ufeatures-icon">
<img width="64" src="{{asset('images/site/homepage/gestion-du-temps.png')}}" alt="icon">
</div>
<div class="ufeatures-content fix">
<h5>{% trans from "FrontBundle" %}Zero IT Investment{% endtrans %}</h5>
<p>{% trans from "FrontBundle" %}With an intuitive approach centred on usage and users, zero IT investment is required from your side.{% endtrans %}</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-ufeatures mb-55">
<div class="ufeatures-icon">
<img width="64" src="{{asset('images/site/homepage/online-timesheet.png')}}" alt="icon">
</div>
<div class="ufeatures-content fix">
<h5>{% trans from "FrontBundle" %}Online Timesheets{% endtrans %}</h5>
<p>{% trans from "FrontBundle" %}ACTech.ma as a secure portal online, never rely on physical paper or manual time clocks again.{% endtrans %}</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- unlimited-features-end -->
<!-- hosting-plan -->
<section class="hosting-plan-area hplan-bg p-relative pt-145">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-6 col-lg-8">
<div class="section-title white-title text-center mb-75">
<h2>{% trans from "FrontBundle" %}Access control packs{% endtrans %}</h2>
<p>{% trans from "FrontBundle" %}Pricing packs adapted with the project of your company{% endtrans %}</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="single-hplan text-center mb-30">
<div class="hplan-head">
<span>{% trans from "FrontBundle" %}Small business Plan{% endtrans %}</span>
<h3>10 - 50 <small> {% trans from "FrontBundle" %}Person{% endtrans %}</small></h3>
</div>
<div class="hplan-body mb-40">
<p>{% trans from "FrontBundle" %}Get pricing online of our solution adapt to your business needs.{% endtrans %}</p>
<span>{% trans from "FrontBundle" %}Manage your budget{% endtrans %}s</span>
<div class="hplan-icon">
<img width="70" src="{{asset('images/site/homepage/a-lheure.png')}}" alt="icon">
</div>
</div>
<div class="hplan-btn">
<a href="#" class="btn">{% trans from "FrontBundle" %}Book the Plan{% endtrans %}</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-hplan text-center mb-30">
<div class="hplan-head">
<span>{% trans from "FrontBundle" %}Big business Plan{% endtrans %}</span>
<h3>50 - 300 <small> {% trans from "FrontBundle" %}Person{% endtrans %}s</small></h3>
</div>
<div class="hplan-body mb-40">
<p>{% trans from "FrontBundle" %}Get pricing online of our solution adapt to your business needs.{% endtrans %}</p>
<span>{% trans from "FrontBundle" %}Manage your budget{% endtrans %}</span>
<div class="hplan-icon">
<img width="70" src="{{asset('images/site/homepage/a-lheure.png')}}" alt="icon">
</div>
</div>
<div class="hplan-btn">
<a href="#" class="btn">{% trans from "FrontBundle" %}Book the Plan{% endtrans %}</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-hplan text-center mb-30">
<div class="hplan-head">
<span>{% trans from "FrontBundle" %}Medium business Plan{% endtrans %}</span>
<h3>+ 300 <small>/ {% trans from "FrontBundle" %}Person{% endtrans %}s</small></h3>
</div>
<div class="hplan-body mb-40">
<p>{% trans from "FrontBundle" %}Get pricing online of our solution adapt to your business needs.{% endtrans %}</p>
<span>{% trans from "FrontBundle" %}Manage your budget{% endtrans %}</span>
<div class="hplan-icon">
<img width="70" src="{{asset('images/site/homepage/a-lheure.png')}}" alt="icon">
</div>
</div>
<div class="hplan-btn">
<a href="#" class="btn">{% trans from "FrontBundle" %}Book the Plan{% endtrans %}</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- hosting-plan-end -->
<!-- search-area -->
<section class="search-area gray-bg pt-145 pb-140">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-6 col-lg-8">
<div class="section-title search-title text-center mb-40">
<h2> {% trans from "FrontBundle" %}Estimate pricing{% endtrans %}</h2>
<p>{% trans from "FrontBundle" %}Tape the number of employees in your company and get the price of our solution.{% endtrans %}</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-10">
<form method="POST" action="{{path('more_info')}}" class="p-relative">
<div class="col-12">
<div class="domain-search">
<input required="" name="employees" type="number" min="5" placeholder="{% trans from "FrontBundle" %}Enter the numbers of employees in your company{% endtrans %}">
<input hidden="" id="prices" name="prices" type="text" placeholder="{% trans from "FrontBundle" %}per month,per year{% endtrans %}">
<button class="getprice-1 btn ds-btn">{% trans from "FrontBundle" %}Get Price{% endtrans %} <i class="fas fa-search"></i></button>
<button style="background: aliceblue;color: #b3b3b3;" class="getprice-2 btn ds-btn hide">{% trans from "FrontBundle" %}Get Price{% endtrans %} <i class="fas fa-check"></i></button>
</div>
</div>
<div class="col-12">
<div class="domain-list price-list hide mb-30 text-center">
<ul>
<li><i class="far fa-check-circle"></i> <span></span>Mad/{% trans from "FrontBundle" %}Person Per month(Monthly){% endtrans %} </li>
<li><i class="far fa-check-circle"></i> <span></span>Mad/{% trans from "FrontBundle" %}Person Per month(Yearly){% endtrans %}</li>
</ul>
</div>
</div>
<div class="mt-50 col-12">
<div class="domain-search moreinfo hide">
<input required="" name="email" type="email" placeholder="{% trans from "FrontBundle" %}Your email to send you more details about pricing{% endtrans %}">
<button type="submit" class=" btn ds-btn">{% trans from "FrontBundle" %}More info{% endtrans %} <i class="fas fa-info"></i></button>
</div>
</div>
<div class="col-12">
<div class="domain-list mb-30 text-center">
{#<ul>
<li><i class="far fa-check-circle"></i> 70MAD / {% trans from "FrontBundle" %}Person{% endtrans %}</li>
<li><i class="far fa-check-circle"></i> 60MAD / {% trans from "FrontBundle" %}Person{% endtrans %}</li>
<li><i class="far fa-check-circle"></i> 50MAD / {% trans from "FrontBundle" %}Person{% endtrans %}</li>
</ul>#}
</div>
<p class=" text-center ">{% trans from "FrontBundle" %}Plus the cost of putting the service online.{% endtrans %}</p>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- search-area-end -->
<!-- get-started-area -->
<section class="getstarted-area gstarted-bg pt-145" data-background="{{asset('site/img/bg/world_wide_bg.jpg')}}">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-6 col-lg-8">
<div class="section-title white-title text-center mb-35">
<h2>{% trans from "FrontBundle" %}Connected System{% endtrans %}</h2>
<p>{% trans from "FrontBundle" %}The complete and intuitive control access system and HR management tools, online{% endtrans %}</p>
</div>
<div class="getstarted-btn text-center">
<a href="#" class="btn">{% trans from "FrontBundle" %}Get Started Now{% endtrans %}</a>
</div>
</div>
</div>
</div>
</section>
<!-- get-started-area-end -->
<!-- offer-area -->
<section class="offer-area">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-5 col-md-6">
<div class="offer-box text-center mb-30">
<div class="offer-head mb-20">
<h3>{% trans from "FrontBundle" %}Request quote{% endtrans %}</h3>
<p>{% trans from "FrontBundle" %}We will help you evaluate your needs and discuss best pricing.{% endtrans %}</p>
</div>
<div class="offer-domain mb-25">
<img style="width: 90px;" src="{{asset('site/quote-request.png')}}" alt="img">
</div>
{# <span class="offer-price">Request quote </span>#}
<div class="offer-btn">
<a href="{{path('contact',{'quote':'Request-quote'})}}" class="btn">{% trans from "FrontBundle" %}Send request{% endtrans %}</a>
</div>
</div>
</div>
<div class="col-xl-5 col-md-6">
<div class="question-box text-center mb-30">
<div class="offer-head mb-15">
<h3>{% trans from "FrontBundle" %}Have questions?{% endtrans %}</h3>
<p>{% trans from "FrontBundle" %}More informations, or you have any questions, feel free to contact us{% endtrans %}</p>
</div>
<div class="qbox-icon mb-30">
<img style="padding-bottom: 8px;padding-top: 9px;" src="{{asset('site/img/icon/q_icon.png')}}" alt="icon">
</div>
<div class="offer-btn">
<a href="#" class="btn">+212.6.60.38.15.35</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- offer-area-end -->
<!-- cta-area -->
<section class="cta-area cta-bg pt-95 pb-95" data-background="{{asset('site/img/bg/cta_bg.jpg')}}">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8">
<div class="cta-content">
<h2>{% trans from "FrontBundle" %}Can't find what you're looking for ?{% endtrans %}</h2>
<p>{% trans from "FrontBundle" %}We are here to help you, contact our support team. Your account manager will contact you in order to settle the collaboration.{% endtrans %}</p>
</div>
</div>
<div class="col-lg-4">
<div class="cta-btn text-right">
<a href="{{path('contact')}}" class="btn">{% trans from "FrontBundle" %}Contact us{% endtrans %}</a>
</div>
</div>
</div>
</div>
</section>
<!-- cta-area-end -->
<!-- END: Content-->
{% endblock %}
{% block javascripts %}
<!-- BEGIN Vendor JS-->
<script src="{{asset('site/js/vendor/jquery-1.12.4.min.js') }}"></script>
<script src="{{asset('site/js/popper.min.js') }}"></script>
<script src="{{asset('site/js/bootstrap.min.js') }}"></script>
<script src="{{asset('site/js/isotope.pkgd.min.js') }}"></script>
<script src="{{asset('site/js/slick.min.js') }}"></script>
<script src="{{asset('site/js/jquery.meanmenu.min.js') }}"></script>
<script src="{{asset('site/js/ajax-form.js') }}"></script>
<script src="{{asset('site/js/wow.min.js') }}"></script>
<script src="{{asset('site/js/jquery.nice-select.min.js') }}"></script>
<script src="{{asset('site/js/owl.carousel.min.js') }}"></script>
<script src="{{asset('site/js/jquery.scrollUp.min.js') }}"></script>
<script src="{{asset('site/js/imagesloaded.pkgd.min.js') }}"></script>
<script src="{{asset('site/js/jquery.magnific-popup.min.js') }}"></script>
<script src="{{asset('site/js/plugins.js') }}"></script>
<script src="{{asset('site/js/main.js') }}"></script>
<script>
$(document).ready(function () {
$(".getprice-1, .getprice-2").click(function () {
var persons = parseInt($(this).closest(".domain-search").find('input').val());
var prix_annee;
var prix_mois;
if (persons >= 5 && persons <= 20) {
var prix_mois = 70;
var prix_annee = 59;
}
if (persons >= 21 && persons <= 50) {
var prix_mois = 60;
var prix_annee = 50;
}
if (persons >= 50) {
var prix_mois = 50;
var prix_annee = 42;
}
if (persons >= 5) {
$(this).hide();
$("#prices").val(prix_mois + "," + prix_annee);
$(".getprice-2").show("slow");
$(".price-list").show("slow");
$(".moreinfo").show("slow");
$(".price-list span:eq(0)").append(prix_mois)
$(".price-list span:eq(1)").append(prix_annee)
{# calcul ajout #}
$(".price-list span:eq(0)").html('')
$(".price-list span:eq(1)").html('')
$(".price-list span:eq(0)").append(prix_mois)
$(".price-list span:eq(1)").append(prix_annee)
return false;
}
});
});
</script>
<!-- use for map style -->
<!-- END: Page JS-->
{% endblock %}