//* #wrapper {
    min-height: calc(100vh - 675px);
} *//

.dummy {
}

ul.deux_cols {
	-webkit-columns:2;
	-moz-columns:2;
	columns:2;
}

.ombre1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.ombre1:hover {
  box-shadow: 0 4px 16px 0 rgba(112, 146, 190, 0.5), 0 6px 40px 0 rgba(112, 146, 190, 0.5);
}

.ombre2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

h1border {
  padding-top:10px;
  margin-bottom:230px;
  padding-left:6%;
  padding-right:6%;
  border-bottom: 10px solid #ffcc00;
}

div#prat-cadre {
  position: relative;
  top: 50px;
  left: 30px;
  width: 65%;
  min-width: 350px;
  min-height: 325px;
  margin: 0 auto;
  background-color: #eeeeee;
  padding: 30px;
  padding-left: 230px;
}

div#prat-photo {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 250px;
  height: 375px;
  margin: 0 auto;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
} 

.prat-photo-img {
  min-height: 100%;
  object-fit: cover; 
}

div#mob-prat-cadre {
  position: relative;
  top: 50px;
  left: 30px;
  margin-right: 50px;
  height: 185px;
  padding: 10px;
  padding-left: 160px;
}

div#mob-prat-cadre p {
  position:absolute; bottom:0
}

div#mob-prat-photo {
  position: absolute;
  top: -50px;
  left: -20px;
  width: 160px;
  height: 240px;
  margin: 0 auto;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
} 

.mob-prat-photo-img {
  min-height: 100%;
  object-fit: cover; 
}
