*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    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;
    display: flex;
    justify-content: space-between;
    width: 100%;
    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;
}


@media screen and (max-width: 600px) {
    /* CE LOT CEST POUR RENDRE LA BARRE DE NAVIGATION RESPONSIVIE */
    .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;
    }
    .reference p{
        font-size: 10PX;
    }
}

/* -------------------------------------------------navbar fin ------------------------------------------------------- */

/* -------------------------------------------------HEADER fin ------------------------------------------------------- */
.texte{
    font-family: verdana;
    font-size: 5em;
    font-weight: bolder;
    color: #05c46b;
    text-align: center;
    padding-top: 7%;
    /* margin-top: 100px; */
}
.localisation i{
    color: #05c46b;
    font-size: 2em;
}
.contact i{
    color: #05c46b;
    font-size: 2em;
}
.email i{
    color: #05c46b;
    font-size: 2em;
}
.mapouter {
    position: relative;
    text-align: right;
    /* width: 600px;
    height: 400px; */
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 400px;
    height: 300px;
}

.gmap_iframe {
    width: 400px !important;
    height: 300px !important;
}
.container{
    margin-top: 40px;
    margin-bottom: 30px;
}
.bloc{
    background-color: #ecf0f1;
    padding-top: 50px;
    padding-bottom: 50px;
}
/* -------------------------------------------------HEADER fin ------------------------------------------------------- */










/* --------------------------------- 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------------------------------------------- */
