/*
Template Name: Osahanin - Job Portal & Social Network HTML Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.0
*/
/*
    -- body
    -- Slider
    -- Top Nav
    -- Card Design
    -- Tab Design
    -- Login Page Designs
    -- People List
    -- Job List
    -- Network Item
    -- FAQ
    -- Chat
    -- Blog
    -- Gallery / Review
    -- Extra
    -- Mobile Media
*/
 @import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');
/* body */
 body {
    background: #3e5b9910;
    font-size: 16px;
    line-height: 28px;
    font-family: "Mukta", sans-serif;
    color: #7f8897;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.reference{
}
.reference P{
    padding-top: 15px;
    font-weight: bold;
    font-size: 15px;
    margin-left: 87.5px;
    margin-bottom: 15px;
}
.reference P a{
        color: #5e5e5e;

}
.identifiant{
    font-size: 11px;
    color: rgba(155, 152, 152, 0.904);
}
.contact-form{
width: 100%;
height: 100%; 
background-color: #fff;
border: 1px solid rgba(100, 97, 97, 0.219);
}
.evenem{
   
}
.evenement{
    display: flex;
    gap: 15px;
}
.img_evenement img{
    width: 400px;
}
.dif_cathegorie{
    display: flex;
    gap: 60px;
    margin: 15px;
    flex-wrap: wrap;
}
.dif_cathegorie button:active{
    color: #51be78;
    text-decoration: solid;
}
.dif_cathegorie button{
    border: none;
    background-color:#fff;
    cursor: pointer;
}
.dif_cathegorie button .active{
    color:#51be78 ;
    text-decoration: solid;
}

.cathegorie_produit h6{
    margin: 5px;
}

#title_produit{
    font-weight: bold;
    color: #233d63;
    font-size: 15px;    
}
#prix{
    color: chocolate;

}
a .cadre_img{
    padding: 15px;
    width: 270px;   
}
.lire_plus{
    color: rgb(0, 119, 255)
}
a .cadre_img img{
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 4px;
    
}
a .cadre_img:hover{
    background-color:rgba(211, 218, 226, 0.308) ;
}
a .cadre_img.hide{
    display: none;
}
.nom{
    margin-left: 85px;
    padding: 10px;
    background-color:#fff;
    width: 87.15%;
    margin-bottom: 15px;
    display: flex;
}
.noms_entreprise{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bolder;
    color: #233d63;
}
.bouton{
    margin-left: 10%;
    width: 400px;
    position: relative;
    float: left;

}
.bouton a{
}
.logos_entreprise{
    display: flex;
}
.footer__logo{
    width: 50%;
    object-fit: cover;
}
.logos_entreprise img{
    width: 120px;
    object-fit: cover;
}
.evenem{
    background-color: #51be78;
    width: 150px;
}
.evenem h5{
    padding: 3px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;

}
.imge{
    border-color: red;
    box-shadow: 10px;

}
#description_evement{
    font-size: 20px;
    font-weight: bold;
    color: #1d2f38;
}
.small_description{
    padding-top: 25px;
    padding-left: 10px;
}
.contact_fourniseur a{
    left: 320px;
    top: 3px;
    padding: 5px 15px 5px 15px;
    position: relative;
}
.footer{
    width: 203.5%;
    margin-left: -300px;
}
.sous-titre{
    font-size: 20px;
    color: #09090a91;
}
.localisation{
}
.logos img{
    width: 150px;
    border: ronde;
    object-fit: cover;
}
 p{
     color: #888da8
}
.Fichier_pro{
    display: flex;
}
.Fichier_pro div{
    padding-left:160px ;
}
.Fichier_pro a:hover{
 color: red;
}
/* End body */
/* Slider */
 .slick-arrow:before {
     color: #000;
     z-index: 99999;
}
 .slick-prev {
     left: 0;
     display: none;
}
 .slick-next {
     right: 9px;
     z-index: 9;
     background: #fff;
     border-radius: 50px;
     box-shadow: 0 6px 22px 0 rgba(0,0,0,0.08) !important;
}
/* End Slider */
/* Top Nav */
 
