.logo-isep {
  width: 70%;
  margin: 10px;
}

.logo-isep-footer {
  margin-top: 30px;
  margin-bottom: 20px;
}

.container-header {
  margin-left: 30px;
}

.justify-text {
  text-align: justify;
}

.left-text {
  text-align: left;
}

.font-arial {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3vw;
}

.margin-20 {
  margin: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.width-80 {
  width: 80%;
}

.font-1-5 {
  font-size: 1.5em;
  font-weight: bold;
}

.logo-footer {
  max-width: 100px !important;
  max-height: 100px !important;
}

.padding-30 {
  padding: 30px;
}

.color-black {
  color: #151515 !important;
}

.border-blue {
  border: 1px solid #004aad;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.blog-size {
  min-height: 400px;
  max-width: 400px;
}

.blog-size > p {
  text-transform: none !important;
  height: 200px;
  max-width: 200px;
}

.footer-text {
  margin-bottom: 10px;
  color: #545454;
}

.margin-top-header-container {
  margin-top: 100px;
}

.title {
  display: grid;
  justify-content: center;
}

.margin-top-20 {
  margin-top: 20px;
}

.program-title {
  display: grid;
  align-content: stretch;
  align-items: start;
  justify-content: start;
  justify-items: center;
  margin-top: 10px;
}

.program-detail-title {
  color: #2c2c2c;
}

ul.square {
  list-style-type: square;
}

.left-text {
  text-align: left;
}

.border-gray {
  border: 1px solid #a9a9a9;
}

.icon-color {
  background-color: #545454;
}

.rights-margin-top-10 {
  margin-top: 10px;
}

.row-footer {
  display: flex;
  flex-wrap: wrap;
}

.col-logo-footer {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-info-footer {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

@media (max-width: 576px) {
  .row-footer {
    align-items: center !important;
  }
}

@media (max-width: 768px) {
  .row-footer {
    align-items: center !important;
  }
  .col-logo-footer {
    flex: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .col-info-footer {
    flex: 100%;
    max-width: 100%;
  }
  .font-arial {
    font-size: 1.5em;
  }
  .section-padding {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .font-arial {
    font-size: 1.5em !important;
  }
}

@media (min-width: 900px) {
  .font-arial {
    font-size: 1.5em !important;
  }
  .innset-xl-left-70 {
    padding: 20px;
  }
}

@media (max-width: 992px) {
  .row-footer {
    align-items: center !important;
    padding-left: 10px;
  }
  .container-header {
    margin-top: 20px;
    margin-left: 30px;
  }
  .innset-xl-left-70 {
    padding: 20px;
  }
  .logo-isep {
    width: 50px;
    margin: 10px;
  }
}

.max-width-80 {
  max-width: 80%;
}

.contact-toggle {
  margin-right: 15px !important;
  text-align: center !important;
  padding: 9px 18px 9px 18px !important;
}

.contact-toggle:hover {
  background-color: #004aad;
  color: #ffff;
}

.section-padding {
  padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .section-lg {
    padding: 0;
  }
}

.picture-height {
  height: 350px;
}

@media (max-width: 768px) {
  .picture-height {
    height: 250px;
  }
}

.program-box{
  width: 100%;
  height: 90vh;
  background-color: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.program-box-container{
  padding-bottom: 20px;
}


.program-list {
  padding: 10px;
  text-align: justify;
  list-style: decimal !important;
  list-style-type: decimal !important;

  >li {
    list-style-type: decimal !important;
    list-style: decimal !important;
  }
}

.program-title-v2{
  justify-content: left;
  text-align: left;
  width: 100%;
  font-weight: bold;
}

.box-causes-100 {
  max-width: 100%;
}


.container-list-programs{
  display: inline-flex;
}