.notes-jd-item p a {
    color: #e88d17 !important;
    text-decoration: underline;
}
.notes-jd-item p a:hover {
    text-decoration: none;
}

.notes-jd h2 {
    font-family: PT Sans, sans-serif;
    font-weight: 600;
    color: #e88d17 !important;
    font-size:24px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(225,225,225);
}
.notes-jd-item h3 {
    margin: 32px 0 0 0 !Important;
}
.notes-jd-item h3 a {
    color: rgb(102, 82, 52) !important;
    text-decoration: none;
    transition: all 0.3s;
}

.notes-jd-item h3 a:hover {
    color: #e88d17 !important;
}

.notes-jd-item p {
    margin: 0 !Important;
}

.notes-jd-item p strong {
    color: rgb(102, 82, 52);
}
.notes-jd-item p a {
    text-decoration: underline;
    color: #e88d17 !important;
}

.notes-jd-item p img {
    padding-bottom: 10px;
}

.suggestions-item {
    padding-bottom:1rem;
    border-bottom: 1.5px dotted rgb(200,200,200);
    margin-bottom: 1rem;
}

.suggestions-item h2 {
    font-family: PT Sans, sans-serif;
    font-weight: 600;
    color: #e88d17 !important;
    font-size:24px;
    padding-bottom: 12px;

}
.suggestions-item h3 {
    margin: 32px 0 0 0 !Important;
}

h4.publication {
    margin: 0 !Important;
    padding: 0;
}

.suggestions-item h3.deuxieme-titre {
    margin: 0px 0 0 0 !Important;
    padding:0 !important;
}
.suggestions-item h4 span.bloc-inverse {
    background-color: rgb(102, 82, 52);
    color: #ffffff !important;
    padding: 5px 10px;
    border-radius: 3px;
}
.suggestions-item p {
    margin: 0 0 1rem 0 !Important;
}
.suggestions-item p strong {
    color: rgb(102, 82, 52);
}
.suggestions-item a {
    color: #e88d17 !important;
    text-decoration: underline;
}
.suggestions-item a:hover {
    text-decoration: none;
}
.suggestions-item h3 a {
    color: rgb(102, 82, 52) !important;
    text-decoration:none;
    transition: all 0.3s;
}
.suggestions-item h3 a:hover {
    color: #e88d17 !important;
}

.suggestions p img {
    padding-bottom: 10px;
}

div.ag-texte p img {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
}