/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}
body {
	font-family: 'Jura', sans-serif;
	font-size: 1rem;
	line-height: 120%;
	color: #000000;
	background-color: #ffffff;
	min-height: 100vh;
	overflow-x: hidden;
}
header .menu-general {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
	margin: 0 auto;
	width: 1140px;
	padding: 1rem 0 1rem;
}
header.container {
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
}
.accueil {
	text-align: center;
	padding-top: 19.5rem;
}
.accueil p {
	font-size: 20px;
	font-weight: bold;
	/* 	color: #32FAC8; */
}
.cover {
	position: relative;
	z-index: 1;
	top: 0;
	width: 100%;
	background-image: url(../images/abstract-architectural.jpg);
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ascenseur {
	position: absolute;
	z-index: 71;
	bottom: 1rem;
	left: calc(50% - 1rem);
}


/* /////////////////////// Nav ///////////////////// */


nav {
	font-size: 18px;
	height: 77px;
	width: 100%;
}
nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	height: 100%;
}
nav li {
	padding-right: 3rem;
}
nav a {
	text-decoration: none;
	display: inline-block;
	color: #000000;
	position: relative;
	z-index: 4;
}
nav a::after {
	content: '';
	position: absolute;
	z-index: 17;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 5px;
	background-color: #E3BE00;
	transition: 250ms;
}
nav li.active a::after {
	content: '';
	position: absolute;
	z-index: 17;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #E3BE00;
	transition: 250ms;
}
nav a:hover::after {
	width: 100%;
}
/*//////////////////// BURGER ////////////////*/

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after,
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
		background-color: #E3BE00;
	}
	.hamburger {
		display: none;
	}

/*	.hamburger .fermer {
		display: none;
	}
	.hamburger.visible .fermer {
		display: block;
	}
	.hamburger.visible .voir {
		display: none;
	}*/


/*///////////////////////////////////////////*/


h1 img {
	width: 200px;
}
h2 {
	font-size: 2.5rem;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 6rem;
	position: relative;
}
h2::before {
	content: "";
	position: absolute;
	z-index: -5;
	left: -44px;
	top: -14px;
	background-color: #E3BE00;
	height: 50px;
	width: 6%;
}
h3 {
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 3rem;
}
h3::after {
	content: "";
	background-color: #E3BE00;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 30px;
	height: 6px;
	width: 80px;
}
h4 {
	text-transform: uppercase;
	font-size: 18px;
	color: #000000;
	margin-bottom: 1rem;
}
h5 {
	font-size: 24px;
	font-weight: bold;
	color: #E3BE00;
	text-transform: uppercase;
}
.container {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}
.txt-courant {
	padding-bottom: 2rem;
}
/* h2::before {
	content: "";
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	background-color: #E3BE00;
	top: -36%;
	height: 2px;
	transform: rotate(-2deg) scaleX(2);
}
h2::after {
	content: "";
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	background-color: #E3BE00;
	bottom: 76%;
	height: 2px;
	transform: rotate(-2deg) scaleX(2);
} */

.bandeau {
	padding-bottom: 8rem;
}
.bandeau img {
	opacity: .3;
	width: 100%;
}


/* /////////////////////// Gif ///////////////////// */

.carres {
	position: absolute;
	z-index: 32;
	margin: 0 auto;
	width: 140px;
	height: 140px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	padding-left: 10px;
}
.carres::after {
	content: "";
	width: 140px;
	height: 140px;
	background: #E3BE00;
	border-radius: 10px;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 27;
}
.carres::before {
	content: "";
	width: 140px;
	height: 140px;
	background: #000000;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 22;
	animation: rotation 27s linear infinite;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.mots-carre {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
}
.mots-carre::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: linear-gradient(0deg, rgba(227,190,0,1) 0%, rgba(227,190,0,0) 25%, rgba(227,190,0,0) 75%, rgba(227,190,0,1) 100%);
}
.mots-carre ul { 
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	z-index: 29;
	line-height: 40px;
	height: 40px;
	animation: slide 27s linear infinite;
}
@keyframes slide {
	0% { top: 0;}
	10% { top: 0;}
	18% { top: -100%;}
	27% { top: -100%;}
	36% { top: -200%;}
	45% { top: -200%;}
	54% { top: -300%;}
	63% { top: -300%;}
	72% { top: -400%;}
	81% { top: -400%;}
	90% { top: -500%;}
	100% { top: -500%;}
}
/* @keyframes slide {
	0% { top: 0;
	opacity: 0; }
	10% { top: 0;
	opacity: 1; }
	18% { top: -100%;
	opacity: 0; }
	27% { top: -100%;
	opacity: 1; }
	36% { top: -200%;
	opacity: 0; }
	45% { top: -200%;
	opacity: 1; }
	54% { top: -300%;
	opacity: 0; }
	63% { top: -300%;
	opacity: 1; }
	72% { top: -400%;
	opacity: 0; }
	81% { top: -400%;
	opacity: 1; }
	90% { top: -500%;
	opacity: 0; }
	100% { top: -500%;
	opacity: 1; }
} */
/* @keyframes transparence {
	0% { opacity: 0; }
	100% { opacity: 1; }
}  */

