:root{
  /* Let's set some variables! */
  --joomla-blue-dark: #25304f;
  --joomla-blue: #5091cd;
  --joomla-orange: #f9a541;
  --joomla-red: #f44320;
  --joomla-green: #7ac143;
  
  /* Those don't all work for contrast reasons, so here are some softer alternatives pulled from the brand manual */
  --joomla-blue-alt: #75bee9;
  --joomla-orange-alt: #fec34d;
  --joomla-red-alt: #f27042;
  --joomla-green-alt: #89c764;
  
  /* Here are others for use as text against white backgrounds. */
  --joomla-blue-text: #3478B6;
  --joomla-orange-text: #CC7E22; /* Large text only */
  --joomla-red-text: #D62C0B;
  --joomla-green-text: #6BA33E; /* Large text only */

  /* Cyril */
  /* JTimeline variables */
  --jtimeline-primary: #fff; /* #fff */
  --jtimeline-secondary: #3d72a1; /* #25304f - #3d72a1 */
  --jtimeline-accent: #fec34d;
  --jtimeline-joomla-svg: url(/images/svgs/brand-navy-on-transparent.svg);
}

.container-topbar {
    color: #fff;
    background-color: var(--joomla-blue-text);
    --body-color: #fff;
    --dropdown-link-color: var(--joomla-blue-dark);
}

.container-topbar button.btn {
  --btn-hover-bg: var(--joomla-blue);
}

.container-topbar ul.dropdown-menu {
  color: var(--joomla-blue-dark);
  --dropdown-link-color: var(--joomla-blue-dark);
  --dropdown-link-hover-color: var(--joomla-blue-text);
}

.container-topbar ul :is(.dropdown-item, .dropdown-item):hover {
  text-decoration:underline;
}

.container-topbar ul :is(.dropdown-item.active, .dropdown-item:active):hover {
  color: var(--dropdown-link-active-color);
}



.container-topbar ul.dropdown-menu .dropdown-item.nav-header {
  font-weight: bold;
  font-size: .85em;
  text-transform: uppercase;
  color: var(--joomla-blue-text);
  padding-inline-start: calc(var(--dropdown-item-padding-x) - 5px);
}
.container-topbar ul.dropdown-menu .dropdown-item.nav-header:hover {
  background-color:transparent;
}

.container-header, .footer {
    background-color: var(--joomla-blue-dark);
    background-image: none;
  box-shadow: 0 2px 4px -2px gray;
}

.container-header .container-search {
    margin-top: 2em;
}
.container-header nav {
  margin-top: 0;
}
.container-banner .banner-overlay .overlay {
  text-align: center;
  background-color: #1b63a200; /* Cyril rgba(0,0,0,.65) */
  flex-direction: column;
  justify-content: end;
  align-items: end;
  height: 100%; /* Cyril 55vh */
  /* min-height: 70%; */ /* Cyril */
  padding: 1em;
  /* padding-top: 300px; */ /* Cyril 1em */
  /* padding-top: 40vh; */ /* Emmanuel */
  /* margin-top: 8vh; */ /* Emmanuel */
  display: flex;

}
}

