@import url(https://fonts.googleapis.com/css?family=Lato:100,400,300,700);

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100);
@import url(https://fonts.googleapis.com/css?family=Lora:400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Orbitron:wght@400..900&family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ==================
 *
 *google fonts 
 *
 *===================*/

/* ==================
 *
 *var section 
 *
 *===================*/
/*****  font size  ******/
/*****  Colors  ******/
/* ==================
 *
 *	Reset Class Css
 *
 *===================*/
body {
  /*line-height: 24px;
  font-size: 16px;
  color: #80d6a3;
  font-weight: 400; font-family: 'Lora', serif;*/
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
 color: #444;

 overflow-x : hidden;
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}

h4 {
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Quicksand", sans-serif;
  margin: 0px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
/* ==================
 *
 *  Global Class 
 *
 *===================*/
.btn {
  font-size: 15px;
 
  
  padding: 12px 25px;
  border-radius: 0;
}
.nav>li>a {
 
    padding: 10px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}
.static_page .title { text-align:center; }

.title {
color: #000;

    font-size: 17px;
    text-align: left;
    line-height: 22px;
}

/*#recrutement-bloc  .title {
  text-align:left ;
  padding-bottom: 20px;     color: #145062;
}

#recrutement-bloc h3.subtitle {  padding-bottom: 80px;     color: #145062;}

.title h2, .title h1 {
  color: #333;
  font-size: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
*/
.title h2:before, .title h1:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #fe5e46;
    position: absolute;
    top: 12px;
    left: -60px;
}
.title h2:after , .title h1:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #fe5e46;
    position: absolute;
    top: 12px;
    right: -60px;
}
.title p {
  font-size: 16px;
  line-height: 24px;
  
  color: #817C7C;
}
#mixed-items .mix {
  display: none;
}
/* animation keyfrem */
@-webkit-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-moz-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-o-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
/* ==================
 *
 *  section Class 
 *
 *===================*/
/* header style */
header {
  padding: 0px 0;
  background: #fff;
}
header .navbar {
  height: auto;
  margin-bottom: 0;
}
.is-sticky #navigation {
  background: #fff;
  z-index: 1000;
  transition: 0.3s;
  width: 100%;
  padding: 0;
}
.navbar-brand {
  padding: 0;
  height: auto;
}
.navbar-toggle {
  border-color: #333;
  transition: 0.3s;
}
.navbar-toggle .icon-bar {
  background: #333;
  transition: 0.3s;
}
.navbar-toggle:hover {
  border-color: #80d6a3;
}
.navbar-toggle:hover .icon-bar {
  background: #80d6a3;
}
.menu a {
  color: #333;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
}
.menu a:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 4px;
  width: 0;
  height: 1px;
  background: #df354b;
  transition: 0.3s;
}
.menu a:hover {
  background: transparent;
  color: #df354b;
}

.menu .active a {
  color: #df354b;
}

.menu .active a:before{
  width: 25px;
}

.menu a:hover:before {
  width: 25px;
}
/* =================
   Home page style
   ================= */
#banner {
/*  background: url('../img/banner.jpg');  padding: 250px 0;
*/  background: url('../img/banner1.png');  
  background-size: cover;
      height: 810px;
  position: relative;
}
#banner:before {
  
    position: absolute;
    z-index: 99;
