body {
  min-width: 0 !important;
}

html,
body,
section,
footer,
.site-footer {
  background: #191919;
  font-family: 'Roboto', sans-serif;
}

.fkcci a {
  font-size: 1.5em;
}

.red {
  color: #fd9ce8 !important;
}

.bigger-text p {
  font-size: 35px !important;
  font-weight: 500;
  line-height: 1.1 !important;
  text-align: center;
}
.bigger-text p:first-child {
  margin-bottom: 0.5em;
}

.mail-gala {
  color: #fd9ce8 !important;
}

.logo {
  height: 210px;
}

.subtitle {
  height: 300px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.registation-btn {
  text-align: center;
  margin-top: 63px;
}

.registation-btn a {
  background-image: url(../img/dl.png);
  background-position: 22px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding: 15px 20px 15px 42px;
  color: #000000;
}

.registation-btn span {
  font-style: italic !important;
  font-size: 13px;
}

.adress {
  margin: 0px 80px 80px 80px;
  background-color: #fff;
  position: absolute;
  padding: 25px;
  z-index: 100000;
}

.adress p {
  color: #000 !important;
}

.adress p span {
  font-weight: 500;
}

.credits {
  position: absolute;
  z-index: 2;
  color: #dcdcdc;
  opacity: 0.7;
  right: 1em;
  bottom: 1em;
  font-size: 0.9rem;
  font-style: italic;
}

@media screen and (max-width: 640px) {
  .subtitle,
  .logo {
    height: auto;
  }
  .credits {
    top: 1em;
  }
}

.my-container {
  margin: 0 auto;
}
.my-container img {
  margin-bottom: 10px;
}
#fkcci img {
  display: block;
}
.my-container .fkcci-logo {
  height: calc(50vw / 19.2);
}

.my-container .renault-logo {
  height: calc(90vw / 19.2);
}
@media screen and (min-width: 1920px) {
  .my-container .fkcci-logo {
    height: 50px;
  }

  .my-container .renault-logo {
    height: 90px;
  }
}
.slide {
  position: relative;
  width: 100%;
  background: #00063c;
  background-repeat: repeat;
}

.slide h1,
.slide h2,
.slide h3,
.slide p {
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.slide h3 {
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

@media screen and (max-width: 640px) {
  .slide h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

.slide p {
  font-size: 17px;
  line-height: 30px;
}

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

@media screen and (max-width: 992px) {
  .margin-top {
    margin-top: 0;
  }
}

.col {
  margin-top: 80px;
  vertical-align: top;
  display: inline-block;
}

.parallax-window {
  min-height: 500px;
  background: transparent;
}

@media screen and (max-width: 640px) {
  .parallax-window {
    min-height: 300px;
    background-position: 25% 50% !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat;
  }
}

.vigne {
  position: absolute;
  z-index: 1;
}
.vigne1 {
  bottom: 0;
  left: 0;
  width: 150px;
  height: 308px;
}
.vigne2 {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.vigne3 {
  bottom: 0;
  right: 0;
  width: 153px;
  height: 309px;
}

.title {
  position: absolute;
  z-index: 999;
  top: -100px;
}

.copyrights {
  margin-bottom: 50px;
}

.overlay {
  background: none !important;
}

.frame-map {
  padding: 0 50px;
}

.frame-space-intro {
  padding: calc(75vw / 19.2);
}
@media screen and (min-width: 1920px) {
  .frame-space-intro {
    padding: 75px;
  }
}

.frame-space {
  padding: 100px 50px;
}

.frame-space-sponsors {
  padding: 0 50px;
}

.frame {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
}
.frame-extrem {
  height: 50px;
  width: 100%;
}
.frame-side {
  width: 50px;
  height: 100%;
}
#frame-top {
  top: 0;
}
#frame-right {
  right: 0;
}
#frame-bottom {
  bottom: 0;
}
#frame-left {
  left: 0;
}

#fkcci {
  margin-top: 0px;
}

#myvideo {
  min-width: 100%;
  min-height: 100%;
}

#title2 {
  display: none;
}

#performance {
  margin: 0 auto;
  max-width: 650px;
}

.first-elt {
  margin-top: 50px !important;
}

#letter-text {
  max-width: 1120px;
  margin: auto;
}

#insooni {
  position: absolute;
  z-index: 999;
  top: -180px;
  left: 50%;
  margin-left: -143px;
}
#insooni img {
  border-radius: 50%;
}

@media screen and (max-width: 1140px) {
  #insooni {
    display: block;
    margin: auto;
  }
}

.sponsor {
  opacity: 0.8;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.sponsor:hover {
  opacity: 1;
}

#verre {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}

#slide10 div {
  color: #fff;
}

#slide10 h3 {
  margin-bottom: 20px;
}

#slide10 hr {
  border-color: #4a4a4a;
  margin: 50px 0;
}

.sponsor-name {
  padding: 15px;
}

.site-footer {
  padding: 50px;
}

.site-footer i,
.info {
  font-size: 35px;
}

.info {
  position: fixed;
  z-index: 99999;
  top: calc(75vw / 19.2);
  right: calc(75vw / 19.2);
}

.info a {
  color: #ffffff;
  opacity: 0.35;
}
.info a:hover {
  opacity: 1;
}

@media screen and (min-width: 1920px) {
  .info {
    top: 75px;
    right: 75px;
  }
}

.copyrights hr {
  margin: 50px 0;
}

.designed {
  float: right;
}

.link-wrapper a {
  color: #ffffff;
  text-decoration: underline;
}

.home {
  min-height: 600px;
}