.homehero {
  background-image: URL('/images/j5-hero-new.jpg');
  height: 70vh; /* Cyril 55vh */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-primary {
    background-color: var(--joomla-blue-dark);
    border-color: var(--joomla-blue-dark);
	color: #fff;
  	font-weight: 600;
}

.btn-primary:hover {
  background-color: var(--joomla-blue-text);
  color: #ffffff;
  font-weight: 600;
  border-color: var(--joomla-blue-alt);
}

.btn-primary1 {
    background-color: var(--joomla-green-alt);
    border-color: var(--joomla-green-alt);
	color: var(--joomla-blue-dark);
  	font-weight: 600;
}

.btn-primary1:hover {
  background-color: var(--joomla-blue-dark);
  color: #fff;
  font-weight: 600;
  border-color: var(--joomla-green-alt);
}

.btn-primary2 {
    background-color: var(--joomla-orange-alt);
    border-color: var(--joomla-orange-alt);
	color: var(--joomla-blue-dark);
  	font-weight: 600;
}

.btn-primary2:hover {
  background-color: var(--joomla-blue-dark);
  color: #fff;
  font-weight: 600;
  border-color: var(--joomla-orange-alt);
}




.colour {
  Background-color:	#f8f8f8;
  color: var(--joomla-blue-dark);
  padding-top: 20px;
  padding-left:	20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
}

.colour:hover {
  Background-color:	var(--joomla-blue-dark);
  color: #fff;
  border-color: var(--joomla-green);
  border-style: solid;
  border-width: 3px;
  border-radius: 20px;
}

.colour1 {
  Background-color:	#f8f8f8;
  color: var(--joomla-blue-dark);
  padding-top: 20px;
  padding-left:	20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #f8f8f8;
  position:relative;
}
.colour1:hover {
  Background-color:	var(--joomla-blue-dark);
  color: #fff;
  border-color: var(--joomla-blue);
  border-style: solid;
  border-width: 3px;
  border-radius: 20px;
}
.colour1:hover > * {
  color: #fff !important;
}

.colour2 {
  Background-color:	#f8f8f8;
  color: var(--joomla-blue-dark);
  padding-top: 20px;
  padding-left:	20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
}
.colour2:hover {
  Background-color:	var(--joomla-blue-dark);
  color: #fff;
  border-color: #faa641;
  border-style: solid;
  border-width: 3px;
  border-radius: 20px;
}

.colour4 {
  Background-color:	#f8f8f8;
  color: var(--joomla-blue-dark);
  padding-top: 20px;
  padding-left:	20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
}
.colour4:hover {
  Background-color:	var(--joomla-blue-dark);
  color: #fff;
  border-color: #f44321;
  border-style: solid;
  border-width: 3px;
  border-radius: 20px;
}

.colour3 {
  Background-color:	#f8f8f8;
  color: var(--joomla-blue-dark);
  padding-top: 20px;
  padding-left:	20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
}
.colour3:hover {
  border-color: var(--joomla-blue-dark);
  border-style: solid;
  border-width: 3px;
  border-radius: 20px;
  box-shadow: 0 2px 4px 2px lightgray;
}

.colourm {
  Background-color:	var(--joomla-orange-alt);
  color: var(--joomla-blue-dark);
  padding-top: 20px;
  padding-left:	20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
}

.underline {
  	text-underline-offset:3px;
 	text-decoration: underline;
	text-decoration-color: var(--joomla-green);
	text-decoration-thickness: .09em;
}

.group img {
  max-width: 40px;
  aspect-ratio: 1/1;
  max-height: 40px;
  object-fit: contain;
  position: absolute;
  right: .5em;
  bottom: .5em;
}
.group p span:last-child {
  display:inline-block;
  padding: 15px;
}
.group[data-color=Blue] .underline {
  text-decoration-color: var(--joomla-blue);
}

.group[data-color=Green] .underline {
  text-decoration-color: var(--joomla-green);
}

.group[data-color=Orange] .underline {
  text-decoration-color: var(--joomla-orange);
}

.group[data-color=Red] .underline {
  text-decoration-color: var(--joomla-red);
}
.columns {
  display:grid; 
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2em 5em;
}

@media screen and (min-width: 850px) {
  .columns .left {
 	 align-self:flex-start; 
     position:sticky; 
     top: 50px;
     max-height: calc(100dvh - 60px);
	 overflow: auto;
	}
}

@media screen and (min-width: 992px) {
  .columns .left {
     top: 200px;
     max-height: calc(100dvh - 210px);
	}
}

.underline1 {
  text-underline-offset:3px;
  text-decoration: underline;
	text-decoration-color: var(--joomla-orange);
	text-decoration-thickness: .09em;
}

.underline2 {
  text-underline-offset:3px;
  text-decoration: underline;
	text-decoration-color: var(--joomla-red);
	text-decoration-thickness: .09em;
}

.underline3 {
  text-underline-offset:3px;
  text-decoration: underline;
	text-decoration-color: var(--joomla-blue);
	text-decoration-thickness: .09em;
}

.underline4 {
  text-underline-offset:3px;
  text-decoration: underline;
	text-decoration-color: var(--joomla-blue-dark);
	text-decoration-thickness: .09em;
}

#mod-custom117 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  max-width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  background: #f5f5f5;
  }

#mod-custom120 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  max-width: 99vw;
  padding-top: 2em;
  padding-bottom: 2em;
  background: #f5f5f5;
  }

 .container-benefits {
  max-width: 1320px;
  /*
  padding-left: 10px;
  padding-right: 10px;
  */
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;

}

.infobox {
 Background-color:var(--joomla-orange-alt);
  border:0;
 border-radius: 15px;
}

