/*
Theme Name:       Slick - Bootstrap 4 Template
Author:           UIdeck
Author URI:       http://uideck.com
Text Domain:      UIdeck
Domain Path:      /languages/
*/
/* ==========================================================================
IMPORT GOOGLE FONTS
========================================================================== */
/* @import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600"); */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;700&family=Nunito:wght@400;700&display=swap');

/* ==========================================================================
GENERAL
========================================================================== */
body {
  font-family: 'Fredoka', sans-serif;
  color: #a0a6ad;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

svg{
  display:block;
  line-height:0
}

p {
  font-size: 15px;
  color: #000;
  line-height: 26px;
  margin-bottom: 0;
}

a:hover,
a:focus {
  color: #000;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Fredoka', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #000;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #3c9cfd !important;
}

.card {
  border-radius: 16px !important;
}

.card-title {
	margin-bottom: .5 !important;
	font-weight: 600 !important;
}

#fonctions .card {
  background-color: #ffffff1c !important;
}
#fonctions .card-body p {
	color: #000;
	font-weight: 400;
	font-size: 18px;
}

.brand-subtitle p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}

.badge.badge-notee.me-2 {
  background-color: #f60;
  margin-right: 2px;
  border: 1px solid #797979;
  color: #000;
}

.hide{
  display: block !important;
}
/* Masquer sur mobile (téléphones) */
@media (max-width: 767px) {
  .hide {
    display: none !important;
  }
}

/* S'assurer que c'est visible sur tablettes et desktop */
@media (min-width: 768px) {
  .hide {
    display: block !important;
  }
}


.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: transparent;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	/* margin-bottom: 10px; */
	border: 1px solid rgba(0,0,0,.125);
}

.list-group-item-text{
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 400;
}

.me-2 {
  margin-right: 8px !important;
}
/* ==========================================================================
Section Title
========================================================================== */
.section {
  padding: 130px 0px;
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-header {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
	font-size: 60px;
	margin-bottom: 30px;
	font-weight: 600;
	position: relative;
  line-height: 60px;
}

.fonctions-title {
  line-height: 1.15;
}

.fonctions-title-part,
.fonctions-title-separator {
  display: inline;
}
.section-header .desc-text p {
	font-size: 25px;
	color: #000;
	line-height: 1.6;
	margin-bottom: 0;
}

/* =========================================================================
/* Responsive pour mobiles */
@media (max-width: 767px) {
 
.head-title {
	color: #ffffff;
	font-weight: 800;
	font-size: 40px !important;
	/* text-shadow: 0px -5px 5px #000; */
}
#hero p.para{
  font-size:15px !important;
  color:#b7b7b7 !important;
  margin-bottom:30px !important;
  line-height:1.6 !important;
}
.img_notee{
  height:14px !important;
  margin-bottom:6px !important
}
}

/* Pour les très petits écrans (smartphones en portrait) */
@media (max-width: 480px) {
  
.head-title {
	color: #ffffff;
	font-weight: 800;
	font-size: 30px !important;
	/* text-shadow: 0px -5px 5px #000; */
}

}

/* S'assurer que le contenu reste au-dessus de l'overlay */
#hero .container {
  position: relative;
  z-index: 2;
}
.head-title {
	color: #fff;
	font-weight: 800;
  font-size: 80px;
	/* text-shadow: 0px -5px 5px #000; */
}
#hero p {
	font-size: 18px;
	color: #b7b7b7;
	/* text-shadow: 1px -1px 30px #fff; */
	font-weight: 400;
}
#hero p b,
#hero .head-title b {
	color: #f60 !important;
}

#hero p.para{
  font-size:25px;
  color:#b7b7b7 !important;
  margin-bottom:30px;
  line-height:1.6;
}
.img_notee{
  height:18px;
  margin-bottom:6px
}
@media (min-width: 768px) {
  #hero {
    background-image: url(/public/images/svg/hero-tel.svg);
  }
}
#hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

#hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

#hero .d-flex {
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  width: 100%;
}

#erreur h2 {
  font-size: 80px;
  
  color: #f60;
  margin-bottom: 60px;
  text-align: center;
}
#erreur p {
  color: #fff;
  text-align: center;
}
/* =========================================================================
Section id #
========================================================================== */
#erreur {
   padding-top:150px;
  /*background-image: url(/public/images/svg/fondh2.svg);
  background-size: cover; */
  background: #212529;
  
  
}

#qui {
   padding-top:150px;
  /*background-image: url(/public/images/svg/fondh2.svg);
  background-size: cover; */
  background: #fff;
  
}
#fonctions {
  background: #f60;
  /* background-image: url(/public/images/svg/fondob.svg);
  background-size: cover; */
  padding-top: 150px;
}

