body {
    overflow-x: hidden;
}

p {
    font-size: 19px;
	color:#000;
	}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #e2001a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   
    font-family: "Roboto",Helvetica,Arial,sans-serif;
   
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 1px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
	display: inline-block;
	position: relative;
	top: -.8em;
	padding: 0 .25em;
	font-family: FontAwesome;
	width:50px;
	height:50px;
	background-image: url(../img/star.png);
	background-repeat: no-repeat;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: ##e2001a;
}

hr.star-primary {
    border-color: #2f2f2f;
}

hr.star-primary:after {
    color: #2f2f2f;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #b2b2b2;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

.intro {
	height:100%;  /* start height */
	width: 100%;
	background-color:#fff;
	background-image: url(../img/cover.png);
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	background-position: top center;  /* Internet Explorer 7/8 */
	/* background-attachment:fixed; */
	overflow:hidden;
}

@media screen and (orientation: portrait) {
	.intro {
	height:100%;  /* start height */
	width: 100%;
	
	background-color:#fff;
	background-image: url(../img/cover-mob.png);
	background-position: top center;  /* Internet Explorer 7/8 */
	/* background-attachment:fixed; */
	overflow:hidden;
	}
}

.intro_bottom {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 24px;
}
.intro_bottom p {
	color: #FFF;
	font-size: 0.8em;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: "Memphis",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding: 0px;
    }

    header .intro-text .name {
        font-size: 5em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
	position: fixed;
	width:100%;
	height: 100%;
	top: 0;
	background-image: url(../img/cover1024-.jpg);
	background-position: center top;  /* Internet Explorer 7/8 */
	 -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
	overflow: hidden;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	background-repeat: no-repeat;
	z-index:98;
	
    }
	
		
		.intro_lect{
		margin:auto;
	margin-top:80px;
	 -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;	
		
		}
		
		p{
	font-size:1.7em;
	line-height:1.4em;
	font-weight:300;
	color:#000;		
max-width: 1024px;
margin:auto;	
	}
		
	.intro_max{
margin-top:30vw;
  
		}
		
		
		
	.soutitre{
	font-size: 26px;
position: relative;
	color: #FFF;
	
text-transform:inherit;


	
top: 268px;
	}
	
	.navbar-fixed-top.navbar-shrink .soutitre {
		position: absolute;
	left:280px;
	top:29px;
display:block;
	font-size: 20px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	
    }
	 .navbar-fixed-top h1{
	position:relative;
  	display:block;	
		top:250px;
	font-size:80px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;

    }
	
 .navbar-fixed-top.navbar-shrink h1{
	 position:absolute;
	font-size:26px;
  		left:10px;
		top:0px;
	 padding:10px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	background-color: #000;
	line-height: 20px;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 1s;
        -moz-transition: all 13s;
        transition: all 1s;
    }

    .navbar-fixed-top.navbar-shrink {
	position: fixed;
	padding: 10px 0;
	height: 80px;
	background-color: #000;
	background-image: none;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	background-position: center center;  /* Internet Explorer 7/8 */
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;	
	z-index:100;
    }
	
	
	
	.navbar-fixed-top.navbar-shrink .nav {
		left:60%;
		top:10px;
	   -webkit-transition: all 1s;
        -moz-transition:all 1s;
        transition: all 1s;
    }
	
	
	
	

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
  
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: 700;

}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding:0px;
	
}

section h2 {
	padding-top:50px;
    margin: 0;
   
}

section.success {
	color: #fff;
	background-color: #CCC;
	background-image: url(../img/bg3.png);
	background-repeat: repeat;
}

@media(max-width:767px) {
    section {
        padding: 0px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#winners .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#winners .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#winners .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	background-color: rgba(0,00,0,0.3);
	margin:	15% 15%;
	background-position: center center;
}

#winners .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#winners .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#winners .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#winners .portfolio-item .portfolio-link .caption .caption-content h3,
#winners .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#winners * {
    z-index: 2;
}

@media(min-width:767px) {
    #winners .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
  
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
  
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
	display:none;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 5px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: fixed;
    top: 50px;
    right: 25px;
    width: 75px;
    height: 75px;
	/* padding:20px; */
    cursor: pointer;
	transition:all ease 0.10s;
}