/* /////////////////////// Page-Agence ///////////////////// */

.page-agence .container {
	padding-top: 100vh;
}
#agence {
    padding-top: 1rem;
}
.page-agence h2::before {
	top: 2px;
}
.page-agence .accueil {
	color: #ffffff;
	font-size: 4rem;
	line-height: 4.5rem;
	font-weight: bold;
	margin: 0;
	position: absolute;
	top: 24%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	animation: ombrage 6s linear 1;
	animation-fill-mode: forwards;
}
@keyframes ombrage {
	0% {
	    text-shadow: 0 10px 10px #2e2e31, 0 20px 0px #2e2e31;
	}
	to {
	    text-shadow: 0 10px 10px #2e2e31,  0 20px 60px #2e2e31;
	}
}
.page-agence .paragraphes {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-end;
}
.page-agence .paragraphe-1,
.page-agence .paragraphe-2 {
    width: calc(50% - 1rem);
    padding: 2rem;
}
/* .page-agence .paragraphe-2 {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: baseline;
	align-content: flex-start;
} */
.joli-pt-carre-jaune::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #E3BE00;
	border-radius: 3px;
	transform: rotate(45deg);
	margin-left: 5px;
}
.locaux {
	padding-bottom: 6rem;
	padding-top: 2rem;
}
.locaux img {
	width: 100%;
}
.page-agence .carres {
	top: 48rem;
	left: 65%;
}


/* /////////////////////// Page-Equipe ///////////////////// */


