@charset "UTF-8";
/* ==========================================================================
   Import rules : files syntax => 'main2' + '_filename.scss'
   ========================================================================== */
/* ==========================================================================
   Sass Variables
   ========================================================================== */
/*----------------------------------------------------------------
	Paths
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
	Colors
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
	Width Layout
-----------------------------------------------------------------*/
.btn.arrowLeft:before,
div.uploader span.arrowLeft.action:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604";
  margin-right: 6px;
  position: relative;
  top: 1px;
}

.btn.arrowRight:before,
div.uploader span.arrowRight.action:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e603";
  margin-right: 6px;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 992px) {
  .btn,
  div.uploader span.action {
    white-space: normal;
  }
}
.btn:active:focus,
div.uploader span.action:active:focus,
.btn:focus,
div.uploader span.action:focus {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  outline: none;
  border: 1px solid #666;
}

p .btn,
p div.uploader span.action,
div.uploader p span.action {
  margin-bottom: 0;
}

.bloc-list-events .date .n-day,
.bloc-detail-event .date .n-day {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}

.row.event {
  margin-left: 8px;
  margin-right: 8px;
}

.row.event .glyphicon-chevron-down {
  padding-top: 5px;
  padding-bottom: 12px;
}

.center {
  text-align: center;
}

.bloc-list-events .event-icon {
  padding-top: 8px;
  padding-bottom: 5px;
}

.bloc-list-events .event-icon .glyphicon-chevron-down {
  margin-left: 35px;
}

.bloc-list-events .event-icon .glyphicon-chevron-right {
  margin-left: 15px;
}

.l-day {
  font-weight: 400;
}

.bloc-list-events .date .l-day,
.bloc-list-events .date .l-month,
.bloc-detail-event .date .l-day,
.bloc-detail-event .date .l-month {
  display: block;
}

.bloc-list-events .date .l-month,
.bloc-detail-event .date .l-month {
  font-weight: 700;
}

.bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  width: 39px;
  height: 39px;
}

.bx-wrapper .bx-prev {
  background-image: url("/bundles/tradedirectsite/img/common/sprites-s08df5fc696.png");
  background-position: 0 -39px;
  background-repeat: no-repeat;
  height: 39px;
  width: 40px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 -39px;
}

.bx-wrapper .bx-next {
  background-image: url("/bundles/tradedirectsite/img/common/sprites-s08df5fc696.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 39px;
  width: 40px;
}

.bx-wrapper .bx-next:hover {
  background-position: 0 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 20px;
}

table p {
  margin: 0;
}

table ul {
  margin: 0;
}

table li {
  margin: 0 0 1px;
}

.wysiwyg table ul {
  margin: 0;
}

.wysiwyg table li {
  margin: 0 0 1px;
}

table.product-compare td {
  padding: 9px;
}

table.product-compare tr:nth-last-child(2) th {
  border-bottom: 0 none;
}

table td {
  vertical-align: middle;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #f9f9f9;
  padding: 15px 15px;
  font-size: 13px;
  font-weight: 100;
}

table td:last-child {
  border-right: 0;
}

table td.group {
  display: none;
}

table td p {
  text-align: left;
}

table td.selection {
  background: #40B579;
  color: #fff;
  border-bottom-color: #009D4D;
  border-bottom-color: rgba(193, 193, 193, 0.5);
  border-left: 4px solid #c1c1c1;
  border-right: 4px solid #c1c1c1;
  font-weight: 700;
}

table tr:nth-child(odd) td {
  background: #ececec;
}

table tr:nth-child(odd) td.selection {
  background: #40B579;
  color: #fff;
  border-bottom-color: #009D4D;
  border-bottom-color: rgba(193, 193, 193, 0.5);
  border-left: 4px solid #c1c1c1;
  border-right: 4px solid #c1c1c1;
}

table tr:nth-child(odd) td:last-child.selection {
  border-bottom: 0;
}

table tr:last-child td {
  border-bottom: 0 none;
}

table th {
  vertical-align: top;
  text-align: center;
  font-weight: normal;
}

table th[scope=col],
table thead th {
  background: #707070;
  border-bottom: 4px solid #404040;
  border-right: 1px solid #535353;
  color: #fff;
  padding: 9px;
  position: relative;
  font-weight: 400;
}

table th[scope=col]:last-child,
table thead th:last-child {
  border-right: 0;
}

table th[scope=col].selection,
table thead th.selection {
  background: #535353;
  color: #fff;
}

table th[scope=row],
table tbody th {
  padding: 9px 22px 9px 12px;
  border-right: 4px solid #92D4A8;
  border-bottom: 1px solid #D3EDDC;
  background: #BDE5CA;
  text-align: left;
  vertical-align: middle;
}

table tr:nth-child(odd).commander .selection {
  background: #009D4D;
}

table tr.commander .selection {
  background: #009D4D;
}

table tr.selection td,
table tr.selection th {
  background: #40B579;
  color: #fff;
  border-color: #009D4D;
  border-bottom: 0 none;
}

table tr.footer td,
table tr.footer th {
  background: #fff;
  color: #000;
  border-color: #EBEBEB;
  border-bottom: 0 none;
}

table th.empty,
table td.empty {
  background: none;
  border: 0 none;
}

table .btn,
table div.uploader span.action,
div.uploader table span.action {
  font-size: 13px;
  margin: 0 0 2px;
}

table .infos {
  font-size: 11px;
  color: #666666;
}

table .selection .btn.btn-primary,
table .selection div.uploader span.action,
div.uploader table .selection span.action {
  background: #fff;
  color: #000;
}

table .selection .infos {
  font-weight: 100;
  color: #fff;
}

table .selection .infos:hover {
  color: #fff;
}

.selection .icon-check:before {
  color: #fff;
}

.icon-check em {
  display: none;
}

.selec-bcv {
  background: #3FB478;
  padding: 10px;
  text-align: center;
  margin: 0 0 15px;
  color: #fff;
  position: relative;
}

.selec-bcv:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60b";
  color: #fff;
  margin: 0 5px 0 0;
}

.selec-bcv:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 10px solid #3FB478;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 1px;
  width: 1px;
  left: 50%;
  margin: 0 0 0 -10px;
  bottom: -20px;
}

table.fond {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 20px;
}

table.fond a {
  color: #00AB5F;
  text-decoration: none;
}

table.fond p {
  color: #404040;
  margin: 0;
}

table.fond td {
  vertical-align: middle;
  border-right: none;
  border-bottom: 1px solid #d9d9d9;
  background: transparent;
  padding: 5px;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #404040;
}

table.fond th {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

table.fond tr:nth-child(odd) td {
  background: transparent;
}

table.fond th[scope=col],
table.fond thead th {
  background: transparent;
  border-bottom: 4px solid #d9d9d9;
  border-right: 0;
  color: #797979;
  padding: 7px;
  position: relative;
  font-weight: 600;
  font-size: 13px;
}

table.fond th[scope=row],
table.fond tbody th {
  padding: 9px 22px 9px 12px;
  border-bottom: 1px solid #009D4D;
  background: #009D4D;
  vertical-align: middle;
}

table.fond .sorting_asc,
table.fond .sorting_desc {
  cursor: pointer;
}

table.fond .sorting {
  cursor: pointer;
  background-image: url("/bundles/tradedirectsite/img/sort_both-grey.png");
  background-repeat: no-repeat;
  background-position: center right;
}

table.fond .sorting_asc {
  background-image: url("/bundles/tradedirectsite/img/sort_asc.png");
  background-repeat: no-repeat;
  background-position: center right;
}

table.fond .sorting_desc {
  background-image: url("/bundles/tradedirectsite/img/sort_desc.png");
  background-repeat: no-repeat;
  background-position: center right;
}

@media only screen and (max-width: 992px) {
  .selec-bcv {
    display: none;
  }

  table td {
    padding: 9px 5px;
  }

  table th[scope=row],
  table tbody th {
    padding: 9px 5px 9px 5px;
  }
}
@media only screen and (max-width: 768px) {
  table:not(.table-no-responsive) {
    display: block;
    position: relative;
    width: 100%;
  }

  table:not(.table-no-responsive).product-compare th[scope=row],
  table:not(.table-no-responsive).product-compare tbody th {
    min-height: 75px;
  }

  table:not(.table-no-responsive).product-compare th[scope=row] p,
  table:not(.table-no-responsive).product-compare tbody th p {
    white-space: normal;
  }

  table:not(.table-no-responsive).product-compare thead {
    margin: 0;
  }

  table:not(.table-no-responsive).product-compare th,
  table:not(.table-no-responsive).product-compare tr,
  table:not(.table-no-responsive).product-compare td {
    min-height: 58px;
  }

  table:not(.table-no-responsive).product-compare th p,
  table:not(.table-no-responsive).product-compare tr p,
  table:not(.table-no-responsive).product-compare td p {
    font-size: 11px;
    white-space: normal;
  }

  table:not(.table-no-responsive).product-compare tbody tr:last-child .btn,
  table:not(.table-no-responsive).product-compare tbody tr:last-child div.uploader span.action,
  div.uploader table:not(.table-no-responsive).product-compare tbody tr:last-child span.action {
    padding: 3px 6px 4px;
    font-size: 11px;
  }

  table:not(.table-no-responsive).product-compare tr:last-child p {
    display: inline-block;
  }

  table:not(.table-no-responsive) thead {
    display: block;
    float: left;
  }

  table:not(.table-no-responsive) thead tr {
    display: block;
  }

  table:not(.table-no-responsive) tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  table:not(.table-no-responsive) tbody tr {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -3px;
  }

  table:not(.table-no-responsive) th {
    display: block;
  }

  table:not(.table-no-responsive) th[scope=col],
  table:not(.table-no-responsive) thead th {
    border-width: 1px;
    padding: 5px 3px;
    max-width: 85px;
  }

  table:not(.table-no-responsive) th[scope=col] p,
  table:not(.table-no-responsive) thead th p {
    font-size: 11px;
  }

  table:not(.table-no-responsive) th[scope=row],
  table:not(.table-no-responsive) tbody th {
    min-height: 45px;
    border-width: 1px;
  }

  table:not(.table-no-responsive) td {
    display: block;
    min-height: 1.25em;
  }

  table:not(.table-no-responsive) th,
  table:not(.table-no-responsive) tr,
  table:not(.table-no-responsive) td {
    display: block;
    min-height: 45px;
  }

  table:not(.table-no-responsive) th.empty,
  table:not(.table-no-responsive) tr.empty,
  table:not(.table-no-responsive) td.empty {
    min-height: 75px;
  }

  table:not(.table-no-responsive) th.selection,
  table:not(.table-no-responsive) tr.selection,
  table:not(.table-no-responsive) td.selection {
    border-width: 1px;
  }

  table:not(.table-no-responsive) tr:nth-child(odd) td.selection {
    border-width: 0px;
  }

  table:not(.table-no-responsive) .infos {
    padding: 0 5px;
  }
}
.maintenance-wrapper,
.notif-wrapper {
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  font-size: 13px;
  border: 2px solid transparent;
  border-image: url("/bundles/tradedirectsite/img/common/bg/border-img-notif.png") 2 2 round;
  -webkit-border-image: url("/bundles/tradedirectsite/img/common/bg/border-img-notif.png") 2 2 round;
  -o-border-image: url("/bundles/tradedirectsite/img/common/bg/border-img-notif.png") 2 2 round;
}

.notif .maintenance-wrapper,
.notif .notif-wrapper {
  margin: 0;
}

section .maintenance-wrapper,
section .notif-wrapper {
  padding: 10px;
}

section .maintenance-wrapper span[class^="icon-"],
section .maintenance-wrapper span[class*=" icon-"],
section .notif-wrapper span[class^="icon-"],
section .notif-wrapper span[class*=" icon-"] {
  position: relative;
  font-size: 18px;
  margin: 0 7px 0 0;
  float: left;
}

.maintenance-wrapper.product,
.maintenance-wrapper.warning,
.notif-wrapper.product,
.notif-wrapper.warning {
  background: #fff0bb;
}

.maintenance-wrapper.product a.more,
.maintenance-wrapper.warning a.more,
.notif-wrapper.product a.more,
.notif-wrapper.warning a.more {
  color: #000;
}

.maintenance-wrapper.product a.icon-close,
.maintenance-wrapper.warning a.icon-close,
.notif-wrapper.product a.icon-close,
.notif-wrapper.warning a.icon-close {
  background: #e3cd66;
}

.maintenance-wrapper.in-progress,
.notif-wrapper.in-progress {
  background-color: #53BED9;
  color: #fff;
}

.maintenance-wrapper.product,
.maintenance-wrapper.warning,
.notif-wrapper.product,
.notif-wrapper.warning {
  background-color: #fff0bb;
}

.maintenance-wrapper.no-result,
.maintenance-wrapper.outofcountry,
.maintenance-wrapper.reject,
.notif-wrapper.no-result,
.notif-wrapper.outofcountry,
.notif-wrapper.reject {
  background-color: #ff8b6c;
  color: #fff;
}

.maintenance-wrapper.no-result a,
.maintenance-wrapper.outofcountry a,
.maintenance-wrapper.reject a,
.notif-wrapper.no-result a,
.notif-wrapper.outofcountry a,
.notif-wrapper.reject a {
  color: #fff;
}

.maintenance-wrapper.no-result a.goGeo,
.maintenance-wrapper.outofcountry a.goGeo,
.maintenance-wrapper.reject a.goGeo,
.notif-wrapper.no-result a.goGeo,
.notif-wrapper.outofcountry a.goGeo,
.notif-wrapper.reject a.goGeo {
  text-decoration: underline;
}

.maintenance-wrapper.no-result a.icon-close,
.maintenance-wrapper.outofcountry a.icon-close,
.maintenance-wrapper.reject a.icon-close,
.notif-wrapper.no-result a.icon-close,
.notif-wrapper.outofcountry a.icon-close,
.notif-wrapper.reject a.icon-close {
  background: #FFB29D;
}

.maintenance-wrapper.propose,
.notif-wrapper.propose {
  background-color: #53BED9;
  color: #fff;
}

.maintenance-wrapper.propose a,
.notif-wrapper.propose a {
  color: #fff;
}

.maintenance-wrapper.propose a.goGeo,
.notif-wrapper.propose a.goGeo {
  text-decoration: underline;
}

.maintenance-wrapper.propose a.icon-close,
.notif-wrapper.propose a.icon-close {
  background: #009FE3;
}

.maintenance-wrapper.reject,
.maintenance-wrapper.error,
.notif-wrapper.reject,
.notif-wrapper.error {
  background: #ff8b6c;
  color: #fff;
}

.maintenance-wrapper.reject a.more,
.maintenance-wrapper.error a.more,
.notif-wrapper.reject a.more,
.notif-wrapper.error a.more {
  color: #fff;
}

.maintenance-wrapper.reject a.icon-close,
.maintenance-wrapper.error a.icon-close,
.notif-wrapper.reject a.icon-close,
.notif-wrapper.error a.icon-close {
  background: #ffb29d;
}

.maintenance-wrapper.success,
.notif-wrapper.success {
  background: #40b579;
  color: #fff;
}

.maintenance-wrapper.success a.more,
.notif-wrapper.success a.more {
  color: #fff;
}

.maintenance-wrapper.success a.icon-close,
.notif-wrapper.success a.icon-close {
  background: #92D4A8;
}

.maintenance-wrapper.info,
.notif-wrapper.info {
  background: #53BED9;
  color: #fff;
}

.maintenance-wrapper.info a.more,
.notif-wrapper.info a.more {
  color: #fff;
}

.maintenance-wrapper.info a.icon-close,
.notif-wrapper.info a.icon-close {
  background: #009FE3;
}

.maintenance-wrapper.product,
.notif-wrapper.product {
  margin: 0 0 20px;
  position: relative;
}

.maintenance-wrapper.product .content,
.notif-wrapper.product .content {
  position: relative;
}

.maintenance-wrapper.product .icon-close,
.notif-wrapper.product .icon-close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

.maintenance-wrapper.product a,
.notif-wrapper.product a {
  text-decoration: none;
}

.maintenance-wrapper p,
.notif-wrapper p {
  margin: 0;
}

.maintenance-wrapper .content,
.notif-wrapper .content {
  padding: 13px;
  margin: 0 auto;
  width: 960px;
  min-height: 45px;
}

@media screen and (max-width: 992px) {
  .maintenance-wrapper .content,
  .notif-wrapper .content {
    width: 100%;
    padding: 5px;
    font-size: 12px;
    min-height: inherit;
  }
}
.maintenance-wrapper .content .icon-error,
.maintenance-wrapper .content .icon-success,
.maintenance-wrapper .content .icon-warning,
.maintenance-wrapper .content .icon-biginfo,
.notif-wrapper .content .icon-error,
.notif-wrapper .content .icon-success,
.notif-wrapper .content .icon-warning,
.notif-wrapper .content .icon-biginfo {
  position: relative;
  font-size: 24px;
  margin: 0 7px 0 0;
  float: left;
}

.maintenance-wrapper a.more,
.notif-wrapper a.more {
  font-style: italic;
  float: right;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .maintenance-wrapper a.more,
  .notif-wrapper a.more {
    padding: 0 0 0 10px;
  }
}
.maintenance-wrapper a.icon-close,
.notif-wrapper a.icon-close {
  color: #FFFFFF;
  float: right;
  font-size: 17px;
  line-height: 15px;
  margin: 0 14px 0 10px;
  padding: 3px 0;
  text-decoration: none;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  -ms-border-radius: 100% 100% 100% 100%;
  -o-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
}

@media screen and (max-width: 480px) {
  .maintenance-wrapper a.icon-close,
  .notif-wrapper a.icon-close {
    margin-right: 0;
  }
}
.maintenance-wrapper .title,
.notif-wrapper .title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  font-size: 13px;
  font-weight: 400;
}

.maintenance-wrapper .btn,
.maintenance-wrapper div.uploader span.action,
div.uploader .maintenance-wrapper span.action,
.notif-wrapper .btn,
.notif-wrapper div.uploader span.action,
div.uploader .notif-wrapper span.action {
  position: relative;
  margin-bottom: 0;
  padding: 2px 13px 5px;
  font-size: 13px;
  top: -2px;
  background: #535353;
  border-color: #535353;
  padding: 2px 9px 4px;
  margin: 0;
}

.maintenance-wrapper .btn:hover,
.maintenance-wrapper div.uploader span.action:hover,
div.uploader .maintenance-wrapper span.action:hover,
.notif-wrapper .btn:hover,
.notif-wrapper div.uploader span.action:hover,
div.uploader .notif-wrapper span.action:hover {
  background: #707070;
  border-color: #707070;
}

.maintenance-wrapper.error .wysiwyg a,
.maintenance-wrapper.success .wysiwyg a,
.maintenance-wrapper.info .wysiwyg a,
.notif-wrapper.error .wysiwyg a,
.notif-wrapper.success .wysiwyg a,
.notif-wrapper.info .wysiwyg a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

.maintenance-wrapper.warning .wysiwyg a,
.notif-wrapper.warning .wysiwyg a {
  font-weight: 700;
  color: #404040;
  text-decoration: underline;
}

.maintenance-wrapper {
  text-align: center;
  background: #fff0bb;
  display: none;
}

.maintenance-wrapper p {
  text-align: center;
}

label.required:after {
  content: " *";
  color: red;
}

form input[type=CHECKBOX],
form input[type=RADIO] {
  cursor: pointer;
}

form button[type=SUBMIT] {
  font-size: 14px;
}

form button[type=SUBMIT] span {
  font-size: 8px;
  position: relative;
  top: -1px;
}

form label {
  margin-right: 5px;
}

label.label--fixed {
  width: 175px;
}

form hr {
  margin: 10px -10px;
}

form h3 {
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}

form fieldset {
  border: 0 none;
}

