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

* {
  box-sizing: border-box;
}

:root {
	--gris-mt-architecture: hsl(0, 0%, 44%);
	--orange-mt-architecture: hsl(21, 84%, 50%);
	--blanc-mt-architecture: hsl(0, 0%, 100%);
	--noir-mt-architecture: hsl(0, 0%, 0%);
}

html {
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
	height: 100%;
	width: 100%;
	font-size: 12pt;
	line-height: 15pt;
	line-height: normal;
	background-color: var(--blanc-mt-architecture);
	color: var(--blanc-mt-architecture);
}
 	
a:link{
	text-decoration: none;
	border-bottom: 1px dashed var(--blanc-mt-architecture);
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	line-height: normal;
	color: var(--blanc-mt-architecture); 
}

a:visited{
	text-decoration: none;
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	line-height: normal;
	color: var(--blanc-mt-architecture);
}

a:hover{
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px solid var(--noir-mt-architecture);
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	line-height: normal;
	color: var(--noir-mt-architecture); 
	transition: color 0.4s;
  -webkit-transition: color 0.4s;
}

::selection { /* Pour les autres */
	background: var(--noir-mt-architecture);
	color: var(--blanc-mt-architecture);
}

sup {
	font-size: .8em;
	line-height: .8em;
}

strong {
	font-weight: 600;
	font-variant: small-caps;
}

#logo_top {
	position: fixed;
	text-align: left;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 600;
	background-color: transparent;
}

#logo_top a:link {
	text-decoration: none;
	border-bottom: none;	
}

#logo_top a:hover {
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
}

#image_accueil {
	position: fixed;
	text-align: left;
	width: 75%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	background-image: url(images/accueil/mt-architecture-maisons-ossature-bois-2021.jpg); 
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center; 
	background-color: transparent;
}

#nav_top_accueil {
	position: fixed;
	overflow: auto;
	text-align: left;
	width: 25%;
	height: 50%;
	top: 0;
	right: 0;
	padding-top: 14px;
	padding-left: 20px;
  padding-bottom: 16px;
	padding-right: 20px;
	z-index: 600;
	background-color: var(--blanc-mt-architecture);
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12pt;
	line-height: 18pt;
	color:var(--gris-mt-architecture);
}

#nav_top_accueil a:link{
	text-decoration: none;
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	line-height: normal;
	color: var(--gris-mt-architecture);
	border-bottom: none;
}

#nav_top_accueil a:visited{
	text-decoration: none;
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	line-height: normal;
	color: var(--gris-mt-architecture);
	border-bottom: none;
}

#nav_top_accueil a:hover{
	text-decoration: none;
	border-bottom: 1px solid var(--noir-mt-architecture);
	color: var(--noir-mt-architecture); 
	background-color: transparent;
	transition: color 0.4s;
  -webkit-transition: color 0.4s;
}

#texte_contact {
	position: fixed;
	overflow: auto;
	text-align: left;
	width: 25%;
	height: 50%;
	right: 0;
	bottom: 0;
	padding-top: 14px;
	padding-left: 20px;
  padding-bottom: 16px;
	padding-right: 20px;
	z-index: 600;
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	font-size: 12pt;
	line-height: 18pt;
	color:var(--blanc-mt-architecture);
	background-color: var(--gris-mt-architecture);
}

#texte_contact a:link{
	text-decoration: none;
	border-bottom: none;
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	color: var(--blanc-mt-architecture); 
}

#texte_contact a:visited{
	text-decoration: none;
	border-bottom: none;
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	color: var(--blanc-mt-architecture);
}

#texte_contact a:hover{
	text-decoration: none;
	border-bottom: 1px solid var(--noir-mt-architecture);
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	color: var(--noir-mt-architecture); 
	transition: color 0.2s;
  -webkit-transition: color 0.2s;
}

#nav_top {
	position: fixed;
	overflow: auto;
	text-align: left;
	width: 25%;
	height: auto;
	top: 0;
	right: 0;
	padding-top: 14px;
	padding-left: 20px;
  padding-bottom: 16px;
	padding-right: 20px;
	z-index: 600;
	background-color: var(--blanc-mt-architecture);
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12pt;
	line-height: 18pt;
	color: var(--gris-mt-architecture);;
}

