*{
    margin: 0;
    padding: 0;
    font-family: "Poppins" , "sans-serif";
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    transition: all.2s linear;
    
}
html{

    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 7em;
    scroll-behavior: smooth;

}
body{
    position: relative;
    
}
nav{
    
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 8%;
    height: 50px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2) ;

}
nav .logo{

    color: rgb(233, 33, 33);
    font-size: 30px;
    font-weight: 500;

}
nav .logo span {

    color:#000;
    font-weight: 500;
    font-size: 25px;
    
}



/* bg-gradiant secteur0 */



#secteur0 .bg-gradiant {
   width: 100%;
   height: 30svh;
   background-image: linear-gradient(black, rgb(233, 33, 33));

}


#secteur0 .bg-gradiant  h1 {
    
    margin: 50px;
    padding: 50px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    
}

/* secteur */

#secteur {
    height: 105px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    
}
#secteur  a{
font-size: 20px;
}

/* secteur1 */


#secteur1 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 8%;
    align-items: center;
    justify-content: center;
    position: relative;
}

#secteur1 .first h1 {
    font-weight: 700;
   

}

#secteur1 .first p {
    font-weight: 500;
    font-size: 16px; 
    color: #000000;
}
#secteur1 .first span {
    color: rgb(233, 33, 33) ;
} 



/* first */


.container{
    background-image: url(img/wepik-export.png);
    border-top-left-radius: 50%;
}

.container img , h1 p {
    padding: 20px;
}

.container h1 {
    font-weight: 700;
    margin-bottom: 15px;
}
.container p {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
.container img {
    max-width: 250px;
    margin-bottom: 20px;
}
.container span {
    color:rgb(233, 33, 33) ;
}
.container a  {
    text-decoration: none;
    padding: 10px;
    
}
.mt-6{
    margin-top: 60px;
}

.row .h-body {
    box-shadow:  0 0 20px rgb(0,0,0,0.3);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}





 /*menu responsive*/



nav menu-button {
    display: none;
    position: absolute;
    right: 25px;    
}
nav{
    display: flex;
}
nav ul{
    list-style: none;
    display: flex;
    align-items: center;

}
nav ul a {
    font-size: 14px;
    color: #000;
    font-weight: 300px;
    transition: 0.2s;
    padding: 0 15px;
    text-decoration: none;

    
}
nav ul a:hover {
    color:rgb(233, 33, 33);
}

.menu-button{
    display:none;
}


@media (max-width:610px) {
   
    .container .row{
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
         
    }

    .container img {
        padding: 20px;
    }

    nav{
        padding: 0 10px;
    }
    nav ul{
        position: absolute;
        top: 50px;
        width: 100%;
        height: 50px;
        left: 0;
        z-index: 2;
        align-items:center;
        background-color: #fff;
        overflow: hidden;
        justify-content: center;
        border-top: 1px solid #e7e7e7;
        transition: 1s;
        
    }
   
    nav ul li {
        padding: 8px;
    }

    .menu-button {
        display: block;
    }

    #menulist{
        transition: all 0.2s;
    }

}



footer{
    background-color:rgb(233, 33, 33) ;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
}

html::-webkit-scrollbar {
    width: 6px;
    background-color:  transparent;
}
html::-webkit-scrollbar-thumb {
    background-color:rgb(233, 33, 33) ;
}*{
    margin: 0;
    padding: 0;
    font-family: "Poppins" , "sans-serif";
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    transition: all.2s linear;
    
}
html{

    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 7em;
    scroll-behavior: smooth;

}
body{
    position: relative;
    
}
nav{
    
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 8%;
    height: 50px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2) ;

}
nav .logo{

    color: rgb(233, 33, 33);
    font-size: 30px;
    font-weight: 500;

}
nav .logo span {

    color:#000;
    font-weight: 500;
    font-size: 25px;
    
}



/* bg-gradiant secteur0 */



#secteur0 .bg-gradiant {
   width: 100%;
   height: 30svh;
   background-image: linear-gradient(black, rgb(233, 33, 33));

}


#secteur0 .bg-gradiant  h1 {
    
    margin: 50px;
    padding: 50px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    
}

/* secteur */

#secteur {
    height: 105px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    
}
#secteur  a{
font-size: 20px;
}

/* secteur1 */


#secteur1 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 8%;
    align-items: center;
    justify-content: center;
    position: relative;
}

#secteur1 .first h1 {
    font-weight: 700;
   

}

#secteur1 .first p {
    font-weight: 500;
    font-size: 16px; 
    color: #000000;
}
#secteur1 .first span {
    color: rgb(233, 33, 33) ;
} 



/* first */


.container{
    background-image: url(img/wepik-export.png);
    border-top-left-radius: 50%;
}

.container img , h1 p {
    padding: 20px;
}

.container h1 {
    font-weight: 700;
    margin-bottom: 15px;
}
.container p {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
.container img {
    max-width: 250px;
    margin-bottom: 20px;
}
.container span {
    color:rgb(233, 33, 33) ;
}
.container a  {
    text-decoration: none;
    padding: 10px;
    
}
.mt-6{
    margin-top: 60px;
}

.row .h-body {
    box-shadow:  0 0 20px rgb(0,0,0,0.3);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}





 /*menu responsive*/



nav menu-button {
    display: none;
    position: absolute;
    right: 25px;    
}
nav{
    display: flex;
}
nav ul{
    list-style: none;
    display: flex;
    align-items: center;

}
nav ul a {
    font-size: 14px;
    color: #000;
    font-weight: 300px;
    transition: 0.2s;
    padding: 0 15px;
    text-decoration: none;

    
}
nav ul a:hover {
    color:rgb(233, 33, 33);
}

.menu-button{
    display:none;
}


@media (max-width:610px) {
   
    .container .row{
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
         
    }

    .container img {
        padding: 20px;
    }

    nav{
        padding: 0 10px;
    }
    nav ul{
        position: absolute;
        top: 50px;
        width: 100%;
        height: 50px;
        left: 0;
        z-index: 2;
        align-items:center;
        background-color: #fff;
        overflow: hidden;
        justify-content: center;
        border-top: 1px solid #e7e7e7;
        transition: 1s;
        
    }
   
    nav ul li {
        padding: 8px;
    }

    .menu-button {
        display: block;
    }

    #menulist{
        transition: all 0.2s;
    }

}



footer{
    background-color:rgb(233, 33, 33) ;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
}

html::-webkit-scrollbar {
    width: 6px;
    background-color:  transparent;
}
html::-webkit-scrollbar-thumb {
    background-color:rgb(233, 33, 33) ;
}