body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    background-color: #f5f8fa;

}

html, body {
    overflow-x: hidden;
}

/*header*/

header {
    display: flex;
    height: auto;
    padding: 30px;
    align-items: center;
}

header.logo-holder {
    flex: 0.5;
    display: flex;
    justify-content: center;
    margin-right: 30px;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header nav li {
    display: inline-block;
    font-size: 20px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
    padding: .5rem 1rem;
}

.nav-link1 {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff;
}

.nav-link3 {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff;
}

.rounded-pill1 a:hover {
    color: #000000 !important;
}

.rounded-pill1 a:visited {
    color: #000000 !important;
}

.rounded-pill2 a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.rounded-pill3 a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.col-white {
    color: #ffffff;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(243,43,86)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

button {
    margin: 10px 10px 10px 0px;
}

.rounded-pill1 {
    border-radius: 50rem !important;
    background-color: #FFF;
    color: #000000;
    border: 2px solid #f8f9fa;
    width: 180px;
}

.rounded-pill2 {
    border-radius: 50rem !important;
    background-color: #0b3b82;
    border: 2px solid #0b3b82;
    color: #fff;
    width: 180px;
}

.rounded-pill3 {
    border-radius: 50rem !important;
    background-color: #F6A71C;
    color: #fff !important;
    border: 2px solid #f8f9fa;
    width: 180px;
}

.navbar-dark .navbar-nav .show > .nav-link {
    color: grey;
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    outline: none;
}

hr.new1 {
    border-top: 2px dashed red;
    width: 70%;
}

hr.new2 {
    border: 2px solid #5B5B5B;
    max-width: 50%;
    margin-left: 0;
}

hr.new3 {
    border: 2px solid red;
    max-width: 50%;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .content:hover .showhim {
        display: block;
    }
}

@media (min-width: 320px) {
    .logo {
        width: 195px;
    }

    .bg-bar {
        background: #3B89D9;
        padding: 5%;
    }

    .menu-lef {
        max-width: 100%;
        margin-left: auto;
    }

    .hedear-ar {
        /*background: url(images/bg-head.png) 0px 0px;*/
        background-repeat: no-repeat;
        background-color: #f5f5f9;
        width: 100%;
        background-position: center 68px;
        background-size: 318px 260px;
        background-position: 1px 552px;
    }
}

@media (min-width: 576px) {
    .bg-bar {
        /*background: url(images/bg-headv2.png);*/
        background-size: 100% 100%;
        padding: 0%;
    }

    .logo {
        width: 195px;
    }

    .bg-bar {
        background: #3B89D9;
        padding: 4%;
    }

    .hedear-ar {
        /*background: url(images/bg-head.png) 0px 0px;*/
        background-repeat: no-repeat;
        background-color: #f5f5f9;
        width: 100%;
        background-size: 100% 30%;
        background-position: 62% 554px;
    }
}

@media (min-width: 908px) {
    .bg-bar {
        /*background: url(images/bg-headv2.png);*/
        background-size: 100% 100%;
        padding: 0%;
    }

    .logo {
        width: 200px;
    }

    .left {
        padding: 4.9em;
    }
}


nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    right: 120px;
}

nav a {
    font-size: 1.8rem;
    text-decoration: none;
}

nav ul a {
    color: #ffffff;
    font-size: medium;
}


section#home {
    height: 100vh;
    display: grid;
    place-items: center;
    background-color: #f5f5f9;
}

h1 {
    font-size: 4rem;
}

#ham-menu {
    display: none;
}

nav ul.active {
    left: 0;
}


/* cards index.html */

.row {
    position: relative;
    width: 100%;
    max-width: 1092px;
    margin: 0 auto !important;
    padding: 66px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.column {
    flex: 0 0 100%; /* Modifier ici pour occuper la totalité de la largeur sur les petits écrans */
    max-width: 100%; /* Modifier ici pour occuper la totalité de la largeur sur les petits écrans */
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Ajouter une règle pour ajuster le nombre de colonnes sur les grands écrans */
@media (min-width: 768px) {
    .column {
        flex: 0 0 50%; /* Afficher 2 colonnes par ligne */
        max-width: 50%; /* Afficher 2 colonnes par ligne */
    }
}

/* Ajouter une règle pour ajuster le nombre de colonnes sur les écrans plus grands */
@media (min-width: 992px) {
    .column {
        flex: 0 0 33.33%; /* Afficher 3 colonnes par ligne */
        max-width: 33.33%; /* Afficher 3 colonnes par ligne */
    }
}

.card {
    background-color: white;
    transition: 0.3s;
    width: 100%;
    height: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); /*l'ombre  */
}

.container {
    margin: 16px;
}

/*image de lion*/
.logo-img {
    width: 60px;
    margin-top: 10px;
}

.container h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.container h5 {
    font-size: 14px;
    font-weight: normal;
    color: #777777;
}

a {
    text-decoration: none;
}

/*support pages*/
.container-we {
    margin-top: 20px;
    margin-bottom: 20px;
}

.right-section {
    background-color: white;
    border-radius: 10px;
}

.division {
    padding: 30px 50px 40px 50px;
}

.division h2 {
    font-size: 30px;
    text-align: justify;
    padding-bottom: 20px;
}

.division h5 {
    font-size: 20px;
    text-align: justify;
    padding-bottom: 12px;
}

.division p {
    font-size: 15px;
    text-align: justify;
}

/*right section updated*/
.right-section .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #777777;
    margin-left: 5px;
    cursor: pointer;
    transition: transform 0.3s;
}

.right-section .content {
    display: none;
    padding-top: 10px;
}

.right-section.expanded .arrow {
    transform: rotate(90deg);
}

.right-section.expanded .content {
    display: block;
}

/*search bar*/
.search-bar-two {
    margin-bottom: 20px;
    width: 900px;
}

.search-bar-two input[type="text"] {
    padding: 5px;
    width: 140px;
    height: 40px;
}

.search-bar-two button {
    padding: 5px 10px;
    background-color: #3987D9;
    color: white;
    border: none;
    cursor: pointer;
    height: 40px;
    width: 100px;
    margin-left: 12px;
}

/*menu*/
.menu ul {
    list-style-type: none;
    padding: 0;
    width: 320px;
}

.menu ul li {
    font-size: 16px;
    margin-bottom: 5px;
    color: #777777;
}

.menu ul li a {
    text-decoration: none;
    color: inherit;
}

.menu ul li ul.sub-menu {
    display: none;
    margin-left: 20px;
}

.logo-img {
    width: 90px;
}

.menu ul li a.active {
    color: #3987D9;
}