/*    background: rgb(223 212 212 / 60%);
*/    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 20%;
    content: '';
    text-align: center;
}
#banner .block {
/*  position: relative;
  z-index: 999;
  color: #fff;     text-align: center;*/
  
  margin-top: 120px;
  position: relative;
    z-index: 999;
    color: #fff;
    text-align: left;
    width: 50%;
}
#banner .block h1 {
/*  padding-bottom: 25px;
*/  font-size: 55px;
  font-weight: 100;
  color: #80d6a3;
}
#banner .block h2 {
  font-size: 18px;
  line-height: 30px;
  
}
#banner .block .btn-learn {
    border: 1px solid #df354b;
    color: #fff;
    border-radius: 25px;
    margin: 0 7px;
    padding: 10px 22px;
    font-size: 14px;
    transition: 0.3s;
    background: #df354b;
}
#banner .block .btn-learn:hover {
	background:#e2a100;
  border-color: #e2a100;
  color: #fff;
}
#banner .block .buttons {
  margin-top: 40px;
}
#banner .block .buttons a:first-child {
  margin-left: 0;
}
#banner .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 18%;
}
#banner .scrolldown .scroll {
  border-radius: 100px;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -15px;
  display: inline-block;
  border: 1px solid #fff;
  z-index: 99;
}
#banner .scrolldown .scroll:after {
  background: #fff;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  display: block;
  content: " ";
  -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
  -moz-animation: wiggle 0.5s linear 0s infinite alternate;
  -o-animation: wiggle 0.5s linear 0s infinite alternate;
  animation: wiggle 0.5s linear 0s infinite alternate;
}
#features {
  padding: 100px 0 0;
}
#features .feature-block {
  padding-bottom: 35px;
}
#features .feature-block .icon-box {
  margin-bottom: 24px;
}
#features .feature-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #80d6a3;
}
#features .feature-block h4 {
  font-size: 20px;
  color: #333;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 400;
}
#features .feature-block p {
  font-size: 15px;
  color: #888;
  line-height: 24px;
  
  margin-top: 20px;
  
}
#features .showcase-img {
  margin-top: 40px;
}
#counter {
  background: url(../img/counter-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 100px 0;
}
#counter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
}
#counter .title {
  position: relative;
}
#counter .title h2 ,#counter .title p {
  color: #fff;
}
#counter .block {
  margin-bottom: 20px;
}
#counter .block i {
  display: block;
  font-size: 40px;
  line-height: 1;
  padding-bottom: 20px;
  color: #80d6a3;
}
#counter .block span {
  line-height: 1;
  display: inline-block;
  color: #fff;
}
#counter .block .count-text {
  font-size: 36px;
}
#counter .block p {
  font-size: 18px;
  
  color: #fff;
  padding-top: 20px;
}
#portfolio {
  padding: 50px 0px 0px 0px;
}
#portfolio .block .recent-work-mixMenu {
  padding-bottom: 40px;
  text-align: center;
}
#portfolio .block .recent-work-mixMenu ul li {
  display: inline-block;
  padding: 0;
}
#portfolio .block .recent-work-mixMenu ul li button {
  background: none;
  border: 0;
  font-size: 15px;
  color: #474747;
  margin: 0 20px;
  transition: 0.2s;
  text-transform: uppercase;
}
#portfolio .block .recent-work-mixMenu ul li button:hover {
  color: #80d6a3;
}
#portfolio .block .recent-work-mixMenu ul li button:focus {
  outline: 0;
}
#portfolio .block .recent-work-mixMenu ul li .active {
  color: #80d6a3;
}
#portfolio .block .recent-work-pic ul li {
  margin-bottom: 30px;    /* max-height: 285px;*/ overflow:hidden;
  position: relative;
}
#portfolio.portfolio-gallery .block .recent-work-pic ul li {
  margin-bottom: 30px;     max-height: 285px; overflow:hidden; height:250px;
  position: relative;
}

#portfolio.portfolio-gallery img {
  /*  width: auto;
    height: 100%;*/
    max-width: initial;
}

#portfolio img { width:100%; box-shadow: 0 2px 8px rgba(0,0,0,0.1); border-radius: 8px; height: 366px !important;}
#portfolio .block .recent-work-pic ul li:hover .overlay {
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li:hover .overlay p {
  top: 40%;
  opacity: 1;
}








