.sab-batir-block{
	width:1109px; 
	margin: 0 auto 163px;
	    padding: 0;
}
.home .sab-batir-block {
    width: 1125px;
}
.sab-desc-container p{
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 148%;
	color: #000000;
}
.sab-batir-block h2{
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 115%;
	text-align: center;
	color: #000000;
	margin-bottom: 75px;
}
/* Hauteur fixe pour l'uniformité des pilules */
.sab-pill {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	height: 80px;
	border-radius: 20px;
	transition: transform 0.2s ease; /* Petit effet bonus au survol */
	    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 76%;
}

.sab-pill:hover {
    transform: translateY(-2px);
}

.sab-pills{
	gap: 12px;
	
}

/* Positionnement du bouton qui chevauche */
.sab-cta-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 2;
}

.sab-cta-wrapper a{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 28px 0px 22px;
	gap: 13px;
	width: 239px;
	height: 80px;
	background: #0084FF;
	border: 1px solid #A0CBF3;
	border-radius: 20px;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 293%;
	letter-spacing: 0.04em;
	color: #FFFFFF;
}

.sab-cta-wrapper a:hover{
	border: 1px solid #C3C3C3 !important;
	background: #28439B !important;
}
@media (max-width: 1499px) and (min-width: 769px) {
    
    /* 1. Resize Container */
    /* 1109px is too wide for 1280px laptops with scrollbars. 
       We reduce it to ~90% or a fixed 960px/1024px width. */
    .sab-batir-block, 
    .home .sab-batir-block {
        width: 90%; 
        max-width: 1000px;
        margin-bottom: 100px; /* Reduced from 163px */
    }

    /* 2. Scale Typography */
    .sab-batir-block h2 {
        font-size: 40px; /* Reduced from 50px */
        margin-bottom: 50px;
    }

    .sab-desc-container p {
        font-size: 18px; /* Reduced from 20px */
    }

    /* 3. Adjust Pills */
    .sab-pill {
        height: 70px; /* Slightly smaller height */
        border-radius: 16px;
        font-size: 26px; /* Reduced from 36px to fit narrower container */
    }
    
    .sab-pills {
        gap: 10px;
    }

    /* 4. Adjust Button */
    .sab-cta-wrapper a {
        width: 200px; /* Slightly smaller button */
        height: 70px;
        font-size: 13px;
    }
}
/* --- RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
	
	.sab-batir-block {
		width: 100%;
	}
	
	.home .sab-batir-block {
		width: 100%;
	}


	.sab-batir-block h2 {
		font-size: 26px;
		line-height: 110%;
		margin-bottom: 75px;
	}
	
    .sab-pill {
        height: 80px;        padding: 0px 5px;
    }
	
	.sab-pills {
    gap: 11px;        justify-content: center;
}
    
    /* Marge pour le bouton sur mobile */
    .sab-batir-block {
        margin-bottom: 40px; 
    }
	
	.sab-pill {

    font-size: 22px;
    line-height: 110%;
}
.page-template-tpl-about .sab-pill-1{width: calc(50% - 5.5px) !important;}
.page-template-tpl-about .sab-pill-2{width: calc(50% - 5.5px) !important;}
.page-template-tpl-about .sab-pill-3{width: calc(40% - 5.5px) !important;}
.page-template-tpl-about .sab-pill-4{width: calc(60% - 5.5px) !important;}
.page-template-tpl-about .sab-pill-5{width: calc(45% - 5.5px) !important;}
.page-template-tpl-about .sab-pill-6{width: calc(55% - 5.5px) !important;}
.page-template-tpl-about .sab-pill-7{width: calc(50% - 5.5px) !important;}
.page-template-tpl-about .sab-pill-8{width: calc(50% - 5.5px) !important;}
.page-template-tpl-about .sab-batir-block h2 {
        margin-bottom: 50px;
    }
	.sab-desc-container p{
	font-weight: 400;
font-size: 16px;
line-height: 130%;
}
}
