/*------------------------------------------------*/
/*---OOH PROJECTATONS DETAIL PAGE - 26-11-2024---*/
/*----------------------------------------------*/ 

#main-content p:empty { display: none;}
.mb-0 { margin-bottom:0;}

/*---INTRODUCTION---*/
#introduction { }

/*reboot*/ 
#introduction .container .cols { margin:0;}
#introduction .container .cols .col-10 { padding:0;}

#introduction .cols { justify-content: center;}
#introduction p.lead { margin-bottom:40px;}
#introduction .information-illu {margin-bottom:0; }
#introduction img {  max-width: 100%; height: auto; border-radius: 12px;}

/*---INFORMATION---*/
#information { margin-top:-9rem; padding-top:9rem; padding-bottom:18rem; background-color: #F3F4F7;}

/*reboot*/ 
#information .container .cols { margin:0;}
#information .container .cols .col-10 { padding:0;}

#information .cols { justify-content: center;}

@media screen and (min-width: 769px) {
  #information { margin-top:-18rem; padding-top:18rem;}
}

/*---BOX CTA REPORT---*/
#box-cta-report { margin-top:-12rem; padding-top:0; position:relative;}
#box-cta-report .projectathon-box { padding:1.5rem; background-color: #00284A; border-radius:20px;}
#box-cta-report .container .cols { margin-bottom:-1rem;}
#box-cta-report .projectathon-box-col-illu { margin-bottom:1rem;}
#box-cta-report .projectathon-box-col-illu img { width: 120px; height:auto;}
#box-cta-report h3, #box-cta-report p { color: white;}
#box-cta-report p.p-opacity { opacity: 0.75}
#box-cta-report p:last-of-type { margin-bottom:0;}
/*hack - remove empty p from confluence*/
#box-cta-report .container > p:first-child, #box-cta-events .container > p:last-child { display: none; border:1px solid green;}

@media screen and (min-width: 769px) {
 #box-cta-report .projectathon-box { padding:2.5rem;}
 #box-cta-report .projectathon-box-cols { display: flex; align-items: center;}
 #box-cta-report .projectathon-box-col-illu { margin-bottom:0; padding:0 3rem 0 0}
}

@media screen and (min-width: 1366px) {
 #box-cta-report .projectathon-box { padding:5rem;}
}

/*---GALLERY---*/
#gallery { position: relative; z-index: 2; padding-top:0; padding-bottom:0;}

/*reboot*/ 
#gallery .container .cols { margin:0;}
#gallery .container .cols .col-10 { padding:0;}

#gallery .container .cols > div p:first-child, #gallery .container .cols > div p:last-child { display: none;}
#gallery .cols { justify-content: center;}
.wiki-content .gallery-p { margin:0 0 2rem 0;}
.wiki-content .gallery-cta { margin:2rem 0 0 0;}

.gallery { margin: 0 -5px!important; width:100%;}
.gallery table { width:100%;}
.gallery table td { width:20%;}
.gallery table td img { margin: 0 !important; padding: 5px; width: 100%; max-width: 400px; height: auto; border-radius: 16px;}
.gallery table td img:hover { cursor: pointer;}

/*cols video*/
.cols-video { justify-content: center;}
#gallery .cols:nth-child(2) {  padding-top:120px;}
.cols-video div p:first-child { display: none; border:1px solid yellow;}

/*tabs video*/
#tabs-video-nav { list-style: none; margin: 40px 0 0 0; padding: 0; overflow: auto;}
#tabs-video-nav li a { text-decoration: none; color: #001832;}
#tabs-video-nav li a .cover-play { position: relative; display:inline-block; line-height: 0;}
#tabs-video-nav li a .cover-play:before { z-index: 1000; content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 40px; width: 40px; background: url(https://ec.europa.eu/digital-building-blocks/sites/download/attachments/581239505/ico-play-video-secondary.svg)}
#tabs-video-nav li a .cover-play img { width: 100%; max-width: 110px; height: auto; border: 2px solid transparent; border-radius:16px; opacity: 1; filter: brightness(0.7) saturate(0.7);}
#tabs-video-nav li:hover a .cover-play img { opacity: 1; filter: none;}
#tabs-video-nav li.active a .cover-play:before { display: none;}
#tabs-video-nav li.active a .cover-play img { /*border: 2px solid #842DB5;*/ opacity: 1; filter: none;}
#tabs-video-nav li a .cover-text { display: block; color: #3D597A;}
#tabs-video-nav li.active a .cover-text { color:#842DB5;}

