html{
	scroll-behavior: smooth;
}


body {
	font-family: machomodular, sans-serif;
	font-weight: 700;
	font-style: normal;

	font-family: machomodular, sans-serif;
	font-weight: 500;
	font-style: normal;

	font-family: machomodular, sans-serif;
	font-weight: 300;
	font-style: normal;

	font-family: machomodular, sans-serif;
	font-weight: 100;
	font-style: normal;

	margin: 0px;
}

a {
	text-decoration: none;
}



																												/* HEADER */

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
 	top: 0;
 	width: 100%;
 	height: 30px;
 	z-index: 100;
 	padding: 28px;
 	z-index: 100;
}

h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #fdfcfc;
}

header h1 a{
	color: #fdfcfc;
	text-decoration: none;
}


h4 {
	position:sticky;
	top:28px;
	left: 28px;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
}




header figure img {
  height: 100px;
  margin-right: 28px;
}

																												/* MENU */

.Menu{
	background-color: rgba(47, 55, 108, 0.9);
	padding: 28px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fdfcfc;
	display: none;
	z-index: 99;
}

.Menu.open {
    display: block;
}

.Menu div {
	width: 60%;
	margin-left: 532px;
	margin-top: 250px;
}

.Menu h2{
	margin-top: 50px;
	width: 100%;
	text-transform: uppercase;
	font-size: 75px;
	font-weight: 700;
}

.Menu a {
	text-decoration: none;
	color: #fdfcfc;
}

.Menu p{
	margin-top: 50px;
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	text-align-last: justify;
}

.Menu p a{
	padding: 56px;
}

.Menu hr {
	color: #fdfcfc;
}




/*
.Burger {
  position: relative;
}

.Burger img{
	position: absolute;
}

.Burger:hover .Hover{
	opacity: 1;
}

.Burger:hover .Normal{
	opacity: 0;
}
*/


																		  									/* HERO */

#Hero {
	background-color: #2f376c;
	padding: 28px;
	height: 93vh;
	min-height: 700px;
}

#Hero h2{
	margin-top: 250px;
	width: 600px;
	text-transform: uppercase;
	font-size: 75px;
	font-weight: 700;
	color: #fdfcfc;
}

#Hero figure {
  position: absolute;
  bottom: 42px;
  left: 47%;
	transform: rotate(90deg);
}

#Hero figure img {
  width: 75px;
}

/**/

.Hero {
	background-color: #2f376c;
	padding: 28px;
	height: 53vh;
	min-height: 300px;
}

.Hero h2{
	margin-top: 150px;
	width: 600px;
	text-transform: uppercase;
	font-size: 75px;
	font-weight: 700;
	color: #fdfcfc;
}

/**/

.HeroProjets {
	height: 53vh;
	min-height: 300px;
}

.HeroProjets figure {
  position: absolute;
  width: 100%;
  height: 53vh;
	min-height: 300px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.HeroProjets figure img {
  width: 100%;
  z-index: 97;
}

.HeroProjets div {
  position: absolute;
  background-color: rgba(47, 55, 108, 0.9);
  width: 100%;
  height: 53vh;
	min-height: 300px;
	z-index: 98;
}

																	  							/* LÉGENDES PROJETS */

.Legende {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 100;
  color: #1d1727;
  text-align: left;
  padding: 75px 28px;
  background-color: #fdfcfc;
}

.Bloc2{
	width: 600px;
  height: 100px;
 	display: flex;
 	gap: 14px;
}

.Bloc2 p{
	display: block;
 	font-size: 15px;
 	font-weight: 300;
 	margin: 0px;
 	margin-block-start: 0px;
 	line-height: 1.3;
}

.Bloc2 p:first-child {
  font-size: 15px;
 	font-weight: 500;
 	margin-bottom: 4px;
 	text-align: right;
 	line-height: 1.3;
 	width: 150px;
}

.Bloc3{
	width: 400px;
  height: 100px;
 	display: flex;
 	gap: 14px;
}

.Bloc3 p{
	display: block;
	width: 200px;
 	font-size: 15px;
 	font-weight: 300;
 	margin: 0px;
 	margin-block-start: 0px;
 	line-height: 1.3;
}

.Bloc3 p:first-child {
  font-size: 15px;
 	font-weight: 500;
 	margin-bottom: 4px;
 	text-align: right;
 	line-height: 1.3;
 	width: 150px;
}

.Bloc4{
	width: 400px;
  height: 100px;
}


																	  									/* CONTENEUR */

.Conteneur {
	background-color: #fdfcfc;
	color: #1d1727;
	padding: 120px 28px 120px 28px;
}

											  										/* A PROPOS */

.Apropos{
	width: 90%;
	display: flex;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 200px;
	margin: 60px;
}

											  										/* PRÉSENTATION */

.GrosParagraphe{
	font-size: 40px;
	font-weight: 500;
  width: 60%;
}


											  										/* BOUTON */

.Bouton {
  width: 275px;
}

h6 {
	font-size: 22px;
  font-weight: 500;
 	color: #1d1727;
 	margin-top: 9px;
}

.Bouton a div{
	position: relative;
	width: 60px;
  height: 20px;
}

.Bouton a div img{
	height: 22px;
	position: absolute;
  bottom: 1px;
  left: 0; 
}

.Bouton a{
	display: flex;
  justify-content: space-between;
  padding: 14px 28px 14px 28px;
 	align-items: center;
 	text-decoration: none;
}

.Bouton a:hover, .Bouton a:hover h6 {
  color: #fdfcfc;
  background-color: #2f376c;
  cursor: grab;
}

.Normal {
	opacity: 1;
}

.Hover {
	opacity: 0;
}

.Bouton a:hover .Hover{
	opacity: 1;
}

.Bouton a:hover .Normal{
	opacity: 0;
}

.Tourne {
	transform: rotate(-90deg);
}

.Droite{
	margin-left: auto;
	margin-top: auto;
}

.Centre{
	margin: auto;
	margin-top: 50px;
}

.BoutonProjets{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
}

.Gauche img{
	transform: rotate(-180deg);
}



									  											/* PROJETS INDEX*/


#Section {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 200px 0px 128px;
}

