@import url(https://fonts.googleapis.com/css?family=Ropa+Sans&subset=latin,latin-ext);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

html,
body,
.container {
	height: 100%;
}

/* Reset */
html,
body,
h1,
p,
a,
div,
section,
main {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
}

/* Basic */
body {
	font-family: 'Ropa Sans', sans-serif;
	background-position: center center;

	/* Image doesn't repeat */
	background-repeat: no-repeat;

	/* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
	background-attachment: fixed;

	/* This is what makes the background image rescale based on its container's size */
	background-size: cover;

	/* Pick a solid background color that will be displayed while the background image is loading */
	background-color: #000;
	color: #ffffff;

}

img {
	width: 100%;
	height: auto;
}



h1 {
	position: absolute;
	color: #000;
	/*text-transform: uppercase;*/
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	margin-left: 8%;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font-weight: 800
}

p {
	margin: 0 0 15px 0;
}

.retrait {
	margin-left: 20%;
	padding-right: 50px;
}

.indent {
	text-indent: 50px;
}

.petit {
	font-size: .75em;
}

.lignepetit {
	line-height: 90%;
}

.strong {
	font-weight: 700;
}

.blanc {
	color: #FFF;
}

.italique {
	font-style: italic;
}

.fondnoir {
	background-color: rgba(0, 0, 0, 0.7);
}


.fondbleu {
	background-color: rgba(180, 197, 255, 0.4);
}

.fondbleuf {
	background-color: rgba(180, 197, 255, 0.8);
}

.fondtrans {
	background-color: rgba(0, 0, 0, 0.0);
}

.fondblanc {
	background-color: rgba(255, 255, 255, 0.3);
}

.large {
	max-width: 800px;
}
.centre{
	padding:2px; 
	display: block;
  margin-left: auto;
  margin-right: auto; 
  width: 70%;
}
.agrandir{
    background-color: darkgrey; 
    width: max-content; 
    height:auto;
}
/* #entete {
	margin-left: 10px;
	width: 150px;
} */
.question {
	background-color: rgb(0, 0, 0);
	padding: 10px;
	margin-top: 10px;
}

.projets {
	font-size: 1.5em;
	font-weight: 200;
	margin: 1.5em 0 0.5em;

}

/* .projets{
    background-color: rgb(250, 246, 246);
	color:black;
	margin-top: 1.5em;
    padding: 10px;
} */

.fancybox-slide--iframe .fancybox-content {
	width: 800px;
	height: 600px;
	max-width: 80%;
	max-height: 80%;
	margin: 0;
}

.imagedanscadre2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	max-height: 80%;
	padding-top: 20px;
	padding-bottom: 20px;


}

.imagedanscadre4 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
	max-height: 50%;
}

.intro {

	color: #000;
	padding-top: 90px;
	margin-left: 8%;
	margin-right: auto;
	/* width: 10%; */
	display: block;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.0em;
}

.titre {
	display: block;
	height: auto;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	padding: 10px;
	margin-bottom: 20px;

}

.commentaire {
	position: fixed;
	padding-top: 90px;
	margin-left: 8%;
	margin-right: auto;
	width: 300px;
	display: block;
	text-align: right;
	font-size: 1.4em;

}

.corps {
	position: relative;
	top: 50px;
	margin-left: 8%;
}

blockquote {
	display: block;
	max-width: 480px;
	margin: 15px auto;
	padding: 10px;
	color: #000;

	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
}

.content {
	position: absolute;
	top: 100px;
	width: 99%;
}

.invisible {
	display:none
}

/* Special */
ul li {
	color: #fff;
	font-size: 16px;
	list-style: none;
	padding: 10px;
}

.sub-title {
	margin: 50px auto;
	font-size: 18px;
	line-height: 2em;

}

.button {
	display: inline-block;
	padding: 6px 10px;
	color: #000;

	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	text-align: center;

}

.buttonblanc {
	display: inline-block;
	padding: 6px 0px;
	color: #fff;

	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	text-align: center;

}

#developpement {
	/* display: none; */
}

.textsup {
	display: none;
}

.boite {
	position: relative;
}

/* Bottom right text */
.text-block {
	position: absolute;
	bottom: 10px;
	right: 0px;
	/* background-color: rgba(0, 0, 0, 0.3); */
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}


@media screen and (max-width: 1024px) {


	/* .corps{
	position:relative;
    top:72vh;
    max-width: 30%;
	margin-left: 68%;
} */

}

@media screen and (max-width: 767px) {

	.intro {
		position: relative;
		color: rgb(2, 2, 2);
		padding-top: 80px;
		margin-left: 10%;
		margin-right: 10%;

	}

	.commentaire {
		position: relative;
		color: #FFF;
		padding-top: 70px;
		margin-left: 8%;
		/* margin-right: 10%; */
		display: block;
		text-align: right;
	}

	.corps {
		position: relative;
		margin-left: 2%;
		margin-right: 2%;
	}


}



@media screen and (min-width: 768px) and (orientation:landscape) {


	#entete {
		position: fixed;
		margin-left: 8%;

	}

	.intro {
		position: fixed;
		color: rgb(2, 2, 2);
		padding-top: 120px;
		margin-left: 8%;

		width: 30%;
		display: block;
		text-align: left;

	}

	.corps {
		position: relative;
		top: 55vh;
		max-width: 30%;
		margin-left: 68%;
	}


	@media screen and (min-width: 1025px) and (orientation:landscape) {


		.corps {
			position: relative;
			top: 60vh;
			max-width: 30%;
			margin-left: 68%;
		}


	}