html, body {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #212121;
	color: #EEEEEE;
	font-weight: 300;
		}

body {
	margin: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
    font-display: swap;

}

a {
	text-decoration: underline;
	color: #CBCBCB;
}

a:hover {
	color: #CBCBCB;
}

a:visited {
	color: #CBCBCB;
}

label {
	display: block;
}

hr.sep-3 {
	border: none;
	height: 1px;
	background-image: linear-gradient(to right, #f0f0f0, #8f8f8f, #f0f0f0);
  }
  hr.sep-3::after {
	content: '•';
	font-size: 100px;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -70%);
	transform-origin: 50% 50%;
	padding: 0.1rem 1rem 0.1rem 1rem;
	background-color: #212121;
	color: #EEEEEE;
	z-index: 1;
  }

  /*  hr.sep-3::after {
	content: '•';
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: 50% 50%;
	padding: 0.1rem 1rem 0.1rem 1rem;
	background-color: #212121;
	z-index: 1;
	background:url(../pics/picto.png) no-repeat 0 0;
	height:20px;
	width:auto;
	background-size: 15px auto;
  }*/


input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

.article {
	padding: 1em;
  min-width: 17.5em;
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
color: #CBCBCB;
font-size: calc(16px + 0.390625vw);
line-height: 150%;	
top: calc(50px + 100vh); /* hauteur de la navbar + hauteur du hero */
	}

	h2{
		text-transform: uppercase ;
	  text-align: center;
	  font-size: calc(18px + 0.390625vw);
	  min-width: 15em;
	  max-width: 30em;
	  margin-left: auto;
	  margin-right: auto;
	}

figure {
margin: .25em;
padding: 0;
text-align: center;
position: relative;
}

figure img {
display: block;
height: 100vh;
    width: auto;
margin: auto;
}


figure figcaption {
left:0;
bottom:0;
width: 100%;
font-size: 15px;
}

.testimonial-quote {
	font-size: 16px;
 margin-left: 60px;
 margin-right: auto;
 padding-left: 30px;
}
.testimonial-quote blockquote {
   /* Negate theme styles */
	border: 0;
	margin: 0 !important;
	padding: 0;
	background: none;
	color: #CBCBCB;
	font-size: calc(16px + 0.390625vw);
	font-style: italic;
	position: relative;
	z-index: 600;

}
.testimonial-quote blockquote * {
	box-sizing: border-box;
}
.testimonial-quote blockquote p {
	color: #CBCBCB;
}
.testimonial-quote blockquote p:first-child:before {
	content: '\201C';
	color: #CBCBCB;
	font-size: 7.5em;
	font-weight: 700;
	opacity: 0.3;
	position: absolute;
	top: 0.3em;
	left: -0.6em;
	text-shadow: none;
	z-index: -9999 !important;
}
.testimonial-quote img {
	/*border: 3px solid #CBCBCB;*/
	border-radius: 50%;
	display: block;
	width: 120px;
	height: 120px;
	top: -0.2em;
	left: 0.2em;
	float:left;
	margin-right: 20px;
	z-index: -8000 !important;
}
.testimonial-quote cite {
	color:#CBCBCB;
	font-size: 0.8em;
}
.testimonial-quote cite span {
	color: #CBCBCB;
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: flex;
	justify-content: flex-end;
}
.testimonial-quote {
	position: relative;
}

@media screen and (max-width: 550px) {
	.testimonial-quote {
		margin: 0px;
		padding-left: 0px;
	}
.testimonial-quote blockquote p:first-child:before {
	top: 0.12em;
	left: -0.2em;
	z-index: -9999 !important;
}
.testimonial-quote cite span {
	letter-spacing: 0px;
}
.testimonial-quote img {
	z-index: 9999;
	position: relative;
}
figure img {
	display: block;
	width: 100vw;
		height: auto;
	margin: auto;
	}
}

/*
blockquote {
	font-weight: 400;
	 letter-spacing: 1.5px;
	 font-style: normal;
	 font-size: 30px;
	 line-height: 1.25em;
	 text-transform: uppercase;
	 color: white;
	 float: right;
	 max-width: 350px;
	 margin: 10px -15% 10px 20px;
}
blockquote:before {
	 content: '';
}
blockquote:after {
	 content: '';
}
 
@media screen and (max-width: 900px) {
	blockquote{
		float:none;
	margin:auto;
	}
}*/