#hero {
  background: #212529;
  /* background-image: url(/public/images/svg/fondob.svg);
  background-size: cover; */
  /* padding-top: 150px; */
}

#integrations {
  background: #fff;
   /* background-image: url(/public/images/svg/fondob.svg);
  background-size: cover; */
  padding-top: 150px;
}
#tarifs {
  background: #212529;
  /* background-image: url(/public/images/svg/fondb.svg);
  background-size: cover; */
  padding-top: 150px;
}
#faq {
  background: #212529;
   /* background-image: url(/public/images/svg/fondob.svg);
  background-size: cover; */
  padding-top: 150px;
}




/* Accordion FAQ personnalisé */
#faq .accordion {
    box-shadow: 0 5px 20px rgba(185, 185, 185, 0.233);
    border-radius: 16px;
    overflow: hidden;
    border:1px solid #2f2f2f
}

#faq .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

#faq .accordion-item:last-child {
    border-bottom: none;
}

#faq .accordion-button {
	/* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
	border: none;
	padding: 0.5rem 0.25rem;
	font-weight: 500;
	font-size: 15px;
	color: #212529;
	box-shadow: none;
	transition: all 0.3s ease;
	width: 100%;
	background: #797979;
}

#faq .accordion-button:not(.collapsed) {
    /* background: linear-gradient(135deg, #339af0, #228be6); */
    background: #212529;
    color: white;
}

#faq .accordion-button:focus {
    /* box-shadow: 0 0 0 0.25rem rgba(51, 154, 240, 0.25); */
    border:0
}

#faq .accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 1.5rem;
    font-weight: bold;
    color: inherit;
    transform: none;
    transition: all 0.3s ease;
}

#faq .accordion-button:not(.collapsed)::after {
    content: '−';
    transform: rotate(0deg);
}

#faq .accordion-body {
    padding: 1.5rem 1.25rem;
    background: rgba(255,255,255,0.95);
    font-size: 1rem;
    line-height: 1.6;
    color: #495057;
}

#faq .accordion-body strong {
    color: #339af0;
}

/* Animation d'apparition */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#faq .accordion-item {
    animation: fadeInUp 0.6s ease-out;
}

#faq .accordion-item:nth-child(2) {
    animation-delay: 0.1s;
}

#faq .accordion-item:nth-child(3) {
    animation-delay: 0.2s;
}

#faq .accordion-item:nth-child(4) {
    animation-delay: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
    #faq .accordion-button {
        font-size: 1rem;
        padding: 1.25rem 1rem;
    }
    
    #faq .accordion-body {
        padding: 1.25rem 1rem;
        font-size: 0.95rem;
    }
}

/* ==========================================================================
Buttons
========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 4px;
  font-family: 'Fredoka', sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn-common {
  background-color: #3ecf8e;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.btn-common:hover {
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn-light-bg {
  background-color: #ff704f;
}

.btn-border {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-color: transparent;
  border-color: #3ecf8e;
  color: #3ecf8e;
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.btn-border:hover {
  -webkit-box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn-border-filled {
  cursor: pointer;
  background-color: #3ecf8e;
  border: 1px solid #3ecf8e;
  color: #fff;
  -webkit-box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 180px;
  height: 50px;
  padding: 15px 15px;
}

.btn-border-filled:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #3c9cfd;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}

.btn-singin {
  background: #f60;
  color: #fff;
  padding: 10px 23px;
  margin-left: 30px;
  -webkit-box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-singin:hover,
.btn-singin:active,
.btn-singin:focus {
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-light-singin {
  background: #ff6600;
  color: #fff;
  padding: 10px 23px;
  margin-left: 30px;
  -webkit-box-shadow: 0px 8px 9px 0px rgba(23, 23, 23, 0.24);
  box-shadow: 0px 8px 9px 0px rgba(23, 23, 23, 0.24);
  border-radius: 6px;
  text-transform: inherit;
}

.btn-light-login {
  background: #3d76ad;
  color: #fff;
  padding: 10px 23px;
  margin-left: 0px;
  -webkit-box-shadow: 0px 8px 9px 0px rgba(23, 23, 23, 0.24);
  box-shadow: 0px 8px 9px 0px rgba(23, 23, 23, 0.24);
  border-radius: 6px;
  text-transform: inherit;
}

.btn-light-singin:hover,
.btn-light-singin:active,
.btn-light-singin:focus {
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-light-login:hover,
.btn-light-login:active,
.btn-light-login:focus {
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-apple {
  border-width: 2px;
  border-color: #3c96ff;
  border-style: solid;
  background: -webkit-gradient(linear, left top, right top, from(#3c96ff), to(#2dfbff));
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
  background: -webkit-gradient(linear, left top, right top, from(#3c96ff), to(#2dfbff));
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
  background: -webkit-gradient(linear, left top, right top, from(#3c96ff), to(#2dfbff)) !important;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #3c9cfd;
}

.btn-subtitle {
  color: #191c1e;
  font-family: 'Fredoka', sans-serif;
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}


/* Calculateur de tarifs */
.pricing-calculator {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 3rem;
}