#portfolio .block .recent-work-pic ul li:hover .overlay h3 {
  bottom: 50%;
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li .overlay {
  position: absolute;
  top: 23px;
  left: 38px;
  bottom: 23px;
  right: 38px;
/*  background: rgba(226, 161, 0, 0.8);
*/  transition: 0.3s;
background:rgb(223 53 75);
  text-align: center;
  opacity: 0;
}
#portfolio .block .recent-work-pic ul li .overlay h3,
#portfolio .block .recent-work-pic ul li .overlay p {
  color: #fff;
 font-family: "Quicksand", sans-serif;

  
}
#portfolio .block .recent-work-pic ul li .overlay h3 {
  bottom: 30%;
  left: 50%;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 600;
    font-family: "Poppins", sans-serif;

  width: 100%;
  transition: 0.3s;
  position: absolute;
  transition-delay: 0.1s;
  transform: translateX(-50%);
}
#portfolio .block .recent-work-pic ul li .overlay p{
  top: 30%;
  opacity: 0;
  left: 50%;
  font-size: 16px;
  transition: 0.3s;
  transition-delay: 0s;
  position: absolute;
  transform: translate(-50%, 50%);
}
#portfolio .block .recent-work-pic ul li .overlay .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#play-video {
  padding: 105px 0;
  background: url("../img/new-latter.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#play-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 35, 34, 0.7);
}
#play-video .block {
  text-align: center;
}
#play-video .block h2 {
  color: #fff;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
#play-video .block p {
  text-align: center;
  color: #dfdfdf;
  padding-bottom: 30px;
  font-family: 'Lora', serif;
  font-size: 15px;
  line-height: 22px;
  margin-top: 10px;
}
#play-video .block .button {
  position: relative;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: #80d6a3;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  transition: all 300ms linear;
  font-size: 30px;
  margin-top: 10px;
}
#play-video .block .button:hover {
  color: #424242;
  border-color: red;
}
#html5-watermark {
  display: none !important;
}
#testimonial {
  padding: 77px 0;
}
#testimonial .col {
  position: relative;
  padding: 47px 60px;
  overflow: hidden;
}
#testimonial .col-md-6 {
    border: solid #dedede;
    border-width: 0 1px 1px 0;
    padding-bottom: 42px;
}
#testimonial .col-md-6:nth-child(3n) {
      border-right: 0;
}
#testimonial .col-md-6:nth-child(5n) {
      border-right: 0;
      border-bottom: 0;
}
#testimonial .col-md-6:nth-child(4n) {
  border-bottom: 0;
}
#testimonial .media .media-left {
  padding-right: 20px;
}
#testimonial .media .media-left a {
  position: relative;
  display: block;
}
#testimonial .media .media-left a:before {
  content: "\f347";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  font-family: "Ionicons";
  background: #80d6a3;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding-top: 2px;
}
#testimonial .media .media-body {
  padding-top: 5px;
}
#testimonial .media .media-body h4 {
  color: #444;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#testimonial .media .media-body p {
  font-size: 14px;
  font-family: 'Lora', serif;
  font-style: italic;
  color: #787878;
}
#team {
  padding: 80px 0 180px;
}
#team .block {
  position: relative;
  overflow: hidden;
  border:3px solid transparent;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}
#team .block img {
  width: 100%;
  position: relative;
}

#team .block:hover {
  border: 3px solid #80d6a3;

}
#team .block:hover .team-overlay {
  bottom: 0;
  opacity: 1;
}
#team .team-overlay {
  background: rgba(255, 255, 255, 0.95);
  color: #fff;
  text-align: center;
  padding: 48px 62px;
  position: absolute;
  bottom: -150px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  
  transition: 0.3s;
}
#team .team-overlay h3,
#team .team-overlay span {
  color: #333;
}
#team .team-overlay span {
  display: block;
  font-size: 13px;
  padding-top: 10px;
}
#team .team-overlay .icon {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  padding: 10px;
  line-height: 1;
  margin-top: 36px;
  margin-bottom: 25px;
  border-radius: 100%;
  display: inline-block;
  background: #80d6a3;
}
#team .team-overlay .icon i {
  font-size: 18px;
  color: #fff;
}
#team .team-overlay p {
  font-size: 14px;
  line-height: 23px;
  color: #707a8a;
  
}
#team .team-overlay .media {
  margin-top: 10px;
}
#team .team-overlay .media a {
  font-size: 12px;
  color: #fff;
  transition: 0.3s;
  margin: 0 10px;
}
#team .team-overlay .media a:hover {
  color: #80d6a3;
}
#pricing-table {
  padding: 100px 0 127px;
  background: #80d6a3;
}
#pricing-table .title h2,
#pricing-table .title p {
  color: #fff;
}
#pricing-table .title h2:before, #pricing-table .title h2:after {
  background: #fff;
}
#pricing-table .block {
  color: #fff;
}
#pricing-table .block ul {
  border: 1px solid #fff;
  padding: 35px 0;
}
#pricing-table .block ul li {
  padding: 10px 0;
}
#pricing-table .block ul li p {
  text-transform: uppercase;
}
#pricing-table .block ul li:first-child {
  margin-bottom: 26px;
}
#pricing-table .block ul li:first-child h4 {
  padding-bottom: 29px;
  font-size: 20px;
}
#pricing-table .block ul li:first-child p {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}
#pricing-table .block ul li:first-child p span {
  font-size: 16px;
  
}
#pricing-table .block ul li:last-child {
  color: #fff;
  margin-top: 25px;
}
#pricing-table .block .btn-buy {
  border-color: #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s;
  background: #fff;
  color: #80d6a3;
}


