/* comment */

/* START HELEN - CSS */

body,h1, h2, h3, h4, h5, h6 {
color: #003366;
font-family: Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}

/* top block that contains menu */
.header-block {
  background-color: #6466cc;
}

/* MENU CONFIG */

/* menu font size and color */
#t4-megamenu-mainmenu > ul > li.nav-item > a {
font-size: .8rem;
color: #ffffff;
}

/* background colour for dropdown on main menu bar */
.t4-megamenu .dropdown-menu {
  background-color: #6466cc;
}

/* colour hamburger menu dropdown */
#t4-megamenu-mainmenu {
  background-color: #6466cc;
}

/* remove 2nd menu hmaburger */
#triggerButton {
display: none;
}

/* Squeeze menu items a little - Putity 4 setting was bigger */
#t4-megamenu-mainmenu > ul > li.nav-item.current.active.dropdown.parent > a {
padding-left: 3px;
padding-right: 3px;
}
#t4-megamenu-mainmenu > ul > li.nav-item.current.active > a {
padding-left: 3px;
padding-right: 3px;
}

/* Make active menu item more obvious */
#t4-megamenu-mainmenu > ul > li.nav-item.current.active > a > span {
text-decoration: underline wavy white 2px;
font-weight: bold;
}
/* Make active dropdown menu item more obvious */
#t4-megamenu-mainmenu > ul > li.nav-item.active.dropdown.parent.show.animating > div > div > ul > li.nav-item.current.active > a > span {
text-decoration: underline wavy white 1px;
font-weight: bold;
}

/* PAGE CONFIG */

/* bring up main article text by reducing padding */
#t4-main-body  {
padding: 10px 0 30px 0;
}

/* better behaviour for headers on article and sidebars. This one puts outline on Home page header */
#t4-section-1 > div h2 {
color: #F2F2F2;
text-shadow: 1px 1px 1px #000000;
}
/* better behaviour for headers on article and sidebars. This one pushes down header on other pages */
#t4-main-body > div > div > div.t4-col.component.col-sm-12.col-lg > div.com-content-article.item-page.layout-default.has-sidebar > div:nth-child(2) > div > div.page-header {
padding-top: 30px;
}
/* better behaviour for headers on article and sidebars. This one pushes up  header on all sidebars */
#t4-main-body > div > div > div.t4-col.sidebar-r.col-sm.col-md-4 > div:nth-child(1) > h2 {
margin-top: 0px;
}

/* remove border in footer (seems to come from Purity 4 template */
#t4-footer > div > div > div > div {
border: 0;
}

/* link behaviour inside content container(s) */
.container a:link {    
text-decoration: underline;
}
.container a:active {    
text-decoration: underline;
}
.container a:visited {    
text-decoration: underline;
}
.container a:hover {
text-decoration: none;
}


@keyframes blink { 50% { border-color: #ff0000; } }
/*or other element you want*/
p.prix  { 
    color: #ff0000;
    margin: 5px;
    margin-top: 20px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
    border: 2px dashed #ff0000 !important ;
    animation: blink 0.5s !important;
    animation-iteration-count: infinite  !important;
}

/* changing light grey background on rogue element in the Purity IV boxes below main article */
#t4-section-2 > div > div > div > div {
background: #ffffff !important;
}

/* block ABOVE FOOTER PROPER that gets turned same colour as footer by the Purity 4 theme colour changer!*/
.t4-footnav {
background: #fff;
}

/* END HELEN - CSS */