/*
 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
*/
 

/*============================================================*/
/*====================Homepage & Général=====================*/
/*==========================================================*/
.colcenter{display: flex; flex-direction: column; justify-content: center;}
/* Scroll */
::-webkit-scrollbar { width: 15px; }
/* Track */
::-webkit-scrollbar-track { background: rgba(64, 64, 64, 0.25); }
/* Handle */
::-webkit-scrollbar-thumb { background: rgba(76, 190, 233, 0.5); }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #4cbee9; }
/* to top */
.et_pb_scroll_top { bottom: 10px !important; right: 10px !important; border-radius: 50% !important; background-color: #52bde5 !important; }
