.cs-entry__title-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cs-entry__title {
    margin: 0;
    flex: 1;
}

.cs-entry__title-icon {
    flex-shrink: 0;
} 

.cs-home-hero.cs-hero-type-2 {
    height: 480px; /* Vous pouvez ajuster cette valeur selon vos besoins */
}
.cs-hero-type-2__slider{
    height: 480px; 
}

/* Modifier la hauteur du hero */
cs-header__logo cs-logo-default 
/* Modifier la hauteur du hero */
.cs-hero-type-2__slider {
    height: 100%;
}

.cs-hero-type-2__wrapper {
    height: 100%;
}

.cs-hero-type-2__item {
    height: 100%;
}

.cs-entry__outer {
    height: 100%;
}

/* Réduire la taille du logo sur mobile */
@media (max-width: 768px) {
    .cs-header__logo img {
        max-height: 120px !important; /* Vous pouvez ajuster cette valeur selon vos besoins */
        width: auto;
    }
    .cs-header__col.cs-col-right{
		padding-left: 0px !important;
	}
} 