@font-face {
    font-family: 'Gotham';
    src: url('/media/76052cd3-145e-4f17-9ae7-e512f4dd5d90.eot');
    src: url('/media/76052cd3-145e-4f17-9ae7-e512f4dd5d90.eot?#iefix') format('embedded-opentype'),
    url('/media/45f3fbec-08b6-4e04-ba8c-8e6268c23601.woff') format('woff'),
    url('/media/83a8c67b-1c7e-45f2-bfe8-da517bd49229.ttf') format('truetype'),
    url('/media/b26d36d0-a1e2-445b-b163-bc95ecff32ab.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/media/ddd5e7b4-fc14-408b-8744-e7aed5299652.eot');
    src: url('/media/ddd5e7b4-fc14-408b-8744-e7aed5299652.eot?#iefix') format('embedded-opentype'),
    url('/media/ca94603f-5a27-444e-8f36-2a98984f8dcf.woff') format('woff'),
    url('/media/70e97dea-ec97-456e-8765-8da5fb1fa699.ttf') format('truetype'),
    url('/media/fb6d391d-996b-4973-b58e-92b74378ed89.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/media/bd112404-90a6-4b87-9872-8825e5a89f3f.eot');
    src: url('/media/bd112404-90a6-4b87-9872-8825e5a89f3f.eot?#iefix') format('embedded-opentype'),
    url('/media/c5cfc737-2a26-47db-8df6-eef66376051e.woff') format('woff'),
    url('/media/26986d7e-1663-4b3b-a298-b5a7abd1be30.ttf') format('truetype'),
    url('/media/391552fa-e3a4-4ead-af09-525d4f8dccd5.svg#Gotham-Black') format('svg');
    font-weight: 500;
    font-style: normal;
}

body {
    color: #323a41;
    font-family: 'Gotham', 'Helvetica', 'Arial', sans-serif;
}

img {
  max-width: 100%;
}


.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-image: url('/media/725064f5-d751-4524-bcb2-9f66cfb8c0fd.jpg');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    /*box-shadow: 0px 5px 5px grey;*/
    min-height:500px;
}

.introduction-container:lang(fr_BE) {
    background-image: url('/media/c824d101-5852-4ac3-b2ac-adccfe5259a3.jpg');
}

@media (min-width:500px) {
  .introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-image: url('/media/863e97f2-0569-4ad3-ae81-9b443f8df2f3.jpg');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    /*box-shadow: 0px 5px 5px grey;*/
    min-height:500px;
  }
  
  .introduction-container:lang(fr_BE) {
    background-image: url('/media/fc4abbcd-3bff-48b9-9799-f5b02abc39de.jpg');
	}
}

@media (min-width:800px) {
  .introduction-container {
    min-height:520px;
  }
}

@media (min-width:1200px) {
  .introduction-container {
    min-height:570px;
  }
}

@media (min-width:1800px) {
  .introduction-container {
    min-height:620px;
  }
}