/* roboto-100 - latin_greek */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v30-latin_greek-100.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin_greek-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin_greek-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin_greek-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin_greek-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin_greek-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin_greek */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin_greek-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin_greek-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin_greek-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin_greek-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin_greek-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin_greek-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin_greek */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin_greek-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin_greek-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin_greek-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin_greek-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin_greek-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin_greek-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin_greek */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin_greek-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin_greek-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin_greek-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin_greek-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin_greek-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin_greek-500.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* roboto-700 - latin_greek */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin_greek-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin_greek-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin_greek-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin_greek-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin_greek-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin_greek-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


body {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #313131;
  margin: auto;
  position: relative;
  overflow-x: hidden;
}

body.home {
	background: url('../images/home_bg.png') no-repeat top right;
	font-size: 17px;
	font-weight: 300;
	background-size: auto 100vh;
}

header {
	padding: 45px 0 20px;
	position: relative;
	z-index: 2;
}

header + .container {
	position: relative;
	z-index: 2;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0061b0;
}

.btn {
    border-radius: 0;
    font-size: 16px;
    padding: 9px 25px;
}

.btn-primary {
  	color: #fafafa;
    background-color: #0061b0;
    border: 1px solid #0061b0;
}

.container {
  width: 100%;
  max-width: 1650px
}

header .menu-main-menu-container {
	display: flex;
	justify-content: flex-end;
}

.custom-logo-link {
	margin-left: -12px;
}

#menu-main-menu {
	list-style: none;
	padding: 0 17px;
	margin: 0;
	display: flex;
	justify-content: flex-end;
  background-color: #0061b0;
}

#menu-main-menu > li > a {
    display: inline-block;
    padding: 16px 23px;
    color: #fff;
    text-decoration: none !important;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

#menu-main-menu .sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	opacity: 0;
	visibility: hidden;
	transition: all linear 300ms
}

#menu-main-menu .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transition: all linear 300ms
}

#menu-main-menu .sub-menu a {
	text-decoration: none;
	font-size: 15px;
	color: #222
}

#menu-main-menu .sub-menu a:hover {
	color: #000
}

/*.current_page_item > a {
	background-color: #fba919
}*/

.hero {
	height: calc(100vh - 165px);
	display: flex;
	flex-direction: column;
	justify-content: center;
  position: relative;
  margin-bottom: 80px
}

.hero::after {
	content: "";
	display: block;
	height: 228px;
	width: 100vw;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.hero h1 {
    font-size: 50px;
    font-weight: 100;
    margin: 0 0 145px;
    line-height: 65px;
}

.home h2 {
	font-size: 70px;
	font-weight: 100;
  margin: 0 0 30px
}

.r-more {
	position: absolute;
	left: 50%;
	bottom: 50px;
	text-decoration: none;
	font-size: 14px;
  font-weight: 400;
	height: 64px;
	background: url('../images/scroll.png') no-repeat bottom center;
	transform: translateX(-50%);
}

.domains {
	padding-bottom: 70px;
	background: url('../images/domains_bg.png') no-repeat bottom center;
}

.domains h2 {
  font-size: 35px;
  font-weight: 300
}

.domain-lists {
	margin: 60px auto 0;
	text-align: left;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
}

.domain-list {
	padding: 30px 40px;
  width: 100%;
	max-width: 420px;
	font-size: 16px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 20px;
	background-color: rgba(250, 250, 250, 0.62);
}

.domain-list h3 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #fba919;
  margin: 0 0 10px
}

.domain-list h3 + p {
	text-align: center;
	color: #9f9f9f;
	margin-bottom: 15px;
	font-weight: 400;
}

.domain-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.domain-list li {
	padding: 10px 0;
	border-bottom: 1px solid #d1d1d1;
	display: flex;
	align-items: center;
	line-height: normal;
}

.domain-list a {
	text-decoration: none;
	color: #313131
}

.work-packages-ul li::before, .networks-ul li::before, .transversal-ul li::before {
	content: attr(data-number);
	display: block;
	width: 70px;
	font-size: 18px;
	font-weight: 400;
	color: #0061b0;
  white-space: nowrap;
  padding-right: 20px
}

