.img-design img{
	display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.img-design{
	position: relative;
  padding: 30px;
}
/*.img-design::after{
	content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #495e71c2;
  display: block;
  top: -13px;
  right: -17px;
  border-radius: 17px;
  z-index: -1;

}*/
.section-content-page ul li{
  color: #495e71;
    list-style: disclosure-closed;
}
.page-rse h3{
  padding: 0;
  margin-bottom: 0;
}
.style-hn h2{
  text-align: center;
}
.section-glossaire{
  
  
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section-glossaire .overlay{
  background-color: #f76f85ed;
  padding: 100px 0;
}
.section-glossaire h2{
  color: #fff;
}
.section-glossaire .faq-answer{
  background: #fff;
}
.section-glossaire .faq-question{
  background: #ffffffc7;
}
.section-demande-devis{
  padding: 150px 0;
 /* border-radius: 120px 0 120px 0;*/
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);

}
.section-demande-devis h2{
  margin-bottom: 60px;
  color: #fff;
}
.section-demande-devis .btn-demande-devis{
  padding: 20px;
  background: #f76f85;
  border-color: #f76f85;
  font-size: 20px;
}
.section-demande-devis .btn-demande-devis:hover{
  background: transparent;
  color: #f76f85;
}
.form-contact-bg{
  background: #cfcfcf2e;
}

.form-contact-bg .inner-text-contact{
  background: #447991;
  border-radius: 50px 0;

}
.form-contact-bg .inner-text-contact h2,
.form-contact-bg .inner-text-contact p,
.form-contact-bg .inner-text-contact a{
  color: #fff!important;
}
.form-contact-bg h2{
  padding: 32px 0;
}
.form-contact-bg form input,
.form-contact-bg form textarea,
.form-contact-bg form select {
    border: 1px solid #447991!important;
}
.form-contact-bg form .gform_button {
  border:none!important;
}
.wrapper-euro{
  width: 16.66%;
}
.section-eurocom{
  padding: 100px 0;
}
.section-eurocom p{
  color: #fff!important;
}
.section-eurocom h2{
  padding: 0px 0 90px;
}
.row-euro {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 0 100px;
  align-items: center;
  justify-content: center;
}

.wrapper-euro {

    position: relative;
    height: 230px;

    background: #f76f85;

    border-radius: 18px;

    padding: 30px 20px;

    text-align: center;

    overflow: hidden;

    border: 1px solid #edf1f3;

    box-shadow:
        0 5px 20px rgba(0,0,0,.05);

    transition: all .4s ease;
    width: 15%;
    cursor: pointer;
   

}


/* Hover carte */

.wrapper-euro:hover {

    transform: translateY(-10px);

    box-shadow:
        0 20px 45px rgba(0,0,0,.12);
    background: transparent;
    border-top: 1px solid #f76f85;
  border-left: 1px solid #f76f85;
  border-right: 1px solid #f76f85;


}
.wrapper-euro:hover .title-euro{
  opacity: 0;
}



/* Ligne couleur */

.wrapper-euro::after {

    content:"";

    position:absolute;

    bottom:0;
    left:0;

    width:100%;
    height:4px;

    background:#447991;

    transform:scaleX(0);

    transition:.4s ease;

}


.wrapper-euro:hover::after {

    transform:scaleX(1);

}



/* Icone */

.icon-euro {

    width:70px;
    height:70px;

    margin:0 auto 20px;

    border-radius:50%;

    display:flex;

    align-items:center;
    justify-content:center;

    background:#f0f6f8;

    color:#447991;

    font-size:30px;

    transition:.4s ease;

}


.wrapper-euro:hover .icon-euro {

    background:#447991;

    color:#fff;

    transform:rotateY(360deg);

}



/* Titre */

.title-euro {

    font-size:12px;

    font-weight:700;

    line-height:1.4;

    color:#fff;
    display: grid;
    height: 100%;
    align-content: center;


}



/* Texte caché */

.content-euro {

    position:absolute;

    left:20px;
    right:20px;
    bottom:25px;

    opacity:0;

    transform:translateY(40px);

    font-size:14px;

    line-height:1.5;

    color:#666;

    transition:.4s ease;

}
.content-euro ul li{
  color: #fff;
}



/* Animation hover */

.wrapper-euro:hover .title-euro {

    transform:translateY(-90px);

}


.wrapper-euro:hover .content-euro {

    opacity:1;

    transform:translateY(0);
    color: #f76f85;

}
.wrapper-euro:hover .content-euro p{

    
    color: #f76f85!important;

}
.wrapper-euro:hover .content-euro ul li{

    
    color: #f76f85;

}
.wrapper-euro ul{
  text-align: left;
}

@media (max-width:1400px){
  .section-demande-devis{
    padding: 70px 0;
  }
  .section-eurocom{
    padding: 70px 0;
  }
  .row-euro{
    padding: 0 20px;
  }
}
@media(max-width: 700px){
  .section-demande-devis{
    background-size: cover!important; 
  }
}