.content {
    
   /*opacity: 1!important;*/
}
.b-cover-home h1{
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 4.5vw!important;
  margin-top: 175px;
}
html, body {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.b-cover-home::after{
    display: none;
}

.txt-graphic {
  display: inline-block;
  margin-left: 0.5rem;
  width: 100px;
  height: 2px;
  background-color: #FFFFFF;
  vertical-align: super;
}

.b-cover-home .e-titles {
    /*margin-top: 0!important; */
}

.b-cover-home {
  min-height: 100vh!important;
  height: auto!important;
}

.b-cover-home .col-xl-20 {

  width: 90%;
}
.b-cover-home__title{
	display: block!important;
}

.b-cover-home .txt-home{
    color: #ffffff;
    font-size: 22px;
}
.b-cover-home .txt-home b{
    font-weight: 500;
}


.encarts-variable {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 2000px;
  margin: 60px auto 50px;
  align-items: stretch;
}



.encart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  min-width: 80px;
  margin-bottom: 40px;
  justify-content: space-between;
  position: relative;
  transition: transform 0.3s ease;
}

.encart .over-bloc {
  position: absolute;
  width: 110%;
  height: 110%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  /*box-shadow: 0px 0px 24px 24px #f5efef08;*/
  background: #ffffff0d;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}

    
.encart:hover {
    transform: scale(1.03);
}

.encart:hover .over-bloc {
    opacity: 1;
}
.encart a{
  display: block;
}

.encart .button.invert {
    filter: brightness(0) invert(1);
    
}

.encart .icon {
  width: 100%;
}

.encart .icon img {
  height: auto;
  margin: 0 auto 13px;
  display: block;
}

.encart .title {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
}

.encart .line {
  height: 1px;
  background: #ffffff;
  margin-bottom: 10px;
  width: 100%;
}

.encart .text {
  text-align: left;
  font-size: 16px;
  color: #D0F7FF;
  margin: 0 !important;

  /* permet à .export de se caler en bas */
  flex-grow: 1;
}

.export {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  margin-top: 30px; /* garde ton espacement */
}

.export img{
	display: flex;
	align-items: center;
	margin-right: 25px;
}


@media (max-width: 1024px) {
  .encart .title {
    font-size: 20px;
  }
  .encart .text {
    font-size: 14px;
  }

}


@media (max-width: 767px) {



	.b-cover-home h1 .l-wrap:nth-child(1){

		margin-bottom: 40px;
	}

  .encart .title {
    font-size: 20px;
  }
  .encart .text {
    font-size: 14px;
  }
  .encart .icon {
    display: none;
  }
  .encarts-variable {
 
  	margin: 50px auto 0;
  
	}
	.txt-graphic {
    display: none;
  }
  .b-cover-home .txt-home{

    font-size: 18px;
    margin-top: 50px;
  }
  .encart .button.invert {
    
    font-size: 1rem!important;
  }


}




/***************/

.b-cover-home__wrapper {
    position: static !important;
    height: auto !important; 
}