#nav_top a:link{
	text-decoration: none;
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	line-height: normal;
	color: var(--gris-mt-architecture);
	border-bottom: none;
}

#nav_top a:visited{
	text-decoration: none;
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	line-height: normal;
	color: var(--gris-mt-architecture);
	border-bottom: none;
}

#nav_top a:hover{
	text-decoration: none;
	border-bottom: 1px solid var(--noir-mt-architecture);
	color: var(--noir-mt-architecture); 
	background-color: transparent;
	transition: color 0.4s;
  -webkit-transition: color 0.4s;
}

#grille_projets {
	overflow: auto;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0; 
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	font-size: 12pt;
	line-height: 18pt;
	color: var(--blanc-mt-architecture);
	background-color: var(--gris-mt-architecture); 
}

#grille_projets img {
	margin-bottom: 4%;
	background-color: var(--blanc-mt-architecture);
}

#grille_projets a:link {
	text-decoration: none;
	border-bottom: none;
	opacity: 0.8; 
}

#grille_projets a:hover {
	text-decoration: none;
	background-color: transparent;
	border-bottom: none; 
	opacity: 1.0; 
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

#texte_projet {
	position: fixed;
	overflow: auto;
	text-align: left;
	width: 25%;
	height: 50%;
	right: 0;
	bottom: 0;
	padding-top: 14px;
	padding-left: 20px;
  padding-bottom: 16px;
	padding-right: 20px;
	z-index: 600;
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	font-size: 12pt;
	line-height: 18pt;
	color:var(--blanc-mt-architecture);
	background-color: var(--gris-mt-architecture); 
}

#images_projet {
	overflow: auto;
	text-align: left;
	width: 75%;
	height: auto;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: var(--gris-mt-architecture); 
}

#images_projet img {
	margin-bottom: 10px;
  float: left;
	background-color: var(--gris-mt-architecture); 
}

#texte_a_propos {
	overflow: auto;
	text-align: justify;
	width: 75%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding-top: 120px;
	padding-left: 110px;
	padding-bottom: 100px;
	padding-right: 140px; 
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	font-size: 12pt;
	line-height: 18pt;
	color: var(--blanc-mt-architecture);
	background-color: var(--orange-mt-architecture);
}

#texte_a_propos a:link{
	text-decoration: none;
	border-bottom: 1px dashed var(--blanc-mt-architecture);
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	color: var(--blanc-mt-architecture); 
}

#texte_a_propos a:visited{
	text-decoration: none;
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	color: var(--blanc-mt-architecture);
}

#texte_a_propos a:hover{
	text-decoration: none;
	background-color: none;
	border-bottom: 1px solid var(--noir-mt-architecture);
	font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: 400;
	color: var(--noir-mt-architecture); 
	transition: color 0.1s;
  -webkit-transition: color 0.1s;
}

.alinea {
	margin-left: 20px;
}


/* écran par défaut For desktop: */
@media only screen and (min-width: 1280px) {

	#nav_top_accueil, 
	#nav_top, 
	#texte_contact, 
	#grille_projets, 
	#texte_projet, 
	#images_projet, 
	#texte_a_propos {
		display: inherit;
	}

	#nav_top_accueil_mobile, 
	#texte_contact_mobile, 
	#nav_top_mobile, 
	#grille_projets_mobile_portrait, 
	#grille_projets_mobile_paysage, 
	#texte_projet_mobile, 
	#texte_a_propos_mobile {
		display: none;
	}

}