.icon:hover {
  transform: scale(1.25);
}


/* This anchor-scroll-offset will need to be wrapped in media tags to ensure correct scroll offset on all screen sizes. */

.anchor-scroll-offset:target {
  scroll-margin-top:240px!important;
}
/* CDN Footer */
.container-footer div.grid-child {
  flex-direction: column;
}

.soc {
  padding: 0;
  list-style: none;
}
.soc li {
  display: inline-block;
}
.soc a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: var(--j4-color-prime-light20);
  text-align: center;
}

div.footer-menu {
  text-align: center;
}
div.footer-menu ul.nav-inline {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
div.footer-menu ul.nav-inline li {
  display: inline;
  margin: 0 5px;
}
div.footer-menu ul.nav-inline li a {
  text-decoration: none;
}
div.footer-menu ul li a.nav-link:hover, div.footer-menu ul.nav-inline li a.nav-link:focus  {
  color: var(--j4-color-prime-light20);
}

div.footer-menu nav:nth-of-type(2) ul li:last-of-type a[href*="%loginroute%"] {
    display: none;
}
#primaryMenu {
  display: flex!important;
}
#nav-joomla {
  flex-wrap: wrap;
}
#nav-search .lang-block.dropdown-menu {
position: absolute;
  top:100%;
}
#nav-search .lang-block li.col-12 {
  width: 50%;
}
.footer .rochen {
    width: 84px;
}

/* Cyril */

/* Module in banner position */
.container-module-banner > div {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: -1px; /* FIX ghost line */
}
.container-module-banner h2,
.container-module-banner h3 {
  color: #fff;
}
.bottom-module {
  margin-bottom: -1em !important;
}

/* dark-grey */
#mod-custom124 {
  background: #212529;
  color: #ececec;
}
#mod-custom125 {
  background: #212529;
  color: #ececec;
}
#mod-custom127 {
  background-color: #25304f;
  color: #ececec;
}
#mod-custom128 {
  background-color: #1b63a2;
  color: #ececec;
}
#mod-custom129 {
  background: #212529;
  color: #ececec;
}
#mod-custom130 {
  background: #212529;
  color: #ececec;
}
#mod-custom130 {
  background: #212529;
  color: #ececec;
}
#mod-custom131 {
  background: var(--body-bg);
  color: var(--body-color);
}

/* Dark blue bg */
.j-dark-blue-bg {
  background-color: #25304f !important;
  color: #ececec !important;
}
/* Blue bg */
.j-blue-bg {
  background-color: #1b63a2 !important;
  color: #ececec !important;
}
/* Orange bg */
.j-orange-bg {
  background-color: var(--joomla-orange-alt) !important;
  color: var(--joomla-blue-dark) !important;
}
/* Dark Grey bg */
.j-dark-grey-bg {
  background: #212529 !important;
  color: #ececec !important;
}
/* Body bg */
.j-body-bg {
  background: var(--body-bg);
  color: var(--body-color);
}

.container-header {
  box-shadow: 0 2px 4px -2px var(--joomla-blue-dark);
}

