@font-face {
 font-family: "dax";
 src: url("../fonts/dxlg.ttf");
}

/* FONT SYMBOLE FROM GLYPHER : https://glyphter.com */
@font-face {
    font-family: 'marsilea';
    src: url('../fonts/marsilea.eot');
    src: url('../fonts/marsilea.eot?#iefix') format('embedded-opentype'),
         url('../fonts/marsilea.woff') format('woff'),
         url('../fonts/marsilea.ttf') format('truetype'),
         url('../fonts/marsilea.svg#marsilea') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
	 display: inline-block;
   font-family: 'marsilea';
   font-style: normal;
   font-weight: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size:1.5em;
}

@keyframes app {
  0% {
    margin-left:-30vw;
  }
  100% {
    margin-left:0;
  }
}

@keyframes disp {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@keyframes rotazoomin {
  0% {
    transform:scale(0) rotate(0);
  }
  50% {
    transform: scale(0.5) rotate(180deg);
  }
  75% {
    transform: scale(1.1) rotate(380deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}

.rotatezoomin {
  animation:rotazoomin 1s linear;
}

.cercle {
  position:absolute;
  display:block;
  z-index:9999;
  width:500px;
  height:500px;
  top:50%;
  left:50%;
  margin-top:-250px;
  margin-left:-250px;
  background: #00e4ff;
  border:30px solid #000;
  border-radius:50%;
  line-height:500px;
  text-align:center;
  vertical-align: middle;
  font-size:3em;
}

@keyframes zoomin {
  0% {
    margin-left:-100vw;
  }
  100% {
    margin-left:0;
  }
}

.zoomin {
  animation: zoomin 0.5s linear ;
}

.apparition {
  animation: app 0.7s linear ;
}
.disparition {
  animation: disp 1s linear ;

}

.visible {
  opacity:1 !important;
  transition:all 1s linear;
}

.invisible {
  opacity:0 !important;
  transition:all 1s linear;
}

li.link_menu {
  transition:all 0.8s linear;
  padding-right:3px;
}

ul.table-of-contents li {
  transition: all 0.5s linear;
  padding-right:3px;
}

ul.table-of-contents li.cyan a {
  color:#fff;
}

ul.table-of-contents li:hover {
  background: #b2ebf2;
}

ul.table-of-contents li:hover a {
  color: #000;

}
.table-of-contents a {
}
.table-of-contents a:hover {
  border-left: 1px solid #00838f;
  color:#000;
}

body {
  font-family: roboto;
  font-size:1em;
  font-weight: 100;
  max-width:100vw;
  overflow-x: hidden;
}

#slide-out {
  background:url('../images/lamarsileablack.svg') no-repeat top center #fff;
  z-index:9999;
}
#slide-out li:first-child {
  margin-top:140px;
}


li {
  list-style:none;
}

h1.marsilea {
  display:block;
  font-family: 'dax';
  text-transform: uppercase;
  letter-spacing: 12px;
  margin:0;
  position:relative;
  width:100%;
  color:#000;

}

.zonetexte h1 {
  display:block;
  margin-left:-30px !important;
}

.pre {
  display:block;
  margin-top:-10px;
  color:#fff;
  margin-left:-30px;
  border-bottom:1px solid #ccc;
  text-align:left;
  margin-bottom:5px;
}

.pre .inside {
  padding:2px 5px 2px 5px;
  display:inline-block;
  background: #000;
}

.mgl100 {
  margin-left:-30vw;
}

h1:not(.marsilea) {
  display:block;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  margin:0;
  position:relative;
  width:100%;
  color:#000;
  font-size:2.2em;

}

h1.marsilea::before {
  display:block;
  content:" ";
  background: url('../images/marsilea2.png') no-repeat center center;
  width:169px;
  height:241px;
  position:absolute;
  top:0;
  margin-top:-100px;
  left:50%;
  margin-left:-80px;
  z-index:-1;
}

h2, h3 {
  font-family: 'dax';
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 1.5em;
  margin:0;
}

#marsilea {
  padding-top:100px;
  transition: all 0.5s linear;
  display:block;
  z-index:-1;
  min-height:300px;
}

.zonetexte {
  margin-top:30px;
}

.flow-text {
  font-family: roboto;
  font-size:1.3em;
  font-weight:300;
  color:#000;
}

.exemples {
  padding:25px !important;
}

.exemples ul {
  margin-left:12px;
}

.exemples ul li {
  padding:10px 0 10px 0 !important;
  list-style: circle;
  color:#424242;
  font-weight: 300;
}

.exemples ul li:last-child {
  border-bottom:none;
}

