
/* main custom color: #2BC28C          */
/* from style.css of Innova BS template */

h1,
h2,

h4,
h5 {
   color: #000;
   line-height: 1.5;
   font-family: "Abril Fatface", sans-serif;
   font-weight: 900
}

h1 
{text-shadow: 2px 2px #000000;
}

body {
    margin: 0;
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
     
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

.bg-primary {
    background-color: #2bc28c!important
}
.bord-arrondi{
      border-radius: 30px;
}

header .navbar .nav-link.active {
    color:#6f42c1
}

.p-3 {
    padding: 1rem!important
}

.slider-item:before{
	content:"";
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	background: #6D492B;

  /* original value was .3 */
	opacity: .15;  
	
	
}



.section {
    padding: 7rem 0 1.5rem 0
}



.slider-item .slider-text h1 {
    
    font-size: 6rem;
    color: #fff;
    line-height: 1.2;
    font-weight: 700!important;
    margin-bottom: 30px
}

.heading.border-bottom {
    position: relative;
    padding-bottom: 30px
}

h1 
{text-shadow: 2px 2px #000000;
}

.work-thumb .work-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    margin-top: 20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.work-thumb .work-text h2 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 1.5rem
}

.work-thumb .work-text p {
    color: rgba(255, 255, 255, .9)
}

.work-thumb:hover .work-text {
    margin-top: 0px;
    opacity: 1;
    visibility: visible
}

.work-thumb:hover:before {
    opacity: 1;
    visibility: visible
}

/* added for medium screens */
@media (max-width:1561px) {
    .slider-item .slider-text h1 {
       font-size: 5rem
    }
}

@media (max-width:991.98px) {
    .slider-item .slider-text h1 {
       font-size: 3rem
    }
}

/* from Oneder BS template */

/* problem: not the same font-size:
body {
  line-height: 1.7;
  color: gray;
  font-weight: 400;
  font-size: 1rem; }
  */

  .site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }


    .p-3 {
    padding: 1rem!important
}

  h3 {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
   "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji"; 
   line-height: 1.2;
   color: gray;
   font-weight: 500}


.section-title {
  color: #2BC28C;
  font-size: 40px;
  font-weight: 900; }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 30px; } }


.team-member figure {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden; }




.team-member .social {
  position: absolute;
  margin: 0;
  top: 0;
  padding: 0;
  bottom: 0;
  padding: 10px;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #2BC28C; }
  /* à voir pourquoi cela n'a pas la même taille que l'image..*/ 

.team-member .social li {
    list-style: none; }

.team-member .social li a {
      display: inline-block;
      padding: 5px;
      color: #fff; }

.team-member h3 {
  color: #000;
  margin: 0;
  bottom: 0;
  font-size: 1.2rem; }

.team-member .position {
  color: #929292;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: .05rem;
}

.team-member:hover .social {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

  .lead {
    font-size: 1.5rem;
    font-weight: 300
}
figure figcaption {
  margin-top: .5rem;
  font-style: italic;
  font-size: .8rem; }


/* from BS4  */
  .img-fluid {
    max-width: 100%;
    height:auto
}
 .p-3 {
    padding: 1rem!important
}



