*
{
	padding:0;
	margin: 0;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

/*body
{ 
	background: white;
	max-width: 100%;
	height: 140%;
	display: flex;
	flex-direction: column;

}
main
{
	
	flex-grow: 1;
}*/

.miniheader
{
	width: 100%;
	height: 82px;
	/*line-height:50px;*/
	vertical-align: middle;
	background-color: white;
	border-bottom: 0.5px solid lightgrey;
	margin: 0px 0px 0px 0px;
	box-sizing: content-box;
}

#miniapropos
{
	position: flex;
	color: green;
	font-weight: bolder;
	font-size: 30px;
	/*color: #00008B;*/
	color: black;
	font-style: italic;
	text-decoration: none;
	margin: auto;
	align-content: center;
	
}

#paraminiapropos
{
	position: relative;
	width: 30%;
	margin: auto;
	justify-content: center;
	text-align: center;
	height: 82px;
	line-height: 82px;
	
}


#divdt
{
	width: 35%;
	position: relative;
	top: 10px;
	/*background: red;*/
}

#divgh
{
	width: 42%;
	position: relative;
	top: 10px;
	/*background: red;*/
}

#divgh a
{
	text-decoration: none;
	color: silver;

}

#divctre
{
	/*width: 150px;*/
	position: relative;
	top:12px;
	margin: auto;
}

#divctre a
{
	text-decoration: none;
	position: relative;
	margin: auto;
}

/*ul li
{
	display: inline-block;
}*/

@media screen and (min-width: 0px) and (max-width: 767px)
{

#paraminiapropos
{
	position: relative;
	width: 50%;
	margin: auto;
	margin: auto;
	justify-content: center;
	text-align: center;
	height: 82px;
	line-height: 82px;

}


#divdt
{
	width: 0%;
	position: relative;
	top: 10px;
	/*background: red;*/
}

#divgh
{
	width: 30%;
	position: relative;
	top: 10px;
	/*background: red;*/
}

#divgh a
{
	text-decoration: none;
	color: silver;

}

#divctre
{
	position: relative;
	top:12px;
	margin: auto;
}

#miniapropos
{
	font-size: 23px;
	
}


}