.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0c378c;
    --bs-btn-border-color: #0c378c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fc4b00;
    --bs-btn-hover-border-color: #fc4b00;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0c378c;
    --bs-btn-disabled-border-color: #0c378c;
}
.btn-outline-primary {
    --bs-btn-color: #0c378c;
    --bs-btn-border-color: #0c378c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0c378c;
    --bs-btn-hover-border-color: #0c378c;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0c378c;
    --bs-btn-active-border-color: #0c378c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0c378c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0c378c;
    --bs-gradient: none;
}
.bg-primary{
   background-color:#0c378c !important;
}
.border-primary{
   border-color:#0c378c !important;
}
body {
    scroll-behavior: smooth;
      font-family: 'Roboto', sans-serif;

}
p, h1, h2, h3, h4 {
      font-family: 'Roboto', sans-serif;
}
strong {
      font-weight: bold !important;
}
main {
    margin-top: 35px;
}
h2{
    text-align: center;
    color: #0c378c !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

.navbar-brand img {
    height: 40px;
}

.section-title span {
    display: inline-block;
    width: 48px;
    height: 4px;
    background: #fc4b00;
    border-radius: 2px;
    margin-left: .5rem;
    vertical-align: middle;
}

.pricing-card.popular {
    border: 2px solid #0c378c;
}
#services .d-flex.align-items-center {
    display: flex;
    flex-direction: column;
}
#services .d-flex.align-items-center i{
    font-size: 35px;
    margin-bottom: 9px;
    color: #fc4b00;
}
#services .d-flex.align-items-center h3{
    color: #063289;
        font-size: 21px;
    font-weight: bold;
}
#offres h4 {
    text-transform: uppercase;
    font-weight: bold !important;
}
#offres ul > li::before {
    content: "\f00c"; 
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900; 
    margin-right: 8px; 
    color: #fc4b00;
}
/* #offres ul ul > li::before {
  content: "• ";
  color: #555;
  margin-right: 4px;
} */
#offres ul ul > li {
    list-style: none;
}
#offres .offre-element .card {
    height: 100%;
}
#offres .offre-element .card-body {
    display: flex;
    flex-direction: column;
}
#offres .offre-element .card-body>ul{
    flex: 2;
        margin-bottom: 0px !important;
}
#offres .offre-element ul li {
    padding: 4px 0;
    border-bottom: solid 1px #e1e1e1;
    width: 100%;
}

#offres .offre-element ul li:last-child {
    padding: 0;
    border-bottom: unset
}
#offres .offre-element ul li:nth-child(odd) {
    background-color: #f9f9f9; /* couleur claire */
}

#offres .offre-element ul li:nth-child(even) {
    background-color: #ffffff; /* blanc ou autre */
}
.card-simple .card-header{
    background-color: #e5edff;
    color: #0c378c;
}

.pricing-card-title{
    color: #0c378c;
}
.nos-services {
    display: flex
;
    justify-content: center;
}
#offres {
    margin-bottom: 85px !important;
}
h2.section-title{
    margin-bottom: 35px !important;
}

