@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600&display=swap');
*,
*::before,
*::after{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  color: #333;
  font: normal 400 16px/1.6 'Roboto', sans-serif;
  margin: 0;
  background: #fff;
  min-width: 1200px;
}
a {
  color: #6053b4;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #333;
}
img {
  border: 0;
  display: block;
}
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
p {
  margin-bottom: 5px;
  padding: 0;
}
.contain {
  margin: 0 auto;
  width: 1200px;
}
.fill {
  min-width: 1142px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin: 0;
  padding-bottom: 20px;
  color: #6053b4;
  background-size: cover;
}
.top-right {
  margin: 0;
  padding-bottom: 20px;
  color: #6053b4;
  background-size: cover;
}
/* header */
header {
  display: block;
  height: 97px;
}
#epLang {
  cursor: pointer;
  justify-content: space-between;
  position: absolute;
  text-align: center;
  right: 10px;
  top: -15px;
  font: normal 400 14px 'Roboto', sans-serif;
}

#epLang > a {
  display: none;
  border-bottom: none;

}

#epLang a:hover {
  color: #333;
  border-bottom: none;
  background-color: #6053b4;
  color: #fff;
}

#epLangDrop {
  text-align: center;
  background: #fff;
  display: none;
  position: absolute;
  left: -4px;
}

#epLang > div {
  padding: 5px 0px 7px 5px;
  position: relative;
}

#epLang::after{
  position: absolute;
  content: "^";
  rotate: 180deg;
  right: -10px;
  top: -2px;
  font: normal 400 18px 'Roboto', sans-serif;
}
#epLangDrop a {
  display: block;
  padding: 3px 10px;
  margin: 0px;
  border-bottom: none;

}

#epLang:hover #epLangDrop {
  display: block;
}

header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerWrapper{
  display: flex;
  justify-content: space-between;
}
a.logo {
  background: url(logo.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 80px;
  margin: 10px 0px 5px 20px;
  width: 203px;
}
nav {
  position: relative;
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top: 18px;
  margin-right: 20px;
}
nav a {
  margin: 0;
  margin: 8px 15px;
  padding: 21px 0px;
  color: #59676d;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  margin-right: 1px;
  border-bottom: 5px solid transparent;
}
nav a:lang(fr) {
  margin: 11px 20px;
  font-size: 0.8em;
}
nav a:lang(it) {
  margin: 11px 13px;
  font-size: 0.8em;
}
nav a:lang(pteu) {
  margin: 11px 14px 11px 0px;
  font-size: 0.8em;
}


nav a:hover,
nav a:focus {
  color: #6053b4;
  border-bottom: 5px solid #6053b4;
}
.hideResources span {display:none;}

.hideResources:hover span,
.hideResources:focus span {display:block;}
#epResources {
  color: #6053b4;
  background:#fff;
  overflow:visible;
  position:absolute;
  right:0px;
  top:79px;
  z-index:10;
}
#epResources span {
  background:#fff;
  color:#6053b4;
  cursor:pointer;
  padding:0 20px 0 25px;
  text-align:left;
  padding:10px;
  width:251px;
  position:relative;
  z-index:10;
}
#epResources span:hover,
#epResources span:focus{
    font-weight: 700;
}
#epAttention {
  padding: 40px 0 0px 0px;
  text-align: center;
}
/* content */
main {
  display: block;
  padding: 30px 70px;
}
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.banner{
  background: url('banner.png') center no-repeat;
  min-width: 1200px;
  height: 350px;
  background-size: cover;}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  width: 38%;
}
h1 {
  font: normal 700 35px 'Roboto', sans-serif;
  padding: 0;
}
h2 {
  font: normal 400 24px 'Roboto', sans-serif;
  padding: 0;
}
h3 {
  font: normal 700 18px 'Roboto', sans-serif;
  margin: 1em 0;
  padding: 0;
}
#epEmergency {}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
#epDataPrivacy {
  display: inline-block;
  margin-top: 16px;
  vertical-align: top;
}
#epDataPrivacy .online, #epDataPrivacy .phone {
 display:none;  
}
#epDataPrivacy .output {}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
select {
  font: normal 400 14px 'Roboto', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
button {
  background: #6053b4;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}
button:hover,
button:focus {
  background: #333;
  color: #fff;
}
button:disabled {
  background: #ddd;
  cursor: default;
}
button:hover:disabled,
button:focus:disabled {background: #ddd;}
.nowrap {white-space: nowrap;}
#epIssues {width: 100%;}
#epIssues .catdesc {display: none;}
#epIssues .catname {font: normal 700 16px/20px 'Roboto', sans-serif;}
#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}
#epIssues .issue {
  color: #0000ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}
#epIssues .issue:hover,
#epIssues .issue:focus {color: #008000;}
#epIssues .name {font: normal 700 14px/20px 'Roboto', sans-serif;}
#epIssues .desc {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  background-color: #f6f7f7;
  font-size: 12px;
  padding: 0 0 70px 0;
}
footer th {display: none;}
footer td {padding: 5px 0 0 !important;}
footer .line1 {
  float: left;
  padding-left: 10px;
}
footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}
footer .line2 a {color: #87888a;}
footer .line2 a:hover,
footer .line2 a:focus {color: #87888a;}
footer table {
  margin: 0 auto !important;
  width: 1002px !important;
}