.card-title {
  display:block;
  padding:7px;
  color:#aaa;
  font-family:roboto;
  font-weight: 100;
  border-bottom:1px solid #ccc;
}

.card {
  box-shadow:none !important;
  padding-top:0 !important;
}
.section {
  position:relative;
}
#inventaires::before {
  position:absolute;
  content:" ";
  display:block;
  width:371px;
  height:100px;
  top:0;
  left:60%;
  margin-top:-95px;
  margin-left:0px;
  background: url('../images/papillon.svg') no-repeat center center;
  background-size:contain !important;
  z-index:3333;
}

#zoneshumides::before {
  position:absolute;
  content:" ";
  display:block;
  width:371px;
  height:133px;
  top:0;
  left:0;
  margin-left:0px;
  margin-top:-145px;
  background: url('../images/busard.svg') no-repeat center center;
  background-size:contain !important;
  z-index:3333;
}

#etudes::before {
  position:absolute;
  content:" ";
  display:block;
  width:371px;
  height:133px;
  top:0;
  left:70%;
  margin-left:-40px;
  margin-top:-125px;
  background: url('../images/narcisses.svg') no-repeat center center;
  background-size:contain !important;
  z-index:3333;
}

#conseil::before {
  position:absolute;
  content:" ";
  display:block;
  width:371px;
  height:133px;
  top:0;
  left:10%;
  margin-left:0px;
  margin-top:-155px;
  background: url('../images/faucon.svg') no-repeat center center;
  background-size:contain !important;
  z-index:3333;
}

#fin::before {
  position:absolute;
  content:" ";
  display:block;
  width:371px;
  height:133px;
  top:0;
  left:100%;
  margin-top:-117px;
  margin-left:-500px;
  background: url('../images/heron.svg') no-repeat center center;
  background-size:contain !important;
  z-index:3333;
}

.menu {
  position:fixed;
  right:0;
  top:0;
  height:100vh;
  padding-right:25px;
  background: url('../images/mercure.svg') no-repeat bottom left #fff;
  z-index:5555;
}

.menu .phone {
  margin-left:20px;
}
.menu .mail {
  margin-left:20px;
}

.mgmenu {
  margin-left:-100px !important;
}

.table-of-contents li:hover::before {
  border-left:6px !important;
}

.zoomed {
  transform:scale(1.2);
  margin-top:0;
}

.sidenav-trigger {
  display:none;

}

input[type="text"]:focus, textarea:focus {
  box-shadow: none !important;
  border-bottom:1px solid #00bcd4 !important;
}
input[type="text"]:focus+label, textarea:focus+label {
  color:#00bcd4 !important;
}

label {
  color:#000 !important;
}
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------TELEPHONES--------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

@media only screen and (max-width: 990px) {
  .zonetexte h1 {
    display:block;
    margin-left:0px !important;
  }

  body {
    font-family: roboto;
    font-size:1em;
    font-weight: 100;
    max-width:100vw;
    overflow-x: hidden;
  }

  .sidenav-trigger {
    display:block !important;
    position:fixed !important;
    top:20px;
    left:20px;
    z-index:8888;
  }

  .pre {
    margin-left:0px !important;
  }

  .mgmenu {
    margin-left:0 !important;
  }

  #inventaires::before {
    position:absolute;
    content:" ";
    display:block;
    width:371px;
    height:100px;
    top:0;
    left:0;
    margin-top:-95px;
    margin-left:0px;
    background: url('../images/papillon.svg') no-repeat center center;
    background-size:contain !important;
    z-index:3333;
  }

  #etudes::before {
    position:absolute;
    content:" ";
    display:block;
    width:371px;
    height:133px;
    top:0;
    left:0;
    margin-left:100px;
    margin-top:-125px;
    background: url('../images/narcisses.svg') no-repeat center center;
    background-size:contain !important;
    z-index:3333;
  }

  #conseil::before {
    position:absolute;
    content:" ";
    display:block;
    width:371px;
    height:133px;
    top:0;
    left:0;
    margin-left:-100px;
    margin-top:-155px;
    background: url('../images/faucon.svg') no-repeat center center;
    background-size:contain !important;
    z-index:3333;
  }

  #fin::before {
    position:absolute;
    content:" ";
    display:block;
    width:371px;
    height:133px;
    top:0;
    left:0;
    margin-top:-117px;
    margin-left:150px;
    background: url('../images/heron.svg') no-repeat center center;
    background-size:contain !important;
    z-index:3333;
  }

  .menu {
    position:fixed;
    right:0;
    top:0;
    height:100vh;
    padding-right:25px;
    background: #fff;
    z-index:5555;
  }


}