.pricing-calculator .card-header {
    background: linear-gradient(135deg, #339af0, #228be6) !important;
    padding: 1.5rem;
}

/* Slider personnalisé */
.form-range {
    height: 8px;
    background: linear-gradient(to right, #e9ecef 0%, #339af0 0%);
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
}

.form-range::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #339af0;
    border: 3px solid white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.3s ease;
}

.form-range::-webkit-slider-thumb:hover {
    background: #228be6;
    transform: scale(1.1);
}

.form-range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #339af0;
    border: 3px solid white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    cursor: pointer;
}

/* Résultat du pricing */
.pricing-result {
    animation: fadeInUp 0.4s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Badge de remise */
.discount-info .badge {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Grilles tarifaires améliorées */
.pricing-table.recommended {
	position: relative;
	transform: scale(1.06);
	border: 3px solid #f60;
	box-shadow: 0 10px 30px rgba(255,102,0, 0.5);
}

.pricing-table.recommended::before {
	content: "Recommandé";
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: #f60;
	color: white;
	padding: 5px 20px;
	border-radius: 15px;
	font-size: 0.8rem;
	font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-calculator .row {
        text-align: center;
    }
    
    .pricing-calculator .col-md-6:first-child {
        margin-bottom: 2rem;
    }
    
    .pricing-table.recommended {
        transform: none;
        margin: 1rem 0;
    }
}


/* ==========================================================================
Section Pricing
========================================================================== */
/* 
Cette section personnalise l'affichage des cartes de tarification ("pricing") en complément de Bootstrap 5.
- Le fond du bloc pricing utilise un dégradé bleu.
- Les cartes pricing sont arrondies, sans bordure, avec une ombre légère et une transition au survol.
- Les titres, prix et périodes sont stylisés pour une meilleure lisibilité.
- Les listes d'options sont espacées.
- Les boutons pricing sont arrondis, semi-transparents, et deviennent plus visibles au survol.
- Sur desktop (>992px), la carte pricing s'élève et l'ombre s'accentue au survol, le bouton devient opaque.
*/

section.pricing {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
 
}

/* ==========================================================================
Spacing
========================================================================== */
.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #212529;
  z-index: 9999999;
}


.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #f60;
}

#loader-1:before {
  z-index: 100;
  -webkit-animation: spin 2s infinite;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ========================================================================== 
Scroll To Up 
========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #212529;
  /* background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%); */
  -webkit-box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  z-index: 9999999;
}

.back-to-top i {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 12px;
}

.badge-notee {
  background-color: #f60;
  color: #000;
  border: 1px solid #797979;
  padding: 3px 10px;
}

/* ==========================================================================
Navbar Style
========================================================================== */
.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background: #3d76ad;
  background: linear-gradient(95deg, #3d76ad 40%, #6d80d7 100%) !important;
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  /* padding: 5px; */
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #3c9cfd;
}