#pricing-table .block .btn-buy {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
#pricing-table .block:hover {
  background:rgba(255, 255, 255, 0.17);
}
#pricing-table .block:hover .btn-buy {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
#contact-form {
  padding: 100px 0;
  background:#f9f9f9;
}
#contact-form form input,
#contact-form form textarea {
  padding: 24px 20px 0;
  border-color: #80d6a3;
  border-radius: 5px;
  font-size: 14px;
  color: #97a0af;
  box-shadow: none;
}
#contact-form form input {
  margin-bottom: 15px;
  padding: 24px 27px;
}
#contact-form form textarea {
  margin-bottom: 28px;
  min-height: 172px;
  resize: none;
}
#contact-form form button {
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 17px 43px;
  background: #80d6a3;
  border-radius: 40px;
  font-weight: 600;
  border-color: transparent;
  transition: 0.3s;
}
#contact-form form button:hover {
  background: none;
  color: #80d6a3;
  border-color: #80d6a3;
}
#footer-top iframe {
  width: 100%;
  height: 385px;
  transform: translateZ(0px);
  background-color: #ffffff;
  border: 0;
}
/** Google Map**/
/* line 125, ../../scss/_contact.scss */
.map #googleMap {
  min-height: 345px;
  -webkit-filter: gray;
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
}
/* ================ Home end ========================= */
/* =====================
   contact page style
   ===================== */
#global-header {
  background: url(../img/contact-slider-img.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0 90px;
  text-align: center;
  position: relative;
}
#global-header:before {
  position: absolute;
  z-index: 99;
  background: rgba(60, 59, 72, 0.69);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
#global-header .block {
  position: relative;
  z-index: 10;
  color: #fff;
}
#global-header .block h1 {
  font-size: 50px;
  margin-top: 20px;
}
#global-header .block p {
  font-size: 15px;
  padding-top: 10px;
  font-family: 'Lora', serif;
}

/* ================ Contact end ========================= */
/* =====================
   Service page style
   ===================== */
#client-logo {
  padding: 0 0 100px;
  text-align: center;
}
#client-logo a {
  padding: 14px 24px;
  display: block;
}
#client-logo a img {
  transition: 0.3s;
  margin: 0 auto;
}
#client-logo a:hover img {
  transform: scale(1.2);
}
footer {
  background: #1d1f23;
  padding: 42px 0 0px 0;

}



 footer li {
  font-size: 16px;
  color: #fff;
  line-height: 2;

}
footer p{
  font-size: 16px;
  color: #fff;
  line-height: 2;
  padding-top: 26px;
}

footer i {

  color: #c32026; padding-right:10px
  
}

footer a {
  
  color: #fff;
  
}

footer a:hover {
  
  color: #e2a100;
  
}
footer h3 {
  
  font-size:26px; margin-bottom:30px; color:#fff;
  
}

