/*! CSS Used from: https://altadaoul.com/wp-content/css/bootstrap.css */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
::before,
::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

p,
.paragraph {
    font-weight: 500;
    color: #505050;
    line-height: 1.5rem;
}

h1,
p {
    direction: rtl;
}

h2,
h3,
h4,
h5,
h6,

a {
    direction: rtl;
    text-align: right;
}

nav {
    display: block;
}

body {
    margin: 0px;
    font-family: Tajawal, sans-serif;
    background-color: rgb(255, 255, 255);
}

hr {
    box-sizing: content-box;
    height: 0px;
    overflow: visible;
    margin-top: 1rem 0;
    border-width: 1px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.1);
}


h2,
h4,
h5,
h6,
p {
    margin-top: 0px;
    margin-bottom: 1rem;
}

ol,
ul {
    margin-top: 0px;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    background-color: transparent;

}

a:hover {
    color: rgb(0, 86, 179);
    text-decoration: none;
    transition: all 0.5s;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

table {
    border-collapse: collapse;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0px;
}

button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

input,
button,
select {
    margin: 0px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    overflow-wrap: normal;
}

button,
[type="button"],
[type="submit"] {
    appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

h2,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}


.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: rgb(33, 37, 41);
}

.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid rgb(222, 226, 230);
}

.table-bordered {
    border: 1px solid rgb(222, 226, 230);
}

.table-bordered td {
    border: 1px solid rgb(222, 226, 230);
}

.fade {
    transition: opacity 0.15s linear 0s;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none 0s ease 0s;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-width: 0.3em 0.3em 0px;
    border-top-style: solid;
    border-top-color: initial;
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0px;
}

.dropdown-menu {
    position: relative;
    top: 100%;
    z-index: 1000;
    display: none;
    padding: 0.25rem;
    margin: 0;
    color: rgb(33, 37, 41);
    list-style: none;
    background-color: rgb(255, 255, 255);

}

.dropdown-item {
    display: inline !important;
    width: 100%;
    padding: 2rem !important;
    clear: both;
    font-weight: 400;
    color: rgb(33, 37, 41);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    transition: all 0.5s;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
    transition: all 0.5s;
}



.dropdown-item:hover,
.dropdown-item:focus {
    color: rgb(22, 24, 27);
    text-decoration: none;
}

