

/* league-spartan-regular - latin */
@font-face {
  font-family: 'Spartan';
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/League_Spartan/LeagueSpartan-VariableFont_wght.ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body {
  font-family: 'Poppins';
  background: #fff;
  color: #000;
  line-height: 1.7; 

  }

  



::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

h1, h2, h3, h4, h5 {
  color: #000;
  font-weight: 100;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
 }

h2 {
  font-size: 25px; }

a {
  
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  color: #000 }
  a:hover, a:focus, a:active {
    outline: none;
    color: #339d36;
    text-decoration: none; }
   

    
/* ecartement du menu */
.parent-nav-link-padding, .site-navbar .navbar-nav > li > a {
  padding: 15px 20px !important;}




#navbar {
  background-color: #fff; /* Black background color */
  color: #fff;
  position: fixed; /* Make it stick/fixed */
  top: -55px; /* Hide the navbar 50 px outside of the top view */
  width: 100%; /* Full width */
  z-index: 20;
  height: 60px;
  transition: top 0.3s; /* Transition effect when sliding down (and up) */;
}

/* Style the navbar links */
#navbar a {
  float: left;
  display: block;
  color: #000;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding: 15px;
  text-decoration: none;
}

#navbar a:hover {
    color: #668D4E;
}
      .navbar-toggler {
        border: none;
      }
      .navbar-toggler,
      .navbar-toggler:focus,
      .navbar-toggler:active,
      .navbar-toggler-icon:focus {
        padding-top: 9px;
        outline: none;
        border: none;
        box-shadow: none;
}

.navbar-collapse{
  background-color: #fff;
  margin:1px -1px;
}


/* Style the hero text links */

.site-hero {
  font-family:"Spartan" ;
  text-transform: uppercase;
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin: 30px;
  z-index: 1; }
  
  .site-hero, .site-hero .row {
    height: 100vh;
    min-height: 800px; }
  .site-hero:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(245, 245, 245) }
    .site-hero h1 strong {
      position: relative;
      color: #668D4E;
 }
     
    @media (min-width: 768px) {
      .site-hero h1 {
        font-size: 100px;
  
        top:49%;
       transform: translate(-50%, -50%);  }
      }
  .site-hero h1, .site-hero .lead {
    position: relative; 
     width: 100%;}
  .site-hero .lead {
    line-height: 2; }
  
    .site-subheading {
      display: inline;
      top:52%;
      font-size: 12px;
      letter-spacing: 2px;
      position: absolute;
      text-align: right;
      transform: translate(77%, -20%);
    }

     @media (min-width: 768px) {
      .site-hero h5 {
        font-size: 16px;
        display: inline;
        position: absolute;
        text-align: right;
        transform: translate(199%, 60%); }
      }

  .overlay-container{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    }

   .background-text{
    display: inline;
    position: absolute;
    text-align: center;
    top: 50%;
   } 

  .foreground-text{
    top: 50%;
  }

 .overlay-text{
  top:49.5%;
  left:50%;
  white-space: nowrap;
  background-color: #fff;
  letter-spacing: 2px;
  position: absolute;
  font-size: 8px;
  text-align: center;
  z-index: 100;
  transform: translate(-50%, -50%);
  padding-top: 4px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 0px;   
}
  @media (min-width: 768px) {
      .site-hero h2 {
        font-size: 17px;
        letter-spacing: 5px;
        position: absolute;
        text-align: center;
        left: 50%;
        top:49%;
        transform: translate(-50%, -50%); }
      }



.site-section {
  padding: 0 0; }

.pl-lg-5{

margin-bottom: 20px;

}

.section-heading {
  margin-bottom: 30px;
  position: relative;
  z-index: 10; }
  .section-heading h2 {
    position: relative;
    color: #668D4E;
    padding-top: 10vh;
    font-size: 20px; }
    .section-heading h2 strong {
      font-family: 'Spartan';
      text-transform: uppercase;
      color: #000;
      font-weight: 200;
      letter-spacing : 5px; }
  .section-heading.text-center h2:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.lead {
  color: #000;
  font-weight: 100;
  line-height: 1.8;
  font-size: 18px; }

