* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
li,
a {
    font-weight: 500;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
/* .bgd_select:hover{
    background-color: #D61F26 !important;
} */
.menu__nav {
    position: sticky;
    /* position: fixed; */
    top: 0;
    z-index: 999;
}
.Acueil_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10%;
    background: #000000;
    position: sticky;
    /* position: fixed; */
    width: 100%;
    height: 56px;
    z-index: 100;
}
/* main{
    height: calc( 100vh - 56px );
} */

.logo {
    cursor: pointer;
    width: 15%;
}
nav {
    list-style: none;
    margin-top: 8px;
}
nav li {
    display: inline-block;
    padding: 0px 24px;
}
nav li a:hover {
    transition: 0.9s;
    color: #d61f26;
}
.inscription {
    padding: 8px 24px;
    background-color: #d61f26;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: #ffffff;
}
a.inscription {
    color: inherit;
    color: #ffffff;
}
form > div > button.inscription {
    color: inherit;
    color: #ffffff;
}
.inscription__one {
    padding: 8px 24px;
    background-color: #d61f26;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
a.inscription__one {
    color: inherit;
    color: #ffffff;
    font-size: 24px;
    margin-top: 40px;
}
.icon__panier {
    color: #ffffff;
    font-size: 24px;
}
.panier {
    /* padding: 16px 24px;
    background-color: #D61F26; */
    border: none;
    /* border-radius: 8px; */
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.panier i:hover {
    transition: 0.9s;
    color: #d61f26;
}
.item {
    color: #ffffff;
}
/* Section acuueil */
.accueil {
    background-image: url(/images/image_header-min.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgb(87, 83, 83);
    height: 100vh;
    height: calc(100vh - 56px);
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_image {
    background-image: url(/images/About-min.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgb(87, 83, 83);
    height: 100vh;
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_one {
    font-size: 56px;
    margin-bottom: 16px;
    color: #ffffff;
}
.formation {
    margin: auto;
}
.formation_button {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Services */
.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: 0.75rem;
    color: #d61f26;
}
.icon_style {
    color: #d61f26;
    width: 16rem;
    font-size: 2rem;
}
.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}
.services_title {
    color: #d61f26;
}
.hr_services {
    width: 8%;
    height: 8px;
    margin: auto;
    background-color: black;
}
.about_img {
    width: 100%;
}
.ANdiag_span {
    color: #d61f26;
    font-size: larger;
}
.statistic {
    background-image: url(/images/statistic_img-min.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgb(87, 83, 83);
    height: 50vh;
    background-blend-mode: multiply;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.stat__wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.icon_box {
    color: #d61f26;
}
.text_color {
    color: #ffffff;
}
.counter {
    color: #ffffff;
    font-size: 32px;
    font-weight: bolder;
}
.icon_pourcent {
    margin-bottom: 8px;
    margin-left: 8px;
    font-size: 24px;
    font-weight: bolder;
    color: #ffffff;
}

/* footer */
footer {
    background-color: #d61f26;
    /* height: 50vh; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.contact {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-items: center;
    align-items: center;
}
iframe {
    border-radius: 8px;
}
.input__contact {
    border-radius: 8px;
    width: 91.5%;
    border: none;
    background-color: #d45b5b;
    padding-left: 8px;
}
.input__contact::placeholder {
    color: #ffffff;
}
.text__contact {
    border-radius: 8px;
    border: none;
    background-color: #d45b5b;
    padding-left: 8px;
}
.text__contact::placeholder {
    color: #ffffff;
}
.submit_contact {
    padding: 4px 16px;
    background-color: #000000;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
a.submit_contact {
    color: inherit;
    color: #ffffff;
    margin-bottom: 8px;
}
.title_contact {
    color: #ffffff;
}
.adresse {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}
.content__adresse {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-items: center;
    align-items: center;
}
.email {
    color: #ffffff;
    font-weight: 600;
}
.phone {
    color: #ffffff;
    font-weight: 600;
}
.icon__footer {
    font-size: 24px;
}
.panier_mobile {
    display: none;
}
.mobile-menu {
    display: none;
}
/* inscription */
.card-header-color {
    background-color: #d61f26;
}
.title-inscr-color {
    color: #ffffff;
}
.form-control:focus {
    border-color: #ff0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(255, 0, 0, 0.6);
}
.list_category {
    color: black;
}
.card {
    border-radius: 12px;
}
.list__margin {
    margin-bottom: 16px;
}
.card_size {
    height: 82vh;
}
.card_flex {
    gap: 24px;
}
.alert {
    margin-top: 18px;
    text-align: center;
}
.row_margin {
    margin-top: -8px;
}
.width_image {
    width: 10%;
}

.ico:hover {
    color: black;
}
/* store*/
.card_t {
    display: flex;
    flex-direction: column;
    height: 470px !important;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}


/* mobile */
@media (min-width: 320px) and (max-width: 1076px) {
    #Services > div {
        width: 75%;
        margin: 0 auto;
        margin-top: 24px;
        gap: 26px;
    }
    .accueil {
        background-image: url(/images/image_header-min.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-color: rgb(87, 83, 83);
        height: 100vh;
        background-blend-mode: multiply;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .title_one {
        font-size: 40px;
        text-align: center;
    }
    .Acueil_nav {
        position: sticky;
        left: 0;
        top: 0;
        /* transform: translateX(-100%); */
    }
    .panier_mobile {
        display: block;
        position: fixed;
        top: 10px;
        left: 10px;
    }
    .panier_icon_mobile {
        font-size: 24px;
        color: red;
        font-size: 32px;
    }
    .item_mobile {
        color: red;
    }

    .mobile-menu {
        position: fixed;
        top: 10px;
        right: 10px;
        background-color: red;
        z-index: 99999;
        display: flex;
        border-radius: 100px;
    }
    .inscription {
        margin: auto;
        color: #ffffff;
    }
    footer {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 26px;
    }

    .Acueil_nav {
        display: none;
        justify-content: space-between;
        align-items: center;
        padding: 0px 10%;
        background: #000000;
        position: sticky;
        width: 100%;
        height: 62vh;
        z-index: 100;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .show-menu {
        display: flex;
    }
    .nav__ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-top: 48px;
    }
    .logo {
        cursor: pointer;
        width: 30%;
        margin-top: 8px;
    }
    .panier_box {
        display: none;
    }
}

@media (max-width: 425px) {
    .inscription__one {
        padding: 8px 8px;
    }
    #Services > div {
        width: 100%;
    }
    .statistic {
        background-image: url(/images/stat_responsive.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-color: rgb(87, 83, 83);
        height: 100vh;
        background-blend-mode: multiply;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-column-gap: 24px;
        grid-row-gap: 20px;
    }
    .icon_box {
        font-size: 12px;
    }
    .counter {
        font-size: 24px;
    }
    .text_color {
        font-size: 24px;
    }
    .icon_pourcent {
        font-size: 16px;
        font-weight: bolder;
    }
    .logo {
        cursor: pointer;
        width: 56%;
        margin-top: 24px;
    }
}
