@import "global/reset.css";
@import url("https://fonts.googleapis.com/css?family=Mada:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700&display=swap");
/*
TYPOS
 */
/*
COLORS
 */
body {
  color: #231F20;
  font-family: "Open Sans";
  font-size: 16px;
}

main {
  padding-top: 70px;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h2 {
  font-family: "Mada";
  font-weight: 500;
  color: #0D7D9F;
  letter-spacing: 3px;
  font-size: 24px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  line-height: 26px;
}

.text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.header {
  position: fixed;
  z-index: 3;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  background-color: #fff;
  padding: 0 15px;
  width: 100vw;
}
@media (min-width: 400px) {
  .header__content {
    padding: 0 30px;
  }
}

.header__logo {
  height: 10px;
}
@media (min-width: 400px) {
  .header__logo {
    height: 15px;
  }
}
.header__logo img {
  height: 100%;
  transform: translateY(-3px);
}
@media (min-width: 400px) {
  .header__logo img {
    transform: translateY(0);
  }
}

.header__actions {
  display: flex;
  align-items: center;
}

.header__iconMenu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 15px;
  margin-right: 20px;
}
.header__iconMenu div {
  height: 1px;
  width: 25px;
  background-color: #878788;
}

.header__language {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__language span {
  font-size: 12px;
}
.header__language div {
  height: 1px;
  width: 20px;
  background-color: #878788;
  margin: 5px 0;
}

.header__nav {
  position: absolute;
  height: calc(100vh - 70px);
  background-color: #fff;
  padding: 60px;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  z-index: -1;
  transition: transform 1s;
  width: 100vw;
}
@media (min-width: 768px) {
  .header__nav {
    width: inherit;
  }
}
.header__nav.visible {
  transform: translateY(0);
}
.header__nav li {
  text-transform: uppercase;
  color: #0D7D9F;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .header__nav li {
    margin-bottom: 50px;
  }
}

.footer .col-md-6:first-child {
  position: relative;
}
.footer .col-md-6:first-child:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
@media (min-width: 768px) {
  .footer .col-md-6:first-child:after {
    display: block;
  }
}
.footer .col-md-6:last-child {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer__content {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__content {
    width: 70%;
    margin-left: 40px;
    align-items: flex-start;
  }
}
@media (min-width: 1000px) {
  .footer__content {
    margin-left: 100px;
  }
}
.footer__content ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer__content ul li {
  width: 50%;
  color: #0D7D9F;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__content ul li {
    text-align: left;
  }
}

.footer__link {
  padding: 15px;
  border: 1px solid #878788;
  color: #878788;
  width: 250px;
  text-align: center;
}

.footer__baibao {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0 0;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .footer__baibao {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 25px;
    flex-direction: row;
  }
  .footer__baibao > .text {
    margin-right: 50px;
  }
}

.footer__adresse {
  margin: 15px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__adresse {
    text-align: left;
  }
}

.footer__agency {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer__agency {
    transform: translateX(-100px);
  }
}
.footer__agency .text {
  margin-top: 10px;
}

.home__section--1 {
  height: calc(100vh - 102px);
  position: relative;
  overflow: hidden;
}
.home__section--1 img {
  height: 100vh;
  max-width: inherit !important;
}
@media (min-width: 850px) {
  .home__section--1 img {
    width: 100vw !important;
    height: inherit;
  }
}

.home1__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.home1__text h1 {
  text-transform: uppercase;
  font-family: "Mada";
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 10px;
  color: #E5E7E8;
  width: 80%;
  text-align: center;
}
.home1__text h1 span {
  color: #C4E1E6;
}