/* For tablets: */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

	a:link{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture); 
	}

	a:visited{
		text-decoration: none;
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

	a:hover{
		text-decoration: none;
		border-bottom: none;
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

	#image_accueil {
		position: fixed;
		text-align: left;
		width: 100%;
		height: 78%;
		background-position: left;
	}

	#nav_top_accueil {
		display: none;
	}

	#nav_top_accueil_mobile {
		display: inherit;
		position: fixed;
		overflow: auto;
		text-align: left;
		width: 20%;
		height: 22%;
		bottom: 0;
		left: 0;
		padding-top: 14px;
		padding-left: 20px;
		padding-bottom: 16px;
		padding-right: 20px;
		z-index: 600;
		background-color: var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 12pt;
		line-height: 16pt;
		color: var(--gris-mt-architecture);;
	}

	#nav_top_accueil_mobile a:link{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);

	}

	#nav_top_accueil_mobile a:visited{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);
	}

	#nav_top_accueil_mobile a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);
	}

	#texte_contact_mobile {
		display: none;
	}

	#texte_contact {
		display: inherit;
		position: fixed;
		overflow: auto;
		text-align: left;
		width: 80%;
		height: 22%;
		bottom: 0;
		right: 0;
		padding-top: 14px;
		padding-left: 20px;
		padding-bottom: 16px;
		padding-right: 20px;
		z-index: 600;
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 12pt;
		line-height: 16pt;
		color:var(--blanc-mt-architecture);
		background-color: var(--gris-mt-architecture);
	}

	#texte_contact a:link{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture); 
	}

	#texte_contact a:visited{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#texte_contact a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#nav_top {
		display: none;
	}

	#nav_top_mobile {
		display: inherit;
		position: fixed;
		overflow: auto;
		text-align: left;
		width: 20%;
		height: auto;
		bottom: 0;
		left: 0;
		padding-top: 14px;
		padding-left: 20px;
		padding-bottom: 16px;
		padding-right: 20px;
		z-index: 600;
		background-color: var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 12pt;
		line-height: 16pt;
		color: var(--gris-mt-architecture);;
	}
			
	#nav_top_mobile a:link{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);

	}

	#nav_top_mobile a:visited{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);
	}

	#nav_top_mobile a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);
	}

	#grille_projets {
		display: none;
	}

	#grille_projets_mobile_paysage {
		display: none;
	}

	#grille_projets_mobile_portrait {
		display: inherit;
		overflow: auto;
		text-align: center;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0; 
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 12pt;
		line-height: 18pt;
		color: var(--blanc-mt-architecture);
		background-color: var(--gris-mt-architecture); 
	}

	#grille_projets_mobile_portrait img {
		margin-bottom: 7%;
		width: 75%;
		height: auto;
		background-color: var(--blanc-mt-architecture);
	}

	#grille_projets_mobile_portrait a:link {
		text-decoration: none;
		border-bottom: none;
		opacity: 1.0; 
	}

	#grille_projets_mobile_portrait a:hover {
		text-decoration: none;
		background-color: transparent;
		border-bottom: none; 
		opacity: 1.0; 
	}

	#texte_projet {
		display: inherit;
		position: fixed;
		overflow: auto;
		text-align: left;
		width: 80%;
		height: 22%;
		bottom: 0;
		right: 0;
		padding-top: 14px;
		padding-left: 20px;
		padding-bottom: 16px;
		padding-right: 20px;
		z-index: 600;
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 12pt;
		line-height: 16pt;
		color:var(--blanc-mt-architecture);
		background-color: var(--gris-mt-architecture);
	}

	#texte_projet a:link{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture); 
	}

	#texte_projet a:visited{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#texte_projet a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#images_projet {
		overflow: auto;
		text-align: left;
		width: 100%;
		height: 78%;
		top: 0;
		left: 0;
		margin: 0;
		padding-bottom: 25%;
		background-color: var(--gris-mt-architecture);
	}

	#images_projet img {
		margin-bottom: 10px;
		float: left;
		background-color: var(--gris-mt-architecture);
	}

	#texte_a_propos {
		display: none;
	}

	#texte_a_propos_mobile {
		display: inherit;
		overflow: auto;
		text-align: justify;
		width: 100%;
		height: 78%;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 120px;
		padding-left: 110px;
		padding-bottom: 60%;
		padding-right: 100px; 
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 12pt;
		line-height: 18pt;
		color: var(--blanc-mt-architecture);
		background-color: var(--orange-mt-architecture);
	}

	#texte_a_propos_mobile a:link{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture); 
	}

	#texte_a_propos_mobile a:visited{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

	#texte_a_propos_mobile a:hover{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

}