.page-equipe .portrait {
   	width: 100%;
}
.page-equipe .paragraphes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: space-between;
}
.page-equipe .biographie {
	width: calc(50% - 1rem);
	position: relative;
}
.page-equipe .paragraphe-3 img,
.page-equipe .paragraphe-4 img {
	width: 100%;
	margin-top: 3rem;
	margin-bottom: 1rem;
}
.page-equipe .paragraphe-5 img,
.page-equipe .paragraphe-6 img {
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 3rem;
}
.page-equipe .paragraphe-5 {
	align-self: flex-start;
}
.page-equipe .paragraphe-5,
.page-equipe .paragraphe-6 {
	padding-bottom: 6rem;
}
.page-equipe h4 {
	text-transform: uppercase;
	font-size: 16px;
	background-color: rgba(227, 190, 0, 0.5);
	padding: 8px;
	position: absolute;
	z-index: 32;
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.paragraphe-3 h4,
.paragraphe-4 h4 {
	bottom: 280px;
	right: 0;
}
.paragraphe-5 h4,
.paragraphe-6 h4 {
	top: 280px;
	left: 0;
}
.page-equipe .carres {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 62;
}

/* /////////////////////// Page-Philosophie ///////////////////// */


.page-philosophie .valeurs h3::after {
	content: "";
	background: linear-gradient(158deg, rgba(227,190,0,0) 0%, rgba(227,190,0,1) 100%);
	position: absolute;
	z-index: 5;
	left: 30%;
	top: 30px;
	height: 6px;
	width: 100%;
}
.valeurs h4 {
	padding: 2rem;
}
.valeurs li {
	padding-bottom: 10px;
}
.page-philosophie .paragraphe-8 .txt-courant:last-child {
    padding-bottom: 0;
}
.valeurs {
	padding-bottom: 4rem;
	text-align: center;
}
.page-philosophie .carres {
	top: 873px;
	left: 46%;
	transform: translate(-50%,-50%);
	z-index: 62;
}
.valeur img {
	width: 100%;
}
.valeur {
	padding-bottom: 4rem;
}
.paragraphe-8 h4 {
    background: linear-gradient(158deg, rgba(227,190,0,0) 0%, rgba(227,190,0,1) 100%);
}
.page-philosophie .paragraphes.bas {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: space-between;
}
.page-philosophie .paragraphe-8,
.page-philosophie .paragraphe-9 {
	width: calc(100% / 2);
	padding: 1rem;
}
.paragraphes.bas {
	margin-bottom: 6rem;
}

/* /////////////////////// Page-Projets ///////////////////// */
/* /////////////////////// Page-Actualites ///////////////////// */


.vignettes img {
	width: 384px;
}
.vignettes {
	background-color: #000000;
	color: #ffffff;
	padding: 2rem;
	margin-bottom: 6rem;
	position: relative;
	z-index: 1;
}
.vignettes {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
}
.vignette {
	margin-right: 2rem;
	width: 384px;
}
.liste-createurs {
	text-align: center;
	margin-bottom: 6rem;
}
.liste-createurs ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}
.liste-createurs li {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #E3BE00;
	padding: 0.3rem 1rem 0.3rem;
	margin-right: 1rem;
}
.page-projets h3 {
	margin-bottom: 0;
}
.page-actualites h4,
.page-projets h4 {
	color: #E3BE00;
}
.page-actualites h5,
.page-projets h5 {
	color: #000000;
	padding-bottom: 1rem;
}
.bio {
	width: calc(100% - 384px);
}
.intitule {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-end;
	position: absolute;
	z-index: 18;
}
.page-projets .intitule {
	bottom: 2rem;
}
.page-actualites .intitule {
	bottom: 0;
}
.projet {
	position: relative;
	z-index: 1;
	margin-bottom: 6rem;
}
.encart-jaune .txt-courant {
	padding-bottom: 1rem;
}
.encart-jaune {
	position: absolute;
	z-index: 27;
	top: -3rem;
	right: 2rem;
	background-color: rgba(227, 190, 0, 0.8);
	padding: 2rem 2rem 1rem;
	width: 50%;
}

/*--------------Flèche de remontée--------------*/
* {
	scroll-behavior: smooth;
}
.remontee {
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	opacity: 0;
	z-index: 800;
}
.remontee.visible {
	opacity: 0.5;
}
.remontee:hover {
	opacity: 1;
}

/* /////////////////////// Page-Contact ///////////////////// */

.page-contact {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}

.page-contact .paragraphes {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}
.ligne {
	margin-bottom: 0.6rem;
	text-align: right;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: stretch;
}
.page-contact .container {
	background-color: rgba(255, 255, 255, .8);
	padding: 4rem 6rem 4rem;
/* 	box-shadow: 4px 4px 3px #aaa; */
}
.page-contact h2 {
	z-index: 10;
	padding-bottom: 4rem;
}
.page-contact h2::before {
	left: -34px;
}
input.nom,
input.prenom,
input.email,
textarea.message {
	width: 400px;
}
.formulaire label {
	margin-bottom: 4px;
}
textarea.message
 {
	height: 150px;
}
.page-contact .ligne.bouton {
	align-items: flex-end;
}

/* /////////////////////// Footer ///////////////////// */

footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	background-color: #000000;
	height: 10rem;
	color: #ffffff;
	text-align: center;
}
footer li.mail,
footer li.adress {
	padding-bottom: 1rem;
}
footer a {
	color: #ffffff;
	text-decoration: none;
	transition: 250ms;
}
footer a:hover {
	color: #E3BE00;
}
footer .reseaux a {
	padding-right: 10px;
}
.pied {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	text-align: center;
	padding-bottom: 1rem;
}
.reseaux ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}
.mentions {
	text-align: right;
	height: 2rem;
	border-top: 1px solid #E3BE00;
	font-weight: 300;
	font-size: 0.8rem;
	padding-top: 5px;
	padding-right: 0.5rem;
}
/* /////////////////////// Newsletter ///////////////////// */


/*///////////Formulaire */

