@charset "utf-8";
/* CSS Document */


/* Mes trucs de Body */

body {
	margin: 0;
	padding: 0;

}



/* Mes styles h1, h2, h3, etc */

h1 {
	color: #FFFFFF;
	font-size: 200%;
	font-family:'Roboto', sans-serif;
	width: 100%;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;

}
h1 :visited {
	color: #FFFFFF;
}

h1 :hover {
	color: gray;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

h1 :active {
	color: white;
}

h2 {
	;
	font-size: 600%;
	z-index: 0;
	opacity: 0;
	color: White;
	font-family:'Roboto', sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;	
	text-transform: uppercase;
	position: absolute;
	top: 30%;
	bottom: 30%;
	left: 10%;
	right: 0%;	
}

h3 {
	color: #FFFFFF;
	font-size: 200%;
	font-family:'Roboto', sans-serif;
	text-align: center;
	position: center;
	top: 30%;
	bottom: 30%;
	left: 10%;
	right: 0%;	
}

h4 {
	color: black;
	font-size: 400%;
	font-family:'Roboto', sans-serif;
	text-align: center;
	top: 30%;
	bottom: 30%;
	left: 10%;
	right: 0%;	
}
h5 {
	color: black;
	font-size: 300%;
	font-family:'Roboto', sans-serif;
	text-align: center;
	top: 30%;
	bottom: 30%;
	left: 10%;
	right: 0%;	
}



/* Mon P est ici ! */
p {
	font-family:'Roboto', sans-serif;
	margin: auto;
	margin-left: 00px;
	margin-top: 0px;
	font-size: 150%;
	width: 100%;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
	text-align: center;
	
}	



/* Mes images */

img {
	width: 100%;
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	opacity: 1;
}
	


/* Mon menu Icon */

.fas {
	color: white;
	font-size: 150%;
	z-index: 2;
}



/*Menu Principale // Marc Dupré --- Bio - Humour - Musique - Télé */
/* Demande moi pas comment j'ai fait ça, j'ai de la misère à me retrouver la dedans moi-même*/

nav {
	display: flex;
	justify-content:center;
	align-content:center;
	z-index: 2;
}

nav a {
	text-decoration:none;
	color: white;
	padding:0 30px;
	z-index: 2;
}

#menu_wrap {
	width: 100%;
	height: 0;
	background-color: transparent;
}

#logo {
	max-width: 100%;
	z-index: 2;
}

#logo:hover {
	background-color: transparent;
	color: black;	
}

#menu_wrap .flex {
	align-items:center;
	justify-content:space-between;
}

.boxed {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	align-content: center;
}

.flex {
	display: flex;
}

.topnav {
  overflow: hidden;
  background-color: #333;
	z-index: 2;
}

.topnav a {
  float: left;
  display: block;
  color: whitesmoke;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
	font-family:'Roboto', sans-serif;
	z-index: 2;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
	z-index: 2;
}

.topnav .icon {
  display: none;
	z-index: 2;
}
.topnav .icon:hover {
	display: flex;
	
}

@media screen and (max-width: 600px) {
  .topnav {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}



/* Arrière- plan noir de ma page Index */

.background-black {
	background-color: black
}



/*Ma série de photo de Marc sur ma page index */

.marc_wrap {
	position: relative;
}

.marc_wrap:hover h2 {
	opacity: 1;
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
	transition: 0.7;
}

.marc_wrap:hover img {
	opacity: 0.5;
}

.photo-accueil:hover {
	width: 100%;
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	opacity: 0,5;
}



/* Ici c'est les styles CSS de la vidéo de la page Humour */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}



/* Et ça c'est pour ajouter des trucs sous la vidéo */
.content {
  position: fixed;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 80%;
  padding: 100px;
  align-content: center;
  font-size: 100%; 
}



/* Pis là c'est le style du bouton play/pause */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #1D1D1D;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}



/* Pis là c'est le style du Parallax de la page Bio */
body, html {
  height: 100%
}

