.main-header + .banner + #main.main-dd {
	margin-top: 35px;
}

#main {
	margin-top: 77px;
}

.banner.banner-debatdelib {
	padding: 25px 0 25px;
	height: auto;
	background-color: #344BCF;
	top:auto;
}

.banner.banner-debatdelib.internal {
	padding: 25px 0 25px;
	height: auto;
	background-color: #344BCF;
	top:auto;
}

.banner.internal {height: auto;}

.h1_dd {
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 10px;
}

.h2-dd {
	color: #E01F22;
	font-weight: 900;
	font-size: 2.8rem;
	margin-bottom: 30px;
}

.h2-dd-border {
	padding-bottom: 30px;
	border-bottom: 5px solid #F4F2F3;
}

.btn-valider {
	width: 120px;
}

.input-recherche-container {
	margin-bottom: 18px;
}

.recherche-dd label {
	color: #ffffff;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.recherche-dd label.main-info-color {
	color: #ffffff !important;
}

.select-dd.custom-select {
	background-color: #ffffff;
	font-weight: 500;
}

.liste-document-container {
	margin-top: 40px;
}

.itemODS .custom-list {
	padding-top: 1rem;
}

.itemODS {
	display: flex;
	justify-content: space-between;
	border-top: 5px solid #F4F2F3;
	padding: 30px 0 0 0;
	margin-bottom: 80px;
}

.itemODS_mt {
	margin-top: 30px;
	margin-bottom: 30px;
}

.itemODS_article {
	width: 62%;
	text-align: justify;
}

.itemODS_info {
	width: 30%;
}

.itemODS_meta {
	display: flex;
	flex-wrap: wrap;
	padding-top: 1rem;
}

.itemODS_meta-item {
	width: 50%;
	font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 14px;
    white-space: nowrap;
}

.itemODS_meta-item img,
.itemODS_meta-item.far {
	margin-right: 6px;
}

.itemODS_meta-item .far {
	color: #354BCF;
}

.itemODS h3 {
	color: var(--main-color);
	font-size: 1.8rem;
	line-height: 2.5rem;
	margin-bottom: 18px;
}

.itemODS h3 a {
	color: #354BCF;
	font-size: 1.8rem;
	line-height: 2.5rem;
	font-weight: 800;
}

.itemODS .itemODS_content,
.itemODS .itemODS_content p {
	font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.6rem;
}

.ODS_btn-retour {
	color: var(--main-color);
	text-decoration: none;
	font-weight: 500;
	display: inline-block;
    cursor: pointer;
}

.ODS_btn-retour img {margin-right: 12px;}

.ODS_btn-retour:hover {
	text-decoration: none;
	color: var(--main-color);
}

.document-container {
	margin-top: 25px;
}

.document-container .ODS_btn-retour:first-child {
	margin-bottom: 27px;
}

.ODS_filters {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.ODS_filters-sorter {
	display: flex;
	align-items: center;
}

.ODS_filters-label {
	display: none;
}

.ODS_filters .h2-dd {margin-bottom: 0;}

.ODS_filters-form {
	display: flex;
}

.ODS_filters .ODS_filters-form {
	margin-left: 70px;
}

.ODS_filters .ODS_filters-box {
	width: 170px;
}

.ODS_filters .custom-checkbox .custom-control-label,
.ODS_filters .custom-radio .custom-control-label {
    padding-left: 1rem;
}

.ODS_filters .custom-control-label::before,
.ODS_filters .custom-control-label::after {
    width: 1.7rem;
    height: 1.7rem;
    top: 0.2rem;
}

.ODS_filters .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #354BCF;
    border-color: #354BCF;
}

.no-result-logo {
	min-height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.notfound-dd .notfound-404 h1 {
    white-space: nowrap;
}

footer {
	padding-bottom: 0;
}

@media (max-width: 1024px) {
	.itemODS_info {width: 40%;}
	.itemODS_article {width: 55%; }
	.ODS_filters-sorter {display: grid;}
	.itemODS_meta-item {width: 50%; font-weight: 600; font-size: 1.3rem; margin-bottom: 14px; white-space: nowrap;}
}

@media (max-width: 767.98px) {
	.h1_dd {display: none;}
	.banner-debatdelib {padding: 15px 0 20px 0;}
	.btn-valider {width: 100%;}
	.input-recherche-container {margin-bottom: 0;}
	.select-dd {margin-bottom: 10px;}
	.h2-dd {font-size: 2rem;}
	.itemODS {flex-direction: column; margin-bottom: 30px; border-top: none; position: relative;}
	.itemODS::before {content: ""; height: 5px; background-color: #F4F2F3; position: absolute; top: 0; left: -15px; right: -15px;}
	.itemODS_article {width: 100%; margin-bottom: 30px;}
	.itemODS_info {width: 100%;}
	.itemODS .custom-list {padding-bottom: 0;}
	.itemODS_meta-item {width: 50%; font-weight: 600; font-size: 1.3rem; margin-bottom: 14px; white-space: nowrap;}
	.ODS_filters {flex-direction: column; align-items: flex-start;}
	.ODS_filters-sorter {display: initial;}
	.ODS_filters .h2-dd {margin-bottom: 15px;}
	.ODS_filters-form {flex-direction: column;}
	.ODS_filters .ODS_filters-form {margin-left: 0;}
	.ODS_filters-label {display: block; font-size: 1.4rem; font-weight: 600; margin-bottom: 0.7rem;}
	.ODS_filters .ODS_filters-box {width: auto; margin-bottom: 1.2rem;}
}

.puce-dd {
	font-size: xx-small;
}

.article-content .marge-odj{
	padding-left: 35px;
}

.article-content .no-puce-dd{
	padding-left: 55px;
}

.article-content hr.marge-odj{
	margin-left: 35px;
}