.rpsthy {
  width: 100%;
  text-align: justify;
  border: 1px solid var(--deepblue);
  margin-left: 2px;
  margin-right: 2px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 30px 30px !important;
  border-bottom-left-radius: 30px 30px !important;
    border-top-right-radius: 10px 10px !important;
  box-shadow: 2px 2px 2px #1C1C1A;
}

/* Texte TAG */
  .titres h11 {
  font-size:11.5px; 
  font-style: italic;
  display:inline;
  line-height: 15px;
  font-weight: lighter;
  top: -60px; 
  right:30px;
}

/* Texte TITRE */
  .titres h10 {
  font-size:45px; 
  color:var(--clr-main1); 
  line-height: 20px !important;
  letter-spacing: 2px;
  margin-bottom: 0px;
  font-family: "Island Moments", serif;
}

.botton {
  background: var(--deepblue) !important;
  border: 1px solid var(--deepblue);
    border-radius: 20px !important;
    margin-top: 5px;
    float: right;
    color:#ffffff;
      padding-right: 5px;
  padding-left: 5px;
}

.titres h11 a {
    color: var(--neige) !important;
}

.titres h11 a:hover {
    color: var(--fondcat) !important;
}

.rpsthy1 img {height: 100px;text-align: center;border-radius: 20px;}