.main-node-is-unpublished {
background-color: white !important;
}
html {
scroll-behavior: smooth;
}
body.node--type-event .main-wrapper .sidebar,
.path-node:not(.node--type-online-newsletter) .field--node-field-main-image.field--node-field-main-image {
display: none !important;
}
.epdw-page {
max-width: 1100px;
margin: 0;
}
.page-title-region,
.block-eesc-foundation-content>.group-metadata .field--node-field-date,
.epdw-menu-btns ul li a svg.ext,
.block-eesc-foundation-content>.group-metadata .address-group.location-icon {
position: absolute !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
word-wrap: normal;
padding: 0;
}
.field--node-dynamic-block-fieldnode-available-languages {
display: flex !important;
justify-content: space-between;
max-width: 1100px;
margin: 0 auto;
}
.block-eesc-foundation-content>.group-metadata {
margin-bottom: 0;
}
.block-eesc-foundation-content>.group-metadata:after {
content: none;
}
.block-eesc-foundation-content>.group-metadata .available-laguages-for-page-wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.block-eesc-foundation-content>.group-metadata .available-laguages-for-page-wrapper ul {
margin-left: clamp(1.13rem, calc(0.99rem + 0.65vw), 1.5rem);
}
@media (max-width: 399px) {
.block-eesc-foundation-content>.group-metadata .available-laguages-for-page-wrapper {
flex-direction: column;
align-items: flex-start;
}
.block-eesc-foundation-content>.group-metadata .available-laguages-for-page-wrapper ul {
margin-left: 0;
}
}
.epdw-page p,
.epdw-page h1,
.epdw-page h2,
.epdw-page h3,
.epdw-page h4,
.epdw-page h5,
.epdw-page h6,
.epdw-page ul {
max-width: inherit;
}
.epdw-banner {
margin-bottom: 3rem;
}
@media (max-width: 767px) {
.epdw-banner {
margin-bottom: 1.75rem;
}
}
.epdw-menu-btns {
margin: 2.25rem 0 1rem 0;
}
.epdw-menu-btns ul {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
padding: 0;
}
.epdw-menu-btns ul li {
flex: 0 100%;
max-width: 100%;
margin: 0 0 1rem 0 !important;
padding: 0 10px;
}
@media (min-width: 1350px) {
.epdw-menu-btns ul li {
flex: 0 25%;
max-width: 25%;
}
}
.epdw-menu-btns ul li::before {
display: none;
}
.epdw-menu-btns a {
background-color: #034ea2;
color: white;
text-decoration: none;
display: flex;
text-align: center;
line-height: 1.1;
font-size: 1.2rem;
font-weight: 600;
padding: 10px 1rem;
height: 100%;
flex-wrap: wrap;
justify-content: space-around;
flex-direction: column;
}
.epdw-menu-btns a:hover {
background: #212121;
}
.epdw-page .agenda {
display: flex;
flex-direction: column;
gap: 2rem;
}
.epdw-page .agenda h2 {
margin-bottom: 0;
margin-top: 3rem;
}
.epdw-page .agenda__day {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.epdw-page .agenda__group {
display: flex;
flex-direction: column;
}
.epdw-page .agenda__header {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem 1rem;
padding: 0.75rem 1rem;
border-radius: 3px;
margin-bottom: 1rem;
position: relative;
transition: 0.35s;
font-size: 1.1rem;
}
.epdw-page .agenda__header--secondary {
background-color: #1789bf;
color: white;
}
.epdw-page .agenda__date {
font-weight: 700;
min-width: 7rem;
}
.epdw-page .agenda__venue {
font-weight: 700;
flex: 1 1 auto;
}
.epdw-page .agenda__link {
color: var(--color-white);
font-weight: 600;
text-decoration: none;
white-space: nowrap;
}
.epdw-page .agenda__link a {
color: white;
}
.epdw-page .agenda__link a::before {
content: '';
display: block;
position: absolute;
width: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.epdw-page .agenda__header:hover {
background-color: #333;
color: white;
}
.epdw-page .agenda__header__color_one .agenda__link a {
color: #333;
}
.epdw-page .agenda__header__color_one:hover .agenda__link a {
color: #ffffff;
}
.epdw-page .agenda__header:hover .agenda__link a,
.epdw-page .agenda__header .agenda__link a:hover {
text-decoration: none !important;
}
.epdw-page .agenda__link:hover,
.epdw-page .agenda__link:focus-visible {
text-decoration: underline;
}
.epdw-page .agenda__link:focus-visible {
outline: 3px solid var(--focus-outline);
outline-offset: 2px;
}
.epdw-page .agenda__session {
color: #2081af;
font-size: 1.15rem;
font-weight: 700;
margin: 1rem 0 0.5rem;
padding-left: 9rem;
}
@media (max-width: 767px) {
.epdw-page .agenda__session {
padding-left: 0px;
}
}
.epdw-page .agenda__header+.agenda__session {
margin-top: 0;
}
.epdw-page .agenda__list {
list-style: none;
margin: 0 !important;
padding: 0 0 0 9rem;
display: flex;
flex-direction: column;
}
@media (max-width: 767px) {
.epdw-page .agenda__list {
padding-left: 0px;
}
}
.epdw-page .agenda__item {
display: grid;
grid-template-columns: 9rem 1fr;
gap: 0 1rem;
padding: 8px 5px;
box-shadow: 0px 1px 2px #e2e2e2;
}
.epdw-page .agenda__item::before {
content: none;
}
.epdw-page .agenda__item:nth-child(even) {
background-color: rgba(4, 78, 162, 0.04);
}
.epdw-page .agenda__time {
font-weight: 700;
color: var(--color-text-dark);
white-space: nowrap;
}
.epdw-page .agenda__desc {
font-weight: 600;
}
@media (max-width: 540px) {
.epdw-page .agenda__item {
grid-template-columns: 1fr;
gap: 0.15rem;
}
.epdw-page .agenda__header {
flex-direction: column;
align-items: flex-start;
}
}
.epdw-page .agenda__header__color_one {
background-color: #a2d0e8;
}
.epdw-page .agenda__parallel {
margin-left: 8rem;
}
@media (max-width: 767px) {
.epdw-page .agenda__parallel {
margin-left: 0px;
}
}
.epdw-page .agenda__header__color_three {
background-color: #034ea2;
color: white;
}
.epdw-page .agenda__link a svg.ext path {
stroke: white;
}
.epdw-page .agenda__header__color_one .agenda__link a svg.ext path {
stroke: #333;
transition: 0.35s;
}
.epdw-page .agenda__header__color_one .agenda__link a:hover svg.ext path {
stroke: white;
}
@media screen and (max-width: 1023px) {
.group-right.eesc-magellan-region .extra-actions.extra-actions {
margin-bottom: 0
}
.color-indicator-generic.color-indicator-generic.color-indicator-generic.group-metadata {
position: absolute !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px !important;
height: 1px;
word-wrap: normal;
padding: 0;
}
}
About the European Public Diplomacy DaysThe European Public Diplomacy Days – EPDD – will be held from 30 September to 2 October 2026 and will bring together various different European Union (EU) institutions working on public diplomacy and international people-to-people initiatives. The idea is to share best practice and exchanging ideas.Besides the EU institutions, there will be contributions from civil society, networks of regions and cities, cultural projects, academics and other practitioners from across the world.What do you think? Talk to us!Join us for one or all of the debates. Give us your opinion on one or all of the topics – in person or online!The event will be launched at the European Parliament (EP) on 30 September. Each of the two Committees will be holding a session on their own premises: the European Economic and Social Committee (EESC) on the morning of 1 October and the European Committee of the Regions (CoR) in the afternoon. The European External Action Service’s (EEAS) Autumn School will be held at the same venue on 1 and 2 October, bringing together students from the public diplomacy sector.It is important that you register separately for each of the different sessions you wish to attend or follow, using the dedicated registration form available on the pages of each institution:European Parliament sessionsEuropean Economic and Social Committee sessionsEuropean Committee of the Regions sessionsEuropean External Action Service sessionsEU Diplomacy Days agenda30 SeptemberEuropean ParliamentMore info & registration14:30 – 15:30Welcome coffee15:30 – 16:00Opening sessionSession I: Building Trust in a Digital World16:00 – 17:15Democracy, Public Diplomacy and Information Integrity17:15 – 18:30The Next Generation: engaging global youth in Europe's story01 OctoberEconomic and Social CommitteeMore info & registrationSession II: Civil society, health and peace – together for global solidarity09:30 – 10:10Opening and Keynote speeches10:10 – 10:45High-level panel10:45 – 11:30Panel 1: Civil society as a partner in health diplomacy: How can we ensure health resilience and fight health disinformation11:15 – 12:00Panel 2: Preventing the instrumentalisation of health in armed conflicts? Promoting health as a driver of peace? What civil society can do12:00 – 12:45Panel 3: No health without equity: Civil society as a bridge between poverty reduction and health improvement12:45 – 13:00Concluding remarksCommittee of the RegionsMore info & registrationSession III: Local women leaders, catalysts for the EU Public Diplomacy14:30 – 15:00Opening Remarks15:00 – 16:00Locally elected women leaders: an asset for the EU public diplomacy16:15 – 17:30The role of local leaders in contributing to GAP III EU action plan on gender equality in EU external action01 OctoberEEAS Autumn School 2026More info & registration9h00Introduction and Welcome9h15 – 12h00The role of Human Rights in EU international relations13h00 – 15h30The protection of freedom of thought, religion and belief in EU international relations15h45 – 17h45"Fostering equality and non-discrimination: a human-centred EU foreign policy"02 OctoberEEAS Autumn School 2026More info & registration9h00 – 12h30International protection of human rights: theory and practice14h00 – 15h30The role of the European Court of Justice as regards the defence of Human Rights at home and abroad15h30 – 17h00Discussion at round tables17h00Conclusion
Country
Belgium
Include in Group's Newsroom
Off
The European Public Diplomacy Days – EPDD – will be held from 30 September to 2 October 2026 and will bring together various different European Union (EU) institutions working on public diplomacy and international people-to-people initiatives. The idea is to share best practice and exchanging ideas.
Besides the EU institutions, there will be contributions from civil society, networks of regions and cities, cultural projects, academics and other practitioners from across the world.
What do you think? Talk to us!
Join us for one or all of the debates. Give us your opinion on one or all of the topics – in person or online!
The event will be launched at the European Parliament (EP) on 30 September. Each of the two Committees will be holding a session on their own premises: the European Economic and Social Committee (EESC) on the morning of 1 October and the European Committee of the Regions (CoR) in the afternoon. The European External Action Service’s (EEAS) Autumn School will be held at the same venue on 1 and 2 October, bringing together students from the public diplomacy sector.
It is important that you register separately for each of the different sessions you wish to attend or follow, using the dedicated registration form available on the pages of each institution:
14:30 – 15:30
Welcome coffee
15:30 – 16:00
Opening session
16:00 – 17:15
Democracy, Public Diplomacy and Information Integrity
17:15 – 18:30
The Next Generation: engaging global youth in Europe's story
09:30 – 10:10
Opening and Keynote speeches
10:10 – 10:45
High-level panel
10:45 – 11:30
Panel 1: Civil society as a partner in health diplomacy: How can we ensure health resilience and fight health disinformation
11:15 – 12:00
Panel 2: Preventing the instrumentalisation of health in armed conflicts? Promoting health as a driver of peace? What civil society can do
12:00 – 12:45
Panel 3: No health without equity: Civil society as a bridge between poverty reduction and health improvement
12:45 – 13:00
Concluding remarks
14:30 – 15:00
Opening Remarks
15:00 – 16:00
Locally elected women leaders: an asset for the EU public diplomacy
16:15 – 17:30
The role of local leaders in contributing to GAP III EU action plan on gender equality in EU external action
9h00
Introduction and Welcome
9h15 – 12h00
The role of Human Rights in EU international relations
13h00 – 15h30
The protection of freedom of thought, religion and belief in EU international relations
15h45 – 17h45
"Fostering equality and non-discrimination: a human-centred EU foreign policy"
9h00 – 12h30
International protection of human rights: theory and practice
14h00 – 15h30
The role of the European Court of Justice as regards the defence of Human Rights at home and abroad
15h30 – 17h00
Discussion at round tables
17h00
Conclusion
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Islands at the Forefront: Harnessing Insularity as a Catalyst for Innovation, Transition, and Spatial Resilience | 0 | 13.37 | 22-07-2026 |
| 2 | Tax rules as code (TRACK) for EU tax directives: Enhancing legal clarity, cross-border comparability and democratic governance through artificial intelligence | 0 | 9.78 | 26-05-2026 |
| 3 | Wikimedia Commons media of the day for July 16 | 0 | 2 | 16-07-2026 |
| 4 | badextensions - auto update | 0 | 5 | 16-07-2026 |
| 5 | 2nd Meeting of the EU-Chile Domestic Consultative Group | 0 | 16 | 29-07-2026 |
| 6 | Водохозяйственная обстановка на 29.01.2026 | 0 | 0 | 29-01-2026 |
| 7 | EIP Editing Office Hour (EIP + ERC ) Meeting #107, July 21, 2026 | 0 | 17.62 | 15-07-2026 |
| 8 | Suite des carnets de Juin 26 (Les Oreillers). Monotypes. Serge Pietri. | 0 | 32.74 | 20-07-2026 |
| 9 | before and after adding complimentary colors on some elements of my piece | 0 | 28.91 | 29-07-2026 |
| 10 | Calendar of the EESC meetings 2026 | 0 | 21.13 | 15-12-2025 |