/*-----------------------------------------------------------------------------------

 Theme Name: Konoz
 Description: The Multi-Purpose Onepage Template
 Author: UI-Themez
 Author URI: http://themeforest.net/user/UI-Themez
 Version: 1.0

 Main Color   : #b3c44e
 main Font    : Poppins , Hind
 Heading Font : Barlow Condensed

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

	01 Basic
	02 Buttons
	03 Navbar
	04 Header
	05 Hero
	06 Video Intro
	07 Portfolio
	08 featruse
	09 Team
	10 get-ready
	11 Testimonails
	12 Numbers
	13 Price
	14 Blog
	15 Clients
	16 Map
	17 Contact
	18 Footer
	19 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basic ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  list-style: none;
}

.insc {
  color: #203573;
}

body {
  color: #00000a;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
}

h2,
h3,
h5,
h6 {
  font-family: 'Barlow Condensed', 'icofont', sans-serif;
}

h4,
h1 {
  font-family: 'Archivo Black';
}

.section-head h1 {
  font-size: 22px;

}

p {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Hind', sans-serif;
  color: #909090;
  line-height: 1.9;
  margin: 0;
  text-align: justify;
}

.p1 {
  text-align: center;
  font-weight: bold;
  color: #203573;
}

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

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 120px 0;
}

.section-head {
  margin-bottom: 30px;
}

.section-head h6 {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  word-spacing: 1px;
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

.section-head h6:before,
.section-head h6:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #6089BF;
  position: absolute;
  bottom: 3px;
}

.section-head h6:before {
  left: -50px;
}

.section-head h6:after {
  right: -50px;
}

.section-head h4 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: .7;
  position: relative;
  margin-bottom: 15px;
}

.bg-gray {
  background: #f7f7f7;
}

.bg-gray .owl-theme .owl-dots .owl-dot span {
  background: #777;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  color: #203573
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #203573;
}

/* ----------------------------------------------------------------
     [ End Basic ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 01 Start Buttons ]
-----------------------------------------------------------------*/