form .group {
  padding: 10px;
  border: 1px solid #ededed;
  margin: 0 0 20px;
  background: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#form .group {
  padding: 10px;
  border: 1px solid #ededed;
  margin: 0 0 20px;
  background: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

form .group.focus {
  background: #fff9e4;
  border-color: #e3cd66;
}

@media screen and (max-width: 480px) {
  form .group {
    padding: 5px;
  }
}
form textarea {
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 5px 10px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

form .error .form-control {
  border-left-width: 5px;
  border-right-width: 35px;
  border-color: #ff8b6c;
  color: #ff8b6c;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

form .error .form-control + [class^="icon-"],
form .error .form-control + [class*=" icon-"] {
  display: block;
}

form .error textarea {
  border-left-width: 5px;
  border-right-width: 5px;
  border-color: #ff8b6c;
  color: #ff8b6c;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

form .error [class^="icon-"],
form .error [class*=" icon-"] {
  position: absolute;
  right: 14px;
  top: 28px;
  display: none;
}

form .error [class^="icon-"]:before,
form .error [class*=" icon-"]:before {
  color: #FFFFFF;
  font-size: 23px;
}

.show-hide-content {
  display: none;
}

.wrap-pop-tool {
  margin-bottom: 20px;
}

.wrap-pop-tool div.inline-form {
  position: relative;
  display: inline-block;
  width: 250px;
  margin-right: 30px;
}

.wrap-pop-tool div.inline-form span.icon-error-form {
  top: 21px;
  right: -12px;
}

@media screen and (max-width: 768px) {
  .wrap-pop-tool div.inline-form {
    display: block;
    margin: 5px 0 15px 0;
    width: 100%;
    min-height: 74px;
  }

  .wrap-pop-tool div.inline-form.error {
    min-height: 104px;
  }

  .wrap-pop-tool div.inline-form:last-child {
    margin-bottom: 0;
  }

  .wrap-pop-tool div.inline-form span.icon-error-form {
    top: 25px;
    right: 4px;
  }
}
.pop-tool {
  display: inline-block;
  float: none;
  margin: -4px 0 0 15px;
}

@media screen and (max-width: 768px) {
  .pop-tool {
    margin: 5px 0 15px 0;
    width: 100%;
    clear: both;
  }
}
.pop-tool label {
  margin-bottom: 2px;
  font-weight: normal;
  font-size: 12px;
}

.pop-tool .form-control {
  padding: 2px 8px;
  height: 26px;
  font-size: 11px;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .pop-tool .form-control {
    height: auto;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 12px;
  }
}
.pop-tool p.help-block {
  max-width: 500px;
  font-size: 12px;
  padding: 3px 0 0 0;
  margin: 0;
}

.pop-tool.error [class^="icon-"],
.pop-tool.error [class*=" icon-"] {
  right: 4px;
  top: 25px;
}

@media screen and (min-width: 768px) {
  .pop-tool.error [class^="icon-"],
  .pop-tool.error [class*=" icon-"] {
    left: 210px;
    right: auto;
    top: 23px;
  }
}
@media screen and (min-width: 768px) {
  .pop-tool.error [class^="icon-"]:before,
  .pop-tool.error [class*=" icon-"]:before {
    font-size: 20px;
  }
}
.form-inline .help-block {
  display: inline-block;
}

div.uploader {
  width: auto;
  min-height: 38px;
  background: none;
}

@media screen and (max-width: 480px) {
  div.uploader {
    width: 100%;
    height: auto;
  }
}
div.uploader span.filename {
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #777777;
  font-size: 13px;
  font-style: italic;
  font-weight: 200;
  height: 35px;
  line-height: 35px;
  margin: 0 10px 0 0;
  width: 284px;
  background: #fff;
}

@media screen and (max-width: 480px) {
  div.uploader span.filename {
    margin: 0 0 5px;
    width: 100%;
  }
}
div.uploader span.action {
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  padding: 2px 15px;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 0 0 0 transparent;
}

div.uploader span.action span {
  font-size: 8px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 480px) {
  div.uploader span.action {
    margin: 0;
    width: 100%;
  }
}
div.uploader input {
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin: 0;
}

.radio,
.checkbox {
  padding: 0;
}

.big div.checker span {
  background-color: #FFFFFF;
  background-position: -10px -177px;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  height: 20px;
  width: 20px;
}

.big div.checker span.checked {
  background-color: #fff;
  background-position: -76px -260px;
}

button[type=SUBMIT] span {
  font-size: 12px;
}

p.oblig span {
  color: red;
}

.checkbox {
  margin-bottom: 1px;
}

p.error-msg,
p.help-block {
  float: left;
  font-weight: 300;
  line-height: 15px;
  margin: 0 0 10px;
  font-style: italic;
  width: 100%;
  clear: both;
  padding: 5px 0 0 0;
}

@media screen and (max-width: 992px) {
  p.error-msg,
  p.help-block {
    max-width: 100%;
  }
}
p.help-block {
  max-width: 240px;
}

p.error-msg {
  color: #ff8b6c;
}

.notif-wrapper {
  margin: 0 0 10px;
}

div.selector {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

div.selector span {
  height: 32px;
  padding: 4px 32px 6px 0px;
  background: url("/bundles/tradedirectsite/img/vendor/uniform/sprite.png") 100% -771px no-repeat;
  text-shadow: none;
  -webkit-user-select: none;
}

div.selector.active.hover,
div.selector.focus,
div.selector.active,
div.selector.hover {
  background: #ffffff;
}

div.selector.active.hover span,
div.selector.focus span,
div.selector.active span,
div.selector.hover span {
  background: url("/bundles/tradedirectsite/img/vendor/uniform/sprite.png") 100% -771px no-repeat;
}

div.selector .form-control[disabled], div.selector .form-control[readonly], div.selector fieldset[disabled] {
  opacity: 0;
}

.basket-wrapper {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 20;
  overflow: hidden;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.basket-wrapper.closed {
  right: -170px;
}

.basket-wrapper.no-product {
  right: -250px;
}

.basket-wrapper a.basket-trigger {
  display: block;
  background: #404040;
  text-align: center;
  float: left;
  text-decoration: none;
  color: #fff;
  padding: 10px 10px;
  font-size: 13px;
}

.basket-wrapper a.basket-trigger:hover {
  background: #535353;
}

.basket-wrapper a.basket-trigger span {
  color: #fff;
  font-size: 35px;
  display: block;
  margin: 0;
  position: relative;
}

.basket-wrapper a.basket-trigger em {
  color: #fff;
  font-size: 13px;
  font-style: normal;
}

.basket-wrapper .content {
  overflow: hidden;
  padding: 15px;
  background: #535353;
  color: #fff;
  position: relative;
  width: 170px;
  float: left;
}

.basket-wrapper .content h4 {
  margin: 0 0 15px;
  font-size: 14px;
}

.basket-wrapper .content ul {
  margin: 0 0 0 15px;
}

.basket-wrapper .content ul li {
  list-style-type: disc;
  font-size: 11px;
}

.basket-wrapper .content a.btn {
  font-size: 13px;
  margin: 10px 0 0 0;
}

.basket-wrapper .content a.btn:before {
  font-size: 9px;
}

.basket-wrapper .content a.icon-close {
  color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  text-decoration: none;
  font-size: 20px;
}

.basket-wrapper .content a.icon-close:hover {
  color: #009D4D;
}

table.dataTable {
  clear: both;
  margin: 0 0 27px;
}

table.dataTable td {
  padding: 8px 10px;
  text-align: left;
  background: #F8F8F8;
}

table.dataTable td.positiv {
  color: #009D4D;
}

table.dataTable td.negativ {
  color: #F12000;
}

@media screen and (max-width: 768px) {
  table.dataTable td {
    padding: 17px 10px;
  }
}
table.dataTable tr:nth-child(odd) td {
  background: #F8F8F8;
}

.wysiwyg table.dataTable tr:nth-child(odd) td {
  background: #ECECEC;
}

table.dataTable th[scope=col],
table.dataTable thead th {
  padding: 11px 12px 12px;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  table.dataTable th[scope=col] p,
  table.dataTable thead th p {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  table.dataTable th[scope=col],
  table.dataTable thead th {
    padding: 11px 5px 12px;
    min-height: 53px;
  }
}
table.dataTable tr.filterHead th {
  padding: 6px 7px 6px;
}

.dataTables_paginate,
.dataTables_info {
  text-align: center;
}

.dataTables_info {
  margin: 0 0 9px;
}

.dataTables_paginate .paginate_button {
  cursor: pointer;
}

.dataTables_paginate .previous,
.dataTables_paginate .next {
  font-weight: bold;
}

.dataTables_paginate .next {
  margin: 0 0 0 20px;
}

.dataTables_paginate .previous {
  margin: 0 20px 0 0;
}

.dataTables_paginate span .paginate_button {
  padding: 0;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  -ms-border-radius: 100% 100% 100% 100%;
  -o-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  margin: 0 3px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  display: inline-block;
  border: 1px solid transparent;
}

.dataTables_paginate span .paginate_button:hover {
  border: 1px solid #92D4A8;
}

.dataTables_paginate span .current {
  border: 1px solid #009D4D;
}

.dataTables_paginate span .current:hover {
  border: 1px solid #009D4D;
}

.dataTables_wrapper .filters {
  clear: both;
  margin-bottom: 32px;
}

.dataTables_wrapper .filter {
  float: left;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .dataTables_wrapper .filter {
    margin: 0 0 10px;
  }
}
.dataTables_wrapper .filter label {
  display: block;
  margin: 0 0 10px;
}

.dataTables_wrapper .filter select {
  height: 35px;
}

@media screen and (max-width: 768px) {
  .dataTables_wrapper .dataTables_filter {
    padding: 5px;
  }
}
.dataTables_wrapper .dataTable input[type=SEARCH],
.dataTables_wrapper .dataTable input[type=TEXT],
.dataTables_wrapper .dataTables_filter input[type=SEARCH],
.dataTables_wrapper .dataTables_filter input[type=TEXT] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.dataTables_wrapper .dataTable > label,
.dataTables_wrapper .dataTables_filter > label {
  margin-top: -6px;
  margin-bottom: 28px;
  display: block;
  float: right;
  padding: 0;
  width: 415px;
}

@media screen and (max-width: 768px) {
  .dataTables_wrapper .dataTable > label,
  .dataTables_wrapper .dataTables_filter > label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.dataTables_wrapper .dataTable > label input[type=SEARCH],
.dataTables_wrapper .dataTables_filter > label input[type=SEARCH] {
  margin: 0 0 0 17px;
  width: 75%;
}

@media screen and (max-width: 768px) {
  .dataTables_wrapper .dataTable > label input[type=SEARCH],
  .dataTables_wrapper .dataTables_filter > label input[type=SEARCH] {
    width: 100%;
    margin: 0;
  }
}
.dataTables_wrapper {
  background: #fff;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .dataTables_wrapper {
    padding: 10px 5px;
  }
}
.dataTables_wrapper .dataTables_length {
  float: left;
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .dataTables_wrapper .dataTables_length {
    padding: 5px;
  }
}
.dataTables_wrapper .dataTables_length .selector,
.dataTables_wrapper .dataTables_length select {
  margin: -7px 17px 0 17px;
  width: 81px;
  height: 35px;
}

@media screen and (max-width: 768px) {
  .dataTables_wrapper .dataTables_length .selector,
  .dataTables_wrapper .dataTables_length select {
    width: 80px;
    margin: -7px 5px 0 5px;
    font-size: 16px;
  }
}
.dataTables_wrapper .dataTables_length .selector select {
  width: 100%;
  height: 100%;
  margin: 0;
}

.filterHead {
  background: #EBEBEB;
}

@media screen and (max-width: 768px) {
  .filterHead {
    display: none;
  }
}
.filterHead th {
  background: #EBEBEB;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  text-align: left;
}

.filterHead .devise .selector select {
  width: 100%;
  height: 100%;
}

.dataTable .sorting_asc,
.dataTable .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

.dataTable .sorting {
  cursor: pointer;
  *cursor: hand;
  background-image: url("/bundles/tradedirectsite/img/vendor/datatables/sort_both.png");
  background-repeat: no-repeat;
  background-position: center right;
}

@media screen and (max-width: 768px) {
  .dataTable .sorting {
    background-image: none;
  }
}
.dataTable .sorting_asc {
  background-image: url("/bundles/tradedirectsite/img/vendor/datatables/sort_asc.png");
  background-repeat: no-repeat;
  background-position: center right;
}

@media screen and (max-width: 768px) {
  .dataTable .sorting_asc {
    background-image: none;
  }
}
.dataTable .sorting_desc {
  background-image: url("/bundles/tradedirectsite/img/vendor/datatables/sort_desc.png");
  background-repeat: no-repeat;
  background-position: center right;
}

@media screen and (max-width: 768px) {
  .dataTable .sorting_desc {
    background-image: none;
  }
}
.dataTable .sorting_asc_disabled {
  background-image: url("/bundles/tradedirectsite/img/vendor/datatables/sort_asc_disabled.png");
  background-repeat: no-repeat;
  background-position: center right;
}

@media screen and (max-width: 768px) {
  .dataTable .sorting_asc_disabled {
    background-image: none;
  }
}
.dataTable .sorting_desc_disabled {
  background-image: url("/bundles/tradedirectsite/img/vendor/datatables/sort_desc_disabled.png");
  background-repeat: no-repeat;
  background-position: center right;
}

@media screen and (max-width: 768px) {
  .dataTable .sorting_desc_disabled {
    background-image: none;
  }
}
.dataTables_wrapper .dataTable input[type=SEARCH].clearable,
.dataTables_wrapper .dataTable input[type=TEXT].clearable,
.dataTables_wrapper .dataTables_filter input[type=SEARCH].clearable,
.dataTables_wrapper .dataTables_filter input[type=TEXT].clearable {
  background-image: url(http://i.imgur.com/z7ZSYjt.png);
  background-repeat: no-repeat;
  background-position: right -10px center;
  padding: 3px 18px 3px 4px;
}

.dataTables_wrapper .dataTable input[type=SEARCH].clearable.x,
.dataTables_wrapper .dataTable input[type=TEXT].clearable.x,
.dataTables_wrapper .dataTables_filter input[type=SEARCH].clearable.x,
.dataTables_wrapper .dataTables_filter input[type=TEXT].clearable.x {
  background-position: right 9px center;
}

.dataTables_wrapper .dataTable input[type=SEARCH].clearable.onX,
.dataTables_wrapper .dataTable input[type=TEXT].clearable.onX,
.dataTables_wrapper .dataTables_filter input[type=SEARCH].clearable.onX,
.dataTables_wrapper .dataTables_filter input[type=TEXT].clearable.onX {
  cursor: pointer;
}

.dataTables_wrapper .dataTable input[type=SEARCH]::-ms-clear,
.dataTables_wrapper .dataTable input[type=TEXT]::-ms-clear,
.dataTables_wrapper .dataTables_filter input[type=SEARCH]::-ms-clear,
.dataTables_wrapper .dataTables_filter input[type=TEXT]::-ms-clear {
  display: none;
}

.pagination {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.pagination ul {
  overflow: hidden;
  diplay: inline-block;
}

.pagination .li {
  cursor: pointer;
}

.pagination .prev,
.pagination .next {
  font-weight: bold;
  width: auto;
  border: 0;
}

.pagination .prev a,
.pagination .next a {
  border: 0;
}

.pagination .prev:hover,
.pagination .next:hover {
  border: 0;
}

.pagination .prev.disabled,
.pagination .next.disabled {
  color: #555555;
}

.pagination .next {
  margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  .pagination .next {
    margin: 0 0 0 5px;
  }
}
.pagination .prev {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .pagination .prev {
    margin: 0 5px 0 0;
  }
}
.pagination li {
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  -ms-border-radius: 100% 100% 100% 100%;
  -o-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  border: 1px solid transparent;
  display: inline-block;
  width: 30px;
  color: #009D4D;
  height: 30px;
  line-height: 27px;
  margin: 0 3px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .pagination li {
    margin: 0px;
    width: 25px;
    height: 25px;
    line-height: 23px;
  }
}
.pagination li a {
  color: #009D4D;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  -ms-border-radius: 100% 100% 100% 100%;
  -o-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.pagination li:hover {
  border: 1px solid #92D4A8;
}

.pagination li.active {
  border: 1px solid #009D4D;
}

.btnPlus,
.btnMoins {
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: inline-block;
  color: white;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  padding: 2px 0 0 0;
  margin: 0px;
  font-weight: normal;
  font-size: 21px;
  line-height: 19px;
  top: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}

.btnPlus {
  background: #009D4D;
}

.btnMoins {
  background: #F12000;
}

.radio-switch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 15px 0px;
  display: block;
}

.radio-switch label {
  font-weight: normal;
}

.radio-switch input[type="radio"] {
  display: none;
}

.radio-switch label {
  margin: 0px;
  display: inline;
}

.radio-switch label span {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background-color: white;
  cursor: pointer;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin-left: 10px;
}

.radio-switch label span:after {
  content: '';
  padding: 0px;
  margin: 0px 0 0 0;
  width: 32px;
  top: -4px;
  left: -4px;
  position: relative;
  height: 36px;
  display: block;
}

.radio-switch label span.left:after {
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.radio-switch label span.right {
  margin-right: 14px;
  margin-left: 0px;
}

.radio-switch label span.right:after {
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  width: 36px;
}

.radio-switch label input[type="radio"]:checked + span,
.radio-switch label span input[type="radio"]:checked {
  background-color: #009D4D;
}

.radio-switch label.disabled {
  color: #D9D9D9;
}

.radio-switch .checked {
  color: #009D4D;
  font-weight: bold;
}

.block-question {
  margin-bottom: 25px;
}

.question,
.question-numbered {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}

.question-numbered {
  padding-left: 20px;
  padding-right: 20px;
}

.question-numbered .list-number {
  border-radius: 21px 21px 21px 21px;
  background-color: #92D4A8;
  width: 22px;
  height: 22px;
  display: block;
  color: white;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.info-icon-btn {
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #009D4D;
  position: absolute;
  right: 0px;
  display: inline-block;
}

.infoBlock {
  border: #009D4D 1px solid;
  background: white;
  padding: 10px;
  margin: 10px 0px 10px 10px;
}

.notif-wrapper.alert {
  background-color: #ededed;
}

.slider {
  margin-top: 10px;
  margin-bottom: 10px;
}

.slider .slider-selection-min {
  background-color: #ff8b6c;
  opacity: 0.9;
}

.slider.slider-horizontal .slider-track {
  background-image: -webkit-linear-gradient(top, #b3b3b3 0%, #8f8f8f 100%);
  background-image: linear-gradient(to bottom, #b3b3b3 0%, #8f8f8f 100%);
  background-repeat: repeat-x;
  filter: progid \:DXImageTransform\.Microsoft\.gradient(startColorstr="#b3b3b3", endColorstr="#8f8f8f", GradientType=0);
}

.slider.slider-horizontal .tooltip.tooltip-main.top {
  margin-top: -45px;
}

.slider.slider-horizontal .tooltip.tooltip-main.top.in .tooltip-arrow {
  border-top-color: #009D4D;
  margin-left: -2px;
}

.slider.slider-horizontal .tooltip.tooltip-main.top.in .tooltip-inner {
  border: 2px solid #009D4D;
  color: #009D4D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  position: relative;
  background: #fff;
  margin-left: 4px;
}

.filters .tags,
.filters .bloc-video-playlist .tabs,
.bloc-video-playlist .filters .tabs {
  margin: 0 0 1px;
}

.filters .tags h3,
.filters .bloc-video-playlist .tabs h3,
.bloc-video-playlist .filters .tabs h3 {
  display: inline-block;
  color: #fff;
  font-weight: 100;
  margin: 0 14px 0 9px;
  position: relative;
  top: 2px;
}

.filters .tags .no-after h3:after {
  background: none;
}

.filters .tags h3:after,
.filters .bloc-video-playlist .tabs h3:after,
.bloc-video-playlist .filters .tabs h3:after {
  height: 100%;
  width: 1px;
  content: "";
  position: absolute;
  right: -9px;
  top: 2px;
  bottom: 0;
  background: #535353;
}

.filters .tags h4,
.filters .bloc-video-playlist .tabs h4,
.bloc-video-playlist .filters .tabs h4 {
  color: #fff;
  margin: 0 0 17px;
}

.filters .tags h5,
.filters .bloc-video-playlist .tabs h5,
.bloc-video-playlist .filters .tabs h5 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px;
}

.filters .tags .filter-list,
.filters .bloc-video-playlist .tabs .filter-list,
.bloc-video-playlist .filters .tabs .filter-list {
  display: table;
  padding: 0 0 0 9px;
}

@media screen and (max-width: 768px) {
  .filters .tags .filter-list,
  .filters .bloc-video-playlist .tabs .filter-list,
  .bloc-video-playlist .filters .tabs .filter-list {
    display: block;
  }
}
.filters .tags .filter-list .form-group,
.filters .bloc-video-playlist .tabs .filter-list .form-group,
.bloc-video-playlist .filters .tabs .filter-list .form-group {
  display: table-cell;
  overflow: hidden;
  vertical-align: top;
  padding: 0 5px 0 0;
}

@media screen and (max-width: 768px) {
  .filters .tags .filter-list .form-group,
  .filters .bloc-video-playlist .tabs .filter-list .form-group,
  .bloc-video-playlist .filters .tabs .filter-list .form-group {
    display: block;
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .filters .tags .filter-list .form-group,
  .filters .bloc-video-playlist .tabs .filter-list .form-group,
  .bloc-video-playlist .filters .tabs .filter-list .form-group {
    display: block;
    clear: both;
    width: 100%;
  }
}
.filters .tags .filter-list .form-group .input-wrap,
.filters .bloc-video-playlist .tabs .filter-list .form-group .input-wrap,
.bloc-video-playlist .filters .tabs .filter-list .form-group .input-wrap {
  display: inline-block;
  clear: both;
  float: left;
  margin: 0 0 5px;
}

.filters .tags .filter-list .form-group .col,
.filters .bloc-video-playlist .tabs .filter-list .form-group .col,
.bloc-video-playlist .filters .tabs .filter-list .form-group .col {
  overflow: hidden;
  float: left;
  margin: 0 9px 0 0;
}

.filters .tags a.all,
.filters .bloc-video-playlist .tabs a.all,
.bloc-video-playlist .filters .tabs a.all {
  margin: 8px 15px 0 0;
}

.filters .tags a.all:after,
.filters .bloc-video-playlist .tabs a.all:after,
.bloc-video-playlist .filters .tabs a.all:after {
  right: -10px;
  top: 7px;
}

.filters .filtrage a.all:after {
  display: none;
}

.filters .filtrage .tags-wrapper .tags,
.filters .filtrage .tags-wrapper .bloc-video-playlist .tabs,
.bloc-video-playlist .filters .filtrage .tags-wrapper .tabs {
  padding-bottom: 0;
}

.filters .filtrage #all-filters {
  padding-top: 10px;
  padding-bottom: 10px;
}

.filters .form-group .input-wrap {
  background: #494949;
  padding: 1px 11px 3px 8px;
}

.filters .form-group .input-wrap.disable {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.filters .form-group .input-wrap.disable input,
.filters .form-group .input-wrap.disable label {
  cursor: default;
}

.filters .form-group .input-wrap label {
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}

.filters .form-group .input-wrap input {
  cursor: pointer;
}

.filters .form-group .input-wrap .checker {
  height: 14px;
  width: 14px;
}

.filters .form-group .input-wrap .checker span {
  height: 14px;
  width: 14px;
  background-position: -209px -262px;
}

.filters .form-group .input-wrap .checker span.checked {
  background-position: -192px -262px;
}

.filters .filter-submit {
  padding: 4px 18px;
  font-size: 13px;
  margin: 1px 0 0 0;
  clear: both;
  float: right;
  display: block;
}

@media screen and (max-width: 480px) {
  .filters .filter-submit {
    font-size: 14px;
  }
}
.filters .filter-submit span {
  font-size: 8px;
  position: relative;
  top: -1px;
}

#sim-pretHypothecaire .bloc-vert {
  background-color: #DDEBE1;
  padding: 20px;
  margin: 0px;
  z-index: 100;
}

#sim-pretHypothecaire .bloc-vert .btn span[class^=icon-],
#sim-pretHypothecaire .bloc-vert div.uploader span.action span[class^=icon-],
div.uploader #sim-pretHypothecaire .bloc-vert span.action span[class^=icon-] {
  font-size: 19px;
  margin: 0px;
  padding: 0px;
  top: 2px;
}

#sim-pretHypothecaire .bloc-gris {
  background-color: #F5F5F5;
  padding: 20px;
  border: 2px solid white;
}

#sim-pretHypothecaire .fixedResult {
  width: 400px;
}

#sim-pretHypothecaire .affix {
  display: block;
  top: 105px;
  z-index: 999;
  position: fixed;
}

#sim-pretHypothecaire .affix .info-icon-btn {
  right: 20px;
}

#sim-pretHypothecaire .affix-top .info-icon-btn {
  right: 28px;
}

#sim-pretHypothecaire .lightHeader {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
}

#sim-pretHypothecaire .content-offset {
  padding-left: 25px;
}

#sim-pretHypothecaire .WrapAutreType {
  margin-top: 20px;
}

#sim-pretHypothecaire .WrapAutreType .autreType i {
  font-size: 10px;
}

#sim-pretHypothecaire .range-wrapper {
  margin: 10px 0px;
}

#sim-pretHypothecaire .range-wrapper .form-control {
  width: auto;
}