@media screen and (max-width: 1140px) {
  #title2 {
    display: block;
  }

  .frame {
    display: none;
  }

  .frame-map {
    padding: 0;
  }

  .frame-space {
    padding: 100px 35px 95px 35px;
  }

  .frame-space-intro {
    padding: 155px 35px 95px 35px;
  }

  .site-footer {
    padding: 50px;
  }

  .first-elt {
    margin-top: 0 !important;
  }

  .first-elt.text-center {
    text-align: left !important;
  }

  #verre {
    padding: 35px;
  }

  #slide2 {
    padding-top: 0;
  }

  .title {
    /*
    left:50%;
    margin-left: -133px;
    */
  }

  #title2 {
    margin: 0 0 50px 0;
    position: static;
    text-align: left;
  }
  #insooni {
    margin: 0 0 50px 0;
    position: static;
    text-align: center;
  }
  #insooni {
    margin: 0;
  }

  #highlights,
  #letter,
  #performance,
  #sponsors {
    margin-top: 0;
  }

  .copyrights {
    margin-bottom: 0;
  }

  .info {
    top: 20px;
    right: 20px;
  }

  .link-wrapper {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 900px) {
  .info {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  #fkcci {
    margin: 0 0 50px 0;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  #slide2 h3 {
    margin-bottom: 50px;
    text-align: center !important;
  }

  .slide p {
    font-size: 16px;
    line-height: 24px;
  }

  .vigne {
    display: none;
  }

  .col {
    margin: 0;
    width: 100%;
    display: block;
  }

  .highlight {
    margin-top: 50px;
  }

  #letter {
    display: none;
  }

  #letter-text {
    display: block;
  }

  .contact {
    margin: 40px 0 0 0;
  }

  .footer ul.footer-social li {
    margin-left: 15px !important;
  }

  .site-footer i {
    font-size: 18px;
  }
}

.splash-media-iframe {
  width: 100vw;
  height: 100%;
  position: relative;
}

.splash-media-iframe iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 50vh;
  transform: translate(-50%, -50%);
}

/* 2015 */
.copyright {
  font-size: 0.9rem !important;
  text-align: center;
}
strong {
  font-weight: 500;
}
.opac {
  opacity: 0.5;
}
.sponsors {
  display: block;
  margin: auto;
  padding: 50px 0;
}
.desktop-sponsors {
  width: 70%;
}
.mobile-sponsors {
  display: none;
}
@media screen and (max-width: 640px) {
  .mobile-sponsors {
    display: none;
  }
}

.fashion-show {
  max-width: 545px !important;
}

.site-wrapper .intro {
  /* background-image: url('../img/slide/intro.jpg'); */
  background-color: #020404;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

.intro .intro-mob {
  display: none;
}

@media screen and (max-width: 640px) {
  .site-splash.fullscreen {
    height: auto !important;
  }
  .splash-media,
  .section-media {
    position: relative;
    overflow: visible;
  }
  .intro .intro-desk {
    display: none;
  }
  .intro .intro-mob {
    display: block;
    padding: 0 !important;
  }
  .webonly {
    display: none;
  }
  .intro .intro-mob img {
    width: 100%;
    vertical-align: top;
  }

  .site-wrapper .intro {
    background-image: none;
  }

  .site-wrapper .intro .frame-space-intro {
    display: none;
  }
}

/*SPONSORS*/

.sponsor_container .sponsors_title {
  margin-top: 65px;
  margin-bottom: 55px;
}

.sponsor_container .sponsors_title.first_title {
  margin-top: 50px;
}

.sponsor_container .sponsors_list img {
  max-width: 1680px;
  width: 100%;
}

.sponsor_container .sponsors_text_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-content: flex-start;
  align-items: flex-start;
}

.sponsor_container .sponsors_text_list ul {
  list-style: none;
}
.sponsor_container .sponsors_text_list li {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
}

.sponsors_white_bg {
  background-color: #ffffff;
}

.sponsor_container .sponsors_desk {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.sponsor_container .sponsors_mob {
  display: none;
}
@media screen and (max-width: 640px) {
  .sponsor_container .sponsors_title.first_title {
    margin-top: 30px;
  }
  .sponsor_container .sponsors_desk {
    display: none;
  }
  .sponsor_container .sponsors_mob {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    row-gap: 10px;
  }
  .sponsor_container .sponsors_mob.wrap {
    flex-wrap: wrap;
  }
  .sponsor_container .sponsors_title {
    margin-top: 45px;
    margin-bottom: 35px;
  }
  .sponsor_container .sponsors_text_list {
    flex-direction: column;
  }
  .sponsor_container .sponsors_text_list ul {
    margin-bottom: 0;
  }
  .sponsor_container .sponsors_text_list li {
    font-size: 1.35em;
  }

  .sponsor_container .sponsors_list img {
    max-width: 560px;
    width: 100%;
  }
}

.video-section {
  background-color: #191919;
  box-sizing: border-box;
  padding: 100px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1140px) {
  .video-section {
    padding: 155px 35px 95px 35px;
  }
}
.video-container {
  max-width: 1397px;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.button,
.button:active,
.button:focus {
  display: inline-flex;
  background-color: #fd9ce8;
  color: #00063c;
  text-transform: uppercase;
  font-size: 24px;
  line-height: normal;
  height: 70px;
  padding: 0 50px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: 50px;
  text-decoration: none;
}
.button:hover {
  text-decoration: none;
  color: #00063c;
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  .button {
    font-size: 20px;
    height: 60px;
    margin-top: 40px;
  }
}