/* End Top Nav */
/* Card Design */
 .box.border {
     border: 1px solid #ffffff !important;
}
 .shadow-sm {
     box-shadow: 0 6px 22px 0 rgba(0,0,0,0.08) !important;
}
/* End Card Design */
/* Tab Design */
 .osahan-line-tab .nav-link {
     font-size: 14px;
     font-weight: 500;
     padding: 1rem!important;
     color:#888da8;
     position: relative;
}
.btn_categories button{
    height: 10px;
}
#Catégorie{
    height: 40px;
    padding: 5px;
    color: #4b4a4a;
    border-color: #51be78;
}
.btn_categorie{
    margin-top: 17px;
}
 .osahan-line-tab .nav-link.active {
     color: #51be78;
}
 .osahan-line-tab .nav-link.active:after {
     content: "";
     background: -moz-linear-gradient( #51be78 100%);
    /* ff3.6+ */
     background: -webkit-gradient(linear, left top, right top, color-stop(0%, #51be78), color-stop(100%, #51be78));
    /* safari4+,chrome */
     background: -webkit-linear-gradient(#51be78 100%);
    /* safari5.1+,chrome10+ */
     background: -o-linear-gradient(194deg, #51be78 100%);
    /* opera 11.10+ */
     background: -ms-linear-gradient(194deg, #51be78 100%);
    /* ie10+ */
     background: linear-gradient(256deg,0%, #51be78 100%);
    /* w3c */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff', endColorstr='#00c9e4',GradientType=1 );
    /* ie6-9 */
     height: 3px;
     position: absolute;
     bottom: -2px;
     left: 0;
     right: 0;
}
/* End Tab */
/* Login Page Designs */
 .osahan-login .form-control {
     background: #f8fafc;
     border-color: #eaebec;
}
 .icon-form-control i {
     display: flex;
     top: 0;
     bottom: 0;
     align-items: center;
     font-size: 16px;
     justify-content: center;
     width: 40px;
}
 .icon-form-control .form-control {
     padding-left: 40px;
}
 label {
     font-weight: 500;
}
 .custom-control label {
     line-height: 22px;
     font-weight: 400;
}
 .btn-outline-instagram {
     border-color: #2a5b83;
     background-color: #2a5b83;
     color: #fff;
}
 .btn-outline-linkedin {
     border-color: #187fb9;
     background-color: #187fb9;
     color: #fff;
}
 .btn-outline-facebook {
     border-color: #43619d;
     background-color: #43619d;
     color: #fff;
}
/* End Login Page Designs */
/* People List */
 .people-list .font-weight-bold {
     font-weight: 500 !important;
     word-break: break-all;
     overflow: hidden;
     white-space: nowrap;
}
 .people-list .btn-sm {
     font-size: .800rem;
}
 .people-list .font-weight-bold div {
     text-overflow: ellipsis;
     overflow: hidden;
}
/* End People List */
/* Job List */
 .job-item-header .img-fluid, .job-item-2 .img-fluid {
     width: 40px;
     height: 40px;
}
.profile-cover img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
/* End Job List */
/* Network Item */
 .overlap-rounded-circle .rounded-circle {
     width: 22px;
     height: 22px;
     border: 2px solid #fff;
     margin: 0 0 0 -9px;
}
 .overlap-rounded-circle {
     margin-right: 9px;
     padding-left: 9px;
}
 .image-overlap-2 .img-fluid {
     width: 75px;
     height: 75px;
     border: 4px solid #fff;
     margin: 0 -12px;
}
/* End Network Item */
/* FAQ */
.card-btn-arrow {
   display: inline-block;
   color: #377dff;
   margin-left: 1rem;
   transition: 0.3s ease-in-out;
}
.collapsed .card-btn-arrow {
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
/* End FAQ */
/* Chat */
.osahan-chat-box {
   height: 322px;
   overflow-y: scroll;
}
.osahan-chat-list {
   overflow-y: auto;
   height: 463px;
   min-height: 463px;
}
/* End Chat */
/* Blog */
.blog-card .card-footer img {
    margin: 0 11px 0 0;
     width: 33px;
 }
 .blog-card .badge {
     font-size: 12px;
     font-stretch: normal;
     font-style: normal;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: normal;
     margin: 0 0 12px;
     padding: 6px 10px;
     text-transform: uppercase;
 }
 .blog-card .badge-primary {
     background-color: rgba(92, 93, 232, 0.1);
     color: #5c5de8;
 }
 .blog-card .badge-danger {
     background-color: rgba(250, 100, 35, 0.1);
     color: #fa6423;
 }
 .blog-card .badge-success {
     background-color: #51be78;
     color: #00d8c8;
 }
 .blog-card .badge-dark {
     background-color: rgba(52, 58, 64, 0.19);
     color: #343a40;
 }
 .blog-card .badge-info {
     background-color: rgba(23, 160, 184, 0.17);
     color: #17a2b8;
 }
 .blog-card .badge-white {
     background-color: rgba(255, 255, 255, 0.81);
     color: #5c5de8;
 }
 .reviews-card .d-flex {
     height: 50px;
     width: 50px;
 }
 .reviews-card h5 small {
     color: #848484;
     font-size: 12px;
     margin: 0 0 0 8px;
 }
 .star-rating i {
    font-size: 11px;
    letter-spacing: -1px;
 }
 .list-icon i {
     float: left;
     font-size: 36px;
     line-height: 47px;
     width: 52px;
 }
 .list-icon {
     margin-bottom: 24px;
 }
 .list-icon strong {
     text-transform: uppercase;
     vertical-align: text-top;
 }
 .list-icon p {
     line-height: 11px;
 }
 .property-single-title {
     bottom: 0;
     left: 0;
     padding: 37px 0;
     position: absolute;
     right: 0;
 }
.reviews-card h5.mt-0 {
    font-size: 14px;
}
ul.sidebar-card-list {
    margin: 0;
    padding: 0;
}
.sidebar-card-list li a {
    display: inline-block;
    width: 100%;
    color: #585b5f;
}
.sidebar-card-list > li {
    line-height: 32px;
    list-style: none;
} 
.footer-social a {
    background: #007bff;
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
}
/* End Blog */
/* Gallery / Review */
.reviews-members img.mr-3 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.reviews-members {
    border-bottom: 1px solid #eaebec;
    padding: 17px 17px;
    margin: 0 -17px;
}
.reviews-members:last-child {
    border: none;
}
.gallery-box-main {
    border-radius: 10px;
    overflow: hidden;
}
.gallery-box:last-child {
    margin-bottom: 0px;
}
.gallery-box img:last-child {
    margin-right: 0px;
}
.gallery-box {
    align-items: center;
    display: flex;
    margin-bottom: 2px;
    justify-content: space-between;
}
.gallery-box img {
    width: 34%;
    border-right: 2px solid transparent;
}
/* End Gallery / Review */
/* Extra */
 a{
     text-decoration: none !important;
}
 div, a{
     outline: none !important;
}
 .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
     padding-right: 8px;
     padding-left: 8px;
}
 .row {
     margin-right: -8px;
     margin-left: -8px;
}
 .osahan-share-post textarea {
     resize: none;
}
 .text-success {
     color: #00c9a7 !important;
}
 .text-danger {
     color: #51be78 !important;
}
 .text-warning {
     color: #ffc107 !important;
}
 .text-info {
     color: #00dffc !important;
}
 .bg-success {
     background-color: #00c9a7 !important;
}
 .bg-danger {
     background-color: #de4437 !important;
}
 .bg-warning {
     background-color: #ffc107 !important;
}
 .bg-info {
     background-color: #00dffc !important;
}
 .badge-success {
     color: #fff;
     background-color: #00c9a7;
}
 .badge-danger {
     color: #fff;
     background-color: #de4437;
}
 .badge-warning {
     color: #1e2022;
     background-color: #ffc107;
}
 .badge-info {
     color: #1e2022;
     background-color: #00dffc;
}
 .border, .card {
     border: 1px solid #eaebec!important;
}
 .border-top {
     border-top: 1px solid #eaebec!important;
}
 .border-bottom {
     border-bottom: 1px solid #eaebec!important;
}
 .border-left {
     border-left: 1px solid #eaebec!important;
}
 .border-right {
     border-right: 1px solid #eaebec!important;
}
 .list-group-item{
     border-color: #eaebec!important;
}
 .btn-light {
     color: #fff;
     background-color: #51be78;
     border-color: #51be78;
}
 .btn-light:hover {
     color: #51be78;
     background-color: #fff;
     border-color: #51be78;
}
 .btn-primary{
     background: -moz-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ff3.6+ */
     background: -webkit-gradient(linear, left top, right top, color-stop(0%, #007bff), color-stop(100%, #00c9e4));
    /* safari4+,chrome */
     background: -webkit-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* safari5.1+,chrome10+ */
     background: -o-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* opera 11.10+ */
     background: -ms-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ie10+ */
     background: linear-gradient(256deg, #00c9e4 0%, #007bff 100%);
    /* w3c */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff', endColorstr='#00c9e4',GradientType=1 );
    /* ie6-9 */
     border-color: #007bff;
}
 .text-gold {
     color: #d3ac2b;
}
 .btn-outline-gold {
     color: #d3ac2b;
     border-color: #d3ac2b;
}
 .btn-outline-gold:hover {
     color: #ffffff;
     background-color: #d3ac2b;
     border-color: #d3ac2b;
}
 .dropdown-menu{
     border-color: #eaebec;
}
 .dropdown-item {
     padding: 6px 1rem;
}
 .btn-outline-secondary {
     color: #b7b9cc;
     border-color: #b7b9cc;
}
 .btn-outline-secondary:hover, .btn-outline-secondary:focus {
     color: #ffffff;
     border-color: #b7b9cc;
     background-color: #b7b9cc;
}
 .bg-dark {
     background: #1d2f38 !important;
}
 .form-control, .btn {
     font-size: 13px;
}
.input-group-text, .custom-select{
  font-size: 13px;
}
 .text-dark {
     color: #1d2f38 !important;
}
 .small, small {
     font-size: 12px;
}
 .no-arrow .dropdown-toggle::after {
     display: none;
}
 .text-truncate {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .dropdown .dropdown-menu, .dropdown-item {
     font-size: .85rem;
}
 .text-gray-500 {
     color: #b7b9cc!important;
}
 .dropdown-list-image {
     position: relative;
     height: 2.5rem;
     width: 2.5rem;
}
 .dropdown-list-image img {
     height: 2.5rem;
     width: 2.5rem;
}
 .dropdown-list-image .status-indicator {
     background-color: #eaecf4;
     height: .75rem;
     width: .75rem;
     border-radius: 100%;
     position: absolute;
     bottom: 0;
     right: 0;
     border: .125rem solid #fff;
}
/* Extra End */
/* Mobile Media */
@media (max-width: 768px) {
	.osahan-nav-top .dropdown-menu {
		width: 100% !important;
	}
	.osahan-nav-top .nav-item.dropdown {
		position: unset;
	}
	.osahan-line-tab .nav-link {
		font-size: 13px;
	}
	.job-tags .btn {
		margin: 3px 1px !important;
	}
	.profile-right {
		display: inline-grid;
	}
	.profile-right .btn {
		margin: 2px 0 !important;
	}
}
/* End Mobile Media */


/*profile produit*/
.profil_produit{
    background-color: #fff;
}
.bloc1{
    display: flex;
    flex-wrap: wrap;
}
.img_produit img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.quantites{
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.quantite{
    text-align: center;
    color: #233d63;

}
.prix_produit{
    color: #fa6423;
    font-weight: bold;
}
.nom_produit h5{
    font-size: 25px;
}
.information_business{
    background-color: #3e5b9910;
    padding: 5px;

}
.Checked button img{
    width: 20px;
    object-fit: cover;
}
.name_business{
    font-weight: bold;
    color:#233d63;
}
.nom_produit h2{
    text-transform: uppercase;
    font-weight: bold;
} 
.infos_business{
    display: flex;
    flex-wrap: wrap;
    gap: 120px;
    padding: 5px;


}
.lieu{
    position: relative;
    top: 10px;
}
.infos_business  p{
    color:#233d63;
}
.Checked{
    width: 100px;
    text-align: left;
    position: relative;
    bottom: 18px;
}
.Checked button{
    width: 120px;
    background-color: #fff;
    border: none;
    border-radius: 3px;
}
.Checked p{
    position: relative;
    left: 11px;
    font-style: italic;
}
.detail_produits{
    position: relative;
    bottom: 30px;
}
.Check{
    background-color: rgba(255, 127, 80, 0.103);
}
.qte input{
    width: 100px;
}
.qtes{
    font-size: 19px;
    font-weight: bold;
    color: #fa6423;
}
.detail{
    display: flex;
    flex-wrap: wrap;
}
.filterable_cards{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.commeder{
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    padding: 5px;
    background-color: #51be78;
    border: none;
    width: 100%;
}
.call_supplier{
    width: 100%;
    font-size: 25px;
    border: none;
    color:#fff;
    background-color:#fa6423;
    padding: 5px;
}
#cadre_produit a{
    border: none;
}

#cadre_produit a img{
    height: 120px;
    object-fit: cover;

}

/*contacter le fournisseur*/
.contenues{
    margin: 100px;
    border-radius: 15px;
}

.formulaire_de_contact{
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #233d63;
    text-align: center;
}
.id_entreprise{
    display: flex;
    gap:20px;
    background-color: #3e5b9910;
    padding: 5px;
}
.formulaire_fournisseur .form-control{
    width: 350px;
    background-color: #3e5b9910 ;
}
.imput-group textarea{
    width: 100%;
    padding: 10px;
    background-color: #3e5b9910;
    border: none;
    border-radius: 5px;
}
.objet_selection{
    width: 550px;
    border-color: #3e5b9938;
}
.formulaire_fournisseur .input_form{
    display: flex;
    flex-wrap: wrap;
    gap: 33%;
}
.formulaire_fournisseur h5, label{
    padding-left: 10px;
}
.nom_entreprises{
    position: relative;
    top: 20px;
}
#nom_entreprise{
    font-weight: bold;

}
.Logo_entreprise img{
    width: 100px;
    height: 100px;
}
.boutons{
    position: relative;
    left: 35%;
    padding: 5px 25px 5px 25px;
    color: #fff;
    background-color: #51be78;
    font-size: 25px;
}
.boutons:hover{
    color:#51be78 ;
    background-color:#fff ;
}
.formulaire_fournisseur h6{
    font-weight: bold;
    font-size: 20px;
}
.explication{
    font-size: 15px;
    color: #000000a6;
}


/*Formulaire de demande de cotation*/
.formulaire_de_demande{
    background-color: #fff;
    padding: 50px;
    width: 65%;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.123) !important;

}
.formulaire_de_demande h4,h6{
    font-weight: bold;
}
.text_label{
    color:#233d63;
}
.etoile{
    color: red;
    font-size: 20px;
    font-weight: bold;
}
.presentation{
    background-color: #fff;
    margin: 30px;
    padding: 10px 80px 10px 80px;
}
.input_form{
    display: flex;
    flex-wrap: wrap;
    gap: 270px;
}
.input_forms{
    display: flex;
    flex-wrap: wrap;
    gap: 175px;
    margin-top:-15px ;
}
.inputs_form{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.boutons2{
    left: 28%;
}
.form2 select{
}
.form-group input{
    width: 100%;
    background-color: #3e5b9910;
    border-radius: 0%;
    height: 35px;
}
#form-input{
    background-color: #fff; 
}
#form-input:hover{
    border-color: #51be78;
}
.message_aux_clients{
    margin: 30px 240px 100px 240px;
}
.unite{
    font-size: 12px;
    position: relative;
    bottom: 14px;
}
.selection select{
    width: 290px;
    border-radius: 0%;
    color:#000000b7;
    height: 35px;
    border-color:#3e5b992f ;

}
.capacite_max{
    font-size: 13px;
}
textarea{
    width: 100%;
    background-color: #3e5b9910;
    padding: 10px;
    color:#000000b7;
    border-color: #3e5b992f ;
}

/*details produit*/

.main_detail{
    background-color: #fff;
}
.detail_commande{
   width: 75%;
}
.detail_facture{
    background-color: #3e5b9910;
    padding: 20px;
}
.detail_commande{
    margin: 3%;
    margin-bottom: 3%;
}
.titre{
    background-color: #51be78;
    padding: 5px 20px 5px 20px;
    width: 450px;
}
.titre h3,.sous-titres h5{
    color: #fff;
}
.sous-titres{
    background-color: #f6911b;
    width: 350px;
    padding: 5px 20px 5px 20px;
}
.form_detail input{
    width: 250px;
}
.form_detail .input_form{
    gap: 80px;
}
.{
    border-bottom: #3e5b9971;
    background-color:#3e5b9910 ;
    border-radius: 0%;
}
.pays_liste{
    background-color:#3e5b9910 ;
    border-radius: 0%;
}
.boutons3{
    position: relative;
    left: 40%;
}

/*differents secteur*/

.secteur1{
    height:60%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.secteure1{
    width: 48%;
    background-color: #fff;
    box-shadow: 0.25px 2px 1px 0px rgba(46, 45, 45, 0.342);
    border-radius: 2%;
    position: relative;
}
.secteure1 img{
    height: 130px;
    width: 100%;
    object-fit: cover;
    border-radius: 2%;    

}
.autre_entreprise{
    background-color: #51be78 ;
    color: #fff;
}
.autre_entreprise:hover{
    background-color: #fff;
    color: #51be78 ;
    border-color: #51be78;
}
.autre_secteur:hover{
    background-color: #f78809b0;
    
}
.autre_secteur{
    border: none;
    background-color: #fff;
}
.secteure1 ul{
    margin-top: 10px;
    margin-bottom: 12vh;
}
.secteure1 ul li p{
    font-size: 16px;
    color: #1d2f38;
}
.containers{
    display: flex;
}
.autres_secteurs{
    display: block;
}
#btn-voir-plus{
    width: 100%;
    text-align: center;

}
#btn-voir-moins{
    display: none; 
    width: 100%;
    text-align: center;

}
.voir_plus{
    cursor: pointer;
    position:relative;
}
.voir_plus{
    padding: 7px 39.5% 7px 39.5%;

}
.voir_plus:hover{
    background-color: #f78809b0;
    border-radius: 8px;
}
.hr_nom_secteur{
    width: 90%;
    text-align: center;
    position: relative;
    left: 20px;
}
.hhhh{
    margin-top: -35px;
}
.headers{
    box-shadow: 0px 2px 1px 0px rgba(19, 18, 18, 0.342);

}
.voirplusetmoins{
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.btn-voir-moins{
    display: none;
}
.publicite img{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.btn_autres_pub button{

    background-color:#51be78 ;
    border-color:#51be78 ;
    color: #fff;
}
.autre_entreprises{
    position: relative;
    left: 23%;
}
.btn_autres_pub button:hover{
    background-color:#fff ;
    border-color:#51be78 ;
    color: #51be78;
}
.detail_secteur img{
    width: 100%;
    height: 200px; 
    object-fit: cover;
}
.images{
    width: 100%;
}
.bodies{
    background-color: white
}
.bodymain{
    margin-top: -3.5%;
}
#secteurs .dropdown-item a p{
    color:#1d2f38;
    font-size: 15px;
}
.baniere_secteur{
    width: 100%;
}
.form_edit{
    gap: 125px;
}