#sim-pretHypothecaire .range-wrapper input {
  display: inline-block;
}

#sim-pretHypothecaire .range-wrapper .input-wrapper {
  font-size: 18px;
  display: table;
  margin: 10px auto;
}

#sim-pretHypothecaire .range-wrapper .input-wrapper input.notslider {
  text-align: right;
  padding-right: 5px;
  margin-right: 5px;
}

#sim-pretHypothecaire .range {
  padding: 0px;
}

#sim-pretHypothecaire .range .sr-min {
  color: #ff8b6c;
}

#sim-pretHypothecaire #question1 {
  margin-top: 15px;
}

#sim-pretHypothecaire #question2 {
  margin-top: 15px;
}

#sim-pretHypothecaire #question3 {
  margin-top: 15px;
}

#sim-pretHypothecaire #question4 {
  margin-top: 15px;
}

#sim-pretHypothecaire #question4 .content-offset {
  margin: 10px 0px;
}

#sim-pretHypothecaire #question4 input {
  text-align: center;
  display: inline-block;
  width: 70px;
}

#sim-pretHypothecaire #question5 {
  margin-top: 15px;
}

#sim-pretHypothecaire #question5 .range-wrapper {
  margin-top: 40px;
}

#sim-pretHypothecaire #question5 .TauxHypPercent .question {
  margin-bottom: 5px;
}

#sim-pretHypothecaire #question5 .TauxHypPercent input {
  text-align: center;
  display: inline-block;
  width: 100px;
  margin: 0px 5px;
}

#sim-pretHypothecaire .graph_mensualite {
  clear: both;
  display: table;
  margin: 20px 0px;
}

#sim-pretHypothecaire .graph_mensualite .valeur {
  font-size: 18px;
}

#sim-pretHypothecaire .graph_mensualite .bulle,
#sim-pretHypothecaire .graph_mensualite .bloc-recherche .list-wrapper article .section a,
.bloc-recherche .list-wrapper article .section #sim-pretHypothecaire .graph_mensualite a {
  background: white;
  border: 2px solid;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  padding: 2px 5px;
  width: auto;
}

#sim-pretHypothecaire .graph_mensualite .description {
  text-align: left;
  font-size: 12px;
  line-height: 13px;
  margin: 5px 0 0 0;
}

#sim-pretHypothecaire .graph_mensualite .resultActuelle,
#sim-pretHypothecaire .graph_mensualite .resultTheorique,
#sim-pretHypothecaire .graph_mensualite .resultFinanceMax {
  margin: 0px 0px 10px 0px;
}

#sim-pretHypothecaire .graph_mensualite .resultActuelle {
  color: #009D4D;
}

#sim-pretHypothecaire .graph_mensualite .resultActuelle .bulle,
#sim-pretHypothecaire .graph_mensualite .resultActuelle .bloc-recherche .list-wrapper article .section a,
.bloc-recherche .list-wrapper article .section #sim-pretHypothecaire .graph_mensualite .resultActuelle a {
  border-color: #009D4D;
}

#sim-pretHypothecaire .graph_mensualite .resultTheorique {
  color: #535353;
}

#sim-pretHypothecaire .graph_mensualite .resultTheorique .bulle,
#sim-pretHypothecaire .graph_mensualite .resultTheorique .bloc-recherche .list-wrapper article .section a,
.bloc-recherche .list-wrapper article .section #sim-pretHypothecaire .graph_mensualite .resultTheorique a {
  border-color: #535353;
}

#sim-pretHypothecaire .graph_mensualite .resultFinanceMax {
  color: #F12000;
}

#sim-pretHypothecaire .graph_mensualite .resultFinanceMax .bulle,
#sim-pretHypothecaire .graph_mensualite .resultFinanceMax .bloc-recherche .list-wrapper article .section a,
.bloc-recherche .list-wrapper article .section #sim-pretHypothecaire .graph_mensualite .resultFinanceMax a {
  border-color: #F12000;
}

@media (max-width: 992px) {
  #sim-pretHypothecaire .affix,
  #sim-pretHypothecaire .affix-top {
    position: relative;
    top: 0;
    width: auto;
    margin: 20px 20px 0px 20px;
  }
}
#sim-pretHypothecaire .notif-wrapper.div-taux-alert {
  margin-top: 10px;
}

#sim-pretHypothecaire .notif-wrapper.div-taux-alert button {
  display: block;
  margin-top: 10px;
}

#sim-pretHypothecaire .notif-wrapper.div-taux-alert p {
  padding-left: 30px;
}

#sim-pretHypothecaire .notif-wrapper.div-taux-alert .btn,
#sim-pretHypothecaire .notif-wrapper.div-taux-alert div.uploader span.action,
div.uploader #sim-pretHypothecaire .notif-wrapper.div-taux-alert span.action {
  font-weight: normal;
  font-size: 13px;
}

.bringBack.bloc.bloc-commande {
  position: relative !important;
  z-index: -1 !important;
}

.bringBack .content {
  position: relative !important;
  z-index: -1 !important;
}

.circle-text {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background: #008000;
  border-color: #D3E5D8;
  border-width: 5px;
  border-style: solid;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 1em;
  padding-top: 62px;
}

.quarter-circle-top-right {
  width: 10px;
  height: 20px;
  background: #009d4d;
  border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
  display: inline-block;
}

.half-circle {
  width: 10px;
  height: 20px;
  background: #009d4d;
  border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  display: inline-block;
  margin-left: 10px;
}

.three-thirds-circle {
  width: 20px;
  height: 20px;
  background: #009d4d;
  border-radius: 0 20px 20px 20px;
  -moz-border-radius: 0 20px 20px 20px;
  -webkit-border-radius: 0 20px 20px 20px;
  display: inline-block;
}

.full-circle {
  width: 20px;
  height: 20px;
  background: #009d4d;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  display: inline-block;
}

.empty-circle {
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  display: inline-block;
  border: 1px solid #009d4d;
}

#sim-change #RecevezBox {
  background: #F5F5F5;
}

#sim-change #VendezBox {
  background: #DDEBE1;
}

#sim-change #VendezBox,
#sim-change #RecevezBox {
  padding: 15px;
}

#sim-change #VendezBox h2,
#sim-change #RecevezBox h2 {
  vertical-align: middle;
  margin: 0px 0px 10px 0px;
}

#sim-change #VendezBox h2 .ico,
#sim-change #RecevezBox h2 .ico {
  vertical-align: middle;
  color: #494949;
  font-size: 35px;
  margin: 0px 10px 0px 0px;
}

#sim-change #VendezBox .input-wrapper [class*="col-"],
#sim-change #RecevezBox .input-wrapper [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

#sim-change #VendezBox .input-wrapper input,
#sim-change #RecevezBox .input-wrapper input {
  text-align: right;
  font-size: 24px;
  font-weight: normal;
  padding: 0 5px;
  display: inline-block;
  line-height: 34px;
}

#sim-change #VendezBox .input-wrapper .boxValuteFrom .valute,
#sim-change #VendezBox .input-wrapper .boxValuteTo .valute,
#sim-change #RecevezBox .input-wrapper .boxValuteFrom .valute,
#sim-change #RecevezBox .input-wrapper .boxValuteTo .valute {
  font-size: 22px;
  display: inline-block;
  position: relative;
  margin: 0px 10px;
}

#sim-change #VendezBox .input-wrapper .boxValuteFrom .flag,
#sim-change #VendezBox .input-wrapper .boxValuteTo .flag,
#sim-change #RecevezBox .input-wrapper .boxValuteFrom .flag,
#sim-change #RecevezBox .input-wrapper .boxValuteTo .flag {
  position: relative;
  top: 3px;
  display: inline-block;
}

#sim-change #VendezBox .input-wrapper .boxValuteFrom .info-icon-btn,
#sim-change #VendezBox .input-wrapper .boxValuteTo .info-icon-btn,
#sim-change #RecevezBox .input-wrapper .boxValuteFrom .info-icon-btn,
#sim-change #RecevezBox .input-wrapper .boxValuteTo .info-icon-btn {
  display: block;
  right: auto;
  position: absolute;
  top: 7px;
  z-index: 2;
  color: #494949;
  font-size: 12px;
  margin: 0 0 0 0px;
}

#sim-change #VendezBox .input-wrapper .boxValuteFrom .info-icon-btn .icon-accordeon-bottom,
#sim-change #VendezBox .input-wrapper .boxValuteTo .info-icon-btn .icon-accordeon-bottom,
#sim-change #RecevezBox .input-wrapper .boxValuteFrom .info-icon-btn .icon-accordeon-bottom,
#sim-change #RecevezBox .input-wrapper .boxValuteTo .info-icon-btn .icon-accordeon-bottom {
  background-color: none;
  padding: 15px 15px 15px 110px;
}

#sim-change #VendezBox .ValuteBox,
#sim-change #RecevezBox .ValuteBox {
  margin: 10px 0 0 0;
}

#sim-change #VendezBox .ValuteBox ul,
#sim-change #RecevezBox .ValuteBox ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#sim-change #VendezBox .ValuteBox ul li,
#sim-change #RecevezBox .ValuteBox ul li {
  text-align: center;
  list-style: none;
  display: inline-block;
  padding: 0px 4px 5px 4px;
  margin: 10px 0 0 0;
}

#sim-change #VendezBox .ValuteBox ul li a,
#sim-change #RecevezBox .ValuteBox ul li a {
  display: block;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 10px;
  color: #494949;
  font-size: 15px;
}

#sim-change #VendezBox .ValuteBox ul li a .flag,
#sim-change #RecevezBox .ValuteBox ul li a .flag {
  margin-bottom: 5px;
}

#sim-change #VendezBox .ValuteBox ul li a.active,
#sim-change #VendezBox .ValuteBox ul li a:hover,
#sim-change #RecevezBox .ValuteBox ul li a.active,
#sim-change #RecevezBox .ValuteBox ul li a:hover {
  background: #BDE5CA;
  border: 1px solid green;
}

#sim-change #VendezBox .ValuteBox ul li a:hover.blockBtn,
#sim-change #RecevezBox .ValuteBox ul li a:hover.blockBtn {
  background: none;
  border: 1px solid transparent;
}

#sim-change #VendezBox .ValuteBox ul li a.blockBtn,
#sim-change #RecevezBox .ValuteBox ul li a.blockBtn {
  cursor: default;
  opacity: 0.3;
}

#sim-change #VendezBox .ValuteBox ul li:before,
#sim-change #RecevezBox .ValuteBox ul li:before {
  display: none;
}

#sim-change #VendezBox .flag,
#sim-change #RecevezBox .flag {
  width: 35px;
  height: 23px;
  display: block;
  background-image: url(/bundles/tradedirectsite/img/common/simulateurs/sprite_flags.png);
  background-repeat: no-repeat;
}

#sim-change #VendezBox .CHF .flag,
#sim-change #RecevezBox .CHF .flag {
  background-position: 0px -50px;
}

#sim-change #VendezBox .EUR .flag,
#sim-change #RecevezBox .EUR .flag {
  background-position: 0px 0px;
}

#sim-change #VendezBox .USD .flag,
#sim-change #RecevezBox .USD .flag {
  background-position: 0px -100px;
}

#sim-change #VendezBox .GBP .flag,
#sim-change #RecevezBox .GBP .flag {
  background-position: 0px -150px;
}

#sim-change #VendezBox .AUD .flag,
#sim-change #RecevezBox .AUD .flag {
  background-position: 0px -200px;
}

#sim-change #VendezBox .CAD .flag,
#sim-change #RecevezBox .CAD .flag {
  background-position: -74px 0px;
}

#sim-change #VendezBox .DKK .flag,
#sim-change #RecevezBox .DKK .flag {
  background-position: -74px -50px;
}

#sim-change #VendezBox .NOK .flag,
#sim-change #RecevezBox .NOK .flag {
  background-position: -74px -100px;
}

#sim-change #VendezBox .SEK .flag,
#sim-change #RecevezBox .SEK .flag {
  background-position: -74px -150px;
}

#sim-change #VendezBox .JPY .flag,
#sim-change #RecevezBox .JPY .flag {
  background-position: -74px -200px;
}

#sim-change .box-inverser {
  margin: 10px;
}

#sim-change .box-inverser .textInv {
  color: #009D4D;
  text-align: right;
  font-size: 14px;
  padding-top: 10px;
}

#sim-change .box-inverser .btnInv {
  text-align: left;
}

#sim-change .box-inverser .btnInv #invertBtn {
  width: 45px;
  height: 45px;
  font-size: 15px;
  line-height: 15px;
  padding: 0px;
  border-radius: 40px;
  margin: 0px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#myModalRetirez .moneyBancomat,
#myModalRetirez .moneyGuichet,
#myModalRetirez .moneyDomicile,
#myBlokRetirez .moneyBancomat,
#myBlokRetirez .moneyGuichet,
#myBlokRetirez .moneyDomicile {
  font-size: 20px;
}

#myModalRetirez .hideBlock,
#myBlokRetirez .hideBlock {
  opacity: 0.2;
}

@media (min-width: 992px) {
  #sim-change #valuteRecevez.collapse,
  #sim-change #valuteVendez.collapse {
    height: auto !important;
    display: block;
  }

  #sim-change .box-inverser {
    margin: 0px;
  }

  #sim-change .box-inverser .textInv {
    text-align: center;
  }

  #sim-change .box-inverser .btnInv {
    text-align: center;
  }

  #sim-change .box-inverser .btnInv #invertBtn {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.movetop {
  animation: movetop 0.3s steps(10) infinite alternate;
}

@keyframes movetop {
  from {
    bottom: 0;
    left: 0;
  }
  to {
    bottom: 100px;
    left: 100px;
  }
}
.movebottom {
  animation: movebottom 0.3s steps(10) infinite alternate;
}

@keyframes movebottom {
  from {
    bottom: 0;
    left: 0;
  }
  to {
    bottom: 100px;
    left: 100px;
  }
}
#sim-retraite .content-offset {
  padding-left: 25px;
}

#sim-retraite .range-wrapper {
  margin: 10px 0px;
}

#sim-retraite .range-wrapper .form-control {
  width: auto;
}

#sim-retraite .range-wrapper input {
  display: inline-block;
}

#sim-retraite .range-wrapper .input-wrapper {
  font-size: 18px;
  display: table;
  margin: 10px auto;
}

#sim-retraite .range-wrapper .input-wrapper input.notslider {
  text-align: right;
  padding-right: 5px;
  margin-right: 5px;
}

#sim-retraite #question1 {
  margin-top: 15px;
}

#sim-retraite #question2 {
  margin-top: 15px;
}

#sim-retraite #question3 {
  margin-top: 15px;
}

#sim-retraite .pyramide {
  position: relative;
  width: 275px;
  height: 240px;
  margin: 20px auto 0px auto;
  background-color: #92D4A8;
}

#sim-retraite .pyramide ul {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0px;
}

#sim-retraite .pyramide ul li {
  font-weight: bold;
  color: white;
  margin: 0px;
  padding: 0px;
  line-height: 38px;
  font-size: 18px;
}

#sim-retraite .pyramide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/bundles/tradedirectsite/img/common/simulateurs/SIM_pyramide.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
}

#sim-retraite .pyramide .apres.bulle,
#sim-retraite .pyramide .bloc-recherche .list-wrapper article .section a.apres,
.bloc-recherche .list-wrapper article .section #sim-retraite .pyramide a.apres,
#sim-retraite .pyramide .avant.bulle,
#sim-retraite .pyramide .bloc-recherche .list-wrapper article .section a.avant,
.bloc-recherche .list-wrapper article .section #sim-retraite .pyramide a.avant {
  border: 2px solid #009D4D;
  color: #009D4D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  margin: 10px 0 0 20px;
  position: absolute;
  background: white;
  z-index: 6;
}

#sim-retraite .pyramide .apres.bulle:before,
#sim-retraite .pyramide .bloc-recherche .list-wrapper article .section a.apres:before,
.bloc-recherche .list-wrapper article .section #sim-retraite .pyramide a.apres:before,
#sim-retraite .pyramide .avant.bulle:before,
#sim-retraite .pyramide .bloc-recherche .list-wrapper article .section a.avant:before,
.bloc-recherche .list-wrapper article .section #sim-retraite .pyramide a.avant:before {
  content: " ";
  background: url("/bundles/tradedirectsite/img/common/bg/bull-arrow.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 12px;
  margin: -5px 0 0 0;
  left: -8px;
  display: block;
}

