#hide{
	position:fixed;
	width:100%;
	height:170px;
	display:none;
}
#contain{
  display: block;
  width:calc(100% - 20px);
  height:100%;
  padding:20px 0 0 20px;
 overflow: hidden;
}
.travaux{
	position:relative;
	width:fit-content;
	overflow: hidden;
	margin-bottom:100px;
}

.travaux img{
	max-width: calc(100% - 30px);
	border-style:solid;
	border-width:2px;
	float:left;
}
#work_inf{
	position:fixed!important;
	background-color:#0d0d0d;
	width:400px;
	height:auto;
	border-style:solid;
	border-width:3px;
	z-index:3;
	left: 500px;
    top: 200px;
	padding:5px;
}
#stries_2{
	background-image:url(https://bradodeth.org/contents/style/images/stries.png);
	display:block;
	position:absolute;
	width:98px;
	height: 22px;
    top: -26px;
	left:-3px;
	cursor:move;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
	border:solid;
	border-bottom:none;
	border-width:1px;
}

#dim{
	max-width:720px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

h5{
	font-family:"gobold_lowplusregular";
	color:#FFF;
	margin:0;
}

#ref{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#FFF;
	margin:0;
}
#line{
	height:1px;
	width:100%;
	margin-bottom:5px;
}
#cross img{
	width:8px;
	height:8px;
	visibility:visible;
	margin:auto
}
#cross{
	width:10px;
	height:10px;
	border-style:solid;
	border-width:1px;
	visibility:hidden;
	display:flex; 
	text-align:center;
}
#cross:hover{
	visibility:visible;
}
#text{
	width:350px;
	height:0;
	display:block;
	margin-left:10px;
	overflow:hidden;
	text-align:justify;
	font-size:13px;
	font-style:bold;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
}
body, html{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background-color:#000;
	}
	
@media screen and (max-width: 860px) {
	#hide{
	position:fixed;
	top:0;
	background-color:#000;
	z-index:2;
	width:100%;
	height:170px;
	display:block;
}
	#work_inf{
	position:fixed!important;
	border-style:solid;
	border-width:3px;
	border-left:0;
	border-right:0;
	border-bottom:0;
	background-color:#0d0d0d;
	width:97%;
	height:auto;
	z-index:3;
	left: 0;
    top: 85px;
	padding:5px;
	padding-left:0;
	margin-left:auto;
	margin-right:auto;
}
#stries_2{
	display:none;
}
#dim{
	margin-bottom:5px;
	margin-left:5px;
}
#text{
	width:95%;
	}
	#contain{
  display: block;
  width:95%;
  height:100%;
  margin-left:auto;
	margin-right:auto;
  padding:0;
 overflow: hidden;
 margin-top:200px;
}
.travaux{
	width:100%;
	margin-bottom:50px;
}
.travaux img{
	max-width:calc(100% - 4px);
}

@media screen and (max-width: 451px) and (orientation:landscape){
	#hide{
	position:fixed;
	top:0;
	background-color:#000;
	width:100%;
	height:85px;
	display:block;
}
	#work_inf{
	position:relative!important;
	border-style:solid;
	border-width:3px;
	border-left:0;
	border-right:0;
	border-bottom:0;
	background-color:#0d0d0d;
	width:97%;
	height:auto;
	z-index:3;
	top:0;
	left: 0;
    margin-top: 83px;
	padding:5px;
	padding-left:0;
	margin-left:auto;
	margin-right:auto;
}
#contain{
  display: block;
  width:95%;
  height:100%;
  margin-left:auto;
	margin-right:auto;
  padding:0;
 overflow: hidden;
 margin-top:0px;
}
}