/*hero*/
.moduletable.topbanner {
    background-image: url("/images/svgs/20YearsJoomla_site-hero-banner.svg");
    background-repeat: no-repeat;
    background-position: top, center;
    background-size: cover;
    background-color: #25304f;
    /* padding-bottom: 8vh; */ /* Emmanuel */
}
.topbanner .container {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.hero-overlay {
    /*
    background-color: rgba(37, 48, 79, 0.3);
    background-image: -webkit-linear-gradient(bottom, #0d111c 28%, transparent 42%), -webkit-radial-gradient(center top circle, transparent 68%, #0d111c 83%);
    background-image: linear-gradient(to top, #0d111c 28%, transparent 42%), radial-gradient(circle at center top, transparent 68%, #0d111c 83%);
    background-repeat: no-repeat;
    margin-bottom: -24px;
    */
}
.hero-heading {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    color: #fff;
    margin: 0 auto 0; /* margin: 0 auto 80px; */
    max-width: 1000px;
    text-shadow: 1px 1px 1px #192136;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.38462;
}
.hero-heading h1,
.hero-heading h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 53px;
    font-weight: normal;
    line-height: 1.13208;
}
.hero-heading .btn {
  text-shadow: none !important;
}
.hero-teaser article {
    background: var(--bs-body-bg);
    border-radius: 2px;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    padding-top: 30px;
}
.hero-teaser .hero-teaser-title {
    margin: 1.75rem 0;
}
.hero-teaser .hero-teaser-body {
    min-height: 80px;
    padding: 0 25px 0;
    font-size: 14px;
}
.hero-teaser footer {
    font-size: 20px;
}
.hero-teaser footer a {
    background: #5091cd;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #000;
    display: block;
    padding: 20px 30px;
    text-decoration: none;
}
.hero-teaser > div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform .3s ease;
}
.hero-teaser > div:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: transform .3s ease;
}
.hero-teaser > div:hover article {
    box-shadow: 0 0 30px #0d111c;
}
.hero-teaser > div:first-child footer a {
    background: #89c764;
}
.hero-teaser > div:last-child footer a {
    background: #f27042;
}
.hero-teaser > div:first-child .icon-circled,
.icon-circled-additional-secondary-olive {
    background: #89c764;
    color: #fff;
}
.hero-teaser .icon-circled,
.icon-circled-primary {
    background: #5091cd none repeat scroll 0 0;
    color: #fff;
}
.hero-teaser > div:last-child .icon-circled,
.icon-circled-secondary-orange {
    background: #f27042;
    color: #fff;
}
.fadeInUp,
.hero-heading {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}
.icon-circled-sm {
    font-size: 23px;
    height: 45px;
    line-height: 45px;
    width: 45px;
}
.topbanner .icon-circled-sm .svg-icon {
    height: 24px;
    margin: -2px 1px 0 0;
    width: 24px;
    line-height: 24px;
}
.icon-circled .svg-icon {
    height: 50px;
    margin: -8px 2px 0 0;
    width: 50px;
    line-height: 50px;
}
.svg-icon {
    display: inline-block;
    fill: currentcolor;
    vertical-align: middle;
    text-shadow: none;
}
@media only screen and (max-width: 767px) {
    .hero-heading h1,
    .hero-heading h2 {
        font-size: 43px;
    }
}
@media only screen and (max-width: 480px) {
    .hero-heading h1,
    .hero-heading h2 {
        font-size: 33px;
    }
    .hero-heading .btn {
      width: 100%;
    }
}