@media only screen and (min-width: 1024px) and (max-width: 1194px) and (orientation: landscape) {

	a:link{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture); 
	}

	a:visited{
		text-decoration: none;
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

	a:hover{
		text-decoration: none;
		border-bottom: none;
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

	#image_accueil {
		position: fixed;
		text-align: left;
		width: 75%;
		height: 100%;
		background-position: left;
	}

	#nav_top_accueil_mobile {
		display: none;
	}

	#nav_top_accueil {
		display: inherit;
		width: 25%;
	}

	#nav_top_accueil a:link{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);

	}

	#nav_top_accueil a:visited{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);
	}

	#nav_top_accueil a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);
	}

	#texte_contact_mobile {
		display: none;
	}

	#texte_contact {
		display: inherit;
		width: 25%;
	}

	#texte_contact a:link{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture); 
	}

	#texte_contact a:visited{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#texte_contact a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#nav_top_mobile {
		display: none;
	}

	#nav_top {
		display: inherit;
		position: fixed;
		overflow: auto;
		text-align: left;
		width: 25%;
	}

	#nav_top a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);
	}

	#grille_projets {
		display: none;
	}

	#grille_projets_mobile_portrait {
		display: none;
	}

	#grille_projets_mobile_paysage {
		display: inherit;
		overflow: auto;
		text-align: center;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0; 
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 12pt;
		line-height: 18pt;
		color: var(--blanc-mt-architecture);
		background-color: var(--gris-mt-architecture); 
	}

	#grille_projets_mobile_paysage img {
		margin-bottom: 6%;
		width: 70%;
		float: left;
		height: auto;
		background-color: var(--blanc-mt-architecture);
	}

	#grille_projets_mobile_paysage a:link {
		text-decoration: none;
		border-bottom: none;
		opacity: 1.0; 
	}

	#grille_projets_mobile_paysage a:hover {
		text-decoration: none;
		background-color: transparent;
		border-bottom: none; 
		opacity: 1.0; 
	}

	#texte_projet {
		display: inherit;
		width: 25%;
	}

	#texte_projet a:link{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture); 
	}

	#texte_projet a:visited{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#texte_projet a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#images_projet {
		display: inherit;
		overflow: auto;
		text-align: left;
		width: 75%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		background-color: var(--gris-mt-architecture); 
	}

	#images_projet img {
		margin-bottom: 10px; 
		float: left;
		background-color: var(--gris-mt-architecture); 
	}

	#texte_a_propos_mobile {
		display: none;
	}

	#texte_a_propos {
		display: inherit;
		overflow: auto;
		width: 75%;
		padding-top: 120px;
		padding-left: 110px;
		padding-bottom: 110px;
		padding-right: 100px;
	}

	#texte_a_propos a:link{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture); 
	}

	#texte_a_propos a:visited{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

	#texte_a_propos a:hover{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

}




