*,*:before, *:after{
	box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}
body{
    width: 100%;
    margin: 0;
    min-height: 100vh;
}

/* HEADER */

header{
    width: 100%;
    background-color: #1C1C1C;
    border-bottom: 1px solid #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.container-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
}

.logo-header img{
    width: 80px;
    display: block;
    padding: 5px 5px;
}

.main-menu ul{
    display: flex;
}

.main-menu li{
    list-style: none;
    color: #FFFFFF;
    padding-right: 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.main-menu li:last-child{
    padding-right: 0;
}

.main-menu li a{
    text-decoration: none;
    color: #FFFFFF;
    transition: all .5s;
}

.main-menu li .active, .main-menu li a:hover{
    color: #F2552C;
}
.main-menu li .active{
    font-weight: 400;
}

/* SECTION - HOME */

.background-top{
	width: 100%;
	background: url('../images/parralax.jpg');
  background-size: cover;
	background-attachment: fixed;
	border-bottom: 1px solid #000000;
	}

.filtre-background-top{
	width:100%;
	height: 100vh;
	background-color: rgba(0,0,0,.2);
	display: flex;
	justify-content: center;
	align-items: center;
}

.center-top{
	margin: auto;
	height: auto;
	width: 65vw;
}

.center-top h1{
	text-align: left;
	color: #FFFFFF;
	font-size: 96px;
	font-family: 'Raleway', sans-serif;
	word-spacing: 5px;
	display: inline-block;
}

.center-top h1 span{
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 0.5px;
    display: block;
}

.center-top h1 strong{
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 200;
    border-bottom: 1px solid #FFFFFF;
}

.bt-fleche-home{
    position: absolute;
    bottom: 20px;
    left: calc(50% - 5px);
    color: #FFFFFF;
    cursor: pointer;
    font-size:40px;
}

.presentation{
	width: 70%;
	margin: auto;
}

.presentation h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 50px;
	color: #F2552C;
	/* text-decoration: underline; */
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

.texte-prez p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	text-align: justify;
	line-height: 24px;
	margin-bottom: 1rem;
}

.texte-prez{
	padding-top: 1rem;
	border-bottom: 1px solid #000000;
}

.boutons-conteneur{
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #000000;
}

.bouton-contact, .bouton-portfolio{}

.bouton-contact a, .bouton-portfolio a{
	width: 250px;
	height: 50px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
	margin: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}

.bouton-contact a{
	background-color: #F2552C;
	color: #FFFFFF;
}

.bouton-portfolio a{
	background-color: #FFFFFF;
	color: #F2552C;
	border: 2px solid;
	border-color: #F2552C;
}

/* .bouton-contact a:hover{
	background-color: #FFFFFF;
	color: #F2552C;
	border: 2px solid;
	border-color: #F2552C;
	transition: all .3s;
}*/

.bouton-portfolio a:hover{
	background-color: #F2552C;
	color: #FFFFFF;
	transition: all .3s;
}

.travail{
	width: 70%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}

.travail h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.travail p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	text-align: justify;
	line-height: 24px;
	margin-bottom: 1rem;
}

.travail2{
	width: 70%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

.travail2 h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.travail2 p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	text-align: justify;
	line-height: 24px;
	margin-bottom: 1rem;
}

.travail h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.travail2 h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.logos-entreprises img{
	width: 20%;
	height: 20%;
}

.logos-entreprises{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}

.materiel-logiciels-container{
	display: flex;
	justify-content: center;
}

.materiel-logiciels{
	display: flex;
	justify-content: space-evenly;
	width: 70%;
	margin-top: 25px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 414px){
	.materiel-logiciels{
		flex-direction: column;
	}
}

.materiel-logiciels h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.materiel-logiciels h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.materiel-logiciels p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
}

.materiel, .materiel-informatique, .logiciels{
	width: 33%;
}

@media only screen and (max-width: 414px){
	.materiel, .materiel-informatique, .logiciels{
	width: 100%;
	}
}

