@font-face {
    font-family: "almarai regular";
    src: url("/assets/fonts/Almarai-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "majalla";
    src: url("/assets/fonts/MAJALLA.ttf") format("truetype");
}
@font-face {
    font-family: "majallab";
    src: url("/assets/fonts/MAJALLAB.ttf") format("truetype");
}
@font-face {
    font-family: "fann_mohamed";
    src: url("/assets/fonts/fann_mohamed.ttf") format("truetype");
}
@font-face {
    font-family: "khatt_maghribi";
    src: url("/assets/fonts/khatt_maghribi.ttf") format("truetype");
}
.img_app img {
    width: 100%;
    height: 400px;
}
@media only screen and (max-width: 768px) {
    body #header .logo_accueil {
    text-align: center;
    }
    body #header ul.main_menu li {
        display: inline-block;
        text-align: center;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    body #header ul.main_menu {
        display: block;
        max-width: 100%;
        overflow: scroll;
        white-space: nowrap;
        float: right;
        position: relative;
    }
    .donate_button {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        width: 50%;
        margin: auto;
    }
    body main {
        padding-top: 195px;
    }
    body .donate_info {
        top: 10%;
        width: 100%;
        right: 0;
        padding: 10px;
    }
}
a:hover {
    text-decoration: none;
}
body > * {
    font-family: "almarai regular";
}
p {
    text-align: right;
}
body a:hover {
    color: initial;
}
#header {
    background:#D97E29;
    position: fixed;
    width: 100%;
    z-index: 9;
}
main {
    padding-top: 75px;
}
#header .logo_accueil {
    text-align: right;
    padding-top: 20px;
}
#header ul.main_menu {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
#header ul.main_menu li {
    padding: 0.5rem 2rem;
    font-size: 20px;
    line-height: 60px;
}
#header ul.main_menu li a {
    color: #fff;
}
.donate_button a {
    color: #D97E29;
}
.donate_button {
    background: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    margin-top: 16px;
}
.slider img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.slider {
    height: 500px;
}
.slick-slide {
    position: relative;
}
.donate_info {
    position: absolute;
    top: 25%;
    width: 34%;
    right: 5%;
    text-align: right;
    z-index: 9;
    color: #fff;
}
.overlay_slide {
    position: absolute;
    background: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box_nav_slider {
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 10%);
}
.slider_nav {
    width: 100%;
    margin: auto;
    text-align: center;
}
.slider_nav a {
    vertical-align: middle;
    display: inline-grid;
    grid-auto-flow: column;
    gap: 10px;
    box-sizing: border-box;
    padding: 27px 30px;
    height: 70px;
    font-weight: 600;
    color: #D97E29;
    transition: background-color 0.2s ease 0s;
    cursor: pointer;
}
.slider_nav p {
    display: inline-block;
    margin-top: -6px;
    line-height: 28px;
    margin-bottom: 0;
    font-size: 22px;
}
.box_article {
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding-bottom: 10px;
}
.box_article p {
    padding: 0px 10px;
}
.box_article img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.description_article {
    text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.title_article a {
    color: #D97E29;
}
.title_article {
    margin-top: 15px;
    text-align: right;
    font-size: 18px;
}
p.read_more a {
    color: #fff;
}
.all_article {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}
.all_article a {
    color: #414141;
    font-size: 20px;
}
.aide_img img {
    width: 100%;
}
p.read_more {
    text-align: center;
    background: #D97E29;
    width: 50%;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
}
.background_gris {
    background: #F6F6F6;
    padding: 30px 0;
}
.aide_desc {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
p.title_aide {
    color: #D97E29;
    font-size: 25px;
}
.block_loi img {
    margin-bottom: 31px;
}
.block_loi {
    background: #D97E29;
    text-align: center;
    color: #fff;
    padding: 40px;
}   
.block_loi p {
    line-height: 30px;
    text-align: center;
}
.box_pay {
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 10px;
    text-align: right;
}
.box_pay h2 {
    color: #414141;
    font-size: 20px;
}
.info_user input {
    display: block;
    width: 100%;
    height: 48px;
    border-bottom: solid 2px #F6F6F6;
    padding: 15px;
}
.info_user {
    border: solid 2px #F6F6F6;
    border-radius: 10px;
    margin: 30px 0;
}
div#submit_pay input {
    background: #D97E29;
    color: #fff;
    padding: 13px 25px;
    border-radius: 10px;
}
.donat_modal {
    text-align: center;
    padding: 30px;
    font-size: 22px;
}
div#myModal {
    top: 30%;
}
.detail_project {
    text-align: right;
    margin: 20px 0;
}
.page_static h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #D97E29;
    margin-bottom: 30px;
}
.page_static {
    text-align: right;
}
.page_static li {
    line-height: 30px;
}
.page_static h3 {
    margin: 20px 0;
}
.page_static p span {
    color: #D97E29;
    font-size: 20px;
}
.page_static p {
    font-size: 18px;
    text-align: justify;
}
p.text_small {
    font-size: 16px;
    text-align: center;
}
#footer span.footer_title {
    font-size: 21px;
    padding: 0;
    font-weight: 600;
}
footer#footer {
    background: #3a3a3a;
    padding: 40px 0;
    text-align: center;
}
footer#footer > *,
footer#footer a {
    color: #ffffff;
}
footer#footer ul {
    list-style: none;
    padding: 0;
}
#footer span:first-child {
    padding-right: 10px;
}
.box_app svg {
    margin-top: 15px;
}
footer#footer ul li {
    padding: 5px 0;
}
input#newsletter-email {
    width: 80%;
    border: unset;
    height: 36px;
    border-radius: 5px;
}
button.submit_newsletter {
    height: 38px;
    border-radius: 5px;
    width: 45px;
    border: unset;
}