.site-service-item {
  background: #333;
  padding: 30px; }
  .site-service-item .icon {
    display: block;
    margin-bottom: 50px;
    background: #fff;

    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto 30px auto; }
    .site-service-item .icon span {
      font-size: 40px;
      color: #080b0e;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
  .site-service-item h3 {
    font-size: 20px;
    font-weight: 200; }

.site-link {
  position: relative; }
  .site-link i {
    position: relative;
    top: 2px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .site-link:hover i {
    position: relative;
    margin-left: 20px; }

.site-list {
  padding: 0;
  margin: 0; }
  .site-list li {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    list-style: none; }
    .site-list li:before {
      font-family: 'icomoon';
      position: absolute;
      top: .1em;
      left: 0; }
    .site-list li.site-check {
      padding-left: 30px; }
      .site-list li.site-check:before {
        color: #4a67a8;
        font-size: 16px;
        content: "\ebd3"; }

.btn {
  border-radius: 2px;
  border-color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2rem;
  background-color: #668D4E; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-primary {
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      background: #668D4E ;
}

.btn:hover{
  border-color: #fff;
  background-color: #7e867f;
}
mark {
    background-color: #668D4E ;
    color: #fff;
  }

.fa-solid fa-plus {
  color: #fff;
}

.skill h3 {
  font-size: 18px; }

.filters {
  text-align: center; }
  .filters ul {
    padding: 0;
    margin: 0 0 30px 0; }
    .filters ul li {
      display: inline-block;
      cursor: pointer;
      padding: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .filters ul li:hover {
        color: #4a67a8; }
      .filters ul li.active {
        color: #4a67a8; }


        




.single-portfolio {
  margin-bottom: 20px;
  display: block; }
  .single-portfolio .relative {
    margin-bottom: 20px; }
  .single-portfolio .p-inner {
    text-align: center; }
    .single-portfolio .p-inner h4 {
      font-size: 15px; }
    .single-portfolio .p-inner .cat {
      font-size: 12px;
      text-transform: uppercase;
      color: #131313; }

/*--------- Start Portfolio Area -------------*/

.portfolio-area .primary-btn {
  color: #fff;
  background-color: #4a67a8;
  margin-left: auto;
  margin-right: auto; }

.portfolio-area .filters {
  text-align: center; }

.portfolio-area .filters ul {
  padding: 0; }

.portfolio-area .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 18px 15px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 500; }
  @media (max-width: 736px) {
    .portfolio-area .filters ul li {
      padding: 6px 6px; } }

.portfolio-area .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  -webkit-transition: width 350ms ease-out;
  -o-transition: width 350ms ease-out;
  transition: width 350ms ease-out; }

.portfolio-area .filters ul li:hover:after {
  width: calc(100% - 60px);
  -webkit-transition: width 350ms ease-out;
  -o-transition: width 350ms ease-out;
  transition: width 350ms ease-out; }

.portfolio-area .filters ul li.active {
  color: #4a67a8; }

.portfolio-area .filters-content {
  margin-top: 50px; }

.portfolio-area .filters-content .show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms; }

.portfolio-area .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms; }

.portfolio-area .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px; }

.portfolio-area .filters-content .item img {
  border-radius: 10px; }

.portfolio-area .filters-content .p-inner {
  padding: 20px 0px;
  text-align: center; }

.portfolio-area .filters-content .item .p-inner .cat {
  font-size: 13px; }

.portfolio-area .filters-content .item img {
  width: 100%; }

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.middle {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.single-portfolio:hover .middle {
  opacity: 1; }

.text {
  color: rgb(255, 255, 255);
  font-size: 80px;
  padding: 32px 32px; }

.single-portfolio {
  border-radius: 5px; }
  .single-portfolio:hover .thumb .overlay-bg {
    opacity: .85; }

.thumb .overlay-bg {
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .thumb .overlay-bg {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }



/*------------------------------------*/
/* réference*/


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto;
}
 
.col-xs-5ths {
    width: 20%;
    float: left;}

@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left; 
          
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*------------------------------------*/




/*------------------------------------*/
/* Image Popup */

.contact{
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  color: #000;
}

.site-contact-details, .site-contact-details li {
  padding-left: 2.5rem;
  margin: 0; 
  color: #000;
}

.site-contact-details li {
  list-style: none;
  margin-bottom: 20px; }
  .site-contact-details li > span {
    color:#668D4E;
    letter-spacing: .1em;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 5px;
    display: block; }



.site-footer {
  padding: 1em 0; }
  .site-footer p:last-child {
    margin-bottom: 0; }
  .site-footer .social-item {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #333;
    position: relative;
    border-radius: 50%;
    font-size: 22px;
    margin: 0 10px; }
    .site-footer .social-item > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }



.letter-spacing {
  letter-spacing: 0.2rem;
  color: #668D4E !important;
  font-weight: 800;

}

.site-heading{
  padding-top:0rem;
}

  .titre-modal {
    color: #000;
    font-weight: 400;
    text-transform: uppercase ;
    padding-bottom: 35px;
  }

  .sstitre_modal{
    text-transform: uppercase;
    color: #000;
  }

 .list-inline{
  color:#000;
  }

  button.close{
    outline-style: none;
    border: 0 none !important;
    border-radius: 10pt;
    color: rgb(0, 0, 0);
    display: inline-block;
    font-size: 40px;
    height: 50px;
    line-height: 1;
    margin: 10px 20px;
    opacity: 1;
    text-align: center;
    text-shadow: none;
    -webkit-transition:  0.0s ease-in-out;
    transition:  0.2s ease-in-out;
    vertical-align: top;
    width: 46px; 
}

.button:hover {
  background-color: #3e8e41;
}
.modal-body{
	padding: 2rem;
}