footer ul.footer-navigation li:before {display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; content:"\f054" ; color: #c32026; padding-right:15px}	

@media (min-width: 768px) {

footer ul.footer-navigation {column-count: 2;}	
	
}


.cp { background:#e7e8ea; padding:10px;   text-align: center; margin-top: 50px;}
.cp p{     font-size: 14px;
    color: #145062;
    text-align: center;
    padding-top: 0;
    line-height: 65px;}
/* =====================
   Blog Post
   ===================== */


#blog {
  padding:100px 0;
  background: #f1f1f1;
}
#blog-post .block {
  background: #fff;
  margin:0 5px;
}

#blog-post  .content {
  padding:30px 25px; 
  text-align: center;
}
#blog-post .content h4 {
  text-transform: capitalize;
  position: relative;
  margin: 20px 0 10px;
  padding: 10px 0;
}
#blog-post .content h4 a {
  color: #333;
}
#blog-post .content h4 a:hover {
 color: #80d6a3; 
}
#blog-post .content h4::before {
    content: '';
    position: absolute;
    left: 45%;
    top: -6px;
    width: 30px;
    height: 2px;
    background-color: #80d6a3;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
#blog-post .content small {
  color: #999;
}
#blog-post .content p {
  margin-top: 10px;
  color: #777;
}
#blog-post .content .btn-read {
  background: ##e2a100;
  color: #fff;
  padding:10px 20px;
  font-size: 13px;
  margin-top: 15px;
  border-radius: 25px;
}

/* =====================
   Blog Page
   ===================== */



#blog-left{
  padding: 130px 0;
}

#blog-left .blog-img .col-md-12{
  margin-bottom: 4% ;
}

#blog-left .block{
      margin: 5.5% 0 ;
}

#blog-left .block span{
  display: block;
  margin: 3% 0 ;
  color: #333 ;
  font-size: 15px ;
  line-height: 22px ;
  /*font-family: 'Roboto', sans-serif;*/
}

#blog-left .block .first-child{
    margin: 5.5% 0 ;
}

#blog-left .block p{
    font-size: 13px;
    color: #888;
    line-height: 23px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    /*font-family: 'Roboto', sans-serif;*/
}

#blog-left .block blockquote{
    border-left: 0 none;
    margin-bottom: 30px;
    padding: 46px;
    background-color: #f6f6f6 ;
}

#blog-left .block blockquote p{
  margin: 0 0 5.5% ;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #626262;
}

#blog-left .block blockquote p:before{
    color: #333;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 50px;
    margin-right: 10px;
}

#blog-left .block blockquote .footer{
  color: #000 ;
}

#blog-left .block blockquote .footer:before{
  content: '\2014 \00A0';
}

#blog-left .block .tags{
  margin: 0 0 6.5% ;
}

#blog-left .block .tags h5{
    font-size: 18px ;
    line-height: 27px ;
    color: #333 ;
}

#blog-left .block .tags a{
  font-size: 11px ;
  line-height: 20px;
  display: inline-block ;
  color: #272727;
  text-decoration: none;
}

#blog-left .block .blog-comment{
  padding: 5.5% ;
  background-color: #f6f6f6;
}

#blog-left .block .blog-comment .comment-img{
    float: left;
    margin-right: 35px;
    max-width: 100px;
}


#blog-left .block .blog-comment .comment-text a{
  color: #333;
  margin: 0 0 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

#blog-left .block .blog-comment .comment-text span{
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #626262;
  margin: 0 0 10px;
}


#blog-left .block .media-link{
  text-align: center;
  padding: 5.5% 0;
  border-bottom: 4px solid #80d6a3;
}

#blog-left .block .media-link a i{
    font-size: 24px;
    line-height: 28px;
    color: #373737;
    margin: 0 0 0 5.5%;
}

#blog-left .blog-comment-main{
  padding-bottom: 7%;
  margin-bottom: 7%;
  border-bottom: 4px solid #80d6a3;
}

#blog-left .blog-comment-main .blog-comment .comment-img{
    float: left;
    margin-right: 35px;
    margin-top: 10px;
    max-width: 100px;
}

