.corps_contenu{
  max-width: 1300px;
  margin-left: 10%;
  margin-right: 10%;
  flex-grow: 1;
  align-self: center;
}
h2{
  font-family:Calibri;
  font-size: 2.25em;
  margin: 2vmin 0;
  text-align: center;
  font-weight: bold;
}
h3{
  font-size: 1.75rem;
  margin: 2rem 0 0.5rem 0;
  font-weight: bold;
}
#block_text_info_prat{
  text-align: justify;
	font-size: 1rem;
  line-height: 1.5;
}
#block_text_info_prat p{
  margin: 1rem 0;
}
.lien_URL{
  color:blue;
  text-decoration: underline;
  font-style: italic;
  
}
.lien_URL:hover{
  color:blue;
  font-weight: bold;
}
.carte_localisation {
  position: relative;
  text-align: right;
  height: 25rem;
  width: 100%;
  overflow: hidden;
  border: 0.1rem #848484 solid;
  border-radius: 5px;
  box-shadow: 4px 3px 19px 2px #cfcfcf;
  margin: 1rem 0;
}
@media (min-width:50px) and (max-width: 599px) {
  .corps_contenu{
    margin: 0 5%;
  }
  h2{
    font-size: 2rem;
  }
}
@media (min-width:600px) and (max-width: 1000px) {
  h2{
    font-size: 2rem;
  }
}