.menu-bg .logo-menu a {
  color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .active {
  color: #ffffff !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 8px 0px;
  margin-left: 26px;
  font-family: 'Fredoka', sans-serif;
  position: relative;
  font-weight: 500;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-brand {
  color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #ffffff;
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
  color: #ffffff;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}

/* ==========================================================================
Navigation  section
========================================================================== */
.hero-area2 .menu-bg {
  background: #212529 !important;
  /* background: linear-gradient(135deg, #212529 40%, #fff 100%) !important; */
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  /* padding: 5px; */
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  /* background: linear-gradient(135deg, #212529 40%, #fff 100%) !important; */
  background-color: #212529 !important;
}

.sticky {
  position: fixed;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.sticky .navbar {
  padding: 10px 0;
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .navbar {
    padding: 10px 0;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 150px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #212529 20%, #fff 100%) !important;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 15px;
    border-radius: 6px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #212529 20%, #fff 100%) !important;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(51, 51, 51, 0.1);
    -webkit-box-shadow: 0px 15px 20px 0px rgba(51, 51, 51, 0.1);
    -o-box-shadow: 0px 15px 20px 0px rgba(51, 51, 51, 0.1);
    -ms-box-shadow: 0px 15px 20px 0px rgba(51, 51, 51, 0.1);
    padding: 20px;
    margin-top: 15px;
    border-radius: 6px;
  }
}

.navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.navbar-nav .nav-item {
  margin-left: 20px;
  position: relative;
}

.navbar-nav .nav-item:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-family: 'Fredoka', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  position: relative;
}

.navbar-nav .nav-item a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::after {
    background: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::after {
    background: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 6px 0;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 6px 0;
    color: #fff;
  }
}

.navbar-nav .nav-item a.btn-light-singin {
  background: #ff6600;
  padding: 4px 15px;
  border-radius: 6px;
  color: #fff
}

.navbar-nav .nav-item a.btn-light-login {
  background: #003d76;
  padding: 4px 15px;
  border-radius: 6px;
  color: #fff
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a.btn-light-singin {
    padding: 10px 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .navbar-nav .nav-item a.btn-light-login {
    padding: 10px 30px;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a.btn-light-singin {
    padding: 10px 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .navbar-nav .nav-item a.btn-light-login {
    padding: 10px 30px;
    margin-left: 0px;
  }
}

.navbar-nav .nav-item a.btn-light-singin::after {
  display: none;
}

.navbar-nav .nav-item a.btn-light-login::after {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .navbar-nav .nav-item.active>a,
  .navbar-nav .nav-item:hover>a {
    color: #000;
  }
}

@media (max-width: 767px) {

  .navbar-nav .nav-item.active>a,
  .navbar-nav .nav-item:hover>a {
    color: #000;
  }
}

.navbar-nav .nav-item.active>a::after,
.navbar-nav .nav-item:hover>a::after {
  width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #333;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #ff704f;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #333;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #333;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.hero-area2 {
  position: relative;
}

.hero-area2 .overlay-light {
  
   /*background: #f60;
background: linear-gradient(95deg, #3d76ad 40%, #6d80d7 100%) !important; 
background-image: url(../images/svg/fondh.svg);
  background-size: cover;*/
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.hero-area2 .contents {
  padding: 200px 0 270px;
}

@media (max-width: 767px) {
  .hero-area2 .contents {
    padding: 250px 0 70px;
  }
}

.hero-area2 .contents h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.473);
}

.hero-area2 .contents p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
}

.hero-area2 .contents p.para {
  font-size: 14px;
}

.hero-area2 .contents form.subsribe-input {
  margin-top: 35px;
}

.hero-area2 .contents form.subsribe-input .form-subsribe {
  position: relative;
  width: 85%;
}

@media (max-width: 767px) {
  .hero-area2 .contents form.subsribe-input .form-subsribe {
    width: 100%;
  }
}

.hero-area2 .contents form.subsribe-input .form-subsribe input[type="email"] {
  min-height: 52px;
  padding: 0px 0 0 28px;
  font-size: 14px;
  color: #5e629c;
  font-style: italic;
  border-color: #ff704f;
}

@media (max-width: 767px) {
  .hero-area2 .contents form.subsribe-input .form-subsribe input[type="email"] {
    padding-left: 15px;
  }
}

.hero-area2 .contents form.subsribe-input .form-subsribe .form-control:focus {
  border: 1px solid #ff704f;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e5fff3;
}

.hero-area2 .contents form.subsribe-input .btn-subsribe {
  background-color: #ff704f;
  z-index: 1;
  -webkit-box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 160px;
  height: 52px;
  padding: 14px 15px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  text-transform: inherit;
  font-weight: 500;
}

@media (max-width: 767px) {
  .hero-area2 .contents form.subsribe-input .btn-subsribe {
    min-width: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area2 .intro-img {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .hero-area2 .intro-img {
    padding-bottom: 70px;
  }
}

.hero-area2 .intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid #bbb
}

/* ==========================================================================
About 
========================================================================== */
#services .services-item {
  padding: 60px 30px;
  border: 1px solid #ddd;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#services .services-item:hover {
  border: 1px solid #3ecf8e;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#services .services-item .icon {
  background: #e3fff2;
  width: 110px;
  height: 110px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}

#services .services-item .icon i {
  font-size: 40px;
  color: #3ecf8e;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}

#services .services-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  margin-bottom: 15px;
}

#services .services-item p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #5e629c;
}

/* ==========================================================================
Features 2 for home2 
========================================================================== */


#integrations .featured-bg {
  background: #fff;
}

#integrations .featured-border1 {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

#integrations .featured-border2 {
  border-bottom: 1px solid #ededed;
}

