@font-face {
  font-family: "English";
  font-style: normal;
  font-weight: normal;
  src: local("English"), url("./fonts/English_christian.ttf") format("truetype");
}

@font-face {
  font-family: "FjallaOne";
  font-style: normal;
  font-weight: normal;
  src: local("FjallaOne"), url("./fonts/FjallaOne-Regular.ttf") format("truetype");
}

/* ############################################################################################# */

body {
  background-color: #00202f;
  font-size: 16px;
  font-family: "English";
  color: #666;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}

.main-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.main-wrapper {
  transition: all 500ms linear;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}

.main-wrapper.scrollContent {
  cursor: default !important;
}

.win-os ::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  cursor: pointer;
}

.win-os ::-webkit-scrollbar-track {
  background-color: #ccc;
}

.win-os ::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #ececec;
}

/* ########################################################################################################## */

.border-1 {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  z-index: 1000;
  pointer-events: none;
}

.border-2 {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  top: 50%;
  pointer-events: none;
  z-index: 1000;
}

.border-3 {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  top: 75%;
  display: none;
  z-index: 10;
  pointer-events: none;
}

.border-4 {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  pointer-events: none;
  z-index: 1000;
}

.border-h1 {
  width: 1px;
  height: 100vh;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  top: 0;
  left: 25%;
  z-index: 1000;
  pointer-events: none;
}

.border-h2 {
  width: 1px;
  height: 100vh;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  pointer-events: none;
}

.border-h3 {
  width: 1px;
  height: 100vh;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  top: 0;
  left: 75%;
  z-index: 1000;
  pointer-events: none;
}

.background-cercle {
  width: 50%;
  height: 0;
  border: 1px solid #fff;
  opacity: 0.1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  padding-bottom: 50%;
  border-radius: 50%;
  pointer-events: none;
}

/* ################################################################################################# */

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0;
  width: 100%;
  z-index: 999;
  transition: top 900ms ease-in-out;
}

header.header-up {
  top: -100%;
}

header.header-down {
  top: 0;
}

header .logo {
  margin: 25px;
}

header .navbar {
  pointer-events: visible;
}

header .navbar .nav {
  float: left;
  margin: 0;
}

header .navbar .nav li {
  margin: 22px 0 0;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}

header .navbar .nav li a {
  font-size: 30px;
  position: relative;
  line-height: 100%;
  padding: 0;
  padding-bottom: 5px;
  background: transparent !important;
  color: #fff;
}

header .navbar .nav li span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  border-bottom: 0px;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.pull-right {
  float: right;
}

.container>.navbar-header {
  margin-left: 0;
  margin-right: 0;
}

.navbar-header {
  position: absolute;
  z-index: 1;
  margin-top: 15px;
  width: 50%;
}

.navbar-header .logo-marque {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.navbar-header .logo-marque img {
  width: 400px;
}

.navbar-header .logo-marque a {
  pointer-events: visible;
}

.navbar .container-header {
  margin-right: -50px;
  margin-left: auto;
}

.contact-page .navbar .container-header {
  margin-right: -120px;
  margin-left: auto;
}

/* ########################################################################################################## */

.home-page .background-cercle {
  z-index: 1000;
  pointer-events: none;
}

.home-page .background-cercle.not-page {
  display: none;
}

.home-page .wrapper {
  position: relative;
  min-width: 100%;
  height: 100vh;
  margin: 0 auto;
}

.home-page header {
  top: -100%;
  transition: all 1500ms ease;
}

/* ############################################################################################################*/

section {
  display: block;
}

.section {
  float: left;
  height: 99vh;
  width: 75vw;
}

.heading-animated-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 275px;
  z-index: 100;
  opacity: 0;
  margin-left: 100px;
  transition: all 200ms linear;
}

.heading-animated-text span {
  font-size: 60px;
  color: #fff;
  line-height: 110px;
  margin: 0;
  position: absolute;
  cursor: pointer;
  transition: all 200ms linear;
}

.heading-animated-text span:hover {
  opacity: 0.8;
}

