*, ::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: #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;
}
.dropdown:hover .dropdown-menu { 
    display: block; 
} 
.navbar-nav .nav-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffff;
    align-items: center;
}
.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 ------------------------------------------------------- */

/* -------------------------------------------------Agence------------------------------------------------------- */
#icon2{
  width: 100%;
  height: 100%;
}
#icon3{
  width: 80%;
  height: 80%;
  padding-left: 10px;
  margin-left: 12%;
}
.titre-icon h2 {
    font-size: 1.8em;
    color: #ef1e06;
    font-weight: bolder;
    font-family: verdana;
    text-align: center;
}
.icons{
    color: #ef1e06;
    font-size: 8em;
    text-align: center;
}
.agence{
    border-bottom: 5px solid #11b4b4cc;
}
.partie2{
    background-color: rgba(255, 255, 255, 0.897);
    padding-top: 20vh;
    backdrop-filter: blur(7px);
}
.partie2 p{
    font-family: Verdana;
    font-size: 1em;
    margin-left: 8vh;
}
.partie1{
    background-color: #11b4b4cc;
    padding-top: 10vh;
}

/* -------------------------------------------------Agance fin ------------------------------------------------------- */
/*------------------------------------- description des different type de site ------------------------------------------------*/
.flex-container {
    background-color: #ffffffde;
    padding: 30px 20px;
}
.card-img-top img{
    width: 100%;
    height: auto;
}
.card-title h5{
    text-align: center;
    font-size: 1.5em;
    font-weight: bolder;
    font-family: verdana;
    color: #ef1e06;
    text-shadow:1px 0 3px  black;
}
.card-titre p {
    margin-top: 20px;
}
.card-text p{
    font-family: verdana;
    text-align: justify;
}
.corp{
    margin-top: 20px;
}
/* .corp1{
    padding-left: 30px;
    padding-right: 30px;
} */
.card-titre h1{
    text-align: center;
    font-size: 1.5em;
    font-weight: bolder;
    font-family: verdana;
    color: #ef1e06;
    text-shadow:1px 0 3px  black;
}

/*------------------------------------- description des different type de site ------------------------------------------------*/

.decris h4 {
    text-align: center;
    font-size: 1.5em;
    font-weight: bolder;
    font-family: verdana;
    color: #ef1e06;
    text-shadow:2px 0 4px  black;
}
.container-xl{
    font-family: verdana;
    font-size: 1em;
    padding-left: 4rem;
    padding-right: 4rem;
}
.fa-check {
    color: #c0392b;
}
.detail p{
    text-transform: uppercase;
    font-family: verdana;
    font-weight: bold;
    font-size: 0.8em;
}


/* --------------------------------- Pied de page ------------------------------------------- */
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;
}
/* --------------------------------- fin Pied de page------------------------------------------- */
    
 /* --------------------------------- responsive ------------------------------------------- */
 @media screen and (max-width: 600px){
    .icons{
        font-size: 6em;
    }
    .decris{
        background-color: #ffffff;
    }
    .decris h4{
        font-size: 1.5em;
        color: #ef1e06;
        text-shadow: none;
    }
    .decris p{
        text-shadow: none;
        color: black;
        font-size: 0.8em;
    }
    .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.5rem;
        background-color: white;
    }
    .nav-link{
        border-bottom: 1px solid #000000cf;
    }
    .reference i{
        font-size: 1.5em;
    }
    .reference p{
        font-size: 10PX;
    }
    
}
 /* --------------------------------- responsible fin ------------------------------------------- */