.dropdown-item:active {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.dropdown-item:disabled {
    color: rgb(108, 117, 125);
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
} */

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center / 100% 100% no-repeat;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (max-width:1200px) {
    .navbar {
        padding: 0rem 1rem;
    }

    .navbar-nav {
        background-color: white;
        display: flex;
        flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
        list-style: none;
    }


}

@media (max-width:1800px) {
    .carousel {
        height: 670px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
}

@media (max-width:1700px) {
    .carousel {
        height: 630px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
}

@media (max-width:1500px) {
    .carousel {
        height: 550px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
}

@media (max-width:1300px) {
    .carousel {
        height: 490px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        right: 0;
        width: 33rem;
        z-index: 1000;
        margin: 0;
        padding: 1rem;
        color: rgb(33, 37, 41);
        list-style: none;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(221, 221, 221);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        border-radius: 0.25rem;

    }

    .container {
        max-width: 1300px;
    }

    .navbar-expand-lg {
        flex-flow: row;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg>.container {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        flex-basis: auto;
        display: flex !important;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width:767px) {
    .carousel {
        height: 350px !important;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .logo {
        padding: 0;
        width: 20% !important;
    }

}

@media (max-width:500px) {
    .carousel {
        height: 400px !important;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .carousel-item img {
        background-size: cover;
        height: 400px !important;
        width: auto;
    }

    .logo {
        padding: 0;
        width: 25% !important;
    }
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out 0s, -webkit-transform 0.6s ease-in-out 0s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none 0s ease 0s;
    }
}

.carousel-item.active {
    display: block;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: rgb(255, 255, 255);
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease 0s;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none 0s ease 0s;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: 0px;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0px;
}

.carousel-control-next {
    right: 0px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% center / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0px;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease 0s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none 0s ease 0s;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.d-block {
    display: block !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    white-space: nowrap;
    border: 0px;
}

.w-100 {
    width: 100% !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media print {

    *,
    ::before,
    ::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    tr,
    img {
        break-inside: avoid;
    }

    p,
    h2 {
        orphans: 3;
        widows: 3;
    }

    h2 {
        break-after: avoid;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td {
        background-color: rgb(255, 255, 255) !important;
    }

    .table-bordered td {
        border: 1px solid rgb(222, 226, 230) !important;
    }
}

/*! CSS Used from: https://altadaoul.com/wp-content/css/style.css */

img {
    width: 100%;
}

ul {
    list-style-type: none;
}

.color-white {
    color: rgb(255, 255, 255);
}

.lien-00 {
    font-weight: 800;
    color: rgb(61, 52, 139);
}

.link-02 {
    font-weight: 600;
    color: rgb(243, 91, 4);
    font-size: 13px;
}

#wrapper {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(187, 187, 204) 0px 0px 15px;
    overflow: hidden;
    padding: 8px;
    border-radius: 25px;
    margin: 10px 15px;
    align-items: center;
}

.pricee {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
}

.exchange {
    font-size: 1rem;
    font-weight: 600;
}

.pair {
    font-size: 1rem;
    font-weight: 600;
}

.boxs {
    text-align: center;
    overflow: hidden;
}

.box {
    width: 37%;
    float: left;
}

.navbar {
    background-color: rgb(255, 255, 255);
    max-height: 40px;
    border-bottom: 1px solid rgb(221, 221, 221);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.logo {
    padding: 0;
    width: 12%;
}

.navbar-brand img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.nav-item {
    padding-right: 15px;
}

.nav-pills .nav-item {
    padding-right: 0px !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.nav-link {
    font-weight: 700;
    color: #102721;
}

.nav-link:hover {
    font-weight: 700;
    color: rgb(247, 184, 1);
    transition: all 0.5s ease 0s;
}

.dropdown-menu a {
    font-weight: 700;
    color: #102721;
}

.dropdown-menu a:hover {
    font-weight: 700;
    color: rgb(247, 184, 1);
    transition: all 0.5s ease 0s;
}



.carousel-item img {
    background-size: cover;
    height: auto;
}

.login-form {
    background-color: rgb(250, 250, 250);
    padding: 10px 20px;
    border: 1px solid rgb(241, 135, 1);
}

.login-form input {
    width: 100%;
}

.login-form #awf_field-113971484 {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(85, 85, 85);
    border-radius: 3px;
}

#login-modall {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 300;
    display: none;
    justify-content: center;
    align-items: center;
}

.modall {
    background: rgb(230, 236, 240);
    padding: 10px 0px 20px;
    border-radius: 10px;
    width: 400px;
    text-align: center;
}

.login form #awf_field-113971484 {
    width: 75%;
    margin-bottom: 5px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 216);
    border-radius: 3px;
}

.login form .previewLabel {
    padding: 5px;
}

.top-form {
    display: flex;
    justify-content: flex-end;
}

.top-form .close-modall {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 20px;
}

.login form input {
    width: 75%;
    margin-bottom: 5px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(208, 213, 216);
    border-radius: 3px;
}

.submit {
    background: rgb(93, 202, 136);
    border: 0px;
    border-radius: 3px;
    color: white;
}

#login-show-5,
#login-show-6,
#login-show-7,
#login-show-8 {
    cursor: pointer;
}

.colorer {
    background-color: rgb(243, 91, 4);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(241, 135, 1);
}

.thise {
    margin-top: 20px;
}

.history span {
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
}

.contents {
    background-color: rgb(250, 250, 250);
    text-align: right;
}

.diviser {
    background-color: rgb(255, 255, 255);
    margin: 40px 0px;
    padding: 10px;
}

.diviser h4 {
    color: rgb(61, 52, 139);
    font-weight: 600;
    font-size: 20px;
}

.diviser h6 {
    color: rgb(68, 68, 68);
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0px;
}

.diviser p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
}

.marquee {
    background-color: rgb(243, 91, 4);
    color: rgb(255, 255, 255);
    height: 30px;
    font-weight: 600;
    align-items: center;
    align-self: center;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: 50s linear 0s infinite normal none running marquee;
}

.marquee a {
    color: rgb(255, 255, 255);
}

.marquee #wrapper {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    overflow: hidden;
    padding: 8px;
    border-radius: 25px;
    margin: 15px;
    align-items: center;
}

.marquee:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        text-indent: 27.5em
    }

    100% {
        text-indent: -105em
    }
}

.liens {
    overflow: hidden;
    padding-top: 20px;
}

.lien-right {
    width: 30%;
    float: right;
}

.lien-right img {
    width: 100%;
    height: 70px;
}

.lien-left {
    width: 70%;
    float: left;
    padding: 2px 10px 0px 0px;
}

.modify .lien-left a,
.lien-left a {
    font-size: 15px;
    font-weight: 600;
    color: rgb(243, 91, 4);
}

.modify .lien-right img {
    width: 100%;
    height: 100px;
}


.table tr td {
    text-align: center;
    vertical-align: middle;
}

.table tr td button {
    background-color: rgb(243, 91, 4);
    padding: 2px;
    border: 1px solid rgb(241, 135, 1);
    border-radius: 5px;
    color: rgb(255, 255, 255) !important;
}

.diviser .resume-mar {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(187, 187, 204) 0px 0px 10px;
    overflow: hidden;
    padding: 8px;
    border-radius: 25px;
    margin: 15px 10px;
    align-items: center;
}

.diviser .resume-mar .float-right {
    width: 25%;
    float: right;
    text-align: center;
}

.diviser .resume-mar .float-right img {
    border-radius: 50px;
    width: 50%;
    margin-top: 7px;
}

.diviser .resume-mar .float-left {
    width: 75%;
    text-align: right;
}

.diviser .resume-mar .float-left .sel-down {
    color: rgb(118, 120, 237);
    font-weight: 600;
}

.diviser .resume-mar .float-left .sel-up {
    color: rgb(0, 222, 0);
    font-weight: 600;
}

.diviser .resume-mar .float-left .prix {
    font-weight: 600;
}

.diviser .resume-mar .float-left .prix em {
    font-size: xx-small;
}

.diviser .nav-fill .nav-link {
    margin: 10px 2px;
    background-color: rgb(234, 249, 202);
    color: rgb(241, 135, 1);
    border: none !important;
}

.diviser .nav-fill .active {
    background-color: rgb(241, 135, 1);
    color: rgb(234, 249, 202);
    border: none !important;
}

.thelast {
    margin-top: 100px;
}

.thelast h2 {
    margin-top: 20px;
    color: rgb(61, 52, 139);
    font-weight: 600;
    font-size: 25px;
}

.thelast div {
    margin: 10px 0px;
}

.thelast a {
    color: rgb(241, 135, 1);
    font-size: 0.85rem;
    line-height: 5px;
    font-weight: 500;
}

.thelast a:hover {
    color: black;
    transition: all 0.5s ease 0s;
}

@media (min-width: 991px) {
    .fixe {
        position: sticky;
        top: 50px;
    }

    .mobile {
        display: none;
    }
}

.table tr td img {
    width: 90%;
    padding: 0px;
}

.table {
    width: 100%;
}

.footer {
    background-color: rgb(234, 234, 234);
}

.image {
    padding: 0px;
    text-align: center;
}

.image img {
    width: 50%;
}

.text-footer {
    padding: 10px;
    text-align: right;
}

.text-footer p {
    font-size: 15px;
}

.text-footer p span {
    font-weight: 600;
    color: rgb(61, 52, 139);
}

.text-footer h5 {
    font-weight: 600;
    color: rgb(61, 52, 139);
}

.p-footer {
    font-size: 15px;
    padding-right: 10px;
}

.link-footer {
    text-align: center;
}

.news-links .link-footer {
    text-align: right !important;
    padding: 4px 0;
}

.footer a {
    font-weight: 600;
    font-size: 15px;
    color: rgb(241, 135, 1) !important;
}

.footer a:hover {
    color: rgb(61, 52, 139) !important;
    transition: all 0.5s !important;
}



/*! CSS Used from: https://altadaoul.com/wp-content/css/responssive.css */
@media (max-width: 991px) {
    .contents .diviser {
        background-color: rgb(255, 255, 255);
        margin: 20px 0px;
        padding: 30px;
    }

    .ads {
        display: none;
    }
}

@media (max-width: 575px) {
    .diviser .nav-fill .nav-link {
        margin: 5px 0px;
        padding: 5px 8px;
        font-size: 1rem;
    }
}

@media (max-width: 413px) {
    .navbar-brand {
        padding-top: 0px;
        padding-bottom: 0px;
        width: 35%;
    }

    .diviser .nav-fill .nav-link {
        margin: 5px 0px;
        padding: 5px 8px;
        font-size: 0.9rem;
    }

    .modify .lien-right img {
        width: 100%;
        height: 90px;
    }

    .modify .lien-left {
        padding-top: 0px;
    }

    .box {
        width: 39%;
        float: left;
    }
}

@media (min-width: 991px) {
    .navbar {
        height: 5rem;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l_6gHrRpiZtK6GwN9w.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l_6gHrFpiZtK6Gw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l5qjHrRpiZtK6GwN9w.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l5qjHrFpiZtK6Gw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iura6YBj_oCad4k1nzSBC5xLhLFw4Q.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iura6YBj_oCad4k1nzGBC5xLhLE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l8KiHrRpiZtK6GwN9w.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l8KiHrFpiZtK6Gw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l4qkHrRpiZtK6GwN9w.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l4qkHrFpiZtK6Gw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l5anHrRpiZtK6GwN9w.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l5anHrFpiZtK6Gw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l7KmHrRpiZtK6GwN9w.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l7KmHrFpiZtK6Gw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

/*! CSS Used from: https://altadaoul.com/index_files/css/bootstrap.css */
h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.75rem;
}

.color-green {
    color: #8AB729;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-top: 15px;
    box-shadow: 0px 0px 15px #bbc;
}

.card a {
    font-weight: 700;
    font-size: 25px;
    padding: 10px;
}

.team .col-lg-6 img {
    max-width: 50%;
}

.team h2 {
    text-align: center !important;
}

/*! CSS Used from: https://altadaoul.com/index_files/css/bootstrap.css */
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th {
    border-bottom-width: 2px;
}

.bord {
    border: 1px solid #6e9121;
    margin-top: 20px;
    padding: 10px;
    overflow: hidden;
}

.tableau {
    padding: 10px 20px 20px;
    text-align: center;
    width: 100%;
}

.tableau th {
    text-align: center;
}

.tableau .table {
    margin-top: 10px;
}

@media (max-width:455px) {
    .tableau .table .delete {
        display: none;
    }

    .tableau {
        padding: 10px 0px;
        text-align: center;
        width: 100%;
    }
}

.link-00 {
    padding: 20px 0px;
    margin-right: 40px;
}

.lien-right-img {
    width: 30%;
    float: right;
    overflow: hidden;
}

.lien-right-img img {
    max-width: 100%;
    height: 70px;
    margin-right: 40px;
}

@media (max-width:991px) {
    .cards {
        margin: auto;
    }

    .lien-right-img img {
        width: 100%;
        height: 70px;
        margin-right: 0px;
    }
}

/*! CSS Used from: https://altadaoul.com/index_files/css/bootstrap.css */

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 13px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem !important;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.breadcrumb-item a {
    color: #6e9121;
}

.history span {
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
}

.bord-h6 {
    color: #1B7DC2;
    font-weight: 700;
    margin-top: 50px;
    text-align: center;
}

.article h4 {
    font-weight: 600;
    padding: 10px;
    line-height: 1.5;
}

.article ul li {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    background-color: #8AB729;
    color: #fff;
    border-radius: 5px;
}

.article ul li a {
    color: #fff;
}

.article ul li i {
    padding: 0px 5px;
}

.article img {
    padding: 20px 20px 0px 20px;
}

.article p {
    font-weight: 500;
    line-height: 1.7;
    padding: 20px 20px 0px 0px;
}

.article .centrer {
    padding: 0px 20px 20px 20px;
    font-size: 12px;
    font-weight: 500;
    color: #444;
}

.subject {
    padding: 10px;
}

.subject img {
    width: 100%;
    height: 200px;
}

.subject a {
    padding: 10px 0px;
}

.link-01 {
    font-weight: 600;
    padding: 10px 0px;
}

.link-01 a {
    color: #6e9121 !important;
}

.createur img {
    width: 30%;
}

.article li {
    font-weight: 600;
    font-size: 10px;
}

@media (max-width:413px) {
    .breadcrumb-item {
        font-weight: 500;
        font-size: 10px;
        padding: 3px 0px;
    }

    .article h4 {
        font-size: 1.2rem;
    }

    .article ul li {
        display: inline-block;
        padding: 1px 3px;
        margin: 2px;
        background-color: #8AB729;
        color: #fff;
        border-radius: 5px;
        font-size: 12px;
    }

    .article p {
        font-weight: 500;
        line-height: 1.7;
        font-size: 0.8rem;
    }
}