*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-image: url("../ascend-image/coup.jpg");
    backface-visibility: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-position: fixed;
    background-repeat: no-repeat;
    max-width:3000px ;
}
/* -------------------------------------------- -----navbar------------------------------------------------------- */
.bg-blue-1 {
    --bs-bg-opacity: 1;
    background-color: #f39c11;
}
.navbar {
    /* background-color: #c0392b; */
    background-color: #f39c11;
    padding: 5px 5px 10px 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* height: 14%; */
    box-sizing: border-box;
    align-items: center; */
}
 #logo {
    width: 50%;
    height: 50%;
} 
.content {
    padding: 20px;
}
.navbar-nav .nav-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffff;
    align-items: center;
}
.dropdown:hover .dropdown-menu { 
    display: block; 
} 
.dropdown-item {
    color: black;
    font-family: verdana;
    font-weight: 200;
}
.dropdown-item:hover {
    background-color: #05c46b;
    border-radius: 30px;
}
.navbar-nav  .nav-link:hover {
    background-color: #05c46b;
    border-radius: 30px;
}
/* -------------------------------------------------navbar fin ------------------------------------------------------- */
/* -------------------------------------------------HEADER ------------------------------------------------------- */
.bloc{
    background-color: #ecf0f1;
    /* width: 100%;
    height: 600px; */
    backdrop-filter: blur(7px);
    
}
.texte{
    font-family: verdana;
    font-size: 5em;
    font-weight: bolder;
    color: #05c46b;
    text-align: center;
    padding-top: 7%;
    /* margin-top: 100px; */
}
#ic {
    color: #f39c11;
    font-size: 6em;
    margin-left: 2.5em;
}
#img{
    height: 200px;
    width: 500px;
    margin-left: 19em;
}
/* -------------------------------------------------HEADER fin ------------------------------------------------------- */

/* ------------------------------------------------- SECTION ------------------------------------------------------- */
.groupe{
    padding: 30px;
}
.card{
    margin-top: 20px;
}
#lot1{
    background-color: #11b4b4cc;
    backdrop-filter: blur(7px);
    /* box-shadow: 0 5px 3px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0); */
}
#lot2{
    background-color: #f39c11;
    backdrop-filter: blur(7px);
    /* box-shadow: 0 5px 3px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0); */
}
#lot3{
    background-color: #11b4b4cc;
    backdrop-filter: blur(7px);
    /* box-shadow: 0 5px 3px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0); */
}
#lot4{
    background-color: #f39c11;
    backdrop-filter: blur(7px);
    /* box-shadow: 0 5px 3px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0); */
}
h2{
    font-family: verdana;
    font-size: 1.5em;
    font-weight: bolder;
    text-align: center;
    color: #ffffff;

}

/* -------------------------------------------------SECTION FIN ------------------------------------------------------- */

/* -------------------------------------------------FOOTER ------------------------------------------------------- */
footer {
    background-color: rgb(255, 255, 255);
    /* height: 300px; */
    width: 100%;
    border-top: 7px solid #000000ef;
}
#texte{
    text-align: center;
    font-family: Verdana;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 5vh;
    letter-spacing: 10px;
}
.media{
    display: flex;
    justify-content: space-around;
}
.reference P{
    font-family: verdana;
    font-weight: 400;
}
.reference i{
    font-size: 2em;
    color: #f39c11;
    margin-bottom: 30px;
}
#ascend-logo{
    font-size: 0.4em;
    width: 70%;
    height: 50px;
    margin-left: 35px;
}
/* -------------------------------------------------FOOTER fin ------------------------------------------------------- */



/* --------------------------------- responsive ------------------------------------------- */
@media screen and (max-width: 600px){
    /* .bloc{
        width: 100%;
        height: 250px;
    } */
    #ic{
        margin-left: 0.6em;
    }
    .fa{
        opacity: 0%;
    }
    .texte{
        font-size: 2em;
        padding-top: 20%;
        border-bottom: 10px solid #ffffff;;
    }
    .navbar-nav  .nav-link:hover {
        background-color: #05c46b;
        border-radius: 20px;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        background-color: #f39c11;
        border-top: 1px solid #000000;
        /* border-bottom: 3px solid black; */
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: .4rem .65rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link:not(:last-child) {
        border-bottom: 1px solid #000000cf;
    }
    .dropdown-item{
        border-bottom: 1px solid #000000cf;
        font-size: 0.7em;
    }
    #logo{
        width: 30%;
        height: 30%;
    }
    .navbar-toggler{
        font-size: 0.3rem;
        background-color: white;
    }
    .nav-link{
        border-bottom: 1px solid #000000cf;
    }
    .reference i{
        font-size: 1.5em;
        color: #f39c11;
    }
    .reference p{
        font-size: 10PX;
    }

    
}
 /* --------------------------------- responsible fin ------------------------------------------- */