/* For mobile phones: */
@media only screen and (max-device-width: 414px) and (orientation: portrait) {

	a:link{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture); 
	}

	a:visited{
		text-decoration: none;
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

	a:hover{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

	#logo_top {
		padding: 12px;
		
	}

	#logo_top img {
		width: auto;
		height: 52px;
	}

	#image_accueil {
		position: fixed;
		text-align: left;
		width: 100%;
		height: 84%;
		background-position: left;
	}

	#nav_top_accueil {
		display: none;
	}

	#nav_top_accueil_mobile {
		display: inherit;
		position: fixed;
		overflow: auto;
		text-align: left;
		width: 30%;
		height: auto;
		bottom: 0;
		left: 0;
		padding-top: 7px;
		padding-left: 12px;
		padding-bottom: 10px;
		padding-right: 12px;
		z-index: 600;
		background-color: var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 10pt;
		line-height: 14pt;
		color:var(--gris-mt-architecture);
	}

	#nav_top_accueil_mobile a:link{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);

	}

	#nav_top_accueil_mobile a:visited{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);
	}

	#nav_top_accueil_mobile a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);
	}

	#texte_contact {
		display: none;
	}

	#texte_contact_mobile {
		display: inherit;
		position: fixed;
		overflow: auto;
		text-align: left;
		width: 70%;
		height: auto;
		bottom: 0;
		right: 0;
		padding-top: 8px;
		padding-left: 12px;
		padding-bottom: 10px;
		padding-right: 12px;
		z-index: 600;
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 10pt;
		line-height: 14pt;
		color:var(--blanc-mt-architecture);
		background-color: var(--gris-mt-architecture);
	}

	#texte_contact_mobile a:link{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture); 
	}

	#texte_contact_mobile a:visited{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#texte_contact_mobile a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#nav_top {
		display: none;
	}

	#nav_top_mobile {
		display: inherit;
		position: fixed;
		overflow: auto;
		text-align: left;
		width: 30%;
		height: auto;
		bottom: 0;
		left: 0;
		padding-top: 7px;
		padding-left: 12px;
		padding-bottom: 10px;
		padding-right: 12px;
		z-index: 600;
		background-color: var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 10pt;
		line-height: 14pt;
		color:var(--gris-mt-architecture);
	}
			
	#nav_top_mobile a:link{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);

	}

	#nav_top_mobile a:visited{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);
	}

	#nav_top_mobile a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--gris-mt-architecture);
	}

	#grille_projets {
		display: none;
	}

	#grille_projets_mobile_paysage {
		display: none;
	}

	#grille_projets_mobile_portrait {
		display: inherit;
		overflow: auto;
		text-align: center;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0; 
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 10pt;
		line-height: 14pt;
		color: var(--blanc-mt-architecture);
		background-color: var(--gris-mt-architecture); 
	}

	#grille_projets_mobile_portrait img {
		margin-bottom: 10%;
		width: 85%;
		height: auto;
		background-color: var(--blanc-mt-architecture);
	}

	#grille_projets_mobile_portrait a:link {
		text-decoration: none;
		border-bottom: none;
		opacity: 1.0; 
	}

	#grille_projets_mobile_portrait a:hover {
		text-decoration: none;
		background-color: transparent;
		border-bottom: none; 
		opacity: 1.0; 
	}

	#texte_projet {
		width: 70%;
		height: auto;
		bottom: 0;
		right: 0;
		padding-top: 8px;
		padding-left: 12px;
		padding-bottom: 10px;
		padding-right: 12px;
		font-size: 10pt;
		line-height: 14pt;
	}

	#texte_projet a:link{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture); 
	}

	#texte_projet a:visited{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#texte_projet a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#images_projet {
		display: inherit;
		overflow: auto;
		text-align: left;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 30%;
		padding-right: 0;
		background-color: var(--gris-mt-architecture);
	}

	#images_projet img {
		margin-bottom: 4px; 
		float: left;
		background-color: var(--gris-mt-architecture); 
	}

	#texte_a_propos {
		display: none;
	}

	#texte_a_propos_mobile {
		display: inherit;
		overflow: auto;
		text-align: justify;
		width: 100%;
		height: 80%;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 90px;
		padding-left: 12px;
		padding-bottom: 210px;
		padding-right: 36px;
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 10pt;
		line-height: 14pt;
		color: var(--blanc-mt-architecture);
		background-color: var(--orange-mt-architecture);
	}

	#texte_a_propos_mobile a:link{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture); 
	}

	#texte_a_propos_mobile a:visited{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

	#texte_a_propos_mobile a:hover{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

}


