section{
  box-shadow: 0px 0px 20px #333333;
  background-color: #fff;
  margin-left: 2.5em;
  margin-right:2.5em;
  padding: 0px;
  border: none;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
        h1,.textpres,p{
          font-size: 25px;
        }
        h1{
          text-shadow: 10px 5px 10px #cccccc;
          margin-left: 10%;
          margin-right: 10%;
          margin-top: 4%;
        }
        .textpres{
          font-size: 50%;
          text-align: justify;
          line-height: 100%;
          max-width: 80%;
          margin-left: auto;
          margin-right: auto;
        }
        hr{
          border:2.5px solid #9e2526;
          border-radius: 10px;
          position: static;
          z-index: 1;
          max-width: 80%;
        }
        table{
          border-collapse: separate;
          border-spacing: 20px 7.5px;
        }
        .textpres table th, td{
                  font-size: 90%;
                  padding: 1.5%;
        }
        td{
          border-bottom: #9e2526 solid 1px;
        }
        .donation, .cadeau{
          border-left: #9e2526 solid 1px;
        }
        .nom{
          width: 15% !important;
        }
        .donation{
          width: 20% !important;
        }
        .cadeau{
          width: 100% !important;
        }
        .textpres table td{
                  width: 25%;
                  line-height: 110%;
        }
        .containersponsorsimgs{
          display: flex;
        }
        .sponsorsimg{
          display: grid;
          grid-gap: 10px 15px;
          grid-template-columns: 50% 50%;
          grid-template-rows: 50% 50% 50%;
          width: 100%;  
          height: 100%;
          min-height: 155px;
          background-size: 100% !important;
          background-repeat: no-repeat;
        }
        /* .sponsorsimg.un{
          background: url(logovilledenyon.png);
          background-size: 100% 100%;
          background-repeat: no-repeat;
        }
        .sponsorsimg.deux{
          background: url(regiondenyon.jpg);
          background-repeat: no-repeat;
        } */
        .merci{
          text-transform: uppercase;
        }
