<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Divi ModÃ¨les Hama Subtheme
 Theme URI:    http://www.modeles-hama.com/
 Description:  Customs for Divi theme
 Author:       Simon JANVIER
 Author URI:   http://www.simonjanvier.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom
 Text Domain:  divi-modeles-hama-subtheme
*/

/* Container for pagination */
.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    clear: both;
}

/* Pages text */
.wp-pagenavi .pages {
    margin-right: 10px;
    color: #333;
}

/* Current page */
.wp-pagenavi .current {
    background-color: #2e71d4;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0 5px;
}

/* Page links */
.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last {
    color: #2e71d4;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #2e71d4;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Hover effect */
.wp-pagenavi a.page:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.last:hover {
    background-color: #2e71d4;
    color: #fff;
}

/* Ellipsis */
.wp-pagenavi .extend {
    margin: 0 5px;
    color: #333;
}

/* Carousel produit */
.owl-carousel .owl-item li{
    width: calc( 100% - 10px ) !important;
}</pre></body></html>