.home__section--2 .col-md-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 450px) {
  .home__section--2 .col-md-6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.home__section--2 .col-md-6:first-child {
  background: url("../assets/bg_presentation.png") no-repeat center;
  background-size: cover;
  color: #0D7D9F;
}
.home__section--2 .col-md-6:last-child {
  background-color: #0D7D9F;
  color: #C4E1E6;
}
.home__section--2 .col-md-6:last-child h2 {
  color: #C4E1E6;
}

.home2__div {
  margin: 0 auto;
  width: 95%;
}
@media (min-width: 450px) {
  .home2__div {
    width: 65%;
  }
}
.home2__div:first-child {
  padding-bottom: 60px;
}
@media (min-width: 450px) {
  .home2__div:first-child {
    padding-bottom: 0;
  }
}
.home2__div:last-child img {
  width: 100%;
  margin: 30px 0;
}

.home__section--3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .home__section--3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.home__section--3 .text {
  color: #0D7D9F;
  margin-top: 30px;
}

.home3__text {
  color: #878788 !important;
  font-weight: 300;
}

.home__section--4 .col-md-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 450px) {
  .home__section--4 .col-md-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home__section--4 .col-md-4:first-child {
  background-color: #0D7D9F;
  color: #C4E1E6;
}
.home__section--4 .col-md-4:nth-child(2) {
  background-color: #C4E1E6;
  color: #0D7D9F;
}
.home__section--4 .col-md-4:last-child {
  background-color: #67BACC;
  color: #C4E1E6;
}

.home4__div {
  width: 95%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 450px) {
  .home4__div {
    width: 60%;
  }
}

.home4__number {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}

.home4__text {
  text-transform: uppercase;
  line-height: 30px;
  font-size: 22px;
}

.home__section--5, .home__section--6 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home__section--5 h2, .home__section--6 h2 {
  text-align: center;
  margin: auto;
}
@media (min-width: 768px) {
  .home__section--5 h2, .home__section--6 h2 {
    width: 50%;
  }
}
.home__section--5 .row, .home__section--6 .row {
  margin-top: 40px;
  justify-content: center;
}
.home__section--5 .col-md-6, .home__section--6 .col-md-6 {
  margin-bottom: 50px;
}
.home__section--5 a, .home__section--6 a {
  text-decoration: underline;
  margin-top: 20px;
}

.home__section--6 {
  padding-top: 0;
}
@media (min-width: 450px) {
  .home__section--6 h2 {
    width: 70%;
  }
}

.home5__div {
  height: 550px;
  margin: 20px 0 0 0;
  position: relative;
}
@media (min-width: 992px) {
  .home5__div {
    margin: 20px 0;
    overflow: hidden;
    cursor: pointer;
  }
  .home5__div:hover .home5__hover {
    transform: translateY(0);
  }
}

.home6__div {
  height: 300px;
  margin: 20px 0 0 0;
  position: relative;
}
@media (min-width: 992px) {
  .home6__div {
    margin: 20px 0;
    overflow: hidden;
    cursor: pointer;
  }
  .home6__div:hover .home5__hover {
    transform: translateY(0);
  }
}

.home5__hover {
  font-weight: 700;
  padding: 30px;
  display: flex;
  flex-direction: column;
  color: #0D7D9F;
  background-color: #C4E1E6;
}
.home5__hover.home5__hover--desktop {
  display: none;
}
@media (min-width: 992px) {
  .home5__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #E5E7E8;
    background-color: rgba(13, 125, 159, 0.6);
    transform: translateY(100%);
    transition: transform 0.5s;
    justify-content: flex-end;
  }
  .home5__hover.home5__hover--desktop {
    display: flex;
  }
  .home5__hover.home5__hover--mobile {
    display: none;
  }
}

.home5__hoverTitle {
  font-size: 34px;
  margin-bottom: 20px;
}

.home5__hoverDesc {
  font-size: 22px;
  margin-bottom: 40px;
}

.home5__hoverText {
  line-height: 20px;
}

@media (min-width: 768px) {
  .home__section--7 .row {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .home__section--7 .row {
    height: 400px;
  }
}
.home__section--7 .col-md-6:last-child {
  min-height: 300px;
  padding: 0;
}
@media (min-width: 768px) {
  .home__section--7 .col-md-6:last-child {
    min-height: inherit;
  }
}

.home7__content {
  padding: 40px 25px;
}
@media (min-width: 768px) {
  .home7__content {
    padding: 80px 100px;
  }
}
.home7__content h2 {
  color: #C4E1E6;
}

.home7__infos {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (min-width: 992px) {
  .home7__infos {
    transform: translateY(100%);
    transition: transform 0.5s;
  }
}
.home7__infos a {
  text-align: right;
}

.home7__function {
  text-transform: uppercase;
}
.home7__function p:first-child {
  color: #C4E1E6;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 1150px) {
  .home7__function p:first-child {
    font-size: 30px;
  }
}
.home7__function p:last-child {
  font-size: 16px;
  color: white;
}
@media (min-width: 1150px) {
  .home7__function p:last-child {
    font-size: 18px;
  }
}

.home__section--8 .col-md-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 450px) {
  .home__section--8 .col-md-6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.home__section--8 .col-md-6:first-child {
  background-color: #C4E1E6;
  color: #0D7D9F;
}
.home__section--8 .col-md-6:last-child .home8__div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.home__section--8 .col-md-6:last-child .home8__div img {
  width: 40%;
  margin: 10px 0;
}

.home8__div {
  width: 95%;
  margin: auto;
}
@media (min-width: 450px) {
  .home8__div {
    width: 65%;
  }
}

.home__section--9 {
  background-color: #5B5B5B;
  color: #E5E7E8;
}

.home9__div {
  width: 95%;
  margin: auto;
  padding: 20px 0;
}
@media (min-width: 450px) {
  .home9__div {
    width: 75%;
    padding: 50px 0;
  }
}
.home9__div .text {
  margin: 20px 0;
}

.home9__date {
  font-size: 18px;
  text-align: right;
  margin-bottom: 20px;
}

.home9__title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  color: #C4E1E6;
}

.home9__pdf {
  padding: 5px 10px;
  border: 1px solid white;
}

.home__section--10 .row {
  flex-wrap: wrap;
}
.home__section--10 .col-md-3 {
  padding: 0;
  height: 350px;
  width: 50%;
  overflow: hidden;
}
.home__section--10 .col-md-3:hover .home7__infos {
  transform: translateY(0);
}
@media (min-width: 1400px) {
  .home__section--10 .col-md-3 {
    height: 500px;
  }
}

.mention__section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .mention__section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.mention__back {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.mention__back img {
  height: auto;
  margin-right: 20px;
}
.mention__back h2 {
  margin-bottom: 0;
}

.mention__text .mention__textBold {
  font-weight: bold;
}
.mention__text .mention__textUnderline {
  text-decoration: underline;
}

.mention__infos {
  margin-top: 40px;
}
.mention__infos .col-md-6 > div {
  background-color: #67BACC;
  color: white;
  padding: 30px;
}

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