.container-20years,
.module-container-20years {
  max-width: 1320px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* The actual timeline (the vertical ruler) */
.jtimeline {
  position: relative;
  margin: -30px auto 0;
  padding: 60px 0 80px;
}

.jtimeline h2 {
  width: auto !important;
  color: var(--jtimeline-accent);
}

/* The actual timeline (the vertical ruler) */
.jtimeline::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: -18px;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  background-color: var(--jtimeline-accent);
  border-radius: 50%;
  z-index: 1;
}
.jtimeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: var(--jtimeline-accent);
  top: 0;
  bottom: 100px;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.jtimeline .container.left {
  margin: 0 0 -50px;
  padding: 10px 60px 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.jtimeline .container.right {
  margin: 0 0 -50px;
  padding: 10px 40px 10px 60px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.jtimeline .container.left::after {
  content: var(--jtimeline-joomla-svg);
  position: absolute;
  width: 40px;
  height: 40px;
  right: -20px;
  padding: 0;
  background-color: var(--jtimeline-accent);
  border: 4px solid var(--jtimeline-secondary);
  top: 9px;
  border-radius: 50%;
  z-index: 1;
}
.jtimeline .container.right::after {
  content: var(--jtimeline-joomla-svg);
  position: absolute;
  width: 40px;
  height: 40px;
  left: -20px;
  padding: 0;
  background-color: var(--jtimeline-accent);
  border: 4px solid var(--jtimeline-secondary);
  top: 9px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.jtimeline .left {
  left: 0;
}

/* Place the container to the right */
.jtimeline .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.jtimeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 27px;
  width: 0;
  z-index: 1;
  right: 0;
  border: medium solid var(--jtimeline-secondary);
  border-width: 0 60px 5px 0;
  border-color: var(--jtimeline-secondary) var(--jtimeline-secondary) var(--jtimeline-secondary) var(--jtimeline-secondary);
}

/* Add arrows to the right container (pointing left) */
.jtimeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 27px;
  width: 0;
  z-index: 1;
  left: 0;
  border: medium solid var(--jtimeline-secondary);
  border-width: 0 60px 5px 0;
  border-color: var(--jtimeline-secondary) var(--jtimeline-secondary) var(--jtimeline-secondary) var(--jtimeline-secondary);
}

/* Fix the circle for containers on the right side */
.jtimeline .right::after {
  left: 18px;
}

/* The actual content */
.jtimeline .left .content {
  padding: 20px 30px;
  background-color: var(--jtimeline-secondary);
  color: #fff;
  position: relative;
  border-radius: 15px;
  margin-top: -21px;
}
.jtimeline .right .content {
  padding: 20px 30px;
  background-color: var(--jtimeline-secondary);
  color: #fff;
  position: relative;
  border-radius: 15px;
  margin-top: -21px;
}

.jtimeline > .timelinefooter::before {
  content: " ";
  height: 180px;
  position: absolute;
  width: 0;
  z-index: 1;
  right: 0;
  border-left: 6px dashed var(--jtimeline-accent);
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Media queries */
@media screen and (max-width: 992px) {
  #mod-custom112 {
    width: 100%;
    text-align: center;
  }
  .container-search {
    width: 100%;
    margin: 0.25rem auto !important;
    text-align: center;
  }
  .container-header .mod-menu > li {
    flex: 0 auto !important;
  }
  .container-header .container-nav nav {
    margin: .125em auto;
  }
  .mod-list li {
    padding: .125em .5em;
  }
  .mod-menu {
    flex-direction: row !important;
    gap: .5em !important;
    justify-content: center;
  }
  .container-header .mod-list li.active > a {
    text-decoration: underline;
  }
  .bottom-module .w-75 {
    width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  /*
  #mod-custom112 img {
    width: 200px;
    margin: 21px 15px 15px !important;
  }
  */
  .container-20years {
    padding-left: calc(var(--gutter-x)*.5);
    padding-right: calc(var(--gutter-x)*.5);
  }
  .module-container-20years {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .module-container-20years .btn-lg {
    width: 100%;
  }
  .jtimeline {
    margin: -30px -20px 0;
    padding: 60px 0 100px 10px;
  }
/* Place the timelime to the left */
  .jtimeline::before,
  .jtimeline::after,
  .jtimeline > .timelinefooter::before {
    left: 48px;
  }
  .container-20years .w-75 {
    width: 100% !important;
  }

/* Full-width containers */
  .jtimeline .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .jtimeline .container::before {
    left: 50px;
    border-width: 0 60px 5px 0;
  }

/* Make sure all circles are at the same spot */
  .jtimeline .container.left::after,
  .jtimeline .container.right::after {
    left: 18px;
  }

/* Make all right containers behave like the left ones */
  .jtimeline .right {
    left: 0%;
  }
  .jtimeline .container.left,
  .jtimeline .container.right {
    width: 100%;
    margin: 0 0 50px;
    padding: 10px 30px 10px 80px;
  }
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  /*max-width: 1200px; - commented out by Emmanuel */
  margin: 0 auto;
  padding:30px 0;
  /* background: #474e5d; - commented out by Emmanuel */ 
  background:white;
  border: 2px solid orange; /* added by Emmanuel */
}

.timeline h2 {
  width: auto !important;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline .container {
  margin: 0;
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline .container.left::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  right: -13px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 17px;
  border-radius: 50%;
  z-index: 1;
}
.timeline .container.right::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  left: -13px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 17px;
  border-radius: 50%;
  z-index: 1;
}
/* Place the container to the left */
.timeline .left {
  left: 0;
}

/* Place the container to the right */
.timeline .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: 18px;
}

/* The actual content */
.timeline .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .timeline .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .timeline .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .timeline .container.left::after,
  .timeline .container.right::after {
    left: 18px;
  }

/* Make all right containers behave like the left ones */
  .timeline .right {
    left: 0%;
  }
}


/* Richard and Emmanuel */
.container-header .container-nav {
  padding-top: .25rem; /* EDIT Cyril lower padding + add override for padding bottom */
  padding-bottom: .25rem;
}
.page-header {
 padding-top:4rem;
}
.container-banner {
  margin:0;
}
.container-buffer {
  padding: 30px 0;
}
.container-component>*+* {
  margin-top:0px;
}
.mt-6 {
 margin-top: 4.5rem!important;
}
.pt-6 {
  padding-top: 5rem!important;
}
.timeline::after {
  background-color: var(--joomla-green-text);
}
.responsive-iframe-container {
  position: relative;
  padding-bottom: 75%; /* Adjust for aspect ratio (600/800 = 75%) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
