/*
 Theme Name:   Symposium international Scientific Instrument Commission (SIC) 2026
 Description:  Corporate Theme pour le site SIC 2026
 Author:       SiteOrigin / Alexis Domjan
 Template:     siteorigin-corp
 Version:      1.0.0
 Text Domain:  sic2026
*/

.sic-hp-banner-text {
    /*max-width: 80%;              /* ajuste selon ton design */
    width: 100%;
    margin: 0 auto;                /* centrage horizontal */
    padding: 2rem 3rem;
    
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.75) 20%,
        rgba(255, 255, 255, 0.9) 50%,
        rgba(255, 255, 255, 0.75) 80%,
        rgba(255, 255, 255, 0)
    );

    text-align: center;
}

/* Optionnel mais recommandé pour la lisibilité */
.sic-hp-banner-text h1 {
   font-size: 2em !important;
   color: black !important;
}
.sic-hp-banner-text h2 {
   font-size: 2em !important;
   color: black !important;
}
.sic-hp-banner-text p {
    margin: 0 0 !important;
    font-size: 1.7em !important;
    padding: 0;
}

.sic-hp-banner-text  hr {
   width: 200px;
   height: 1px;
   background-color: black !important;
}


.textwidget p {
   font-size: 1.25em;
   color: #222;
}

.textwidget ul {
   font-size: 1.25em;
   color: #222;
}

.textwidget a {
   color: #941c27 !important;
   text-decoration: underline !important;
}

.textwidget strong {
   color: #941c27 !important;
}

.textwidget a:hover {
   color: #640c07 !important;
   text-decoration: underline !important;
}

.textwidget a:visited {
   color: #941c27 !important;
   text-decoration: underline !important;
}


h1.entry-title {
   font-size: 2.5em;
   color: #941c27;
   font-weight: 700;
}


.main-navigation ul li {
   font-size: 0.95em !important;
}
