@font-face {
  font-family: 'museo';
  font-weight: 300;
  font-style: normal;
	src: url('fonts/Museo300.ttf') format('truetype')
}

@font-face {
  font-family: 'museo';
  font-weight: 500;
  font-style: normal;
	src: url('fonts/Museo500.ttf') format('truetype')
}

@font-face {
  font-family: 'museo';
  font-weight: 500;
  font-style: italic;
	src: url('fonts/Museo500italic.ttf') format('truetype')
}

@font-face {
  font-family: 'museo';
  font-weight: 700;
  font-style: normal;
	src: url('fonts/Museo700.ttf') format('truetype')
}

@font-face {
  font-family: 'museo';
  font-weight: 700;
  font-style: italic;
	src: url('fonts/Museo700italic.ttf') format('truetype')
}



.fs-wrapper-home {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #122948;
}

.anim-dots {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 25%;
}

.anim-logo {
  width: 40%;
  margin-top: 5vh;
  margin-right: auto;
  margin-left: auto;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-menu-item {
  padding: 7px 20px;
  border-right: 4px solid #2ed9c3;
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-menu-item:hover {
  color: #2ed9c3;
}

.link-menu-item:visited {
  color: #fff;
  text-decoration: none;
}

.body {
  font-family: 'museo', sans-serif;
  color: #fff;
  font-weight: 300;
}

.link-menu-item-last {
  padding: 7px 20px;
  border-right: 4px none #2ed9c3;
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-menu-item-last:hover {
  color: #2ed9c3;
}

.link-menu-item-last:visited {
  color: #fff;
  text-decoration: none;
}

.baseline {
  margin-bottom: 0px;
  padding-bottom: 4%;
  font-family: Raleway, sans-serif;
  font-size: 1.6em;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blue {
  color: #2ed9c3;
}

.home-bottom-wrapper {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: center;
}

.anim-waves {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 13%;
  float: right;
}

.address-wrapper {
  position: static;
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-address {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.fs-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.header-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 15%;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #fff;
}

.anim-dots-w {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 400px;
  -webkit-transform: scale(0.8) translate(-81px, -76px) rotate(90deg);
  -ms-transform: scale(0.8) translate(-81px, -76px) rotate(90deg);
  transform: scale(0.8) translate(-81px, -76px) rotate(90deg);
}

.section-wrapper {
  position: relative;
  overflow: visible;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  background-color: #fff;
}

.section-wrapper.bg-blue {
  background-color: #122948;
}

.baseline-header {
  display: inline-block;
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  color: #122948;
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-link {
  padding-top: 15px;
  font-family: Raleway, sans-serif;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.home-text {
  display: inline-block;
  border-bottom: 4px solid #122948;
  color: #122948;
  line-height: 1.2em;
}

.heading {
  display: inline-block;
  margin-bottom: 31px;
  font-family: Raleway, sans-serif;
  color: #122948;
  font-size: 3em;
  font-weight: 900;
  text-transform: uppercase;
}

.h2-wrapper {
  position: absolute;
  left: -28px;
  top: -40px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h2-sub {
  display: inline-block;
  width: 40%;
  height: 15px;
  background-color: #122948;
}

.column {
  padding: 120px 10%;
  background-color: #2ed9c3;
}

.ico-quartier {
  margin-top: -120px;
}

.btn-content-wrapper {
  display: block;
  max-width: 300px;
  color: #122948;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-services-text {
  display: inline-block;
  line-height: 1.6em;
}

.block {
  margin-bottom: 85px;
  color: #122948;
  font-size: 1.2em;
  line-height: 1.7em;
}

.bg-white-text {
  padding-right: 7px;
  padding-left: 7px;
  background-color: #fff;
}

.arrow-btn {
  margin-top: -3px;
  margin-left: 10px;
}

.heading-2 {
  margin-bottom: 35px;
  font-family: Raleway, sans-serif;
  color: #122948;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.content-text {
  color: #575756;
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 300;
}

.content-wrapper {
  padding-left: 50px;
}

.content-wrapper.marginbottom60 {
  margin-bottom: 60px;
}

.headline {
  color: #2ed9c3;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 300;
}

.columns {
  margin-top: 6%;
  margin-bottom: 50px;
}

.column-content {
  text-align: center;
}

.icon-cliquez {
  margin-top: 7px;
  cursor: pointer;
}

.bg-blue-text {
  display: inline-block;
  padding: 4px 7px 2px;
  background-color: #2ed9c3;
}

.btn-content-wrapper2 {
  display: block;
  max-width: 500px;
  color: #122948;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
}

.overlay-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding-top: 0px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.overlay-wrapper.modal-pers {
  display: none;
}

.overlay-wrapper.vdo-teaser {
  display: none;
}

.overlay-wrapper.vdo-film {
  display: none;
}

.dots-services {
  width: 350px;
  float: right;
}

.heading-3 {
  margin-bottom: 35px;
  font-family: Raleway, sans-serif;
  color: #122948;
  font-size: 2.8em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.heading-3.margintop50 {
  display: inline-block;
  margin-top: 29px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2ed9c3;
}

.white-overlay {
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.6em;
}

.column-3 {
  padding-right: 20px;
  padding-left: 0px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.caption-bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.caption-text {
  display: inline-block;
  color: #122948;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.caption-top-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-2-1 {
  min-height: 475px;
  padding-right: 20px;
  padding-left: 0px;
  border-right: 20px solid #fff;
  background-image: url('../images/services-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2-2 {
  min-height: 475px;
  background-image: url('../images/services-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.caption-bottom-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.services-3 {
  position: relative;
}

.icons-mood-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 45%;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mood-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-4-2 {
  padding-right: 20px;
  padding-left: 0px;
  border-left: 20px solid #fff;
  background-image: url('../images/services-5-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-4-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2ed9c3;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.services-quote {
  display: block;
  margin-top: 30px;
  padding-top: 3px;
  padding-right: 90px;
  float: right;
  color: #2ed9c3;
  font-size: 1.8em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 700;
}

.services-end-block {
  width: 170px;
  height: 50px;
  margin-top: 70px;
  margin-bottom: 70px;
  background-color: #2ed9c3;
}

.oxygen-heading {
  display: inline-block;
  padding-left: 89px;
  font-family: Raleway, sans-serif;
  color: #122948;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.oxygen-headline {
  display: inline-block;
  margin-left: 30px;
  padding-left: 20px;
  border-left: 4px solid #2ed9c3;
  color: #2ed9c3;
  font-size: 1.8em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 700;
}

.oxygen-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-blue-text-mini {
  display: inline-block;
  padding: 4px 7px 2px;
  background-color: #2ed9c3;
  font-size: 0.7em;
}

.col-oxy-1-1 {
  min-height: 400px;
  padding-right: 20px;
  padding-left: 0px;
  border-right: 20px solid #fff;
  background-image: url('../images/oxygen1-min.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.col-oxy-1-2 {
  background-image: url('../images/oxygen2-min.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.caption-bottom-right2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: -1px;
}

.oxy-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col-oxy-2-1 {
  min-height: 400px;
  padding-right: 20px;
  padding-left: 0px;
  border-right: 20px solid #fff;
  background-image: url('../images/oxygen3-min.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.col-oxy-2-2 {
  background-image: url('../images/oxygen4-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-oxy-3-1 {
  min-height: 400px;
  padding-right: 20px;
  padding-left: 0px;
  border-right: 20px solid #fff;
  background-image: url('../images/oxygen5-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.col-oxy-3-2 {
  background-image: url('../images/oxygen6-min.jpg');
  background-position: 100% 50%;
  background-size: auto;
}

.acces-campus {
  max-height: 100vh;
  margin-top: -25px;
  margin-bottom: 40px;
  margin-left: 80px;
  padding-bottom: 20px;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  background-color: #fff;
}

.icon {
  color: #2ed9c3;
}

.icon-2 {
  color: #2ed9c3;
}

.slide-nav {
  display: none;
}

.quartier-campus {
  margin-bottom: 40px;
  padding-right: 45px;
}

.close-btn {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  z-index: 1000;
  width: 70px;
}

.modal-inner {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 1200px;
  height: 100vh;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.modal-inner-fs {
  position: static;
  display: block;
  overflow: scroll;
  width: 1200px;
  height: 100vh;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-4 {
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.contact-form {
  margin-bottom: 40px;
}

.html-embed {
  margin-bottom: 40px;
}

.vdo-wrapper {
  margin-bottom: 30px;
}

.gototop {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  padding-right: 20px;
  padding-bottom: 20px;
}

.image-4 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 991px) {
  .menu-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .link-menu-item {
    padding: 3px 5px;
    border-right-width: 3px;
    font-size: 1em;
  }

  .link-menu-item-last {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1em;
  }

  .home-bottom-wrapper {
    padding-bottom: 20px;
  }

  .fs-wrapper {
    height: auto;
  }

  .header-wrapper {
    margin-bottom: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column {
    padding: 79px 6%;
  }

  .heading-2 {
    font-size: 2.4em;
  }

  .content-wrapper {
    padding-left: 0px;
  }

  .headline {
    font-size: 1.6em;
  }

  .overlay-wrapper {
    display: none;
  }

  .overlay-wrapper.modal-pers {
    display: none;
  }

  .overlay-wrapper.vdo-teaser {
    display: none;
  }

  .overlay-wrapper.vdo-film {
    display: none;
  }

  .dots-services {
    width: 280px;
  }

  .heading-3.margintop50 {
    font-size: 2.4em;
  }

  .column-2 {
    padding: 30px;
  }

  .column-3 {
    padding-right: 0px;
  }

  .columns-2 {
    display: block;
  }

  .column-2-1 {
    min-height: 300px;
    padding-right: 0px;
  }

  .column-2-2 {
    min-height: 300px;
  }

  .icons-mood-wrapper {
    min-width: 55%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .mood-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-4-2 {
    min-height: 450px;
    padding-right: 0px;
    border-left-style: none;
  }

  .column-4-1 {
    padding: 40px;
  }

  .columns-4 {
    display: block;
  }

  .services-quote {
    margin-top: 0px;
    float: none;
  }

  .services-end-block {
    width: 120px;
    height: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .oxygen-heading {
    margin-top: 10px;
    padding-left: 10px;
  }

  .oxygen-headline {
    margin-top: 0px;
    float: none;
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .bg-blue-text-mini {
    font-size: 0.6em;
  }

  .col-oxy-1-1 {
    padding-right: 0px;
  }

  .oxy-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
  }

  .col-oxy-2-1 {
    min-height: 300px;
    padding-right: 0px;
  }

  .col-oxy-3-1 {
    min-height: 300px;
    padding-right: 0px;
  }

  .acces-campus {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: -14px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .slider {
    min-height: auto;
  }

  .quartier-campus {
    margin-left: -14px;
    padding-right: 20px;
  }

  .close-btn {
    width: 90px;
  }

  .gototop {
    z-index: 10;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .anim-logo {
    width: 60%;
    margin-top: 25%;
  }

  .menu-wrapper {
    padding-bottom: 90px;
    line-height: 1.6em;
  }

  .link-menu-item {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .link-menu-item-last {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-wrapper {
    margin-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .anim-dots-w {
    display: none;
  }

  .section-wrapper {
    padding: 20px;
  }

  .baseline-header {
    font-size: 1em;
  }

  .h2-wrapper {
    left: 30px;
  }

  .column {
    padding-top: 109px;
    padding-bottom: 35px;
  }

  .ico-quartier {
    max-height: 555px;
    margin-top: -50px;
    margin-bottom: 89px;
  }

  .block {
    margin-bottom: 35px;
  }

  .image-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-2 {
    font-size: 2em;
  }

  .content-text {
    font-size: 1.1em;
  }

  .content-wrapper {
    padding-left: 30px;
  }

  .headline {
    font-size: 1.6em;
  }

  .columns {
    margin-bottom: 0px;
  }

  .column-content {
    margin-bottom: 20px;
  }

  .heading-3 {
    font-size: 2em;
  }

  .columns-2 {
    display: block;
  }

  .column-2-1 {
    min-height: 400px;
    border-right-style: none;
  }

  .column-2-2 {
    min-height: 400px;
  }

  .column-4-2 {
    min-height: 400px;
  }

  .column-4-1 {
    padding: 40px 30px;
  }

  .columns-4 {
    display: block;
  }

  .services-quote {
    padding-right: 0px;
    font-size: 1.5em;
  }

  .oxygen-heading {
    padding-left: 0px;
    font-size: 2em;
  }

  .oxygen-headline {
    padding-right: 0px;
    font-size: 1.2em;
  }

  .oxygen-header {
    padding-left: 20px;
  }

  .col-oxy-1-1 {
    min-height: 400px;
    border-right-style: none;
  }

  .col-oxy-1-2 {
    min-height: 300px;
    margin-top: 20px;
  }

  .oxy-columns {
    display: block;
  }

  .col-oxy-2-1 {
    min-height: 400px;
    border-right-style: none;
  }

  .col-oxy-2-2 {
    min-height: 300px;
    margin-top: 20px;
  }

  .col-oxy-3-1 {
    min-height: 400px;
    border-right-style: none;
  }

  .col-oxy-3-2 {
    min-height: 300px;
    margin-top: 20px;
  }

  .acces-campus {
    margin-left: -10px;
  }

  .icon-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .quartier-campus {
    margin-left: -20px;
    padding-right: 0px;
  }

  .close-btn {
    width: 60px;
  }

  .modal-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .anim-logo {
    margin-top: 30%;
  }

  .menu-wrapper {
    padding-bottom: 80px;
  }

  .link-menu-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-menu-item-last {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .baseline {
    padding-bottom: 4px;
  }

  .home-bottom-wrapper {
    padding-bottom: 39px;
  }

  .header-wrapper {
    margin-bottom: 40px;
  }

  .section-wrapper {
    padding: 10px;
  }

  .baseline-header {
    max-width: 100px;
    margin-top: 5px;
    padding-bottom: 4px;
    line-height: 1.4em;
  }

  .home-link {
    padding-top: 6px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .column {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .ico-quartier {
    max-height: 320px;
    margin-top: -40px;
    margin-bottom: 50px;
  }

  .btn-services-text {
    font-size: 1em;
  }

  .block {
    margin-bottom: 40px;
    font-size: 1em;
  }

  .arrow-btn {
    margin-top: 9px;
    margin-left: 0px;
  }

  .image-3 {
    padding-right: 0px;
    padding-left: 40px;
  }

  .heading-2 {
    margin-bottom: 10px;
  }

  .content-text {
    font-size: 1em;
  }

  .content-wrapper {
    padding-left: 10px;
  }

  .headline {
    font-size: 1.2em;
  }

  .bg-blue-text {
    font-size: 1em;
  }

  .btn-content-wrapper2 {
    font-size: 1em;
  }

  .overlay-wrapper.vdo-film {
    display: none;
  }

  .heading-3.margintop50 {
    font-size: 1.8em;
  }

  .column-2 {
    padding: 15px;
  }

  .white-overlay {
    font-size: 1em;
  }

  .column-2-1 {
    min-height: 300px;
  }

  .column-2-2 {
    min-height: 200px;
  }

  .icons-mood-wrapper {
    padding-right: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-4-2 {
    min-height: 250px;
  }

  .column-4-1 {
    padding: 30px;
  }

  .icon-mood {
    margin-bottom: 40px;
  }

  .services-quote {
    font-size: 1.3em;
  }

  .services-end-block {
    width: 90px;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .oxygen-headline {
    font-size: 1.1em;
  }

  .oxygen-header {
    padding-left: 10px;
  }

  .bg-blue-text-mini {
    font-size: 0.5em;
  }

  .col-oxy-1-1 {
    min-height: 300px;
  }

  .col-oxy-2-1 {
    min-height: 300px;
  }

  .col-oxy-3-1 {
    min-height: 300px;
  }

  .acces-campus {
    margin-left: -5px;
  }

  .slider {
    height: 170px;
  }

  .quartier-campus {
    margin-left: -5px;
  }

  .modal-inner {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal-inner-fs {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text {
    font-size: 1em;
  }
}
