/* Feuille CSS en surcharge du thème pour le site du réseau ID 3 */
/* Font import ----------------------------------- */
@import url('https://nutricia.onkotalk.fr/apps/themes/expglivevent/assets/fonts/bariol/stylesheet.css');
/* Text custom ----------------------------------- */
.txt-fontserif { font-family:'Merriweather', serif; }
.txt-fontsans { font-family:'Bariol', sans-serif; }
.txt-fontitle { font-family:'Bariol', sans-serif; }
.txt-fontbold { font-family:'Bariol', sans-serif; font-weight:bold; }
.txt-fontlight { font-family:'Bariol', sans-serif; font-weight:300; }
.txt-fontitalic { font-family:'Bariol', sans-serif; font-style:italic; }
.txt-white { color:#fff; }
.txt-black { color:#000; }
.txt-grey { color:#7D7D7D; }
.txt-first { color:#2B3C90; } /* bleu foncé */
.txt-second { color:#51338B; } /* violet */
.txt-third { color:#AB1B2A; } /* rouge onko */
.txt-fourth { color:#143F51; } /* bleu onko */
.txt-fifth { color:#B2B2BE; } /* autre gris */
/* Global ---------------------------------------- */
.site-main .sup-section > .kt-inside-inner-col, .site.footer-widgets { box-shadow:rgba(17, 17, 26, 0.1) 0px 0px 16px; }
/* Header ---------------------------------------- */
.full-width-content .title-subheader, .page-id-135 .title-subheader, .page-id-162 .title-subheader, .page-id-171 .title-subheader, .page-id-176 .title-subheader, .page-id-178 .title-subheader, .page-id-180 .title-subheader { max-width:1100px !important; margin-bottom:-25px !important; padding-right:0 !important; }
/* Navigation ------------------------------------ */
/* Footer ---------------------------------------- */
.footer-bar .widget_nav_menu .menu li { margin-left:0; margin-right:0; }
.footer-bar .widget_nav_menu .menu li a { display:inline-block; padding-left:10px; padding-right:10px; border-right:1px solid #B2B2BE; }
.footer-bar .widget_nav_menu .menu li:first-child a { padding-left:0; }
.footer-bar .widget_nav_menu .menu li:last-child a { padding-right:0; border-right:none; }
.copyright-bar { display:none; }
/* Primary content ------------------------------- */
.site-main > article .entry-title { margin-bottom:1em; }
.site-main .sup-section { margin-top:-240px; }
.form-container { margin-bottom:2.5em; }
.form-container .field-checkbox span { font-size:14px; }
.form-container p.field-text label, .form-container p.field-select label { font-size:13px; color:#999; }
/* Responsive design ----------------------------- */
@media only screen and (min-width:1200px) {
}
@media only screen and (max-width:1199px) {
}
@media only screen and (max-width:1024px) {
  .site-main .sup-section { margin-top:-190px; }
}
@media only screen and (max-width:767px) {
  .full-width-content .title-subheader, .page-id-135 .title-subheader, .page-id-162 .title-subheader, .page-id-176 .title-subheader, .page-id-178 .title-subheader, .page-id-180 .title-subheader { padding-right:20px !important; }
  .site-main .sup-section { margin-top:-10px; }
}
@media only screen and (max-width:480px) {
}
/*EOF*/