*{
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 14px/1.5 sans-serif;
  margin: 0;
}

a {
  color:#0000ff;
  outline: none;
  text-decoration: underline;
}

.hyLink {
  color: #0000ff;
  text-decoration: none;
}

.hyLink:hover {
  color: #ff0000;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
}

img {
  border: 0;
  display: block;
}

ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
  color: #000;
}

p {
  margin: 1em 0;
  padding: 0;
  color: #000;
}

.contain {
  margin: 0 auto;
  width: 1200px;
}

.fill {
  min-width: 1200px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

/* header */

header {
  display: block;
}

#epLang{
color: #0000ff;
font-size: 12px;
}

#epLang a{
color: #ff0000;
padding: 0 5px;
}

#epLang a:not(:last-child)::after {
  content: "|";
  color: #000; /* optional – set pipe color */
  padding-left: 10px;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 50px;
  margin: 20px 30px 20px 10px;
  width: 150px;
  zoom: 150%;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #000;
  display: inline-block;
  font: normal 400 15px/25px sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  color: #ff0000;
  text-decoration: underline;
}

#epAttention {
  color: #fff;
  padding:10px 0;
  text-align: center;
  background-color:#000;
  /* font-size: 18px; */
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: flex;
  /* margin-top: 30px; */
  justify-content: space-between;
}

div.col-left {
  padding: 0 10px;
  width: 58%;
}

div.col-left:lang(fr) {
  width: 50%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

div.col-right:lang(fr) {
  width: 48%;
}

h1 {
  font: normal 700 35px sans-serif;
  padding: 0;
}

h2 {
  font: normal 700 24px sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px sans-serif;
  margin: 1em 0;
  padding: 0;
}

.mobile-report-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: sans-serif;
  max-width: 600px;
}

.mobile-report-text {
  background-color: #ee2f42;
  color: white;
  padding: 10px 15px;
  line-height: 1.5;
  flex: 1;
}

.mobile-report-text:lang(fr) {
  padding: 10px 12px;
}

.emoji-header {
  font-size: 24px;
  margin-bottom: 5px;
  text-align: center;
}

.features {
  margin-top: 8px;
  font-weight: bold;
}

.qr-code img {
  width: 104px;
  height: 104px;
}


#epEmergency {}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
  background: #33658a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}

button:hover {
  background: #333;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px sans-serif;
}

#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}

#epIssues .issue {
  color: #0000ff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}

#epIssues .issue:hover {
  color: #008000;
}

#epIssues .name {
  font: normal 700 14px/20px sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  font-size: 12px;
  padding: 20px 0;
  background-color: #000;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
  color:#fff;
}

footer .line2 {
  float: right;
  padding-right: 10px;
  color:#fff;
}

footer .line2 a {}

footer .line2 a:hover {}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}