#integrations .featured-border3 {
  border-right: 1px solid #ededed;
}

#integrations .feature-item {
  padding: 30px;
  overflow: hidden;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#integrations .feature-item .feature-icon {
  background: #fff2ef;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
  border: 1px solid #ff704f;
  margin-top: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #integrations .feature-item .feature-icon {
    margin-right: 15px;
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  #integrations .feature-item .feature-icon {
    margin-bottom: 30px;
  }

}

#integrations .feature-item .feature-icon i {
  font-size: 40px;
  color: #ff704f;
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
}

#integrations .feature-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #integrations .feature-item h4 {
    font-size: 17px;
  }
}

#integrations .feature-item p {
  font-size: 16px;
  display: block;
}

#integrations .feature-item:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#integrations .feature-item:hover .feature-icon {
  background: #ff704f;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#integrations .feature-item:hover .feature-icon i {
  color: #fff;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#brand-area {
  padding: 60px 0px 110px 0;
}

#brand-area .brand-subtitle h5 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 30px;
}



#qui .qui_details {
  font-size: 15px;
  color: #000;
}

#qui .brand-subtitle h5 {
  font-size: 38px;
  text-align: center;
  /* padding-bottom: 30px; */
  color: #fff;
  font-weight: 600;
}

#qui .card.text-start {
  margin-bottom: 15px;
  border: 1px solid #a2a4a5;
}

/* .card-body {
  min-height: 200px !important;
} */

.card-body h5 {
  color: #212529 !important;
  font-weight: 600;
  font-size: 30px;
}

.card-body p {
  color: #212529;
  font-weight: 400;
  font-size: 15px;
}

.bi.fs-6 {
  font-size: 35px;
  color: #f60
}

.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 10px;
  border: 1px solid #bbb;
}

#arrow-area {
  border-bottom: 1px solid #ccc;
}

#arrow-area .arrow-icon {
  position: relative;
}

#arrow-area .arrow-icon a {
  border: 1px solid #ccc;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  background: #fff;
  top: -30px;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
}

#arrow-area .arrow-icon a:hover {
  border: 1px solid #ff704f;
  background: #ff704f;
  color: #fff;
}

#arrow-area .arrow-icon a:hover span i {
  color: #fff;
}

#arrow-area .arrow-icon a span i {
  color: #ff704f;
  font-size: 25px;
  padding: 5px 5px;
  line-height: 56px;
  display: block;
  cursor: pointer;
}

/* ==========================================================================
Items
========================================================================== */

.item-title{
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}
.item-text{
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}
.item-icon{
  background: #000;
  color:#f60;
  width: 110px;
  height: 110px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}
.bi.item-icon {
	font-size: 50px;
	color: #f60;
	position: absolute;
	left: 0;
	right: 0;
	/* top: 30%; */
	padding-top: 25;
}
/* .bi.item-icon {
	color: #654888;
	font-size: 50px;
	margin: auto;
} */
.card-img, .card-img-top {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.card-img, .card-img-bottom {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

/* ==========================================================================
/* fonctions */

#fonctions .light-feature-item {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  margin-bottom: 32px;
  overflow: hidden;
}

#fonctions .light-feature-item .light-feature-icon {
  background: #f60;
  width: 65px;
  height: 65px;
  margin: 0px auto;
  margin-top: 0px;
  margin-right: auto;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
  border: 1px solid #f60;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#fonctions .light-feature-item .light-feature-icon i {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#fonctions .light-feature-item .light-feature-info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

#fonctions .light-feature-item .light-feature-info p {
  font-size: 16px;
  display: block;
}

#fonctions .light-feature-item:hover .light-feature-icon {
  background: #fff;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#fonctions .light-feature-item:hover .light-feature-icon i {
  color: #000;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#fonctions .right-feature-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 45px;
  margin-top: -6px;
}

.mill {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  text-align: center;
}

.bg-danger {
  background-color: #ff0018 !important;
}

.bg-success {
  background-color: #0baa30 !important;
}

.bg-primary {
  background-color: #3d76ad !important;
}

.bg-dark {
  background-color: #212529 !important;
}

#fonctions .right-feature-info p {
  font-size: 16px;
  display: block;
  margin-bottom: 35px;
}

#fonctions .right-feature-info a {
  color: #fff;
  font-size: 15px;
  text-transform: inherit;
  border-radius: 6px;
  font-weight: 500;
  padding: 14px 28px;
  -webkit-box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  background-color: #f60;
}