#blog-left .blog-comment-main .comment-text{
  overflow: hidden;
}

#blog-left .blog-comment-main .comment-text .title,
#blog-left .blog-comment-main .comment-text span{
  color: #333;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}

#blog-left .blog-comment-main .comment-text .title:after{
    content: "/";
    padding: 0 10px;
    font-weight: 500;
}

#blog-left .blog-comment-main .comment-text p{
  margin: 2% 0;
  font-size: 13px;
  color: #626262;
  line-height: 23px;
}

#blog-left .blog-comment-main .comment-text .btn{
  font-size: 9px;
  padding: 4px 12px 3px;
  border: 2px solid #80d6a3;
  color: #fff;
  display: inline-block;
  background-color: #80d6a3;
  width: auto;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  letter-spacing: 1px;
}

#blog-left .blog-comment-main .comment-text .btn:hover{
  border: 2px solid #373737;
  color: #373737;
  background-color: transparent;
}

#blog-left .blog-comment-main .sub-blog-comment{
  margin: 30px 0 30px 40px;
  padding: 4% 0;
}

#blog-left .blog-comment-main .sub-blog-comment .comment-img{
    float: left;
    margin-right: 35px;
    margin-top: 10px;
    max-width: 100px;
}

#blog-left .addcomment span{
  margin: 0 0 5.5%;
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #333;
}

#blog-left .addcomment .blog-comment-form form input, textarea{
  padding: 18px 25px;
  border: 2px solid rgba(0,0,0,.1);
  font-size: 14px;
  height: auto;
  margin: 0 0 20px 0;
  border-radius: 0;
  transition: 0.8s;
}

#blog-left .addcomment .blog-comment-form form input:focus{
  border: 2px solid #80d6a3 ;
  box-shadow: none;
}

#blog-left .addcomment .blog-comment-form form textarea{
  border-radius: 0;
  padding: 18px 25px;
  min-height: 100px;
  border: 2px solid rgba(0,0,0,.1);
}

#blog-left .addcomment .blog-comment-form form textarea:focus{
  box-shadow: none;
  border: 2px solid #80d6a3;
}

#blog-left .addcomment .blog-comment-form form button{
  font-size: 14px;
  padding: 10px 22px;
  letter-spacing: 1px;
  border: 2px solid #80d6a3;
  color: #fff;
  background-color: #80d6a3;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
}

#blog-left .addcomment .blog-comment-form form button:hover{
  background-color: transparent;
  border: 2px solid #80d6a3;
  color: #80d6a3;
}

#blog-left .widget{
  margin: 0 0 10.5%;
}

#blog-left .widget form i{
    cursor: pointer;
    position: absolute;
    right: 19px;
    top: 12px;
    z-index: 998;
}

#blog-left .widget form input{
    color: #949494;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 8px 15px;
    padding-left: 0;
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 100%;
    resize: none;
    transition: 0.8s;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 1px;
    font-size: 11px;
}

#blog-left .widget form input:focus{
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
}

#blog-left .widget span{
  font-size: 15px;
  line-height: 22px;
  color: #333;
  display: block;
  margin-bottom: 7%;
  padding-bottom: 7%;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
#blog-left .widget span:before{
  content: "";
  position: absolute;
  bottom: 0;
  background: #80d6a3;
  width: 30px;
  height: 4px;
}

#blog-left .widget .widget-body ul li{
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 12px;
  margin-bottom: 10px;
  color: #ababab;
}

#blog-left .widget .widget-body ul li a{
  letter-spacing: 1px;
  display: block;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  color: #333;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
}

#blog-left .widget .widget-body ul li .items{
  text-transform: none;
  font-weight: 600;
  font-size: 12px;
}

#blog-left .widget .widget-body ul li:last-child{
  border: 0;
}

#blog-left .widget .widget-body .title{
  margin: 0;
  margin-top: 11.5%;
  padding: 0;
  text-align: left;
}

#blog-left .widget .widget-body .title:before{
  display: none;
}