@media only screen and (max-device-width: 896px) and (orientation: landscape) {

	a:link{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture); 
	}

	a:visited{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

	a:hover{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

	#logo_top {
		padding: 12px;
		
	}

	#logo_top img {
		width: auto;
		height: 52px;
	}

	#image_accueil {
		position: fixed;
		text-align: left;
		width: 70%;
		height: 100%;
	}

	#nav_top_accueil{
		display: none;
	}
			
	#nav_top_accueil_mobile {
		display: inherit;
		position: fixed;
		overflow: auto;
		text-align: left;
		width: 30%;
		height: 50%;
		top: 0;
		right: 0;
		padding-top: 7px;
		padding-left: 12px;
		padding-bottom: 10px;
		padding-right: 12px;
		z-index: 600;
		background-color: var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 10pt;
		line-height: 12pt;
		color:var(--gris-mt-architecture);
	}

	#nav_top_accueil_mobile a:link{
		text-decoration: none;
		color: var(--gris-mt-architecture);
		border-bottom: none;

	}

	#nav_top_accueil_mobile a:visited{
		text-decoration: none;
		color: var(--gris-mt-architecture);
		border-bottom: none;
	}

	#nav_top_accueil_mobile a:hover{
		text-decoration: none;
		color: var(--gris-mt-architecture);
		border-bottom: none;
	}

	#texte_contact {
		display: none;
	}

	#texte_contact_mobile {
		display: inherit;
		position: fixed;
		overflow: auto;
		text-align: left;
		width: 30%;
		height: 50%;
		bottom: 0;
		right: 0;
		padding-top: 8px;
		padding-left: 12px;
		padding-bottom: 10px;
		padding-right: 12px;
		z-index: 600;
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 10pt;
		line-height: 12pt;
		color:var(--blanc-mt-architecture);
		background-color: var(--gris-mt-architecture);
	}

	#texte_contact_mobile a:link{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture); 
	}

	#texte_contact_mobile a:visited{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#texte_contact_mobile a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#nav_top {
		display: none;
	}

	#nav_top_mobile {
		display: inherit;
		position: fixed;
		overflow: auto;
		text-align: left;
		width: 30%;
		height: auto;
		top: 0;
		right: 0;
		padding-top: 7px;
		padding-left: 12px;
		padding-bottom: 10px;
		padding-right: 12px;
		z-index: 600;
		background-color: var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 10pt;
		line-height: 12pt;
		color:var(--gris-mt-architecture);
	}

	#nav_top_mobile a:link{
		text-decoration: none;
		color: var(--gris-mt-architecture);
		border-bottom: none;

	}

	#nav_top_mobile a:visited{
		text-decoration: none;
		color: var(--gris-mt-architecture);
		border-bottom: none;
	}

	#nav_top_mobile a:hover{
		text-decoration: none;
		color: var(--gris-mt-architecture);
		border-bottom: none;
	}

	#grille_projets {
		display: none;
	}

	#grille_projets_mobile_portrait {
		display: none;
	}

	#grille_projets_mobile_paysage {
		display: inherit;
		overflow: auto;
		text-align: center;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0; 
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 12pt;
		line-height: 18pt;
		color: var(--blanc-mt-architecture);
		background-color: var(--gris-mt-architecture); 
	}

	#grille_projets_mobile_paysage img {
		margin-bottom: 6%;
		width: 65%;
		float: left;
		height: auto;
		background-color: var(--blanc-mt-architecture);
	}

	#grille_projets_mobile_paysage a:link {
		text-decoration: none;
		border-bottom: none;
		opacity: 1.0; 
	}

	#grille_projets_mobile_paysage a:hover {
		text-decoration: none;
		background-color: transparent;
		border-bottom: none; 
		opacity: 1.0; 
	}

	#texte_projet {
		width: 30%;
		height: 50%;
		bottom: 0;
		right: 0;
		padding-top: 8px;
		padding-left: 12px;
		padding-bottom: 10px;
		padding-right: 12px;
		font-size: 10pt;
		line-height: 14pt;
	}

	#texte_projet a:link{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture); 
	}

	#texte_projet a:visited{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#texte_projet a:hover{
		text-decoration: none;
		border-bottom: none;
		color: var(--blanc-mt-architecture);
	}

	#images_projet {
		display: inherit;
		overflow: auto;
		text-align: left;
		width: 70%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		background-color: var(--gris-mt-architecture); 
	}

	#images_projet img {
		margin-bottom: 5px; 
		float: left;
		background-color: var(--gris-mt-architecture); 
	}

	#texte_a_propos {
		display: none;
	}

	#texte_a_propos_mobile {
		display: inherit;
		overflow: auto;
		text-align: justify;
		width: 70%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 90px;
		padding-left: 12px;
		padding-bottom: 0;
		padding-right: 48px; 
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 10pt;
		line-height: 14pt;
		color: var(--blanc-mt-architecture);
		background-color: var(--orange-mt-architecture);
	}

	#texte_a_propos_mobile a:link{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture); 
	}

	#texte_a_propos_mobile a:visited{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

	#texte_a_propos_mobile a:hover{
		text-decoration: none;
		border-bottom: 1px dashed var(--blanc-mt-architecture);
		font-family: urw-din, sans-serif;
		font-style: normal;
		font-weight: 400;
		color: var(--blanc-mt-architecture);
	}

}