.heading-animated-text span:hover+a {
  opacity: 0.8;
}

.heading-animated-text span {
  position: relative;
}

#section-1 .heading-animated-text {
  top: 28px;
}

#section-1 .heading-animated-text {
  margin-left: 60%;
  z-index: 999;
}

#section-1 .heading-animated-text span {
  position: relative;
  cursor: default;
}

#section-1 .heading-animated-text span:hover {
  opacity: 1 !important;
}

.home-page #section-2 img, .home-page #section-3 img, .home-page #section-4 img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
}

.home-page #section-2.active img, .home-page #section-3.active img, .home-page #section-4.active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#main .section {
  position: relative;
}

#main .section .rotate-txt {
  transform: rotate(0);
  top: 300px;
  left: 30px;
}

#main .section .slice {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
}

#main .section .slice img {
  min-width: 100%;
  width: auto;
  height: 100vh !important;
  transition: all 600ms ease;
}

#main .section .slice.slide-top img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#main .section .slice.slide-top .left {
  background-color: #00202f;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  transition: all 800ms linear;
  transform: scale(0.4, 1);
  transform-origin: 0% 100%;
}

#main .section .slice.slide-top .right {
  background-color: #00202f;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 101;
  transition: all 1000ms linear;
  transform: scale(0.4, 1);
  transform-origin: 100% 0%;
}

#main .section .slice.slide-bottom img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#main .section .slice.slide-bottom .left {
  background-color: #00202f;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  transition: all 1200ms linear;
  transform: scale(0.6, 1);
  transform-origin: 0% 100%;
}

#main .section .slice.slide-bottom .right {
  background-color: #00202f;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 101;
  transition: all 1000ms linear;
  transform: scale(0.4, 1);
  transform-origin: 100% 0%;
}

.section:not(#section-1) {
  overflow: hidden;
}

.section .heading-animated-text span {
  line-height: 100%;
}

.section .heading-animated-text.rightin {
  opacity: 1;
}

.section .heading-animated-text.rightin span.text-top {
  font-size: 75px;
  animation-duration: 1200ms;
  animation-name: rightIn;
  animation-fill-mode: forwards;
  letter-spacing: 0px;
  display: block;
}

.section .heading-animated-text.rightin span.text-bottom {
  font-size: 75px;
  animation-duration: 1800ms;
  animation-name: rightIn2;
  animation-fill-mode: forwards;
  letter-spacing: 0px;
  display: block;
}

.shadow-title {
  color: #f5f5f5;
  text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191, 1px 7px 5px rgba(16, 16, 16, 0.4);
}

.section .heading-animated-text span {
  right: -100%;
  transition: all 500ms ease;
}

.section .heading-animated-text a.link {
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  display: block;
  position: relative;
  margin-top: 50px;
  left: -100%;
  transition: all 500ms linear;
}

.section .heading-animated-text a.link:hover {
  text-decoration: none;
  font-size: 30px;
  color: #007cb3;
  display: block;
  font-weight: bold;
  position: relative;
  margin-top: 50px;
  transition: all 500ms linear;
}

.section .heading-animated-text a.link::before {
  content: "";
  width: 250px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -20px;
}

.section .heading-animated-text a.link::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -20px;
}

.section .hero {
  height: 99vh;
  width: 66.7%;
}

.section img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: all 1500ms ease;
}

.sections {
  white-space: nowrap;
  min-width: 100vw;
  height: 99vh;
}

/* ################################################################################################################# */

.top-mask {
  background-color: #00202f;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transform-origin: 100% 0%;
  transition: all 200ms linear;
}

.bottom-mask {
  background-color: #00202f;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  transform-origin: 100% 0%;
  transition: all 200ms linear;
}

/* ################################################################################################################ */

.video-accueil {
  position: relative;
  height: 99vh;
  z-index: 0;
  opacity: 0.9;
}

.jarallax-img {
  opacity: 0.6;
}

/* ########################################################################################################## */

.col-map {
  padding: 0;
}

.map-responsive {
  overflow: hidden;
  position: relative;
  height: 50vh;
}

