<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Papeteriedeslacsbyinova
Version: 2.0
Description: A child theme of Divi
Template: Divi
Author: Administrator
*/
@import url("../Divi/style.css");

.promo-seule{
    display: flex;
    justify-content: center;
    align-items: center;
}

.preface img {
    transform: rotate(-5deg);
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
	height: 250px;
}

.txt-promo{
    margin-left: 30px;
}

.titre-promo{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}


/*------------------------------------------------------------*/
/*------------- GESTION HEADER ET FOOTER ---------------*/
/*------------------------------------------------------------*/
/* On dÃ©sactive les header et footer de DVI 
#top-header,
#main-header,
#main-footer {
    display: none !important;
}

/* On cache le sticky_header sur desktop*/

/* Your awesome customization starts here */
#sticky_header {
    width: 100%;
}

@media (max-width: 1385px) {
    #menubar a {
        font-size: 14px !important;
    }
}

#slider .et_pb_button_wrapper {
    background-color: rgba(77, 79, 76, 0.75);
    padding-bottom: 25px !important;
}

/*------------------------------------------------------------*/
/*------------- GESTION STICKY DESKTOPS SCROLL ---------------*/
/*------------------------------------------------------------*/
@media (min-width: 981px) {
    #sticky_header {
        width: 100%;
        /* position: fixed; */
        z-index: 99999;
    }

    body.wp-admin #sticky_header {
        position: static !important;
    }

    #sticky_logo img {
        max-height: 70px !important;
    }
}

@media (max-width: 980px) {
    #sticky_header {
        position: static;
    }
}

.hidden {
    display: none !important;
}

@media (min-width: 981px) {
    .hidden_lg {
        display: none !important;
    }
}

/*------------------------------------------------------------*/
/*------------ GESTION HEADER MOBILES + TABLETTES ------------*/
/*------------------------------------------------------------*/
@media (max-width: 980px) {

    .primary_menu_fixed .et_pb_menu_inner_container,
    .primary_menu_fixed .et_pb_menu__wrap {
        justify-content: center !important;
    }

    body:not(.wp-admin) #col_logo img {
        max-height: 70px !important;
    }
}

/*------------------------------------------------------------*/
/*------------------ GESTION FOOTER STICKY -------------------*/
/*------------------------------------------------------------*/

@media (min-width: 768px) {
    #sticky-footer {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #sticky-footer {
        display: block !important;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 999 !important;
    }
}

/*------------------------------------------------------------*/
/*-------------CENTRAGE VERTICAL DANS DIV---------------------*/
/*------------------------------------------------------------*/
.ds-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ds-vertical-align-bottom {
    display: flex;
    align-items: flex-end;
}

.align-center {
    margin: auto !important;
}

/*------------------------------------------------------------*/
/*------------- CSS : PERSO ----------------------------*/
/*------------------------------------------------------------*/



#menu-menu-principal {
	margin-top: -5px;
    background: #036484;
}



#menu-menu-principal li {
	padding: 20px;
    font-size: 15px;
    background-color: #02a9b1;
    margin: 0 1px;
	transition : all 0.3s ease;
}

#menu-menu-principal li:hover {
    background-color: #036484;
}

#menu-principal .et_pb_menu__wrap {
	position : relative;
	height : 58px;
}


#menu-principal .et_pb_menu__menu {
	position: absolute;
    right: 0;
}

#slide-produits .et_pb_module_inner {
	border : none !important;
}

#slide-produits .dica_divi_carouselitem  .dica-item-content {
	transition: all 0.3s ease;
}

#slide-produits .dica_divi_carouselitem:hover  .dica-item-content {
	transform: translateY(-10px);
}</pre></body></html>