@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
a.news-carousel-item .overlay {
	display: none;
}

/* mon compte */
.container-straight {
	width: 100%;
}

/* mon compte > raccourcis */
.shortcuts-style1,
.shortcuts-style2,
.shortcuts-style3 {
	width: 48%;
	min-width: unset;
	margin: 0 auto 10px;
	padding: 20px;
}

/* sportsCalendars carousel "Résultats/Prochains matchs" */
.calendars-carousel .carousel {
	width: 100%;
}
	.calendars-carousel .nav-left,
	.calendars-carousel .nav-right {
		display: none;
	}
	.calendars-carousel .owl-carousel.owl-drag .owl-item.active.center {
		width: 300px !important;
	}
	.calendars-item-small {
		margin: 0;
	}

/* ----------------------------- 

		COOKIES
		
	----------------------------- */
#cookies-messages-wrapper {
}
.cookies-messages-inside {
    width: 100%;
    margin: 0 auto;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
    justify-content: flex-start; -webkit-justify-content: flex-start;
}
    .cookies-messages-inside .col-close {
        width: 50px;
        padding-right: 5px;
    }
    .cookies-messages-inside .col-message {
        width: 90%;
    }
        .cookies-messages-inside .col-message a {
        }

}