body {
  padding: 0;
  margin: 0;
  background: #ffa900;
}

@font-face {
    font-family:'Span'; 
    src: url('fonts/SpanAllCaps-Bold.ttf'); 
}

@font-face {
    font-family:'UniversReg'; 
    src: url('fonts/UniversNextPro-Regular.otf'); 
}

@font-face {
    font-family:'UniversBold'; 
    src: url('fonts/UniversNextPro-Bold.otf'); 
}

* {
	font-size: 120%;
	font-family: Span;
}

p {
  /*font-size: 400%;*/
  line-height: 100%;
  color: white;
}

.img-wrapper {
  position: relative;
 }

.center-cropped {
	padding-top: calc(40% + 100px) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.logo-top {
    position:absolute;
    top:10px;
    left:10px;
}

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 50%;
}

#bloc1 {
  background: #ba00bf; 
}

#bloc2 {
  background: #ffffff;
  padding: 20px;
}

.img-fluid {
  width:100%;
  max-width:1920px;
  height: auto;
}

.text-big {
  font-size: calc(3vw + 20px);
  letter-spacing: 0.01em;
}

.text-container {
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: calc(25px + 1%);
  padding-right: calc(20px + 1%);
}

.text-over {
  font-size: 10vw;
  position: absolute;
  color:white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left; 
  padding-top: calc(20px + 1%);
  padding-bottom: 15px;
  padding-left: calc(20px + 3%);
  padding-right: calc(20px + 3%);
}

.text-over:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 0%;
}

#alphabet {
  font-size: calc(6vw);
  text-align: center;
}

.filler {
  padding-top: calc(10% + 10px);
}
.filler2 {
  padding-top: calc(14% + 0px);
}

#pres-texte {
  padding-top: calc(13% + 20px);
}

.btn {
	background: #ba00bf;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 4px;
  font-family: UniversBold;
  font-size: calc(0.5vw + 10px);
  color: white;
}

.btn:hover {
  background-color: #ffa900;
}

.marquee {
  width: 100%;
  /*height: 1%;
  margin: 0 auto;*/
  overflow: hidden;
  white-space: nowrap;
}
.marquee-content {
  display: inline-block;
  animation: marquee 20s linear infinite;
}
.item-collection-1 {
  font-size: calc(1.5vw + 15px);
  position: relative;
  left: 0%;
  animation: swap 20s linear infinite;
}

.item-collection-2 {
  font-size: calc(1.5vw + 15px);
}

@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}


footer {
    background-color: #ba00bf;
}

.footer-content {
  display: table-row;
}

.foot { 
  padding-left:30px;
  padding-right: 10px;
  padding-top: 3.5%;
  padding-bottom: 20px;
  display: inline-block; 
  color: white;
  font-size: 13px;
  line-height: 15px;
  font-family: UniversReg;
  vertical-align: top;
}

.footlink { 
  color: white;
  font-size: 13px;
  font-family: UniversReg;
}

#logofoot { 
  display: table-cell; 
  vertical-align: top;
}
