#contenu_1 {
width: 90%;
max-width: 1140px;
margin: 70px auto 110px;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
#contenu_1 .gauche {
width: 44.5%;
}
#contenu_1 .droite {
width: 49%;
display: flex;
gap: 24px;
}
#contenu_1 .droite > div {
width: 50%;
}
#contenu_1 .droite .droite {
flex-direction: column;
}
#contenu_1 .droite img {
border-radius: 24px;
object-fit: cover;
width: 100%;
}
#contenu_1 .droite .droite > img:nth-child(1) {
height: 280px;
object-position: bottom;
}
#contenu_1 .droite .droite > img:nth-child(2) {
height: 197px;
}
#contenu_1 .droite .gauche img {
height: 500px;
}
#contenu_1 .droite .gauche {
margin-top: 50px;
}
.titre_lp {
position: relative;
}
.titre_lp > p {
font-size: 18px;
letter-spacing: 0.015em;
text-transform: uppercase;
margin: 0 0 25px 0;
}
#contenu_1 .titre_lp > p {
margin-bottom: 35px;
}
#contenu_1 .gauche svg {
height: auto;
width: 330px;
position: absolute;
bottom: -4px;
left: 155px;
z-index: -1;
}
#contenu_1 .gauche .titre_lp img {
position: absolute;
right: -20px;
bottom: -85px;
}
#contenu_1 .item {
background: #FFFFFF;
border-radius: 24px;
display: flex;
align-items: center;
justify-content: flex-start;
box-shadow: 4px 10px 30px rgba(0,0,0,0.06);
margin-top: 22px;
box-sizing: border-box;
max-width: 450px;
padding: 25px 36px 25px 0;
min-height: 100px;
}
#contenu_1 .blocs {
margin-top: 50px;
}
#contenu_1 .item .icone {
width: 90px;
text-align: center;
flex-shrink: 0;
}
#contenu_1 .item p {
font-weight: 700;
margin: 0;
line-height: 1.25em;
}
@media (max-width: 1230px) {
#contenu_1 .gauche .titre_lp img {
display: none;
}
}
@media (max-width: 1160px) {
#contenu_1 {
flex-direction: column;
gap: 60px;
}
#contenu_1 .gauche {
width: 100%;
}
#contenu_1 .item {
max-width: 100%;
}
#contenu_1 .titre_lp h2 {
max-width: 745px;
margin: 0 auto;
text-align: center;
}
#contenu_1 .gauche svg {
display: none;
}
#contenu_1 .titre_lp > p {
margin-bottom: 25px;
text-align: center;
}
#contenu_1 .droite {
width: 100%;
}
}
@media (max-width: 500px) {
#contenu_1 {
width: 87%;
margin-bottom: 70px;
}
.titre_lp > p, #contenu_1 .titre_lp > p {
font-size: 15px;
margin-bottom: 15px;
}
#contenu_1 .blocs {
margin-top: 35px;
}
#contenu_1 .item .icone img {
width: auto;
height: 22px;
max-width: 25px;
}
#contenu_1 .item .icone {
width: 70px;
}
#contenu_1 .droite .gauche img {
height: 75vw;
}
#contenu_1 .droite .gauche {
margin-top: 40px;
}
#contenu_1 .droite {
gap: 20px;
}
#contenu_1 .droite .droite > img:nth-child(1),
#contenu_1 .droite .droite > img:nth-child(2) {
height: calc(37.5vw - 12px);
}
}
#produits {
text-align: center;
width: 90%;
max-width: 1140px;
margin: 0 auto 105px;
}
body.page-id-10152 #produits {
margin-bottom: 110px;
}
#produits .tabs {
display: flex;
justify-content: center;
gap: 10px;
margin: 40px 0 30px 0;
}
#produits .tabs .item {
background: #F1F1F1;
font-weight: 600;
line-height: 1;
padding: 12px 15px 10px 15px;
cursor: pointer;
border-radius: 4px;
}
#produits .tabs .item.active {
background: #FFDD00;
color: #21336E;
}
#produits .contenu .item {
display: none;
flex-wrap: wrap;
justify-content: space-between;
}
#produits .contenu .item.active {
display: flex;
}
#produits .produit {
width: 31.5%;
font-size: 18px;
}
#produits .produit img {
height: 28.4vw;
max-height: 360px;
object-fit: cover;
margin-bottom: 15px;
border-radius: 24px;
}
@media (max-width: 900px) {
#produits .produit {
font-size: 16px;
}
}
@media (max-width: 500px) {
#produits {
width: 100% !important;
margin-bottom: -50px;
}
#produits h2 {
padding: 0 6.5%;
margin-bottom: -10px;
position: relative;
}
#produits h2:after {
content: '';
width: 30px;
height: 34px;
background: linear-gradient(270deg, #FFFFFF, transparent);
position: absolute;
left: 100%;
margin-left: -30px;
pointer-events: none;
bottom: -63px;
}
#produits .tabs {
gap: 0;
white-space: nowrap;
justify-content: flex-start;
padding-left: 6.5%;
overflow-x: scroll;
scroll-snap-type: x mandatory;
}
#produits .tabs::-webkit-scrollbar {
display: none;
}
#produits .tabs .item {
font-size: 13px;
padding: 10px 12px 9px 12px;
margin-right: 12px;
scroll-snap-align: center;
}
#produits > .contenu {
width: 87%;
margin: 0 auto;
}
#produits .produit {
margin-bottom: 30px;
width: 100%;
}
#produits .produit img {
height: 87vw;
max-height: initial;
}
body.page-id-10152 #contenu_1 {
margin-bottom: 30px;
}
body.page-id-10152 #produits {
margin-bottom: -25px;
}
}