/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 27 2024 | 03:21:21 */
body.ie-notice .hide-on-ie{ display:none;}

body.olc-language-fr .show-on-en{display:none;}
body.olc-language-en .show-on-fr{display:none;}

#ie-notification #jAlert{
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7); /*overlay of the page*/
    position: fixed;
    z-index: 999;
}
#ie-notification #jAlert-child{
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:999;
    background-color: white;
    padding: 30px;
}
@media only screen and (min-width: 749px) {
#ie-notification #jAlert-child{
    max-width: 600px;
}
}
@media only screen and (max-width: 748px) {
#ie-notification #jAlert-child{
max-width: 90%;
min-width: 70%;
}
}
#ie-notification #jAlert_title p.jAlert_content{
margin:0;
font-family: sans-serif;
font-size: 1rem;  /* size of the title */
color: #000000;  /* color of the title */
text-transform: uppercase;  /* style of the title */
text-align: center;
}
#ie-notification #jAlert_content p{
margin-block-start: 0;
margin-block-end: 0;
margin: 20px 0;
font-family: sans-serif;
font-size:  1rem;  /* size of the content */
line-height: 1.4em;  /* size of the content */
color: #000000;  /* color of the content */
text-align: center;
}
#ie-notification #jAlert_button{
position: absolute;
right: -2px;
top: -1px;
border-spacing: 0;
}
#ie-notification #jAlert_button button{
appearance: none;
 -webkit-appearance: none;
border: 0;
color:  #000000; /* color of the close button */
padding: 10px;
}
#ie-notification #jAlert_button button:hover{
cursor: pointer;
}
#ie-notification #jAlert_links{
margin-top:10px;
display: flex;
justify-content: center;
}
#ie-notification #jAlert_links td{
width: auto;
display: inline-block;
min-height: 48px;
text-align: center;
}
#ie-notification #jAlert_links a:not(first-child){
margin-right: 15px;
}
#ie-notification #jAlert_links a{
font-family: sans-serif;
font-size:  0.9rem;
text-decoration: none;
color: black;
line-height: 2em;
display: flex;
flex-direction: column;
}
#ie-notification #jAlert_links a:before{
content: '';
width: 50px;
height: 50px;
display: inline-block;
vertical-align: text-bottom;
text-align: center;
margin-right: 7px;
}
#ie-notification #jAlert_links a#edge-link:before{
background: center / contain no-repeat url('/wp-content/uploads/2023/01/edge.png');
}
#ie-notification #jAlert_links a#firefox-link:before{
background: center / contain no-repeat url('/wp-content/uploads/2023/01/firefox.png');
}
#ie-notification #jAlert_links a#chrome-link:before{
background: center / contain no-repeat url('/wp-content/uploads/2023/01/chrome.png');
}

