/*
 Theme Name:     Divi creative agency
 Theme URI:      https://demo.infomaniak.com/preview?t=divi-creative-agency
 Description:    Votre site sera constitue de plusieurs pages (accueil, blog, contact, etc...) que vous pourrez librement personnaliser selon vos besoins.
 Author:         Infomaniak
 Author URI:     https://www.infomaniak.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

div#team {
    background: black;
    color: white !important;
}

div#about {
    background: black;
    color: white !important;
}

header#main-header {
    background: black;
    color: white !important;
}

#top-menu a {
    color: rgb(255 255 255 / 60%);
    text-decoration: none;
    display: block;
    position: relative;
    -webkit-transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

#top-menu li li a {
    padding: 6px 20px;
    width: 200px;
    color: black;
}

.et_pb_section.et_pb_section_0.et_section_regular {
    background: black;
    color: white !important;
}

h3.et_pb_gallery_title {
    color: white;
}