.goals {
	padding: 50px 0;
	max-width: 1280px;
	margin: auto;
}

.goals ul {
	text-align: left;
	list-style: none;
	margin: 50px auto 0;
	padding: 0;
  max-width: 760px;
}

.goals li {
  display: flex;
	align-items: center;
	line-height: normal;
  margin-bottom: 40px;
  text-align: left;
}

.goals li::before {
  content: attr(data-number);
  display: block;
  width: 40px;
  margin-right: 25px;
  font-size: 50px;
  font-weight: 300;
  color: #fba919;
}

.home .vw-100 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1920px;
	margin-bottom: 170px;
}

.ambition {
  padding: 200px 0 100px;
  max-width: 1280px;
  margin: auto
}

.ambition h3 {
  margin-top: 80px;
  font-size: 35px;
  font-weight: 300
}

.numbers {
    margin-top: 50px;
    margin-bottom: 40px;
    max-width: 520px;
}

.numbers span, .numbers h4 {
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    color: #fba919;
    height: 50px
}

a.wp-block-button__link {
    padding-left: 35px;
    padding-right: 35px;
}

.newsletter-section {
    padding: 60px 15px;
    background-color: #0061b0;
    color: #fafafa;
    font-size: 20px;
}

.input-section {
	max-width: 530px;
	margin: 35px auto 0;
}

.newsletter-section input, #mce-EMAIL {
	background-color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	flex-grow: 1;
  font-size: 20px;
  font-weight: 300
}

.newsletter-section button, .newsletter-section input#mc-embedded-subscribe {
	width: 159px;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fafafa;
	font-size: 20px;
	font-weight: 300;
     margin-left: 8px
}

.newsletter-section button:hover, #mc-embedded-subscribe:hover {
	background-color: #fff;
  color: #0061b0
}

footer {
  padding: 70px 0 20px
}

footer img {
	max-height: 58px;
	width: auto;
}

footer a {
  color: #000;
  text-decoration: none
}

#menu-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
}

#menu-footer-menu li {
  padding: 0 10px;
  position: relative;
}

#menu-footer-menu li:not(:last-child)::after {
	content: "/";
	display: inline-block;
	position: absolute;
	left: calc(100% - 5px);
}

.footer-banners {
  margin-bottom: 60px
}

.copyright {
  margin-bottom: 25px
}

.copyright-sidebar {
    text-align: center;
    font-size: 12px;
    max-width: 850px;
    margin: auto;
    font-weight: 400;
    color: #848484;
    line-height: normal;
}

.copyright-footer-banners > section {
   margin: 0 15px
}

footer .wp-block-image {
	margin: 0;
}

.page-title-section {
  background-color: #fafafa;
  padding: 30px 0 15px;
  margin: 0
}

.page-title-section h1 {
  font-size: 50px;
  font-weight: 100;
  margin: 0 0 30px
}

.breadcrumb {
	font-size: 15px;
	font-weight: 400;
	color: #8e8e8e;
	margin: 0;
}

.breadcrumb a {
  color: #8e8e8e;
  text-decoration: none
}

.breadcrumb-item.active {
	color: #8e8e8e;
}

.page-content {
   padding: 60px 15px 85px ;
}

.wp-box-border {
	padding: 30px;
	border: 1px solid #d5d5d5;
}

.wp-box {
	padding: 4% 3% 5%;
	background-color: #f7f7f7;
	font-weight: 400;
}

.wp-box-border .wp-box {
	font-size: 13px;
	line-height: normal;
}

.wp-box h2 {
  font-size: 27px;
}

.wp-box h2 a {
  color: #313131;
  text-decoration: none
}

.wp-box h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.wp-box-row {
	display: flex;
	justify-content: center;
}

.wp-box-col {
   padding: 0 15px
}

.wp-box-col a {
	text-decoration: none;
	color: #313131;
	display: flex;
	min-height: 100%;
	flex-direction: column;
}

.wp-box-col img {
	align-self: center;
	height: 20px;
}

.w20 {
  width: 20%
}