.butn {
  padding: 17px 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  margin: 30px 2px 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.butn:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.butn:hover {
  border-color: #fff;
}

.butn:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.butn:hover span {
  color: #203573;

}

.butn span {
  position: relative;
  z-index: 2;
}

.butn-bg {
  background: #001d6e;
  border-color: #001d6e;
  color: #fff;
}

.butn-bg2 {
  background: #001d6e;
  border-color: #001d6e;
  color: #fff;
}

.butn-bord:after {
  background: #203573;
}

.butn-bord:hover {
  border-color: #203573;
}

.butn-bord:hover span {
  color: #fff;
}

.butn.round {
  border-radius: 30px;
}

.butn.round:after {
  border-radius: 30px;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  min-height: 80px;

}

.navbar .icon-bar {
  color: #fff;
}

.navbar .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #203573;
  letter-spacing: .5px;
  margin: 15px 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar .navbar-nav .active {
  color: #6089BF !important;
}

.nav-scroll {
  background: #fff;
  border-bottom: 1px solid rgba(12, 12, 12, 0.04);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.nav-scroll .icon-bar {
  color: #203573;
}

.nav-scroll .navbar-nav .nav-link {
  color: #203573;
}

.nav-scroll .navbar-nav {
  padding: 15px 0;
  color: #203573;
}

.logo {
  padding: 15px 0;
  width: 120px;
}

.navLogo {
  padding: 15px 0;
  width: 120px;

  background-color: aliceblue;
  background-size: cover;
  padding: 15px 20px;
  border-radius: 5px;

}

.logo-container {
  position: fixed;
  z-index: 1000;
  /* Assurez-vous que le conteneur soit au-dessus des autres éléments */
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  overflow: hidden;
}

.header .caption .o-hidden {
  display: inline-block;
}

.header .caption h4 {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
  background: #fff;
  color: #203573;
  padding: 0px 5px 3px;
  display: inline;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;

}

.header .caption h1 {
  margin: 20px 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.header .caption h1 b {
  font-weight: inherit;
}

.header .caption h2 {
  font-size: 55px;
  font-weight: 600;
}

.header .caption p {
  font-size: 15px;
  font-weight: 300;
  color: #eee;
  letter-spacing: 1px;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.header .arrow {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 8;
}

.header .arrow i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.header .arrow i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.header .arrow i:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slider .arrow,
.slider-fade .arrow {
  display: none !important;
}

.slider .owl-item,
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}

.slider .item,
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.slider .item .caption,
.slider-fade .item .caption {
  z-index: 9;
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.creative {
  min-height: 100vh;
}

.creative .svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.creative .svg svg {
  fill: #fff;
  width: 101%;
}

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header {
  position: relative;
}


/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  overflow: hidden;
}

.header .caption .o-hidden {
  display: inline-block;
}

.header .caption h4 {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
  background: #fff;
  color: #203573;
  padding: 0px 5px 3px;
  display: inline;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;

}

.header .caption h1 {
  margin: 20px 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.header .caption h1 b {
  font-weight: inherit;
}

.header .caption h2 {
  font-size: 55px;
  font-weight: 600;
}

.header .caption p {
  font-size: 15px;
  font-weight: 300;
  color: #eee;
  letter-spacing: 1px;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.header .arrow {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 8;
}

.header .arrow i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.header .arrow i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.header .arrow i:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slider .arrow,
.slider-fade .arrow {
  display: none !important;
}

.slider .owl-item,
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}

.slider .item,
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.slider .item .caption,
.slider-fade .item .caption {
  z-index: 9;
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.creative {
  min-height: 100vh;
}

.creative .svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.creative .svg svg {
  fill: #fff;
  width: 101%;
}

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header {
  position: relative;
}


@media screen and (max-width: 1024px) {
  .header .caption h1 {
    font-size: 26px;
    /* Réduire la taille du texte */
  }

  .header .caption h4 {
    font-size: 18px;
  }

  .header .caption p {
    font-size: 13px;
  }
}

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

  .header {
    min-height: auto;
    margin-top: 90px !important;
    height: auto !important;
    overflow: hidden;
  }

  .header .caption h1 {
    font-size: 22px;
  }

  .header .caption h4 {
    font-size: 16px;
  }

  .header .caption p {
    font-size: 12px;
  }

  .header .arrow {
    font-size: 11px;
    /* Adapter la taille de l'icône de flèche */
  }

  .header .butn {
    font-size: 14px;
    /* Adapter les boutons */
    padding: 10px 20px;
  }
}

@media screen and (max-width: 600px) {

  .header {
    min-height: auto;
    margin-top: 90px !important;
    height: auto !important;
    overflow: hidden;
  }

  .header .caption h1 {
    font-size: 18px;
    /* Adapter la taille du texte pour les très petits écrans */
  }

  .header .caption h4 {
    font-size: 14px;
  }

  .header .caption p {
    font-size: 11px;
  }

  .header .butn {
    font-size: 12px;
    padding: 8px 16px;
    margin-bottom: 10px;
  }

  .header .arrow {
    font-size: 10px;
  }

  /* Ajuster la vidéo pour les petits écrans */
  .bg-vid {
    width: 100%;
    height: auto;
  }

  .header .arrow i {
    display: none !important;
  }

  .section-padding {
    padding: 30px 0;
  }


}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero .extra-text {
  font-weight: 200;
  margin-bottom: 15px;
}

.hero {
  background-color: #fff;
}

#list1 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Hind', sans-serif;
  color: #909090;
  line-height: 1.9;
  margin: 0;
  text-align: justify;

}

.hero .extra-text b {
  font-weight: 600;
}

.hero .extra-text span {
  padding: 0;
}

.hero .cd-headline {
  font-size: 35px;
}

.hero .cd-headline.clip .cd-words-wrapper::after {
  display: none;
}

.hero .tabs-section .tab-content {
  padding-top: 10px;
}

.hero .tabs-section .tabs {
  border-bottom: 1px solid #eee;
  position: relative;
}

.hero .tabs-section .tabs .nav-item {
  width: 33.333%;
  text-align: center;
}

.hero .tabs-section .tabs .nav-item .nav-link {
  position: relative;
  padding: 0 0 0px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.hero .tabs-section .tabs .nav-item .nav-link:after {
  content: "";
  height: 2px;
  background: #203573;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: none;
  width: 0
}

.hero .tabs-section .tabs .nav-item .active {
  background: transparent;
  color: inherit;
}

.hero .tabs-section .tabs .nav-item .active:after {
  width: 100%;
}

.hero .tabs-section .list {
  overflow: hidden;
}

.hero .tabs-section .list li {
  padding: 12px 15px 12px 40px;
  background: #f7f8f9;
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-top: 15px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.hero .tabs-section .list li:hover {
  background: #203573;
}

.hero .tabs-section .list li:hover h6,
.hero .tabs-section .list li:hover i {
  color: #fff;
}

.hero .tabs-section .list li h6 {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.hero .tabs-section .list li i {
  margin-right: 5px;
  color: #3868A6;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-20deg);
  transform: translateY(-50%) rotate(-20deg);
  font-size: 30px;
  opacity: .2;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.hero .tabs-section .underline li {
  display: inline-block;
  text-align: center;
  width: 33.33333%;
}

.hero .tabs-section .one.active~.hr {
  left: 0;
}

.hero .tabs-section .two.active~.hr {
  left: 33.33333%;
}

.hero .tabs-section .three.active~.hr {
  left: 66.66666%;
}

.hero .tabs-section .underline .hr {
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 2px;
  width: 33.33333%;
  margin: 0;
  background: #9abbd9;
  border: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hero .tabs-section .underline .hr:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 2.5px);
  bottom: -8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #9abbd9;
}

.hero .skills {
  margin-top: 30px;
}

.hero .skills .skill-item {
  margin-bottom: 25px;
}

.hero .skills .skill-item h6 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
  margin-bottom: 10px;
}

.hero .skills .skill-item h6 em {
  float: right;
  font-size: 12px;
  font-style: normal;
}

.hero .skills .skill-item .skill-progress {
  position: relative;
  height: 5px;
  border-radius: 5px;
  background: #f7f8f9;
}

.hero .skills .skill-item .skill-progress .progres {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background-color: #3868A6;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.hero .h-img {
  padding: 50px 0 0 30px;
}

.feat {
  padding: 80px 0 95px !important;
  margin-top: 20px !important;
}

.feat .item {
  text-align: center;
  background: #fff;
  padding: 60px 40px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  margin-bottom: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  color: #203573;
}

.feat .item:hover {
  -webkit-box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
  margin-top: -3px;
}

.feat .item .icon {
  font-size: 50px;
  margin-bottom: 35px;
  color: #203573;
}

.feat ul {
  padding: 0% 0;
  padding-bottom: 0%;
}

.feat ul {
  margin: 15px 0;
  color: #777;
  list-style-type: disc;
  text-align: left;
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  line-height: 2;
}

.equal-height-block {
  display: flex;
  align-items: stretch;
}

.featruse ul {
  padding: 0% 0;
  padding-bottom: 0%;
  padding-top: 30 px;

}

.featruse ul {
  padding-left: 30px;
  padding-right: 30px;
  margin: 15px 0;
  color: #777;
  list-style-type: disc;
  text-align: left;
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  line-height: 2;
}



.equal-height-block .item {
  height: 100%;
}

.feat .item h6 {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.freelancer .underline li {
  display: inline-block;
  text-align: center;
  width: 50% !important;
}

.freelancer .one.active~.hr {
  left: 0;
}

.freelancer .two.active~.hr {
  left: 50% !important;
}

.freelancer .underline .hr {
  width: 50%;
}

.freelancer .tabs-section {
  padding: 0 30px 0 15px;
}

.freelancer .hero-img {
  padding: 0 0 0 30px;
  position: relative;
}

.freelancer .hero-img:after {
  content: '';
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0px;
  bottom: -30px;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  z-index: -1;
}

.freelancer .cont h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}

.freelancer .cont span {
  margin-bottom: 20px;
  color: #203573;
}

.freelancer .cont p {
  font-size: 15px;
}

.freelancer .info {
  margin-top: 40px;
}

.freelancer .info .item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.freelancer .info .item label {
  color: #203573;
  font-weight: 500;
  font-size: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  border-right: 1px solid #c1c1c1;
  max-width: 90px;
}

.freelancer .info .item p {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 15px;
}

.freelancer .skills {
  margin-top: 0;
  margin-bottom: 30px;
}

.freelancer .skills .skill-item {
  margin-bottom: 30px;
}

.freelancer .skills .skill-item h6 {
  margin-bottom: 10px;
}

.freelancer .skills .skill-item .skill-progress {
  height: 10px;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 06 Start Video Intro ]
-----------------------------------------------------------------*/
.video-intro h6 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 2px;
  margin-bottom: 10px;
}

.video-intro h2 {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.video-intro .vid-butn {
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin-right: -20px;
  background: #fff;
  color: #3868A6;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.video-intro p {
  text-align: justify;
}

.video-intro {
  margin-bottom: 0px;
}

/* Style pour la modale */
.modal {
  display: none;
  /* Par défaut, la modale est cachée */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
}

.modal video {
  width: 80%;
  max-width: 800px;
  margin: 10% auto;
  display: block;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Pour assurer une taille maximale de la vidéo sur les petits écrans */

.modal video {
  width: 500px;
  /* Largeur de la vidéo */
  height: auto;
  /* Hauteur auto pour conserver le ratio */
}

/* Pour centrer la vidéo verticalement sur les petits écrans */
@media screen and (max-width: 768px) {
  .modal video {
    margin-top: 20%;
    /* Ajustez selon vos besoins */
  }
}

/* ----------------------------------------------------------------
     [ End Video Intro ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Portfolio ]
-----------------------------------------------------------------*/
/*
.portfolio {
  overflow: hidden;
}
.portfolio .filtering span {
  padding: 12px 30px;
  border-radius: 30px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
.portfolio .filtering .active {
  background: #b3c44e;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.2);
}
.portfolio .gallery {
  margin-top: 20px;
}
.portfolio .items {
  padding: 2px;
}
.portfolio .item-img {
  position: relative;
  overflow: hidden;
}
.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .item-img:hover h6 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .item-img h6 {
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: white;
  color: #35424C;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.portfolio .item-img-overlay a {
  font-size: 30px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #b3c44e;
}

/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start featruse ]
-----------------------------------------------------------------*/
.featruse .item {
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;

}

.featruse il {
  list-style-type: circle;
}

.featruse {
  margin-top: 0;
}

.featruse .item .icon {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #203573;
}

.featruse .item h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.featruse .item p {
  font-size: 17px;
  font-family: 'Hind' 'sans serif';
  color: #909090;

}

/* ----------------------------------------------------------------
     [ End featruse ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Team ]
-----------------------------------------------------------------*/
.team .titem .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  margin: auto;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.team .titem .team-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team .titem img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.team .titem h6 {
  font-size: 18px;
  font-weight: 600;
  font-family: inherit;
  margin: 20px 0 10px;
}

.team .titem span {
  font-size: 14px;
  color: #959595;
}

.team .titem .social {
  margin: 15px 0;
}

.team .titem .social a {
  margin: 0 5px;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start get-ready ]
-----------------------------------------------------------------*/
.get-ready h6 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 7px;
  word-spacing: 2px;
  margin-bottom: 15px;
}

.get-ready h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

/* ----------------------------------------------------------------
     [ End get-ready ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Testimonails ]
-----------------------------------------------------------------*/
.testimonails .quote {
  width: 80px;
  margin: 0px auto 50px;
}

.testimonails .item-box .info {
  margin: 30px 0 15px;
}

.testimonails .item-box .info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
}

.testimonails .item-box .info span {
  font-size: 12px;
  font-weight: 600;
  color: #9ABBD9;
}

/* ----------------------------------------------------------------
     [ End Testimonails ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Numbers ]
-----------------------------------------------------------------*/
.numbers {
  background-attachment: fixed;
}

.numbers .item:hover .icon .front {
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.numbers .item:hover .icon .back {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.numbers .item .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.numbers .item .icon i {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  line-height: 70px;
  border-radius: 50%;
  background: rgba(250, 250, 250, 0.1);
}

.numbers .item .icon .back {
  background: #b3c44e;
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
}

.numbers .item h3 {
  font-weight: 600;
  font-family: inherit;
  margin-bottom: 15px;
}

.numbers .item h6 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Price ]
-----------------------------------------------------------------*/
.price .item {
  padding: 30px 0;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2);
  box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2);
}

.price .type {
  margin-bottom: 30px;
}

.price .type h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.price .value {
  padding: 30px 0;
  position: relative;
}

.price .value:before,
.price .value:after {
  content: '';
  background: #eee;
  width: 70%;
  height: 2px;
  position: absolute;
  left: 15%;
}

.price .value:before {
  top: 0;
}

.price .value:after {
  bottom: 0;
}

.price .value h3 {
  display: inline-block;
  padding-right: 10px;
  font-size: 50px;
  font-weight: 800;
  position: relative;
}

.price .value h3 span {
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 0;
}

.price .value .per {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #777;
}

.price .features {
  padding: 15px 0;
}

.price .features li {
  margin: 15px 0;
  color: #777;

}

.item .forma {
  padding: 15px 0;
}

.item .forma li {
  margin: 15px 0;
  color: #777;
  list-style-type: disc;
  text-align: justify;
}

.price .order {
  padding-top: 15px;
  position: relative;
}

.price .order:before {
  content: '';
  background: #eee;
  width: 70%;
  height: 1px;
  position: absolute;
  left: 15%;
  top: 0;
}

.price .order .butn {
  overflow: hidden;
}

.price .order .butn:hover {
  border-color: #b3c44e;
}

.price .order .butn-bord {
  border: 1px dashed #b3c44e;
  color: #b3c44e;
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Blog ]
-----------------------------------------------------------------*/
.blog {
  position: relative;
}

.blog:after {
  content: '';
  background-image: url(../img/pattern-bg.svg);
  background-attachment: fixed;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .5;
}

.blog .item {
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  border-radius: 5px;
  overflow: hidden;
}

.blog .item .post-img {
  position: relative;
  overflow: hidden;
}

.blog .item .post-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog .item .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.blog .item .post-img .tag {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 10px;
  background: #203573;
  border-radius: 15px;
  font-weight: 500;
  position: absolute;
  top: 30px;
  left: 30px;
}

.blog .item .content {
  padding: 40px 20px 20px;
  background: #fff;
  position: relative;
}

.blog .item .content .type {
  display: block;
  position: absolute;
  top: -22px;
  right: 15px;
  background: #203573;
  color: #fff;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
}

.blog .item .content h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.blog .item .content .info {
  padding: 20px 20px 0;
  margin-top: 30px;
  border-top: 1px solid #f7f7f7;
  position: relative;
}

.blog .item .content .info a {
  margin-right: 15px;
  padding-right: 15px;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.blog .item .content .info a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 80%;
  background: #203573;
  position: absolute;
  right: -3px;
  top: calc(50% - 3px);
}

.blog .item .content .info a:last-of-type:after {
  display: none;
}

.blog .item .content .info .share {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 14px;
}

.blog .item .content .info .share:hover .social {
  opacity: 1;
  visibility: visible;
}

.blog .item .content .info .share .icon {
  color: #444;
  cursor: pointer;
}

.blog .item .content .info .share .icon:hover {
  color: #203573;
}

.blog .item .content .info .share .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: absolute;
  top: -50px;
  right: 0;
  padding: 0 3px;
  background: #fff;
  -webkit-box-shadow: 0 6px 13px 0 rgba(145, 145, 145, 0.3);
  box-shadow: 0 6px 13px 0 rgba(145, 145, 145, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.blog .item .content .info .share .social:after {
  content: '';
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  bottom: -7px;
  right: 7px;
}

.blog .item .content .info .share .social .social-icon {
  margin: 5px 8px;
  padding: 0;
  font-size: 15px;
  display: inline-block;
}

.blog .item .content .info .share .social .social-icon:after {
  display: none;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Clients ]
-----------------------------------------------------------------*/
.clients {
  padding: 30px 0;
  margin-top: 50px;
}

.clients .brand {
  padding: 15px;
  opacity: .5;
}

.clients .brand:hover {
  opacity: 1;
}

/* ----------------------------------------------------------------
     [ End Clients ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 16 Start Map ]
-----------------------------------------------------------------*/
.map {
  height: 400px;
}

.map #ieatmaps {
  height: 100%;
  width: 100%;
}

/* ----------------------------------------------------------------
     [ End Map ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 17 Start Contact ]
-----------------------------------------------------------------*/
.contact .info .item {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 30px;
}

.contact {
  background-color: #f9f9f9;
}

.contact .info .item .icon {
  font-size: 30px;
  color: #203573;
  text-align: center;

}

.contact .info .item .cont {
  margin-left: 40px;
  padding: 40px;
  width: 100%;
}

.contact .info .item .cont h6 {
  margin-bottom: 10px;
  font-size: 15px;
  display: inline-block;
}

.contact .info .item .cont p {
  font-size: 14px;
}

.contact .info .social a {
  text-align: center;
  background: #f9f9f9;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  margin: 0 5px;
}

.contact .info .social a:hover {
  background: #b3c44e;
  border-color: #b3c44e;
  color: #fff;
}

.contact .form input,
.contact .form textarea {
  width: 100%;
  padding: 15px;
  border: 0;
  /* background: #f7f7f7; */
  border-radius: 4px;
}

.contact .form textarea {
  height: 160px;
}

.contact .form .butn {
  overflow: hidden;
  cursor: pointer;
}

.contact .form .butn:hover {
  border-color: #203573;
}

.contact .info,
.contact .form {
  margin: 0 auto;
  width: 100%;
  /* Définissez une largeur fixe pour le centrage */
  margin-left: 40%;
}

.errors {
  color: #ff0000;
  font-size: small;
  margin-left: 6px;
  padding-top: 4px;
}



/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 18 Start Footer ]
-----------------------------------------------------------------*/
footer {
  /* background: #04113a; bfbfbf #f0f4ff #E0E1DD*/
  background: #001d6e;
  /*  #001d6e #a5b8eb*/
  padding: 80px 0;
}

footer .social a {
  color: #777;
  font-size: 18px;
  margin: 15px 15px;
}

footer p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 19 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

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

  .mb-md0 {
    margin-bottom: 0;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar {
    padding-left: 15px;
  }

  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }

  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }

  .nav-scroll .navbar-collapse .active {
    color: #203573 !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }

  .header .caption h4 {
    font-size: 30px;
  }

  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  .hero .h-img {
    padding-left: 0;
  }

  .video-intro h2 {
    font-size: 35px;
    line-height: 1.4;
  }

  .get-ready h2 {
    font-size: 35px;
    line-height: 1.4;
  }

  .portfolio .bg-img {
    text-align: center;
  }

  .portfolio .bg-img h6 {
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .portfolio .bg-img h6,
  .portfolio .bg-img .butn {
    float: none;
  }

  .contact .form {
    margin-top: 50px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

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

  .section-head h4 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.2;
  }

  /* Modified for mobile size byteamLOCO */
  @media (max-width: 600px) {
    .section-head {
      /* margin-bottom: 10px; */
    }
  }


  .header .caption h4 {
    font-size: 16px;
  }

  .header .caption h1 {
    font-size: 21px;
  }

  .header .caption p {
    font-size: 14px;
    word-spacing: 0;
  }

  .hero .cd-headline {
    font-size: 20px;
  }

  .get-ready h2,
  .video-intro h2 {
    font-size: 20px;
  }

  .get-ready h6,
  .video-intro h6 {
    letter-spacing: 4px;
    font-size: 11px;
  }

  .portfolio .filtering span {
    margin-bottom: 10px;
  }

  .clients div[class*='col-'] {
    width: 50%;
  }

  .blog .item .content h5 {
    line-height: 1.4;
  }

  footer .social a {
    margin: 15px 5px;
    font-size: 16px;
  }

  footer p {
    line-height: 2;
  }
}

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