.logo-sitecontact {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.page .section-text {
  margin: auto;
  height: 100%;
}

.page .section-text .content {
  padding-right: 50px;
  position: relative;
  font-family: 'FjallaOne', cursive;
}

.page .section-text .content p {
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  opacity: 0.9;
  margin-bottom: 30px;
  color: #007cb3;
}

.page .section-text .content .social-bloc-link a {
  color: #fff;
  text-decoration: none;
}

.page .section-text .content .social-bloc-link a:hover {
  color: #007cb3;
}

.phone-number {
  position: relative;
  text-align: center;
  color: #fff !important;
}

.text-contact {
  width: 100%;
  position: relative;
}

/* ################################################################################################## */

.modal-body {
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

/* ################################################################################################### */

.list-page {
  margin-top: 90px;
  margin-bottom: 150px;
  width: 99vw;
}

.list-page .module-listing {
  position: relative;
}

.container-module {
  margin-top: 150px;
}

.container-menu-tends {
  width: 99vw;
  margin-bottom: 200px;
  font-family: "Arial";
  color: #fff;
  text-align: center;
  font-size: 25px;
}

.container-menu-tends .se-connecter {
  text-align: right;
  margin-right: 10px;
}

.container-menu-tends .container-one-menu {
  margin-bottom: 30px;
  text-align: center;
}

.container-menu-tends .container-one-menu .menu-title {
  text-align: center;
  font-size: 20px;
}

.container-menu-tends img {
  width: 100%;
}

.container-menu-tends .logo-entete {
  width: 95px;
}

.container-menu-tends p {
  background-color: #2c3b41;
  margin: auto;
  border-radius: 0 0 15px 15px;
  margin-top: 10px;
  text-decoration: none;
}

.container-menu-tends .tab-entete {
  margin-bottom: 15px;
  text-align: right;
}

.container-menu-tends .tab-entete hr {
  background: #83cced;
  margin-bottom: 0px;
}

.container-menu-tends a {
  text-decoration: none;
  color: #fff;
  width: 80%;
  opacity: 0.6;
  transition: all 500ms ease;
}

.container-menu-tends a:hover {
  opacity: 1;
  transition: all 500ms ease;
  color: #007cb3;
}

ul li {
  line-height: 26px;
}

.list-page .anchor {
  font-family: 'Arial', cursive;
  margin-top: 40px;
  padding: 0;
  text-align: right;
  font-size: 25px;
  width: 75%;
  z-index: 1;
}

.list-page .anchor div {
  line-height: 40px;
}

.list-page .anchor div a {
  color: #007cb3;
  display: inline-block;
  font-size: 25px;
}

.list-page .anchor div a.active, .list-page .anchor div a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  opacity: 1;
}

.list-page .list {
  position: relative;
  clear: both;
}

.list-page .page-title h1 {
  font-size: 6.875em;
  transform: rotate(90deg);
  margin: 0;
  transform-origin: 0 100%;
  position: relative;
  left: 50px;
  top: -60px;
  color: #fff;
}

.list-page .list.odd {
  text-align: right;
}

.list-page .list.odd img {
  float: right;
}

.list-page .list.odd button {
  float: right;
}

.list-page .list.even {
  float: right;
  text-align: left;
}

.list-page .list.even img {
  float: left;
}

.soft-listing h2 {
  right: 0;
  text-align: left;
}

.soft-listing .list.even h2 {
  right: 95%;
}

.soft-listing .list.odd h2 {
  left: 95%;
}

.list-page .list h2 {
  font-size: 4em;
  position: absolute;
  margin: 0;
  top: 30px;
  line-height: 100%;
  text-shadow: 0 0 1px #000;
  color: #fff;
  z-index: 999;
}

.soft-listing h2 a {
  color: #fff;
  text-decoration: none;
}

.soft-listing h2 a:hover {
  color: #007cb3;
  text-decoration: none;
  opacity: 0.6;
  transition: all 500ms ease;
}

.soft-listing .col-module .small-img-size {
  max-width: 70%;
  min-width: 50%;
  object-fit: cover;
}

.soft-listing .col-module .big-img-size {
  max-width: 100%;
  min-width: 50%;
  object-fit: cover;
}

.soft-listing .col-module .middle-img-size {
  max-width: 80%;
  min-width: 50%;
  object-fit: cover;
}

.soft-listing .col-module-icon img {
  max-width: 100%;
  min-width: 15%;
  object-fit: cover;
  padding: 0;
}

.soft-listing .module-listing img {
  opacity: 0.7;
}

.soft-listing .module-listing img:hover {
  color: #007cb3;
  text-decoration: none;
  opacity: 0.6;
  transition: all 500ms ease;
}

.soft-listing .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.soft-listing .col-module {
  margin: 0;
  padding: 0;
}

.excellenz-page .title-tab {
  margin-bottom: 100px;
}

.title-tab .col-module .logo-entete {
  width: 100%;
}

.title-tab .col-module .logo-entete img {
  margin-left: auto;
  margin-right: auto;
}

.col-module.se-connecter {
  font-family: 'Arial', cursive;
  font-size: 20px;
  vertical-align: middle;
}

.excellenz-page .title-tab .col-module.se-connecter {
  margin-left: 12.5%;
}

.col-module.se-connecter a {
  color: #ddcb88;
  text-decoration: none;
  opacity: 1;
}

.col-module.se-connecter a:hover {
  color: #f6efdb;
}

.title-tab img {
  width: 50%;
}

#toTopBtn {
  position: fixed;
  bottom: 26px;
  right: 10px;
  z-index: 98;
  padding: 21px;
  display: inline-block;
  background-color: hsla(5, 76%, 62%, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
  background: url(./images/cd-top-arrow.svg) no-repeat center 50%;
  background-color: hsla(5, 76%, 62%, 0.8);
  border-radius: 5px;
}

.cd-top--fade-out {
  opacity: 0.5;
}

.cd-top--is-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}

.cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}

/* ########################################################################################################### */

#scrollwheel {
  position: fixed;
  bottom: 45px;
  right: 10px;
  z-index: 999;
  padding: 21px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

#scrollwheel a {
  text-decoration: none;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  padding: 0 5px;
  margin: 5px;
  text-align: center;
}

.round-white {
  border-radius: 50%;
  border: 2px solid #fff;
}

.scroll-downs {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 350px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  z-index: 999;
}

.mousey {
  width: 3px;
  padding: 5px 10px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  float: left;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite;
}

.title-scroller {
  float: left;
  margin-right: 15px;
  font-size: 30px;
}

.arrow-wheel {
  float: left;
  margin: auto;
  height: 100%;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

/* ####################################################################################################################################### */

.module-listing .bloc-icon {
  margin-top: 120px;
}

.col-module-icon {
  text-align: center;
}

.col-module-icon .title {
  font-size: 35px;
  padding-top: 10px;
}

.excellenz-page .col-module-icon img {
  opacity: 0.8 !important;
  width: 60%;
}

.excellenz-page .logo-module {
  width: 50%;
}

.tends-page .col-module-icon img {
  opacity: 0.8 !important;
  width: 30%;
}

.col-module-icon img:hover {
  opacity: 1 !important;
  transition: all 1s ease;
}

.col-module-icon a {
  text-decoration: none;
  color: #fff;
}

.col-module-icon .title a:hover {
  color: #007cb3;
  border-bottom: 1px solid #007cb3;
  opacity: 1;
  text-decoration: none;
}

.excellenz-page {
  overflow-x: hidden;
}

.tends-page {
  overflow-x: hidden;
}

/* ##################################################################################################################*/

.apropos-page .section-text {
  position: relative
}

.apropos-page .section-text .page-heading {
  width: 100%;
  height: 30vh;
  position: relative
}

@media (max-width: 767px) {
  .apropos-page .section-text h1 {
    line-height: 100%;
    left: 90px
  }
}

.apropos-page .section-text .content {
  padding-right: 50px;
  font-family: 'FjallaOne', cursive;
  color: #fff;
}

@media (max-width: 767px) {
  .apropos-page .section-text .content {
    padding-right: 0
  }
}

.apropos-page .section-text h1 {
  font-size: 6em;
  font-family: 'FjallaOne', cursive;
  color: #fff;
  transform: rotate(90deg);
  position: absolute;
  top: 100px;
  left: 0;
  transform-origin: 0 100%;
  margin: 0;
  margin-left: -100px;
  line-height: 56px;
}

.apropos-page .page-heading h1::after {
  content: '';
  border-bottom: 1px solid #fff;
  width: 90%;
  height: 1px;
  left: 100%;
  position: absolute;
  bottom: 0
}

@media (max-width: 992px) {
  .apropos-page .page-heading h1 {
    font-size: 4em;
    transform: rotate(0deg);
    left: 0;
    margin-left: 0px;
  }
  .apropos-page .page-heading h1::after {
    width: 0px;
  }
}

@media (max-width: 690px) {
  .apropos-page .section-text h1 {
    font-size: 3em;
  }

  .apropos-page .page-heading h1::after {
    bottom: 8px;
    display: none
  }
}

.apropos-page .line {
  height: 38%;
  width: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 57%;
  left: 0;
  display: none;
}

.apropos-page .section-text .content p {
  font-size: 20px;
  line-height: 36px;
  opacity: 0.9;
  margin-bottom: 30px;
  text-align: justify;
}

.apropos-page .section-text .content .highlight {
  color: #007cb3;
}

.apropos-page .section-text .content .highlight-center {
  text-align: center;
}

.apropos-page .section-text .content .highlight-title {
  color: #007cb3;
  margin-bottom:55px;
  font-style: italic;
}

.apropos-page .section-text .content .highlight-title-center {
  color: #007cb3;
  text-align: center;
  margin-bottom:55px;
}

/* ######################################################################################################################################################### */

@-webkit-keyframes animscroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animscroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes imgslideleft {
  from {
    margin-left: -150px;
  }
  to {
    margin-left: 0%;
  }
}

@keyframes imgslideleft2 {
  from {
    margin-left: -300px;
  }
  to {
    margin-left: 0%;
  }
}

@keyframes slideleft {
  from {
    transform: scale(0.3, 1);
  }
  to {
    transform: scale(0, 1);
  }
}

@keyframes slideleft2 {
  from {
    transform: scale(0.6, 1);
  }
  to {
    transform: scale(0, 1);
  }
}

@keyframes rightIn {
  0% {
    letter-spacing: 600px;
    opacity: 0.5;
    right: -150%;
  }
  100% {
    letter-spacing: 0px;
    opacity: 1;
    right: 0;
  }
}

@keyframes rightIn2 {
  0% {
    letter-spacing: 600px;
    opacity: 0.5;
    right: -500%;
  }
  100% {
    letter-spacing: 0px;
    opacity: 1;
    right: 0;
  }
}

@keyframes rightIn2-res {
  0% {
    letter-spacing: 600px;
    opacity: 0.5;
    right: -500%;
  }
  100% {
    letter-spacing: -2px;
    opacity: 1;
    right: 0;
  }
}

/* ################################################################################################ */

@media (max-height: 767px) {
  .modal-dialog {
    max-width: 80%;
    margin: 5px auto;
  }
}

@media (min-height: 768px) {
  .modal-dialog {
    max-width: 80%;
    margin: 30px auto;
  }
}

@media (min-width: 767px) {
  header .navbar .nav .other-link a:hover, header .navbar .nav .other-link a.nav-selected {
    background: transparent;
    color: #007cb3;
    border-bottom: 1px solid #007cb3;
    opacity: 1;
    text-decoration: none;
  }
  header .navbar .nav .home-link span:hover, header .navbar .nav .home-link span.nav-selected {
    background: transparent;
    color: #007cb3;
    border-bottom: 0px;
    opacity: 1;
    text-decoration: none;
  }
}

@media (max-width: 768px) {
  .excellenz-page .soft-listing .list.even h2 {
    right: 10%;
    font-size: 60px;
  }
  .excellenz-page .soft-listing .list.odd h2 {
    left: 10%;
    font-size: 60px;
  }
  .excellenz-page .soft-listing .img-responsive {
    width: 75%;
    margin: auto;
  }
}

@media (max-width: 992px) {
  .main-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .section {
    width: 100vw;
    height: 75vh;
  }
  .section .heading-animated-text {
    height: 275px;
    margin-left: 50px;
  }
  .heading-animated-text {
    transition: none;
  }
  .section .hero {
    height: 99vh;
    width: 100%;
  }
  .section .hero img {
    height: 75vh;
    min-height: auto;
  }
  .section .heading-animated-text.rightin span.text-top {
    font-size: 50px;
  }
  .section .heading-animated-text.rightin span.text-bottom {
    font-size: 50px;
    letter-spacing: 5px;
    animation-name: none;
  }
  #section-1 .heading-animated-text {
    z-index: 998;
    margin-left: 30px;
  }
  .list-page .list h2 {
    font-size: 30px;
    top: 5px;
  }
  .col-module-icon .title {
    font-size: 25px;
  }
  .module-listing .bloc-icon {
    margin-top: 35px;
  }
  .tends-page .col-module-icon {
    padding: 0;
  }
  .tends-page .col-module-icon img {
    width: 10%;
  }
  .tends-page .soft-listing .list.even h2 {
    right: 10%;
    font-size: 60px;
  }
  .tends-page .soft-listing .list.odd h2 {
    left: 10%;
    font-size: 60px;
  }
  .tends-page .soft-listing .img-responsive {
    width: 75%;
    margin: auto;
  }
  .list-page .anchor {
    width: 100%;
  }
  .list-page .anchor .right-module {
    text-align: left;
  }
  .list-page .anchor .left-module {
    text-align: right;
  }
  .excellenz-page .title-tab {
    margin-bottom: 10px;
  }
  .excellenz-page .col-module.se-connecter {
    margin-left: 20px;
  }
  .excellenz-page .soft-listing {
    margin-top: 150px;
  }
  .page .section-text .content {
    margin-top: 40px;
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .navbar-header {
    position: absolute;
    z-index: 1;
    margin-top: 15px;
    width: 100%;
  }
  .navbar-header .logo-marque {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
  .navbar .navbar-brand img {
    width: 250px;
  }
  header .navbar .navbar-nav li {
    margin: 22px 0 0;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  header .navbar .navbar-nav li a {
    font-size: 30px;
    position: relative;
    line-height: 100%;
    padding: 0;
    padding-bottom: 5px;
    background: transparent !important;
    color: #fff;
  }
  header .navbar .navbar-nav li span {
    display: inline-block;
    line-height: 1;
    color: #fff;
    border-bottom: 0px;
  }
  .contact-page .page .map-container {
    margin-top: 70px;
  }
}

@media (max-width: 1366px) {
  .top-mask {
    display: none
  }
  .bottom-mask {
    display: none
  }
  #main .section .slice.slide-bottom .left {
    display: none
  }
  #main .section .slice.slide-bottom .right {
    display: none
  }
  #main .section .slice.slide-top .left {
    display: none
  }
  #main .section .slice.slide-top .right {
    display: none
  }
  .section .heading-animated-text.rightin span.text-bottom {
    animation-name: rightIn2-res
  }
  .section .heading-animated-text span {
    right: 10px;
  }
  .section .heading-animated-text a.link {
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    display: block;
    position: relative;
    margin-top: 50px;
    left: -20px;
  }
  .list-page .anchor div a {
    font-size: 20px;
  }
}

@media (max-width: 1423px) and (max-height: 800px) {
  .border-3 {
    margin-top: -170px;
  }
}

@media (min-width: 1424px) {
  .border-4 {
    bottom: 150px;
  }
}

.index-nv {
	display:none;
}

span.op6 {
	opacity:0.6;
}
div.copyright {
	font-size:10px;
	color:#F2F2F2;
	text-decoration:none;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	opacity:0.8;
	margin-bottom:5px;
}