<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{% block title %}{% endblock %}</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<meta description="Des solutions logiciels et applications innovantes
pour accompagner votre entreprise dans sa transformation numérique." />
<link rel="icon" href="{{ asset('img/favicon.jpg')}}">
<link href="/img/favicon.jpg" rel="icon">
<link href="/assets/img/apple-touch-icon.png" rel="apple-touch-icon">
{% block stylesheet %}
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="{{asset('assets/vendor/bootstrap/css/bootstrap.min.css')}}">
<link rel="stylesheet" href="{{asset('assets/vendor/bootstrap-icons/bootstrap-icons.css')}}">
<link rel="stylesheet" href="{{asset('assets/vendor/swiper/swiper-bundle.min.css')}}">
<link rel="stylesheet" href="{{asset('assets/vendor/aos/aos.css')}}">
{% if produit is defined %}
<link rel="stylesheet" href="{{asset('assets/riseschool/css/style.css')}}">
<link rel="stylesheet" href="{{asset('assets/riseschool/css/slick.css')}}">
{% endif %}
{% endblock %}
<!-- Template Main CSS File -->
<link rel="stylesheet" href="{{asset('assets/css/style.css')}}">
<style>
.menu-temp{
color : rgba(61,61,62,.69);
font-size: 13px;
font-weight: bold;
}
.carousel-container {
display: flex;
align-items: center;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
.carousel-container p{
}
#intro h2 {
color: #fff;
margin-bottom: 30px;
font-size: 48px;
font-weight: 700;
}
@media (max-width: 768px) {
#intro h2 {
font-size: 28px;
}
}
#intro p {
width: 80%;
margin: 0 auto 30px auto;
color: #fff;
font-weight: bold;
}
@media (min-width: 1024px) {
#intro p {
width: 60%;
}
}
#intro .carousel-item::before {
content: '';
background-color: rgba(0, 0, 0, 0.7);
}
.text-center{
text-align : justify;
}
.menu-temp{
color : rgba(61,61,61,.69);
font-size: 13px;
font-weight: bold;
}
#intro h2 {
color: #fff;
margin-bottom: 30px;
font-size: 48px;
font-weight: 700;
}
@media (max-width: 768px) {
#intro h2 {
font-size: 28px;
}
}
#intro p {
width: 80%;
margin: 0 auto 30px auto;
color: #fff;
font-weight: bold;
}
@media (min-width: 1024px) {
#intro p {
width: 60%;
}
}
#intro .carousel-item::before {
content: '';
background-color: rgba(0, 0, 0, 0.7);
}
.text-center{
text-align : justify;
}
@-webkit-keyframes up-down {
0% {
transform: translateY(10px);
}
100% {
transform: translateY(-10px);
}
}
@keyframes up-down {
0% {
transform: translateY(10px);
}
100% {
transform: translateY(-10px);
}
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
width: 100%;
position: relative;
overflow: hidden;
padding: 140px 0 100px 0;
}
#hero::before {
content: "";
position: absolute;
right: -100%;
top: 20%;
width: 250%;
height: 200%;
z-index: -1;
}
#hero::before{
background: linear-gradient(-45deg, #3b87bd, #2d71a2);
transform: skewY(135deg);
}
@media screen and (max-width: 600px) {
#hero::before{
background: linear-gradient(-45deg, #3b87bd, white);
transform: skewY(135deg);
}
}
}
#hero h1 {
margin: 0 0 10px 0;
font-size: 48px;
font-weight: 500;
line-height: 56px;
color: #5777ba;
font-family: "Poppins", sans-serif;
}
#hero h2 {
color: #515f7d;
margin-bottom: 50px;
font-size: 20px;
}
#hero .download-btn {
font-family: "Raleway", sans-serif;
font-weight: 500;
font-size: 15px;
display: inline-block;
padding: 8px 24px 10px 46px;
border-radius: 3px;
transition: 0.5s;
color: #fff;
background: #47536e;
position: relative;
}
#hero .download-btn:hover {
background: #5777ba;
}
#hero .download-btn i {
font-size: 20px;
position: absolute;
left: 18px;
top: 8.5px;
}
#hero .download-btn + .download-btn {
margin-left: 20px;
}
@media (max-width: 991px) {
#hero {
text-align: center;
}
#hero .download-btn + .download-btn {
margin: 0 10px;
}
#hero .hero-img {
text-align: center;
}
#hero .hero-img img {
width: 60%;
}
}
@media (max-width: 768px) {
#hero h1 {
font-size: 28px;
line-height: 36px;
}
#hero h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}
#hero .hero-img img {
width: 70%;
}
}
@media (max-width: 575px) {
#hero .hero-img img {
width: 80%;
}
}
.animated {
animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.animated {
-webkit-animation: none;
animation: none;
}
--------------------------------------------------------------*/
#hero3 .content {
padding: 30px 0;
}
#hero3 .content .icon-box {
margin-top: 25px;
}
#hero3 .content .icon-box h4 {
font-size: 20px;
font-weight: 700;
margin: 5px 0 10px 60px;
}
#hero3 .content .icon-box i {
font-size: 48px;
float: left;
color: #dee2e6;
}
#hero3 .content .icon-box p {
font-size: 15px;
color: white;
margin-left: 60px;
}
@media (max-width: 991px) {
#hero3 .image {
text-align: center;
}
#hero3 .image img {
max-width: 80%;
}
}
@media (max-width: 667px) {
#hero3 .image img {
max-width: 100%;
}
}
#hero3 h4{
color:white;
}
.btn.btn-rounded {
border-radius: 50px; }
.btn-warning{
background : #ff9d00;
}
.btn-gradient-warning {
background: -webkit-gradient(linear, left top, right top, from(#f6e384), to(#ffd500));
background: linear-gradient(to right, #f6e384, #f8b852);
border: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease; }
.btn {
font-size: 0.875rem;
line-height: 1;
font-family: "ubuntu-bold", sans-serif;
/* Buttons with only icons */
/* Buttons with icon and text */ }
.btn {
font-size: 0.875rem;
line-height: 1;
font-family: "ubuntu-bold", sans-serif;
padding : 2%;
/* Buttons with only icons */
/* Buttons with icon and text */ }
.btn i {
font-size: 1rem; }
.btn.btn-rounded {
border-radius: 50px; }
.btn.btn-fw {
min-width: 150px; }
.btn.btn-sm, .btn-group-sm > .btn {
font-size: 0.875rem; }
.btn.btn-lg, .btn-group-lg > .btn {
font-size: 0.875rem; }
.btn.btn-xs {
padding: 0.5rem 0.75rem;
font-size: 0.625rem; }
.btn.btn-icon {
width: 42px;
height: 42px;
padding: 0; }
.btn.btn-icon-text .btn-icon-prepend {
margin-right: .5rem; }
.btn.btn-icon-text .btn-icon-append {
margin-left: .5rem; }
.btn.btn-social-icon {
width: 50px;
height: 50px;
padding: 0; }
.btn-group .btn + .btn {
border-left: 0; }
/*social buttons*/
.btn-twitter {
background: #2caae1;
color: #ffffff; }
.btn-twitter:hover, .btn-twitter:focus {
background: #1b8dbf;
color: #ffffff; }
.btn-twitter.btn-social-icon-text {
padding: 0 1.5rem 0 0;
background: #59bce7; }
.btn-twitter.btn-social-icon-text i {
background: #2caae1;
padding: .75rem;
display: inline-block;
margin-right: 1.5rem; }
.btn-outline-twitter {
border: 1px solid #2caae1;
color: #2caae1; }
.btn-outline-twitter:hover {
background: #2caae1;
color: #ffffff; }
.btn-facebook {
background: #3b579d;
color: #ffffff; }
.btn-facebook:hover, .btn-facebook:focus {
background: #2d4278;
color: #ffffff; }
.btn-facebook.btn-social-icon-text {
padding: 0 1.5rem 0 0;
background: #4e6ebd; }
.btn-facebook.btn-social-icon-text i {
background: #3b579d;
padding: .75rem;
display: inline-block;
margin-right: 1.5rem; }
.btn-outline-facebook {
border: 1px solid #3b579d;
color: #3b579d; }
.btn-outline-facebook:hover {
background: #3b579d;
color: #ffffff; }
.btn-google {
background: #dc4a38;
color: #ffffff; }
.btn-google:hover, .btn-google:focus {
background: #bf3322;
color: #ffffff; }
.btn-google.btn-social-icon-text {
padding: 0 1.5rem 0 0;
background: #e47163; }
.btn-google.btn-social-icon-text i {
background: #dc4a38;
padding: .75rem;
display: inline-block;
margin-right: 1.5rem; }
.btn-outline-google {
border: 1px solid #dc4a38;
color: #dc4a38; }
.btn-outline-google:hover {
background: #dc4a38;
color: #ffffff; }
.btn-linkedin {
background: #0177b5;
color: #ffffff; }
.btn-linkedin:hover, .btn-linkedin:focus {
background: #015682;
color: #ffffff; }
.btn-linkedin.btn-social-icon-text {
padding: 0 1.5rem 0 0;
background: #0198e8; }
.btn-linkedin.btn-social-icon-text i {
background: #0177b5;
padding: .75rem;
display: inline-block;
margin-right: 1.5rem; }
.btn-outline-linkedin {
border: 1px solid #0177b5;
color: #0177b5; }
.btn-outline-linkedin:hover {
background: #0177b5;
color: #ffffff; }
.btn-pinterest {
background: #cc2127;
color: #ffffff; }
.btn-pinterest:hover, .btn-pinterest:focus {
background: #a01a1f;
color: #ffffff; }
.btn-pinterest.btn-social-icon-text {
padding: 0 1.5rem 0 0;
background: #e04046; }
.btn-pinterest.btn-social-icon-text i {
background: #cc2127;
padding: .75rem;
display: inline-block;
margin-right: 1.5rem; }
.btn-outline-pinterest {
border: 1px solid #cc2127;
color: #cc2127; }
.btn-outline-pinterest:hover {
background: #cc2127;
color: #ffffff; }
.btn-youtube {
background: #e52d27;
color: #ffffff; }
.btn-youtube:hover, .btn-youtube:focus {
background: #c21d17;
color: #ffffff; }
.btn-youtube.btn-social-icon-text {
padding: 0 1.5rem 0 0;
background: #ea5955; }
.btn-youtube.btn-social-icon-text i {
background: #e52d27;
padding: .75rem;
display: inline-block;
margin-right: 1.5rem; }
.btn-outline-youtube {
border: 1px solid #e52d27;
color: #e52d27; }
.btn-outline-youtube:hover {
background: #e52d27;
color: #ffffff; }
.btn-github {
background: #333333;
color: #ffffff; }
.btn-github:hover, .btn-github:focus {
background: #1a1a1a;
color: #ffffff; }
.btn-github.btn-social-icon-text {
padding: 0 1.5rem 0 0;
background: #4d4d4d; }
.btn-github.btn-social-icon-text i {
background: #333333;
padding: .75rem;
display: inline-block;
margin-right: 1.5rem; }
.btn-outline-github {
border: 1px solid #333333;
color: #333333; }
.btn-outline-github:hover {
background: #333333;
color: #ffffff; }
.btn-behance {
background: #1769ff;
color: #ffffff; }
.btn-behance:hover, .btn-behance:focus {
background: #0050e3;
color: #ffffff; }
.btn-behance.btn-social-icon-text {
padding: 0 1.5rem 0 0;
background: #4a8aff; }
.btn-behance.btn-social-icon-text i {
background: #1769ff;
padding: .75rem;
display: inline-block;
margin-right: 1.5rem; }
.btn-outline-behance {
border: 1px solid #1769ff;
color: #1769ff; }
.btn-outline-behance:hover {
background: #1769ff;
color: #ffffff; }
.btn-dribbble {
background: #ea4c89;
color: #ffffff; }
.btn-dribbble:hover, .btn-dribbble:focus {
background: #e51e6b;
color: #ffffff; }
.btn-dribbble.btn-social-icon-text {
padding: 0 1.5rem 0 0;
background: #ef7aa7; }
.btn-dribbble.btn-social-icon-text i {
background: #ea4c89;
padding: .75rem;
display: inline-block;
margin-right: 1.5rem; }
.btn-outline-dribbble {
border: 1px solid #ea4c89;
color: #ea4c89; }
.btn-outline-dribbble:hover {
background: #ea4c89;
color: #ffffff; }
.btn-reddit {
background: #ff4500;
color: #ffffff; }
.btn-reddit:hover, .btn-reddit:focus {
background: #cc3700;
color: #ffffff; }
.btn-reddit.btn-social-icon-text {
padding: 0 1.5rem 0 0;
background: #ff6a33; }
.btn-reddit.btn-social-icon-text i {
background: #ff4500;
padding: .75rem;
display: inline-block;
margin-right: 1.5rem; }
.btn-outline-reddit {
border: 1px solid #ff4500;
color: #ff4500; }
.btn-outline-reddit:hover {
background: #ff4500;
color: #ffffff; }
/* inverse buttons */
.btn-inverse-primary {
background-color: rgba(182, 109, 255, 0.2);
background-image: none;
border-color: rgba(182, 109, 255, 0); }
.btn-inverse-primary:not(.btn-inverse-light) {
color: #b66dff; }
.btn-inverse-primary:hover {
color: #ffffff;
background-color: #b66dff;
border-color: #b66dff; }
.btn-inverse-primary.focus, .btn-inverse-primary:focus {
-webkit-box-shadow: 0 0 0 3px rgba(182, 109, 255, 0.5);
box-shadow: 0 0 0 3px rgba(182, 109, 255, 0.5); }
.btn-inverse-primary.disabled, .btn-inverse-primary:disabled {
color: #b66dff;
background-color: transparent; }
.btn-inverse-primary.active, .btn-inverse-primary:active,
.show > .btn-inverse-primary.dropdown-toggle {
color: #ffffff;
background-color: #b66dff;
border-color: #b66dff; }
.btn-primary:not(.btn-light) {
color: #ffffff; }
.btn-primary:not(.btn-light):hover, .btn-primary:not(.btn-light):focus, .btn-primary:not(.btn-light):active {
color: #ffffff; }
.btn-primary:not(.btn-light):focus, .btn-primary:not(.btn-light):active {
background: #b66dff;
border-color: #b66dff; }
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
background: -webkit-gradient(linear, left top, right top, from(#da8cff), to(#9a55ff));
background: linear-gradient(to right, #da8cff, #9a55ff);
color: #000; }
.btn-inverse-secondary {
background-color: rgba(195, 189, 189, 0.2);
background-image: none;
border-color: rgba(195, 189, 189, 0); }
.btn-inverse-secondary:not(.btn-inverse-light) {
color: #c3bdbd; }
.btn-inverse-secondary:hover {
color: #ffffff;
background-color: #c3bdbd;
border-color: #c3bdbd; }
.btn-inverse-secondary.focus, .btn-inverse-secondary:focus {
-webkit-box-shadow: 0 0 0 3px rgba(195, 189, 189, 0.5);
box-shadow: 0 0 0 3px rgba(195, 189, 189, 0.5); }
.btn-inverse-secondary.disabled, .btn-inverse-secondary:disabled {
color: #c3bdbd;
background-color: transparent; }
.btn-inverse-secondary.active, .btn-inverse-secondary:active,
.show > .btn-inverse-secondary.dropdown-toggle {
color: #ffffff;
background-color: #c3bdbd;
border-color: #c3bdbd; }
.btn-secondary:not(.btn-light) {
color: #ffffff; }
.btn-secondary:not(.btn-light):hover, .btn-secondary:not(.btn-light):focus, .btn-secondary:not(.btn-light):active {
color: #ffffff; }
.btn-secondary:not(.btn-light):focus, .btn-secondary:not(.btn-light):active {
background: #c3bdbd;
border-color: #c3bdbd; }
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
background: -webkit-gradient(linear, left top, right top, from(#e7ebf0), to(#868e96));
background: linear-gradient(to right, #e7ebf0, #868e96);
color: #000; }
.btn-inverse-success {
background-color: rgba(27, 207, 180, 0.2);
background-image: none;
border-color: rgba(27, 207, 180, 0); }
.btn-inverse-success:not(.btn-inverse-light) {
color: #1bcfb4; }
.btn-inverse-success:hover {
color: #ffffff;
background-color: #1bcfb4;
border-color: #1bcfb4; }
.btn-inverse-success.focus, .btn-inverse-success:focus {
-webkit-box-shadow: 0 0 0 3px rgba(27, 207, 180, 0.5);
box-shadow: 0 0 0 3px rgba(27, 207, 180, 0.5); }
.btn-inverse-success.disabled, .btn-inverse-success:disabled {
color: #1bcfb4;
background-color: transparent; }
.btn-inverse-success.active, .btn-inverse-success:active,
.show > .btn-inverse-success.dropdown-toggle {
color: #ffffff;
background-color: #1bcfb4;
border-color: #1bcfb4; }
.btn-success:not(.btn-light) {
color: #ffffff; }
.btn-success:not(.btn-light):hover, .btn-success:not(.btn-light):focus, .btn-success:not(.btn-light):active {
color: #ffffff; }
.btn-success:not(.btn-light):focus, .btn-success:not(.btn-light):active {
background: #1bcfb4;
border-color: #1bcfb4; }
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
background: -webkit-gradient(linear, left top, right top, from(#84d9d2), to(#07cdae));
background: linear-gradient(to right, #84d9d2, #07cdae);
color: #000; }
.btn-inverse-info {
background-color: rgba(25, 138, 227, 0.2);
background-image: none;
border-color: rgba(25, 138, 227, 0); }
.btn-inverse-info:not(.btn-inverse-light) {
color: #198ae3; }
.btn-inverse-info:hover {
color: #ffffff;
background-color: #198ae3;
border-color: #198ae3; }
.btn-inverse-info.focus, .btn-inverse-info:focus {
-webkit-box-shadow: 0 0 0 3px rgba(25, 138, 227, 0.5);
box-shadow: 0 0 0 3px rgba(25, 138, 227, 0.5); }
.btn-inverse-info.disabled, .btn-inverse-info:disabled {
color: #198ae3;
background-color: transparent; }
.btn-inverse-info.active, .btn-inverse-info:active,
.show > .btn-inverse-info.dropdown-toggle {
color: #ffffff;
background-color: #198ae3;
border-color: #198ae3; }
.btn-info:not(.btn-light) {
color: #ffffff; }
.btn-info:not(.btn-light):hover, .btn-info:not(.btn-light):focus, .btn-info:not(.btn-light):active {
color: #ffffff; }
.btn-info:not(.btn-light):focus, .btn-info:not(.btn-light):active {
background: #198ae3;
border-color: #198ae3; }
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
background: -webkit-gradient(linear, left top, right top, from(#90caf9), color-stop(99%, #047edf));
background: linear-gradient(to right, #90caf9, #047edf 99%);
color: #000; }
.btn-inverse-warning {
background-color: rgba(254, 215, 19, 0.2);
background-image: none;
border-color: rgba(254, 215, 19, 0); }
.btn-inverse-warning:not(.btn-inverse-light) {
color: #fed713; }
.btn-inverse-warning:hover {
color: #ffffff;
background-color: #fed713;
border-color: #fed713; }
.btn-inverse-warning.focus, .btn-inverse-warning:focus {
-webkit-box-shadow: 0 0 0 3px rgba(254, 215, 19, 0.5);
box-shadow: 0 0 0 3px rgba(254, 215, 19, 0.5); }
.btn-inverse-warning.disabled, .btn-inverse-warning:disabled {
color: #fed713;
background-color: transparent; }
.btn-inverse-warning.active, .btn-inverse-warning:active,
.show > .btn-inverse-warning.dropdown-toggle {
color: #ffffff;
background-color: #fed713;
border-color: #fed713; }
.btn-warning:not(.btn-light) {
color: #ffffff; }
.btn-warning:not(.btn-light):hover, .btn-warning:not(.btn-light):focus, .btn-warning:not(.btn-light):active {
color: #ffffff; }
.btn-warning:not(.btn-light):focus, .btn-warning:not(.btn-light):active {
background: #fed713;
border-color: #fed713; }
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
background: -webkit-gradient(linear, left top, right top, from(#f6e384), to(#ffd500));
background: linear-gradient(to right, #f6e384, #ffd500);
color: #000; }
.btn-inverse-danger {
background-color: rgba(254, 124, 150, 0.2);
background-image: none;
border-color: rgba(254, 124, 150, 0); }
.btn-inverse-danger:not(.btn-inverse-light) {
color: #fe7c96; }
.btn-inverse-danger:hover {
color: #ffffff;
background-color: #fe7c96;
border-color: #fe7c96; }
.btn-inverse-danger.focus, .btn-inverse-danger:focus {
-webkit-box-shadow: 0 0 0 3px rgba(254, 124, 150, 0.5);
box-shadow: 0 0 0 3px rgba(254, 124, 150, 0.5); }
.btn-inverse-danger.disabled, .btn-inverse-danger:disabled {
color: #fe7c96;
background-color: transparent; }
.btn-inverse-danger.active, .btn-inverse-danger:active,
.show > .btn-inverse-danger.dropdown-toggle {
color: #ffffff;
background-color: #fe7c96;
border-color: #fe7c96; }
.btn-danger:not(.btn-light) {
color: #ffffff; }
.btn-danger:not(.btn-light):hover, .btn-danger:not(.btn-light):focus, .btn-danger:not(.btn-light):active {
color: #ffffff; }
.btn-danger:not(.btn-light):focus, .btn-danger:not(.btn-light):active {
background: #fe7c96;
border-color: #fe7c96; }
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096));
background: linear-gradient(to right, #ffbf96, #fe7096);
color: #000; }
.btn-inverse-light {
background-color: rgba(248, 249, 250, 0.2);
background-image: none;
border-color: rgba(248, 249, 250, 0); }
.btn-inverse-light:not(.btn-inverse-light) {
color: #f8f9fa; }
.btn-inverse-light:hover {
color: #ffffff;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-inverse-light.focus, .btn-inverse-light:focus {
-webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
.btn-inverse-light.disabled, .btn-inverse-light:disabled {
color: #f8f9fa;
background-color: transparent; }
.btn-inverse-light.active, .btn-inverse-light:active,
.show > .btn-inverse-light.dropdown-toggle {
color: #ffffff;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:not(.btn-light) {
color: #ffffff; }
.btn-light:not(.btn-light):hover, .btn-light:not(.btn-light):focus, .btn-light:not(.btn-light):active {
color: #ffffff; }
.btn-light:not(.btn-light):focus, .btn-light:not(.btn-light):active {
background: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active {
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e4e4e9));
background: linear-gradient(to bottom, #f4f4f4, #e4e4e9);
color: #000; }
.btn-inverse-dark {
background-color: rgba(62, 75, 91, 0.2);
background-image: none;
border-color: rgba(62, 75, 91, 0); }
.btn-inverse-dark:not(.btn-inverse-light) {
color: #3e4b5b; }
.btn-inverse-dark:hover {
color: #ffffff;
background-color: #3e4b5b;
border-color: #3e4b5b; }
.btn-inverse-dark.focus, .btn-inverse-dark:focus {
-webkit-box-shadow: 0 0 0 3px rgba(62, 75, 91, 0.5);
box-shadow: 0 0 0 3px rgba(62, 75, 91, 0.5); }
.btn-inverse-dark.disabled, .btn-inverse-dark:disabled {
color: #3e4b5b;
background-color: transparent; }
.btn-inverse-dark.active, .btn-inverse-dark:active,
.show > .btn-inverse-dark.dropdown-toggle {
color: #ffffff;
background-color: #3e4b5b;
border-color: #3e4b5b; }
.btn-dark:not(.btn-light) {
color: #ffffff; }
.btn-dark:not(.btn-light):hover, .btn-dark:not(.btn-light):focus, .btn-dark:not(.btn-light):active {
color: #ffffff; }
.btn-dark:not(.btn-light):focus, .btn-dark:not(.btn-light):active {
background: #3e4b5b;
border-color: #3e4b5b; }
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active {
background: linear-gradient(89deg, #5e7188, #3e4b5b);
color: #000; }
/* gradient buttons */
.btn-gradient-primary {
background: -webkit-gradient(linear, left top, right top, from(#da8cff), to(#9a55ff));
background: linear-gradient(to right, #da8cff, #9a55ff);
border: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease; }
.btn-gradient-primary:not([disabled]):not(.disabled):active, .btn-gradient-primary:not([disabled]):not(.disabled).active,
.show > .btn-gradient-primary.dropdown-toggle {
background: -webkit-gradient(linear, left top, right top, from(#da8cff), to(#9a55ff));
background: linear-gradient(to right, #da8cff, #9a55ff); }
.btn-gradient-primary:hover {
opacity: .8; }
.btn-gradient-primary:not(.btn-gradient-light) {
color: #ffffff; }
.btn-gradient-primary:not(.btn-gradient-light):hover, .btn-gradient-primary:not(.btn-gradient-light):focus, .btn-gradient-primary:not(.btn-gradient-light):active {
color: #ffffff; }
.btn-gradient-secondary {
background: -webkit-gradient(linear, left top, right top, from(#e7ebf0), to(#868e96));
background: linear-gradient(to right, #e7ebf0, #868e96);
border: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease; }
.btn-gradient-secondary:not([disabled]):not(.disabled):active, .btn-gradient-secondary:not([disabled]):not(.disabled).active,
.show > .btn-gradient-secondary.dropdown-toggle {
background: -webkit-gradient(linear, left top, right top, from(#e7ebf0), to(#868e96));
background: linear-gradient(to right, #e7ebf0, #868e96); }
.btn-gradient-secondary:hover {
opacity: .8; }
.btn-gradient-secondary:not(.btn-gradient-light) {
color: #ffffff; }
.btn-gradient-secondary:not(.btn-gradient-light):hover, .btn-gradient-secondary:not(.btn-gradient-light):focus, .btn-gradient-secondary:not(.btn-gradient-light):active {
color: #ffffff; }
.btn-gradient-success {
background: -webkit-gradient(linear, left top, right top, from(#84d9d2), to(#07cdae));
background: linear-gradient(to right, #84d9d2, #07cdae);
border: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease; }
.btn-gradient-success:not([disabled]):not(.disabled):active, .btn-gradient-success:not([disabled]):not(.disabled).active,
.show > .btn-gradient-success.dropdown-toggle {
background: -webkit-gradient(linear, left top, right top, from(#84d9d2), to(#07cdae));
background: linear-gradient(to right, #84d9d2, #07cdae); }
.btn-gradient-success:hover {
opacity: .8; }
.btn-gradient-success:not(.btn-gradient-light) {
color: #ffffff; }
.btn-gradient-success:not(.btn-gradient-light):hover, .btn-gradient-success:not(.btn-gradient-light):focus, .btn-gradient-success:not(.btn-gradient-light):active {
color: #ffffff; }
.btn-gradient-info {
background: -webkit-gradient(linear, left top, right top, from(#90caf9), color-stop(99%, #047edf));
background: linear-gradient(to right, #90caf9, #047edf 99%);
border: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease; }
.btn-gradient-info:not([disabled]):not(.disabled):active, .btn-gradient-info:not([disabled]):not(.disabled).active,
.show > .btn-gradient-info.dropdown-toggle {
background: -webkit-gradient(linear, left top, right top, from(#90caf9), color-stop(99%, #047edf));
background: linear-gradient(to right, #90caf9, #047edf 99%); }
.btn-gradient-info:hover {
opacity: .8; }
.btn-gradient-info:not(.btn-gradient-light) {
color: #ffffff; }
.btn-gradient-info:not(.btn-gradient-light):hover, .btn-gradient-info:not(.btn-gradient-light):focus, .btn-gradient-info:not(.btn-gradient-light):active {
color: #ffffff; }
.btn-gradient-warning {
background: -webkit-gradient(linear, left top, right top, from(#f6e384), to(#ffd500));
background: linear-gradient(to right, #f6e384, #ffd500);
border: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease; }
.btn-gradient-warning:not([disabled]):not(.disabled):active, .btn-gradient-warning:not([disabled]):not(.disabled).active,
.show > .btn-gradient-warning.dropdown-toggle {
background: -webkit-gradient(linear, left top, right top, from(#f6e384), to(#ffd500));
background: linear-gradient(to right, #f6e384, #ffd500); }
.btn-gradient-warning:hover {
opacity: .8; }
.btn-gradient-warning:not(.btn-gradient-light) {
color: #ffffff; }
.btn-gradient-warning:not(.btn-gradient-light):hover, .btn-gradient-warning:not(.btn-gradient-light):focus, .btn-gradient-warning:not(.btn-gradient-light):active {
color: #ffffff; }
.btn-gradient-danger {
background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096));
background: linear-gradient(to right, #ffbf96, #fe7096);
border: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease; }
.btn-gradient-danger:not([disabled]):not(.disabled):active, .btn-gradient-danger:not([disabled]):not(.disabled).active,
.show > .btn-gradient-danger.dropdown-toggle {
background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096));
background: linear-gradient(to right, #ffbf96, #fe7096); }
.btn-gradient-danger:hover {
opacity: .8; }
.btn-gradient-danger:not(.btn-gradient-light) {
color: #ffffff; }
.btn-gradient-danger:not(.btn-gradient-light):hover, .btn-gradient-danger:not(.btn-gradient-light):focus, .btn-gradient-danger:not(.btn-gradient-light):active {
color: #ffffff; }
.btn-gradient-light {
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e4e4e9));
background: linear-gradient(to bottom, #f4f4f4, #e4e4e9);
border: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease; }
.btn-gradient-light:not([disabled]):not(.disabled):active, .btn-gradient-light:not([disabled]):not(.disabled).active,
.show > .btn-gradient-light.dropdown-toggle {
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e4e4e9));
background: linear-gradient(to bottom, #f4f4f4, #e4e4e9); }
.btn-gradient-light:hover {
opacity: .8; }
.btn-gradient-light:not(.btn-gradient-light) {
color: #ffffff; }
.btn-gradient-light:not(.btn-gradient-light):hover, .btn-gradient-light:not(.btn-gradient-light):focus, .btn-gradient-light:not(.btn-gradient-light):active {
color: #ffffff; }
.btn-gradient-dark {
background: linear-gradient(89deg, #5e7188, #3e4b5b);
border: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease; }
.btn-gradient-dark:not([disabled]):not(.disabled):active, .btn-gradient-dark:not([disabled]):not(.disabled).active,
.show > .btn-gradient-dark.dropdown-toggle {
background: linear-gradient(89deg, #5e7188, #3e4b5b); }
.btn-gradient-dark:hover {
opacity: .8; }
.btn-gradient-dark:not(.btn-gradient-light) {
color: #ffffff; }
.btn-gradient-dark:not(.btn-gradient-light):hover, .btn-gradient-dark:not(.btn-gradient-light):focus, .btn-gradient-dark:not(.btn-gradient-light):active {
color: #ffffff; }
.produit-text{
color : black;
}
.text-white-bold{
font-weight : bold;
color : white;
}
.card-rise{
background : white;
height : 390px;
}
.card-rise:hover{
transition: 0.3s;
box-shadow: 0px 20px 40px 0px rgba(21, 41, 62, 0.1);
transform: translateY(-5px);
}
.card-rise h3{
font-weight : bold;
text-align : center;
color : #6610f2;
margin-top : 2%;
}
.card-rise p{
text-align : center;
padding : 5%;
margin-top : -5%;
}
</style>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex justify-content-between">
<div class="">
<!-- Uncomment below if you prefer to use an text logo -->
<!-- <h1><a href="index.html">NewBiz</a></h1> -->
<a href="{{path('app_index')}}"><img src="{{asset('img/logo.jpeg')}}" alt="" style="width: 150px; height : 50px;"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a style="color : rgba(61,61,61,.69); font-size: 13px; font-weight: bold;" class="nav-link scrollto menu-temp active" href="{{path('app_index')}}">Accueil</a></li>
<li><a style="color : rgba(61,61,61,.69); font-size: 13px; font-weight: bold;" class="nav-link menu-temp scrollto" href="{{path('app_service')}}">Services</a></li>
<li><a style="color : rgba(61,61,61,.69); font-size: 13px; font-weight: bold;" class="nav-link menu-temp scrollto " href="{{path('app_produit')}}">Produits</a></li>
<li><a style="color : rgba(61,61,61,.69); font-size: 13px; font-weight: bold;" class="nav-link menu-temp scrollto " href="{{path('app_blog')}}">Blog</a></li>
<li><a style="color : rgba(61,61,61,.69); font-size: 13px; font-weight: bold;" class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- #header -->
{% block body %}{% endblock %}
<!-- ======= Footer ======= -->
<footer id="footer" style="background-color: #2e4254;">
<div class="footer-top" style="background-color: #2e4254;" >
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-info">
<h3 class="font-weight-bold " style="color : white; font-weight : bold;">AMANI SOFTWARE</h3>
<p style="color : white; font-weight : bold;">Des solutions logiciels et applications innovantes
pour accompagner votre entreprise dans sa transformation numérique.</p>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Liens utiles</h4>
<ul>
<li><a class="text-white-bold" href="{{path('app_index')}}">Accueil</a></li>
<li><a class="text-white-bold" href="{{path('app_service')}}">Services</a></li>
<li><a class="text-white-bold" href="{{path('app_produit')}}">Produit</a></li>
<li><a class="text-white-bold" href="{{path('app_blog')}}">Blog</a></li>
<li><a class="text-white-bold" href="#">Contact</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4 class="text-white-bold">Contactez nous</h4>
<p class="text-white-bold">
République Démocratique Du Congo <br>
<br>
Kinshasa, limete <br>
<strong class="text-white-bold">Phone:</strong> +243970585155<br>
<strong class="text-white-bold">Email:</strong> contact@amanisoftware.com<br>
</p>
<div class="social-links">
{# <a href="#" class="twitter"><i class="bi bi-twitter"></i></a> #}
<a target="_blank" title=="Facebook" href="https://m.facebook.com/pages/Amani-Software/105431422200356/?locale=hi_IN" class="facebook"><i class="bi bi-facebook"></i></a>
<a target="_blank" title="Instagram" href="https://instagram.com/amanisoftware?igshid=MzRlODBiNWFlZA==" class="instagram"><i class="bi bi-instagram"></i></a>
<a target="_blank" title="LinkedIn" href="https://cd.linkedin.com/company/amani-software?trk=public_profile_experience-item_profile-section-card_image-click" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-newsletter">
<h4 class="text-white-bold">Newsletters</h4>
<p class="text-white-bold">Restez informé de nos dernières offres et nouveautés</p>
<form action="{{path('app_newsletter')}}" method="get">
<input type="email" name="email"><input type="submit" value="Souscire">
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>Amani Software 2023</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=NewBiz
-->
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="{{asset('assets/vendor/aos/aos.js')}}"></script>
<script src="{{asset('assets/vendor/bootstrap/js/bootstrap.bundle.min.js')}}"></script>
<script src="{{asset('assets/vendor/glightbox/js/glightbox.min.js')}}"></script>
<script src="{{asset('assets/vendor/isotope-layout/isotope.pkgd.min.js')}}"></script>
<script src="{{asset('assets/vendor/php-email-form/validate.js')}}"></script>
<script src="{{asset('assets/vendor/swiper/swiper-bundle.min.js')}}"></script>
<!-- Template Main JS File -->
<script src="{{asset('assets/js/main.js')}}"></script>
<script src="{{asset('assets/js/jquery.min.js')}}"></script>
<script src="{{asset('assets/vendor/bootstrap/js/bootstrap.min.js')}}"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DRXPFMTLQ3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DRXPFMTLQ3');
</script>
</body>
</html>