@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


@charset 'UTF-8';

/* NEW IMPORT FONTS */
/*
@font-face{
  font-family:"foundation-icons";
  src:url(../fonts/foundation-icons/foundation-icons.eot);
  src:url(../fonts/foundation-icons/foundation-icons.eot?#iefix) format("embedded-opentype"),
  url(../fonts/foundation-icons/foundation-icons.woff) format("woff"),
  url(../fonts/foundation-icons/foundation-icons.ttf) format("truetype"),
  url(../fonts/foundation-icons/foundation-icons.svg#fontcustom) format("svg");
  font-weight:normal;
  font-style:normal;
}
*/
*, *::before, *::after {
    box-sizing: inherit;
}
*:focus{
  outline: none; 
}

.clearfix:after{
  content: ' ';
  display: table; 
  clear: both;
}

body {
  margin: 0;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

img{
  max-width: 100%;
  vertical-align: middle;
}
hr{
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
  line-height: 1px;
  font-size: 0;
  background-color: #ccc;
}

ul, ol, dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.25;
}
ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}
ul li {
    list-style: none;
}
p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.25;
    text-rendering: optimizeLegibility;
}

.-bold{
  font-weight: bold; 
}
.-black-lse{
  background-color: #0d0d0d;
}
.-fontsize1-1 {
    font-size: 1.1rem;
}
.-fontsize0-9 {
    font-size: 0.96rem;
}

/* table */
table{
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}
th{
  border-bottom: 2px solid #edeeed;
  font-weight: normal; }

th, td{
  padding: 30px 20px; }

.admin th, .admin td{
  padding: 8px 20px; }

