/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2026 | 16:44:35 */
/* HEADER STICKY - Spécial Twenty Twenty-Five */
#header,
header.wp-block-template-part,
.wp-block-template-part#header,
.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    width: 100% !important;
	background-color: #ffffff !important;
	transition:0.4s;
	padding:0!important;
}

#header.scrolled,
header.wp-block-template-part.scrolled,
.wp-block-template-part#header.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
	border:none;
	padding:0
}

.wpsc-ticket-list-tbl tr{
padding:10px !important;
}
.wpsc-ticket-list-tbl tr td{
font-size:15px;
}
.wpsc-ticket-list-tbl tr td:nth-child(3){
font-weight:600;
}
.wpsc-tag{
font-size:14px
}
.bubble-wrapper{
padding-top: 20px;
}
.wpsc-thread{
border-radius: 16px; padding: 20px; background-color: #f2f3f6; max-width: 90%; position: relative;margin-right:50px
}
.wpsc-thread:first-child{
 max-width: 100%;
}
.wpsc-tickets-container{
box-shadow:none!important;
}
.bubble::before{
position: absolute;
width: 30px; height: 30px; background-color: #f2f3f6; top: -10px; left: -16px; z-index: -1;
transform:rotate(45deg);
}

.wpsc-it-subject-container h2{
font-size:28px !important; margin-bottom:20px !important;
font-weight:700}
#wpsc-container .wpsc-shortcode-container{
border:none !important;
}
.wpsc-header{
visibility:hidden; !important;height:0}
.wpsc-it-container{
}
.mce-tinymce.mce-container.mce-panel{
border-radius:20px;overflow:hidden;
margin-bottom:16px !important;
}
.mce-top-part::before{
box-shadow:none !important;
}
div.mce-toolbar-grp {
    border-bottom: 1px solid #dcdcde;
    background: #f2f3f6 !important;
    padding: 0 5px !important;
}



.wpsc-link.wpsc-it-attach{
display:flex;
gap:6px;
font-weight:600;
}
.wpsc-link.wpsc-it-attach::before{
content:"";
width:20px; height:20px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath opacity='0.5' d='M17 9.00195C19.175 9.01406 20.3529 9.11051 21.1213 9.8789C22 10.7576 22 12.1718 22 15.0002V16.0002C22 18.8286 22 20.2429 21.1213 21.1215C20.2426 22.0002 18.8284 22.0002 16 22.0002H8C5.17157 22.0002 3.75736 22.0002 2.87868 21.1215C2 20.2429 2 18.8286 2 16.0002L2 15.0002C2 12.1718 2 10.7576 2.87868 9.87889C3.64706 9.11051 4.82497 9.01406 7 9.00195' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 15L12 2M12 2L15 5.5M12 2L9 5.5' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-size:contain;
display:inline-block;
}
.search-field{
    background: #f2f3f6 !important;
}
.wpsc-it-container{
gap:3%;
}
.wpsc-tickets-container{
padding:15px 0 0 0 !important;
}
.wpsc-body > div, .wpsc-body > form.wpsc-my-profile > div:nth-child(2) {
}
.wpsc-up-container{
	background-color:var(--wp--preset--color--custom-mauve-clair);
}