.tabs-video-content { background-color: #FFF;}
.tabs-video-content-iframe { position: relative; width: 100%; overflow: hidden; padding-top: 56.25%; /* 16:9 Aspect Ratio */}
.tabs-video-content-iframe iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; border: none; border-radius: 16px;}

@media screen and (min-width: 769px) {
  #tabs-video-nav { list-style: none; display:flex; justify-content:center; gap: 2%; padding: 0; overflow: auto;}
  #tabs-video-nav li { width: 33%; cursor: pointer;}
  #tabs-video-nav li a .cover-play img { width: 100%; max-width: 360px; height: auto;}
}

/*---VIDEO---*/
#video { padding-bottom:0;}
#video .cols { justify-content: center;}
#video .container .cols > div p:first-child, #video .container .cols > div p:last-child { display: none;}

.video-container-iframe { margin: 40px 0 0 0; position: relative; z-index: 1; width: 100%; overflow: hidden; padding-top: 56.25%; /* 16:9 Aspect Ratio */}
.video-container-iframe iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; border: none; border-radius: 16px;}

/*---UPCOMING PROJECTATONS---*/
#upcoming-projectatons {}

/*reboot*/ 
#upcoming-projectatons .container .cols { margin:0;}
#upcoming-projectatons .container .cols .col-10 { padding:0;}

#upcoming-projectatons .cols { justify-content: center;}

#upcoming-projectatons .badge { display:flex; align-items:center; gap:4px; border-radius:4px;}

.card-upcoming-cols { display: flex; flex-direction: column; margin-top:40px; width: 100%; gap:24px;}
.card-upcoming { position: relative; display: flex; flex-direction: column; min-width: 0; height: 100% !important; padding:1rem 2rem 2rem 2rem; background-color: white; box-shadow: 0px 2px 12px rgba(0, 24, 50, 0.12); border-radius: 12px; overflow: hidden;}

