@font-face {
  font-family: "QuartierNouveau-MediumNormal";
  src: url(QuartierNouveau-MediumNormal.otf) format('otf'); 
}
@font-face {
  font-family: "QuartierNouveau-MediumCondensed";
  src: url(QuartierNouveau-MediumCondensed.otf) format('otf'); 
}
@font-face {
  font-family: "QuartierNouveau-MediumExtended";
  src: url(QuartierNouveau-MediumExtended.otf) format('otf'); 
}
@font-face {
  font-family: "QuartierNouveau-Bold";
  src: url(QuartierNouveau-Bold.otf) format('otf'); 
}

*{
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 16px/1.6 "QuartierNouveau-MediumNormal", sans-serif;
  margin: 0;
}

a {
  color: #008837;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #333;
}

img {
  border: 0;
  display: block;
}

ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

p {
  margin: 1em 0;
  padding: 0;
}

.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;
  border-bottom: 1px solid #ddd;
}

#epLang {
  text-align: center;
    font: normal 400 12px/25px "QuartierNouveau-MediumNormal", sans-serif;
    cursor: pointer;
    justify-content: space-between;
    position: relative;
    text-align: center;
    top: 20px;

}


#epLang:hover {
  border-top: 1px solid #008837;
  border-left: 1px solid #008837;
  border-right: 1px solid #008837;
  border-radius: 20px 20px 0 0;
}
#epLang > a {
    display: none;
}

#epLang a:hover {
}

#epLangDrop {
    display: none;
    position: absolute;
    left: -1px;
    border-right: 1px solid #008837;
    border-bottom: 1px solid #008837;
  border-left: 1px solid #008837;
  border-radius: 0 0 20px 20px ;
  background-color: #fff;
  width: 63px;
}

#epLang > div {
    padding: 5px 0px 5px 0px;
    border: 1px solid #008837;
    border-radius: 20px;
    width: 61px;

}

#epLang:hover > div {
  border: none;
}
#epLangDrop a {
  border-top: 1px solid #ddd;
  color: #000;
    display: block;
    text-decoration: none;
    padding: 3px 10px;
    /* border: 1px solid #008837; */
    border-radius: 0 0 20px 20px;
    margin-top: 3px;

}

#epLangDrop a:hover {
}
#epLang:hover #epLangDrop {
    display: block;
}
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;
}

.sub-header {
  border-top: 1px solid #ddd;
}

.sub-header .contain{
  display: flex;
  justify-content: space-between;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #000;
  display: inline-block;
  font: normal 700 16px/25px "QuartierNouveau-MediumNormal", sans-serif;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover {
  color: #000;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

/* content */

main {
  display: block;
  padding: 30px 0 50px;
}

section {
  display: flex;
  justify-content: space-between;
}

div.col-left {
  padding: 0 10px;
  width: 58%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

h1 {
  font: normal 700 35px "QuartierNouveau-MediumNormal", sans-serif;
  padding: 0;
}

h2 {
  font: normal 700 24px "QuartierNouveau-MediumNormal", sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px "QuartierNouveau-MediumNormal", sans-serif;
  margin: 1em 0;
  padding: 0;
}

#epEmergency {}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  vertical-align: top;
  margin-bottom: 25px;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display:none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  font: normal 400 14px "QuartierNouveau-MediumNormal", sans-serif;
  margin: 2px 0 15px;
  padding: 10px;
  width: 100%;
  border-radius: 20px;
}

button {
  background: #008837;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 20px;
  border: 2px solid #008837;
}

button:hover {
  background: #fff;
  color: #008837;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

.faq h2 {
  margin: 10px 0px 0px 0px;
}
.faq h3 {
  color: #008837;
  margin: 10px 0px 0px 0px;
}
.faq p {
  margin: 0px;
}
.faq ul {
  margin: 0px;
}
.faq li {
  margin: 0px;
}

.faq-text{
  width: 1150px;
  margin-left: auto;
}

.notice .border {
  padding: 5px;
  border: 1px solid #333;

}
.notice .row{
  display: flex;
}

.notice .table {
  border: 1px solid;
}
.notice .cell{
  width: 200px;
  padding: 5px;
  border: 1px solid #333;
}

.notice .description {
  border: 1px solid #333;
  width: 1000px;
  padding: 5px;
}
#epPhone {
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "QuartierNouveau-MediumNormal", 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 "QuartierNouveau-MediumNormal", sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

.footer-bg {
  background: url(gradient.png) center ;
  background-size: cover;
  color: #fff;
}
footer {
  font-size: 12px;
  padding: 20px 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: #fff;
}

footer .line2 a:hover {  color: #fff;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}