body,
html {
    margin: 0;
    padding: 0;
    background-color: var(--bg_body);
    color: var(--txt_body);
    font-family: var( --font-family-sans-serif) !important;
    height: auto !important;
    /* cursor: url(/images/circle.png), pointer !important; */
}

html {
    scroll-behavior: smooth;
}
a {
    transition-duration: 0.3s;
    color: inherit;
}
a:hover{
    text-decoration: none;
    color: inherit;
    /* text-shadow: 1px 3px 7px rgb(0 0 0 / 64%); */
}

h1,
h2,
h3 {
    font-family: var(--fontUse_titres);
}

.img_top {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    width: 100%;
    position: relative;
}

.gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(12px) grayscale(0.5) opacity(1);
    opacity: 0;
    transition-duration: .3s;
    background: linear-gradient(30deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.img_top:hover .gradient,
.img_bottom:hover .gradient {
    opacity: 1;
}

.infos_svc,
.details_portf {
    margin: auto;
    text-align: center;
    /* border:solid 1px red; */
    color: white;
    opacity: 0;
    padding: 40px;
}

.infos_svc p,
.details_portf p {
    margin: 0 20px;
    text-align: justify;
}

.img_top,
.img_bottom,
.infos_svc {
    transition-duration: 0.3s;
    border-radius: 17px;
    overflow: hidden;
    background-position: center;
}

.img_top:hover .opaque,
.img_bottom:hover .opaque {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* display: none; */
}

.img_top:hover .infos_svc,
.img_bottom:hover .infos_svc {
    opacity: 1;
    /* background:linear-gradient(to bottom, rgba(92, 77, 66, 0.5) 0%, rgba(92, 77, 66, 0.2) 100%) ; */
}

.img_bottom {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin: auto; */
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 200px;
    width: 100%;
    /* position:absolute;
top: 50%; */
}

.infos_div,
.infos_div2 {
    text-align: center;
    margin: 20px;
    padding: 20px;
}

.infos_div1 {
    margin: 20px;
    padding: 20px;
}

.section {
    /* margin: 50px 0px ; */
    padding: 30px 30px;
}

.img_equipe {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto;
    width: 200px;
    padding: 5px;
}

.content {
    text-align: center;
    padding: 20px;
}

.content p {
    text-align: justify;
}

.footer-icons,
.copyright {
    text-align: center;
    padding: 20px;
}

.footer-icons a {
    display: inline-block;
    color: var(--secondary);
    font-size: 25px;
}

.img_prod {
    height: 150px;
    width: 150px;
    /* padding: 10px; */
    background-repeat: no-repeat;
    /* background-size: contain; */
    margin: auto;
    background-position: center;
}

.img_prodproduct {
    height: 400px;
    width: 400px;
}

.btn_prod {
    width: 70%;
}

.cont {
    width: 100%;
}

.logo {
    display: flex
}

.logo a {
    margin: auto;
}

.navbarre {
    align-items: center;
    background-color: var(--bg_navbar);
    color: var(--txt_navbar);
}

.navbar-light .navbar-nav .nav-link,
.navbarre a {
    color: var(--txt_navbar);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--txt_nav_hov);
}

.titrehead {
    margin: auto;
    /* background-color: red; */
}

.header {
    min-height: 100vh;
}

.toggle_btn {
    position: absolute;
    right: 15px;
    top: -39px;
    padding: 2px 5px;
    background-color: var(--primary) !important;
    /* border: 1px solid var(--primary) !important; */
    border: none !important;
}

.box1 {
    display: flex;
    margin: 10px 0 0 0;
}

.box {
    width: 20px;
    height: 20px;
    margin: 0 15px;
    color: var(--primary);
    font-size: 20px;
}

.hexagon-shape {
    position: fixed;
    overflow: hidden;
    background: transparent;
    /* add slash at the end of line to see the rhombus *
    outline: solid 1px red;/**/
    width: 45.28px;
    height: 45.28px;
    transform: rotate(-30deg) skewX(30deg) scaleY(.866);
    right: 23px;
    bottom: 23px;
    z-index: 666;
}

.hexagon-shape:before {
    position: absolute;
    right: 6.7%;
    bottom: 0;
    left: 6.7%;
    top: 0;
    transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
    background: var(--primary);
    content: '';
}

.chev_up {
    margin: auto;
}

#chevup_link {
    color: white;
    display: none;
    /* background-color: var(--secondary); */
}

.chev_up svg {
    transform: rotate(45deg);
    font-size: 20px;
    font-weight: bold;
}

.img_news {
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
}

.img_p {
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    height: 400px;
}

.window-md-plus {
    max-width: 80vw;
}

.logo_fen {
    text-align: center;
}

.lire_suite {
    padding: 50px 20px;
    margin-top: 50px;
}

.refs {
    margin: 40px auto;
}

.about-image {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    height: 500px;
}

.resume {
    height: 100px;
    padding-top: 10px;
}

footer {
    background: var(--bg_footer);
    color: var(--txt_footer);
}

footer a {
    color: var(--txt_footer);
    /* font-size: 25px; */
}

footer a:hover {
    color: var(--txt_nav_hov);
}

.topp {
    position: absolute;
    top: 0;
}

.coordonees {
    color: black;
}