.card-upcoming-body a { display: block; line-height:0; text-align: right; height: 300px; border-top-right-radius: 12px; border-top-left-radius: 12px; overflow: hidden;}
.card-upcoming-col.p4 .card-upcoming-body a { margin:-1rem 0 0 -3rem; width: 130%; background: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/645595199/illu-card-projectathon-04.jpg"); background-size: cover; border-radius: 100% 0% 38% 62% / 0% 88% 12% 100% ;}
.card-upcoming-col.p3 .card-upcoming-body a { margin:-1rem 0 0 -3rem; width: 130%; background: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/645595199/illu-card-projectathon-03.png"); background-size: cover; border-radius: 100% 0% 38% 62% / 0% 88% 12% 100% ;}
.card-upcoming-col.p2 .card-upcoming-body a { margin:-1rem 0 0 -3rem; width: 130%; background: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/645595199/illu-card-projectathon-02.jpg"); background-size: cover; border-radius: 100% 0% 38% 62% / 0% 88% 12% 100% ;}
.card-upcoming-col.p1 .card-upcoming-body a { margin:-1rem 0 0 -3rem; width: 130%; background: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/645595199/illu-card-projectathon-01.png"); background-size: cover; background-position: top center; border-radius: 100% 0% 38% 62% / 0% 88% 12% 100% ;}

.card-upcoming-body h3 { margin-top:24px; font-size:20px; line-height:24px;}
.card-upcoming-body p:last-child { margin-bottom:0;}
.card-upcoming-date { font-size: 14px !important; color: #5E748E !important;}

.card-upcoming-footer { margin-top:24px;}
.card-upcoming-footer p:last-child { margin-bottom:0; text-align:right;}

@media screen and (min-width: 992px) {
  .card-upcoming-cols { flex-direction:row; margin-left:auto; margin-right: auto; width: 80%; gap:24px;}
  .card-upcoming-col:nth-child(1) { width: 50%;}
  .card-upcoming-col:nth-child(2) { width: 50%;}
  .card-upcoming-body { flex: 1 1 auto;}
  .card-upcoming-body a { height: 220px;}
}
<div class="cols">
<div class="col-10">

<p><a class="link-cta primary before" href="https://ec.europa.eu/digital-building-blocks/sites/display/OOTS/Projectathons"><span>Back to projectathons</span></a></p>
<h1>Projectathon #5</h1>
<p class="lead"><strong>Thematic:</strong> Vehicle Registries and Business-related procedure.</p>
<p><span class="badge neutral">Past event</span></p>
<p class="information-illu"><img aria-hidden="true" alt="" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/781287497/illu-introduction-projectathon-05-2024.jpg"></p>

</div>
</div>
<div class="cols">
<div class="col-10">
<h2>Once-Only Technical System Projectathon #5 Insights</h2>
<p>The European Commission organised the fifth Once-Only Technical System (OOTS) Projectathon from 20 to 22 November 2024. In addition, participants were invited to attend an optional 'Day 0' on 19 November, which allowed them to test their setup, perform readiness checks, and receive support ahead of the three-day testing event.</p>

<p>The engagement of Competent Authorities remained key to advancing the Once-Only Technical System. The main priority for participating teams was to ensure that Evidence Providers were connected to the system, registered their Evidence Types in the Common Services, and enabled this data for exchange.</p>

<p>The November 2024 Projectathon was a thematic event focusing on vehicle registries, business-related procedures, population and education domains, targeting these specific set of Competent Authorities. Population and education had been the focus domains of the <a href="https://ec.europa.eu/digital-building-blocks/sites/display/OOTS/Projectathon4">May 2024 Projectathon</a> and were re-included to ensure progress in these areas.</p>

<p>This Projectathon also fostered ongoing collaboration with <strong>EUCARIS</strong> and <strong>EMREX</strong>. Both <a class="link external" target="_blank" href="https://www.eucaris.net/"><span>EUCARIS</span><span class="sr-only">(opens in a new tab)</span><span class="ico-external"></span></a> and <a class="link external" target="_blank" href="https://emrex.eu/"><span>EMREX</span><span class="sr-only">(opens in a new tab)</span><span class="ico-external"></span></a> participated in the Projectathon with a bridge between the OOTS and their respective systems, as well as a set of Competent Authorities connecting via EUCARIS and EMREX.</p>

<p><a class="link external" target="_blank" href="https://www.eucaris.net/"><span>EUCARIS</span><span class="sr-only">(opens in a new tab)</span><span class="ico-external"></span></a> (<strong>EU</strong>ropean <strong>CAR</strong> and driving license <strong>I</strong>nformation <strong>S</strong>ystem) is a system that connects authorities across Member States so they can share vehicle and driving license information and other transport related data. It is neither a database nor a central repository, but an exchange mechanism that connects the Vehicle and Driving Licence Registration Authorities across Europe.</p>

<p><a class="link external" target="_blank" href="https://emrex.eu/"><span>EMREX</span><span class="sr-only">(opens in a new tab)</span><span class="ico-external"></span></a> is an independent, international network that provides an electronic data exchange solution aiming to empower individuals to control their own student data and exchange throughout lifespan, across borders and for various purposes.</p>

<p>A high-level overview and summary of current test cases is available to the Testing and deployment sub-group (<a class="link external" target="_blank" href="https://ec.europa.eu/digital-building-blocks/wikis/display/SDGOO/Document+repository+-+TD"><span>restricted access</span><span class="sr-only">(opens in a new tab)</span><span class="ico-external"></span></a>).</p>

<p>The full test cases, with detailed step-by-step descriptions, were scheduled to be made accessible later via the Gazelle testing platform (<a class="link external" target="_blank" href="https://oots-testing.ihe-catalyst.net/gazelle/home.seam"><span>restricted access</span><span class="sr-only">(opens in a new tab)</span><span class="ico-external"></span></a>).</p>

<p>In addition to the main plenary testing track, the event allowed for more advanced scenarios to be discussed in dedicated exploration sessions or in restricted test sessions between teams interested in such scenarios.</p>

<p>On <strong>19 November 2024, from 14:00 to 16:30</strong>, the European Commission organised a meeting of the OOTS-EUDI Wallet Synergies Contact Group. During this meeting, a <strong>Proof of Concept demo showcasing the key investment synergies involving the EUDI Wallet reusing the OOTS Common Services</strong> was provided. All participants of the fifth Projectathon were warmly invited to join this meeting. You can find out more about the EU Digital Identity Wallet <a class="link external" target="_blank" href="https://ec.europa.eu/digital-building-blocks/sites/display/EUDIGITALIDENTITYWALLET/EU+Digital+Identity+Wallet+Home"><span>here</span><span class="sr-only">(opens in a new tab)</span><span class="ico-external"></span></a>.</p>
</div>
</div>
<div class="cols justify-content-center">

<div class="col-7">
<div class="projectathon-box">
<div class="projectathon-box-cols">

<div class="projectathon-box-col-illu">
<img aria-hidden="true" alt="" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/645595199/illu-projectathon-report.png">  
</div>

<div class="projectathon-box-col-content">
<h3 class="h5">Projectathon #5 Report</h3>
<p class="p-opacity">This report summarises key results from the testing that took place from 20-22 November 2024.</p>
<p><span class="badge warning">Coming soon</span></p>
<!--<p><a class="btn primary-negative" href="" onclick="_paq.push(['trackEvent','conversion','oots-projectathon-detail-page-05','oots-projectathon-report-05'])"><span>Download the Report</span><span class="ico-download"></span></a></p>-->
</div>

</div>
</div>
</div>

</div>
<h2>Gallery</h2>
<p class="gallery-p">Experience the event in its entirety and relive every moment with our gallery.</p>

<p class="gallery-cta"><a class="btn ghost" href="https://ec.europa.eu/digital-building-blocks/sites/display/OOTS/Projectathon5+gallery"><span>See all gallery images</span><span class="ico-cta-forward"></span></a></p>
<h2>Video</h2>
<p class="gallery-p">Discover how this Projectathon helped Member States prepare for the OOTS launch.</p>
<div class="video-container-iframe">
<iframe src="https://europa.eu/webtools/crs/iframe/?oriurl=https%3A%2F%2Fwww.youtube.com%2fembed%2f5SdH0s57VNY" allowfullscreen="" width="100%" height="315" frameborder="0"></iframe>
</div>
<div class="cols">
<div class="col-10">

<h2>Other Past Projectathons</h2>
<p class="mb-0">Since 2023, the Commission has been organising Once-Only Technical System Projectathons. These are three-day events where national teams connect various systems and perform a marathon of peer-to-peer interoperability and compliance tests in a structured environment.</p>

</div>
</div>
<div class="card-upcoming-cols">

<!--CARD 04-->
<div class="card-upcoming-col p4">
<div class="card-upcoming">
<div class="card-upcoming-body">
<a href="#" style="pointer-events: none;"></a>
<h3>Projectathon #4</h3>   
<p>The May 2024 Projectathon was a thematic event with a focus on Education and Population data, targeting a set of Competent Authorities, and linking the Once-Only Technical System with related systems such as EMREX.</p>

</div>
<div class="card-upcoming-footer">
<p class="card-upcoming-date">15 - 17 May, 2024 | Brussels</p>
<p><a class="btn ghost" href="https://ec.europa.eu/digital-building-blocks/sites/display/OOTS/Projectathon4"><span>Read more</span><span class="ico-cta-forward"></span></a></p>
</div>
</div>
</div>
<!---->

<!--CARD 03-->
<div class="card-upcoming-col p3">
<div class="card-upcoming">
<div class="card-upcoming-body">
<a href="#" style="pointer-events: none;"></a>
<h3>Projectathon #3</h3>   
<p>The October Projectathon is the final such event in 2023, just ahead of the legal deadline for EU Member States to implement the Once-Only Technical System. It builds on the work and experiences of the April and June Projectathons.</p>

</div>
<div class="card-upcoming-footer">
<p class="card-upcoming-date">18 - 20 October 2023 | Brussels</p>
<p><a class="btn ghost" href="https://ec.europa.eu/digital-building-blocks/sites/display/OOTS/Projectathon3"><span>Read more</span><span class="ico-cta-forward"></span></a></p>
</div>
</div>
</div>
<!---->

</div>