/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
#page-container{
    opacity: 0;
}
.none{
 display: none!important;
}

#progress-bar {
    position: fixed;
    right: 0;
    top: 0;
    width: 4px; /* Adjust the width as needed */
    height: 100%;
    background: #f86b4f; /* Adjust the color as needed */
    z-index: 9999;
    transform: scaleY(0); /* Initially hidden */
    transition: transform 0.3s ease; /* Smooth transition */
}
html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

/*PRE-LOADER*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f86b4f;
  overflow: hidden;
  z-index: 1;
}

.loading-image{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.mask{
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  z-index:2;
  opacity:0;
  visibility:hidden;
}

.image{
  margin: 30px 0;
}

.wave {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

/*HEADER*/
.header .et_pb_row{
    display: flex;
}

.header-logo {
    width: 80px;
    margin-bottom: -10px;
}

.header-menu.et_pb_menu .et_pb_menu__menu,.header-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
 
.header-menu .et_mobile_nav_menu {
    display: none;
}
.header-menu a{
    font-size: 16px;
    color: #282820;
}

/*FOOTER*/
.footer-logo svg .d{
    fill: #ffffff!important;
}
.footer-logo{
    width: 100px!important;
}
.footer .et_pb_row{
    display: flex;
}
.footer .et_pb_icon{
    display: flex;
    margin: 15px;
    float: right;
}

/*Tags*/

.tag-client{
  background-color: #6d5c27 !important;
  border-radius: 25px;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin:0.25em;
}
.tag-projet-personnel{
  background-color: #d79f62 !important;
  border-radius: 25px;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin:0.25em;
}
.tag-branding{
  background-color: #be918c !important;
  border-radius: 25px;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin:0.25em;
}






