.container {
    display: inline-block;
    position: relative;
	
}

.container .text {
    background: #0000DC;
    z-index: 1;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    color: #F5F5F5;
    width: 100%;
	height: 100%;
	opacity:0.95;
	display:none;
}

.container:hover .text {
	display: block;
	cursor:pointer;
}

.titre p {
	font-size: 22pt;
	color: #F5F5F5;
	margin-top: 50px;
}

.cursor {
cursor: url("images/pt/detail.png"), pointer;	
}

.cursor:hover {
opacity: 0.6;
}

@media all and (min-width: 100px) {
img.responsive {
  width: 750px;
}
	
.full_width_home {
	position: absolute;
	left:0;
	width:100%;
	min-width:800px;
	top:530;
}
	
.full_width_repro {
	position: absolute;
	left:30;
	width:100%;
	min-width:800px;
	top:375;
}
}

@media all and (min-width: 900px) {
img.responsive {
  width: 600px;
}
	
	.full_width_home {
	position: relative;
	left:0;
	top: 0;
	width:100%;

}
	
	.full_width_repro {
	left:0;
	position: relative;
	top:0;

}
}

@media all and (min-width: 1000px) {
img.responsive {
  width: 700px;
}
}

@media all and (min-width: 1100px) {
img.responsive {
  width: 820px;
}
}

@media all and (min-width: 1200px) {
img.responsive {
  width: 1000px;
}
}

@media all and (min-width: 1400px){
img.responsive {
  width: 1100px;
}
}

@media all and (min-width: 1500px){
img.responsive_home, img.responsive_max {
  width: 1200px;
}
}

@media all and (min-width: 1600px){
img.responsive_home, img.responsive_max {
  width: 1300px;
}
}


@media all and (min-width: 1700px){
img.responsive_home, img.responsive_max  {
  width: 1500px;
}
}

@media all and (min-width: 1800px){
img.responsive_home {
  width: 1600px;
}
}

@media all and (min-width: 1900px){
img.responsive_home {
  width: 1700px;
}
}

.full_width {
	position: absolute;
	left:0;
	width:100%;
	min-width:1200px;
}

#top {
	position:absolute;
	left:30;
	bottom:5;
	position:fixed;
}

html {
  scroll-behavior: smooth;
}