/*!
  * Item: Kitzu
  * Description: Personal Portfolio Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v2.0.1
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */

/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/
/* Rendre les icônes réseaux visibles et bien placées sur mobile */
@media (max-width: 767.98px) {
  .home-area .fixed-wrapper {
    display: block !important;
    margin: 0;
    width: 100%;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: transparent;
  }
  .home-area .fixed-wrapper .fixed-block.block-left {
    display: none;
  }
  .home-area .fixed-wrapper .fixed-block.block-right {
    position: static;
    right: auto;
    bottom: auto;
    text-align: center;
    width: 100%;
  }
  .home-area .fixed-wrapper .social-icons {
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 10px 0;
  }
  .home-area .fixed-wrapper .social-icons li {
    display: inline-block;
    margin: 0 8px;
  }
}