/* form input/select */
select,
textarea,
input[type='text'],
input[type='password'],
input[type='button'],
input[type='submit'],
input[type='email'],
button,
select:hover,
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='email']:hover,
textarea:active,
input[type='text']:active,
input[type='password']:active,
input[type='button']:active,
input[type='submit']:active,
input[type='email']:active,
select:focus,
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='button']:focus,
input[type='submit']:focus,
input[type='email']:focus{
  padding: 0.7rem;
  width: 95%;
  font-size: 1rem;
  font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
@media (min-width: 990px) {
    select,
    textarea,
    input[type='text'],
    input[type='password'],
    input[type='button'],
    input[type='submit'],
    input[type='email'],
    button,
    select:hover,
    textarea:hover,
    input[type='text']:hover,
    input[type='password']:hover,
    input[type='button']:hover,
    input[type='submit']:hover,
    input[type='email']:hover,
    textarea:active,
    input[type='text']:active,
    input[type='password']:active,
    input[type='button']:active,
    input[type='submit']:active,
    input[type='email']:active,
    select:focus,
    textarea:focus,
    input[type='text']:focus,
    input[type='password']:focus,
    input[type='button']:focus,
    input[type='submit']:focus,
    input[type='email']:focus{
      width:100%;
    }
}


button:focus,
button:active,
button:hover{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; 
  outline: 0 !important;
  border: none;
  line-height: 28px;
  height: 50px;
  font-size: 1rem;
  font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  width: 100%;
}

/*
select,
textarea,
input[type='text'],
input[type='password'],
input[type='email']{
  padding: 10px;
  width: 100%;
}
*/

button,
button:focus,
button:active,
button:hover{
  height: auto;
  transition: background-color .3s linear;
  width: auto;
}
button.logout{
cursor: pointer;
text-decoration: none;
display: block;
background: #ffffff;
border: none;
border-bottom: 3px solid #fff;
line-height: 1.5;
margin: 0;
padding: 0;
justify-content: flex-start;
font-size: 16px;
font-weight: bold;
color: #007aff;
font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
button.logout:hover{
  border-bottom: 3px solid #008d7f;
}
input[type='radio']{
  margin: .4rem; 
}
select::-ms-value{
  background: none;
  color: #1c2b39; 
}
select::-ms-reveal{
  display: none; 
}
input[type='text']:placeholder-shown,
input[type='password']:placeholder-shown,
input[type='email']:placeholder-shown{
  color: black; 
    font-size: 1rem;
    font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder{
  color: black; 
    font-size: 1rem;
    font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
  /* FF 4-18 */
input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='email']:-moz-placeholder{
  color: black;
    font-size: 1rem;
    font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
  /* FF 19+ */
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='email']::-moz-placeholder{
  color: black; 
    font-size: 1rem;
    font-family: 'Barlow-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
/* IE 10+ */
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder{
  color: black; 
}
input:required:valid{
  background-image: url('../img/mdd/form_validation.png');
  background-position: right 20px top 5px;
  background-repeat: no-repeat;
}
input:required:invalid,
{
  border: 1px solid red;
}


/* ********CUSTOM EURONEXT LAYOUT ******** */

h2 {
    font-weight: normal;
    color: #008d7f;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Barlow-medium', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}



/* *************************
  formatters
************************** */
.list-style-none{
  list-style: none; }

/* position block - padding -margin*/
.-float-left{
  float: left !important; 
}
.-float-right{
  float: right !important; 
}
.u-clb{
  clear: both; 
}
.u-cll{
  clear: left; 
}
.cursor-pointer{
  cursor: pointer;
}
.-block{
  display: block; 
}
.-inline{
  display: inline; 
}
.-inline-block{
  display: inline-block; 
}
.-inline-flex{
  display: inline-flex;
}
.-hide{
  display: none; 
}
.-width100{
  width: 100%; 
}
.-widthauto{
  width: auto; 
}
.-height100{
  height: 100%; 
}
 .-border-none{
  border: none; 
}
.-center{
  text-align: center; 
}
.-right{
  text-align: right; 
}
.-left{
  text-align: left;
}
.-uppercase{
  text-transform: uppercase; 
}
h2.-uppercase{
  text-transform: capitalize; 
}
.-nowrap{
  white-space: nowrap; 
}
.-pd-none{
  padding: 0 !important; 
}
.-pr{
  padding-right: 20px; 
}
@media (max-width: 989px){
  .-pr.-sm{
        padding-right: 0px; 
    }
}
.-pl{
  padding-left: 20px; 
}
@media (max-width: 989px){
  .-pl.-sm{
        padding-left: 0px; 
    }
}
.-pt{
  padding-top: 20px; 
}
.-pt30{
  padding-top: 30px; 
}
.-pt-half{
  padding-top: 10px; 
}
.-pb{
  padding-bottom: 20px; 
}
.-pb-half{
  padding-bottom: 10px; 
}
.-mg-none{
  margin: 0; 
}
.-margin-auto{
  margin: 0 auto; 
}
.-mb30{
  margin-bottom: 30px; 
}
.-mt30{
  margin-top: 30px; 
}
.-relative{
  position: relative;
}
.overflow-auto{
  overflow: auto;
}

/* bakground color */
.-bg--gray{background-color: #edeeed;}
.-bg--white{background-color: white;}
.-bg--black{background-color: black;color:#fff;}
.-bg--black a{color:#fff;}

.-red, .-red a{color:red;}
.-border--lightblue{}
.-error-border{border: 1px solid #9e3031;}

/* dimension screen */
@media (max-width: 989px){
  .l-screen.-half{
    width: 100%;
}
  .l-screen.-sm-1{
    width: 6.66667%; }
  .l-screen.-sm-2{
    width: 13.33333%; }
  .l-screen.-sm-3{
    width: 20%; }
  .l-screen.-sm-4{
    width: 26.66667%; }
  .l-screen.-sm-5{
    width: 33.33333%; }
  .l-screen.-sm-6{
    width: 40%; }
  .l-screen.-sm-7{
    width: 46.66667%; }
  .l-screen.-sm-8{
    width: 53.33333%; }
  .l-screen.-sm-9{
    width: 60%; }
  .l-screen.-sm-10{
    width: 66.66667%; }
  .l-screen.-sm-11{
    width: 73.33333%; }
  .l-screen.-sm-12{
    width: 80%; }
  .l-screen.-sm-13{
    width: 86.66667%; }
  .l-screen.-sm-14{
    width: 93.33333%; }
  .l-screen.-sm-15{
    width: 100%; } }

@media (min-width: 990px){
  .l-screen.-half{
    width: 45%;
}

  .l-screen.-md-1{
    width: 6.66667%; }
  .l-screen.-md-2{
    width: 13.33333%; }
  .l-screen.-md-3{
    width: 20%; }
  .l-screen.-md-4{
    width: 26.66667%; }
  .l-screen.-md-5{
    width: 33.33333%; }
  .l-screen.-md-6{
    width: 40%; }
  .l-screen.-md-7{
    width: 46.66667%; }
  .l-screen.-md-8{
    width: 53.33333%; }
  .l-screen.-md-9{
    width: 60%; }
  .l-screen.-md-10{
    width: 66.66667%; }
  .l-screen.-md-11{
    width: 73.33333%; }
  .l-screen.-md-12{
    width: 80%; }
  .l-screen.-md-13{
    width: 86.66667%; }
  .l-screen.-md-14{
    width: 93.33333%; }
  .l-screen.-md-15{
    width: 100%; } 

.l-box{
  display: inline-block;
  width: 100%;
  position: relative;
}