aside {
	position: fixed;
	right: 0px;
	top: 180px;
	margin-right: -380px;
	z-index: 99999;
	transition: 500ms;
	opacity: 1;
}
aside.open {
	transform: translateX(100%);
	margin-right: 390px;
}
.newsletter {
	color : #E3BE00;
	background-color: black;
	height: 210px;
	padding : 1.7rem 4rem;
	text-align: center;
	box-shadow: 4px 4px 3px #666; 
}
.newsletter p {
	padding-bottom: 1rem;
}
.news,
.cross,
input[type="submit"] {
	cursor: pointer;
}
.newsletter input[type="submit"]:hover {
	color: #E3BE00;
	background-color: #000000;
	border: 2px inset #E3BE00;
}
.news {
	text-transform: uppercase;
	font-size: 18px;
	transform: rotate(-90deg);
	background-color: #E3BE00;
	line-height: 30px;
	width: 210px;
	transform-origin: top left;
	/* change le centre du bloc */
	padding-left: 10px;
	position: relative;
}
.news::before {
	content: "";
	position: absolute;
	z-index: 51;
	border-top : 7px solid transparent;
	border-bottom : 7px solid transparent;
	border-left : 13px solid black;
	top: 8px;
	left: 188px;
	transition: 250ms;
	transform: rotate(90deg);
}
.open .news::before {
	transform: rotate(180deg);
}
.cross {
	width: 20px;
	position: absolute;
	top: 10px;
	right: 40px;
	z-index: 42;
}
aside input[type="email"] {
	border: 0;
	padding: 7px 50px;
	margin-bottom: 1rem;
}
input[type="submit"] {
	background-color: #E3BE00;
	border: 0;
	padding: 7px 12px;
	text-transform: uppercase;
	font-weight: 600;
}
input.btn:hover  {
	background-color: #000000;
	color: #E3BE00;
	transition: 250ms;
}
input {
	font-family: 'Jura', sans-serif;
	font-size: 16px;
}

/* transform-origin: top left;
	change le centre du bloc */


/*/////////// Inscription ///*/


.page-traitement,
.page-newsletter {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}
.page-traitement,
.page-contact,
.page-newsletter {
	margin-top: 1rem;
	background-image: url(../images/blueprint.jpg);
	background-repeat: no-repeat;
	min-height: 100vh;
	background-size: cover;
	background-position: center;
}
.page-traitement .container,
.page-newsletter .container {
	background-color: rgba(255, 255, 255, .8);
	padding: 4rem 6rem 4rem;
}
.page-traitement h2,
.page-newsletter h2 {
	z-index: 10;
	padding-bottom: 4rem;
}
.page-traitement h2::before,
.page-newsletter h2::before {
	left: -30px;
}
.page-mentions-legales h2::before {
	left: -36px;
}
.page-traitement .paragraphes,
.page-newsletter .paragraphes {
	text-align: center;
}
.page-traitement h3,
.page-newsletter h3 {
	font-size: 1.6rem;
}
.page-newsletter h3::after {
	left: 50%;
	right: 50%;
	transform: translate(-50%,-50%);
	width: 200px;
	top: 140%;
}
.page-mentions-legales h3::after
.page-traitement h3::after {
	left: 50%;
	right: 50%;
	transform: translate(-50%,-50%);
	width: 200px;
	top: 200%;
}
.inscription-ok {
	font-size: 24px;
	line-height: 2rem;
}
.page-traitement .return-index,
.page-newsletter .return-index {
	text-align: right;
	margin-top: 4rem;
}
.page-traitement .return-index a,
.page-newsletter .return-index a {
	text-decoration: none;
	color: #000000;
	background-color: #E3BE00;
	border: 0;
	padding: 7px 40px 7px 14px;
	text-transform: uppercase;
	font-weight: 600;
	transition: 250ms;
}
.page-traitement .return-index a:hover,
.page-newsletter .return-index a:hover {
	color: #E3BE00;
	background-color: #000000;
}
.return-index a::after {
	content: "";
	position: absolute;
	z-index: 51;
	border-top : 7px solid transparent;
	border-bottom : 7px solid transparent;
	border-left : 13px solid #000000;
	bottom: 67px;
	right: 105px;
	pointer-events: none;
/* rend l'objet traversable par la souris pour accéder à l'élément sous-jacent  */
}
.return-index a:hover::after {
	border-left : 13px solid #E3BE00;
}

/* /////////////////////// Page-Mentions légales ///////////////////// */
/* /////////////////////// Page-Politique de confidentialité ///////////////////// */

