.section-paragraphe.encadre .row >div {
  background-color: #4CCD81;
  padding: 40px 50px;
  border-radius: 50px;
}
.section-paragraphe p a,
.section-paragraphe ul a {
  color: #29235C;
  text-decoration: underline;
}
.section-paragraphe p a:hover,
.section-paragraphe ul a:hover {
  text-decoration: none;
  color: #4CCD81;
}
.section-paragraphe p:last-of-type,
.section-paragraphe ul:last-of-type {
  margin-bottom: 0;
}
.section-paragraphe ul {
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 20px;
}
.section-paragraphe a.liendoc {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.section-paragraphe a.liendoc i {
  width: 50px;
  height: 50px;
  background-color: #4CCD81;
  padding: 9px;
  font-size: 3.2rem;
  color: #29235C;
  margin-right: 15px;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.section-paragraphe a.liendoc > span {
  display: flex;
  flex-direction: column;
  color: #4CCD81;
  font-size: 2.2rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.section-paragraphe a.liendoc > span span.ext {
  font-size: 1.6rem;
  font-weight: 400;
}
.section-paragraphe a.liendoc:hover i {
  background-color: #CBA7F8;
}
.section-paragraphe a.liendoc:hover >span {
  color: #CBA7F8;
}
.section-paragraphe a.bouton1 {
  margin-top: 30px;
}
.section-paragraphe.twocolumns > div > div > div {
  columns: 2;
}
.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(41,35,92,0.1);
}
.section-paragraphe table td {
  border-width: 1px;
}
.section-paragraphe.encadre h1,
.section-paragraphe.encadre h2,
.section-paragraphe.encadre h3,
.section-paragraphe.encadre h4,
.section-paragraphe.encadre h5,
.section-paragraphe.encadre h6 {
  color: #ffffff;
}
.section-paragraphe.encadre p,
.section-paragraphe.encadre ul {
  color: #ffffff;
}
.section-paragraphe.encadre p a,
.section-paragraphe.encadre ul a {
  color: #ffffff;
}
.section-paragraphe.encadre p a:hover,
.section-paragraphe.encadre ul a:hover {
  color: #EDF08D;
}
.section-paragraphe.encadre a.bouton1 {
  background-color: #ffffff;
  border-color: #ffffff;
}
.section-paragraphe.encadre a.bouton1:hover {
  background-color: transparent;
  color: #ffffff;
}
.section-paragraphe.encadre a.liendoc i {
  background-color: #ffffff;
}
.section-paragraphe.encadre a.liendoc >span {
  color: #ffffff;
}
.section-paragraphe.encadre a.liendoc:hover i {
  background-color: #EDF08D;
}
.section-paragraphe.encadre a.liendoc:hover >span {
  color: #EDF08D;
}
@media (max-width: 991px) {
  .section-paragraphe.twocolumns > div > div > div {
    columns: 1;
  }
  .section-paragraphe a.liendoc i {
    width: 40px;
    height: 40px;
    font-size: 2.2rem;
  }
  .section-paragraphe a.liendoc > span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .section-paragraphe.encadre .row >div {
    padding: 30px 30px;
    border-radius: 35px;
  }
}
@media (max-width: 575px) {
  .section-paragraphe.encadre .row >div {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
