/*
Theme Name: Child Theme 
Description: Child Theme 
Author:  ET
Author URI:  ET
Template: Divi
Version:  1.0.1
*/

@import url("../Divi/style.css");
 
/* ---- Theme customizations ---- */
#footer-bottom {
    background-color: #f0f3fb;
    position: relative;
}
#footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%; /* centre la ligne si elle fait 50% */
    width: 50%;
    height: 1px;
    background-color: #d2d8e4; /* couleur de ta bordure */
}
#turnkey-credit {
    display: none;
    visibility: hidden;
}