#sim-retraite .pyramide .avant.bulle,
#sim-retraite .pyramide .bloc-recherche .list-wrapper article .section a.avant,
.bloc-recherche .list-wrapper article .section #sim-retraite .pyramide a.avant {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  left: -68px;
  bottom: -10px;
  margin: 0px;
}

#sim-retraite .pyramide .avant.bulle:before,
#sim-retraite .pyramide .bloc-recherche .list-wrapper article .section a.avant:before,
.bloc-recherche .list-wrapper article .section #sim-retraite .pyramide a.avant:before {
  content: " ";
  background: url("/bundles/tradedirectsite/img/common/bg/bull-arrow-right.png");
  right: -8px;
  left: auto;
  display: block;
}

#sim-retraite .pyramide .apres.bulle,
#sim-retraite .pyramide .bloc-recherche .list-wrapper article .section a.apres,
.bloc-recherche .list-wrapper article .section #sim-retraite .pyramide a.apres {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  right: -68px;
  bottom: -10px;
}

#sim-retraite .pyramide .textContent {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}

#sim-retraite .pyramide .dynamicBG {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #b3b3b3;
}

#sim-retraite .description {
  width: 240px;
  margin: 20px auto;
}

#sim-retraite .circle {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 2px solid #009D4D;
  color: #009D4D;
  font-weight: bold;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  margin: 0px auto;
  padding: 25px 0px 0px 5px;
  line-height: 15px;
}

#sim-retraite .circle span {
  font-size: 30px;
  margin: 0 0 5px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #sim-retraite .pyramide:after {
    background-image: url("/bundles/tradedirectsite/img/common/simulateurs/SIM_pyramide@2x.png");
    background-size: 550px;
  }

  #sim-retraite .pyramide_apre .pyramide:after {
    background-position: -275px 0px;
  }
}
.org-chart {
  display: block;
  clear: both;
  margin-bottom: 30px;
  position: relative;
}

.org-chart ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  position: relative;
}

.org-chart ul li:before {
  display: none;
}

.org-chart ul li ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

.org-chart ul li ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

.org-chart.cf:before,
.org-chart.cf:after {
  content: " ";
  display: table;
}

.org-chart.cf:after {
  clear: both;
}

.org-chart.cf {
  *zoom: 1;
}

.org-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.org-chart ul li span {
  display: block;
  border: 0px solid #D9D9D9;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: #404040;
  font-size: 12px;
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  transition: all linear .1s;
  background: #ededed;
  padding: 4px;
}

.org-chart .lvl-a {
  background: #00AB5F;
  color: white;
}

.org-chart .lvl-b {
  background: #BDE5CA;
  color: #404040;
}

.org-chart ul li a:hover,
.org-chart ul li a:focus {
  text-decoration: none;
}

.org-chart ul li a:hover span,
.org-chart ul li a:focus span {
  background: #d3d3d3;
}

.org-chart ul li a:hover .lvl-a,
.org-chart ul li a:focus .lvl-a {
  background: #007843;
}

.org-chart ul li a:hover .lvl-b,
.org-chart ul li a:focus .lvl-b {
  background: #98d7ad;
}

.org-chart .board {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.org-chart .board:before {
  content: "";
  display: block;
  position: absolute;
  height: 600px;
  width: 0px;
  border-left: 1px solid #D9D9D9;
  margin-left: 49%;
  top: 15px;
}

.org-chart ul.columnOne {
  height: 90px;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}

.org-chart ul.columnOne li {
  width: 30%;
  margin: 0px auto;
  top: 20px;
}

.org-chart ul.columnTwo {
  position: relative;
  width: 100%;
  display: block;
  height: 90px;
  clear: both;
}

.org-chart ul.columnTwo li:first-child {
  width: 30%;
  float: left;
}

.org-chart ul.columnTwo li {
  width: 30%;
  float: right;
}

.org-chart ul.columnTwo:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 1px solid #D9D9D9;
  margin: 0 auto;
  top: 40px;
}

.org-chart ul.columnThree {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}

.org-chart ul.columnThree li:first-child {
  width: 30%;
  float: left;
  margin-left: 0;
}

.org-chart ul.columnThree li {
  width: 30%;
  margin-left: 5%;
  float: left;
}

.org-chart ul.columnThree li:last-child {
  width: 30%;
  float: right;
  margin-left: 0;
}

.org-chart ul.columnThree:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 1px solid #D9D9D9;
  margin: 0 auto;
  top: 40px;
}

.org-chart .departments {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}

.org-chart .departments:before {
  content: "";
  display: block;
  width: 85%;
  height: 22px;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  margin: 0 auto;
  top: 0px;
}

.org-chart .department {
  border-left: 1px solid #D9D9D9;
  width: 13.2%;
  float: left;
  margin: 0px 4px;
  background: white;
}

.org-chart .department:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: 1px solid #D9D9D9;
  margin-left: 49%;
  top: -22px;
  border-top: 1px solid #D9D9D9;
  background: white;
}

.org-chart .department:last-child:after {
  display: none;
}

.org-chart .department:first-child:after {
  display: none;
}

.org-chart .department.central:after {
  display: none;
}

.org-chart .department span {
  border-left: 1px solid #D9D9D9;
}

.org-chart .department li {
  padding-left: 25px;
  border-bottom: 1px solid #D9D9D9;
  height: 80px;
}

.org-chart .department li span {
  background: #ededed;
  top: 38px;
  position: absolute;
  z-index: 1;
  width: 95%;
  height: auto;
  vertical-align: middle;
  right: 0px;
  line-height: 14px;
  border: 0px solid #D9D9D9;
}

.org-chart .department .sections {
  margin-top: -20px;
}

@media all and (max-width: 768px) {
  .org-chart .board {
    margin: 0px;
    width: 100%;
  }

  .org-chart .departments:before {
    border: none;
  }

  .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 60px;
    border-left: 1px solid #D9D9D9;
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;
  }

  .org-chart .department:after {
    display: none;
  }

  .org-chart .department:first-child:before {
    display: none;
  }
}
.modal-contact-people img.organigrammePhoto {
  margin-top: 15px;
  display: block;
  max-width: 80%;
  width: 100%;
  height: auto;
}

.modal-contact-people .modal-content {
  background: #ffffff;
  padding: 30px 30px 30px 205px;
}

.modal-contact-people .modal-content .close {
  z-index: 100;
}

.modal-contact-people .modal-content dl {
  margin: 15px 15px 0 0;
}

.modal-contact-people .modal-content dl dt,
.modal-contact-people .modal-content dl dd {
  display: inline-block;
}

.modal-contact-people .modal-content .grey-bg {
  background: #ececec;
  padding: 20px 30px 15px 30px;
  margin: 15px -20px -20px -20px;
}

ol.workflow {
  width: 100%;
  display: block;
  clear: both;
  margin: 0px;
  padding: 0px;
}

ol.workflow.col2 li {
  width: 48.7%;
}

ol.workflow.col3 li {
  width: 32%;
}

ol.workflow.col4 li {
  width: 23.5%;
}

ol.workflow.col5 li {
  width: 18.5%;
}

ol.workflow.col6 li {
  width: 15.3%;
}

ol.workflow li {
  float: left;
  position: relative;
  margin-right: 15px;
  text-align: center;
  overflow: visible;
}

ol.workflow li.h3 {
  font-size: 20px;
  margin: 0 0 16px;
}

ol.workflow li.h3 a {
  font-size: 20px;
}

ol.workflow li:before {
  font-size: 20px;
  font-weight: 100;
  color: white;
  font-family: 'Roboto', arial, sans-serif;
  z-index: 5;
  top: 10px;
  position: relative;
  min-height: 60px;
  display: block;
  background-image: url("/bundles/tradedirectsite/img/common/simulateurs/icon_step_1.png");
  background-repeat: no-repeat;
  background-position: top center;
  overflow: visible;
  margin-right: 0px;
  padding-top: 10px;
}

ol.workflow li:after {
  display: none;
}

ol.workflow li:first-child:before {
  background-image: url("/bundles/tradedirectsite/img/common/simulateurs/icon_step_0.png");
}

ol.workflow li:last-child {
  margin-right: 0px;
}

@media (max-width: 768px) {
  ol.workflow li {
    width: 100%;
    margin-right: 0px;
    height: auto;
    min-height: 160px;
    overflow: hidden;
    padding: 15px 15px 15px 80px;
  }

  ol.workflow li:before {
    width: 4px;
    position: absolute;
    background-image: none;
    top: 60px;
    left: 30px;
  }

  ol.workflow li:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0;
    padding: 0;
    content: '';
    position: absolute;
    width: 150px;
    height: 50px;
    display: block;
    z-index: 4;
    top: 55px;
    left: -40px;
    background-image: url("/bundles/tradedirectsite/img/common/simulateurs/icon_step_1.png");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }

  ol.workflow li:first-child:after {
    background-image: url("/bundles/tradedirectsite/img/common/simulateurs/icon_step_0.png");
  }

  ol.workflow.col2 li,
  ol.workflow.col3 li,
  ol.workflow.col4 li,
  ol.workflow.col5 li,
  ol.workflow.col6 li {
    width: 100%;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
}

header:before {
  content: "";
  position: absolute;
  top: 69px;
  left: 0;
  right: 0;
  z-index: 10;
  display: block;
  height: 54px;
  background: white;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  -webkit-box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
}

header .navbar {
  background: #fff;
  position: relative;
  top: 0;
  left: auto;
  z-index: 50;
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 0;
  border: none;
  text-align: center;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-appearance: -webkit-;
  appearance: -webkit-;
}

header .navbar > * {
  margin: 0;
  padding: 0;
}

header .navbar .navbar-header a.logo {
  width: 215px;
  padding: 18px 20px 18px 0px;
  margin-right: 35px;
}
header .navbar .navbar-header a.logo img {
  width: 200px;
}

@media screen and (max-width: 992px) {
  header .navbar .navbar-header a.logo {
    width: auto;
  }
}
header .navbar .navbar-collapse .wrapper {
  height: 69px;
}

header .navbar .navbar-collapse .wrapper .nav {
  border-left: 1px solid #d9d9d9;
}

header .navbar .nav > li.open > a,
header .navbar .nav > li.open > a:hover,
header .navbar .nav > li.open > a:active,
header .navbar .nav > li.open > a:focus {
  background: #fff;
}

header .navbar .nav > li.open:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 4px;
  background-color: white;
}

header .navbar .navbar-nav > li > a {
  padding: 24px 20px 0;
  height: 69px;
  text-align: center;
}

header .navbar .navbar-nav > li > a:hover,
header .navbar .navbar-nav > li > a:focus,
header .navbar .navbar-nav > li > a:active {
  background: white;
}

header .navbar .navbar-form {
  padding: 14px 10px 10px;
  margin: 0;
  display: block;
  border: none;
  overflow: hidden;
}

header .navbar .navbar-form .form-group {
  width: 85%;
}

header .navbar .navbar-form button span {
  font-size: 20px;
}

header .navbar .navbar-form .btn,
header .navbar .navbar-form div.uploader span.action,
div.uploader header .navbar .navbar-form span.action {
  width: 12%;
}

header .navbar .navbar-form .form-control {
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  max-width: 399px;
  width: 100%;
}

header .navbar .navbar-form.mobile-search button span {
  font-size: 15px;
}

header .navbar .navbar-nav.navbar-left {
  border-right: 1px solid #D9D9D9;
}

header .navbar .navbar-nav .icon-arrowBottom {
  display: block;
  font-size: 6px;
  color: #D9D9D9;
  margin: 0;
}

header .navbar .navbar-nav .dropdown-toggle {
  min-width: 91px;
}

header .navbar .navbar-nav .dropdown-menu {
  min-width: 91px;
  text-align: left;
}

@media screen and (max-width: 992px) {
  header .navbar .navbar-nav .dropdown-menu {
    position: relative;
  }
}
header .navbar .navbar-nav .dropdown-menu > li > a {
  padding: 6px 24px 6px 8px;
}

header .navbar .btn,
header .navbar div.uploader span.action,
div.uploader header .navbar span.action {
  position: relative;
  top: 7px;
  font-size: 24px;
  padding: 0px 12px;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

header .navbar .navbar-nav.navbar-right:last-child {
  margin: 0;
}

header .navbar .dropdown-menu {
  border: none;
  min-width: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  -webkit-box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
}

header .navbar .dropdown-menu iframe {
  border: none;
}

header .navbar .dropdown-menu > li iframe {
  width: 270px;
}

header .navbar .dropdown-menu > li > * {
  padding: 6px 16px 6px 16px;
}

header .navbar .dropdown-menu > li > a {
  font-size: 12px;
  color: #009D4D;
}

header .navbar .dropdown-menu > li > a .icon-arrowLeft {
  font-size: 10px;
}

header .navbar .dropdown-menu > li > a:hover {
  background: transparent;
  color: #40B579;
}

header .menu-top a.logo {
  position: absolute;
  left: -160px;
  display: block;
  padding: 8px 20px 9px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -moz-transition: left ease;
  -o-transition: left ease;
  -webkit-transition: left ease;
  transition: left ease;
  background: #fff;
}

.header-short header:before,
.header-short header .menu-top a.logo {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

header .mobile-link {
  border-left: 1px solid #D9D9D9;
  display: block;
  float: right;
  font-size: 12px;
  font-weight: 500;
  padding: 15px 6px 7px;
  background: #fff;
  text-decoration: none;
  height: 58px;
}

header .mobile-link [class^="icon-"],
header .mobile-link [class*=" icon-"] {
  display: block;
  margin: 0 0 1px;
}

@media screen and (max-width: 992px) {
  header {
    position: relative;
    top: 0;
  }

  header .navbar .navbar-collapse {
    height: auto;
    max-height: 100%;
  }

  header .navbar .navbar-collapse .wrapper {
    height: auto;
  }

  header .navbar .navbar-collapse .wrapper .nav {
    display: none;
  }

  header .navbar .navbar-collapse .wrapper .lang,
  header .navbar .navbar-collapse .wrapper #section {
    border: 0 none;
    display: block;
    margin: 0;
    text-align: left;
    width: 100%;
  }

  header .navbar .navbar-collapse .wrapper .lang > li,
  header .navbar .navbar-collapse .wrapper #section > li {
    overflow: hidden;
    width: 100%;
  }

  header .navbar .navbar-collapse .wrapper .lang > li > a,
  header .navbar .navbar-collapse .wrapper #section > li > a {
    height: auto;
    text-align: left;
    padding: 10px;
    background: #404040;
    color: #fff;
    font-size: 15px;
  }

  header .navbar .navbar-collapse .wrapper .lang > li > a b,
  header .navbar .navbar-collapse .wrapper #section > li > a b {
    display: none;
  }

  header .navbar .navbar-collapse .wrapper .lang > li > a span,
  header .navbar .navbar-collapse .wrapper #section > li > a span {
    background: #535353;
    border-radius: 10px;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    padding: 0 10px;
  }

  header .navbar .navbar-collapse .wrapper #section {
    border-bottom: 1px solid #b3b3b3;
  }

  header .navbar .navbar-collapse .wrapper .navbar-form {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 100%;
    background: #F5F5F5;
    margin: 0;
    border-bottom: 2px solid #535353;
  }

  header .navbar .navbar-collapse .wrapper .navbar-form .form-group {
    vertical-align: top;
    margin: 0;
    width: 100%;
  }

  header .navbar .navbar-collapse .wrapper .navbar-form .form-group input {
    width: 100%;
    max-width: 100%;
    background: #F5F5F5;
    border: none;
    font-style: italic;
    font-size: 15px;
    height: 40px;
  }

  header .navbar .navbar-collapse .wrapper .navbar-form button {
    position: absolute;
    right: 0;
    vertical-align: top;
    font-size: 18px;
    top: 12px;
  }

  header .navbar {
    position: static;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  header .navbar > *,
  header .navbar > .navbar-nav.navbar-left {
    border: none;
  }

  header .navbar .navbar-toggle {
    display: block;
    background: #07237C;
    margin: 0;
    width: 45px;
    height: 60px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }

  header .navbar .navbar-toggle .icon-bar {
    background-color: white;
  }

  header .navbar .navbar-header {
    height: 60px;
    width: 100%;
    border-bottom: 2px solid #535353;
    position: relative;
  }

  header .navbar .navbar-header a.logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 6px;
  }

  header .navbar .navbar-header a.logo img {
    width: 120px;
    max-width: 100%;
    height: auto;
  }
}
header .menu-top {
  position: relative;
  top: 0;
  z-index: 20;
  background: #707070;
  border-top: 4px solid #535353;
  clear: both;
}

header .menu-top > ul {
  position: relative;
  z-index: 20;
  display: table;
  width: 100%;
}

header .menu-top > ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #535353;
}

