body {
    font-family:  "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    max-width:100%
}


.hero-section {
    padding: 90px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
    background: #0089d0;
}

#features .col-lg-4 {
    margin-bottom: 30px;
}

#pricing .card {
    margin-bottom: 30px;
}

.hero-section p {
    font-size: 2rem; /* Taille ajustée pour le paragraphe */
    line-height: 2.75em; /* Ajustement de l'interligne */
}

.hero-section h1 .highlight {
    background: #032B43;
    padding: 5px 6px;
    border-radius: 5px;
}

h1, h2, h3, h4 {
    font-family:  "Work Sans", sans-serif;;
}

h1, h2, h3 {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
}

h2{
    margin-bottom: 0;
}

p {
    margin-bottom: 2rem;
}

.accordion {
    margin: 0 auto;
}
.accordion-item {
    border-bottom: 1px solid #ccc;
}
.accordion-item .accordion-title {
    background-color: #c9c9c9;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
}
.accordion-title h3 {
    margin: 0;
    text-align: left;
}
.accordion-item .accordion-content {
    padding: 10px;
    display: none;
}
.accordion-item.open .accordion-content {
    display: block;
}


h4 {
    font-weight: bold;
}



.list-group-item::before {
    content: "✓";
    font-size: 1em;
    color: #007bff;
    font-weight: bold;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
}

.module-1 h1, .module-1 h2, .module-1 h3, .module-1 h4, .module-1 h5, .module-1 h6{
    color: #ff7e01;
}
.module-1 {
    border-color: #ff7e01;
}
.module-1-inv {
    background-color: #ff7e01;
    color: #fff;
}
.module-1 .list-group-item::before {
    color: #ff7e01;
}

.module-2 h1, .module-2 h2, .module-2 h3, .module-2 h4, .module-2 h5, .module-2 h6{
    color: #5db731;
}
.module-2 {
    border-color: #5db731;
}
.module-2-inv {
    background-color: #5db731;
    color: #fff;
}
.module-2 .list-group-item::before {
    color: #5db731;
}

.module-3 h1, .module-3 h2, .module-3 h3, .module-3 h4, .module-3 h5, .module-3 h6{
    color: #0089d0;
}
.module-3 {
    border-color: #0089d0;
}
.module-3-inv {
    background-color: #0089d0;
    color: #fff;
}
.module-3 .list-group-item::before {
    color: #0089d0;
}

.full-width-section{
    width: 100%;
}

.module-1 {
    background-color: #ff7e01;
}

.module-1 h3 {
    color: #fff;
}

.module-2 {
    background-color: #5db731;
}

.module-2 h3 {
    color: #fff;
}  

.module-3 {
    background-color: #0089d0;
}

.module-3 h3 {
    color: #fff;
}

.small-line {
    width: 70px; /* Adjust to desired width */
    border-top: 5px solid #000; /* Adjust color as needed */
    display: block;
    margin: 20px auto; /* Centers the line and adds space above and below */
}

.small-line.white {
    border-top: 4px solid #fff;
}

.impact {
    list-style: none;
    padding-left: 0;
}
.impact li {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0.2em;
}

.impact li span {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    text-align: center;
    background: red;
    color: white;
    margin-right:2px;
    border-radius: 2px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #0089d0;
    margin-left: auto !important;
    margin-right: auto !important;
}

li {
    margin-bottom: 1rem;
}

.list-group-item.program::before {
    color: #000;
    border: none !important;
}

.list-group-item.program {
    margin-bottom: 0;
    border: none !important;
}

/* .list-group {
    padding-left: 8px;
} */

#pricing ul {
    padding-left: 15px;
    font-size: 0.9em;
}

.list-group-item {
    padding-left: 30px;
    padding-right: 20px;
}

.icon {
    border-radius: 80px;
    height: 160px;
    width: 160px;
    display: block;
    border: solid 4px;
    line-height: 160px;
}