/**
 **** Bootstrap - Small size (col-)
 **/
@media screen
	and (max-width: 576px) {
}


/**
 **** Bootstrap - Small size (col-sm-)
 **/
@media screen
	and (max-width: 768px) {
	#a-la-une-contents .common-title {
		font-size: 1em;
	}

	#a-la-une-contents > div:first-child > .row > .order-1 > div.col-12 {
		padding: 0;
	}

	#a-la-une-contents > div:last-child {
		border-top: 1px solid #ddd;
		margin-top: 1rem;
		padding-top: 1rem;
	}

	#a-la-une-contents > div:last-child > .row > .col-5 {
		margin-top: -0.25rem;
	}

	#covers {
		border-top: 1px solid black;
		padding-top: 1rem;
	}

	div#covers div {
		margin: auto;
	}

	#most-read > div {
		border-bottom: 1px solid #ddd;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0.5rem;
	}

	div#a-la-une div#most-read-container h2 {
		border-top: 3px solid black;
		padding-top: 1rem;
		font-family: unset;
	}

	div#most-read-container {
		border: none;
	}

	div#most-read-container div.most-read-numbering {
		line-height: unset;
		margin-top: -0.75rem;
	}

	.actu-contents .actu {
		margin-top: 1rem;
	}
}


/**
 **** Bootstrap - Medium size (col-md-)
 **/
@media screen
	and (max-width: 992px) {

}


/**
 **** Bootstrap - Large size (col-lg-)
 **/
@media screen
	and (max-width: 1200px) {

}