.w14 {
	width: 14.285714%;
}

.bar {
	height: 14px;
	border-radius: 15px;
	background-color: #d5d5d5;
	margin-top: 10px;
}

.bar-sm .bar {
	height: 9px;
	margin-bottom: 12px;
	margin-top: auto;
}

.wp-box-col p {
	margin: auto auto 12px;
}

.bar.tff1 {
  background-color: #ba3200;
}

.bar.tff2 {
  background-color: #4b8e11;
}

.bar.tff3 {
  background-color: #313131;
}

.bar.tff4 {
  background-color: #783198;
}

.bar.tff5 {
  background-color: #b27400;
}

.spacer-line {
	height: 100px;
	width: 10px;
	background-color: #d5d5d5;
	margin: auto;
}

.mt-100 {
	margin-top: 100px;
}

.wp-box-sm {
	padding: 25% 0;
	background-color: #f7f7f7;
	max-width: 230px;
	margin: auto;
	font-weight: 400;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.wp-box-sm p {
  margin-bottom: 0
}

.wp-box-sm h2 {
	font-size: 19px;
}

.wp-box-sm a {
  text-decoration: none;
  color: #313131;
}

.blog-view {
	padding-top: 80px;
	padding-bottom: 40px;
}

.c-more {
  font-size: 17px;
  font-weight: 400;
  text-decoration: none
}

.blog-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #d5d5d5;
}

.blog-item h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 30px;
  position: relative;
}

.blog-item h2::after {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #fba919;
  display: block;
  margin-top: 5px
}

.single-post .page-content {
	padding: 50px 0 120px;
	max-width: 1200px;
	margin: auto;
}

.single-post .page-content p {
  padding: 0 30px
}

.single-post .page-title {
	font-size: 30px;
	font-weight: 300;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.single-post .page-title::after {
  content:"";
  width: 100px;
  height: 4px;
  background-color: #fba919;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%)
}

.cfields {
	margin: 60px auto 0;
}

.cfields h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px
}

.work_package_description {
	margin-bottom: 15px;
  padding-left: 30px
}

.the-content {
   margin-top: 100px
}

.the-content:empty {
  display: none
}

.the-content {
  max-width: 800px;
  margin: 100px auto 0
}

.columns-3 {
	columns: 3;
}

.page .page-content {
  padding-top: 45px
}

.w-line {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 10px;
	font-weight: 300;
}

.w-line::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #fba919;
  position: absolute;
  left: 0;
  top: 100%
}

.countries {
	margin-bottom: 130px;
}

.cordinator {
  margin-bottom: 130px
}

.team {
	font-size: 12px;
	font-weight: 500;
}

.team > div {
    display: flex;
    flex-direction: column;
}

.team img {
  display: block;
  margin-bottom: 20px;
  margin-top: auto;
}

.team img + p {
  margin-top: 0
}

.team p {
	margin-bottom: 10px;
	line-height: 1.1;
}

.team .country {
  color:  #0061b0;
}

.flags li {
  margin-bottom: 15px
}

.flags img {
  margin-right: 30px
}

.team img {
	display: block;
	margin-bottom: 0;
	margin-top: auto;
	align-self: baseline;
  max-height: 100px;
  width: auto;
}

.team {
	color: #848484;
	margin-bottom: 70px;
}

.team + h2 {
  margin-top: 150px
}

.team a {
  text-decoration: none
}

.team strong {
  color: #313131;
}

.team-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #d5d5d5;
    display: inline-block;
    margin-top: auto;
    align-self: baseline;
}

.team > div > p:only-child {
  margin-top: auto;
}

/* Contact page */
.page-id-172 .page-content {
	padding-top: 80px;
	min-width: 100%;
}

.page-id-172 .wp-block-column:first-child {
   padding-right: 13%;
   color: #707070;
   line-height: 1.3
}

.page-id-172 .page-content h2, .line-title {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 10px;
	font-weight: 300;
  color: #313131;
}

.page-id-172 .page-content h2::after, .line-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #fba919;
  position: absolute;
  left: 0;
  top: 100%
}

.page-id-172 .wpcf7-form.init {
	max-width: 75%;
}

