@font-face {
 font-family: "MHei";
 src: url(../fonts/mhei.ttf);
}

* {
font-family:"MHei";
}

body {
padding-top:54px;
cursor:crosshair;
background:#12171e;
}


footer {
background:url(../demo-bg2.jpg) 50% fixed;
color:#FFF;
max-width:100%;
background-position:center;
background-size:cover;
}

::selection {
background:#CF946C;
color:white;
}

.footer-distributed {
box-shadow:0 1px 1px 0 rgba(0,0,0,0.12);
box-sizing:border-box;
width:100%;
text-align:left;
font:normal 16px sans-serif;

padding:45px 50px;
}

.footer-distributed .footer-left p {
color:#8f9296;
font-size:14px;
margin:0;
}

.footer-distributed p.footer-links {
font-size:18px;
font-weight:700;
color:#fff;
margin:0 0 10px;
padding:0;
}

.footer-distributed p.footer-links a {
display:inline-block;
line-height:1.8;
text-decoration:none;
color:inherit;
}

.footer-distributed .footer-right {
float:right;
margin-top:6px;
max-width:180px;
}

.footer-distributed .footer-right a {
display:inline-block;
width:35px;
height:35px;
background-color:#33383b;
border-radius:2px;
font-size:20px;
color:#fff;
text-align:center;
line-height:35px;
margin-left:3px;
opacity:1;
transition:opacity .25s ease-in-out;
}

.footer-distributed .footer-right a:hover {
background-color:#000;
}

@media min-width 992px{
	body {
	padding-top:56px;
	}
}

@media max-width 600px{
.footer-distributed .footer-left,.footer-distributed .footer-right {
text-align:center;
}

.footer-distributed .footer-right {
float:none;
margin:0 auto 20px;
}

.footer-distributed .footer-left p.footer-links {
line-height:1.8;
}
}


.inner{
  position: absolute;
    font-size: 60px;
    left: 1%;
    right: 1%;
    margin: auto;
    max-width: 10em;
    top: 49%;
    text-align: center;

}

#particles-js {

  width: 100%;
  height: 100%;
}

.ml1 {

  font-size: 3.5em;
}

.ml1 .letter {
	color:white;
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }



.titre_principal{
	color:white;
	text-align:center;
	
}


.texte{
	color:white;
	
}





.card-header{
	background-color:#047F72;
	color:white;
	
}
.card-footer{
background-color:#059989;
}

.text-muted{
	color:white !important;
}


.card {
	border:none ;
}

h1{
	color:#059989;
	
	
}
h3{
	color:#059989;
	
}


h2,
h4,
h5 {
    color: #059989;
}

.textep{

	font-size:20px;
	
}



.note {
    display: block;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
    width: 100%;
    padding: 14px;
    margin-bottom: 40px;
    background-color: #ffffff;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.22);
	

}

.noteTexte {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 32px;
    border: 8px double #059989;

}




 .fal::before {
		display: inline-block;
		width: 60px;
		text-align: center;
		line-height: 1;
}



.detail{
	
	background-color:#fafafa;
}




.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #059989;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}









/*
 * Keyframes
 */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}


.competence:hover{
    transition:  200ms ;
    transform: scale(1.15);	

}



/*
 * CSS Page Transitions
 * Don't forget to add vendor prefixes!
 */
  /** Basic styles for an animated element */
  .scene_element {
    animation-duration: 0.25s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;

  }

  /** An element that fades in */
  .scene_element--fadein {
    animation-name: fadeIn;
  }

  /** An element that fades in and slides up */
  .scene_element--fadeinup {
    animation-name: fadeInUp;
  }

  /** An element that fades in and slides from the right */
  .scene_element--fadeinright {
    animation-name: fadeInRight;
  }

