/* Generated in 00:00:00.0004227 */
/* 1 css file(s) appended */
/* Generation date 29-07-2022 09:32:05 */

/* StyleSheet File : ~/fr-CA/_media/stylesheet/451.css */
.menuCss1 
{
  width: 635px;
  float: left;
  height: 46px;
  
}
.menuCss1 UL 
{
  padding-bottom: 3px;
  margin: 0px;
  padding-left: 0px;
  width: 635px;
  padding-right: 0px;
  float: left;
  padding-top: 3px;
  
}
.menuCss1 UL LI 
{
  z-index: 9999;
  position: relative;
  padding-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
  width: auto;
  padding-right: 0px;
  float: left;
  list-style-image: none;
  padding-top: 0px;
  
}
.menuCss1 UL LI.selected A 
{
  background-image: url(/_media/image/696/bakground_menu_over.jpg);
  background-repeat: repeat-x;
  background-position: 50% top;
  
}
.menuCss1 UL LI A 
{
  text-align: center;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  padding-bottom: 11px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  font-family: HelveticaMedium, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding-top: 12px;
  text-shadow: 1px 1px 2px #000000;
  
}
.menuCss1 UL li:hover A 
{
  background-image: url(/_media/image/696/bakground_menu_over.jpg);
  background-repeat: repeat-x;
  background-position: 50% top;
  
}
.menuCss1 UL LI a:hover 
{
  background-image: url(/_media/image/696/bakground_menu_over.jpg);
  background-repeat: repeat-x;
  background-position: 50% top;
  
}
.menuCss1 UL LI div, .menuCss1 UL li:hover div, .menuCss1 UL LI div ul, .menuCss1 UL li:hover div ul 
{
  display:none;
  visibility:hidden;
  
}

.text {
    box-sizing: border-box;
    padding: 0 1rem;
}

.notice {
  position: relative;
  background: #e76f20;
}

.notice-container {
  position: relative;
  padding: 1rem 0;
}

.notice .text {
  display: block;
  max-width: 90%;
  color: #fff;
  line-height: 1.5;
}
.notice .text p{
margin:0 0 1.00rem 0
}
.notice .text p:last-child{
margin-bottom:0;
}
.notice .text a {
    color: #f7f7f7;
}

.notice .close {
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  right: 0;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: none;
  box-sizing: border-box;
  transition: all 0.25s ease-in-out;
  padding: 0 1rem;
  margin: 0;
  cursor: pointer;
}

.notice .close:hover,
.notice .close:focus {
  opacity: 0.75
}

