.doc_wrap {
	background-color: var(--color_dark_blue);
    width: 300px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 30px;
}

.doc_list {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.doc_title {
	padding-bottom: 15px;
    margin-bottom: 20px;
	border-bottom: 2px solid;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
}

.doc_item {
    font-size: 0.85rem;
    text-decoration: underline;
    opacity: .8;
    position: relative;
    padding-left: 25px;
}

.doc_item::before {
    content: "";
    display: block;
    width: 13px;
    height: 17px;
    background-image: url('/wp-content/uploads/2023/02/pdf-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.link_list.link_sep {
    border-top: 2px solid white;
    margin-top: 20px;
    padding-top: 20px;
}

.link_list .doc_item::before {
    background-image: url('/wp-content/uploads/2023/02/link.svg');
}

.page_enfant_doc_wrap .doc_title_med {
    font-size: 0.9rem !important;
    margin-top: 25px;
    font-weight: 500 !important;
    padding-bottom: 10px;
    color: #ffffffbf !important;
}

.encart_txt a {
    color: white;
    text-decoration: underline;
}

.encart_txt.txt_sep {
    border-top: 2px solid;
    margin-top: 25px;
    padding-top: 5px;
}