.portfolio-modal .close-modal:hover {
    opacity: .5;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color:#000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}





/*intro*/
/* -------------------------------- 

Mask 2

-------------------------------- */
.mask-2.cd-intro-content * {
  /* overwrite default style */
  opacity: 1;
}

.mask-2.cd-intro-content .content-wrapper {
  position: relative;
  width: 100%;
/*  max-width: 650px;*/
  margin: 0 auto;
  padding: 2em 0;
  overflow: hidden;
}
.mask-2.cd-intro-content .content-wrapper::before {
  /* vertical bar */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 0px;
  background-color: #d8ff00;
  -webkit-animation: cd-pulse 1.5s 0.3s both;
  -moz-animation: cd-pulse 1.5s 0.3s both;
  animation: cd-pulse 1.5s 0.3s both;
}
.no-cssanimations .mask-2.cd-intro-content .content-wrapper::before {
  opacity: 0;
}
.mask-2.cd-intro-content .content-wrapper > div {
  /* wrap the entire content */
  position: relative;
  z-index: 1;
}

.mask-2.cd-intro-content .content-wrapper,
.mask-2.cd-intro-content .content-wrapper > div {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration:2s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.mask-2.cd-intro-content .content-wrapper {
  -webkit-animation-name: cd-mask-wrapper;
  -moz-animation-name: cd-mask-wrapper;
  animation-name: cd-mask-wrapper;
}

.mask-2.cd-intro-content .content-wrapper > div {
  -webkit-animation-name: cd-mask-content;
  -moz-animation-name: cd-mask-content;
  animation-name: cd-mask-content;
}

@-webkit-keyframes cd-mask-wrapper {
  0% {
    -webkit-transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-mask-wrapper {
  0% {
    -moz-transform: translateX(50%);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
/* JAUNE */
@keyframes cd-mask-wrapper {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-mask-content {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-mask-content {
  0% {
    -moz-transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
/* ROUGE */
@keyframes cd-mask-content {
  0% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-pulse {
  0%, 30.8% {
    opacity: 0;
  }
  15.4%, 46.2%, 61.5%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0%, 30.8% {
    opacity: 0;
  }
  15.4%, 46.2%, 61.5%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0%, 30.8% {
    opacity: 0;
  }
  15.4%, 46.2%, 61.5%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.cmn-t-pulse {
 
  animation: pulse 1s ease infinite;
  /* transition: transform 0.2s; */
}
.cmn-t-pulse:hover {
  color: #fff;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}






/*intro*/
/* -------------------------------- 

Mask 3

-------------------------------- */
.mask-3.cd-intro-content-3 * {
  /* overwrite default style */
  opacity: 1;
}

.mask-3.cd-intro-content-3 .content-wrapper-3 {
  position: relative;
  width: 100%;
/*  max-width: 650px;*/
  margin: 0 auto;
  padding: 2em 0;
  overflow: hidden;
}
.mask-3.cd-intro-content-3 .content-wrapper-3::before {
  /* vertical bar */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 0px;
  background-color: #d8ff00;
  -webkit-animation: cd-pulse-3 1.5s 0.3s both;
  -moz-animation: cd-pulse-3 1.5s 0.3s both;
  animation: cd-pulse-3 1.5s 0.3s both;
}
.no-cssanimations .mask-3.cd-intro-content-3 .content-wrapper-3::before {
  opacity: 0;
}
.mask-3.cd-intro-content-3 .content-wrapper-3 > div {
  /* wrap the entire content */
  position: relative;
  z-index: 1;
}

.mask-3.cd-intro-content-3 .content-wrapper-3,
.mask-3.cd-intro-content-3 .content-wrapper-3 > div {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration:2s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.mask-3.cd-intro-content-3 .content-wrapper-3 {
  -webkit-animation-name: cd-mask-wrapper-3;
  -moz-animation-name: cd-mask-wrapper-3;
  animation-name: cd-mask-wrapper-3;
}

.mask-3.cd-intro-content-3 .content-wrapper-3 > div {
  -webkit-animation-name: cd-mask-content-3;
  -moz-animation-name: cd-mask-content-3;
  animation-name: cd-mask-content-3;
}

@-webkit-keyframes cd-mask-wrapper-3 {
  0% {
    -webkit-transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-mask-wrapper-3 {
  0% {
    -moz-transform: translateX(50%);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
/* JAUNE */
@keyframes cd-mask-wrapper-3 {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-mask-content-3 {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-mask-content-3 {
  0% {
    -moz-transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
/* ROUGE */
@keyframes cd-mask-content-3 {
  0% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-pulse-3 {
  0%, 30.8% {
    opacity: 0;
  }
  15.4%, 46.2%, 61.5%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse-3 {
  0%, 30.8% {
    opacity: 0;
  }
  15.4%, 46.2%, 61.5%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cd-pulse-3 {
  0%, 30.8% {
    opacity: 0;
  }
  15.4%, 46.2%, 61.5%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.cmn-t-pulse-3 {
 
  animation: pulse-3 1s ease infinite;
  /* transition: transform 0.2s; */
}
.cmn-t-pulse-3:hover {
  color: #fff;
}
@keyframes pulse-3 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}