header .menu-top > ul li > a {
  display: table-cell;
  height: 50px;
  width: 400px;
  padding: 0 12px;
  color: white;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

header .menu-top > ul li:hover > a,
header .menu-top > ul li.active > a {
  color: #92D4A8;
  background: #535353;
  text-decoration: none;
}

header .menu-top > ul li.active .menu-ss {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  display: block;
  height: auto;
}

header .menu-top > ul li.menu-riche {
  border-right: none;
}

header .menu-top > ul li.menu-riche > a {
  color: black;
  background: #92D4A8;
}

header .menu-top > ul li.menu-riche > a span {
  display: inline-block;
  padding: 5px 0;
  margin: 1px 0 0 5px;
  width: 16px;
  height: 16px;
  line-height: 7px;
  font-size: 5px;
  color: white;
  background: #40B579;
  vertical-align: top;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

header .menu-top .menu-ss {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 20;
  width: 100%;
  background: #535353;
  visibility: hidden;
  display: none;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-short header .menu-top .menu-ss:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -500%;
  z-index: 10;
  display: block;
  width: 1000%;
  background: #535353;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  -webkit-box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
}

header .menu-top .menu-ss li {
  position: relative;
  z-index: 15;
  border: none;
}

header .menu-top .menu-ss li a {
  padding: 8px 6px;
  width: 120px;
  height: auto;
}

header .menu-left {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 20;
  overflow: hidden;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scripts header .menu-left {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.header-short header .menu-left {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

header .menu-left:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: #707070;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

header .menu-left ul {
  position: relative;
  z-index: 2;
}

header .menu-left ul li {
  position: relative;
}

header .menu-left ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 40px;
  background: #535353;
}

header .menu-left ul li a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 6px 6px 6px 60px;
  width: 210px;
  color: white;
}

header .menu-left ul li a.active:before {
  background: #92D4A8;
}

header .menu-left ul li a.active:after {
  border: 1px solid #92D4A8;
}

header .menu-left ul li a:hover,
header .menu-left ul li a:focus,
header .menu-left ul li a:active {
  background: #404040;
  text-decoration: none;
}

header .menu-left ul li a:hover:after,
header .menu-left ul li a:focus:after,
header .menu-left ul li a:active:after {
  border: 1px solid #D9D9D9;
}

header .menu-left ul li a:before {
  position: absolute;
  top: 50%;
  left: 16px;
  content: "";
  display: block;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: white;
}

header .menu-left ul li a:after {
  position: absolute;
  top: 50%;
  left: 14px;
  content: "";
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: transparent;
  border: 1px solid #535353;
}

header .menu-left ul li:first-child a {
  padding-top: 12px;
}

header .menu-left ul li:first-child a:before {
  margin-top: 0;
}

header .menu-left ul li:first-child a:after {
  margin-top: -2px;
}

header .menu-left ul li:last-child a {
  padding-bottom: 12px;
}

header .menu-left ul li:last-child a:before {
  margin-top: -6px;
}

header .menu-left ul li:last-child a:after {
  margin-top: -8px;
}

header .mega-menu {
  position: absolute;
  background: #fff;
  left: 0px;
  top: 50px;
  width: 100%;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-top: 4px solid #92D4A8;
  text-align: left;
  max-height: 535px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 20;
  -moz-box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  -webkit-box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
}

header .mega-menu > .row {
  margin-bottom: 10px;
}

header .mega-menu a {
  text-align: left;
  display: block;
  background: none;
  text-decoration: none;
}

header .mega-menu a:hover {
  color: #00AB5F;
}

header .mega-menu .title {
  text-align: left;
  font-size: 16px;
  background: #F5F5F5;
  padding: 5px 10px 2px;
}

header .mega-menu .sub-wrap {
  padding: 10px;
}

header .mega-menu .sub-wrap a.more {
  font-weight: 400;
  font-size: 11px;
  display: block;
  color: #009D4D;
}

header .mega-menu .sub-title {
  font-size: 14px;
  color: #009D4D;
  font-weight: 500;
}

header .mega-menu .sub-title a {
  color: #009D4D;
}

header .mega-menu .sub-title a:hover {
  color: #000;
}

header .mega-menu ul > li {
  display: block;
  text-align: left;
  border: 0;
}

header .mega-menu ul > li a {
  font-weight: 400;
  font-size: 11px;
  height: auto;
  display: block;
  width: auto;
  color: #009D4D;
  padding: 1px 0;
  border: 0;
  text-align: left;
}

header .mega-menu ul > li a:hover {
  background: #fff;
  color: #000;
}

header .mega-menu .sub-container ul {
  overflow: hidden;
  margin: 0 0 3px;
}

header .mega-menu .sub-container.open ul {
  height: 100% !important;
}

header .mega-menu .sub-container a.more {
  position: relative;
  padding: 6px 0 0 0;
}

header .mega-menu .sub-container a.more:before {
  width: 70%;
  height: 1px;
  left: -10px;
  top: 0;
  position: absolute;
  background: #ededed;
  content: "";
}

header .mega-menu .sub-container a.more span.icon-arrowTop,
header .mega-menu .sub-container a.more span.icon-arrowBottom {
  text-align: center;
  display: inline-block;
  padding: 7px 0 4px;
  width: 16px;
  height: 16px;
  line-height: 3px;
  font-size: 5px;
  color: white;
  background: #40B579;
  vertical-align: top;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

header .mega-menu .sub-container a.more span.icon-arrowTop {
  padding: 6px 0;
}

@media screen and (max-width: 992px) {
  header .menu-top {
    left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
    border-top: 0;
    margin-top: -4px;
  }

  header .menu-top > ul > li {
    position: relative;
    display: table;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #535353;
  }

  header .menu-top > ul > li > a {
    padding: 13px 12px;
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    font-size: 15px;
  }

  header .menu-top > ul > li.active .menu-ss {
    position: static;
    display: block;
    padding-left: 40px;
    padding-bottom: 10px;
  }

  header .menu-top > ul > li.active .menu-ss li {
    display: list-item;
    text-align: left;
    color: #FFF;
    list-style-type: square;
  }

  header .menu-top > ul > li.active .menu-ss li.active {
    color: #92D4A8;
  }

  header .menu-top > ul > li.active .menu-ss li a {
    display: block;
    width: auto;
    text-align: left;
    padding: 8px;
    font-size: 15px;
  }

  header .menu-top > ul > li.menu-riche a span {
    display: none;
  }

  header .menu-left {
    display: none;
  }

  header .mega-menu {
    position: relative;
    max-height: inherit;
    top: 0;
    overflow: hidden;
    display: none;
  }

  header .mega-menu.active {
    display: table;
  }

  header .mega-menu .sub-wrap {
    padding: 0;
  }

  header .mega-menu .sub-wrap .sub-title {
    padding: 10px;
    font-size: 15px;
    border-top: 2px solid #D9D9D9;
  }

  header .mega-menu .sub-container ul {
    margin: 0;
  }

  header .mega-menu .sub-container ul > li a {
    font-size: 14px;
    padding: 5px 0 5px 20px;
  }

  header .mega-menu .sub-container a.more {
    display: none;
  }
}
.navbar-toggle span.icon-bar {
  display: none;
}

.navbar-toggle div {
  display: block;
  position: relative;
}

.navbar-toggle div:before {
  color: #FFFFFF;
  position: absolute;
  font-size: 35px;
  line-height: 26px;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -19px;
}

.navbar-toggle.collapsed span.icon-bar {
  display: block;
}

.navbar-toggle.collapsed div {
  display: none;
}

html {
  width: 100%;
  height: 100%;
  min-height: 100% !important;
}

body.home {
  width: 100%;
  height: 100%;
}

body.home .notif {
  z-index: 2;
  position: relative;
}

body.home header {
  position: relative;
  top: 0px;
}

@media screen and (max-width: 992px) {
  body.home header {
    top: 0;
  }
}
body.home header .navbar {
  border-bottom: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

body.home header .navbar.secondary {
  border: solid 0px;
  height: 50px;
  background: #07237C;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  body.home header .navbar.secondary {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  body.home header .navbar {
    border-bottom: none;
  }
}
body.home header .navbar-header {
  width: 100%;
}

body.home header .navbar-header .lang {
  display: block;
  position: relative;
  border-right: 1px solid #d9d9d9;
  float: left;
  width: 90px;
  height: 85px !important;
}

body.home header .navbar-header .lang .icon-arrowBottom:before {
  color: #011f4b;
}

@media screen and (max-width: 992px) {
  body.home header .navbar-header .lang {
    display: none;
  }
}
body.home header .navbar-header .lang a {
  min-width: 90px;
  text-decoration: none;
  text-align: center;
  padding: 24px 0 21px;
  display: block;
}

body.home header .navbar-header .lang a.dropdown-toggle {
  overflow: hidden;
  color: #011f4b;
}

@media screen and (max-width: 992px) {
  body.home header .navbar-header .lang a.dropdown-toggle {
    padding: 5px 10px 7px;
  }
}
body.home header .navbar-header .lang .dropdown-menu {
  padding: 0;
}

body.home header .navbar-header .lang .dropdown-menu a {
  padding: 10px 5px;
  color: #011f4b;
}

body.home header .navbar-header .lang .icon-arrowBottom {
  display: block;
  font-size: 6px;
  color: #707070;
  margin: 0;
}

body.home header .navbar-collapse {
  float: left;
  padding: 0;
  border: 0;
  max-height: inherit;
}

body.home header h1 {
  margin: 0;
}

@media screen and (max-width: 992px) {
  body.home header h1 {
    font-size: 0;
  }
}
body.home header .logo {
  padding: 18px 30px 18px 21px;
  display: block;
  float: left;
}

body.home header .login {
  text-align: left;
  float: left;
  width: 207px;
  height: 69px;
  padding: 12px 12px 16px 12px;
  border-right: 1px solid #D9D9D9;
  overflow: hidden;
}

body.home header .login iframe {
  overflow: hidden;
  height: 25px;
  width: 190px;
}

@media screen and (max-width: 992px) {
  body.home header .login {
    display: none;
    width: 0;
    height: 0;
    float: right;
    border-right: 0;
    padding: 12px 12px 13px 12px;
    position: absolute;
    top: -1000px;
    left: -1000px;
  }

  body.home header .login form {
    display: none;
  }
}
body.home header .login .icon-lock {
  margin-left: 3px;
}

body.home header .dropdown-menu {
  border: none;
  min-width: 0;
  margin: 0;
  right: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  -webkit-box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  background: rgba(255, 255, 255, 0.9);
}

body.home header .dropdown-menu iframe {
  border: none;
}

body.home header .dropdown-menu > li iframe {
  width: 270px;
}

body.home header .dropdown-menu > li > * {
  padding: 6px 16px 6px 16px;
}

body.home header .dropdown-menu > li > a {
  font-size: 12px;
  color: #396CFF;
  padding: 10px;
}

body.home header .dropdown-menu > li > a .icon-arrowLeft {
  font-size: 10px;
}

body.home header .dropdown-menu > li > a:hover {
  background: transparent;
  color: #404040;
}

body.home header .mobile-nav {
  width: 100%;
}

body.home header .mobile-nav .navbar-collapse {
  width: 100%;
  position: absolute;
}

body.home header .mobile-nav form {
  margin: 0;
}

body.home header .mobile-nav .navbar-form {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background: #F5F5F5;
  margin: 0;
  display: block;
  border: none;
  overflow: hidden;
  border-bottom: 2px solid #535353;
}

body.home header .mobile-nav .navbar-form .btn,
body.home header .mobile-nav .navbar-form div.uploader span.action,
div.uploader body.home header .mobile-nav .navbar-form span.action {
  position: absolute;
  right: 0;
  top: 6px;
  vertical-align: top;
  font-size: 18px;
  width: 12%;
  padding: 0px 12px;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

body.home header .mobile-nav .navbar-form .btn span,
body.home header .mobile-nav .navbar-form div.uploader span.action span,
div.uploader body.home header .mobile-nav .navbar-form span.action span {
  font-size: 18px;
}

body.home header .mobile-nav .navbar-form .form-control {
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  max-width: 399px;
  width: 100%;
  font-style: italic;
  font-size: 14px;
}

body.home header .mobile-nav .navbar-form .form-group {
  vertical-align: top;
  margin: 0;
  width: 100%;
}

body.home header .mobile-nav .navbar-form .form-group input {
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  background: #F5F5F5;
  border: none;
}

body.home header .mobile-nav nav > ul > li {
  position: relative;
  display: table;
  width: 100%;
  border-right: 0;
  border-bottom: 1px solid #535353;
}

body.home header .mobile-nav nav > ul > li > a {
  padding: 10px 12px 11px;
  text-align: left;
  display: block;
  width: auto;
  height: auto;
  color: white;
  background: #6771AF;
  text-decoration: none;
}

body.home header .mobile-nav .lang a.dropdown-toggle {
  padding: 5px 10px 7px;
  text-align: left;
  display: block;
  width: auto;
  height: auto;
  color: white;
  background: #07237C;
  text-decoration: none;
}

body.home header .mobile-nav .lang a.dropdown-toggle span {
  background: #6771AF;
  border-radius: 10px;
  color: #FFFFFF;
  float: right;
  font-size: 9px;
  padding: 0 10px;
  display: block;
  line-height: 20px;
}

body.home header .mobile-nav .lang .dropdown-menu {
  position: relative;
  width: 100%;
}

body.home nav.main-nav {
  float: left;
  width: calc(100% - 340px);
}

@media screen and (max-width: 992px) {
  body.home nav.main-nav {
    display: none;
  }
}
body.home nav.main-nav ul {
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 85px;
  border-left: 1px solid #D9D9D9;
}

body.home nav.main-nav li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #D9D9D9;
  padding-left: 15px;
  padding-right: 5px;
}

body.home nav.main-nav li a {
  padding: 0 10px;
  display: block;
  text-decoration: none;
  text-align: left;
  color: #525F7F;
  font-size: 15px;
  line-height: 18px;
}

body.home nav.main-nav li:last-child {
  background-color: #3380FF;
}

body.home nav.main-nav li:last-child a {
  color: white;
}

body.home nav.main-nav li a:hover {
  color: #011f4b;
}

body.home .mentions-tradedirect {
  position: static;
  left: 0;
  right: 0;
  bottom: 42px;
  z-index: 10;
}

body.home .mentions-tradedirect .content {
  margin: 0 auto;
  width: 900px;
}

@media only screen and (max-width: 992px) {
  body.home .mentions-tradedirect .content {
    width: 100%;
  }
}
body.home .mentions-tradedirect p {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

body.home .mentions-tradedirect p a {
  font-size: 11px;
  color: #fff;
  text-decoration: underline;
  display: inline;
  padding: 0;
}

@media only screen and (max-width: 992px) {
  body.home .mentions-tradedirect {
    position: static;
    padding: 10px;
  }

  body.home .mentions-tradedirect p {
    color: #535353;
    text-shadow: none;
  }

  body.home .mentions-tradedirect p a {
    color: #40B579;
    text-shadow: none;
  }
}
.home-slider-content .bx-wrapper .bx-viewport {
  background: transparent;
}

.home-slider-content .bx-wrapper .bx-viewport ul {
  opacity: 1;
  filter: alpha(opacity=100);
}

.home-slider-content ul {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  display: table;
  height: 540px;
  width: 100%;
  vertical-align: middle;
}

.home-slider-content .btn,
.home-slider-content div.uploader span.action,
div.uploader .home-slider-content span.action {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 16px;
}

.home-slider-content .btn span,
.home-slider-content div.uploader span.action span,
div.uploader .home-slider-content span.action span {
  font-size: 6px;
}

.home-slider-content .bx-wrapper .bx-pager {
  padding: 0;
  width: auto;
  white-space: nowrap;
  position: absolute;
  bottom: 15px;
}

.home-slider-content .bx-wrapper .bx-pager .bx-pager-item a {
  margin: 0 3px;
  width: 12px;
  height: 12px;
  background: #fff;
  position: relative;
  overflow: hidden;
  float: left;
  opacity: 0.4;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  -ms-border-radius: 100% 100% 100% 100%;
  -o-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
}

.home-slider-content .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #FFF;
  opacity: 1;
}

.home-slider-pic .bx-viewport,
.home-slider-pic li,
.home-slider-pic ul {
  width: 100% !important;
  height: 100% !important;
}

.home-slider-pic li {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -ms-behavior: url("/bundles/tradedirectsite/tpl/styles/backgroundsize.min.htc");
  behavior: url("/bundles/tradedirectsite/tpl/styles/backgroundsize.min.htc");
}

.modal.modal-contact-mobile .col-xs-12 {
  margin: 0 0 10px;
}

.modal.modal-contact-mobile .col-xs-12:last-child {
  margin: 0;
}

.modal.modal-contact-mobile .modal-content {
  padding: 15px;
}

.modal.modal-contact-mobile h2 {
  margin: 0 0 15px;
  text-align: center;
  font-size: 19px;
  font-weight: 300;
}

.modal.modal-contact-mobile h3 {
  margin: 0 0 6px;
  font-size: 15px;
}

.modal.modal-contact-mobile p {
  line-height: 1.2em;
  font-size: 12px;
}

.modal.modal-contact-mobile .row [class^="icon-"]:before,
.modal.modal-contact-mobile .row [class*=" icon-"]:before {
  font-size: 61px;
  float: left;
  font-weight: 100;
  width: 70px;
  text-align: center;
}

.modal.modal-contact-mobile .row span.icon-arobase:before {
  font-size: 53px;
}

.modal.modal-contact-mobile .row .btn,
.modal.modal-contact-mobile .row div.uploader span.action,
div.uploader .modal.modal-contact-mobile .row span.action {
  font-size: 14px;
}

.modal.modal-contact-mobile .row .btn [class^="icon-"]:before,
.modal.modal-contact-mobile .row div.uploader span.action [class^="icon-"]:before,
div.uploader .modal.modal-contact-mobile .row span.action [class^="icon-"]:before,
.modal.modal-contact-mobile .row .btn [class*=" icon-"]:before,
.modal.modal-contact-mobile .row div.uploader span.action [class*=" icon-"]:before,
div.uploader .modal.modal-contact-mobile .row span.action [class*=" icon-"]:before {
  font-size: 12px;
  width: auto;
}

.modal.modal-contact-mobile .row .btn-link p {
  margin: 0;
}

.content-wrapper section.bloc.bloc-header {
  position: relative;
  height: 550px;
}

@media screen and (max-width: 480px) {
  .content-wrapper section.bloc.bloc-header {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .content-wrapper section.bloc.bloc-header .content {
    padding: 0;
  }
}
.content-wrapper section.bloc.bloc-header .bloc {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -355px;
  padding-top: 16px;
  width: 710px;
}

@media screen and (max-width: 480px) {
  .content-wrapper section.bloc.bloc-header .bloc {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
  }
}
.content-wrapper section.bloc.bloc-header .bloc:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: black;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.content-wrapper section.bloc.bloc-header .bloc > * {
  position: relative;
  z-index: 2;
}

.content-wrapper section.bloc.bloc-header .bloc h1 {
  margin: 0 24px 8px;
  font-size: 35px;
  color: white;
  font-weight: 700;
  text-align: center;
}

.content-wrapper section.bloc.bloc-header .bloc h2 {
  margin: 0 24px 32px;
  font-size: 28px;
  font-weight: normal;
  color: white;
  text-align: center;
}

.content-wrapper section.bloc.bloc-header .bloc ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.content-wrapper section.bloc.bloc-header .bloc ul li {
  color: white;
  display: table-cell;
  vertical-align: middle;
  background: #535353;
}

.content-wrapper section.bloc.bloc-header .bloc ul li > a {
  display: block;
  padding: 5px 5px 6px;
  color: white;
  text-align: center;
}

.content-wrapper section.bloc.bloc-header .bloc ul li:nth-child(odd) {
  background: #707070;
}

.content-wrapper section.bloc.bloc-header .bloc p {
  color: #fff;
  padding: 0 20px;
}

.content-wrapper section.bloc.bloc-header .bloc p strong {
  font-weight: bold;
  color: #fff;
}

.content-wrapper section.bloc.bloc-header .bloc p strong em {
  font-weight: bold;
}

.content-wrapper section.bloc.bloc-header .bloc p em {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .content-wrapper section.bloc.bloc-header .bloc {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .content-wrapper section.bloc.bloc-header .bloc ul li {
    display: block;
  }
}
.content-wrapper section.bloc.bloc-header .bloc.bloc-campagne .wysiwyg h2 {
  margin: 0 24px 8px;
  font-size: 35px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}

.content-wrapper section.bloc.bloc-visuel {
  height: 655px;
}

@media screen and (max-width: 992px) {
  .content-wrapper section.bloc.bloc-visuel {
    height: auto;
    background-image: none !important;
  }
}
.content-wrapper section.bloc.bloc-visuel .content {
  position: relative;
  z-index: 2;
}

.video-playing .content-wrapper {
  z-index: 50;
}

.fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fullscreen .close {
  z-index: 200 !important;
}

.content-wrapper section:first-child.bloc.bloc-video {
  margin-top: 186px;
  padding: 0;
}

.content-wrapper section.bloc.bloc-video {
  height: 655px;
}

@media screen and (max-width: 992px) {
  .content-wrapper section.bloc.bloc-video {
    background-image: none !important;
    height: 420px;
  }
}
@media screen and (max-width: 480px) {
  .content-wrapper section.bloc.bloc-video {
    height: 300px;
  }
}
.content-wrapper section.bloc.bloc-video .content {
  position: relative;
  z-index: 2;
}

.content-wrapper section.bloc.bloc-video .video-thumbnail {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -ms-behavior: url("/bundles/tradedirectsite/tpl/styles/backgroundsize.min.htc");
  behavior: url("/bundles/tradedirectsite/tpl/styles/backgroundsize.min.htc");
}

.content-wrapper section.bloc.bloc-video .video-thumbnail > .content {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  padding: 70px 0 25px 0;
  width: 960px;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .content-wrapper section.bloc.bloc-video .video-thumbnail > .content {
    width: 100%;
    padding: 45px 10px 25px;
  }
}
.content-wrapper section.bloc.bloc-video .video-thumbnail .ezxmltext-field p:not(:empty),
.content-wrapper section.bloc.bloc-video .video-thumbnail h1:not(:empty),
.content-wrapper section.bloc.bloc-video .video-thumbnail .wysiwyg blockquote {
  display: inline-block;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
}

.content-wrapper section.bloc.bloc-video .video-thumbnail section {
  padding: 60px 0 0 0;
}

.content-wrapper section.bloc.bloc-video a.show-video {
  padding: 8px 16px 8px 7px;
  font-weight: 100;
  font-size: 16px;
}

.content-wrapper section.bloc.bloc-video a.show-video span {
  float: left;
  font-size: 24px;
}

.content-wrapper section.bloc.bloc-video .video-player {
  display: block;
  bottom: 0;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.content-wrapper section.bloc.bloc-video .video-player .kWidgetIframeContainer,
.content-wrapper section.bloc.bloc-video .video-player .wrapper-video {
  width: 100% !important;
  height: 100% !important;
}

.content-wrapper section.bloc.bloc-video .video-player iframe {
  margin: 0 auto;
}

.content-wrapper section.bloc.bloc-video .video-player a.close {
  position: absolute;
  width: 30px;
  text-align: center;
  height: 30px;
  background: #000;
  right: 15px;
  color: #fff;
  top: 15px;
  z-index: 20;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  -ms-border-radius: 100% 100% 100% 100%;
  -o-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  text-shadow: 0 0 0 transparent;
  line-height: 30px;
  -moz-box-shadow: 0 0 3px #fff;
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
}

.content-wrapper section.bloc.bloc-video .video-player a.close span {
  margin: 0;
}

.videoHolder .play-btn-large,
.videoHolder .largePlayBtn {
  background: #009D4D;
  -webkit-border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -ms-border-radius: 100px 100px 100px 100px;
  -o-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
  width: 65px;
  height: 65px;
  z-index: 2000;
  font-family: 'icon';
  text-decoration: none;
  margin: -32px 0 0 -32px;
  line-height: 71px;
  padding: 0;
  font-size: 60px;
  text-indent: -3px;
}

.videoHolder .play-btn-large:before,
.videoHolder .largePlayBtn:before {
  content: "";
}

.videoHolder .play-btn-large:hover,
.videoHolder .largePlayBtn:hover {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .wysiwyg h1 {
    font-size: 25px;
  }

  .wysiwyg h2 {
    font-size: 20px;
  }

  .wysiwyg h2.small {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .wysiwyg h1 {
    font-size: 18px;
  }

  .wysiwyg h2 {
    font-size: 14px;
  }

  .wysiwyg h2.small {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .kWidgetIframeContainer {
    width: 100% !important;
    height: 600px !important;
  }
}
.content-wrapper section.bloc.bloc-video.bloc-header .video-thumbnail .row .wysiwyg h1 {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -355px;
  padding-top: 16px;
  width: 710px;
  min-height: 130px;
  font-size: 25pt;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content-wrapper section.bloc.bloc-video.bloc-header .video-thumbnail .row .wysiwyg h1 {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
  }
}
.content-wrapper section.bloc.bloc-video.bloc-header {
  height: 550px;
}

@media screen and (max-width: 768px) {
  .content-wrapper section.bloc.bloc-video.bloc-header {
    height: 320px;
  }
}
.content-wrapper section:first-child.bloc.bloc-video.bloc-header {
  margin-top: 0 !important;
}

.content-wrapper section.bloc.bloc-video.bloc-header .video-thumbnail .row .wysiwyg > div:first-of-type {
  position: inherit;
}

.bloc-list-events article.event {
  background-color: white;
  margin-bottom: 1px;
  font-weight: 300;
  border-bottom: 1px solid #D9D9D9;
  display: table;
  padding-left: 0;
  padding-right: 0;
}

.bloc-list-events article.event > .row {
  display: table-row;
}

.bloc-list-events article.event > .row > div {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.bloc-list-events article.event .date,
.bloc-list-events article.event .hours,
.bloc-list-events article.event .detail {
  padding-top: 8px;
}

.bloc-list-events article.event .hours {
  text-align: center;
  font-weight: 400;
}

.bloc-list-events article.event .detail {
  width: 100%;
  display: table;
  padding-left: 0;
  padding-right: 10px;
}

.bloc-list-events article.event .detail > .row > div.star {
  padding-left: 10px;
  padding-top: 14px;
  vertical-align: middle;
}

.bloc-list-events article.event a.detail h2 {
  color: #00AB5F;
}

.bloc-list-events article.event a.detail:hover {
  text-decoration: none;
}

.bloc-list-events article.event a.detail:hover h2 {
  color: #40B579;
  text-decoration: none;
}

.bloc-list-events article.event a.detail:hover .star p {
  color: #40B579;
}

@media screen and (max-width: 992px) {
  .bloc-list-events article.event {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    display: block;
  }

  .bloc-list-events article.event > .row {
    display: block;
  }

  .bloc-list-events article.event > .row > div {
    display: block;
    float: left;
  }

  .bloc-list-events article.event .date,
  .bloc-list-events article.event .hours {
    height: 48px;
    text-align: left;
  }

  .bloc-list-events article.event .detail {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.elements.row .last {
  border-bottom: 1px solid #707070;
}

.bloc-list .error-wrapper {
  padding: 10px;
  background: #fff0bb;
  display: none;
}

.bloc-list .error-wrapper p {
  margin: 0;
}

.bloc-list a:hover h3 {
  color: #40B579;
}

.bloc-list .group {
  color: white;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #707070;
}

.bloc-list .wysiwyg,
.bloc-list .tags,
.bloc-list .bloc-video-playlist .tabs,
.bloc-video-playlist .bloc-list .tabs,
.bloc-list .elements,
.bloc-list .reload {
  margin: 0;
}

.bloc-list .wysiwyg .col-md-12 {
  padding: 0;
}

.bloc-list .list-wrapper {
  overflow: hidden;
}

.bloc-list article {
  border-left: 5px solid white;
  background: #fff;
  clear: both;
  margin: 0 0 1px 0;
  overflow: hidden;
}

.bloc-list article > a,
.bloc-list article > .row > a,
.bloc-list article > .row-file,
.bloc-list article > .row > div {
  text-decoration: none;
  color: #707070;
  display: block;
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media screen and (max-width: 480px) {
  .bloc-list article > a,
  .bloc-list article > .row > a,
  .bloc-list article > .row-file,
  .bloc-list article > .row > div {
    padding-top: 0;
  }
}
.bloc-list article > div.row-file {
  overflow: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
}

.bloc-list article:before {
  display: none;
}

.bloc-list article.selected {
  border-color: #009D4D;
}

.bloc-list article .row-file a[class*=icon-]:hover {
  text-decoration: none;
}

.bloc-list article .exif {
  padding-top: 14px;
  padding-bottom: 14px;
}

.bloc-list article span.date {
  font-size: 16px;
  font-weight: bold;
  color: #707070;
  display: block;
  text-align: right;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .bloc-list article span.date {
    text-align: left;
    margin: 0 0 2px;
  }
}
.bloc-list article > .row > div h3 {
  color: #707070;
}

.bloc-list article h3 {
  color: #00AB5F;
  display: inline-block;
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 700;
}

.bloc-list article h3 span {
  font-weight: 300;
  color: #404040;
}

.bloc-list article h3 a {
  text-decoration: none;
  color: #00AB5F;
}

.bloc-list article h3.geomap:before {
  color: #404040;
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60a";
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.bloc-list article .keywords,
.bloc-list article .author {
  float: left;
  color: #707070;
  line-height: 1.25em;
}

.bloc-list article .keywords strong,
.bloc-list article .author strong {
  display: block;
  color: #404040;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .bloc-list article .keywords strong,
  .bloc-list article .author strong {
    display: inline;
  }
}
.bloc-list article .author {
  clear: both;
  text-align: right;
  font-weight: normal;
  float: right;
}

@media screen and (max-width: 480px) {
  .bloc-list article .author {
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .bloc-list article .author {
    text-align: left;
    clear: none;
    float: left;
  }
}
.bloc-list article .keywords {
  font-weight: 100;
}

.bloc-list article .links a {
  color: #00AB5F;
  font-weight: 700;
}

.bloc-list article.download a:hover h3 {
  color: #40B579;
}

.bloc-list article.download h3 {
  overflow: hidden;
  margin: 3px 0 5px;
}

.bloc-list article.download h3 span {
  font-size: 13px;
  color: #404040;
  font-weight: 400;
  display: block;
  clear: both;
  margin: 5px 0 0;
}

.bloc-list article.download [class^="icon-"],
.bloc-list article.download [class*=" icon-"] {
  font-size: 43px;
  color: #000;
  margin: 0;
  padding-right: 0;
  text-align: center;
}

.bloc-list article.download [class^="icon-"]:before,
.bloc-list article.download [class*=" icon-"]:before {
  display: block;
}

@media screen and (max-width: 992px) {
  .bloc-list article.download [class^="icon-"],
  .bloc-list article.download [class*=" icon-"] {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .bloc-list article.download [class^="icon-"],
  .bloc-list article.download [class*=" icon-"] {
    font-size: 23px;
    text-align: left;
    width: 10%;
  }

  .bloc-list article.download [class^="icon-"]:before,
  .bloc-list article.download [class*=" icon-"]:before {
    position: relative;
    left: -1px;
  }
}
.bloc-list article.download p.infos,
.bloc-list article.download p.links {
  margin: 0;
  font-size: 13px;
  color: #404040;
}

@media screen and (max-width: 480px) {
  .bloc-list article.download .detail {
    width: 90%;
  }
}
.bloc-list article.product {
  overflow: hidden;
  padding: 14px 20px;
}

@media screen and (max-width: 480px) {
  .bloc-list article.product {
    padding: 10px;
  }
}
.bloc-list article.product a.detail {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.bloc-list article.product a.detail:hover h3 {
  color: #40B579;
}

.bloc-list article.product p {
  font-size: 13px;
  color: #707070;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .bloc-list article.product p {
    margin: 0 0 5px;
  }
}
.bloc-list article.product .order .btn,
.bloc-list article.product .order div.uploader span.action,
div.uploader .bloc-list article.product .order span.action {
  float: right;
  font-size: 13px;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .bloc-list article.product .order .btn,
  .bloc-list article.product .order div.uploader span.action,
  div.uploader .bloc-list article.product .order span.action {
    font-size: 14px;
  }
}
.bloc-list article.product .order p {
  text-align: right;
  font-size: 13px;
  color: #404040;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .bloc-list article.product .order p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .bloc-list article .order {
    top: 50%;
    position: absolute;
    right: 10px;
    margin-top: -30px;
  }
}
.bloc-list .condensed article.article h3,
.bloc-list .condensed article.article span.date {
  margin: 0;
}

.bloc-list .condensed article.article .author,
.bloc-list .condensed article.article p {
  display: none;
}

@media screen and (max-width: 768px) {
  .bloc-list .condensed article.article .exif {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .bloc-list .condensed article.article a.detail {
    padding-top: 0;
  }
}
.bloc-list .condensed article.download [class*=" icon-"] {
  max-height: 50px;
}

.bloc-list .condensed article.download p {
  display: none;
}

.bloc-list .condensed article.download p.infos,
.bloc-list .condensed article.download p.links {
  display: block;
  float: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bloc-list .condensed article.download h3 {
    margin-bottom: 0;
  }
}
.bloc-list .loader {
  height: 170px;
  display: none;
  text-align: center;
  padding: 61px 0;
}

.bloc-list .geolocation {
  margin-bottom: 13px;
}

.bloc-list .geolocation > div {
  display: none;
  padding: 10px;
  color: #404040;
  border: 0 none;
}

.bloc-list .geolocation > div a.icon-close {
  color: #fff;
}

.bloc-list .geolocation > div:after {
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  font-family: 'icon';
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

.bloc-list .geolocation > div a {
  color: #1D1D1B;
}

.bloc-list .geolocation > div a.goGeo {
  text-decoration: underline;
}

.bloc-list .geolocation > div.in-progress {
  background-color: #53BED9;
  color: #fff;
}

.bloc-list .geolocation > div.warning {
  background-color: #fff0bb;
  font-weight: bold;
}

.bloc-list .geolocation > div.reject {
  background-color: #ff8b6c;
  color: #fff;
}

.bloc-list .geolocation > div.propose {
  background-color: #53BED9;
  color: #fff;
}

.bloc-list .geolocation > div.propose a {
  color: #fff;
}

.bloc-list .geolocation > div.propose a.icon-close {
  background: #009FE3;
}

.bloc-list .geolocation > div.success {
  color: white;
  background-color: #40B579;
}

.bloc-list .geolocation > div.success:after {
  content: "\e60a";
  color: #404040;
  margin: 0 0 0 5px;
}

.bloc-list .reload {
  margin: 25px 0;
  text-align: center;
}

.bloc-list .reload .btn,
.bloc-list .reload div.uploader span.action,
div.uploader .bloc-list .reload span.action {
  margin: 0;
}

.bloc-list .detail .star {
  text-align: center;
}

.bloc-list .detail .star p {
  color: #009D4D;
}

.bloc-list .detail .star p:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60b";
  margin-right: 5px;
  position: relative;
  top: 1px;
  font-size: 32px;
}

.bloc-list .bloc-notification .content {
  background: #fff;
}

@media screen and (max-width: 480px) {
  .bloc-list .bloc-notification .content .wysiwyg h2 {
    margin: 0 0 15px;
  }
}
.bloc-list .bloc-notification .title {
  padding: 28px 20px 20px;
}

@media screen and (max-width: 480px) {
  .bloc-list .bloc-notification .title {
    padding: 15px;
  }
}
.bloc-list .bloc-notification .title h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.bloc-list .bloc-notification .title h2 span {
  display: block;
  font-size: 61px;
  margin: 0 0 23px;
}

.bloc-list .bloc-notification .rss {
  padding: 10px 15px;
}

.bloc-list .bloc-notification .rss h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 17px;
}

.bloc-list .bloc-notification .rss h2 span {
  font-size: 30px;
  position: relative;
  top: 6px;
  margin: 0 19px 0 0;
}

.bloc-list .bloc-notification .rss p {
  margin: 0 0 36px;
}

@media screen and (max-width: 480px) {
  .bloc-list .bloc-notification .rss p {
    margin: 0 0 18px;
  }
}
.bloc-list .bloc-notification .rss a.btn {
  font-size: 12px;
  padding: 4px 12px;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .bloc-list .bloc-notification .rss a.btn {
    font-size: 14px;
  }
}
.bloc-list .bloc-notification .rss a.btn span {
  font-size: 7px;
  position: relative;
  top: -1px;
}

.bloc-list .bloc-notification .email {
  padding: 16px 15px;
}

.bloc-list .bloc-notification .email h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 17px;
}

.bloc-list .bloc-notification .email h2 span {
  font-size: 23px;
  position: relative;
  top: 4px;
  margin: 0 19px 0 0;
}

.bloc-list .bloc-notification .email p {
  margin: 0 0 18px;
}

.bloc-list .bloc-notification .email a.btn {
  font-size: 12px;
  padding: 4px 12px;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .bloc-list .bloc-notification .email a.btn {
    font-size: 14px;
  }
}
.bloc-list .bloc-notification .email a.btn span {
  font-size: 7px;
  position: relative;
  top: -1px;
}

.tags,
.bloc-video-playlist .tabs {
  margin-bottom: 1px;
  padding-top: 4px;
  padding-bottom: 12px;
  background-color: #404040;
}

.tags .all,
.bloc-video-playlist .tabs .all {
  text-align: center;
}

.tags .all:after,
.bloc-video-playlist .tabs .all:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #707070;
  position: absolute;
  top: 16px;
  right: 10px;
}

@media screen and (max-width: 480px) {
  .tags .all:after,
  .bloc-video-playlist .tabs .all:after {
    display: none;
  }
}
.tags .label,
.bloc-video-playlist .tabs .label {
  display: inline-block;
  padding: 5px 14px;
  margin: 8px 5px 0 0;
  font-size: 13px;
  font-weight: 500;
  -webkit-border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -ms-border-radius: 25px 25px 25px 25px;
  -o-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
}

.tags .label.label-default,
.bloc-video-playlist .tabs .label.label-default {
  background-color: #707070;
  border: 1px solid #707070;
}

.tags .label.label-default:hover,
.bloc-video-playlist .tabs .label.label-default:hover {
  background: rgba(112, 112, 112, 0.8);
}

.tags .label.label-current,
.bloc-video-playlist .tabs .label.label-current {
  background: none;
  border: 1px solid white;
  position: relative;
}

.tags .label.label-current:before,
.bloc-video-playlist .tabs .label.label-current:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60e";
  margin: 0 5px 0 0;
  font-size: 12px;
}

.tags .collapse-filters,
.bloc-video-playlist .tabs .collapse-filters {
  float: right;
  background: none;
  border: 0;
  margin: 0px 0 0 0;
  padding: 9px 14px 18px 50%;
  outline: none;
}

.tags .collapse-filters span,
.bloc-video-playlist .tabs .collapse-filters span {
  font-size: 7px;
  color: #fff;
}

.tags .collapse-filters.collapsed span:before,
.bloc-video-playlist .tabs .collapse-filters.collapsed span:before {
  content: "";
}

.modal .modal-dialog {
  max-width: 455px;
}

.modal .modal-content {
  background: #fff;
  -moz-box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  -webkit-box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  box-shadow: rgba(29, 29, 27, 0.2) 0 4px 0;
  padding: 12px 20px 20px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.modal .modal-content button.close {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 16px;
  right: 10px;
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  -ms-border-radius: 100% 100% 100% 100%;
  -o-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  text-align: center;
  background: #396CFF;
  color: #fff;
  height: 20px;
  width: 20px;
}

.modal .modal-content button.close span {
  font-size: 15px;
  position: relative;
  top: -2px;
  text-shadow: none;
  font-weight: 100;
  color: #fff;
}

.modal .modal-content button.close:hover {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #00AB5F;
}

.modal .modal-content button.close:focus {
  outline: none;
  -moz-box-shadow: 0px 0px 3pt 2pt rgba(29, 29, 27, 0.2);
  -webkit-box-shadow: 0px 0px 3pt 2pt rgba(29, 29, 27, 0.2);
  box-shadow: 0px 0px 3pt 2pt rgba(29, 29, 27, 0.2);
}

.modal .modal-content h4 {
  font-size: 16px;
  margin: 0 0 14px;
  padding: 0 15px 0 0;
}

.modal .modal-content p {
  font-size: 13px;
  margin: 0 0 14px;
}

.modal .modal-content .btn,
.modal .modal-content div.uploader span.action,
div.uploader .modal .modal-content span.action {
  margin: 0;
  font-size: 16px;
}

.modal .modal-content .btn span,
.modal .modal-content div.uploader span.action span,
div.uploader .modal .modal-content span.action span {
  font-size: 12px;
  margin: 0 8px 0 0;
}

.modal .modal-content .modal-body {
  padding: 0;
}

.modal .modal-content .form-group {
  margin-bottom: 21px;
}

.modal .modal-content .form-group label {
  margin-bottom: 10px;
}

.modal .modal-content form hr {
  margin: 10px -20px;
}

.modal .modal-content form p.oblig {
  margin: 0 0 22px;
}

.bloc-detail-event .return {
  margin-bottom: 17px;
}

.bloc-detail-event .return a {
  color: #009D4D;
  display: inline-block;
  height: 21px;
  line-height: 1;
}

.bloc-detail-event .return a:hover {
  color: #40B579;
  text-decoration: none;
}

.bloc-detail-event .return a .icon-arrowRight {
  position: relative;
  top: -2px;
  display: inline-block;
  -webkit-border-radius: 21px 21px 21px 21px;
  -moz-border-radius: 21px 21px 21px 21px;
  -ms-border-radius: 21px 21px 21px 21px;
  -o-border-radius: 21px 21px 21px 21px;
  border-radius: 21px 21px 21px 21px;
  background-color: #40B579;
  width: 21px;
  height: 21px;
}

.bloc-detail-event .return a .icon-arrowRight:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 10px;
  position: relative;
  top: 2px;
  left: 6px;
}

.bloc-detail-event article {
  display: table;
  padding-left: 0;
  padding-right: 0;
}

.bloc-detail-event article > .row {
  display: table-row;
}

.bloc-detail-event article > .row > div {
  display: table-cell;
  float: none;
  vertical-align: top;
}

@media screen and (max-width: 992px) {
  .bloc-detail-event article {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .bloc-detail-event article > .row {
    display: block;
  }

  .bloc-detail-event article > .row > div {
    display: block;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
}
.bloc-detail-event article .date {
  padding-top: 18px;
  background-color: #DFF1FF;
}

@media screen and (max-width: 992px) {
  .bloc-detail-event article .date {
    margin: 0 0 1px 0;
  }
}
.bloc-detail-event article .hours {
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .bloc-detail-event article .hours {
    margin: 0;
  }
}
.bloc-detail-event article .tags,
.bloc-detail-event article .bloc-video-playlist .tabs,
.bloc-video-playlist .bloc-detail-event article .tabs {
  margin: 10px 0 0 0;
  background: transparent;
  padding: 0 10px 0 12px;
}

@media screen and (max-width: 992px) {
  .bloc-detail-event article .tags,
  .bloc-detail-event article .bloc-video-playlist .tabs,
  .bloc-video-playlist .bloc-detail-event article .tabs {
    padding: 0 10px 0 12px;
    margin: 0;
  }
}
.bloc-detail-event article .wysiwyg {
  left: 1px;
  background-color: white;
}

.bloc-detail-event article .wysiwyg .wrapper {
  padding: 10px;
}

@media screen and (max-width: 992px) {
  .bloc-detail-event article .wysiwyg {
    margin: 0 0 10px 0;
    left: 0;
  }
}
.bloc-detail-event article .bx-wrapper {
  margin: 0 0 10px 0;
}

.bloc-detail-event article .bx-wrapper .bx-controls-direction a {
  top: 16px;
}

.bloc-detail-event article .bx-wrapper .bx-prev {
  left: 0;
}

.bloc-detail-event article .bx-wrapper .bx-next {
  left: 40px;
}

.bloc-detail-event article .bx-wrapper .bx-caption span {
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 300;
  padding: 10px 10px 10px 50px;
}

.bloc-detail-event article .bx-wrapper .bx-pager {
  color: white;
  position: absolute;
  bottom: 8px;
  left: 8px;
  text-align: left;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.bloc-detail-event article .bxslider li img {
  width: 100%;
  height: 100%;
}

.bloc-detail-event article .bxslider.alone .bx-caption span {
  padding: 10px;
}

.bloc-detail-event article .map-slider {
  padding-right: 0;
}

.bloc-commande .commande {
  text-align: center;
  background: #F5F5F5;
  margin: 0;
  padding: 15px 10px;
}

.bloc-commande .commande h3 {
  text-align: left;
  font-size: 16px;
}

.bloc-commande .commande .object-center {
  font-size: 70px;
}

.bloc-commande .commande .agence {
  position: relative;
}

.bloc-commande .commande .agence a.btn,
.bloc-commande .commande .telephone a.btn,
.bloc-commande .commande .video a.btn {
  background: #DDEBE1;
  color: #009D4D;
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  .bloc-commande .commande .agence a.btn,
  .bloc-commande .commande .telephone a.btn {
    font-size: 14px;
  }
}
.bloc-commande .commande .agence a.btn:hover,
.bloc-commande .commande .telephone a.btn:hover {
  background: #009D4D;
  color: #fff;
}

.bloc-commande .commande .agence a.btn span,
.bloc-commande .commande .telephone a.btn span {
  font-size: 8px;
}

.bloc-commande .commande .telephone .row p {
  font-size: 12px;
  font-weight: 200;
}

.bloc-commande .commande .telephone .row a {
  font-weight: 400;
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  .bloc-commande .commande .telephone .row a {
    font-size: 14px;
  }
}
.bloc-commande .commande .horaires {
  font-size: 12px;
  font-weight: 200;
}

.bloc-commande .commande .horaires p {
  text-align: center;
}

@media screen and (max-width: 992px) {
  .bloc-commande .commande .agence {
    border-bottom: 1px solid #D9D9D9;
  }

  .bloc-commande .commande .agence:after {
    display: none;
  }
}
.bloc-article article {
  background: #fff;
  padding: 20px;
}

.bloc-article .meta-data {
  margin: 0 0 15px 0;
  display: table;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .bloc-article .meta-data {
    display: block;
  }
}
.bloc-article .meta-data .row {
  display: table;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .bloc-article .meta-data .row {
    display: block;
  }
}
.bloc-article .meta-data .auteur {
  display: table;
}

.bloc-article .meta-data .auteur img {
  display: table-cell;
  margin: 0 5px 3px 0;
}

.bloc-article .meta-data .auteur p {
  display: table-cell;
  vertical-align: bottom;
  width: 90%;
}

.bloc-article .meta-data .auteur strong {
  display: block;
}

@media screen and (max-width: 480px) {
  .bloc-article .meta-data .auteur {
    width: 100%;
    display: block;
    margin: 0 0 5px;
  }
}
.bloc-article .meta-data .exif {
  position: relative;
  text-align: right;
  display: table;
  height: 100%;
  min-height: 72px;
}

.bloc-article .meta-data .exif p {
  display: table-cell;
  vertical-align: bottom;
}

@media screen and (max-width: 480px) {
  .bloc-article .meta-data .exif {
    text-align: left;
    width: 100%;
    display: block;
  }
}
section.bloc-agence .content {
  position: relative;
  z-index: 2;
}

section.bloc-agence article {
  padding: 0 20px;
}

@media screen and (max-width: 992px) {
  section.bloc-agence article {
    margin: 0;
    padding: 0;
  }
}
section.bloc-agence article .map {
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 992px) {
  section.bloc-agence article .map {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  section.bloc-agence article .map iframe {
    width: 100% !important;
    height: 200px !important;
  }
}
section.bloc-agence article .map #maps-agency,
section.bloc-agence article .map #maps-atm {
  width: 100% !important;
}

section.bloc-agence article .fiche-banque {
  background: #fff;
  margin-left: -20px;
  margin-right: -20px;
  padding: 24px 16px;
}

@media screen and (max-width: 992px) {
  section.bloc-agence article .fiche-banque {
    margin: 0;
  }
}
section.bloc-agence article .fiche-banque h2 {
  font-size: 23px;
}

section.bloc-agence article .fiche-banque .contact,
section.bloc-agence article .fiche-banque .horaire,
section.bloc-agence article .fiche-banque .bancomat,
section.bloc-agence article .fiche-banque .services {
  position: relative;
}

@media screen and (max-width: 992px) {
  section.bloc-agence article .fiche-banque .contact,
  section.bloc-agence article .fiche-banque .horaire,
  section.bloc-agence article .fiche-banque .bancomat,
  section.bloc-agence article .fiche-banque .services {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
  }
}
section.bloc-agence article .fiche-banque .contact:before,
section.bloc-agence article .fiche-banque .horaire:before,
section.bloc-agence article .fiche-banque .bancomat:before,
section.bloc-agence article .fiche-banque .services:before {
  content: "";
  display: block;
  height: 63px;
  position: relative;
  top: 0;
  text-align: center;
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section.bloc-agence article .fiche-banque .contact h2,
section.bloc-agence article .fiche-banque .horaire h2,
section.bloc-agence article .fiche-banque .bancomat h2,
section.bloc-agence article .fiche-banque .services h2 {
  margin: 0 0 21px;
}

section.bloc-agence article .fiche-banque .contact h3,
section.bloc-agence article .fiche-banque .horaire h3,
section.bloc-agence article .fiche-banque .bancomat h3,
section.bloc-agence article .fiche-banque .services h3 {
  font-size: 16px;
  margin: 0;
}

section.bloc-agence article .fiche-banque .contact h4,
section.bloc-agence article .fiche-banque .horaire h4,
section.bloc-agence article .fiche-banque .bancomat h4,
section.bloc-agence article .fiche-banque .services h4 {
  font-size: 13px;
  margin: 0;
}

section.bloc-agence article .fiche-banque .contact p,
section.bloc-agence article .fiche-banque .horaire p,
section.bloc-agence article .fiche-banque .bancomat p,
section.bloc-agence article .fiche-banque .services p {
  margin: 0;
  line-height: 16px;
}

section.bloc-agence article .fiche-banque .contact .pull-right,
section.bloc-agence article .fiche-banque .horaire .pull-right,
section.bloc-agence article .fiche-banque .bancomat .pull-right,
section.bloc-agence article .fiche-banque .services .pull-right {
  font-weight: 100;
}

section.bloc-agence article .fiche-banque .contact ul,
section.bloc-agence article .fiche-banque .horaire ul,
section.bloc-agence article .fiche-banque .bancomat ul,
section.bloc-agence article .fiche-banque .services ul {
  margin-left: 0;
  margin-bottom: 21px;
  padding: 0;
}

section.bloc-agence article .fiche-banque .contact ul li,
section.bloc-agence article .fiche-banque .horaire ul li,
section.bloc-agence article .fiche-banque .bancomat ul li,
section.bloc-agence article .fiche-banque .services ul li {
  color: #009D4D;
  margin: 0 0 3px;
}

@media screen and (max-width: 992px) {
  section.bloc-agence article .fiche-banque .contact table tbody,
  section.bloc-agence article .fiche-banque .horaire table tbody,
  section.bloc-agence article .fiche-banque .bancomat table tbody,
  section.bloc-agence article .fiche-banque .services table tbody {
    overflow-x: inherit;
  }

  section.bloc-agence article .fiche-banque .contact table p,
  section.bloc-agence article .fiche-banque .horaire table p,
  section.bloc-agence article .fiche-banque .bancomat table p,
  section.bloc-agence article .fiche-banque .services table p {
    padding: 0 5px;
    min-height: 100%;
  }
}
section.bloc-agence article .fiche-banque .contact table p,
section.bloc-agence article .fiche-banque .horaire table p,
section.bloc-agence article .fiche-banque .bancomat table p,
section.bloc-agence article .fiche-banque .services table p {
  line-height: 1;
  font-size: 15px;
}

section.bloc-agence article .fiche-banque .contact .col-md-6 span {
  display: block;
}

section.bloc-agence article .fiche-banque .services {
  border-bottom: 1px solid #D9D9D9;
}

section.bloc-agence article .fiche-banque .bancomat {
  padding: 13px 0 0;
}

section.bloc-agence article .fiche-banque .services ul,
section.bloc-agence article .fiche-banque .bancomat ul {
  margin-bottom: 49px;
}

section.bloc-agence article .fiche-banque .services ul li,
section.bloc-agence article .fiche-banque .bancomat ul li {
  color: #404040;
  padding: 0;
}

section.bloc-agence article .fiche-banque .services ul li a,
section.bloc-agence article .fiche-banque .bancomat ul li a {
  color: #404040;
}

section.bloc-agence article .fiche-banque .services ul li a:hover,
section.bloc-agence article .fiche-banque .bancomat ul li a:hover {
  color: #009D4D;
}

section.bloc-agence article .fiche-banque .services ul li a:hover span:before,
section.bloc-agence article .fiche-banque .bancomat ul li a:hover span:before {
  color: #009D4D;
}

section.bloc-agence article .fiche-banque .services ul li span,
section.bloc-agence article .fiche-banque .bancomat ul li span {
  margin-right: 6px;
  display: inline-block;
}

section.bloc-agence article .fiche-banque .services ul li:before,
section.bloc-agence article .fiche-banque .bancomat ul li:before {
  display: none;
}

section.bloc-agence article .fiche-banque .services ul li span,
section.bloc-agence article .fiche-banque .bancomat ul li span {
  width: 35px;
  text-align: center;
}

section.bloc-agence article .fiche-banque .services ul li span:before,
section.bloc-agence article .fiche-banque .bancomat ul li span:before {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #404040;
  font-size: 25px;
}

section.bloc-agence article .fiche-banque .services ul li span.icon-oeil:before,
section.bloc-agence article .fiche-banque .bancomat ul li span.icon-oeil:before {
  font-size: 17px;
}

section.bloc-agence article .fiche-banque .horaire h3 {
  margin: 0 0 16px;
}

section.bloc-agence article .fiche-banque .contact p {
  margin: 0;
}

section.bloc-agence article .fiche-banque .contact a.btn {
  margin: 10px 0 34px 0;
}

section.bloc-agence article .fiche-banque .bancomat p {
  font-weight: 300;
  margin: 0 0 18px;
}

section.bloc-agence article .fiche-banque .bancomat p strong {
  display: block;
  font-size: 15px;
  margin: 0 0 1px;
}

section.bloc-agence article .fiche-banque .bancomat:before {
  content: "\e642";
  font-size: 59px;
  height: 73px;
}

section.bloc-agence article .fiche-banque .contact:before {
  content: "\e620";
  font-size: 59px;
}

section.bloc-agence article .fiche-banque .horaire:before {
  content: "\e61e";
  font-size: 51px;
}

section.bloc-agence article .fiche-banque .services:before {
  content: "\e621";
  font-size: 42px;
}

section.bloc-agence table {
  width: 92%;
  margin: 0 0 28px;
}

@media screen and (max-width: 992px) {
  section.bloc-agence table {
    width: 100%;
  }
}
section.bloc-agence table thead {
  background: none;
}

section.bloc-agence table tbody {
  background: none;
}

section.bloc-agence table tr {
  background: none;
}

section.bloc-agence table tr:nth-child(3) td {
  border-top: 1px solid #C5C5C5;
  padding: 2px 0 0 0;
}

@media screen and (max-width: 992px) {
  section.bloc-agence table tr:nth-child(3) td {
    border: 0;
    padding: 0 5px;
  }
}
section.bloc-agence table th p {
  line-height: 1.27em;
}

section.bloc-agence table td {
  text-align: center;
  color: #000;
  border: 0;
  padding: 0;
  background: none;
}

@media screen and (max-width: 992px) {
  section.bloc-agence table td {
    padding: 0 5px;
    min-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.bloc-agence table td p {
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
    padding-left: 5px !important;
    padding-right: 0 !important;
  }

  section.bloc-agence table td p:nth-child(2):before {
    content: ' - ';
    display: inline-block;
    margin: 0 5px;
  }

  section.bloc-agence table td p + p {
    padding-right: 5px !important;
    padding-left: 0 !important;
  }

  section.bloc-agence table td br {
    content: "";
  }

  section.bloc-agence table td br:after {
    content: " -  ";
  }
}
section.bloc-agence table th {
  text-align: left;
  color: #000;
  border: 0;
  border-bottom: 1px solid #C5C5C5;
  padding: 0 0 2px;
  background: none;
}

@media screen and (max-width: 992px) {
  section.bloc-agence table th {
    border: 0;
    min-height: 100%;
    padding: 3px 5px;
  }
}
section.bloc-agence .fiche-banque .responsables {
  margin-top: 21px;
}

section.bloc-agence .agence-bandeau-siege-regional {
  background: #ededed;
  padding: 20px;
  font-weight: bold;
}

section.bloc-agence .agence-bandeau-siege-regional .icone-siege-regional {
  width: 38px;
  height: 45px;
  float: left;
  margin-right: 20px;
  background-image: url("/bundles/tradedirectsite/img/common/agence/marker-region.png");
}

section.bloc-contact article {
  padding: 9px 20px;
  background: #fff;
}

@media screen and (max-width: 992px) {
  section.bloc-contact article {
    margin: 0;
    padding: 10px;
  }
}
section.bloc-contact .info-perso label {
  min-width: 160px;
}

@media screen and (max-width: 992px) {
  section.bloc-contact .info-perso label {
    width: 100%;
  }
}
section.bloc-contact .info-perso .input-wrap {
  min-width: inherit;
}

section.bloc-contact .pays-residence label {
  float: left;
}

section.bloc-contact .pays-residence select {
  width: 145px;
  float: left;
  margin: 0 0 5px;
}

@media screen and (max-width: 992px) {
  section.bloc-contact .pays-residence select {
    width: 100%;
  }
}
section.bloc-contact .pays-residence .select-wrap {
  display: inline-block;
  float: none;
}

section.bloc-contact .questions > label {
  margin: 0 0 13px;
  display: block;
}

section.bloc-contact .demande {
  margin: 0 0 24px;
}

section.bloc-contact .demande textarea {
  height: 100px;
}

section.bloc-contact .fichier {
  margin: 0;
}

section.bloc-contact .fichier label {
  display: none;
}

section.bloc-contact .rappel-telephone > .checkbox {
  margin-top: 0;
}

section.bloc-contact .rappel-telephone .form-group {
  margin: 0 0 0 30px;
  padding: 10px 0 0;
  overflow: hidden;
}

section.bloc-contact .rappel-telephone .form-group > label {
  display: block;
}

section.bloc-contact .rappel-telephone .form-group .input-wrap {
  margin: 0 0 5px;
  clear: both;
  float: left;
}

@media screen and (max-width: 768px) {
  section.bloc-contact .rappel-telephone .form-group {
    margin: 0 0 0 15px;
  }
}
section.bloc-contact .rappel-telephone .form-group .form-control {
  width: 125px;
}

section.bloc-carto .no-result,
section.bloc-carto .geolocation > div {
  display: none;
}

section.bloc-carto .recherche-agence {
  background: #fff;
  position: relative;
  padding: 16px 0 29px 94px;
}

@media screen and (max-width: 480px) {
  section.bloc-carto .recherche-agence {
    padding: 10px;
  }
}
section.bloc-carto .recherche-agence:after {
  right: 20px;
  top: 20px;
  position: absolute;
  content: "";
  display: block;
  background: url("/bundles/tradedirectsite/img/common/agence/marker-legende.png") no-repeat;
  width: 198px;
  height: 72px;
}

@media screen and (max-width: 768px) {
  section.bloc-carto .recherche-agence:after {
    display: none;
  }
}
section.bloc-carto .recherche-agence:before {
  content: "\e61d";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 24px;
  left: 3px;
  font-size: 70px;
  color: #009D4D;
}

@media screen and (max-width: 480px) {
  section.bloc-carto .recherche-agence:before {
    font-size: 38px;
    top: 10px;
  }
}
section.bloc-carto .recherche-agence h2 {
  font-size: 22px;
  font-weight: 100;
  margin: 0 0 16px;
}

@media screen and (max-width: 480px) {
  section.bloc-carto .recherche-agence h2 {
    padding: 0 0 0 39px;
  }
}
section.bloc-carto .recherche-agence form {
  overflow: hidden;
}

section.bloc-carto .recherche-agence .form-group {
  float: left;
}

@media screen and (max-width: 480px) {
  section.bloc-carto .recherche-agence .form-group {
    width: 55%;
    margin: 0 5px 0 0;
    float: left;
  }
}
section.bloc-carto .recherche-agence .form-control {
  float: left;
  margin: 0 11px 0 0;
  width: 251px;
}

@media screen and (max-width: 480px) {
  section.bloc-carto .recherche-agence .form-control {
    width: 100%;
    margin: 0;
    padding: 5px;
  }
}
section.bloc-carto .recherche-agence .btn,
section.bloc-carto .recherche-agence div.uploader span.action,
div.uploader section.bloc-carto .recherche-agence span.action {
  font-size: 13px;
  padding: 4px 18px;
  margin: 1px 0 0 0;
}

@media screen and (max-width: 480px) {
  section.bloc-carto .recherche-agence .btn,
  section.bloc-carto .recherche-agence div.uploader span.action,
  div.uploader section.bloc-carto .recherche-agence span.action {
    font-size: 14px;
  }
}
section.bloc-carto .recherche-agence .btn span,
section.bloc-carto .recherche-agence div.uploader span.action span,
div.uploader section.bloc-carto .recherche-agence span.action span {
  font-size: 8px;
}

.autres-agences {
  overflow: hidden;
  padding: 15px;
  background: #fff;
}

.autres-agences h3 {
  margin: 0 0 10px 8px;
}

.autres-agences h3:after {
  display: none;
}

@media screen and (max-width: 480px) {
  .autres-agences h3 {
    margin: 0 0 10px;
  }
}
.autres-agences ul {
  margin: 0;
}

.autres-agences ul li {
  color: #009D4D;
  margin-bottom: 3px;
}

.mapWrapper {
  overflow: hidden;
  position: relative;
}

.mapWrapper #mapfilter {
  height: 510px;
  position: relative;
  z-index: 2;
}

.icon_access {
  width: 15px;
  height: 16px;
  background-position: 0 0;
  background-color: red;
}

.infoBox {
  background-color: #fff;
  color: #000;
  font-size: 11px;
  line-height: 13px;
  padding: 20px 20px 20px 40px;
  width: 254px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  position: relative;
}

.infoBox:after {
  content: "";
  display: block;
  background: url("/bundles/tradedirectsite/img/common/bg/infoBox-arrow.png") no-repeat;
  width: 26px;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin: -8px 0 0 -13px;
}

.infoBox h2 {
  margin: 0 0 16px;
  color: #000;
  font-weight: 100;
  font-size: 22px;
  position: relative;
  width: 90%;
}

.infoBox h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -30px;
  height: 36px;
  width: 25px;
  background: url("/bundles/tradedirectsite/img/common/agence/marker-mini.png") no-repeat;
}

.infoBox h2.atm:before {
  background-position: -52px 0;
}

.infoBox h2.agency:before {
  background-position: -26px 0;
}

.infoBox h2.agency-region:before {
  background-position: 0 0;
}

.infoBox h3 {
  margin: 0 0 17px;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
}

.infoBox h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.infoBox .horaires {
  font-size: 13px;
  font-weight: 100;
  margin: 0 0 20px;
  line-height: 1.3em;
}

.infoBox .horaires strong {
  font-weight: 400;
}

.infoBox a {
  color: #009D4D;
  text-decoration: none;
  font-size: 13px;
  margin: 0;
  font-weight: 300;
  position: relative;
}

.infoBox a:before {
  content: "\e604";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 2px;
  left: -15px;
  font-size: 15px;
  color: #009D4D;
}

.galleria {
  min-height: 60px;
}

@media screen and (max-width: 768px) {
  .bloc-recherche .tags .all:after,
  .bloc-recherche .bloc-video-playlist .tabs .all:after,
  .bloc-video-playlist .bloc-recherche .tabs .all:after {
    display: none;
  }
}
.bloc-recherche .no-result a {
  color: #009D4D;
  font-weight: bold;
}

.bloc-recherche .notif-wrapper {
  margin: 0 0 15px;
}

.bloc-recherche .notif-wrapper.no-result {
  background: #fff0bb;
  border: 2px solid transparent;
  border-image: url("/bundles/tradedirectsite/img/common/bg/border-img-notif.png") 2 2 round;
  -webkit-border-image: url("/bundles/tradedirectsite/img/common/bg/border-img-notif.png") 2 2 round;
  -o-border-image: url("/bundles/tradedirectsite/img/common/bg/border-img-notif.png") 2 2 round;
  color: #000;
}

.bloc-recherche .notif-wrapper.no-result a {
  color: #000;
  text-decoration: underline;
}

.bloc-recherche .notif-wrapper.no-result a.icon-close {
  text-decoration: none;
  color: #fff;
}

.bloc-recherche .notif-wrapper.no-result .icon-close {
  background: #ebd559;
  color: #000;
}

.bloc-recherche .group {
  color: white;
  padding: 4px 12px 5px;
  background-color: #707070;
  font-size: 16px;
}

.bloc-recherche .tags-wrapper .tags,
.bloc-recherche .tags-wrapper .bloc-video-playlist .tabs,
.bloc-video-playlist .bloc-recherche .tags-wrapper .tabs {
  margin: 0;
}

.bloc-recherche .list-wrapper .elements {
  margin: 0;
}

.bloc-recherche .list-wrapper article {
  background: #fff;
  clear: both;
  margin: 0 0 1px 0;
  overflow: hidden;
  padding: 10px 15px;
  height: 100%;
  width: 100%;
  display: table;
}

.bloc-recherche .list-wrapper article .content {
  display: table-cell;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .bloc-recherche .list-wrapper article .content {
    display: block;
    clear: both;
    overflow: hidden;
  }
}
.bloc-recherche .list-wrapper article .breadcrumb {
  font-size: 12px;
}

.bloc-recherche .list-wrapper article .section {
  height: 100%;
  width: 180px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 15px 15px 5px;
}

.bloc-recherche .list-wrapper article .section span.bulle:before {
  background: url("/bundles/tradedirectsite/img/common/bg/bull-arrow-right.png");
  left: auto;
  right: -8px;
}

.bloc-recherche .list-wrapper article .section a {
  display: block;
  background: #b3b3b3;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  -o-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  padding: 7px 12px;
  line-height: 1em;
  margin: 0;
  color: #fff;
}

.bloc-recherche .list-wrapper article .section a:hover {
  text-decoration: none;
  background: rgba(112, 112, 112, 0.8);
}

@media screen and (max-width: 480px) {
  .bloc-recherche .list-wrapper article .section {
    float: left;
    width: auto;
    margin: 0 10px 10px 0;
    padding: 0;
    font-size: 14px;
  }
}
.bloc-recherche .list-wrapper article .date {
  float: right;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .bloc-recherche .list-wrapper article .date {
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .bloc-recherche .list-wrapper article .date {
    float: right;
  }
}
.bloc-recherche .list-wrapper article .breadcrumb {
  width: 100%;
}

.bloc-recherche .list-wrapper article h3 {
  color: #009D4D;
  display: inline-block;
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 700;
  max-width: 70%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bloc-recherche .list-wrapper article h3 a {
  color: #40B579;
}

.bloc-recherche .list-wrapper article h3 a:hover {
  text-decoration: none;
}

.bloc-recherche .list-wrapper article p {
  text-decoration: none;
}

.bloc-recherche .list-wrapper article p strong {
  background: #D3EDDC;
  padding: 1px 5px;
  display: inline-block;
  font-weight: normal;
}

.bloc-recherche .list-wrapper article .breadcrumb {
  font-weight: 300;
  padding: 0;
  background: none;
  margin: 0 0 5px;
}

.bloc-recherche .list-wrapper article .breadcrumb a {
  text-decoration: none;
}

.bloc-recherche .list-wrapper article .breadcrumb a:hover {
  color: #40B579;
}

.bloc-recherche .filters .filterList {
  clear: both;
}

.bloc-recherche .filters .tags-wrapper {
  border-bottom: 1px solid #535353;
}

.bloc-recherche .filters .tags,
.bloc-recherche .filters .bloc-video-playlist .tabs,
.bloc-video-playlist .bloc-recherche .filters .tabs {
  clear: both;
}

.bloc-recherche .filters .tags h3,
.bloc-recherche .filters .bloc-video-playlist .tabs h3,
.bloc-video-playlist .bloc-recherche .filters .tabs h3 {
  font-family: "Roboto", arial, sans-serif;
}

.bloc-recherche .filters .tags .all,
.bloc-recherche .filters .bloc-video-playlist .tabs .all,
.bloc-video-playlist .bloc-recherche .filters .tabs .all {
  text-align: left;
}

.bloc-recherche .filters .filter-list {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
}

.bloc-recherche .filters .filter-list .form-group {
  width: 100%;
}

.bloc-recherche .filters .filter-list .form-group .input-wrap {
  float: left;
  margin: 0 5px 6px 0;
  clear: none;
}

.bloc-recherche .filters h3 {
  margin: 0 14px 10px 0;
  padding: 0;
  float: left;
}

.bloc-recherche .filters h3:after {
  display: none;
}

@media screen and (max-width: 480px) {
  .bloc-recherche .filters h3 {
    float: none;
    margin: 0 0 10px 0;
  }
}
.bloc-recherche .filters .wrap-submit {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  border-left: 1px solid #535353;
  padding: 0 0 0 15px;
}

.recherche {
  background: #fff;
  position: relative;
  padding: 15px;
  margin: 0 0 15px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .recherche {
    padding: 10px;
  }
}
.recherche h2 {
  font-size: 24px;
  font-weight: 100;
  margin: 0 14px 16px 0;
  float: left;
}

.recherche form {
  overflow: hidden;
}

.recherche .form-group {
  float: left;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .recherche .form-group {
    width: 55%;
    margin: 0 5px 0 0;
    float: left;
  }
}
.recherche .form-control {
  float: left;
  margin: 0 11px 0 0;
  width: 251px;
}

@media screen and (max-width: 480px) {
  .recherche .form-control {
    width: 100%;
    margin: 0;
    padding: 5px;
  }
}
.recherche .btn,
.recherche div.uploader span.action,
div.uploader .recherche span.action {
  font-size: 13px;
  padding: 4px 18px;
  margin: 1px 0 0 0;
}

@media screen and (max-width: 480px) {
  .recherche .btn,
  .recherche div.uploader span.action,
  div.uploader .recherche span.action {
    font-size: 14px;
  }
}
.recherche .btn span,
.recherche div.uploader span.action span,
div.uploader .recherche span.action span {
  font-size: 8px;
}

section.bloc-form-commande article {
  padding: 15px 20px;
}

section.bloc-form-commande .recap {
  padding: 20px;
  border: 1px solid #ededed;
  background: #DFF1FF;
  margin: 0 0 20px;
}

section.bloc-form-commande .recap h2 {
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 5px;
}

section.bloc-form-commande .recap p {
  margin: 0;
}

section.bloc-form-commande .choix-produit {
  padding: 20px;
  border: 1px solid #ededed;
  margin: 0 0 20px;
}

section.bloc-form-commande:first-child h1 {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 100;
}

section.bloc-form-commande select {
  padding: 5px 20px;
}

section.bloc-form-commande select optgroup {
  color: #009D4D;
}

section.bloc-form-commande select option {
  color: #404040;
  padding: 5px 3px;
  font-size: 12px;
}

section.block-home {
  padding-top: 130px;
  z-index: 11;
}

@media screen and (max-width: 992px) {
  section.block-home {
    padding-top: 0;
  }
}
.content-wrapper section.block-home {
  z-index: 11;
}

section.block-home .content {
  padding: 0;
}

.content-wrapper section.block-home .content {
  padding: 0;
}

section.block-home .content aside {
  width: 230px;
}

@media screen and (max-width: 992px) {
  section.block-home .content aside {
    width: 100%;
  }
}
section.block-home .content aside .search {
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
}

section.block-home .content aside .search .form-control {
  min-width: 170px;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  width: 100%;
  background-color: transparent;
  padding: 3px 2px;
  height: 30px;
  font-size: 12px;
}

section.block-home .content aside .search form {
  margin: 0;
  padding: 10px;
}

section.block-home .content aside .search .form-group {
  float: left;
}

section.block-home .content aside .search .btn,
section.block-home .content aside .search div.uploader span.action,
div.uploader section.block-home .content aside .search span.action {
  position: relative;
  top: 2px;
  font-size: 24px;
  padding: 0 0 0 14px;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

section.block-home .content aside .search .btn span,
section.block-home .content aside .search div.uploader span.action span,
div.uploader section.block-home .content aside .search span.action span {
  font-size: 24px;
}

section.block-home .content aside .search .btn span:hover,
section.block-home .content aside .search div.uploader span.action span:hover,
div.uploader section.block-home .content aside .search span.action span:hover {
  color: #009D4D;
}

section.block-home .content aside .news {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 7px 11px 13px 11px;
}

section.block-home .content aside .news h2 {
  font-weight: 300;
  font-size: 22px;
  margin: 0 0 10px;
}

section.block-home .content aside .news ul {
  margin: 0;
  padding: 0;
}

section.block-home .content aside .news li {
  margin: 0 0 16px;
}

section.block-home .content aside .news li a {
  display: block;
  text-decoration: none;
}

section.block-home .content aside .news li a:hover {
  color: #009D4D;
}

section.block-home .content aside .news li p {
  line-height: 1.25em;
}

section.block-home .content aside .news a.more {
  font-size: 12px;
  color: #009D4D;
  text-decoration: none;
}

section.block-home .content aside .news a.more span {
  font-size: 10px;
  color: #707070;
  margin-right: 4px;
}

section.block-home .content aside nav.secondary-nav {
  background: #535353;
}

section.block-home .content aside nav.secondary-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 13px 13px;
}

section.block-home .content aside nav.secondary-nav a span {
  font-size: 6px;
}

section.block-home .content aside nav.secondary-nav ul ul {
  margin: -8px 0 18px 25px;
}

section.block-home .content aside nav.secondary-nav li {
  border-bottom: 1px solid #707070;
}

section.block-home .content aside nav.secondary-nav li li {
  font-weight: 100;
  border: 0;
  line-height: 1.1em;
  margin: 0 0 6px;
}

section.block-home .content aside nav.secondary-nav li li a {
  padding: 0;
}

.pf-button {
  background-color: #009D4D;
}

section.block-home .content aside nav.secondary-nav a span.pf-desc {
  display: block;
  padding-left: 10px;
  font-size: 1em;
  font-weight: 100;
}

.bloc-video-playlist .tabs .label {
  display: inline-block;
  padding: 5px 14px;
  margin: 8px 5px 0 0;
  font-size: 13px;
  font-weight: 500;
  -webkit-border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -ms-border-radius: 25px 25px 25px 25px;
  -o-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
}

.bloc-video-playlist .tabs .label.label-default {
  background-color: #707070;
  border: 1px solid #707070;
}

.bloc-video-playlist .tabs .label.label-default:hover {
  background: rgba(112, 112, 112, 0.8);
}

.bloc-video-playlist .tabs .label.label-current {
  background: none;
  border: 1px solid white;
  position: relative;
}

.bloc-video-playlist .tabs .label.label-current:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60e";
  margin: 0 5px 0 0;
  font-size: 12px;
}

.decli1 .content-wrapper > section.bloc-header .bloc h1 {
  font-size: 55px;
  font-weight: 400;
  font-family: "Handlee", sans-serif;
  margin-bottom: 16px;
}

@media print {
  body {
    padding: 15px;
  }

  .bx-controls,
  .basket-wrapper,
  .video-player,
  .menu-left,
  #menu-top-collapse,
  footer,
  span.bulle:before,
  .notif {
    display: none !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: Arial, sans-serif;
  }

  section {
    padding-top: 0px !important;
  }

  .content-wrapper section.bloc.bloc-header {
    height: auto;
  }

  .content-wrapper section.bloc.bloc-header .bloc {
    position: relative;
  }

  .autres-agences ul li {
    float: left;
    margin: 0 10px 10px;
    width: 30%;
  }

  section.block-home .content aside,
  header .navbar,
  .content-wrapper section.bloc.bloc-video .video-thumbnail > .content,
  .content-wrapper section.bloc > .content {
    width: 100%;
  }

  .content-wrapper section.bloc.bloc-video {
    height: auto;
  }

  .content-wrapper section.bloc.bloc-video .video-thumbnail {
    position: relative;
  }

  div.radio input[type="radio"],
  div.radio input[type="checkbox"],
  div.radio input,
  div.checker input {
    opacity: 1;
    filter: alpha(opacity=100);
    appearance: normal;
    -moz-appearance: normal;
    -webkit-appearance: normal;
    width: auto;
    height: auto;
  }

  .navbar {
    display: block;
  }

  header {
    top: 0 !important;
    position: relative;
  }

  header .navbar {
    left: 0;
    margin-left: 0;
  }

  tr.commander .btn,
  tr.commander div.uploader span.action,
  div.uploader tr.commander span.action {
    padding: 0;
    border: 0;
    display: block;
  }

  table {
    width: 100%;
  }

  .bloc-list article {
    border-bottom: 1px solid #000;
  }

  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  section.bloc-agence article .fiche-banque .services,
  section.bloc-agence article .fiche-banque .contact,
  section.bloc-agence article .fiche-banque .horaire,
  section.bloc-agence article .fiche-banque .bancomat {
    width: 50%;
  }

  section.bloc-agence article .fiche-banque .services .pull-left + span,
  section.bloc-agence article .fiche-banque .contact .pull-left + span,
  section.bloc-agence article .fiche-banque .horaire .pull-left + span,
  section.bloc-agence article .fiche-banque .bancomat .pull-left + span {
    font-weight: 400;
  }

  .form-group .input-wrap label {
    font-weight: 400;
  }

  .range-wrapper {
    width: 50%;
    float: left;
  }

  .range-wrapper .range {
    display: none;
  }

  .team .col-md-6,
  .bloc-commande .col-md-6 {
    width: 50% !important;
  }

  .team .col-md-4,
  .bloc-commande .col-md-4 {
    width: 33% !important;
  }

  .bloc-list article .order {
    float: right;
    width: auto;
  }

  .bloc-list article .row .exif {
    padding: 10px 0 0 10px;
  }

  .bloc-list article .author,
  .bloc-list article span.date {
    text-align: left;
    float: left;
    margin: 0;
  }

  .bloc-list article .author strong,
  .bloc-list article span.date strong {
    display: inline;
  }

  .bloc-detail-event article > .row > div,
  .bloc-list-events article.event {
    padding: 0 15px;
  }

  .bloc-detail-event article > .row > div > .row > div,
  .bloc-list-events article.event > .row > div {
    display: table;
  }

  .home-slider-content {
    position: relative;
    width: 100%;
  }
}
.light-header.navbar .navbar-collapse {
  height: auto;
  max-height: 100%;
}

.light-header .navbar-collapse.collapse {
  display: none !important;
}

.light-header .collapse.in {
  display: block !important;
}

.light-header.navbar .navbar-collapse .wrapper {
  height: auto;
}

.light-header.navbar .navbar-collapse .wrapper .nav {
  display: none;
}

.light-header.navbar .navbar-collapse .wrapper .lang,
.light-header.navbar .navbar-collapse .wrapper #section {
  border: 0 none;
  display: block;
  margin: 0;
  text-align: left;
  width: 100%;
}

.light-header.navbar .navbar-collapse .wrapper .lang > li,
.light-header.navbar .navbar-collapse .wrapper #section > li {
  overflow: hidden;
  width: 100%;
}

.light-header.navbar .navbar-collapse .wrapper .lang > li > a,
.light-header.navbar .navbar-collapse .wrapper #section > li > a {
  height: auto;
  text-align: left;
  padding: 10px;
  background: #404040;
  color: #fff;
  font-size: 15px;
}

.light-header.navbar .navbar-collapse .wrapper .lang > li > a b,
.light-header.navbar .navbar-collapse .wrapper #section > li > a b {
  display: none;
}

.light-header.navbar .navbar-collapse .wrapper .lang > li > a span,
.light-header.navbar .navbar-collapse .wrapper #section > li > a span {
  background: #535353;
  border-radius: 10px;
  color: #FFFFFF;
  float: right;
  font-size: 12px;
  padding: 0 10px;
}

.light-header.navbar .navbar-collapse .wrapper #section {
  border-bottom: 1px solid #b3b3b3;
}

.light-header.navbar .navbar-collapse .wrapper .navbar-form {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background: #F5F5F5;
  margin: 0;
  border-bottom: 2px solid #535353;
}

.light-header.navbar .navbar-collapse .wrapper .navbar-form .form-group {
  vertical-align: top;
  margin: 0;
  width: 100%;
}

.light-header.navbar .navbar-collapse .wrapper .navbar-form .form-group input {
  width: 100%;
  max-width: 100%;
  background: #F5F5F5;
  border: none;
  font-style: italic;
  font-size: 15px;
  height: 40px;
}

.light-header.navbar .navbar-collapse .wrapper .navbar-form button {
  position: absolute;
  right: 0;
  vertical-align: top;
  font-size: 18px;
  top: 12px;
}

.light-header.navbar {
  position: static;
  left: 0;
  margin-left: 0;
  width: 100%;
  height: auto;
}

.light-header.navbar > *,
.light-header.navbar > .navbar-nav.navbar-left {
  border: none;
}

.light-header.navbar .navbar-toggle {
  display: block;
  background: #07237C;
  margin: 0;
  width: 45px;
  height: 60px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.light-header.navbar .navbar-toggle .icon-bar {
  background-color: white;
}

.light-header.navbar .navbar-header {
  height: 60px;
  width: 100%;
  border-bottom: 2px solid #535353;
  position: relative;
}

.light-header.navbar .navbar-header a.logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 6px;
}

.light-header.navbar .navbar-header a.logo img {
  width: 70px;
  max-width: 100%;
  height: auto;
}

.light-header .menu-top > ul > li {
  position: relative;
  display: table;
  width: 100%;
  border-right: 0;
  border-bottom: 1px solid #535353;
}

.light-header .menu-top > ul > li > a {
  padding: 13px 12px;
  text-align: left;
  display: block;
  width: auto;
  height: auto;
  font-size: 15px;
}

.light-header .menu-top > ul > li.active .menu-ss {
  position: static;
  display: block;
  padding-left: 40px;
  padding-bottom: 10px;
}

.light-header .menu-top > ul > li.active .menu-ss li {
  display: list-item;
  text-align: left;
  color: #FFF;
  list-style-type: square;
}

.light-header .menu-top > ul > li.active .menu-ss li.active {
  color: #92D4A8;
}

.light-header .menu-top > ul > li.active .menu-ss li a {
  display: block;
  width: auto;
  text-align: left;
  padding: 8px;
  font-size: 15px;
}

.light-header .menu-top > ul > li.menu-riche a span {
  display: none;
}

.light-header .menu-left {
  display: none;
}

.light-header .mega-menu {
  position: relative;
  max-height: inherit;
  top: 0;
  overflow: hidden;
  display: none;
}

.light-header .mega-menu.active {
  display: table;
}

.light-header .mega-menu .sub-wrap {
  padding: 0;
}

.light-header .mega-menu .sub-wrap .sub-title {
  padding: 10px;
  font-size: 15px;
  border-top: 2px solid #D9D9D9;
}

.light-header .mega-menu .sub-container ul {
  margin: 0;
}

.light-header .mega-menu .sub-container ul > li a {
  font-size: 14px;
  padding: 5px 0 5px 20px;
}

.light-header .mega-menu .sub-container a.more {
  display: none;
}

.light-header .navbar-nav .dropdown-menu {
  position: relative;
}

.light-header .open > .dropdown-menu {
  display: block;
}

.light-header .navbar-left {
  float: left !important;
}

.light-header .navbar-collapse .wrapper .lang > li > a, .light-header .navbar .navbar-collapse .wrapper #section > li > a {
  height: auto;
  text-align: left;
  padding: 10px;
  background: #404040;
  color: #fff;
  font-size: 15px;
}

header.light {
  position: relative;
}

footer {
  max-width: 100%;
  margin: 0px auto !important;
}
footer .disclaimer {
  width: 1170px !important;
  max-width: 100%;
  margin: 0px auto;
  padding: 20px 0 30px;
}
footer .disclaimer p {
  color: #525F7F;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}
footer .footer-wrapper {
  width: 1170px !important;
  max-width: 100%;
  margin: 0px auto;
  padding: 20px 10px 30px;
}
footer .footer-wrapper li {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .footer-wrapper li a {
  font-size: 13px;
  line-height: 18px;
  color: #FFF;
}
footer .footer-wrapper .footer-img-top {
  padding-top: 10px;
  text-align: right;
}
footer .footer-wrapper .footer-img-bottom {
  text-align: right;
}
footer .footer-wrapper .footer-img-bottom img {
  height: 26px;
  width: 90px;
}
footer .footer-wrapper .footer-img-bottom p {
  color: #FFF;
}

footer .btn.btn-default.eph-save-data {
  background: #009d4d;
  color: #fff;
  font-size: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

footer .btn.btn-default.eph-show-appointment {
  background: #009d4d;
  color: #fff;
  font-size: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

footer ul.nav-tabs li.active a.eph-to-discuss {
  text-align: left;
}

footer ul.nav-tabs li.active a.eph-save-data {
  background: #333333;
  color: #fff;
  font-size: 12px;
}
