#offres {
    display: grid;
    gap: 15px;
}

.offre {
    border: 2px solid #111;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
	position: relative;
	box-shadow: 5px 5px 0px #111;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.offre:hover {
    transform: translateY(-3px);
}

.main-icon-cartes-api {
    width: 50px;
    height: 50px;
    color: rgb(37, 99, 235);
    background: rgba(37, 99, 235, 0.1);
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
	fill: none;
}

.main-icon-cartes-api svg{
    stroke: rgb(37, 99, 235);
}

.france-travail{
	margin-bottom: 5px;
	font-size: 9px; 
	font-weight: 800;
	letter-spacing: 0.45px;
	line-height: 13.5px;
	text-transform: uppercase;
	color: rgb(37, 99, 235);
	background-color: rgba(37, 99, 235, 0.1);
	padding: 2px 8px 2px 8px;
	border-radius: 8px;
}

.alternance{
	margin-bottom: 5px;
	font-size: 9px; 
	font-weight: 800;
	letter-spacing: 0.45px;
	line-height: 13.5px;
	text-transform: uppercase;
	color: rgb(22, 163, 74);
	background-color: rgba(22, 163, 74, 0.1);
	padding: 2px 8px 2px 8px;
	border-radius: 8px;
}

.offre h3 {
    font-size: 16px;
	font-weight: 800;
	line-height: 20.8px;
    margin-bottom: 6px;
}

.ligne-cartes-api {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: top;
    padding: 0px;
}

.entreprise-cartes-api {
    display: flex;
    align-items: center;
    gap: 6px;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	color: rgba(17, 17, 17, 0.4);
}

.icon-entreprise-cartes-api {
    display: inline-flex;
}

.icon-entreprise-cartes-api svg {
    width: 12px;
    height: 12px;
    stroke: rgba(17, 17, 17, 0.4);
	margin-top: -2px;
}

.lieu-cartes-api {
    display: flex;
    align-items: center;
    gap: 4px;
	font-size: 12px;
	line-height: 18px;
	color: rgba(17, 17, 17, 0.4);
}

.icon-lieu-cartes-api {
    display: inline-flex;
}

.icon-lieu-cartes-api svg {
    width: 12px;
    height: 12px;
    stroke: rgba(17, 17, 17, 0.4);
	margin-top: -2px;
}

.contrat-cartes-api {
    display: flex;
    align-items: center;
    gap: 4px;
	font-size: 12px;
	line-height: 18px;
	color: rgba(17, 17, 17, 0.4);
}

.icon-contrat-cartes-api {
    display: inline-flex;
}

.icon-contrat-cartes-api svg {
    width: 12px;
    height: 12px;
    stroke: rgba(17, 17, 17, 0.4);
	margin-top: -2px;
}

.horaires-cartes-api {
    display: flex;
    align-items: center;
    gap: 4px;
	font-size: 12px;
	line-height: 18px;
	color: rgba(17, 17, 17, 0.4);
}

.icon-horaires-cartes-api {
    display: inline-flex;
}

.icon-horaires-cartes-api svg {
    width: 12px;
    height: 12px;
    stroke: rgba(17, 17, 17, 0.4);
	margin-top: -2px;
}

@media (max-width: 768px) {
    .ligne-cartes-api {
        flex-direction: column;
        align-items: flex-start;
    }

    .ligne-cartes-api p {
        white-space: normal;
    }
}

.bouton-haut-cartes-api {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
}

.btn-offre-api {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgb(37, 99, 235);
    color: #fff;
    text-decoration: none;
    padding: 11px 20px 9px 20px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.btn-offre-api:hover {
    background: rgb(29, 78, 216);
}

.bouton-haut-cartes-api:hover .btn-offre-api{
    color: #fff;
}

.icon-external {
    display: inline-flex;
}

.icon-external svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 768px) {
    .bouton-haut-cartes-api {
        top: 10px;
        right: 10px;
    }

    .btn-offre-api {
        font-size: 12px;
        padding: 6px 10px;
    }
}

.deux-colonnes-cartes-api {
    display: flex;
    gap: 20px;
}

@media (max-width: 768px) {
    .deux-colonnes-cartes-api {
        flex-direction: column;
    }
}

.premiere-colonne-cartes-api,
.deuxieme-colonne-cartes-api {
    flex: 1; /* 50% / 50% */
    display: flex;
    flex-direction: column;
	min-width: 0;
}

.titre-colonnes-cartes-api{
	margin-bottom 8px !important;
	font-family: Sora, sans-serif !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	letter-spacing: 1.5px !important;
	line-height: 15px !important;
	text-transform: uppercase !important;
	color: rgba(17, 17, 17, 0.3) !important;
}

.competences-cartes-api{
	margin-top: -6px;
}

.competences-cartes-api i {
    color: rgb(37, 99, 235);
	margin-right: 5px;
}

.premiere-colonne-cartes-api p {
	color: rgba(17, 17, 17, 0.5);
	font-size: 11px;
	line-height: 16.5px;
	margin-bottom: 6px;
}

.deuxieme-colonne-cartes-api p {
	color: rgba(17, 17, 17, 0.5);
	font-size: 11px;
	line-height: 16.5px;
	margin-bottom: 6px;
}

.description{
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 21.6px;
	color: rgba(17, 17, 17, 0.5);
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}