
.child-page-listing {
  padding: 20px;
  font-family: sans-serif;
  background: #fff;
}
/*img {
  width: 100%; /* need to overwrite inline dimensions */
 
h2 {
  margin-bottom: .5em;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 1em;
}


/* hover styles */
.location-listing {
  position: relative;
}

.location-image {
  line-height: 0;
  overflow: hidden;
}

.location-image img {
  filter: blur(0px);
  transition: filter 0.3s ease-in;
  transform: scale(1.1);
}

.location-title {
  font-size: 4em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  background: transparent;
  color: white;
 
  
  /* position the text in t’ middle*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-listing:hover .location-title {
  opacity: 1;
  color: #ff5300;
}

.location-listing:hover .location-image img {
  filter: blur(2px);
}


/* for touch screen devices */
@media (hover: none) { 
  .location-title {
    opacity: 1;
    color: white;
  }
  .location-image img {
    filter: blur(2px);
  }
}


.bod {
	 margin: auto;
    padding: auto;
    box-sizing: content-box;
}

.sommes {
	margin: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 5%;
    padding-bottom: 15%;
    border: 2px solid gray;
    
}

.som {
	text-align: center;
    padding-bottom: 10%;
}

.full-sec-content p {
	text-align: justify;
	color: rgb(39, 39, 39);
	text-decoration: none;
	font-size: 100%;
  font-weight: 600;
	
}

.rubriq {
	position: inherit;
    display: flex;
    width: contain;
    background-clip: border-box;
    border-radius: 2rem;
    border: black 2px solid;
    padding: 1rem;
    margin-bottom: 10px;
    background: #f14b05;
    text-align: center;
    
    
}
.rubriq a {
	font-size: 30px;
    color: white;

	padding : contain;
    border-bottom: none;
    /*background-color: #f14b05;*/
   


}
.rectangle :hover {

     border-bottom: none;
    background-color: black;
}




.rectangle {

	padding-bottom: 5px;
    padding-left: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 2px;
    justify-items: center;
    align-items: center;

	
}

.italienne :hover {
  background-color: #fff;
  border-color: #f14b05;
  color: #f14b05;
  padding: 14px 24px;
  color: #202A30;
  margin: 7px 0;
}


@media (max-width: 800px) {
    .rectangle {
        display: flex;
        flex-direction: column;
          }
        }