@-webkit-keyframes device {
        0% {margin-top: -400px;opacity: 0;}
        100% {margin-top: -300px;opacity: 1;}
    }
@-moz-keyframes device {
        0% {margin-top: -400px;opacity: 0;}
        100% {margin-top: -300px;opacity: 1;}
    }
@-o-keyframes device {
        0% {margin-top: -400px;opacity: 0;}
        100% {margin-top: -300px;opacity: 1;}
    }
@keyframes device {
        0% {margin-top: -400px;opacity: 0;}
        100% {margin-top: -300px;opacity: 1;}
    }
    #image-top {
    	-webkit-animation-timing-function: ease-in-out;
        -webkit-animation-name: device;
        -webkit-animation-duration: 0.75s;
		-moz-animation-timing-function: ease-in-out;
        -moz-animation-name: device;
        -moz-animation-duration: 0.75s;
		-o-animation-timing-function: ease-in-out;
        -o-animation-name: device;
        -o-animation-duration: 0.75s;
    	animation-timing-function: ease-in-out;
        animation-name: device;
        animation-duration: 0.75s;
        margin-top: -300px;
    }

@-webkit-keyframes titre {
        0% {margin-top: -40px;opacity: 0;}
        100% {margin-top: 0px;opacity: 1;}
    }
@-moz-keyframes titre {
        0% {margin-top: -40px;opacity: 0;}
        100% {margin-top: 0px;opacity: 1;}
    }
@-o-keyframes titre {
        0% {margin-top: -40px;opacity: 0;}
        100% {margin-top: 0px;opacity: 1;}
    }
@keyframes titre {
        0% {margin-top: -40px;opacity: 0;}
        100% {margin-top: 0px;opacity: 1;}
    }
    .titles-project {
    	-webkit-animation-timing-function: ease-in-out;
        -webkit-animation-name: titre;
        -webkit-animation-duration: 1s; 
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-name: titre;
        -moz-animation-duration: 1s;
        -o-animation-timing-function: ease-in-out;
        -o-animation-name: titre;
        -o-animation-duration: 1s;  
    	animation-timing-function: ease-in-out;
        animation-name: titre;
        animation-duration: 1s;   
    }

@-webkit-keyframes nav {
        0%, 50% {margin-top: -60px;opacity: 0;}
        100% {margin-top: 0px;opacity: 1;}
    }
@-moz-keyframes nav {
        0%, 50% {margin-top: -60px;opacity: 0;}
        100% {margin-top: 0px;opacity: 1;}
    }
@-o-keyframes nav {
        0%, 50% {margin-top: -60px;opacity: 0;}
        100% {margin-top: 0px;opacity: 1;}
    }
@keyframes nav {
        0%, 50% {margin-top: -60px;opacity: 0;}
        100% {margin-top: 0px;opacity: 1;}
    }
    .header {
    	-webkit-animation-timing-function: ease-out;
        -webkit-animation-name: titre;
        -webkit-animation-duration: 1.2s;
        -moz-animation-timing-function: ease-out;
        -moz-animation-name: titre;
        -moz-animation-duration: 1.2s;
        -o-animation-timing-function: ease-out;
        -o-animation-name: titre;
        -o-animation-duration: 1.2s;
    	animation-timing-function: ease-out;
        animation-name: titre;
        animation-duration: 1.2s;
        margin-top: 0px;
    }







/*____________________________________________________________*/

.center {
	top: 60px;
}
.logo-A-about {
	margin-top: -63px;
}
.zone_btn {
	/*height: 200px;*/
	text-align: center;
	padding-bottom: 50px;
	/*border: solid 1px red;*/
}
.btn {
	margin: 50px;
	/*margin-top: 150px;*/
	position: relative;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.5;
}
.btn:hover {
	opacity: 1;
}
.btn-link {
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding-top: 20px;
	height: 38px;
	width: 180px;
	border-radius: 8px;
	margin: 50px;
}

.controllers a,
.btn-portfolio a {
	opacity: 0.5;
	-webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
         -ms-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
             transition: all .3s ease-in-out;
}
.controllers a:hover,
.btn-portfolio a:hover {
	opacity: 1;
}
.controllers {
	display: inline-block;
	float: right;
	width: 45%;
}
.controllers a {
	float: right;
	display: inline-block;
}
.btn-portfolio {
	display: inline-block;
	width: 45%;
	text-transform: uppercase;
	letter-spacing: 1px;	
}
.btn-portfolio img,
.btn-previous img,
.btn-next img {
	display: inline-block;
	padding: 20px;
}
.btn-portfolio p {
	color: rgba(255,255,255,1);
	display: inline-block;
	vertical-align: 22px;
}

.content-project h2,
.content-project p {
	text-align: center;
}

.categorie {
	margin: auto;
	display: inline-block;
}
.categorie p {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	padding: 5px 20px 5px 20px;
	min-width: 200px;
}
.header .center {
	margin-top: 15px;
}

.titles-project {
	text-align: center;
}
.titles-project .bar {
	margin: 0 auto; 
	margin-bottom: 30px;
    margin-top: 30px;
}
.cover-project h3 {
	text-transform: uppercase;
}

.cover-project .btn-scroll {
	position: relative;
	margin-top: 300px;
}


/*----------  Contenu des projects  ----------*/

.content-project {
	padding: 0;
	margin: 0;
	padding-top: 50px;
}
.blox {
	text-align: center;
}
.bloc {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding: 50px 0px 50px 0px;
}
.bloc ul {
	margin-top: 18px;
	text-align: center;
}
.bloc li {
	margin-top: 10px;
}

#image-top {
	display: inline-block;	
	position: relative;
	width: 100%;
	/*margin-top: -300px;*/
	margin-bottom: 50px;
}

.img-full {
	width: 100%;
	display: block;
	margin-bottom: 50px;
}
.img-classic {
	display: block;
	max-width: 100%;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.video {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	max-width: 100%;
	min-width: 320px;
}

.title-similar {
	text-align: center;
	padding: 100px;
}
.title-similar .bar {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#Connect {
	/*margin-top: 50px;*/
}

@media screen and (max-width: 768px) {
	.cover-project {
		height: 400px;
	}
	#image-top {
		margin-top: -100px;
	}

	.blox {
		padding: 100px 0px 50px 0px;
	}

	.bloc {
		width: 80%;	
	}
}
@media screen and (max-width: 768px) {
	h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 512px) {
	.btn-portfolio p {
		display: none;
	}
	.btn-portfolio img,
	.btn-previous img,
	.btn-next img {
		padding-left: 10px;
		padding-right: 10px;
	}
}