#fonctions .right-feature-info a:hover {
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* ==========================================================================
Screen scss
========================================================================== */
#screenshots .touch-slider .owl-item .item {
  margin: 10px;
}

#screenshots .touch-slider .owl-item .item .screenshot-thumb img {
  width: 100%;
}

#screenshots .touch-slider .owl-controls .owl-page.active span,
#screenshots .touch-slider .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #ff704f;
}

#screenshots .touch-slider .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 20px;
  background: #ff704f;
}

#screenshots .touch-slider .owl-controls .active span {
  width: 15px;
  height: 15px;
}

/* ==========================================================================
Features 
========================================================================== */
#download-app {
  padding-bottom: 100px;
}

#download-app .download-info {
  padding-top: 30px;
}

#download-app .download-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 44px;
}

#download-app .download-info p {
  font-size: 16px;
  display: block;
  margin-bottom: 35px;
}

#download-app .download-info .downlaod-btn {
  padding-bottom: 50px;
  border-bottom: 1px solid #ff704f;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#download-app .download-info .downlaod-btn a.play-store {
  font-size: 12px;
  -webkit-box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 50px 15px 90px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #ff704f;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
}

@media (max-width: 767px) {
  #download-app .download-info .downlaod-btn a.play-store {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}

#download-app .download-info .downlaod-btn a {
  position: relative;
}

#download-app .download-info .downlaod-btn a.play-store span {
  font-size: 15px;
  font-weight: 500;
}

#download-app .download-info .downlaod-btn a.play-store i {
  position: absolute;
  left: 50px;
  font-size: 28px;
  color: #fff;
  top: 18px;
}

#download-app .download-info .downlaod-btn a.ios-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #000;
  top: 18px;
}

#download-app .download-info .downlaod-btn a.ios-store {
  border: 1px solid #ff704f;
  color: #151948;
  font-size: 12px;
  -webkit-box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 50px 15px 90px;
  height: 65px;
  line-height: 18px;
  background: #fff;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
  position: relative;
}

#download-app .download-info .downlaod-btn a.play-store:hover {
  color: #151948;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#download-app .download-info .downlaod-btn a.ios-store span {
  font-size: 15px;
}

#download-app .download-info .downlaod-btn a.ios-store:hover {
  color: #ff704f;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

@media (max-width: 767px) {
  #download-app .download-statatics {
    text-align: center;
    margin-bottom: 25px;
  }
}

#download-app .download-statatics h3 {
  color: #151948;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}

#download-app .download-statatics p {
  font-size: 18px;
  color: #5e629c;
}

/* ==========================================================================
Testimonial index2 section
========================================================================== */
#client-talk .client-words {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 28px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

#client-talk .client-words h5 {
  font-size: 16px;
  font-weight: 500;
  color: #151948;
  line-height: 22px;
}

#client-talk .client-words h5 span {
  color: #5e629c;
  font-size: 12px;
  font-style: italic;
}

#client-talk .client-words span.qoute-icon {
  background: #ff704f;
  color: #fff;
  border-radius: 50px;
  width: 38px;
  height: 34px;
  text-align: center;
  position: absolute;
  right: 30px;
  bottom: 32px;
  -webkit-box-shadow: 0px 0px 30px 10px rgba(255, 112, 79, 0.24);
  box-shadow: 0px 0px 30px 10px rgba(255, 112, 79, 0.24);
}

#client-talk .client-words span.qoute-icon i {
  line-height: 34px;
  font-size: 20px;
  position: relative;
}

#client-talk .client-words p {
  font-size: 18px;
  color: #5e629c;
  font-style: italic;
  line-height: 32px;
  margin-bottom: 20px;
}

#client-talk .client-words:hover {
  border: 1px solid #ff704f;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(255, 112, 79, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(255, 112, 79, 0.24);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/* ==========================================================================
Our Pricing index2 scss
========================================================================== */
.btn.btn-notee {
	background: #f60;
}

#tarifs .pricing-table {
	padding: 35px;
	margin-bottom: 30px;
	/* border: 1px solid #ccc; */
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	background: #ffffff1c;
	border-radius: 16px;
}

#tarifs .pricing-table h3 {
	font-size: 40px;
	color: #000 !important;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 11px;
	text-shadow: 0px 0px 50px #fff;
}

#tarifs .pricing-table h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  display: inline-block;
}

#tarifs .pricing-table h1 span {
	font-size: 30px;
	position: relative;
	left: 0;
	top: 0;
	font-weight: 500;
}

#tarifs .pricing-table ul {
  padding-bottom: 28px;
}