.wpcf7-form label {
	font-size: 16px;
	color: #848484;
	display: block;
}

.r-field {
	color: #f75a5a;
	display: inline-block;
	margin-left: 5px;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 5px;
}

.wpcf7-form p {
  margin-bottom: 35px
}

.wpcf7-text {
  height: 50px;
  padding: 15px;
  border: 1px solid  #d5d5d5;
  width: 100%
}

.wpcf7-textarea {
  border: 1px solid  #d5d5d5;
  height: 200px;
  width: 100%
}

.wpcf7-submit {
	padding: 10px 24px;
  border-radius: 0;
  color: #f7f7f7;
  border-radius: 0
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 5px;
}

.page-id-197 .page-content {
	max-width: 1200px;
	margin: auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.page-id-197 .wp-block-image {
  margin-bottom: 40px
}

.page-id-197 .wp-block-columns {
   align-items: center !important;
}

.sidebar-block {
	padding: 30px 25px;
	background-color: #f7f7f7;
	font-size: 15px;
	font-weight: 500;
}

.sidebar-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-block a {
  display:block;
  color: #313131;
  text-decoration: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

/* The project */
.project-template-default .the-content > .wp-block-heading {
	margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {

  body.home, body {
  	font-size: 16px;
  }

  header {
  	padding: 20px 0;
  }

  .hero h1 {
  	font-size: 40px;
  	line-height: 1.5;
    text-align: center;
  }

  .home h2 {
  	font-size: 40px;
  }

  .home .vw-100 {
  	margin-bottom: 100px;
  }

  .domains h2 {
  	font-size: 30px;
  }

  .domain-list {
  	padding: 25px 30px;
    font-size: 15px
  }

  .domain-list h3 {
  	font-size: 25px;
  }

  .domain-lists.gx-5 > div{
  	padding-left: 12px;
    padding-right: 12px;
  }

  .work-packages-ul li::before, .networks-ul li::before, .transversal-ul li::before {
  	font-size: 17px;
  }

  .ambition {
  	padding: 140px 0 100px;
  }

  .ambition h3 {
  	margin-top: 60px;
  	font-size: 30px;
  }

  .numbers span, .numbers h4 {
  	font-size: 40px;
  }

  .page-title-section h1 {
  	font-size: 30px;
  	margin: 0 0 15px;
  }

  .blog-item h2 {
  	font-size: 26px;
  }

  .page-id-197 .wp-block-columns {
  	padding: 0 50px;
  }

.page-id-172 .page-content {
	padding-left: 12px !important;
	padding-right: 12px !important;
}

  .page-id-172 .page-content h2, .line-title {
  	font-size: 25px;
  }

  .page-id-172 .wp-block-column:first-child {
  	padding-right: 6%;
  }

  .columns-3 {
  	columns: 2;
  }

  .page-title-section .ps-5.pe-5 {
    padding: 0 12px !important
  }

  .page-content {
  	padding: 60px 0 85px;
  }

  .page-id-125 .page-content {
  	padding-left: 12px !important;
  	padding-right: 12px !important;
  }

  .page-id-125 .wp-block-column {
    padding: 0
  }

  .copyright-footer-banners {
  	flex-direction: column;
  }

  .copyright-footer-banners img {
    margin: 0 0 30px
  }

  .footer-banners {
  	margin-bottom: 30px;
  }

}

@media screen and (max-width: 991px) {

  #menu-btn {
  	background: 0;
  	border: none;
  	font-size: 12px;
  	line-height: 0.5;
  	margin-left: auto;
  	margin-top: -15px;
  	padding: 0 !important;
  	margin-right: -5px;
  }

  .domain-list {
  	margin: 0 auto 50px;
  }

  .btn-close {
  	position: absolute;
  	top: 20px;
  	right: 15px;
  	z-index: 1;
  }

  .offcanvas-title {
  	width: 100%;
  	text-align: center;
  }

  #offcanvas .menu-main-menu-container {
  	width: 100%;
  	margin-bottom: 50vw;
  }

  #offcanvas #menu-main-menu-1 {
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	text-align: center;
  	font-size: 22px;
  }

  #offcanvas #menu-main-menu-1 a {
    color: #313131;
    text-decoration: none
  }

  #offcanvas .menu-item {
  	border-bottom: 1px solid #d1d1d1;
  	padding: 10px;
  }

	#offcanvas .sub-menu {
		padding: 0;
		margin: 0;
		list-style: none;
	}

  #offcanvas .sub-menu .menu-item {
  	border-bottom: none;
  	padding: 0;
  }

	#offcanvas .sub-menu a {
		font-size: 15px;
	}

  .wp-box-sm {
  	padding: 50px 0;
  }

  .spacer-line {
  	height: 50px;
  }

  .w20, .w14 {
  	width: 100%;
  	margin: 15px;
  }

  .wp-block-column.container {
  	padding: 0;
  }

  .team {
  	margin-bottom: 0;
  }

  .team + h2 {
  	margin-top: 50px;
  }

  .team > .wp-block-column {
  	margin-bottom: 30px;
  }

  .wp-block-spacer {
  	height: 40px !important;
  }

  .wp-block-column.is-layout-flow:empty {
  	display: none;
  }

  .page-id-172 .wpcf7-form.init {
  	max-width: 100%;
  }

  .page-id-172 .wp-block-column:first-child {
  	padding-right: 0;
  }

