﻿body {
  overflow-x: hidden;
  margin: 0;
}

* {
  font-family: "Open Sans", sans-serif;
}

header {
  width: 100%;
  height: 74px;
  position: relative;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  header {
    height: 54px;
  }
}
header h1 {
  margin: 0 10px 0 130px;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
}
@media (min-width: 768px) {
  header h1 {
    margin: 0 10px 0 190px;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  header h1 {
    margin: 0 auto;
    font-size: 28px;
  }
}
header h1 .blue {
  color: #003085;
  font-weight: bold;
}
header h1 .rouge {
  color: #dc011b;
  font-weight: bold;
}
header .logo {
  position: absolute;
  left: 6px;
}
header .logo svg {
  width: 120px;
}
@media (min-width: 768px) {
  header .logo svg {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  header .logo svg {
    width: 220px;
  }
}
header .logo2 {
  position: absolute;
  right: 6px;
  display: none;
}
@media (min-width: 1200px) {
  header .logo2 {
    width: 220px;
    display: block;
  }
}

#logopart {
  margin-top: 60px;
}

.vb {
  color: #b26bff;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

#logopart ul {
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
  margin: 0;
  justify-content: space-between;
  list-style: none;
}

#logopart {
  margin-top: 10px;
}

#logopart ul {
  padding-right: 0;
}

#logopart ul li {
  text-align: center;
}

#logopart ul img {
  max-width: 80%;
}

section {
  background: url(../image/back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: calc(100vh - 66px);
  padding: 50px 15px;
  text-align: center;
  margin-bottom: 30px;
}
section .fleche {
  margin: 24px auto 5px;
  display: block;
}
section:after {
  content: " ";
  width: 100vw;
  position: absolute;
  bottom: -20px;
  background: #90d7ff;
  height: 10px;
  left: 0;
}
section h2 {
  color: white;
  font-size: 28px;
  margin: 0;
}
section h3 {
  color: #feef01;
  font-size: 28px;
  font-weight: lighter;
  margin: 0;
}
section h4 {
  color: white;
}
section h5 {
  color: white;
}
section .container-module {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  section h2 {
    font-size: 52px;
    margin: 0;
    line-height: 68px;
  }
  section h3 {
    font-size: 40px;
    font-weight: lighter;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  section h2 {
    font-size: 52px;
    margin: 0 auto;
    max-width: 65%;
    line-height: 68px;
  }
  section h3 {
    font-size: 40px;
    font-weight: lighter;
    margin: 0;
  }
}
section .tv {
  max-width: 100%;
}

footer {
  text-align: center;
  font-size: 12px;
  margin-top: 23px;
  margin-bottom: 23px;
  line-height: 16px;
}
footer a {
  text-decoration: none;
  color: unset;
}
footer span:nth-of-type(2) {
  margin: 20px 0;
}

.bottom-footer-text {
  background-color: #6f448a;
  color: white;
  position: relative;
  width: 100%;
}
.bottom-footer-text .container {
  padding: 15px;
  text-align: center;
  font-weight: 300;
}
.bottom-footer-text .container a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
