html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address,
variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
--height: 100%;
}

@font-face {
    font-family: 'metropolisblack';
    src: url('FONT/metropolis-black-webfont.woff2') format('woff2'),
         url('FONT/metropolis-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ubuntubold';
    src: url('FONT/ubuntu-b-webfont.woff2') format('woff2'),
         url('FONT/ubuntu-b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntubold_italic';
    src: url('FONT/ubuntu-bi-webfont.woff2') format('woff2'),
         url('FONT/ubuntu-bi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntu_condensedregular';
    src: url('FONT/ubuntu-c-webfont.woff2') format('woff2'),
         url('FONT/ubuntu-c-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulight';
    src: url('FONT/ubuntu-l-webfont.woff2') format('woff2'),
         url('FONT/ubuntu-l-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulight_italic';
    src: url('FONT/ubuntu-li-webfont.woff2') format('woff2'),
         url('FONT/ubuntu-li-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntumedium';
    src: url('FONT/ubuntu-m-webfont.woff2') format('woff2'),
         url('FONT/ubuntu-m-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntumedium_italic';
    src: url('FONT/ubuntu-mi-webfont.woff2') format('woff2'),
         url('FONT/ubuntu-mi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntu_monobold';
    src: url('FONT/ubuntumono-b-webfont.woff2') format('woff2'),
         url('FONT/ubuntumono-b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntu_monobold_italic';
    src: url('FONT/ubuntumono-bi-webfont.woff2') format('woff2'),
         url('FONT/ubuntumono-bi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntu_monoregular';
    src: url('FONT/ubuntumono-r-webfont.woff2') format('woff2'),
         url('FONT/ubuntumono-r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntu_monoitalic';
    src: url('FONT/ubuntumono-ri-webfont.woff2') format('woff2'),
         url('FONT/ubuntumono-ri-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('FONT/ubuntu-r-webfont.woff2') format('woff2'),
         url('FONT/ubuntu-r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rufina-Stencil-Bold-Italic';
    src: url('FONT/Rufina-Stencil-Bold-Italic.otf') format('opentype'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rufina-Stencil-Bold';
    src: url('FONT/Rufina-Stencil-Bold.otf') format('opentype'),
    font-weight: normal;
    font-style: normal;
}


a:link {
  color: #999999;
  text-decoration: none;
}

a:visited {
  color: #999999;
  text-decoration: none;
}

a:hover {
  color: #e29791;
  text-decoration: none;
}

a:active {
  color: lightGray;
  text-decoration: none;
}

/* HEADER_________________________________________________*/
header {
	width: 100%;
	height: 150px;
	background-color: white;
	margin: 0 auto;
}

nav {
	float: right;
	margin-top: 84px;
	margin-right: 6em;
	font-size: 1em;
	font-family: 'ubuntumedium', sans-serif;
	letter-spacing: 0.25em;
	text-decoration: none;
	border: none;
}

ul li{ display: inline;
	padding-left: 12px;
	padding-right: 12px;

}

* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		border: none;
}

.logoDX {
		width: 220px;
		margin-left: 48px;
		margin-top: 48px;
	}

.logoDX:hover, .contactoLogo:hover {
  opacity: 0.6;
}
/*_BOD BOD BOD ___________________________________________________________*/

#espaceCont {
	position: relative;
	margin: 0 auto;
	--background-image: url(IM/fond_2.jpg);
	--background-repeat: no-repeat;
	--background-position: 5px 950px;
}

.INTRO {
	height: 415px;
	margin-bottom: 60px;
	background-image: url(IM/im-intro-brosse.jpg);
	background-repeat: no-repeat;
	background-color: #f4f4e8;
  display: flex;
  align-items: center; /* Esto centra verticalmente los elementos hijos */
}

.TEXTINTRO {
	margin-left: 560px; /* Ajusta el margen según sea necesario */
	font-family: 'metropolisblack', sans-serif;
	color: #9a9a9a;
	line-height: 1.2em;
	font-size: 2.4em;
	letter-spacing: 0.02em;
}

.MODULE{	
	width: 80%;
	height: 460px;
	margin: 0 auto;
}

.MODULE_X {
	height: 345px;
	background-image: url(IM/rond_vert.png);
	background-repeat: no-repeat;
	background-position: 70% 12%;
}

.MODULE_Y {
	height: 345px;
	background-image: url(IM/rond_orange.png);
	background-repeat: no-repeat;
	background-position: 30% 0%;
}

#FOND_1{
	background-image: url(IM/rond_jaune_02.jpg);
	background-position: 100px 10px;
	background-repeat: no-repeat;
}

#FOND_2{
	background-image: url(IM/rond_oxiderouge.jpg);
	background-position: 0px 80px;
	background-repeat: no-repeat;
}

.contCENTRARr {
	float: right;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contCENTRARg {
	float: left;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contCENTRARr p {text-align: right;}

.IM1 {
	border-radius: 190px;
	margin-left: 60px;
}
.IM2 {
	border-radius: 190px;
	margin-left: 60px;
	margin-right: 60px;
}

.conceptTXT {
	position: relative;
	padding-top: 60px;
	font-family: 'Rufina-Stencil-Bold';
	font-size: 40px;
	color: #7c7c7c;
	letter-spacing: 0.08em;
	line-height: 44px;
}

.descriptTXT {
		font-family: 'ubuntumedium';
		font-size: 18px;
		letter-spacing: 0.07em;
		line-height: 22px;
		color: rgba(112,112,112,1);
}



/* FOOTER*/
#espacePied {
	--clear: both;
	width: 100%;
	height: auto;
	margin-top: 60px;
	float: left;
}

.contactoLogo{
	width: 130px;
}
.contacto {
	font-size: 0.8em;
	font-family: 'ubunturegular', sans-serif;
	color: #999999;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	text-decoration: none;
}

.signature {
	float: right;
	font-size: 0.8em;
	font-family: 'ubunturegular', sans-serif;
	color: #999999;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	padding: 60px 33px 0 0;
}

#footlogo {
	width: 226px;
	height: 100px;
	padding-left: 48px;
	padding-top: 32px;
	float: left;
}
#footcontact {
	width: auto;
	height: 100px;
	padding-top: 14px;
	padding-left: 12px;
	float: left;
}

/* GALERIE */
#espaceGalerie {
	height: 500px;
	width: 100%;
	--background-color: #f4f4e8;
	padding-top: 40px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 60px;
	--border: 2px solid orange;
}

.boite160 {
	float: left;
	width: 160px;
	height: 160px;
	box-shadow: 3px 4px 10px Gray;
	border-radius: 12px;
	margin: 15px;
	transition-property: opacity;
 	transition-duration: 0.5s;
	overflow: hidden;
}

.boite160:hover{
	opacity: 0.6;
}