.team-images {
	flex-basis: 50% !important;
}

}

@media screen and (max-width: 480px) {

  body.home, body {
  	font-size: 14px;
  }

  .hero {
  	height: calc(100vh - 105px);
    margin-bottom: 0
  }

  .hero h1 {
  	font-size: 30px;
  	line-height: normal;
  }

  .home .vw-100 {
  	margin-bottom: 80px;
  }

  .domains h2 {
  	font-size: 25px;
  	margin: 0;
  }

  .domain-list {
  	padding: 25px;
  }

  .domain-lists {
  	margin: 40px auto 0;
  }

  .domain-list ul {
  	font-size: 14px;
  }

  .domain-list h3 {
  	font-size: 20px;
  }

  .domain-list h3 + p {
  	line-height: 1.2;
  }

  .domain-list a {
  	display: block;
  	width: 100%;
  }

  .ambition {
  	padding: 100px 0;
  }

  .input-section {
  	flex-direction: column;
  }

  .newsletter-section button {
  	width: 100%;
  	margin-top: 15px;
  	height: 50px;
  	margin-left: 0;
  }

  .work-packages-ul li::before, .networks-ul li::before, .transversal-ul li::before {
  	width: 70px;
  	padding-right: 10px;
    font-size: 15px
  }

  .countries {
  	margin-bottom: 80px;
  }

  #offcanvas #menu-main-menu-1 {
  	font-size: 18px;
  }

  .page-title-section {
  	padding: 20px 0 15px;
  }

  .mt-100 {
  	margin-top: 80px;
  }

  #menu-btn {
  	font-size: 11px;
  }

.blog-view .ps-5.pe-5, .page-id-197 .wp-block-columns {
	padding: 0 12px !important;
}


}

@media screen and (max-width: 926px) and (orientation: landscape) {

#offcanvas .menu-main-menu-container {
	margin-bottom: 0;
}

#offcanvas #menu-main-menu-1 {
	font-size: 18px;
}

#offcanvas .custom-logo {
	height: 70px;
	width: auto;
}

}

@media screen and (min-width: 1920px) {

.project-line-1 .col-lg-2 {
  opacity: 1 !important;
}

}


@media screen and (max-width: 782px) {

html #wpadminbar {
	top: -46px !important;
}

}

/* Animations */
.hero h1 {
	position: relative;
/*	animation-name: jane-title;
	animation-duration: 2s;*/
/*	align-self: baseline;  */
}

.r-more {
  animation-name: jane-fadeIn;
	animation-duration: 3s;
}

.goals {
  opacity: 0
}

.visible {
  opacity: 1
}

.home .vw-100 img {
  transform: scale(0.5);
}

.home .vw-100 img.scale-1 {
   transform: scale(1);
}