#Defilement figure{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 60%;
	margin: auto;
}

/**/


.PhotoIndex img {
	display: block;
	width: 100%;
	margin:	auto;
	border: 0.25px solid #1d1727;
	object-fit: cover;
  transform: scale(0.78);
  opacity: 0.45;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.5s ease;
}

.PhotoIndex img.active {
  transform: scale(1);
  opacity: 1;
}

.PhotoIndex figcaption {
	margin-top: 15px;
	margin-bottom: 20px; 
	font-size:15px;
	font-weight:100;
	color: #1d1727;
	width: 100%; 
	text-align:left;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s ease 0.15s, transform 0.4s ease 0.15s;
}

.PhotoIndex figcaption.active {
  opacity: 1;
  transform: translateY(0);
}

/**/

.Photo img {
	display: block;
	width: 100%;
	margin:	auto;
	border: 0.25px solid #1d1727;
	object-fit: cover;
}

.Photo figcaption {
	margin-top: 15px;
	margin-bottom: 20px; 
	font-size:15px;
	font-weight:100;
	color: #1d1727; s
	width: 100%; 
	text-align:left;
}

span {
  font-weight: 500;
}



						  								
											  								/* MOSAIQUE PROJETS */


#mosaique {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: start;
  gap: 14px;
}

#column1, #column2 {
  display: block;
}






									  										/* PAGE A PROPOS */

#Propos {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#Propos p {
	font-weight: 500;
	font-size: 40px;
	line-height: 1em;
	width: 60%;
}

#Propos img {
	width: 30%;
}


											  									/* PROJETS */

.Photo2 {
	padding: 0px 150px 0px;
}

.Photo2 img{
	display: block;
  width: 100%;
	border: 0.25px solid #1d1727;
}

.Photo2 figcaption {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 100;
  color: #1d1727;
  width: 80%;
}


.DefilHorizontal {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  margin-top: 150px;
  height: 500px;
}

.DefilHorizontal figure {
  flex-shrink: 0;
  width: fit-content;
  max-width: 700px;
}

.DefilHorizontal img {
  width: 100%;       
  height: 400px;
  object-fit: cover;
  display: block;
  border: 0.25px solid #1d1727;
}

.DefilHorizontal figcaption {
  margin-top: 8px;
  font-size: 15px;
  width: 80%;
}

.DefilHorizontal .horizontal {
  width: 275px;       
  height: 400px;
  object-fit: cover;
  display: block;
}


											  																		/* FOOTER */

footer {
  background-color: #2f376c;
  color: #fdfcfc;
  padding: 28px 40px;
  gap:14px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
 
.Bloc0 {
  width: 300px;
  height: 100px;
 	display: flex;
 	flex-wrap: wrap;
  align-content: space-between;
}

.Bloc0 p {
	display: block;
	width: 300px;
 	font-size: 15px;
 	font-weight: 300;
 	color: #fdfcfc;
 	margin: 0px;
 	margin-block-start: 0px;
 	line-height: 1.3;
}

footer aside{
	width: 628px;
	gap: 60px;
	display: flex;
}

.Bloc1 {
  width: 300px;
  height: 100px;
 	gap:8px;
 	display: flex;
 	justify-content: space-between;
}
 
.Bloc1 p {
	display: block;
	width: 143px;
  font-size: 15px;
 	font-weight: 300;
 	color: #fdfcfc;
 	margin: 0px;
 	margin-block-start: 0px;
}

.Bloc1 p:first-child {
  font-size: 15px;
 	font-weight: 500;
 	color: #fdfcfc;
 	margin-bottom: 4px;
 	text-align: right;
}

.Bloc1 ul {
  list-style: none;
  font-size: 15px;
 	font-weight: 300;
 	color: #fdfcfc;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 70%;
  line-height: 1.3;
}
 
.Bloc1 a{
	text-decoration: none;
  font-size: 15px;
 	font-weight: 300;
 	color: #fdfcfc;
}

.Bloc1 a:hover {
  color: #fff;
  font-weight: 500;
}