#tarifs .pricing-table ul li {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  display: block;
  line-height: 33px;
}

#tarifs .pricing-table .plan-button .btn-border {
  border-color: #ff704f;
  color: #ff704f;
  height: 45px;
  border-radius: 50px;
  padding: 12px 10px;
}

#tarifs .pricing-table .plan-button .btn-border:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(255, 112, 79, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(255, 112, 79, 0.24);
}

#tarifs .pricing-table .plan-button .btn-common {
  background-color: #ff704f;
  -webkit-box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  height: 45px;
  border-radius: 50px;
  padding: 12px 10px;
}

#tarifs .pricing-table .plan-button:hover {
  color: #fff;
}

#tarifs .pricing-table:hover {
  border: 1px solid #212529;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(255, 112, 79, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(255, 112, 79, 0.24);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/* ==========================================================================
team index2 section
========================================================================== */
#team2 {
  background: #fff2ef;
}

#team2 .single-team {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  background: #fff;
}

#team2 .single-team .team-thumb img {
  width: 100%;
}

#team2 .single-team .team-social-icons {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -20px;
}

#team2 .single-team .team-social-icons ul.social-list li {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 5px;
  line-height: 30px;
  margin: 4px;
  background: #fff;
}

#team2 .single-team .team-social-icons ul.social-list li:hover {
  background: #ff704f;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-color: #ff704f;
}

#team2 .single-team .team-social-icons ul.social-list li:hover a {
  display: block;
}

#team2 .single-team .team-social-icons ul.social-list li:hover a i {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#team2 .single-team .team-social-icons ul.social-list li a i {
  color: #ff704f;
  font-size: 16px;
}

#team2 .single-team:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  border-color: #ff704f;
}

#team2 .single-team .team-details {
  padding: 45px 0px 30px 0px;
  position: relative;
}

#team2 .single-team .team-details h5.team-title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}

#team2 .single-team .team-details p {
  font-size: 12px;
  color: #5e629c;
}

/* ==========================================================================
Blog index2 version
========================================================================== */
.blog-hero-area {
  background: url(../img/hero-area.jpg) no-repeat;
  background-size: auto;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.blog-hero-area .contents {
  padding: 160px 0 140px;
}

#blog2 {
  background: #fff;
}

#blog2 .blog-item-wrapper {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#blog2 .blog-item-wrapper:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  border-color: #ff704f;
}

#blog2 .blog-item-wrapper:hover h3 a {
  color: #ff704f;
}

#blog2 .blog-item-wrapper .blog-item-img img {
  width: 100%;
}

#blog2 .blog-item-wrapper .blog-item-text {
  padding: 26px 30px 30px 30px;
}

#blog2 .blog-item-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}

#blog2 .blog-item-wrapper h3 a {
  color: #151948;
}

#blog2 .blog-item-wrapper p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}

#blog2 .blog-item-wrapper a.read-more {
  color: #ff704f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

#blog2 .blog-item-wrapper a.read-more i {
  color: #ff704f;
  font-size: 10px;
  position: absolute;
  top: 3px;
}

#blog2 .blog-item-wrapper .author {
  border-top: 1px solid #ddd;
  padding: 18px 30px 35px 30px;
}

#blog2 .blog-item-wrapper span.name a {
  color: #5e629c;
  font-size: 14px;
}

#blog2 .blog-item-wrapper span.name i {
  color: #ff704f;
  margin-right: 5px;
}

#blog2 .blog-item-wrapper span.date a {
  color: #5e629c;
  font-size: 14px;
}

#blog2 .blog-item-wrapper span.date i {
  color: #ff704f;
  margin-right: 5px;
}

/* ==========================================================================
Blog single post section
========================================================================== */
.blog-hero-area .contents h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-hero-area .contents h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .blog-hero-area .contents h2 {
    font-size: 32px;
  }
}



#blog .blog-item-wrapper {
  -webkit-transition: transform .2s linear, -webkit-box-shadow .2s linear;
  -webkit-transition: -webkit-transform .2s linear, -webkit-box-shadow .2s linear;
  transition: -webkit-transform .2s linear, -webkit-box-shadow .2s linear;
  transition: transform .2s linear, box-shadow .2s linear;
  transition: transform .2s linear, box-shadow .2s linear, -webkit-transform .2s linear, -webkit-box-shadow .2s linear;
}

#blog .blog-item-wrapper:hover {
  -webkit-box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
  box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#blog-single {
  padding: 80px 0;
  background: #ecf0f1;
}

#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}

#blog-single .blog-post .post-thumb img {
  width: 100%;
}

