/* Affichage shortcode /menu-du-jour/ */
.tem-extras--alt {
    background: #ffffff;
    border-radius: 10px;
}

.tem-extras--alt .tem-extras__title {
    margin: 0 0 24px;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 300;
    color: var(--enfold-main-color-secondary);
}

.tem-extras--alt .tem-extra {
    margin: 0;
    padding: 0;
}

.tem-extras--alt .tem-extra + .tem-extra {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.tem-extras--alt .tem-extra__category {
    display: none;
}

.tem-extras--alt .tem-extra__title {
    margin: 0 0 8px;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
}

.tem-extras--alt .tem-extra__description {
    margin: 0;
    font-size: 25px;
    line-height: 1.5;
    color: #000000;
}

.tem-extras--alt .tem-extra__prix {
    margin-top: 8px;
    font-size: 25px;
    font-weight: 700;
    color: #000000;
}

@media (max-width: 640px) {
    .tem-extras--alt {
        padding: 24px;
    }

    .tem-extras--alt .tem-extras__title {
        font-size: 30px;
    }

    .tem-extras--alt .tem-extra__title,
    .tem-extras--alt .tem-extra__description,
    .tem-extras--alt .tem-extra__prix {
        font-size: 20px;
    }
}

.tem-extras-weekly {
	background: #4dbebd20;
    margin-left: 5px;
    margin-right: 5px;
	padding: 15px;
	border-bottom: 1px dashed #5c3783;
	border-color: #5c3783 !important;
}

.tem-extras-weekly p {
	color: #555!important;
}

.weekly-menu {
	border-radius: 0px!important;
}

.tem-extras-weekly .tem-extras__title {
	color: #333!important;
	font-size: 22px;
}