.scale-in {
  animation-name: scaleIn;
  animation-duration: 1s;
}

.goals-fade {
  animation-name: jane-fadeIn;
  animation-duration: 1.5s;
}

/* Keyframes */

@keyframes jane-title {
    0%  {left:-600px; top:0px; opacity: 0;}
   50%  {opacity: 0.5;}
  100%  {left:0px; top:0px; opacity: 1;}
}

@keyframes jane-fadeIn {
    0%  {opacity: 0;}
  100%  {opacity: 1;}
}

@keyframes scaleIn {
    0%  {transform: scale(0.5); transform-origin: center;}
  100%  {transform: scale(1); transform-origin: center;}
}

/* Project page */
.project-line-1 .col-lg-2 {
  opacity: 0;
}

.project-line-1 .visible {
  opacity: 1;
}

.wp1.jane-fadeIn {
  animation-name: jane-fadeIn;
	animation-duration: 0.8s;
}

.wp2.jane-fadeIn {
  animation-name: jane-fadeIn;
	animation-duration: 1.4s;
}

.wp3.jane-fadeIn {
  animation-name: jane-fadeIn;
	animation-duration: 2s;
}

.wp4.jane-fadeIn {
  animation-name: jane-fadeIn;
	animation-duration: 2.6s;
}

.project-line-2 .wp-box-row {
  opacity: 0
}

.project-line-2 .wp-box-row.visible {
  opacity: 1
}

.project-line-2 .wp-box-row.jane-fadeIn {
  animation-name: jane-fadeIn;
	animation-duration: 3.5s;
}

.project-line-3 {
  opacity: 0;
}

.project-line-3.visible {
  opacity: 1;
}

.project-line-3.jane-fadeIn {
  animation-name: jane-fadeIn;
	animation-duration: 4s;
}

.wp-image-137 {
  animation-name: jane-fadeIn;
  animation-duration: 3s;
}

/* First col */
.flags li:first-child {
  animation-name: jane-fadeIn;
	animation-duration: 1s;
}

.flags li:nth-child(2) {
  animation-name: jane-fadeIn;
	animation-duration: 1.2s;
}

.flags li:nth-child(3) {
  animation-name: jane-fadeIn;
	animation-duration: 1.4s;
}

.flags li:nth-child(4) {
  animation-name: jane-fadeIn;
	animation-duration: 1.6s;
}

.flags li:nth-child(5) {
  animation-name: jane-fadeIn;
	animation-duration: 1.8s;
}

.flags li:nth-child(6) {
  animation-name: jane-fadeIn;
	animation-duration: 2s;
}

/* Second col */

.flags li:nth-child(7) {
  animation-name: jane-fadeIn;
	animation-duration: 2.2s;
}

.flags li:nth-child(8) {
  animation-name: jane-fadeIn;
	animation-duration: 2.4s;
}

.flags li:nth-child(9) {
  animation-name: jane-fadeIn;
	animation-duration: 2.6s;
}

.flags li:nth-child(10) {
  animation-name: jane-fadeIn;
	animation-duration: 2.8s;
}

.flags li:nth-child(11) {
  animation-name: jane-fadeIn;
	animation-duration: 3s;
}

.flags li:nth-child(12) {
  animation-name: jane-fadeIn;
	animation-duration: 3.2s;
}

/* Third col */

.flags li:nth-child(13) {
  animation-name: jane-fadeIn;
	animation-duration: 3.4s;
}

.flags li:nth-child(14) {
  animation-name: jane-fadeIn;
	animation-duration: 3.6s;
}

.flags li:nth-child(15) {
  animation-name: jane-fadeIn;
	animation-duration: 3.8s;
}

.flags li:nth-child(16) {
  animation-name: jane-fadeIn;
	animation-duration: 4s;
}


/* Animation */
.typeLine{
  animation: blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes blinkTextCursor{
  from{color: rgba(0,0,0,0.3);}
  to{color: transparent;}
}

/* To top */
#totop {
	text-decoration: none;
	color: #6c6c6c;
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #f2f2f2;
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 24px;
	z-index: 100;
}

.x-twitter img {
	height: 40px;
}

