/*primary*/
/*primary second*/
/*secondary*/
/*texte*/
/*white*/
/*error*/
/*success*/
@font-face {
  font-family: "kelson regular";
  src: url("../fonts/kelson_sans_regular.woff2") format("woff2"), url("../fonts/kelson_sans_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kelson bold";
  src: url("../fonts/kelson_sans_bold.woff2") format("woff2"), url("../fonts/kelson_sans_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
header .headerTop {
  min-height: 177px;
  background: url(../images/bg-header.gif) no-repeat right bottom #fff;
  padding: 27px 0;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: inherit;
}
header .left {
  display: flex;
  align-items: center;
}
header .logoSite {
  margin-right: 44px;
}
header .logoRf {
  display: flex;
  align-items: center;
}
header .logoRf p {
  margin: 0 0 22px 0;
  font-size: 22px;
  font-weight: 700;
  color: #171717;
}
header .logoRf p:last-child {
  margin-bottom: 0;
}
header .logoRf img {
  margin-right: 44px;
}
header .right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 290px;
}
header .right .slg {
  font-size: 47px;
  line-height: 52px;
}
header .right .slg strong {
  display: block;
  font-size: 48px;
  color: #171717;
  letter-spacing: 1px;
}
header .right .slg span {
  color: #5F94AB;
}
header .primaryNav {
  background: #f8f8f8;
}
header .primaryNav ul li.active a {
  background: #5F94AB;
  color: #fff !important;
}
header .primaryNav ul li a:hover {
  color: #5F94AB;
}
header .accountStatus {
  background: #99BDD5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: -26px;
  border-radius: 10px 10px 0 0;
  padding: 0 13px;
}
header .accountStatus a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
}
header .accountStatus a:hover {
  color: #171717;
}
header .accountStatus .left {
  text-transform: none;
  font-size: 14px;
  padding-left: 24px;
  background: url(../images/user_blue.svg) no-repeat left center;
}
header .accountStatus .left span {
  white-space: nowrap;
  max-width: 111px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
header .accountStatus .right {
  color: #171717;
  padding: 0 26px 0 10px;
  border-left: 1px solid #5F94AB;
  background: url(../images/logout.svg) no-repeat right center;
}
header .accountStatus .right:hover {
  color: #fff;
}

.contNav {
  flex: 0 0 100%;
  max-width: 100%;
}
.contNav .wrapper {
  display: block;
  max-width: 1444px;
}

.contNav ul {
  margin: 0;
  padding: 0;
}
.contNav ul li {
  display: inline-block;
}
.contNav ul li::before {
  display: none;
}
.contNav ul li a {
  padding: 13px 57px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #171717;
}

.secondaryNav {
  margin: -15px 0 15px 0;
}
.secondaryNav .wrapper {
  background: #99BDD5;
  max-width: 1364px;
  padding: 0;
}
.secondaryNav ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.secondaryNav ul li a {
  text-transform: none;
  color: #5F94AB;
}
.secondaryNav ul li a:hover {
  color: #fff;
}
.secondaryNav ul li.active a {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  header .headerTop {
    position: relative;
  }
  header .headerTop .wrapper {
    z-index: 2;
    position: relative;
  }
  header .headerTop::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 46%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
  }
  header .logoRf .uppercase {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header .headerTop {
    min-height: 90px;
    padding: 10px 0 0 0;
  }
  header .logoSite {
    margin-right: 10px;
  }
  header .logoSite img {
    max-width: 80px;
    display: block;
  }
  header .logoRf img {
    max-width: 80px;
    margin-right: 0;
    display: block;
  }
  header .right .slg {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 10px;
  }
  header .right .slg strong {
    font-size: 15px;
  }
  header .accountStatus {
    width: auto;
    position: absolute;
    bottom: 16px;
    height: 30px;
    right: 15px;
  }
  header .accountStatus a {
    width: 25px;
    height: 23px;
    display: inline-block;
  }
  header .accountStatus a.right {
    padding-left: 0;
  }
  header .accountStatus span {
    display: none !important;
  }
  header .primaryNav .wrapper {
    padding: 0 !important;
  }
  header .navCollapse ul {
    display: none;
  }
  header .navCollapse ul li {
    display: block;
  }
  header .navCollapse ul li a {
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    border-top: 1px solid #5F94AB;
  }
  .wrapMenuMobile {
    position: relative;
    width: 35px;
    z-index: 35;
    height: 42px;
    cursor: pointer;
    right: 15px;
    margin: 0 0 0 auto;
  }
  .menuMobile {
    width: auto;
    display: block;
    height: 18px;
    cursor: pointer;
    position: absolute;
    line-height: 20px;
    top: 11px;
    left: 0;
  }
  .menuMobile > div {
    width: 35px;
    height: 5px;
    background: #5F94AB;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    border-radius: 5px;
    transition: all 800ms cubic-bezier(0.12, 0.375, 0.095, 1.005);
    transition-timing-function: cubic-bezier(0.12, 0.375, 0.095, 1.005);
  }
  .menuMobile > div:before, .menuMobile > div:after {
    width: 100%;
    height: 5px;
    background: #5F94AB;
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    border-radius: 6px;
  }
  .menuMobile > div:after {
    top: -11px;
  }
  .menuMobile > div:before, .menuMobile > div:after {
    transition: all 800ms cubic-bezier(0.12, 0.375, 0.095, 1.005);
    transition-timing-function: cubic-bezier(0.12, 0.375, 0.095, 1.005);
  }
  .menuMobile.open > div {
    height: 0;
  }
  .menuMobile.open > div:before {
    top: 0;
    transform: rotate(45deg);
  }
  .menuMobile.open > div:after {
    top: 0;
    transform: rotate(-45deg);
  }
  .secondaryNav .wrapper {
    background: transparent;
    padding: 0 !important;
  }
  .secondaryNav .wrapper ul {
    margin-top: 10px;
  }
  .secondaryNav .wrapper ul li {
    display: block;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .secondaryNav .wrapper a {
    border-radius: 10px;
    background: #5F94AB;
    padding: 5px 10px;
    border: 1px solid #5F94AB;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "kelson bold";
    color: #fff;
    width: 100%;
    text-align: center;
  }
}
/*default*/
body {
  font-family: "kelson regular";
  margin: 0;
  color: #5F5F5F;
  background: #ededed !important;
  font-size: 14px;
  line-height: 24px;
  min-width: 320px;
}

* {
  box-sizing: border-box;
}

.wrapper {
  max-width: 1444px;
  padding: 0 40px;
  margin: 0 auto;
}

h1,
h2,
h3 {
  font-family: "kelson regular";
  color: #5F94AB;
}

h3 {
  color: #171717;
}

.h2,
h2 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "kelson bold";
  font-weight: 700;
}

ul {
  list-style: none;
}

h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 45px;
}

.d-block {
  display: block !important;
}

.wAuto {
  width: auto !important;
}

.w30px {
  width: 30px;
}

.w45px {
  width: 55px;
}

.w95px {
  width: 95px;
}

.w180px {
  width: 180px;
}

.w100 {
  width: 100%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.textCenter {
  text-align: center;
}

.color_primary {
  color: #5F94AB !important;
}

.clr {
  *zoom: 1;
  width: 100%;
}

*:focus {
  outline: 0;
}

.clr:before,
.clr:after {
  content: " ";
  display: table;
  clear: both;
}

table {
  width: 100%;
  border-collapse: collapse;
  color: #5F94AB;
  margin-bottom: 45px;
}
table tr:nth-child(2n+1) {
  background: #f8f8f8;
}
table th,
table td {
  text-align: left;
  line-height: normal;
}
table th .date,
table td .date {
  color: #171717 !important;
  text-decoration: none !important;
}
table th .date span,
table td .date span {
  color: #5F94AB !important;
}
table th .date:hover span,
table td .date:hover span {
  text-decoration: underline !important;
}
table th {
  background: #ededed;
  color: #171717;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
table th a {
  color: #171717;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  padding-right: 13px;
}
table th a:hover {
  color: #5F94AB !important;
}
table th a .sortby {
  display: inline-block;
  width: 9px;
  height: 6px;
  background: url(../images/arrow-filter.svg) center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
table th a .sortby.desc {
  transform: rotate(180deg);
}
table td {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #5F5F5F;
  padding-left: 10px;
  padding-right: 10px;
}
table td .upload {
  margin-left: 0;
}
table td a {
  color: #5F94AB;
}
table td ul {
  margin: 0;
}
table td ul li {
  margin-bottom: 0 !important;
}

p,
li {
  color: #5F5F5F;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
}
p strong,
li strong {
  color: #171717;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-family: "kelson bold";
}

.fs12 {
  font-size: 12px !important;
  line-height: 16px !important;
}

a {
  color: #B0B932;
  text-decoration: none;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

::-moz-placeholder {
  color: #5f94ab;
  opacity: 1;
}

::placeholder {
  color: #5f94ab;
}

/*default*/
main {
  display: flex;
  margin: auto;
  max-width: 1444px;
  padding: 15px 40px;
  margin: 0 auto;
  flex-wrap: wrap;
}
main ul {
  padding: 0;
}
main ul > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
main ul > li::before {
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  background: #5F94AB;
  left: 0;
  top: 9px;
}
main ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 0;
}
main ol > li {
  position: relative;
  padding-left: 25px;
  counter-increment: my-awesome-counter;
}
main ol > li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 9px;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 3px;
  left: -1px;
  background: #5F94AB;
  border-radius: 50%;
  font-family: "kelson bold";
  font-weight: 700;
  text-align: center;
  line-height: 18px;
}

aside {
  max-width: 328px;
}
aside .content {
  padding: 49px 40px;
}
aside.rightPostion {
  background: #f8f8f8;
}
aside.rightPostion .head {
  background: #5F94AB;
  padding: 30px;
  line-height: 32px;
}
aside.rightPostion .content {
  padding: 30px;
}
aside .errorMessage {
  position: static !important;
}

.wrapper_inner,
aside {
  flex: 0 100%;
  min-height: calc(100vh - 330px);
  position: relative;
}

.wrapper {
  display: flex;
  height: 100%;
}

.contSignup {
  background: url(../images/bg_aside_img.gif) no-repeat right top #99BDD5;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.contSignup .content {
  padding-bottom: 0;
}
.contSignup .h2 {
  margin-bottom: 5px;
}
.contSignup .form-control {
  background: #99BDD5;
}
.contSignup label {
  color: #fff;
}
.contSignup .btn {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  color: #171717;
  margin-bottom: 17px;
}
.contSignup .btn:hover {
  background-color: #5F94AB;
  color: #fff;
  border-color: #5F94AB;
}
.contSignup .form-control {
  color: #fff;
}

.lnkAside {
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  font-family: "kelson bold";
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.lnkAside:hover {
  color: #171717 !important;
}

.coverImg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100% !important;
}

.imgAside {
  height: 290px;
  width: 100%;
  overflow: hidden;
}

.wrapper_inner {
  background: #fff;
  flex: 1;
}
.wrapper_inner .content {
  padding: 40px;
}
.wrapper_inner h2 {
  color: #5F94AB;
  font-size: 20px;
  position: relative;
  margin: 0 0 20px;
  padding-left: 22px;
}
.wrapper_inner h2:before {
  content: "";
  height: 22px;
  border-left: 3px solid #5F94AB;
  position: absolute;
  left: 0;
  top: 0;
}
.wrapper_inner a:not(.btn):hover {
  color: #5F94AB;
  text-decoration: underline;
}

.bgSignup {
  background: url(../images/bgform.png) no-repeat right 80px bottom 20px;
}

.multiButton {
  display: flex;
  justify-content: space-between;
}
.multiButton.flexEnd {
  justify-content: flex-end;
}

/*liste eteblissement*/
.contFilter {
  margin: 0 -14px;
}
.contFilter .contForm .etablissement,
.contFilter .contForm .siret,
.contFilter .contForm .typeEtablisement,
.contFilter .contForm .etatCampagne,
.contFilter .contForm .contBtnFilter {
  width: 17.5%;
  padding: 0 14px;
  margin-bottom: 5px;
}
.contFilter .contForm .codePostal {
  width: 10%;
  padding: 0 14px;
  margin-bottom: 5px;
}

.contBtnFilter {
  text-align: center;
  padding-top: 38px !important;
}
.contBtnFilter .btn {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.contBtnFilter .btn.reset {
  background: transparent;
  color: #171717;
  padding: 8px 0;
  border: 0;
  width: auto;
}

.pagination {
  display: flex;
  justify-content: space-between;
}
.pagination .pga {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -6px;
}
.pagination .pga span {
  padding: 0 10px 0 0;
  display: block;
  white-space: nowrap;
}
.pagination .pga select {
  margin-bottom: 0;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 5px;
  padding-left: 0;
  text-align: center;
}
.pagination li::before {
  display: none;
}
.pagination li a {
  display: block;
  width: 40px;
  height: 40px;
  border: #a8aaab 1px solid;
  line-height: 40px;
  overflow: hidden;
  color: #a8aaab;
  border-radius: 5px;
  text-decoration: none !important;
}
.pagination li a:hover {
  border-color: #99BDD5;
  color: #99BDD5;
}
.pagination li.active a {
  border-color: #5F94AB;
  color: #5F94AB;
}
.pagination li:first-child a, .pagination li:last-child a {
  width: auto;
  white-space: nowrap;
  background: #5F94AB url(images/arrow_l.jpg) no-repeat center;
}
.pagination li:last-child a {
  background-image: url(images/arrow_r.jpg);
}
.pagination li.prev, .pagination li.next {
  margin: 0 20px;
}
.pagination li.prev a, .pagination li.next a {
  border: 0;
  font-family: "kelson bold";
  width: auto;
  text-transform: uppercase;
  color: #5F94AB;
}
.pagination li.first a, .pagination li.last a {
  font-family: "kelson bold";
  width: auto;
  text-transform: uppercase;
  color: #fff !important;
  padding-left: 23px;
  padding-right: 23px;
  border: 0;
}
.pagination li.first a:hover, .pagination li.last a:hover {
  background-color: #99BDD5;
}
.pagination li.prev a, .pagination li.next a, .pagination li.first a, .pagination li.last a {
  position: relative;
}
.pagination li.prev a::before, .pagination li.next a::before, .pagination li.first a::before, .pagination li.last a::before {
  content: "";
  width: 18px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  background: url(../images/arrow.svg) no-repeat center;
}
.pagination li.first a {
  padding-left: 40px;
}
.pagination li.first a::before {
  background-image: url(../images/arrow2.svg);
  left: 14px;
}
.pagination li.last a {
  padding-right: 40px;
}
.pagination li.last a::before {
  background-image: url(../images/arrow2.svg);
  right: 14px;
  left: auto;
  transform: rotate(180deg);
}
.pagination li.prev a {
  padding-left: 25px;
}
.pagination li.prev a::before {
  left: 0;
}
.pagination li.next a {
  padding-right: 25px;
}
.pagination li.next a::before {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}
.pagination li.prev a:hover, .pagination li.next a:hover {
  color: #171717;
}

.notificationMsg {
  padding: 0;
  margin: 0 0 20px 0;
}
.notificationMsg ul {
  margin: 0;
  padding: 0;
}
.notificationMsg li {
  border: 1px solid #ccc;
  padding: 8px 15px;
  margin: 0 0 10px 0;
}
.notificationMsg li::before {
  display: none;
}
.notificationMsg li p {
  margin: 0 0 10px 0;
  line-height: normal;
}
.notificationMsg li p:last-child {
  margin-bottom: 0;
}
.notificationMsg li.textRed {
  background-color: #ffc1c1;
  border-color: rgba(157, 37, 37, 0.5);
  color: #a54545;
}
.notificationMsg li.textRed p {
  color: #a54545;
}
.notificationMsg li.textRed a {
  color: #171717;
  text-decoration: underline;
}
.notificationMsg li.textGreen {
  background-color: #f6ffe8;
  border-color: #8caf76;
  color: #636638;
}
.notificationMsg li.textGreen a {
  color: #5F94AB;
  text-decoration: underline;
}
.notificationMsg li.textYellow {
  background-color: #fff3c9;
  border-color: #e9d17f;
  color: #c19806;
}
.notificationMsg li.textYellow a {
  color: #5F94AB;
  text-decoration: underline;
}
.notificationMsg li img {
  margin-right: 12px;
  width: 15px;
  vertical-align: middle;
}

.headBG {
  background: #99BDD5;
  padding: 13px 55px;
  color: #fff;
  font-family: "kelson bold";
  text-transform: uppercase;
  font-size: 14px;
}

.navContent {
  background: #f8f8f8;
}
.navContent ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.navContent li {
  padding: 0;
  margin-bottom: 0;
}
.navContent li::before {
  margin: 0 auto;
  right: 0;
  width: 100%;
  bottom: 0;
  top: auto;
  height: 5px;
  width: 0;
}
.navContent li:hover::before, .navContent li.active::before {
  width: 100%;
}
.navContent li:hover a, .navContent li.active a {
  background: #fff !important;
}
.navContent li a {
  padding: 14px 15px;
  display: inline-block;
  font-family: "kelson bold";
  color: #171717;
  text-decoration: none !important;
  background-color: transparent;
}
.navContent li a:hover {
  background: #fff;
}
.navContent li:last-child {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navContent li:last-child:before {
  display: none !important;
}
.navContent li:last-child a {
  background: #5F94AB url(../images/import.svg) no-repeat 13px center !important;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 10px;
  color: #fff;
  padding-left: 35px;
}
.navContent li:last-child a:hover {
  background-color: #99BDD5 !important;
  color: #fff !important;
}

.conditionalCH {
  margin-top: 20px;
  display: none;
}

.flex-start {
  justify-content: flex-start !important;
}

.sri {
  background: #5F94AB;
  color: #fff;
  padding: 13px;
  font-weight: 700;
  font-size: 14px;
  font-family: "kelson bold";
}

.chUnity {
  padding-right: 45px;
  position: relative;
}
.chUnity .unity {
  position: absolute;
  right: 0;
  top: 15px;
  line-height: 14px;
  width: 45px;
  padding-left: 7px;
}

.indication {
  color: #a8aaab;
  font-style: normal;
  margin-top: 4px;
  display: inline-block;
}

.contBbGray {
  padding: 22px;
  background: #F8F8F8;
}

.inheritCenter {
  justify-content: inherit;
}

.flexCh {
  display: flex;
  gap: 0 5%;
  flex-wrap: wrap;
}
.flexCh .col20 {
  max-width: 21% !important;
  flex: 0 0 21% !important;
}

.colorRed {
  color: #C10000;
}

.noBg {
  background: transparent !important;
}

.simpleBtn .btn {
  background: #e5f4ff;
  border-radius: 0;
  min-width: inherit;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-right: 5px;
  color: #5f94ab;
  font-weight: 400;
}
.simpleBtn .btn.active {
  background: #5f94ab !important;
  color: #fff !important;
}

.internalTable {
  margin-bottom: 0;
}
.internalTable tr {
  background: transparent !important;
}
.internalTable td {
  padding: 5px 0 !important;
}
.internalTable td.campagne {
  max-width: 200px;
}
.internalTable td.importBtn {
  width: 11%;
}

.lgcookieslaw_banner {
  display: table;
  width: 100%;
  position: fixed;
  left: 0;
  background: #5F94AB;
  border-color: #5F94AB;
  border-left: 1px solid #5F94AB;
  border-radius: 3px 3px 3px 3px;
  border-right: 1px solid #5F94AB;
  color: #FFFFFF !important;
  z-index: 99999;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  outline: medium none;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0px 1px 5px 0px #5F94AB;
  font-size: 12px;
  bottom: 0;
  opacity: 0.9;
  padding: 10px 10px 8px;
}
.lgcookieslaw_banner span.lgcookieslaw_btn {
  border-color: #ededed !important;
  background: #ededed !important;
  color: #222220 !important;
  text-align: center;
  margin: 5px 0px 5px 0px;
  padding: 5px 7px;
  display: inline-block;
  border: 0;
  font-weight: bold;
  height: 26px;
  line-height: 16px;
  width: auto;
  font-size: 12px;
  cursor: pointer;
  border-radius: 8px;
}
.lgcookieslaw_banner span.lgcookieslaw_btn:hover {
  opacity: 0.8;
}
.lgcookieslaw_banner a.lgcookieslaw_btn {
  border-color: #99bdd5;
  background: #99bdd5;
  color: #FFFFFF !important;
  margin: 5px 0px 5px 0px;
  text-align: center;
  padding: 5px 7px;
  display: inline-block;
  border: 0;
  font-weight: bold;
  height: 26px;
  line-height: 16px;
  width: auto;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 8px;
}
.lgcookieslaw_banner a.lgcookieslaw_btn:hover {
  opacity: 0.8;
}

.lgcookieslaw_container {
  display: table;
  margin: 0 auto;
}

.lgcookieslaw_message {
  display: table-cell;
  font-size: 12px;
  padding: 2px 25px 5px 5px;
  vertical-align: middle;
}
.lgcookieslaw_message p {
  margin: 0;
  color: #fff;
}
.lgcookieslaw_message a {
  color: #171717;
}
.lgcookieslaw_message a:hover {
  text-decoration: underline;
}

.lgcookieslaw_button_container {
  display: table-cell;
  padding: 0px;
  vertical-align: middle;
}
.lgcookieslaw_button_container div {
  display: table-cell;
  padding: 0px 5px 0px 0px;
  vertical-align: middle;
}

.pure-checkbox,
.pure-radiobutton {
  margin-right: 23px;
}

.position-center-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.pure-checkbox *,
.pure-radiobutton * {
  box-sizing: border-box;
}

.pure-checkbox *:before,
.pure-radiobutton *:before,
.pure-checkbox *:after,
.pure-radiobutton *:after {
  box-sizing: border-box;
}

.pure-checkbox input[type=checkbox],
.pure-radiobutton input[type=checkbox],
.pure-checkbox input[type=radio],
.pure-radiobutton input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pure-checkbox input[type=checkbox]:focus + label:before,
.pure-radiobutton input[type=checkbox]:focus + label:before,
.pure-checkbox input[type=radio]:focus + label:before,
.pure-radiobutton input[type=radio]:focus + label:before,
.pure-checkbox input[type=checkbox]:hover + label:before,
.pure-radiobutton input[type=checkbox]:hover + label:before,
.pure-checkbox input[type=radio]:hover + label:before,
.pure-radiobutton input[type=radio]:hover + label:before {
  border-color: #5f94ab;
}

.pure-checkbox input[type=checkbox]:active + label:before,
.pure-radiobutton input[type=checkbox]:active + label:before,
.pure-checkbox input[type=radio]:active + label:before,
.pure-radiobutton input[type=radio]:active + label:before {
  transition-duration: 0s;
}

.pure-checkbox input[type=checkbox] + label,
.pure-radiobutton input[type=checkbox] + label,
.pure-checkbox input[type=radio] + label,
.pure-radiobutton input[type=radio] + label {
  position: relative;
  padding: 0 0 0 21px;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.pure-checkbox input[type=checkbox] + label:before,
.pure-radiobutton input[type=checkbox] + label:before,
.pure-checkbox input[type=radio] + label:before,
.pure-radiobutton input[type=radio] + label:before {
  box-sizing: content-box;
  content: "";
  color: #5F5F5F;
  position: absolute;
  top: 18px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -13px;
  border: 1px solid #A8AAAB;
  text-align: center;
  transition: all 0.4s ease;
}

.pure-checkbox input[type=checkbox] + label:after,
.pure-radiobutton input[type=checkbox] + label:after,
.pure-checkbox input[type=radio] + label:after,
.pure-radiobutton input[type=radio] + label:after {
  box-sizing: content-box;
  content: "";
  background-color: #5f94ab;
  position: absolute;
  top: 17px;
  left: 4px;
  width: 6px;
  height: 6px;
  margin-top: -8px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}

.pure-checkbox input[type=checkbox]:disabled + label:before,
.pure-radiobutton input[type=checkbox]:disabled + label:before,
.pure-checkbox input[type=radio]:disabled + label:before,
.pure-radiobutton input[type=radio]:disabled + label:before {
  border-color: #cccccc;
}

.pure-checkbox input[type=checkbox]:disabled:focus + label:before,
.pure-radiobutton input[type=checkbox]:disabled:focus + label:before,
.pure-checkbox input[type=radio]:disabled:focus + label:before,
.pure-radiobutton input[type=radio]:disabled:focus + label:before,
.pure-checkbox input[type=checkbox]:disabled:hover + label:before,
.pure-radiobutton input[type=checkbox]:disabled:hover + label:before,
.pure-checkbox input[type=radio]:disabled:hover + label:before,
.pure-radiobutton input[type=radio]:disabled:hover + label:before {
  background-color: inherit;
}

.pure-checkbox input[type=checkbox]:disabled:checked + label:before,
.pure-radiobutton input[type=checkbox]:disabled:checked + label:before,
.pure-checkbox input[type=radio]:disabled:checked + label:before,
.pure-radiobutton input[type=radio]:disabled:checked + label:before {
  background-color: #cccccc;
}

.pure-checkbox input[type=checkbox] + label:after,
.pure-radiobutton input[type=checkbox] + label:after {
  background-color: transparent;
  top: 17px;
  left: 3px;
  width: 6px;
  height: 2px;
  margin-top: -8px;
  border-style: solid;
  border-color: #5f94ab;
  border-width: 0 0 3px 3px;
  -o-border-image: none;
     border-image: none;
  transform: rotate(-45deg) scale(0);
}

.pure-checkbox input[type=checkbox]:checked + label:after,
.pure-radiobutton input[type=checkbox]:checked + label:after {
  content: "";
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}

.pure-checkbox input[type=radio]:checked + label:before,
.pure-radiobutton input[type=radio]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white;
}

.pure-checkbox input[type=radio]:checked + label:after,
.pure-radiobutton input[type=radio]:checked + label:after {
  transform: scale(1);
}

.pure-checkbox input[type=radio] + label:before,
.pure-radiobutton input[type=radio] + label:before,
.pure-checkbox input[type=radio] + label:after,
.pure-radiobutton input[type=radio] + label:after {
  border-radius: 50%;
}

.pure-checkbox input[type=checkbox]:checked + label:before,
.pure-radiobutton input[type=checkbox]:checked + label:before {
  animation: borderscale 200ms ease-in;
}

.pure-checkbox input[type=checkbox]:checked + label:after,
.pure-radiobutton input[type=checkbox]:checked + label:after {
  transform: rotate(-45deg) scale(1);
}

.pure-checkbox.pure-checkbox-inline,
.pure-radiobutton.pure-checkbox-inline,
.pure-checkbox.pure-radiobutton-inline,
.pure-radiobutton.pure-radiobutton-inline {
  display: inline-block;
}

.pure-checkbox-toggle input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pure-checkbox-toggle input[type=checkbox] + label {
  position: relative;
  padding: 5px 5px 5px 40px;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: block;
}

.pure-checkbox-toggle input[type=checkbox] + label:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  content: "";
  color: #5f94ab;
  width: 35px;
  height: 20px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.4s;
  background-color: #d6d6d6;
}

.pure-checkbox-toggle input[type=checkbox] + label:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  content: "";
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  transition: all 0.2s;
  box-sizing: border-box;
}

.pure-checkbox-toggle input[type=checkbox]:checked + label:before {
  box-shadow: inset 0 0 0 10px #5f94ab;
}

.pure-checkbox-toggle input[type=checkbox]:checked + label:after {
  left: 15px;
  border-color: #5f94ab;
  background-color: #ffffff;
}

.pure-checkbox-toggle input[type=checkbox]:disabled + label {
  cursor: default;
}

.pure-checkbox-toggle input[type=checkbox]:disabled + label:before {
  box-shadow: inset 0 0 0 10px #e3e3e3;
}

.pure-checkbox-toggle input[type=checkbox]:disabled + label:after {
  border-color: #e3e3e3;
}

.pure-checkbox-toggle input[type=checkbox]:disabled:checked + label:before {
  box-shadow: inset 0 0 0 10px #999999;
}

.pure-checkbox-toggle input[type=checkbox]:disabled:checked + label:after {
  border-color: #999999;
}

.pure-checkbox-toggle--right input[type=checkbox] + label {
  padding: 5px 40px 5px 5px;
}

.pure-checkbox-toggle--right input[type=checkbox] + label:before {
  left: auto;
  right: 0;
}

.pure-checkbox-toggle--right input[type=checkbox] + label:after {
  left: auto;
  right: 15px;
}

.pure-checkbox-toggle--right input[type=checkbox]:checked + label:after {
  left: auto;
  right: 0;
}

.pure-checkbox input[type=checkbox]:checked + label,
.pure-radiobutton input[type=checkbox]:checked + label,
.pure-checkbox input[type=radio]:checked + label,
.pure-radiobutton input[type=radio]:checked + label {
  color: #5f94ab;
}

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #5f94ab;
  }
}
/*input*/
.form-control {
  border: 1px solid #5f94ab;
  border-radius: 0;
  background: #fff;
  padding: 11px 18px;
  font-weight: 400;
  font-size: 14px;
  font-family: "kelson regular";
  min-height: 45px;
}

textarea.form-control {
  height: 220px;
  resize: none;
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  padding: 11px 18px;
  transition: all 0.3s;
  width: 100%;
  min-height: 45px;
  color: #5F94AB;
}
input[type=text].error,
input[type=date].error,
input[type=email].error,
input[type=number].error,
input[type=password].error,
input[type=search].error,
input[type=tel].error,
input[type=url].error,
select.error,
textarea.error {
  border-color: #C10000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select.svg) no-repeat right center #fff;
  padding-right: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #5f94ab;
  padding: 11px 35px 11px 18px;
  font-weight: 400;
  font-size: 14px;
  font-family: "kelson regular";
  min-height: 45px;
  margin-bottom: 8px;
}
select.multipleSelect {
  padding-bottom: 0 !important;
  background-image: none;
  padding: 11px 0 21px 15px;
  min-height: inherit;
  height: 77px;
  overflow: auto;
}

.btn {
  border-radius: 10px;
  background: #5F94AB;
  padding: 10px 18px;
  border: 1px solid #5F94AB;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "kelson bold";
  color: #fff;
  min-width: 180px;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  display: inline-block;
}
.btn span {
  display: inline-block;
  vertical-align: top;
}
.btn img {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.btn:hover {
  background-color: #99BDD5;
}
.btn.btnSecondary {
  background: #5F5F5F;
  border-color: #5F5F5F;
}
.btn.btnSecondary:hover {
  background-color: #171717;
}
.btn.activeBtn {
  background-color: #5F94AB !important;
  border-color: #5F94AB !important;
}

.contCh {
  position: relative;
}
.contCh label {
  margin-bottom: 15px;
  margin-top: 17px;
  display: inline-block;
  font-size: 14px;
}
.contCh label sup {
  color: #C10000;
  font-size: 18px;
  top: 5px;
  position: relative;
  left: 2px;
  line-height: 5px;
}
.contCh .form-control {
  margin-bottom: 8px;
}
.contCh .errorMessage {
  color: #C10000;
  font-size: 12px;
  padding-left: 29px;
  background: url(../images/warning.svg) no-repeat 0 2px;
  line-height: 21px;
  min-height: 21px;
}

.contForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.contForm .contCh {
  position: relative;
  margin-bottom: 20px;
}
.contForm .col15 {
  max-width: 16%;
  flex: 0 0 16%;
}
.contForm .col20 {
  max-width: 22%;
  flex: 0 0 22%;
}
.contForm .col33 {
  max-width: 30%;
  flex: 0 0 30%;
}
.contForm .col50 {
  max-width: 47.6%;
  flex: 0 0 47.6%;
}
.contForm .col60 {
  max-width: 47.6%;
  flex: 0 0 47.6%;
}
.contForm .col80 {
  max-width: 73%;
  flex: 0 0 73%;
}
.contForm .col100 {
  max-width: 100%;
  flex: 0 0 100%;
}
.contForm label {
  margin-top: 0;
  color: #171717;
}
.contForm .form-control {
  color: #5F94AB;
}
.contForm.withBlockRight {
  padding-right: 270px;
}
.contForm .rightFieldset {
  position: absolute;
  right: 0;
  top: 0;
}

.help {
  position: absolute;
  right: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url(../images/help.svg) no-repeat center;
  background-size: cover;
  z-index: 40;
  cursor: pointer;
}
.help .contentHelp {
  width: 350px;
  position: absolute;
  bottom: 40px;
  right: -6px;
  border: 1px solid #5F94AB;
  background: #f8f8f8;
  padding: 5px 10px;
  visibility: hidden;
  opacity: 0;
}
.help .contentHelp:after {
  content: "";
  background: url(../images/decohelp.png) no-repeat;
  width: 21px;
  height: 20px;
  position: absolute;
  right: 15px;
  bottom: -20px;
}
.help:hover .contentHelp {
  visibility: visible;
  opacity: 1;
}
.help.inlineHelp {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

fieldset {
  border: 1px solid #5F94AB;
  background: #fff;
  padding: 10px 35px;
  margin-bottom: 35px;
}
fieldset legend {
  padding: 0 15px;
  color: #171717;
  font-family: "kelson bold";
  min-width: 170px;
}
fieldset .form-control {
  margin-bottom: 0 !important;
}
fieldset .contCh {
  margin-bottom: 10px !important;
}
fieldset .pure-checkbox.inline-block input[type=checkbox] + label:before {
  top: 15px;
}
fieldset .pure-checkbox.inline-block input[type=checkbox] + label:after {
  top: 14px;
}

.short {
  width: 100%;
  background-color: #dc3545;
  margin-top: 5px;
  height: 3px;
  color: #dc3545;
  font-weight: 500;
  font-size: 12px;
}

.weak {
  width: 100%;
  background-color: #ffc107;
  margin-top: 5px;
  height: 3px;
  color: #ffc107;
  font-weight: 500;
  font-size: 12px;
}

.good {
  width: 100%;
  background-color: #28a745;
  margin-top: 5px;
  height: 3px;
  color: #28a745;
  font-weight: 500;
  font-size: 12px;
}

.strong {
  width: 100%;
  background-color: #d39e00;
  margin-top: 5px;
  height: 3px;
  color: #d39e00;
  font-weight: 500;
  font-size: 12px;
}

.btnMinus {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 5px;
  background: no-repeat center;
  line-height: 18px;
  transform: scale(1);
}
.btnMinus.btnAdd {
  background-image: url(../images/add.svg);
}
.btnMinus.btnAdd.txt {
  padding-left: 22px;
  text-transform: uppercase;
  font-family: "kelson bold";
  color: #171717;
  width: auto;
  background-position: left center;
  margin-bottom: 13px;
  margin-left: 0;
}
.btnMinus.btnAdd.txt:hover {
  text-decoration: none;
}
.btnMinus.upload {
  background-image: url(../images/upload.svg);
}
.btnMinus.edit {
  background-image: url(../images/edit.svg);
}
.btnMinus.trash {
  background-image: url(../images/trash.svg);
  background-size: contain;
}
.btnMinus:hover {
  transform: scale(1.1);
}
.btnMinus.txt:hover {
  transform: scale(1);
}

.pure-checkbox label, .pure-radiobutton label {
  margin-bottom: 10px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type=date] {
  background-image: url(../images/calendar.svg);
  background-repeat: no-repeat;
  background-position: right 13px center;
  padding-right: 10px;
}

label i {
  display: block;
  font-style: normal;
  color: #A8AAAB;
  line-height: normal;
}

.pure-checkbox.noLabel {
  margin: 0;
}
.pure-checkbox.noLabel label::before {
  top: 14px !important;
  left: 5px !important;
}
.pure-checkbox.noLabel label::after {
  top: 13px !important;
  left: 8px !important;
}
.pure-checkbox.noTxt label::before {
  top: 14px !important;
}
.pure-checkbox.noTxt label::after {
  top: 13px !important;
}

.loading {
  background-image: url(../images/loading.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-indent: 999%;
  overflow: hidden;
  white-space: nowrap;
  cursor: wait !important;
}
.loading:hover {
  cursor: default;
  background-color: #5F94AB !important;
}

.loadOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-size: 60px;
  cursor: default !important;
}
.loadOverlay:hover {
  cursor: default !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

footer {
  background: #99BDD5;
  color: #fff;
  padding: 18px 0 15px;
}
footer .blcDrop {
  width: 100%;
  text-align: center;
}
footer .wrapper {
  max-width: inherit;
}
footer .wrapper,
footer nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer nav ul {
  justify-content: inherit;
  margin: 0;
}
footer nav ul li:after {
  content: "-";
  margin: 0 10px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #171717;
}
footer .right {
  display: flex;
}
footer p {
  color: #fff;
  margin: 0;
}
footer p a {
  color: #5F94AB;
}
footer .blcDrop {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}
footer .blcDrop .uppercase {
  margin-right: 26px;
  font-family: "kelson bold";
}
footer .contDrop {
  display: flex;
}
footer .contDrop .btn {
  min-width: 115px;
}
footer .contDrop .btn:hover {
  background: #99BDD5;
  color: #fff;
}
footer .contDrop .cont {
  margin-right: 26px;
}
footer select {
  background-color: #99BDD5;
  color: #fff;
  width: 426px;
}

@media screen and (max-width: 768px) {
  footer .wrapper, footer nav ul, footer .right {
    display: block;
    text-align: center;
    padding: 0;
  }
  footer nav ul li {
    display: block;
  }
  footer nav ul li:after {
    display: none;
  }
  footer p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper, main {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .wrapper_inner .content {
    padding: 40px;
  }
  .contSignup .content {
    padding: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .hideDesktop {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .imgAside {
    display: none;
  }
  main,
  .contSignup {
    display: block;
  }
  .wrapper_inner,
  aside {
    max-width: inherit;
  }
  .contCh label {
    margin-top: 5px;
  }
  aside .content {
    padding: 15px 10px 0 !important;
  }
  aside.rightPostion .head,
  aside.rightPostion .content {
    padding: 15px 10px !important;
  }
  .lnkAside {
    margin-bottom: 10px;
  }
  .wrapper_inner h2 {
    padding-left: 0;
  }
  .wrapper_inner h2::before {
    display: none;
  }
  .wrapper_inner .content {
    padding: 20px 15px;
  }
  .contForm .contCh,
  .contForm .contBtnFilter {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 15px;
  }
  .contForm .errorMessage {
    position: static;
  }
  .contBtnFilter {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pure-checkbox,
  .pure-radiobutton {
    width: 100%;
  }
  .pure-checkbox label,
  .pure-radiobutton label {
    margin-bottom: 0;
  }
  table th {
    display: none;
  }
  table tr {
    display: block;
    margin-bottom: 15px;
  }
  table tr:first-child {
    display: none;
  }
  table tr td:before {
    content: attr(data-label);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
  }
  table tr td {
    display: block;
    text-align: center;
    border: #e5e5e5 1px solid;
    border-top: 0;
    border-bottom: 0;
    padding-left: 10px !important;
    padding-right: 10px !important;
    clear: both;
  }
  table tr td:first-child {
    border-top: #e5e5e5 1px solid;
    padding-top: 20px;
  }
  table tr td:last-child {
    border-bottom: #e5e5e5 1px solid;
    padding-bottom: 20px;
    justify-content: center;
  }
  .internalTable {
    margin-bottom: 0;
  }
  .internalTable tr:first-child {
    display: block !important;
  }
  .internalTable tr .campagne {
    display: block;
    max-width: inherit;
  }
  .internalTable tr .importBtn {
    width: 100%;
  }
  .internalTable td {
    border: 0 !important;
  }
  .headBG {
    padding: 10px 15px;
  }
  .navContent ul {
    padding: 0 15px;
    flex-wrap: wrap;
  }
  .navContent li a {
    padding: 8px 10px;
  }
  .hideMobile {
    display: none !important;
  }
  .contForm.withBlockRight {
    padding-right: 0;
  }
  .contForm .rightFieldset {
    position: static;
    width: 100%;
  }
  .pagination {
    display: block;
  }
  .pagination .pga {
    margin-bottom: 15px;
    float: right;
    margin-left: 8px;
  }
}
@media screen and (max-width: 960px) {
  .productList .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .productList.mobilier .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .productList.column-4 .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .elementor-column.leftColumn {
    display: none !important;
  }
  .elementor-column.rightColumn {
    width: 100% !important;
    padding-left: 0;
  }
  /*profil seller*/
  .profileSeler {
    display: block;
    padding: 22px 21px 22px;
    margin-top: 0;
  }
  .profileSeler .left,
  .profileSeler .right {
    width: 100%;
    float: none;
    clear: both;
  }
  .profileSeler .right {
    margin: 100px 0 0 0;
  }
  .profileSeler .elementor-button {
    float: none;
    width: 100%;
  }
  .profileSeler .contReviewStar {
    position: absolute;
    margin: -27px 0 0 78px;
    white-space: inherit;
    display: block;
    width: 176px;
  }
  .profileSeler .star {
    margin-right: 0;
    margin-left: 10px;
    display: inline-block;
  }
  .profileSeler .add_star {
    float: none;
    text-align: center;
  }
  .profileSeler .add_star ul {
    margin-right: 0;
  }
  .profileSeler .add_star li {
    margin: 0 3px 15px;
    float: none;
    display: inline-block;
  }
  /*Dashboard seller*/
  .dashboardSeller .headTab ul {
    flex-wrap: wrap;
  }
  /*Dashboard sold*/
  table.purchase .content {
    flex-wrap: wrap;
    justify-content: normal;
  }
  table.purchase .content .item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }
  table.purchase .content .item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  table {
    margin-bottom: 10px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .help .contentHelp {
    width: 270px;
  }
  main {
    padding: 0 !important;
  }
  .navContent ul {
    padding: 0 10px;
  }
  .wrapper_inner .content {
    padding: 10px;
  }
  .pagination li.first a, .pagination li.last a {
    padding-left: 24px;
    text-indent: 99px;
    width: 30px;
    overflow: hidden;
  }
  .pagination li.last a {
    padding-right: 24px;
    padding-left: 20px;
  }
  .pagination li.prev {
    margin: 0;
  }
  .pagination li.prev a {
    padding-left: 0;
    text-indent: 99px;
    width: 20px;
    overflow: hidden;
    margin: 0 10px;
  }
  .pagination li.next {
    margin: 0;
  }
  .pagination li.next a {
    padding-left: 0;
    text-indent: 99px;
    width: 20px;
    overflow: hidden;
    margin: 0 10px;
    padding-right: 0;
  }
  .multiButton {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 15px;
  }
  .multiButton .btn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
  fieldset {
    padding: 10px 10px;
    margin-bottom: 15px;
  }
  .lgcookieslaw_container, .lgcookieslaw_button_container {
    display: block;
  }
  .lgcookieslaw_button_container div {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 960px) {
  /*Dashboard sold*/
  table.purchase .content .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
a,
header,
.btn, .navContent li:before {
  transition: all ease-in-out 0.3s;
}

.aa {
  transition: all ease-in-out 0.4s;
}

.contentHelp {
  transition: all ease-in-out 0.5s;
}/*# sourceMappingURL=style.css.map */

.text-success{
    color: green;
}
.text-danger{
    color: red;
}
.text-info1 {
    color: rgb(95, 148, 171);
    margin-left: 4px;
    /*visibility: hidden;*/
}
.text-info2 {
    color: white;
    background-color: rgb(95, 148, 171);
    margin-left: 4px;
    /*visibility: hidden;*/
}