.coordonees:hover {
    text-decoration: none;
    color: var(--primary);
}

.pagee {
    margin-top: 230px;
}

.cont {
    padding-bottom: 25px;
}

.social a {
    color: var(--primary);
}

.area-padding {
    padding: 100px 0px;
}

.servicess {
    margin-top: 50px;
    margin-bottom: 50px;
}

.toc {
    border-color: var(--PRIMARY);
    color: var(--PRIMARY);
}

.toc:hover {
    background-color: var(--PRIMARY);
    border-color: var(--PRIMARY);
    color: white;
}

.logo {
    background-color: var(--bg_topbar);
}

.fullnavbar {
    width: 100%;
    background-color: var(--bg_navbar);
}

.about-content {
    overflow: hiden;
}

.cat_list {
    text-align: center;
}

.img_portf {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    margin: auto;
}

.img_portf:hover .opaque {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* display: none; */
}

.img_portf:hover .details_portf {
    opacity: 1;
}

.img_portf,
.details_portf {
    transition-duration: 00.3s;
}

.div_image {
    margin: 20px;
    height: 200px;
    display: flex;
}

.div_image img {
    max-height: 200px;
}

.area-padding-2 {
    padding: 100px 0px 70px;
}

.dropdown-menu .show ul {
    background: var(--bg_navbar_mobile) !important;
}

.img_left,
.img_right {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 400px; */
    height: 100%;
    width: 100%;
}

.header {
    position: relative;
}

.titrehead {
    z-index: 1;
}

.textssss {
    z-index: 20;
}

.backgroundss {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
    z-index: -0;
}

@keyframes text {
    0% {
        left: 110%;
    }
    100% {
        left: 0;
    }
}

.btn-primary {
    background-color: var(--primary);
    /* color: var(--primary-txt); */
    border-color: var(--primary);
}

.btn-secondary {
    background-color: var(--secondary);
    color: var(--secondary-txt);
    border-color: var(--secondary);
}
.fs-80{
    font-size:80px;
}
.owl-dots{
    display: none;
}
.div_frac_1 .texte, .div_frac_2 .texte{
	padding: 30px;
} 


.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    /* height: 200px; */
    max-width: 100%;
}

.default-img {
    height: 250px;
}

.product-content {
    margin-top: 50px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.breadcrumbs {
    background-color: var(--color5);
    color: var(--color5-txt);
    padding-top: 13px;
    margin-top: 150px;
}
.breadcrumbs .bread-inner {
    z-index: 22;
    text-align: left;
}
.breadcrumbs .bread-list {
    display: inline-block;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
}
	
.breadcrumbs ul li a {
    color: var(--color5-txt);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .social {
        margin-left: 0 !important;
        padding: 10px;
    }
    .img_news {
        margin-top: 20px;
        margin-bottom: 250px;
    }
    .infos_div2 {
        margin: 10px 0px;
        padding: 5px;
    }
    .resume {
        height: 180px;
    }
    .navbar-collapse {
        background: var(--bg_navbar);
        margin: 5px -46px;
        padding: 0px 50px;
    }
    .logo {
        margin: 0;
    }
    .logoo {
        height: 60px !important;
        padding: 10px 0;
    }
    .navbar-light .navbar-nav .nav-link {
        color: var(--txt_navbar);
    }
    .img_top {
        min-height: 300px;
        height: auto;
        margin: 10px auto;
    }
    .img_bottom {
        min-height: 300px;
        margin-top: 0;
        height: auto;
    }
    .infos_svc,
    .details_portf {
        padding: 40px;
        opacity: 1;
    }
    .titrehead {
        margin: auto;
        /* padding-top: 220px; */
        padding-left: 21px;
        padding-right: 21px;
        /* background-color: red; */
    }
    .opaque {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
    }
    .fullnavbar {
        padding: 20px 0;
        padding-bottom:0
    }
    .navbarre_show {
        background: var(--bg_navbar_mobile);
        /* background:var(--color4) ; */
        -webkit-box-shadow: 0px 12px 9px -9px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 12px 9px -9px rgba(0, 0, 0, 0.25);
        padding-top: 15px;
    }
    .social {
        margin-left: 0 !important;
    }
    #btn_news {
        margin-left: 15px;
    }
    .textes p {
        font-size: 16px;
        padding-top: 15px;
        font-family: var(--font-family-sans-serif);
        padding: 10px;
    }
    .btn-xl,
    .banner-btn {
        margin-bottom: 10px;
    }

    .img_left,
.img_right {
   
    height:350px;
  
}
.gradient{
    opacity: 0.9;
}

.img_left, .img_right {
   
    height:300px;
    width: 100vw;
    
    
  
  }
  /* .meoww{
    margin-left:-30px !important;
    margin-right: -30px !important;
  
  } */
  .div_frac_1 .texte, .div_frac_2 .texte{
  padding: 30px 15px;
  } 
  .div_frac_1 .col_one , .div_frac_2 .col_one {
  padding: 0;
  } 

  .accordionbox{
    padding:1rem ;

}
.breadcrumbs {
    margin-top: 213px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.product-area {
  margin: 0 15px;
  padding: 0;
}
.product-area .container{
    padding-left: 0 !important;
    padding-right: 0!important;
}



}

/* .firstSection {
    margin-top: 92px;
} */