.page-confidentialite .paragraphe-31,
.page-mentions-legales .paragraphe-30 {
	padding: 2rem;
}
.page-confidentialite a,
.page-mentions-legales a {
	text-decoration: none;
	color: #E3BE00;
	font-weight: bold;
}
.page-confidentialite h3::after,
.page-mentions-legales h3::after {
    top: 120%;
}




@media screen and (min-width: 760px) and (max-width: 1140px) {

	header .menu-general {
    	width: 760px;
	}
	nav {
		font-size: 1rem;
	}
	nav li {
    	padding-right: 1.2rem;
	}
	h1 img {
		width: 180px;
	}
	.page-agence .accueil {
    	top: 12rem;
    	font-size: 3.2rem;
	}
	.page-confidentialite .container,
	.page-mentions-legales .container,
	.page-traitement .container,
	.page-newsletter .container,
	.page-actualites .container,
	.page-contact .container,
	.page-projets .container,
	.page-philosophie .container,
	.page-equipe .container,
	.page-agence .container {
		width: 760px;
	}
	.page-agence .carres {
		top: 57rem;
	}
	.page-actualites h2::before,
	.page-philosophie h2::before,
	.page-equipe h2::before,
	.page-agence h2::before {
    	left: -20px;
	}
	.page-projets h2::before {
    	left: -15px;
	}
	.page-contact h2::before {
    	left: -11px;
	}
	.page-traitement h2::before,
	.page-newsletter h2::before {
    	left: -4px;
	}
	.page-philosophie .valeurs h3::after {
    	left: 184px;
	}
	.page-equipe .biographie {
    width: calc(90% - 1rem);
	}
	.page-equipe .paragraphes {
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    align-content: center;
	}
	.page-equipe .carres {
    	display: none;
	}
	.paragraphe-6.biographie,
	.paragraphe-5.biographie,
	.paragraphe-4.biographie {
		margin-top: 3rem;
	}
	.paragraphe-6.biographie,
	.paragraphe-5.biographie {
		display: flex;
		flex-wrap: wrap-reverse;
	}
	.paragraphe-6.biographie h3,
	.paragraphe-5.biographie h3 {
		order: 1;
	}
	.page-equipe .paragraphe-5 img,
	.page-equipe .paragraphe-6 img {
    	margin-bottom: 1rem;
    	margin-top: 3rem;
	}
	.page-equipe .paragraphe-5 {
    	padding-bottom: 0;
	}
	.paragraphe-3.biographie h4,
	.paragraphe-4.biographie h4 {
		bottom: 300px;
	}
	.paragraphe-5.biographie h4 {
		top: 552px;
	}
	.paragraphe-6.biographie h4 {
		top: 590px;
	}
	.page-philosophie .carres {
    	top: 48rem;
	}
	.page-philosophie .carres {
		width: 90px;
		height: 90px;
	}
	.page-philosophie .carres::after {
		width: 90px;
		height: 90px;
	}
	.page-philosophie .carres::before {
		width: 90px;
		height: 90px;
	}
	.page-philosophie .mots-carre {
		height: 30px;
	}
	.page-philosophie .mots-carre ul {
		font-size: 0.7rem;
		line-height: 30px;
		height: 30px;
	}
	.page-philosophie .paragraphe-9 h3 {
    	line-height: 1.6rem;
	}
	.page-philosophie .paragraphe-9 h3::after {
    	top: 60px;
	}
	.page-actualites .vignettes,
	.page-projets .vignettes {
    	padding: 1rem;
    	height: 22rem;
	}
	.page-actualites .intitule,
	.page-projets .intitule {
    	flex-direction: row;
    	left: 16px;
    	bottom: 1rem;
	}
	.page-actualites .intitule h3 {
    	margin-bottom: 0;
	}
	.page-actualites .bio-1,
	.page-projets .bio-1 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		align-content: flex-start;
	}
	.page-actualites .projet img,
	.page-projets .projet img {
    	width: 100%;
	}
	.page-actualites .encart-jaune,
	.page-projets .encart-jaune {
	    position: initial;
	    width: 100%;
	}
	.page-actualites .encart-jaune h5,
	.page-projets .encart-jaune h5 {
	    position: absolute;
	    top: -1.5rem;
	    background-color: #E3BE00;
	    padding: 1rem;
	}
	.page-contact .paragraphes {
    	flex-direction: column;
	}
	.page-contact .paragraphe-21 p {
    	padding-bottom: 2rem;
	}
	.page-traitement h3 {
		line-height: 2rem;
	}
	.page-traitement h3::after {
		top: 120%;
	}
	.page-mentions-legales h2::before {
		left: -13px;
	}
	.page-confidentialite h2::before {
		left: -21px;
	}
	.mentions {
    	padding-right: 5px;
	}
}

