@font-face {
 font-family: "MHei";
 src: url(../fonts/mhei.ttf);
}

* {
font-family:"MHei";
}


body,
html {
	cursor:crosshair;
  width: 100%;
  height: 100%;
}

.hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #059989;
}

hr.light {
  border-color: #fff;
}

a {
  color: #059989;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #059989;
}


.bg-primary {
  background-color: #059989 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 5rem 0;
}

.section-heading {
  margin-top: 0;
}



::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}



img::selection {
  color: #fff;
  background: transparent;
}


#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #059989;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #059989;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #059989;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #059989 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #059989;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #059989;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #059989;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: #059989;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #059989 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;

  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}



.btn-primary {
	margin:10px;
  background-color: #059989;
  border-color: #059989;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #059989 !important;
}

.btn-primary:active, .btn-primary:focus {

  box-shadow: 0 0 0 0.2rem #027064 !important;
}





.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;

}


 
.formation-cv:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #12171e #12171e #059989; 
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	transition: border-color .2s ease-in-out;

    display: block;
    width: 0;
}


.formation-cv ,.interet-cv{
    background: #f9f9f9;
    padding: 30px 20px 20px;
    margin: 15px 0;
    position: relative;
    color: fff;
    overflow: hidden;
	transition: background .5s ease-in-out;
}



.formation-cv h4,.interet-cv h4{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
	transition: all .5s ease-in-out;
}


.formation-cv p,.interet-cv p{
    padding: 0;
    margin: 0;
    color:#999;
    font-size: 16px;
	transition: all .2s ease-in-out;
}


.formation-cv i,.interet-cv i{
    color: #059989; 
	transition: all .2s ease-in-out;
}

.formation-cv:hover, .interet-cv:hover{
    background:#059989; 
    transition: background .2s ease-in-out;
}

.formation-cv:hover h5, .interet-cv:hover h5{
    color:#fff;
    transform: translate(0,-5px);
    transition: all .3s ease-in-out;
}

.formation-cv:hover p, .interet-cv:hover p{
    color:#fff;
	transform: translate(0,-10px);
	transition: all .2s ease-in-out;
}

.formation-cv:hover i,.interet-cv:hover i{
    color:#fff;
    transform: translate(0,-5px);
    transition: all .3s ease-in-out;
}

.formation-cv:hover:before{
    border-color: #12171e #12171e #a5a5a5 #a5a5a5;
    transition: border-color .2s ease-in-out;
}


 .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;
  }






.bg-sec{
	background-color:#12171e;
}



footer {
background:url(../demo-bg2.jpg) 50% fixed;
color:#FFF;
max-width:100%;
background-position:center;
background-size:cover;
}





.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;
}
}








.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.entete{
	border-radius: 15px;
	padding: 5px;
	background-color: rgba(0,0,0,0.5);
}


