.nos_metiers .titre-1 {
margin-top: 205px;
margin-bottom: 14px;
}
.nos_metiers .texte-content {
padding: 0 10%;
}
.nos_metiers .texte-content p {
color: var(--white-1-color);
text-align: center;
font-family: Roboto, Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.rubrique-titre {
color: var(--white-1-color);
font-family: Roboto, Arial, sans-serif;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.rubrique-texte p {
color: var(--white-1-color);
font-family: Roboto, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
}
.rubrique {
padding: 18px 38px;
}
.rubrique + .rubrique {
margin-top: 18px;
}
.bloc_nos_metiers {
margin: 95px 0;
}
.rubrique:not(.active-haut) {
padding-left: 50px
}
.bloc-service span {
color: #5F5F5F;
font-family: Roboto, Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
border-radius: 110px;
background: rgba(255, 255, 255, 0.05);
padding: 16px;
margin: 16px 10px;
display: inline-block;
}
.bloc-service {
width: 150%;
transform: translateX(-10%);
padding-bottom: 100px;
}
.bloc-rose {
padding: 90px 10%;
border-radius: 5px;
background:
linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
linear-gradient(0deg, #FF3C78, #FF3C78);
height: 100%;
margin: 27px;
z-index: 500;
transition: background 0.3s ease;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.bloc-rose:not(.expanded) {
cursor: pointer;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),linear-gradient(0deg, #FF3C78, #FF3C78);
}
.bloc-rose:not(.expanded) h2, .bloc-rose:not(.expanded) p {
color: rgb(255, 255, 255, 0.3);
}
.bloc-rose h2 {
color: #FFF;
font-family: Roboto, Arial, sans-serif;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 45px;
}
#bouton-expertise {
border-radius: 51px;
background: #153149;
border: none;
text-transform: uppercase;
text-decoration: underline;
text-underline-offset: 5px;
padding: 20px 50px;
}
#bouton-expertise:not(.on_sticky) {
margin-top: 50px;
}
#bouton-expertise.on_sticky {
position: fixed;
bottom: 100px;
z-index: 50;
left: 50%;
transform: translateX(-50%);
margin-bottom: 0;
transition: bottom 0.5s ease;
z-index: 1500;
}
.rubrique h3 {
position: relative;
}
.rubrique h3:before {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E%3Ccircle cx='17.5' cy='17.5' r='13.125' fill='%2344BCFB'/%3E%3Cpath d='M16.0415 21.875L20.4165 17.5L16.0415 13.125' stroke='%230A0E1A' stroke-width='2.91667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
position: absolute;
left: -45px;
}
#bloc_metier_1 .column_nos_metiers {
padding-left: 5%;
}
.contain-rose {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-right: 5%;
} .bloc-rose {
transition: transform 0.5s ease;
transform-origin: center center;
z-index: 1;
position: relative;
}
.bloc-rose.expanded {
transform: scale(1.08);
}
.rubrique {
margin: inherit;
position: relative;
transform: translateX(0);
opacity: 0;
transition: transform 0.4s ease, opacity 0.4s ease;
}
.rubrique.visible {
transform: translateX(0);
opacity: 1;
}
.rubrique.not-visible {
display: none;
transform: translateX(0);
opacity: 0;
}
.rubrique.animate-left {
transform: translateX(-50%);
opacity: 0;
} @keyframes bounceInRight {
from {
opacity: 0;
transform: translateX(100%);
}
60% {
opacity: 1;
transform: translateX(-10px);
}
80% {
transform: translateX(5px);
}
to {
transform: translateX(0);
}
}
.rubrique.animate-right {
animation: bounceInRight 0.5s forwards;
}