/* @media screen and (min-width: 760px) and (max-width: 980px) {

	.page-agence {
	background-color: green;
	}
} */

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

	header .menu-general {
		width: 100%;
		align-items: center;
		align-content: center;
	}
	h1 img {
		width: 160px;
	}
	nav {
		display: none;
	}
	.hamburger {
		display: block;
		opacity: 0.7;
		z-index: 455;
	}
	.hamburger.is-active:hover,
	.hamburger:hover {
		opacity: 1;
	}
	nav.menu.visible {
		margin-top: 0;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 6rem;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #000;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		z-index: 454;
	}
	nav.menu.visible {
		animation: glissement 1s ease-in-out;
	}
	@keyframes glissement {
		0% {transform: translateX(-100%); opacity: 0;}
		100% {transform: translateX(0%); opacity: 1;}
	}
	nav.menu.visible ul {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	nav.menu.visible li {
	    padding-right: 0;
	    padding-bottom: 2rem;
	}
	nav.menu.visible a {
		color: white;
	}
	.bandeau {
    	padding-bottom: 5rem;
	}
	.bandeau img {
    	height: 1.2rem;
	}
	.page-agence .accueil {
    	top: 12rem;
    	font-size: 2.2rem;
    	line-height: 3.5rem;
	}
	.page-confidentialite .container,
	.page-mentions-legales .container,
	.page-traitement .container,
	.page-newsletter .container,
	.page-contact .container,
	.page-actualites .container,
	.page-projets .container,
	.page-philosophie .container,
	.page-equipe .container,
	.page-agence .container {
		width: 100%;
	}
	.page-philosophie .carres,
	.page-equipe .carres,
	.page-agence .carres {
    	display: none;
	}
	.page-actualites h2,
	.page-projets h2,
	.page-philosophie h2,
	.page-equipe h2,
	.page-agence h2 {
		padding-left: 2rem;
		padding-bottom: 3rem;
	}
	h2::before {
    	left: 26px;
    	width: 32px;
	}
	h3 {
    margin-bottom: 2rem;
	}
	.page-philosophie .paragraphes.bas,
	.page-equipe .paragraphes,
	.page-agence .paragraphes {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.page-philosophie .paragraphe-8,
	.page-philosophie .paragraphe-9,
	.page-equipe .biographie,
	.page-agence .paragraphe-1,
	.page-agence .paragraphe-2 {
		width: 100%;
	}
	.page-philosophie .paragraphe-7,
	.page-philosophie .paragraphes.bas,
	.page-equipe .paragraphes {
		padding: 2rem;
	}
	.page-agence .paragraphe-1 .txt-courant:last-child,
	.page-agence .paragraphe-2 .txt-courant:last-child {
		padding-bottom: 0;
	}
	.locaux {
    	padding-bottom: 3rem;
    	padding-top: 1rem;
	}
	.paragraphe-6.biographie,
	.paragraphe-5.biographie,
	.paragraphe-4.biographie {
		margin-top: 2rem;
	}
	.paragraphe-6.biographie,
	.paragraphe-5.biographie {
		display: flex;
		flex-wrap: wrap-reverse;
	}
	.paragraphe-6.biographie h3,
	.paragraphe-5.biographie h3 {
		order: 1;
	}
	.page-equipe .paragraphe-3 img,
	.page-equipe .paragraphe-4 img,
	.page-equipe .paragraphe-5 img,
	.page-equipe .paragraphe-6 img {
    	margin-bottom: 1rem;
    	margin-top: 1rem;
	}
	.page-equipe .paragraphe-5 {
    	padding-bottom: 0;
	}
	.page-equipe .paragraphe-6 {
    	padding-bottom: 1rem;
	}
	.paragraphe-3.biographie h4,
	.paragraphe-4.biographie h4 {
		bottom: 0;
	}
	.paragraphe-5.biographie h4 {
		top: 92%;
		bottom: 0;
	}
	.paragraphe-6.biographie h4 {
		top: 90%;
	}
	.valeurs {
    	padding-bottom: 1rem;
	}
	.valeur {
    	padding-bottom: 1rem;
	}
	.page-philosophie .paragraphe-8,
	.page-philosophie .paragraphe-9 {
    	padding: 0;
	}
	.page-philosophie .paragraphe-8 {
    	margin-bottom: 3rem;
	}
	.page-philosophie .paragraphe-9 .txt-courant:last-child {
		padding-bottom: 0;
	}
	.paragraphes.bas {
    	margin-bottom: 2rem;
	}
	.page-actualites .vignettes,
	.page-projets .vignettes {
    	flex-direction: column;
    	padding: 2rem;
    	height: 100%;
    	margin-bottom: 4rem;
	}
	.page-actualites .vignette,
	.page-projets .vignette {
    	width: 100%;
    	margin-right: 0;
	}
	.page-actualites .vignette img,
	.page-actualites .projet img,
	.page-projets .vignette img,
	.page-projets .projet img {
    	width: 100%;
	}
	.page-actualites .bio-1,
	.page-projets .bio-1 {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: stretch;
		align-content: stretch;
		padding-top: 2rem;
	}
	.page-actualites .intitule,
	.page-projets .intitule {
    	position: relative;
    	bottom: 0;
    	padding-bottom: 1rem;
	}
	.page-actualites .intitule h3,
	.page-projets .intitule h3 {
    	margin-bottom: 0;
	}
	.page-actualites .encart-jaune,
	.page-projets .encart-jaune {
	    position: initial;
	    width: 100%;
	}
	.page-actualites .encart-jaune h5,
	.page-projets .encart-jaune h5 {
	    position: absolute;
	    top: -1.5rem;
	    background-color: #E3BE00;
	    padding: 1rem;
	}
	.page-actualites .projet,
	.page-projets .projet {
		margin-bottom: 4rem;
	}
	.page-traitement .container,
	.page-newsletter .container,
	.page-contact .container {
    	padding: 2rem 2rem 2rem;
	}
	.page-contact h2 {
		line-height: 2.8rem;
		padding-bottom: 2rem;
	}
	.page-contact h2::before {
		left: -10px;
		top: 0;
	}
	.page-contact .paragraphes {
    	flex-direction: column;
    }
	.page-contact .paragraphe-21 p {
    	padding-bottom: 2rem;
	}
	.page-contact .ligne.bouton {
    	align-items: center;
	}
	.page-traitement h2::before,
	.page-newsletter h2::before {
    	left: -4px;
	}
	.page-traitement h3 {
		line-height: 2rem;
	}
	.page-traitement h3::after {
		top: 120%;
	}
	.return-index a::after {
	    display: none;
	}
	.page-traitement .return-index a,
	.page-newsletter .return-index a {
    	padding: 7px 14px 7px 14px;
	}
	.page-traitement .return-index,
	.page-newsletter .return-index {
    	text-align: center;
    	margin-top: 3rem;
	}
	.page-confidentialite h2,
	.page-mentions-legales h2 {
		line-height: 2.8rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
	}
	.page-mentions-legales h2::before {
		left: 32px;
		top: 0;
	}
	.page-confidentialite h2::before {
		left: 25px;
		top: 0;
	}
	footer {
		height: 21rem;
	}
	.pied {
    	flex-direction: column;
	}
	.pt-logo img {
    	width: 80%;
	}
	.pied .coordonnees,
	.pied .pt-logo {
    	padding-bottom: 1rem;
	}
	.pied .reseaux li {
		padding-right: 0.8rem;
	}
	.pied .reseaux li:last-child {
  		padding-right: 0;
	}
	.mentions {
		text-align: center;
	}
}


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

	.page-philosophie .valeurs h3::after,
	.page-philosophie .paragraphe-9 h3::after {
    	top: 47px;
    }
    .page-actualites .intitule,
	.page-projets .intitule {
	    flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: flex-start;
	}
	.page-contact h3::after,
    .page-actualites .intitule h3::after,
	.page-projets .intitule h3::after {
    	top: 50px;
	}
	.page-contact .paragraphes {
    	display: inline;
	}
	.page-contact .paragraphe-21 p {
    	padding-bottom: 2rem;
	}
	input.nom,
	input.prenom,
	input.email,
	textarea.message {
		width: 100%;
	}
}