.logos-logiciels-conteneur{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.logo-logiciel{
	width: 50px;
	height: 50px;
	margin: 10px;
}

.logo-logiciel01 img{
	width: 100%;
}

.logiciel-01{background-image: url('../images/premiere-pro.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-02{background-image: url('../images/after-effects.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-03{background-image: url('../images/animate.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-04{background-image: url('../images/media-encoder.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-05{background-image: url('../images/illustrator.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-06{background-image: url('../images/photoshop.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-07{background-image: url('../images/in-design.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-08{background-image: url('../images/xd.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-09{background-image: url('../images/cinema4d.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-10{background-image: url('../images/audacity.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-11{background-image: url('../images/streamlabs.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-12{background-image: url('../images/voicemod.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-13{background-image: url('../images/word.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-14{background-image: url('../images/excel.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-15{background-image: url('../images/powerpoint.png');background-size: 100%;background-repeat: no-repeat;}
.logiciel-16{background-image: url('../images/outlook.png');background-size: 100%;background-repeat: no-repeat;}

.reseaux{
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}

.reseaux h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.cadres-reseaux{ /* conteneur */
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.carre-reseaux{  /* contenu */
	width:300px;
	height:300px;
	margin:10px;
  box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
  display: flex;
}

.content{
    text-align: center;
    justify-content: center;
    margin: auto;
}

.content h3{
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 100%;
  padding-top: 10px;
}

.content>a>i{
    font-size: 75px;
    color: #000000;
    padding-bottom: 10px;
}

.separateur-fa{
    border-bottom: 1px solid #C0C0C0;
}

/* SECTION - PORTFOLIO */

.titre-portfolio{
	width: 70%;
	margin: auto;
    padding-top: 75px;
}

.titre-portfolio h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 50px;
	color: #F2552C;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

.texte-prez-portfolio p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	text-align: justify;
	line-height: 24px;
	margin-bottom: 1rem;
}

/*.texte-prez-portfolio{
	padding-top: 1rem;
	border-bottom: 1px solid #000000;
}*/

.container-vid-une{
	width: 100%;
	display: flex;
	justify-content: center;
}

.prez-vid-une{
	width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: wrap;
  border-bottom: 1px solid #000000;
}

.ctn-vid-une{
    margin: auto;
}

.video-une{
		width: 500px;
		height: 281px;
		padding: 5px;
		margin-bottom: 10px;
}

.ctn-portfolio{
    width: 70%;
    margin: auto;
}

.prez-vid-une h2{
  font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 25px;
  text-decoration: underline;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}

.ctn-portfolio h2{
  font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 25px;
  text-decoration: underline;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}

.ctn-portfolio p, .prez-vid-une p{
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
  padding-bottom: 15px;
}

.contenu-cat{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: auto;
}

.video{
    width: 500px;
    height: 281px;
    padding: 5px;
    margin-bottom: 10px;
}

/* SECTION - MENTIONS LEGALES */

.conteneur-mentleg{
    width: 70%;
    margin: auto;
    padding-top: 72px;
}

.conteneur-mentleg h1{
    font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	padding-top: 15px;
    text-decoration: underline;
    color: #F2552C;
}

.conteneur-mentleg h2{
  font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	line-height: 75px;
  color: #585858;
}

.conteneur-mentleg p{
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
  color: #000000;
  padding-bottom: 1rem;
}

.conteneur-mentleg a{
  color: #463939;
  text-decoration: underline;
}

/* SECTION - ERREUR 404 */

.gif404{
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background: url(../images/gif404.gif) no-repeat fixed center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 10%;
}

.gif404 h1{
  font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 150px;
	text-align: center;
	line-height: 24px;
  color: #FFFFFF;
  padding-bottom: 25px;
}

.gif404 h2{
  font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 100px;
	text-align: center;
	line-height: 24px;
  color: #FFFFFF;
  padding-bottom: 25px;
}

.gif404 a{
  font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 40px;
	text-align: center;
	line-height: 24px;
  color: #F2552C;
  text-decoration: underline;
}

.gif404 a:hover{
  text-decoration: none;
}

/* FOOTER */

footer{
	width: 100%;
	background-color: #1C1C1C;
}

.container-footer{
	display: flex;
  width: 70%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.logo-footer img{
	width: 200px;
	padding: 30px;
}

.txt-footer{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.cont-txt-footer, .mentleg-footer p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #C0C0C0;
	line-height: 25px;
}

.cont-txt-footer strong{
	color: #FFFFFF;
	line-height: 50px;
}

.cont-txt-footer p a{
  color: #C0C0C0;
}

.mentleg-footer p a{
	color: #F2552C;
	line-height: 50px;
}

.mentleg-footer p a:hover{
  text-decoration: underline;
}

.reseaux-footer{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
  padding-left: 100px;
}

.reseaux-footer p strong{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
}

.logfoot>a>i{
  font-size: 75px;
  color: #FFFFFF;
}

/* RESPONSIVE */

.btn-burger{
	width: 50px;
	height: 50px;
	cursor:pointer;
	position: absolute;
	top: 10px;
	right: 15px;
	color:white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 45px;
	visibility: hidden;
	z-index: 999;
}
@media only screen and (max-width: 414px) {
	body.menu-reveal{
	overflow: hidden;
	}
	.container-header{
		padding: 0;
	}
	.btn-burger{
		visibility: visible;
	}

.main-menu ul{
  position: absolute;
  top: 0;
	left: 0;
  right: 0;
	bottom: 0;
  background:black;
	width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  visibility: hidden;
}

.main-menu.active ul{
  visibility:visible;
}

.main-menu li{
  padding: 25px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 50px;
}
.main-menu ul li a {
	color:white;
}

.main-menu li .active{
  font-weight: 900;
}

/* SECTION - HOME */

@media only screen and (max-width: 414px){
	.presentation h1{
  	font-size: 45px;
	}

	.logos-entreprises{
		flex-direction: column;
	}

	.logos-entreprises img{
		width: 75%;
		height: 75%;
		margin: 15px;
	}
}

/* SECTION - PORTFOLIO */

    @media only screen and (max-width: 414px){
        .video-une{
            width: 90%;
            height: 90%;
        }

/* FOOTER */

    .logo-footer img{
        width: 150px;
    }

.container-footer{
    flex-direction: column;
    width: 100%;
}

    .reseaux-footer{
        padding-left: 0;
    }

    .reseaux-footer>p strong{
        font-size: 15px;
    }

    .logfoot{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        width: 100%;
    }

    .logfoot a{
        padding: 0 5px;
        padding-bottom: 5px;
    }
    .logfoot a>i{
    font-size: 50px;

    }
}

/* SECTION - MENTIONS LEGALES */

    @media only screen and (max-width: 414px){
        .conteneur-mentleg h2{
            line-height: 30px;
            padding: 25px;
        }
    }

/* SECTION - PAGE 404 */

    @media only screen and (max-width: 414px){
        .gif404 h1{
            font-size: 75px;
            line-height: 75px;
            padding-bottom: 0;
        }
        .gif404 h2{
            font-size: 50px;
            line-height: 50px;
            padding-bottom: 0;
        }
        .gif404 a{
            line-height: 50px;
        }

    }