#blog-left .widget .widget-body p{
  font-size: 13px;
  color: #626262;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #626262;
}

#blog-left .sidebar-tags a{
  padding: 2px 10px;
  display: inline-block;
  color: #373737;
  margin: 0 8px 10px 0;
  background-color: #f6f6f6;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0.02em;
}

#blog-left .sidebar-tags a:hover{
  background-color: #000;
  color: #fff;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
}
/*************************/
.btn-primary {    border: 1px solid #df354b !important;
    color: #fff;
    border-radius: 25px !important;
    margin: 0 7px;
    padding: 5px 12px;
    font-size: 14px;
    transition: 0.3s;
    background: #df354b!important;}
.red { color:#fe5e46}
h2.subtitle { color:#fe5e46}
h1.title {    font-size: 29px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    margin-bottom: 10px;
	text-transform:uppercase;
	}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.125rem 0.5rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.no-border { border:0;}
.bg-light { background:#f2f2f2}
.bg-red { background:#fe5e46}
.bg-yellow { background:#e2a100}

.navbar-fixed-top {
   
    padding-top: 0;
}
.topbar {  padding:10px 0px}
.main-menu { padding-top:15px}
.topbar .btn { margin-left:15px}
.topbar .material-icons {font-size:16px}
#home_presentation, #home_animations , #recrutement-bloc{
    padding: 50px 0 0;
}
.block-img { position:relative}
.block{ position:relative}

.block-txt h3 { color:#145062; margin-bottom: 15px;}
.block-txt a.link { 
    background: #e2a100;
    padding: 5px 10px;
    color: #fff;
}

.block-txt { margin: -60px 60px 60px 60px;
    padding: 30px 30px 30px 30px;
background: #FFFFFF; text-align:center}

.socialnetwork { clear:both;}
.socialnetwork li {float:left; padding-right:15px}
.socialnetwork li  a.facebook { background:#00a4e3; color:#fff; display:block; width:35px; height:35px; text-align:center}
.socialnetwork li  a.instagram { background:#ff0084; color:#fff; display:block; width:35px; height:35px; text-align:center}
.socialnetwork li  a.google { background:#883bd9; color:#fff; display:block; width:35px; height:35px; text-align:center}

.socialnetwork li  a.facebook  i, .socialnetwork li  a.instagram i, .socialnetwork li  a.google i { color:#fff; padding-left: 0;
    font-size: 19px;}
.topbar-text .fa {
    color: #e2a100;
}

#banner .block h2 {
    font-size: 30px;
   
}


#home_presentation p, #recrutement-bloc p {margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
  }


body#top{

    padding-top: 120px;
}

h2{
    color: #fe5e46;
    margin-bottom: 20px;
}
.static_page, .page_contact, .form-page, .account-page {
    padding-bottom: 150px;
    background: #f9f9f9;
    padding-top: 50px;
}


 .offre{
    padding: 20px;
    border: 1px solid #ccc;
    background: #f9f9f9; margin-bottom:30px
}

.infos-offres  {
    border-top: 2px solid #0e549a;
    padding-top: 20px;
    margin-top: 20px;
}

.infos-offres li  i {
padding-right:20px;
}

.infos-offres li:nth-child(1) i {
    color: #be5ac5;
}

.infos-offres li:nth-child(2) i {
    color: #f46bb7;
}

.infos-offres li:nth-child(3) i {
    color: #00a7e7;
}

.infos-offres li:nth-child(4) i {
    color: #ff0084;
}

 .block-recherche {
    padding: 20px 0px;
    margin: 0px 0px 50px;
    background: #39b2e0;
}


button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #0f5ba6;
    border: 0;
    color: #fff;
}

.account{
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
}


.account i{
    color: #fe5e46;
    font-size: 32px;
    margin-bottom: 25px;
}

.col-md-3:nth-child(2)  .account i{
    color: #ff0084;
   
}

.col-md-3:nth-child(3)  .account i{
    color: #883bd9;
   
}
.col-md-3:nth-child(4)  .account i{
    color: #027a39;
   
}
.detail-offre{

    position: relative;
    border: 1px solid #e6e6e6;
    padding: 15px;
    background: #fff;
}
.detail-offre:before{ 

    left: -1px;
    border-left: 3px solid #fe5e46;
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
}


 .top_description {
    padding-top: 50px;
    border-top: 3px solid #df354b;
    margin-top: 30px;
}


 .titre_offre{
    font-size: 18px;
    margin-bottom: 20px;
}
.social >* { vertical-align:top!important}

.list{
  list-style: disc;
}

.title h1 {
    color: #333;
    font-size: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

h1 {
    color: #df354b;
    margin-bottom: 20px;
}

.title h1:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #df354b;
    position: absolute;
    top: 12px;
    right: -60px;
}

.title h1:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #df354b;
    position: absolute;
    top: 12px;
    left: -60px;
}

.block-txt h2 {
    color: #145062;
    margin-bottom: 15px;
}

h2 {
    color: #000;
    margin:50px 0px;
}
h3 {
  font-size: 18px;
  margin:20px 0px;
  color:#e2a100;
}


.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
  padding-top:12px !important;

}

h1, .logo {
  font-family: 'Ethnocentric', sans-serif !important;
}



#recrutement-bloc {
  position: relative;
  background: url('../img/hero.png') no-repeat center center/cover;
  height: 400px; /* hauteur ajustable */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  padding-left: 80px;
}

.hero-content {
  max-width: 500px;
  margin-top:-131px;
}

.hero-content h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
    color: #fff;
	 font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;

}

.hero-content p {
  font-size: 18px;
  margin-bottom: 25px;
}

/* bouton réutilisé */
.btn-recrutement-bloc {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f7; /* fond clair */
  color: #000;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.btn-recrutement-bloc span {
  flex: 1;
}

.btn-recrutement-bloc .icon {
  background: #c32026;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 15px;
  transition: background 0.3s ease;
}

.btn-recrutement-bloc:hover .icon {
  background: #a00;
}


.about-section {
  padding: 0px 0% 0px 5%;

}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h2 {
  font-size: 32px;
  font-weight: bold;
   font-family: "Poppins", sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
}

.about-text .highlight {
  color: #c32026; /* rouge */
}

.about-text .subtitle {
  color: #666;
  font-size: 16px;
   font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.about-text p {
  margin-bottom: 15px;
   font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Statistiques */
.stats {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.stats div {
  text-align: center;
}

.stats h3 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}

.stats h3 span {
  color: #c32026;
}

.stats p {
  font-size: 14px;
  color: #555;
}

/* Image */
.about-image {
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.presentation {
  padding-top: 87px;
  text-align: left !important;
  font-family: 'Arial', sans-serif !important;
}

.presentation h1 {
  font-size: 48px !important;
  font-weight: bold !important;
  color: #000 !important;
}

.presentation p {
  font-size: 18px !important;
  margin: 8px 0;
    color: #000;
}


.card-produit {
  width: 100%;
  height: 346px;
  background: #fafafa;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.card-produit img {
    width: 100% !important;
    height: 266px !important;
    display: block;


}

.card-contenu {
  padding: 15px;
}

.card-contenu h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  color: #000;
}

.card-contenu .btn-plus {
  color: #c00;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
}

.card-contenu .btn-plus:hover {
  color: #900;
}







/******/

.Devenir-Client form {
  max-width: 100%;
  margin:30px auto;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.form-row.full-width {
  flex-direction: column;
}
.Devenir-Client label {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}
.Devenir-Client input[type="text"],
.Devenir-Client input[type="email"],
.Devenir-Client input[type="password"] {
  flex: 1;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 460px;
}
.Devenir-Client input:focus {
  outline: none;
  border-color: #4A90E2;
  box-shadow: 0 0 0 3px rgba(74,144,226,0.2);
}
.Devenir-Client button.submit-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #4A90E2;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.Devenir-Client button.submit-btn:hover {
  background-color: #357ABD;
}


@media (max-width: 767px)  { #portfolio img  { 


    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 173px !important;
}

 }