.parallax { 
  /* Image utilisé */
  background-image: url(../images/marc-head.gif);

  /* Pleine hauteur */
  height: 100%; 

  /* Effet parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-1 { 
  /* Image utilisé */
  background-image: url(../images/marc-debout.png);

  /* Hauteur pleine */
  height: 100%; 

  /* Effet parallax*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.stylecarre {
	height:800px;
	margin-top: -220px;
	background-color:white;
	font-family: 'Roboto', sans-serif;
}



/* L'effet 3D Hover avec les albums de la page Musique*/

body {
  font-family: 'Roboto', sans-serif;
  background:#eee;
}

span {
  position: absolute;
  top: 0%;
  left: 55%;
  border-radius: 100%;
  background-color: #fff;
  z-index: 10;
}

li {
  position: absolute;
  top: 50%;
  list-style: none;
  color: #111;
}

li:nth-child(1) {
  left: 15%;
  animation: simple1 1s linear infinite;
}

li:nth-child(2) {
  right: 15%;
  animation: simple 1s linear infinite;
}

.wrapper {
  position: relative;
  top: 10%;
  left: 35%;
right: 50%;
  width: 30%;
  height: 500px;
  perspective: 1200px;
}

.container {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  transition: .5s all ease;
  transform: rotateX(60deg) scale(0.7);
  perspective: 900px;
  box-shadow: 0px 20px 50px #555;
  animation: entry 1s linear 1;
}

#c0 {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #eba65b 30%, #d99267 100%);
  z-index: 300;
  box-shadow: 0px 20px 100px #555;
}

#c1 {
  background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);
  box-shadow: 0px 20px 100px #555;
  left: 100%;
  z-index: 0;
}

#c2 {
  left: -100%;
  z-index: 0;
  background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);
  box-shadow: 0px 20px 100px #555;
}

.container:hover {
  cursor: pointer;
  transform: rotate(0deg) scale(1) translateY(10px);
  transition: .5s all ease;
  z-index: 400;
}

.image {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, #eba65b 30%, #d99267 100%);
}

#i1 {
  background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);
}

#i2 {
  background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);
}

.sun {
  position: absolute;
  top: 50%;
  height: 50%;
  left: 0%;
  width: 100%;
}

.sun1 {
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 10px #fff;
}

.st4 {
  fill: #f8c56f;
  opacity: 1;
}

.st5,.st7 {
  fill: #fff;
}

#sh2 {
  opacity: 0.5;
}

#sh3 {
  opacity: 0.3;
}

.st6 {
  fill: #59476f;
}

.st10 {
  fill: #c5a7e5;
  stroke: #222;
}

.st11 {
  stroke: #212121;
  opacity: 0.5;
}

#sh1 {
  fill: #f8c56f;
  opacity: 0.4;
}

.st0 {
  fill: #a25a62;
  stroke: none;
  stroke-miterlimit: 10;
}

.st1 {
  fill: none;
  stroke: #a25a62;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.st2 {
  fill: #cd775c;
}

.st3 {
  fill: #fff;
  opacity: 0.3;
}

.story {
  position: absolute;
  top: 45%;
  left: 0%;
  height: 55%;
  width: 100%;
  background: linear-gradient(to bottom, #eba65b 0%, #d99267 40%);
  z-index: 30;
}

#s1 {
  background: linear-gradient(to top, #5b62a2 0%, #7b88d1 100%);
}

#s2 {
  background: linear-gradient(to top, #5b62a2 0%, #7b88d1 120%);
}

.info {
  position: absolute;
  top: 10%;
}

.cardhoverh3 {
  text-align: center;
  text-shadow: 0px 0px 10px #eee;
  color: #eee;
  letter-spacing: 2px;
}

.cardhoverh4 {
  color: #111;
  position: absolute;
  top: 30%;
  left: 30%;
  letter-spacing: 2px;
}

.cardhoverh1 {
  color: #111;
  text-align: center;
  margin-top: 100px;
  left: 0%;
  width: 100%;
  letter-spacing: 2px;
}

.cardhoverp {
  font-size: 14px;
  color: #fff;
  padding: 0px 20px 20px 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 1px;
}

.page {
  position: absolute;
  top: 80%;
  width: 100%;
  left: 0%;
  height: 20%;
  z-index: 30;
}
 /* Des keyframes pour finir, font partie de la page Musique*/
@keyframes simple {
  50% {
    transform: translateX(10px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}

@keyframes simple1 {
  50% {
    transform: translateX(-10px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-10px);
    opacity: 0;
  }
}

@keyframes entry {
  0% {
    top: -20%;
    opacity: 0.1;
  }
  100% {
    top: 0%;
  }
}
@media (max-width: 1000px) {
	effet-album {
		position: absolute;
		top: 500px;
		right: 0;
		height: 100%;
		}
	}