#blog-single .blog-post .post-content {
  padding: 30px;
}

#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

#blog-single .blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}

#blog-single .blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

#blog-single .blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

#blog-single .blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#blog-single .blog-comment .comment-list .children {
  padding-left: 40px;
}

#blog-single .blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
  border: 1px dashed #346afe;
}

#blog-single .blog-comment .comment-author {
  margin-bottom: 10px;
}

#blog-single .blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}

.blog-hero-area .post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-hero-area .post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.blog-hero-area .post-meta ul li i {
  margin-right: 5px;
}

.blog-hero-area .post-meta ul li a {
  color: #fff;
}

.blog-hero-area .post-meta ul li a:hover {
  color: #ff704f;
}

#blog-single .form-control {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#blog-single .btn-common {
  background-color: #ff704f;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

#blog-single .form-control:focus {
  border: 1px solid #ff704f;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

#blog-single textarea {
  border-radius: 4px !important;
}

#subscribe textarea {
  border-radius: 4px !important;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* ==========================================================================
Contact index2 version section
========================================================================== */
#contact2 {
  background: #fff2ef;
}

#contact2 form#contactForm .form-group {
  margin-bottom: 30px;
}

#contact2 form#contactForm input[type=text],
#contact2 form#contactForm input[type=email] {
  min-height: 52px;
  padding: 0px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#contact2 form#contactForm textarea {
  padding: 15px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#contact2 form#contactForm .form-control:focus {
  border: 1px solid #ff704f;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffe2db;
}

#contact2 .submit-button .btn-common {
  background-color: #ff704f;
  -webkit-box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  height: 45px;
  border-radius: 50px;
  padding: 12px 10px;
}

/* ==========================================================================
Footer section
========================================================================== */
#footer-Content2 {
  padding-top: 130px;
  background: #000;
}

#footer-Content2 .footer-logo {
  margin-bottom: 30px;
}

#footer-Content2 .footer-logo p {
  color: #e2e2e2;
  padding-top: 10px;
}

#footer-Content2 .footer-logo ul.footer-social-list {
  padding-top: 20px;
}

#footer-Content2 .footer-logo ul.footer-social-list li {
  display: inline-block;
  margin-right: 30px;
}

#footer-Content2 .footer-logo ul.footer-social-list li:last-child {
  margin-right: 0px;
}

#footer-Content2 .footer-logo ul.footer-social-list li a {
  margin: 5px 0px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#footer-Content2 .footer-logo ul.footer-social-list li a i {
  color: #e2e2e2;
  font-size: 18px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#footer-Content2 .footer-logo ul.footer-social-list li a i:hover {
  color: #ff704f;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#footer-Content2 .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e5fff3;
}

#footer-Content2 .copyright {
  margin-top: 50px;
  border-top: 1px solid #212529;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer-Content2 .copyright p {
  color: #f60;
  font-size: 18px;
}

#footer-Content2 .copyright a {
  color: #ddd;
}

#footer-Content2 .widget {
  margin-bottom: 30px;
}

#footer-Content2 .widget p {
  color: #e2e2e2;
  font-size: 16px;
  line-height: 32px;
}

#footer-Content2 .widget .subscribe-area {
  position: relative;
  height: 40px;
  margin-top: 18px;
}

#footer-Content2 .widget .subscribe-area input[type=email] {
  background: #24153c;
  border: 1px solid #fff;
  color: #e2e2e2;
  font-size: 14px;
  font-style: italic;
  height: 38px;
}

#footer-Content2 .widget .subscribe-area span i {
  position: absolute;
  right: 0;
  width: 60px;
  height: 38px;
  color: #fff;
  top: 0;
  background: #ff704f;
  display: block;
  padding: 9px 20px;
  font-size: 18px;
  border-radius: 0px 4px 4px 0px;
}

#footer-Content2 h3.block-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

#footer-Content2 ul.menu li {
  line-height: 20px;
}

#footer-Content2 ul.menu li a {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#footer-Content2 ul.menu li a:hover {
  color: #ff704f;
  padding-left: 5px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#footer-Content2 ul.footer-address-info li {
  position: relative;
}

#footer-Content2 ul.footer-address-info li i {
  position: absolute;
  left: 0;
  top: 11px;
}

#footer-Content2 ul.footer-address-info li {
  color: #e2e2e2;
  font-size: 16px;
  line-height: 40px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  padding-left: 35px;
}

.home2-scroll {
  background: #ff6600;
  background: linear-gradient(95deg, #ff6600 40%, #ff704f 100%) !important;
}

/*# sourceMappingURL=main.css.map */