.aam-lexique-search-wrapper {
  position: absolute;
  width: 1170px;
}
.aam-lexique-search-wrapper .aam-lexique-search {
  position: relative;
  top: -240px;
  background-color: #ffffff;
  margin: 0 0px 0 0;
  right: 45px;
  padding: 10px 15px 30px 20px;
  width: 255px;
  float: right;
}
.aam-lexique-search-wrapper .aam-lexique-search::before {
  content: attr(data-label-fr);
  font-size: 15px;
  color: #1e4183;
  text-transform: uppercase;
  padding: 0px 0 0 0px;
  left: 0;
  width: 235px;
  display: block;
  text-align: left;
  line-height: 50px;
}
.aam-lexique-search-wrapper .aam-lexique-search form {
  margin: 0;
}
.aam-lexique-search-wrapper .aam-lexique-search input[type="text"] {
  color: #b6b5b5 !important;
  border-radius: 0;
  margin: 0 0px 0 0px;
  display: block;
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  float: left;
  line-height: 26px;
}
.aam-lexique-search-wrapper .aam-lexique-search input[type="text"]:focus {
  border: 1px solid #cccccc;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.aam-lexique-search-wrapper .aam-lexique-search input[type="submit"] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  background: url(../images/axa/top-search.png) no-repeat 8px 8px #f3f3f3;
  border: 1px solid #DFDFDF;
  border-radius: 0;
  text-indent: -9999px;
  vertical-align: top;
  margin-left: -1px;
}
.aam-lexique-filter {
  position: relative;
  top: -95px;
  background-color: #d7dcde;
  padding: 10px 0 50px 0;
  left: 40px;
  min-width: 1080px;
  width: 100% !important;
  height: 45px;
}
.aam-lexique-filter ul {
  padding-left: 0px;
  list-style: none;
  top: 19%;
  left: 31px;
  margin-left: 0;
  margin: 0 auto;
  position: relative;
}
.aam-lexique-filter ul[data-locale="fr"] {
  display: block;
}
.aam-lexique-filter ul[data-locale="ar"] {
  display: none;
}
.aam-lexique-filter ul li {
  display: inline-block;
  list-style: none;
  float: left;
  padding: 10px 7px;
}
.aam-lexique-filter ul li a {
  display: block;
  float: left;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #23488b;
  width: 25px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}
.aam-lexique-filter ul li a:hover,
.aam-lexique-filter ul li a:focus,
.aam-lexique-filter ul li a:active {
  text-decoration: none;
  color: #23488b;
}
.aam-component.aam-lexique {
  position: relative;
  margin-top: -50px;
  padding-left: 20px;
}
.aam-component.aam-lexique .aam-lexique-item h4.aam-lexique-term {
  font-family: arial;
  font-size: 16px;
  color: #3c3c3c;
  font-weight: bold;
}
.aam-component.aam-lexique .aam-lexique-item span.aam-lexique-term-def {
  font-family: arial;
  font-size: 12px;
  color: #3c3c3c;
  text-align: justify;
}
.aam-component.aam-lexique .aam-lexique-item span.aam-lexique-term-def p,
.aam-component.aam-lexique .aam-lexique-item span.aam-lexique-term-def ul,
.aam-component.aam-lexique .aam-lexique-item span.aam-lexique-term-def li {
  font-family: arial;
  font-size: 12px;
  color: #3c3c3c;
  text-align: justify;
}