@charset "UTF-8";

.cs-copyright {
  /* colors */
  --copyrightColorText: #ffffff;
  --copyrightColorLink: var(--copyrightColorText);
  --copyrightColorSeparator: var(--copyrightColorText);
  --copyrightColorSvg: var(--copyrightColorText);
  --copyrightTooltipBackground: #000000;
  --copyrightTooltipColor: var(--copyrightColorText);
  /* size */
  --copyrightFontSize: 11px;
  --copyrightSizeSvg: 15px;
  --copyrightSizeSeparator: 11px;
  --copyrightSizeSeparatorIcon: 10px;
  /* position, direction */
  --copyrightAlignPosition: flex-end;
  /* flex-start, center, flex-end */
  --copyrightPosition: flex-end;
  /* flex-start, center, flex-end, space-between */
  --copyrightDirection: column;
  /* row, column */
  /* padding */
  --copyrightTooltipPadding: 10px 0 15px; }

body, td, pre, input[type="text"], textarea, select {
  font-family: "proxima-nova", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #484848; }

html {
  font-size: 10px; }

body.pageType {
  background-color: #ededed; }

.cms_bloc_text table:not(.cms_bloc_text_two_column) {
  border-collapse: collapse;
  border: none; }
  .cms_bloc_text table:not(.cms_bloc_text_two_column) tr {
    border: none; }
  .cms_bloc_text table:not(.cms_bloc_text_two_column) th, .cms_bloc_text table:not(.cms_bloc_text_two_column) td {
    border: 1px solid #e4e4e4;
    line-height: 1.2; }
  .cms_bloc_text table:not(.cms_bloc_text_two_column) td {
    padding: .8rem;
    text-align: left;
    vertical-align: middle; }

.content ul, .content ol {
  position: relative;
  padding: .5rem 0; }
.content ol {
  list-style-position: inside; }
  .content ol li {
    padding-bottom: .6rem;
    padding-left: .7rem; }
.content ul {
  list-style-type: none; }
.content .cms_bloc ul.sitemap li, .content .cms_bloc.cms_bloc_form .cms_bloc_form_field_content ul li, .content .cms_bloc.cms_bloc_module .bl-product-long-description ul li, .content .cms_bloc.cms_bloc_text ul li {
  text-align: left;
  line-height: 1.4;
  padding-top: 2px;
  padding-bottom: 2px; }
  .content .cms_bloc ul.sitemap li:before, .content .cms_bloc.cms_bloc_form .cms_bloc_form_field_content ul li:before, .content .cms_bloc.cms_bloc_module .bl-product-long-description ul li:before, .content .cms_bloc.cms_bloc_text ul li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: .4rem solid transparent;
    border-bottom: .4rem solid transparent;
    border-left: 0.4rem solid #1d264f;
    position: relative;
    left: -1.2rem;
    top: 0;
    margin: 0 -.4rem 0 0; }

a {
  color: #1d264f;
  font-weight: inherit;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.container {
  margin: 0 auto;
  width: 120rem;
  text-align: left; }

body, [id^='zone'] {
  min-width: 120rem; }

.cms_bloc_title h2 {
  color: #1d264f;
  font-size: 3rem;
  line-height: 1.15;
  font-family: "proxima-nova", Arial, Tahoma, Verdana, Helvetica, sans-serif; }

.cms_bloc_form .cms_bloc_form_container {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem; }
  .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field {
    width: 100%;
    margin: 1rem 2rem; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text {
      width: calc(50% - 4rem); }
      @media (max-width: bigPhone) {
        .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text {
          width: 100%; } }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_submit {
      padding-left: 0; }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_submit button[type="submit"] {
        border: 0;
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 1rem 1.6rem;
        outline: none;
        cursor: pointer;
        background: #1d264f;
        color: #fff;
        text-transform: uppercase; }
        .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_submit button[type="submit"]:hover {
          background: #0f142a; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_antispam {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_antispam .cms_bloc_form_field_antispam_text {
        width: 100%;
        margin-bottom: 1rem; }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_antispam > .label {
        width: auto;
        flex: 0 0 auto; }
        .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_antispam > .label img {
          display: block; }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_antispam > .value {
        width: 20rem; }
        .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_antispam > .value input {
          outline: none;
          border: 0;
          padding: .4rem 0;
          border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
          background: transparent; }
          .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_antispam > .value input:focus {
            border-color: #1d264f; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_textarea {
      margin: 0 2rem;
      margin-bottom: 1rem; }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text > .label, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text > .value, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_textarea > .label, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_textarea > .value {
        display: block;
        width: 100%; }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text > .label, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_textarea > .label {
        -webkit-transform: translateY(2.6rem) scale(1);
                transform: translateY(2.6rem) scale(1);
        -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
        position: relative;
        z-index: 25;
        color: rgba(0, 0, 0, 0.5);
        pointer-events: none; }
        .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text > .label sup, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_textarea > .label sup {
          display: inline-block;
          vertical-align: top; }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text > .value, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_textarea > .value {
        position: relative; }
        .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text > .value input[type="text"], .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text > .value textarea, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_textarea > .value input[type="text"], .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_textarea > .value textarea {
          padding: .4rem 0;
          outline: none;
          border: 0;
          border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
          display: block;
          background: transparent; }
        .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text > .value textarea, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_textarea > .value textarea {
          height: auto;
          resize: none; }
        .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text > .value::after, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_textarea > .value::after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: .1rem;
          background: #1d264f;
          z-index: 15;
          -webkit-transform: scaleX(0);
                  transform: scaleX(0);
          opacity: 0;
          -webkit-transform-origin: 0 50%;
                  transform-origin: 0 50%;
          transition: opacity .15s linear, -webkit-transform .3s ease-out;
          transition: transform .3s ease-out, opacity .15s linear;
          transition: transform .3s ease-out, opacity .15s linear, -webkit-transform .3s ease-out; }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text.on > .label, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_textarea.on > .label {
        -webkit-transform: translateY(0) scale(0.85);
                transform: translateY(0) scale(0.85);
        color: #1d264f; }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_text.on > .value::after, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_textarea.on > .value::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
  @media (max-width: 440px) {
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field:not(.cms_bloc_form_field_antispam), .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field:not(.cms_bloc_form_field_antispam) {
      width: 100%;
      display: block; } }

[data-appear='appear'], [data-appear='disappear'] {
  transition: opacity .4s linear, -webkit-transform .4s ease-in-out;
  transition: opacity .4s linear, transform .4s ease-in-out;
  transition: opacity .4s linear, transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }

[id='breadcrumb'],
[class~='mc-encarts--bg'],
[class~='mc-encarts--title'],
[class~='cms_bloc_form'],
[class~='ma-all-news-link'],
[class~='spProduct'],
[class~='cms_bloc_title'], [class~='ma-title'], [class~='cms_bloc_text'], [class~='cms_bloc_media'],
[data-appear='disappear'], h2 {
  opacity: 0;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem); }

[data-appear='appear'] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.pageType #zone-header h1 {
  color: #4d4d4d !important; }

#zone-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  transition: .4s ease-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  #zone-header.fixed {
    position: fixed; }
  #zone-header > .container .topRight {
    float: right;
    height: 6.3rem; }
    #zone-header > .container .topRight ul {
      position: relative;
      top: 56%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    #zone-header > .container .topRight li {
      display: inline-block;
      list-style-type: none; }
      #zone-header > .container .topRight li a {
        transition: .4s ease-out; }
        #zone-header > .container .topRight li a:hover::before {
          opacity: 1 !important; }
      #zone-header > .container .topRight li:first-child a::before {
        content: "";
        width: 2rem;
        height: 2rem;
        display: inline-block;
        background-image: url("https://en.bopp.fr/default/CMS/css/tpl4/../../images/bopp/spriteicon.png");
        background-repeat: no-repeat;
        vertical-align: middle;
        background-position-y: -.13rem;
        margin-right: 1rem;
        opacity: .5;
        transition: .4s ease-out; }
      #zone-header > .container .topRight li.flags::before {
        content: "";
        width: 2.2rem;
        height: 2.2rem;
        display: inline-block;
        background-image: url("https://en.bopp.fr/default/CMS/css/tpl4/../../images/bopp/spriteicon.png");
        background-repeat: no-repeat;
        vertical-align: middle;
        background-position-y: -.04rem;
        background-position-x: -2.1rem;
        margin-right: 1rem;
        margin-left: 2rem;
        opacity: .5;
        transition: .4s ease-out; }
      #zone-header > .container .topRight li.flags .lang {
        display: inline-block;
        vertical-align: middle; }
      #zone-header > .container .topRight li.flags .lang-select {
        top: auto;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
        #zone-header > .container .topRight li.flags .lang-select li {
          vertical-align: middle; }
          #zone-header > .container .topRight li.flags .lang-select li span {
            text-transform: uppercase; }
          #zone-header > .container .topRight li.flags .lang-select li:first-child {
            color: #b6b6b6; }
            #zone-header > .container .topRight li.flags .lang-select li:first-child span {
              color: white; }
          #zone-header > .container .topRight li.flags .lang-select li:last-child {
            margin-bottom: .1rem; }
            #zone-header > .container .topRight li.flags .lang-select li:last-child span {
              opacity: .6;
              transition: .4s ease-out; }
            #zone-header > .container .topRight li.flags .lang-select li:last-child:hover span {
              opacity: 1; }
      #zone-header > .container .topRight li a {
        color: white;
        text-decoration: none;
        vertical-align: middle;
        font-size: 1.4rem; }
  #zone-header > .container h1 {
    position: relative;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 1.04rem 0;
    padding-left: 20.5rem;
    color: white;
    opacity: .5;
    transition: .4s ease-out; }
  #zone-header > .container .logo {
    display: inline-block;
    vertical-align: middle;
    z-index: 5;
    position: relative;
    transition: all .2s ease-in-out;
    width: 17.5rem;
    text-align: center; }
    #zone-header > .container .logo img {
      width: 10rem;
      margin-top: .3rem; }
    #zone-header > .container .logo:hover {
      -webkit-transform: translateX(0.4rem);
              transform: translateX(0.4rem); }

#zone-header.fixed {
  top: -3.7rem; }
  #zone-header.fixed h1 {
    top: -100rem; }
  #zone-header.fixed .logo::before {
    height: 6.5rem;
    top: 0; }

#menu {
  display: inline-block;
  vertical-align: middle; }
  #menu::before {
    content: "";
    width: 100%;
    height: 6.3rem;
    background-color: #1d264f;
    z-index: -2;
    position: absolute;
    left: 0;
    margin-top: -.3rem; }
  #menu .menu {
    height: 6rem;
    width: 100%;
    position: relative;
    margin-left: 5rem; }
    #menu .menu ul.niv1 {
      height: 6rem; }
    #menu .menu ul.niv2 {
      width: 100%;
      min-width: 20rem; }
      #menu .menu ul.niv2.hover li.niv2 {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
        #menu .menu ul.niv2.hover li.niv2:nth-child(1) {
          transition: opacity 0.3s ease-in-out 0.01s, -webkit-transform 0.3s ease-in-out 0.01s;
          transition: transform 0.3s ease-in-out 0.01s, opacity 0.3s ease-in-out 0.01s;
          transition: transform 0.3s ease-in-out 0.01s, opacity 0.3s ease-in-out 0.01s, -webkit-transform 0.3s ease-in-out 0.01s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(2) {
          transition: opacity 0.3s ease-in-out 0.02s, -webkit-transform 0.3s ease-in-out 0.02s;
          transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s;
          transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s, -webkit-transform 0.3s ease-in-out 0.02s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(3) {
          transition: opacity 0.3s ease-in-out 0.03s, -webkit-transform 0.3s ease-in-out 0.03s;
          transition: transform 0.3s ease-in-out 0.03s, opacity 0.3s ease-in-out 0.03s;
          transition: transform 0.3s ease-in-out 0.03s, opacity 0.3s ease-in-out 0.03s, -webkit-transform 0.3s ease-in-out 0.03s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(4) {
          transition: opacity 0.3s ease-in-out 0.04s, -webkit-transform 0.3s ease-in-out 0.04s;
          transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s;
          transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s, -webkit-transform 0.3s ease-in-out 0.04s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(5) {
          transition: opacity 0.3s ease-in-out 0.05s, -webkit-transform 0.3s ease-in-out 0.05s;
          transition: transform 0.3s ease-in-out 0.05s, opacity 0.3s ease-in-out 0.05s;
          transition: transform 0.3s ease-in-out 0.05s, opacity 0.3s ease-in-out 0.05s, -webkit-transform 0.3s ease-in-out 0.05s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(6) {
          transition: opacity 0.3s ease-in-out 0.06s, -webkit-transform 0.3s ease-in-out 0.06s;
          transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s;
          transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s, -webkit-transform 0.3s ease-in-out 0.06s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(7) {
          transition: opacity 0.3s ease-in-out 0.07s, -webkit-transform 0.3s ease-in-out 0.07s;
          transition: transform 0.3s ease-in-out 0.07s, opacity 0.3s ease-in-out 0.07s;
          transition: transform 0.3s ease-in-out 0.07s, opacity 0.3s ease-in-out 0.07s, -webkit-transform 0.3s ease-in-out 0.07s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(8) {
          transition: opacity 0.3s ease-in-out 0.08s, -webkit-transform 0.3s ease-in-out 0.08s;
          transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s;
          transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s, -webkit-transform 0.3s ease-in-out 0.08s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(9) {
          transition: opacity 0.3s ease-in-out 0.09s, -webkit-transform 0.3s ease-in-out 0.09s;
          transition: transform 0.3s ease-in-out 0.09s, opacity 0.3s ease-in-out 0.09s;
          transition: transform 0.3s ease-in-out 0.09s, opacity 0.3s ease-in-out 0.09s, -webkit-transform 0.3s ease-in-out 0.09s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(10) {
          transition: opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
          transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s;
          transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(11) {
          transition: opacity 0.3s ease-in-out 0.11s, -webkit-transform 0.3s ease-in-out 0.11s;
          transition: transform 0.3s ease-in-out 0.11s, opacity 0.3s ease-in-out 0.11s;
          transition: transform 0.3s ease-in-out 0.11s, opacity 0.3s ease-in-out 0.11s, -webkit-transform 0.3s ease-in-out 0.11s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(12) {
          transition: opacity 0.3s ease-in-out 0.12s, -webkit-transform 0.3s ease-in-out 0.12s;
          transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s;
          transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s, -webkit-transform 0.3s ease-in-out 0.12s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(13) {
          transition: opacity 0.3s ease-in-out 0.13s, -webkit-transform 0.3s ease-in-out 0.13s;
          transition: transform 0.3s ease-in-out 0.13s, opacity 0.3s ease-in-out 0.13s;
          transition: transform 0.3s ease-in-out 0.13s, opacity 0.3s ease-in-out 0.13s, -webkit-transform 0.3s ease-in-out 0.13s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(14) {
          transition: opacity 0.3s ease-in-out 0.14s, -webkit-transform 0.3s ease-in-out 0.14s;
          transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s;
          transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s, -webkit-transform 0.3s ease-in-out 0.14s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(15) {
          transition: opacity 0.3s ease-in-out 0.15s, -webkit-transform 0.3s ease-in-out 0.15s;
          transition: transform 0.3s ease-in-out 0.15s, opacity 0.3s ease-in-out 0.15s;
          transition: transform 0.3s ease-in-out 0.15s, opacity 0.3s ease-in-out 0.15s, -webkit-transform 0.3s ease-in-out 0.15s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(16) {
          transition: opacity 0.3s ease-in-out 0.16s, -webkit-transform 0.3s ease-in-out 0.16s;
          transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s;
          transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s, -webkit-transform 0.3s ease-in-out 0.16s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(17) {
          transition: opacity 0.3s ease-in-out 0.17s, -webkit-transform 0.3s ease-in-out 0.17s;
          transition: transform 0.3s ease-in-out 0.17s, opacity 0.3s ease-in-out 0.17s;
          transition: transform 0.3s ease-in-out 0.17s, opacity 0.3s ease-in-out 0.17s, -webkit-transform 0.3s ease-in-out 0.17s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(18) {
          transition: opacity 0.3s ease-in-out 0.18s, -webkit-transform 0.3s ease-in-out 0.18s;
          transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s;
          transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s, -webkit-transform 0.3s ease-in-out 0.18s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(19) {
          transition: opacity 0.3s ease-in-out 0.19s, -webkit-transform 0.3s ease-in-out 0.19s;
          transition: transform 0.3s ease-in-out 0.19s, opacity 0.3s ease-in-out 0.19s;
          transition: transform 0.3s ease-in-out 0.19s, opacity 0.3s ease-in-out 0.19s, -webkit-transform 0.3s ease-in-out 0.19s; }
        #menu .menu ul.niv2.hover li.niv2:nth-child(20) {
          transition: opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s;
          transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
          transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s; }
    #menu .menu ul.niv3 {
      width: 90%;
      min-width: 16rem; }
      #menu .menu ul.niv3.toLeft li.niv3 {
        -webkit-transform: translateX(1rem);
                transform: translateX(1rem); }
      #menu .menu ul.niv3.hover li.niv3 {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
        #menu .menu ul.niv3.hover li.niv3:nth-child(1) {
          transition: opacity 0.3s ease-in-out 0.02s, -webkit-transform 0.3s ease-in-out 0.02s;
          transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s;
          transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s, -webkit-transform 0.3s ease-in-out 0.02s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(2) {
          transition: opacity 0.3s ease-in-out 0.04s, -webkit-transform 0.3s ease-in-out 0.04s;
          transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s;
          transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s, -webkit-transform 0.3s ease-in-out 0.04s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(3) {
          transition: opacity 0.3s ease-in-out 0.06s, -webkit-transform 0.3s ease-in-out 0.06s;
          transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s;
          transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s, -webkit-transform 0.3s ease-in-out 0.06s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(4) {
          transition: opacity 0.3s ease-in-out 0.08s, -webkit-transform 0.3s ease-in-out 0.08s;
          transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s;
          transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s, -webkit-transform 0.3s ease-in-out 0.08s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(5) {
          transition: opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
          transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s;
          transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(6) {
          transition: opacity 0.3s ease-in-out 0.12s, -webkit-transform 0.3s ease-in-out 0.12s;
          transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s;
          transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s, -webkit-transform 0.3s ease-in-out 0.12s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(7) {
          transition: opacity 0.3s ease-in-out 0.14s, -webkit-transform 0.3s ease-in-out 0.14s;
          transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s;
          transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s, -webkit-transform 0.3s ease-in-out 0.14s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(8) {
          transition: opacity 0.3s ease-in-out 0.16s, -webkit-transform 0.3s ease-in-out 0.16s;
          transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s;
          transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s, -webkit-transform 0.3s ease-in-out 0.16s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(9) {
          transition: opacity 0.3s ease-in-out 0.18s, -webkit-transform 0.3s ease-in-out 0.18s;
          transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s;
          transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s, -webkit-transform 0.3s ease-in-out 0.18s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(10) {
          transition: opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s;
          transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
          transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(11) {
          transition: opacity 0.3s ease-in-out 0.22s, -webkit-transform 0.3s ease-in-out 0.22s;
          transition: transform 0.3s ease-in-out 0.22s, opacity 0.3s ease-in-out 0.22s;
          transition: transform 0.3s ease-in-out 0.22s, opacity 0.3s ease-in-out 0.22s, -webkit-transform 0.3s ease-in-out 0.22s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(12) {
          transition: opacity 0.3s ease-in-out 0.24s, -webkit-transform 0.3s ease-in-out 0.24s;
          transition: transform 0.3s ease-in-out 0.24s, opacity 0.3s ease-in-out 0.24s;
          transition: transform 0.3s ease-in-out 0.24s, opacity 0.3s ease-in-out 0.24s, -webkit-transform 0.3s ease-in-out 0.24s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(13) {
          transition: opacity 0.3s ease-in-out 0.26s, -webkit-transform 0.3s ease-in-out 0.26s;
          transition: transform 0.3s ease-in-out 0.26s, opacity 0.3s ease-in-out 0.26s;
          transition: transform 0.3s ease-in-out 0.26s, opacity 0.3s ease-in-out 0.26s, -webkit-transform 0.3s ease-in-out 0.26s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(14) {
          transition: opacity 0.3s ease-in-out 0.28s, -webkit-transform 0.3s ease-in-out 0.28s;
          transition: transform 0.3s ease-in-out 0.28s, opacity 0.3s ease-in-out 0.28s;
          transition: transform 0.3s ease-in-out 0.28s, opacity 0.3s ease-in-out 0.28s, -webkit-transform 0.3s ease-in-out 0.28s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(15) {
          transition: opacity 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
          transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
          transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(16) {
          transition: opacity 0.3s ease-in-out 0.32s, -webkit-transform 0.3s ease-in-out 0.32s;
          transition: transform 0.3s ease-in-out 0.32s, opacity 0.3s ease-in-out 0.32s;
          transition: transform 0.3s ease-in-out 0.32s, opacity 0.3s ease-in-out 0.32s, -webkit-transform 0.3s ease-in-out 0.32s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(17) {
          transition: opacity 0.3s ease-in-out 0.34s, -webkit-transform 0.3s ease-in-out 0.34s;
          transition: transform 0.3s ease-in-out 0.34s, opacity 0.3s ease-in-out 0.34s;
          transition: transform 0.3s ease-in-out 0.34s, opacity 0.3s ease-in-out 0.34s, -webkit-transform 0.3s ease-in-out 0.34s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(18) {
          transition: opacity 0.3s ease-in-out 0.36s, -webkit-transform 0.3s ease-in-out 0.36s;
          transition: transform 0.3s ease-in-out 0.36s, opacity 0.3s ease-in-out 0.36s;
          transition: transform 0.3s ease-in-out 0.36s, opacity 0.3s ease-in-out 0.36s, -webkit-transform 0.3s ease-in-out 0.36s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(19) {
          transition: opacity 0.3s ease-in-out 0.38s, -webkit-transform 0.3s ease-in-out 0.38s;
          transition: transform 0.3s ease-in-out 0.38s, opacity 0.3s ease-in-out 0.38s;
          transition: transform 0.3s ease-in-out 0.38s, opacity 0.3s ease-in-out 0.38s, -webkit-transform 0.3s ease-in-out 0.38s; }
        #menu .menu ul.niv3.hover li.niv3:nth-child(20) {
          transition: opacity 0.3s ease-in-out 0.4s, -webkit-transform 0.3s ease-in-out 0.4s;
          transition: transform 0.3s ease-in-out 0.4s, opacity 0.3s ease-in-out 0.4s;
          transition: transform 0.3s ease-in-out 0.4s, opacity 0.3s ease-in-out 0.4s, -webkit-transform 0.3s ease-in-out 0.4s; }
    #menu .menu a {
      position: relative;
      text-decoration: none;
      font-weight: normal; }
      #menu .menu a.niv1 {
        color: white;
        font-size: 1.6rem;
        padding: 0 2rem; }
        #menu .menu a.niv1:hover::after, #menu .menu a.niv1.on::after {
          content: "";
          height: .3rem;
          width: 100%;
          background-color: #04acdf;
          position: absolute;
          bottom: 0;
          left: 0; }
      #menu .menu a.niv2 {
        color: white;
        font-size: 1.4rem;
        min-height: 3rem;
        padding: 0.6rem 1rem; }
      #menu .menu a.niv3 {
        color: white;
        font-size: 1.2rem;
        min-height: 3rem;
        padding: 0.7rem 1rem; }
    #menu .menu li.niv1 {
      height: 100%;
      position: relative; }
    #menu .menu li.niv2 {
      -webkit-transform: translateY(-1rem);
              transform: translateY(-1rem);
      opacity: 0;
      width: 100%;
      background: #181f40; }
    #menu .menu li.niv3 {
      -webkit-transform: translateX(-1rem);
              transform: translateX(-1rem);
      opacity: 0;
      width: 100%;
      background: #121831; }
    #menu .menu li:hover > a.niv1, #menu .menu li.on > a.niv1, #menu .menu li > a:hover.niv1, #menu .menu li > a.on.niv1 {
      background: #181f40; }
    #menu .menu li:hover > a.niv2, #menu .menu li.on > a.niv2, #menu .menu li > a:hover.niv2, #menu .menu li > a.on.niv2 {
      background: #121831; }
    #menu .menu li:hover > a.niv3, #menu .menu li.on > a.niv3, #menu .menu li > a:hover.niv3, #menu .menu li > a.on.niv3 {
      background: #222d5e; }

.pageHome .cms_bloc_text_media_droite img {
  margin-top: -14rem;
  z-index: 999;
  position: relative; }

.pageType .breadcont {
  padding-top: 16rem; }
.pageType #zone-page .container {
  padding: 2rem; }

#zone-page {
  position: relative;
  z-index: 75;
  padding: 2rem 0; }
  #zone-page > .container {
    background-color: white; }
    #zone-page > .container .bouton:hover {
      background-color: #04acdf; }
    #zone-page > .container main, #zone-page > .container aside {
      display: inline-block;
      vertical-align: top; }
    #zone-page > .container main {
      width: 100%;
      margin-right: 4rem; }
      #zone-page > .container main .cms_bloc_title:not(:first-child) {
        margin-top: 4rem; }
      #zone-page > .container main .cms_bloc_title h2 {
        font-size: 2.8rem;
        text-transform: uppercase; }
        #zone-page > .container main .cms_bloc_title h2::after {
          content: "";
          width: 2.8rem;
          height: .2rem;
          background-color: #04acdf;
          display: block;
          margin-top: 2rem; }
      #zone-page > .container main .cms_bloc_text_media_droite .cms_bloc.cms_bloc_media {
        max-width: 48%;
        width: 50%;
        margin-left: 4%;
        padding-left: 0; }
      #zone-page > .container main .cms_bloc_text_media_gauche .cms_bloc.cms_bloc_media {
        max-width: 48%;
        width: 50%;
        margin-right: 4%; }
      #zone-page > .container main .cms_bloc p {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.6em; }
    #zone-page > .container aside {
      width: 25rem; }

.pageType .containerSpProduct {
  position: relative;
  padding: 2rem 1rem; }
  .pageType .containerSpProduct .bl-item-detail h3 {
    text-align: center !important; }
  .pageType .containerSpProduct .bl-product-title-description, .pageType .containerSpProduct .bl-product-begin-price, .pageType .containerSpProduct .description, .pageType .containerSpProduct .bl-light-container-link {
    display: none !important; }
  .pageType .containerSpProduct .bx-wrapper {
    height: 31rem;
    position: relative; }
  .pageType .containerSpProduct .bx-wrapper .bx-viewport {
    height: 100% !important; }
  .pageType .containerSpProduct .bx-prev, .pageType .containerSpProduct .bx-next {
    position: absolute;
    font-size: 0;
    height: 5rem;
    width: 5rem; }
  .pageType .containerSpProduct .bx-prev {
    left: -5rem; }
    .pageType .containerSpProduct .bx-prev::after {
      content: "";
      height: 3rem;
      width: 3rem;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      border-top: 0.1rem solid #1d264f;
      border-left: 0.1rem solid #1d264f;
      display: block;
      margin-left: 2rem; }
  .pageType .containerSpProduct .bx-next {
    right: -5rem; }
    .pageType .containerSpProduct .bx-next::after {
      content: "";
      height: 3rem;
      width: 3rem;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-top: 0.1rem solid #1d264f;
      border-right: 0.1rem solid #1d264f;
      display: block; }
  .pageType .containerSpProduct .bx-controls-direction {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
  .pageType .containerSpProduct .titleRel {
    font-size: 2.1rem !important;
    color: #1d264f;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: bold;
    margin-top: 6rem;
    margin-bottom: 3rem;
    padding-left: 2rem; }
  .pageType .containerSpProduct h3 {
    text-align: left !important; }
    .pageType .containerSpProduct h3 a {
      text-decoration: none;
      transition: .4s ease-out;
      position: relative;
      font-size: 1.8rem !important;
      color: #2e2e2e;
      text-transform: uppercase;
      letter-spacing: .1rem;
      font-weight: 600;
      position: relative;
      display: inline-block;
      line-height: 1.8rem !important; }
      .pageType .containerSpProduct h3 a:hover {
        text-decoration: underline; }
  .pageType .containerSpProduct .bl-item-picture {
    margin: 0 !important;
    font-size: 0 !important; }
  .pageType .containerSpProduct .bl-item-light {
    text-align: center !important;
    background: white !important;
    padding: 0 !important;
    padding-top: 1rem !important;
    min-height: 30rem !important;
    padding-left: 0.6rem !important;
    padding-right: 1rem !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    border: none !important;
    border-radius: 0 !important; }
.pageType .container.boutique {
  margin-bottom: 10rem; }
.pageType .boutique {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 0 !important; }
.pageType .bl {
  background-color: white;
  padding: 2rem; }
  .pageType .bl .bl {
    padding: 0 !important; }
  .pageType .bl .bl-product-info-right {
    width: 46rem !important; }
  .pageType .bl .bl-product-info-left {
    width: 66rem !important;
    position: relative; }
  .pageType .bl #bl-product-picture-pager-contener {
    position: inherit !important; }
  .pageType .bl #bl-product-main-picture-contener .bx-viewport {
    height: 47rem !important;
    position: relative; }
    .pageType .bl #bl-product-main-picture-contener .bx-viewport img {
      width: 100%; }
  .pageType .bl #bl-product-bt-prev, .pageType .bl #bl-product-bt-next {
    top: 37% !important;
    background-color: white;
    box-shadow: 1px 1px 1px 1px #c2c2c2;
    width: 4rem !important;
    height: 4rem;
    z-index: 999;
    border-radius: 2rem; }
    .pageType .bl #bl-product-bt-prev a, .pageType .bl #bl-product-bt-next a {
      width: 6rem;
      height: 6rem;
      display: block;
      z-index: 1000;
      border-bottom: none !important; }
  .pageType .bl #bl-product-bt-prev a {
    border-right: none !important; }
    .pageType .bl #bl-product-bt-prev a::after {
      content: "";
      display: block;
      border-top: .3rem solid black;
      border-left: .3rem solid black;
      width: 1.5rem;
      height: 1.5rem;
      top: 57%;
      left: 58%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
  .pageType .bl #bl-product-bt-next a {
    border-left: none !important; }
    .pageType .bl #bl-product-bt-next a::after {
      content: "";
      display: block;
      border-top: .3rem solid black;
      border-right: .3rem solid black;
      width: 1.5rem;
      height: 1.5rem;
      top: 54%;
      left: 48%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
  .pageType .bl .bl-product-main-title h2 {
    font-size: 2.8rem;
    text-transform: uppercase;
    color: #1d264f; }
    .pageType .bl .bl-product-main-title h2::after {
      content: "";
      width: 2.8rem;
      height: .3rem;
      background-color: #04acdf;
      display: block;
      margin-top: 2rem; }
  .pageType .bl .mainInfo .bl-product-short-description {
    color: #717171;
    font-size: 1.6rem !important;
    font-weight: normal !important;
    padding-top: 0; }
  .pageType .bl .bgGrey {
    background-color: #f2f2f2;
    padding: 2.3rem; }
  .pageType .bl .bl-product-add-to-cart-button::before {
    display: none; }
  .pageType .bl .bl-product-add-to-cart-button {
    width: 47rem;
    height: 11.5rem;
    background-color: #1d264f;
    padding: 3rem;
    padding-top: 3.6rem;
    float: right;
    right: -8.3rem;
    position: relative; }
    .pageType .bl .bl-product-add-to-cart-button::after {
      content: "";
      border-top: 1rem solid #1a1a1a;
      border-left: 1rem solid #1a1a1a;
      border-right: 1rem solid transparent;
      border-bottom: 1rem solid transparent;
      width: 0;
      height: 0;
      position: absolute;
      right: 0;
      bottom: -2rem; }
    .pageType .bl .bl-product-add-to-cart-button h4 {
      color: white;
      font-size: 2.1rem;
      display: inline-block;
      vertical-align: middle;
      margin-right: 3rem;
      font-weight: normal; }
    .pageType .bl .bl-product-add-to-cart-button span {
      display: inline-block;
      vertical-align: middle;
      background-color: #04acdf;
      transition: .4s ease-out; }
      .pageType .bl .bl-product-add-to-cart-button span:hover {
        background-color: #384a9a; }
      .pageType .bl .bl-product-add-to-cart-button span::before {
        content: "";
        display: inline-block;
        height: 1.5rem;
        width: 1.8rem;
        background-image: url("https://en.bopp.fr/default/CMS/css/tpl4/../../images/bopp/before.png");
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
        margin-left: 1.8rem; }
      .pageType .bl .bl-product-add-to-cart-button span input {
        padding: 1rem;
        width: 11.2rem;
        height: 4.3rem;
        padding-left: 0; }
  .pageType .bl .dllPdf {
    width: 41.5rem;
    height: 8rem;
    background-color: white;
    margin: auto;
    padding: 1rem 3rem;
    margin-top: 2rem; }
    .pageType .bl .dllPdf p {
      width: 15rem;
      font-size: 1.5rem;
      vertical-align: middle;
      margin-right: 6rem; }
  .pageType .bl .bl-product-price-label {
    display: inline-block; }
  .pageType .bl .blocPrice {
    display: inline-block; }
    .pageType .bl .blocPrice .pdfButton {
      padding: 1rem 2rem;
      background-color: #3358cb;
      font-weight: 600;
      font-size: 1.3rem;
      color: white;
      text-decoration: none;
      transition: .4s ease-out; }
      .pageType .bl .blocPrice .pdfButton:hover {
        background-color: #1d264f; }
      .pageType .bl .blocPrice .pdfButton::before {
        content: "";
        width: 1.8rem;
        height: 2.1rem;
        background-image: url("https://en.bopp.fr/default/CMS/css/tpl4/../../images/bopp/pdf.png");
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin-right: 1rem; }
  .pageType .bl .technicalInfo {
    margin-top: .3rem; }
    .pageType .bl .technicalInfo h3 {
      font-size: 1.6rem;
      color: #1d264f;
      text-transform: uppercase;
      letter-spacing: .1rem; }
      .pageType .bl .technicalInfo h3::after {
        content: "";
        height: .1rem;
        background-color: #b3b3b3;
        width: 100%;
        display: block;
        margin-top: 1.8rem; }

.pageType .boutique .bl {
  min-height: 70rem; }

.pageType .bl-product-long-description p {
  line-height: 1.2em !important; }
.pageType .bl {
  padding: 2rem 2rem !important; }
.pageType .bl-product .bl-product-info-right {
  width: 46.5rem !important;
  float: none;
  display: inline-block; }
.pageType .bl-list-sous-categories {
  display: flex;
  justify-content: space-between;
  padding-left: 2.8rem;
  padding-right: 1rem; }
  .pageType .bl-list-sous-categories .bl-category-detail {
    width: 25%; }
    .pageType .bl-list-sous-categories .bl-category-detail .bl-sous-category-label-detail {
      font-size: 2rem; }
.pageType .bl-list-products .bl-product-description,
.pageType .bl-list-items .bl-product-description {
  text-align: center; }
.pageType #cms_bloc_186 ul.bl-list-items {
  display: flex;
  justify-content: space-between;
  padding-left: 1rem !important; }
.pageType .bl-list-items img {
  width: 100% !important; }
.pageType .bl-list-items .bl-list-category-detail {
  width: 36rem !important; }
.pageType .bl-list-items .category {
  border: none !important; }
.pageType .bl-list-category-detail .bl-category-label {
  background-color: #1d264f;
  border-left: 0.8rem solid #04acdf;
  transition: .4s ease-out;
  font-size: 1.6rem; }
  .pageType .bl-list-category-detail .bl-category-label:hover {
    background-color: #04acdf; }
.pageType .bl-list-category-detail .bl-list-category-product-counter {
  display: none; }
.pageType .bl-list-category-detail .bl-category-link:hover .bl-category-label {
  background-color: #04acdf; }
.pageType .bl-list-items li.row-1, .pageType .bl-list-items li.row-2 {
  border: 1px solid rgba(29, 38, 79, 0.05);
  background-color: inherit !important;
  text-align: center; }
.pageType .bl-products-list-more-details, .pageType .bl-light-container-link {
  display: none !important; }
.pageType h3 {
  margin-top: 2rem; }
  .pageType h3 a {
    font-size: 1.9rem !important; }
    .pageType h3 a::after {
      content: "";
      width: 2.8rem;
      height: .2rem;
      background-color: #04acdf;
      display: block;
      margin: auto;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
.pageType .bl-product-begin-price {
  display: none; }
.pageType .bl-title-1-line {
  height: auto !important; }
.pageType .bl-category-parent-label, .pageType .bl-category-parent-label {
  background-color: #1d264f !important;
  border-color: #04acdf; }
.pageType .bl-product-detail a, .pageType .bl-sous-category-label-detail {
  color: #1d264f; }
.pageType .bl-mode-light {
  text-align: center; }
.pageType .bl-item-light {
  min-height: 45rem;
  vertical-align: top;
  display: inline-block !important;
  float: inherit !important;
  border: 1px solid rgba(29, 38, 79, 0.18) !important;
  border-radius: 0 !important; }

#zone-categories {
  background-color: #e4e4e4;
  height: 93rem;
  padding-top: 5rem; }
  #zone-categories h2 {
    font-size: 2.8rem;
    text-transform: uppercase;
    text-align: center; }
    #zone-categories h2::after {
      content: "";
      width: 2.8rem;
      height: .2rem;
      background-color: #04acdf;
      display: block;
      margin: auto;
      margin-top: 1.5rem;
      margin-bottom: 2.5rem; }
  #zone-categories .category {
    width: 38rem;
    height: 31.6rem;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    float: left; }
    #zone-categories .category:first-child {
      height: 64.4rem;
      cursor: pointer; }
      #zone-categories .category:first-child:hover ul.niv2 {
        -webkit-transform: translateY(0rem);
                transform: translateY(0rem); }
      #zone-categories .category:first-child:hover::before {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      #zone-categories .category:first-child::before {
        content: "";
        height: 100%;
        width: 100%;
        background: linear-gradient(to top, #1d264f 0%, transparent 100%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transform: translateY(100rem);
                transform: translateY(100rem);
        transition: .4s ease-out; }
      #zone-categories .category:first-child p.desc {
        font-size: 1.5rem; }
      #zone-categories .category:first-child a img {
        width: 100%; }
      #zone-categories .category:first-child a, #zone-categories .category:first-child ul {
        z-index: 999; }
    #zone-categories .category ul.niv2 {
      position: absolute;
      bottom: 0;
      color: white;
      padding: 2rem;
      transition: .4s ease-out;
      -webkit-transform: translateY(400rem);
              transform: translateY(400rem); }
      #zone-categories .category ul.niv2 li a {
        color: white;
        text-decoration: none;
        font-size: 1.9rem;
        letter-spacing: .2rem;
        text-transform: uppercase;
        border-top: .1rem solid white;
        padding: 1.5rem 0;
        display: block;
        position: relative; }
        #zone-categories .category ul.niv2 li a::after {
          content: ">";
          display: inline-block;
          position: absolute;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 1rem;
          top: 50%;
          transition: .4s ease-out; }
      #zone-categories .category ul.niv2 li:hover a::after {
        right: .2rem; }
      #zone-categories .category ul.niv2 li:last-child {
        border-top: .1rem solid white;
        padding-top: 1.5rem; }
    #zone-categories .category .bl-category-label {
      position: relative;
      z-index: 1;
      top: 4rem;
      font-size: 2rem;
      text-transform: uppercase;
      font-weight: 400;
      padding: 1rem 0;
      background-color: #1d264f;
      color: white;
      width: 50%;
      padding-left: 1.5rem;
      display: inline-block;
      border-left: 0.4rem solid #04acdf; }
    #zone-categories .category .bl-list-category-product-counter {
      display: none; }
    #zone-categories .category img {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transition: .4s ease-out; }
    #zone-categories .category a:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

#zone-prefooter {
  background-color: #1d264f;
  height: 30rem;
  padding-top: 5.5rem; }
  #zone-prefooter .equipement-auxiliaire, #zone-prefooter .auxiliary-equipment {
    display: none; }
  #zone-prefooter .niv2 {
    display: none; }
  #zone-prefooter .col1 {
    display: inline-block;
    vertical-align: top;
    width: 20%; }
    #zone-prefooter .col1 .menu .niv1.first {
      display: none; }
    #zone-prefooter .col1 p, #zone-prefooter .col1 a {
      color: white; }
    #zone-prefooter .col1:not(:last-child) {
      margin-right: 2rem; }
    #zone-prefooter .col1:last-child p, #zone-prefooter .col1:last-child a {
      opacity: .5;
      margin-bottom: .8rem; }
    #zone-prefooter .col1:last-child p:not(.phone):not(.mail) {
      margin-bottom: .5rem; }
    #zone-prefooter .col1:first-child {
      width: 20%;
      margin-right: 12%; }
      #zone-prefooter .col1:first-child p {
        font-size: 1.5rem;
        opacity: .5; }
    #zone-prefooter .col1 .socialLinks li {
      display: inline-block;
      list-style-type: none; }
      #zone-prefooter .col1 .socialLinks li i {
        font-size: 2rem; }
      #zone-prefooter .col1 .socialLinks li a {
        transition: .4s ease-out;
        margin-right: 1rem; }
        #zone-prefooter .col1 .socialLinks li a:hover {
          opacity: 1; }
    #zone-prefooter .col1 .phone::before {
      content: "\E016";
      font-size: 2rem;
      display: inline-block;
      vertical-align: middle;
      margin-right: 1rem;
      font-family: 'wgfont'; }
    #zone-prefooter .col1 .mail::before {
      content: "";
      width: 2rem;
      height: 2rem;
      display: inline-block;
      background-image: url("https://en.bopp.fr/default/CMS/css/tpl4/../../images/bopp/spriteicon.png");
      background-repeat: no-repeat;
      vertical-align: middle;
      background-position-y: -.13rem;
      margin-right: 1rem; }
    #zone-prefooter .col1:nth-child(2) a {
      font-size: 1.9rem;
      text-decoration: none;
      transition: .4s ease-out; }
      #zone-prefooter .col1:nth-child(2) a:hover {
        color: #04acdf; }
    #zone-prefooter .col1:nth-child(2) li {
      list-style-type: none;
      margin-bottom: 3.3rem; }
    #zone-prefooter .col1 h3 {
      font-size: 1.9rem;
      color: white;
      font-weight: 500;
      margin-bottom: 3rem;
      margin-top: 0 !important; }
    #zone-prefooter .col1:nth-child(3) {
      font-size: 1.6rem; }
      #zone-prefooter .col1:nth-child(3) li {
        margin-bottom: 1.4rem; }
      #zone-prefooter .col1:nth-child(3) a {
        text-decoration: none;
        transition: .4s ease-out; }
        #zone-prefooter .col1:nth-child(3) a::before {
          content: "";
          width: .5rem;
          height: .3rem;
          background-color: #04acdf;
          display: inline-block;
          vertical-align: middle;
          transition: .4s;
          margin-right: .5rem; }
        #zone-prefooter .col1:nth-child(3) a:hover::before {
          margin-right: 1rem; }

#zone-footer {
  background: #101325;
  position: relative;
  z-index: 5;
  padding: .5rem 0; }
  #zone-footer > .container {
    color: white; }
    #zone-footer > .container .left, #zone-footer > .container .right {
      display: inline-block;
      vertical-align: middle; }
    #zone-footer > .container .left {
      width: 40%; }
      #zone-footer > .container .left .isoLaw span {
        font-size: 1.3rem;
        opacity: .5; }
      #zone-footer > .container .left .isoLaw::before {
        content: "";
        height: 5rem;
        width: 5rem;
        display: inline-block;
        vertical-align: middle;
        background-image: url("https://en.bopp.fr/default/CMS/css/tpl4/../../images/bopp/iso.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 1rem;
        opacity: 1; }
    #zone-footer > .container .right {
      width: 60%;
      text-align: right; }
    #zone-footer > .container .sitemap-print a {
      text-decoration: none;
      display: inline-block;
      color: inherit;
      margin: 0 1rem 0; }
      #zone-footer > .container .sitemap-print a i, #zone-footer > .container .sitemap-print a span {
        display: inline-block;
        vertical-align: middle; }
      #zone-footer > .container .sitemap-print a i {
        margin-right: .6rem; }
    #zone-footer > .container .socialLinks {
      display: flex; }
      #zone-footer > .container .socialLinks, #zone-footer > .container .socialLinks > li {
        margin: 0;
        padding: 0;
        list-style-type: none; }
      #zone-footer > .container .socialLinks > li {
        margin: 0 .2rem;
        color: #fff; }
      #zone-footer > .container .socialLinks a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 3.6rem;
        height: 3.6rem;
        text-align: center;
        overflow: hidden;
        font-size: 0;
        color: inherit;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
        text-decoration: none; }
        #zone-footer > .container .socialLinks a i {
          font-size: 2rem; }
        #zone-footer > .container .socialLinks a.facebookLink:hover {
          background: #3c5a99; }
        #zone-footer > .container .socialLinks a.twitterLink:hover {
          background: #5ea9dd; }
        #zone-footer > .container .socialLinks a.googleLink:hover {
          background: #d74536; }
        #zone-footer > .container .socialLinks a.youtubeLink:hover {
          background: #e62117; }
        #zone-footer > .container .socialLinks a.pinterestLink:hover {
          background: #cb2026; }
        #zone-footer > .container .socialLinks a.viadeoLink:hover {
          background: #f4982b; }
        #zone-footer > .container .socialLinks a.linkedinLink:hover {
          background: #1a85bc; }
        #zone-footer > .container .socialLinks a:hover {
          color: #fff; }

h3.soustitre_1 {
  position: static; }

h4.soustitre_2 {
  position: static; }

h5.intertitre {
  position: static; }

strong.accroche {
  position: static;
  font-weight: 100;
  font-size: 2.3rem; }

strong.mise_en_avant_1 {
  position: static; }

strong.mise_en_avant_2 {
  position: static; }

span.legende {
  position: static; }

span.bouton {
  padding: 1rem 2rem;
  background-color: #1d264f;
  font-size: 1.8rem;
  color: white;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out; }

a.bouton {
  padding: 1rem 2rem;
  background-color: #1d264f;
  font-size: 1.8rem;
  color: white;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out; }

blockquote.citation {
  position: static; }

.bl [class|="bl-category-label"],
.bl [class|="bl-category-parent-label"] {
  border-left: 8px solid #3e8cb7; }

#bl-recap-payment-paymode .bl-recap-elem.on .bl-recap-paymode-button button,
.ip-bankTransfer-popup .ip-bankTransfer-finish a,
.bl-product .bl-product-picture.pager-active img {
  border: 1px solid #3e8cb7; }

.bl-list-categories [class|="bl-category-link"]:hover span,
.bl-list-category-detail .bl-category-link:hover span {
  background-color: #3e8cb7; }

.bl [class|="bl-category-label"] a,
.bl [class|="bl-category-label"],
.bl [class|="bl-category-parent-label"],
.bl-list-products-multiple-add-to-card-button,
.bl-product-add-to-cart-button,
.bl-list-products li .bl-product-add-to-cart,
.bl-list-items li .bl-product-add-to-cart,
.bl-my-cart-finish-order input.submit,
.bl-my-cart-finish-order button.submit,
.bl-list-items li.bl-item .bl-product-add-to-cart,
.bl-subscribe-user-submit input#bl-cart-information-request,
.bl-list-products-multiple-add-to-card-button input,
.bl-product-add-to-cart-button input,
.bl-subscribe-user-submit:before,
.bl-my-cart div.bl-my-cart-finish-order:before,
.bl-product .bl-product-add-to-cart-button:before,
.bl-list-products li.bl-mode-light .bl-product-add-to-cart,
.bl-list-items li.bl-mode-light .bl-product-add-to-cart {
  color: white; }

.bl-product-price .bl-products-promoted,
.bl-list-items li div.bl-item-price div.bl-products-list-promoted,
.bl-list-products li div.bl-item-price div.bl-products-list-promoted,
.bl-list-items li div.bl-light-price-container div.bl-products-list-promoted,
.bl-list-products li div.bl-light-price-container div.bl-products-list-promoted,
.bl-label-input {
  color: #3e8cb7; }

.bl-product-price div + div {
  color: #3e8cb7; }

#bl-recap-payment-paymode #bl-recap-payment-finish > button,
.bl-list-products-multiple-add-to-card-button,
.bl-product-add-to-cart-button,
.bl-my-cart-finish-order input.submit,
.bl-my-cart-finish-order button.submit,
.bl-list-items li.bl-item .bl-product-add-to-cart,
.bl-subscribe-user-submit input,
.bl-subscribe-user-submit input#bl-cart-information-request,
.bl-popup-detail-contener a,
.bl-list-items li.bl-mode-list .bl-product-add-to-cart,
.bl-list-items li.bl-mode-light .bl-product-add-to-cart,
.bl-list-items li.bl-mode-mosaic .bl-product-add-to-cart,
.bl-list-products li.bl-mode-list .bl-product-add-to-cart,
.bl-list-products li.bl-mode-light .bl-product-add-to-cart,
.bl-list-products li.bl-mode-mosaic .bl-product-add-to-cart {
  background-color: #3e8cb7; }

#bl-recap-payment-paymode #bl-recap-payment-finish > button:hover,
#bl-recap-payment-paymode .bl-recap-elem.on .bl-recap-paymode-button button > div.radio::before,
.bl-list-products-multiple-add-to-card-button:hover,
.bl-product-add-to-cart-button:hover,
.bl-my-cart-finish-order:hover input.submit,
.bl-my-cart-finish-order:hover button.submit,
.bl-subscribe-user-submit:hover input#bl-cart-information-request,
.bl-list-items li.bl-item .bl-product-add-to-cart:hover,
.bl-subscribe-user-submit input:hover,
.bl [class|="bl-category-label"],
.bl [class|="bl-category-parent-label"],
.bl-popup-detail-contener a:hover,
.bl-list-items li .bl-product-add-to-cart:hover {
  background-color: #3e8cb7; }

.bl-my-cart td.bl-my-cart-description div.bl-my-cart-title,
.bl-my-cart td.description div.title,
.bl-my-cart th.bl-my-cart-price,
.bl-my-cart th.price,
.bl-my-cart p.bl-recap-intertitre span,
.bl-my-cart-product-popup .bl-popup-product-title,
.bl-my-cart-product-popup div span,
.bl-recap-contener .bl-recap-etape.active,
div.bl-subscribe span#termsOfSale-label a,
div.bl-subscribe fieldset legend,
.bl-product-price,
.bl-list-products li h3 a,
.bl-list-items li h3 a,
.bl-product-price-list,
.bl-list-items li.bl-item div.bl-item-price,
.bl-product-shipping,
.bl-product-add-to-cart-quantity label,
.bl-list-sous-categories a:hover,
.bl-my-cart-product-popup .bl-popup-product-title a,
.bl-product-title-description,
.bl-product-price div,
.bl-product-price .promoted,
.bl-product-main-title h2,
.ip-checks-popup .ip-checks-finish a,
.ip-checks-popup .ip-checks-title,
.bl-my-cart-label.total,
.bl-my-cart-total,
div#bl-information-request-div fieldset legend,
.bl-product-criteria > .label,
.ip-bankTransfer-popup .ip-bankTransfer-finish a,
.bl-list-sous-categories a {
  color: #3e8cb7; }

.bl-list-items li.bl-mode-light h3 a:hover,
.bl-list-products li.bl-mode-light h3 a:hover,
.bl-list-items li.bl-mode-list2 h3 a:hover,
.bl-list-products li.bl-mode-list2 h3 a:hover,
.bl-list-items li.bl-mode-mosaic2 h3 a:hover,
.bl-list-products li.bl-mode-mosaic2 h3 a:hover,
.bl-product-price div + div,
.bl-product-price .promoted.new_price {
  color: #3e8cb7; }

.bl-recap-contener .bl-recap-etape {
  color: #3e8cb7; }

@media (max-width: 800px) {
  .cms_bloc_GP-Mosaique .gp-container.gp-mosaique .gp-mosaique-page.col4 figure {
    width: calc(50% - 1rem); } }

main .ma-all-news .news .ma-news-image {
  display: inline-block; }
main .ma-all-news .news .ma-news-right {
  width: 60% !important; }

#zone-actualites {
  height: 99rem;
  background-color: #f1f1f1;
  padding-top: 9rem; }
  #zone-actualites .bx-controls-direction {
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    height: 2rem;
    width: 100%; }
    #zone-actualites .bx-controls-direction a {
      display: inline-block;
      width: 2.6rem;
      height: 2.6rem;
      margin-left: .6rem; }
      #zone-actualites .bx-controls-direction a::before {
        content: '';
        display: inline-block;
        width: 3rem;
        height: 3rem;
        margin: 0.7rem 0 0;
        line-height: 2.4rem;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      #zone-actualites .bx-controls-direction a.bx-prev {
        padding-left: 0.9rem;
        left: -1rem;
        position: absolute; }
        #zone-actualites .bx-controls-direction a.bx-prev:hover::before {
          border-color: #04acdf; }
        #zone-actualites .bx-controls-direction a.bx-prev::before {
          border-top: 1px solid #1d264f;
          border-left: 1px solid #1d264f;
          -webkit-transition: .4s ease-out;
          transition: .4s ease-out; }
      #zone-actualites .bx-controls-direction a.bx-next {
        padding-left: 0.5rem;
        right: -2.5rem;
        position: absolute; }
        #zone-actualites .bx-controls-direction a.bx-next:hover::before {
          border-color: #04acdf; }
        #zone-actualites .bx-controls-direction a.bx-next::before {
          border-bottom: 1px solid #1d264f;
          border-right: 1px solid #1d264f;
          -webkit-transition: .4s ease-out;
          transition: .4s ease-out; }
  #zone-actualites .ma-news .ma-news-image {
    height: 32.2rem; }
    #zone-actualites .ma-news .ma-news-image img {
      height: 100%;
      max-width: auto !important; }
  #zone-actualites .ma-news:nth-child(2n+0) .ma-news-content .ma-news-image {
    position: absolute;
    bottom: -.5rem;
    left: .1rem; }
    #zone-actualites .ma-news:nth-child(2n+0) .ma-news-content .ma-news-image::before {
      content: "";
      border-top: 1.5rem solid white;
      border-bottom: 1.5rem solid transparent;
      border-left: 1.5rem solid transparent;
      border-right: 1.5rem solid transparent;
      position: absolute;
      top: 0;
      left: 2.5rem;
      width: 1rem;
      height: 1rem; }
  #zone-actualites .ma-news:nth-child(2n+0) .ma-know-more-link {
    bottom: 34rem; }
  #zone-actualites .ma-news:nth-child(odd) .ma-news-image {
    position: relative; }
    #zone-actualites .ma-news:nth-child(odd) .ma-news-image::after {
      content: "";
      border-bottom: 1.5rem solid white;
      border-top: 1.5rem solid transparent;
      border-left: 1.5rem solid transparent;
      border-right: 1.5rem solid transparent;
      position: absolute;
      bottom: 0rem;
      left: 2.5rem;
      width: 1rem;
      height: 1rem; }
  #zone-actualites .bx-pager {
    text-align: center; }
    #zone-actualites .bx-pager .bx-pager-item {
      display: inline-block;
      margin-right: 1rem; }
      #zone-actualites .bx-pager .bx-pager-item a {
        font-size: 0;
        height: 1rem;
        width: 1rem;
        background-color: gray;
        display: inline-block; }
        #zone-actualites .bx-pager .bx-pager-item a.active {
          background-color: #1a1a1a; }

.ma-container.ma-aside {
  position: relative;
  line-height: 1.3; }
  .ma-container.ma-aside .ma-title {
    font-size: 2.7rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #262626; }
    .ma-container.ma-aside .ma-title::after {
      content: "";
      width: 2.8rem;
      height: .2rem;
      background-color: #04acdf;
      display: block;
      margin: auto;
      margin-top: 2rem;
      margin-bottom: 2rem; }
  .ma-container.ma-aside .ma-news-container {
    height: 63.8rem;
    padding: 2rem;
    border-radius: .4rem; }
    .ma-container.ma-aside .ma-news-container .ma-news {
      background-color: white;
      height: 63.8rem; }
      .ma-container.ma-aside .ma-news-container .ma-news .ma-news-date {
        font-size: 1.4rem;
        text-transform: uppercase;
        font-weight: 300;
        color: #04acdf;
        margin: 2rem 0;
        margin-top: 3rem;
        padding: 0rem 2rem; }
      .ma-container.ma-aside .ma-news-container .ma-news .ma-news-title {
        margin: 0.5rem 0;
        padding: 0rem 2rem;
        margin-bottom: 2rem; }
        .ma-container.ma-aside .ma-news-container .ma-news .ma-news-title, .ma-container.ma-aside .ma-news-container .ma-news .ma-news-title a {
          font-size: 2.8rem;
          font-weight: 500;
          color: gray;
          text-decoration: none; }
        .ma-container.ma-aside .ma-news-container .ma-news .ma-news-title a:hover {
          text-decoration: underline; }
      .ma-container.ma-aside .ma-news-container .ma-news .ma-news-resume {
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 1.4;
        padding: 0rem 2rem;
        color: #262626; }
      .ma-container.ma-aside .ma-news-container .ma-news .ma-know-more-link {
        display: block;
        margin: 0.5rem 0;
        font-size: 1.4rem;
        font-weight: bold;
        position: absolute;
        left: 5.6rem;
        bottom: 2rem;
        text-decoration: none; }
        .ma-container.ma-aside .ma-news-container .ma-news .ma-know-more-link::before {
          content: "";
          width: 1rem;
          height: 1rem;
          border-top: 2px solid #04acdf;
          border-right: 2px solid #04acdf;
          position: absolute;
          left: -2.5rem;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          top: .25rem; }
        .ma-container.ma-aside .ma-news-container .ma-news .ma-know-more-link::after {
          content: "";
          width: 2rem;
          height: .2rem;
          background-color: #04acdf;
          position: absolute;
          left: -3.5rem;
          top: .7rem; }
        .ma-container.ma-aside .ma-news-container .ma-news .ma-know-more-link:hover {
          text-decoration: underline; }
  .ma-container.ma-aside .ma-all-news-link {
    position: absolute;
    bottom: -11rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .ma-container.ma-aside .ma-all-news-link a {
      font-size: 1.9rem;
      font-weight: normal;
      color: #1d264f;
      text-decoration: none;
      border: .2rem solid;
      padding: 1.5rem 9rem;
      -webkit-transition: .4s ease-out;
      transition: .4s ease-out; }
      .ma-container.ma-aside .ma-all-news-link a:hover {
        background-color: #1d264f;
        color: white; }
  .ma-container.ma-aside .ma-pagination {
    position: absolute;
    bottom: 2.6rem;
    left: 2rem;
    height: 1.2rem; }
    .ma-container.ma-aside .ma-pagination .ma-pager .bx-pager-item {
      display: inline-block;
      width: 1.2rem;
      height: 1.2rem;
      margin-right: .4rem; }
      .ma-container.ma-aside .ma-pagination .ma-pager .bx-pager-item a {
        display: inline-block;
        text-indent: -999rem;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 100%;
        background: #c8c8c8; }
  .ma-container.ma-aside .bx-controls-direction {
    position: absolute;
    bottom: 2rem;
    right: 2rem; }
    .ma-container.ma-aside .bx-controls-direction a {
      display: inline-block;
      width: 2.6rem;
      height: 2.6rem;
      margin-left: .6rem; }
      .ma-container.ma-aside .bx-controls-direction a::before {
        content: '';
        display: inline-block;
        width: 1rem;
        height: 1rem;
        margin: 0.7rem 0 0;
        line-height: 2.4rem;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .ma-container.ma-aside .bx-controls-direction a.bx-prev {
        padding-left: 0.9rem; }
        .ma-container.ma-aside .bx-controls-direction a.bx-prev::before {
          border-top: 1px solid #bbbbbb;
          border-left: 1px solid #bbbbbb; }
      .ma-container.ma-aside .bx-controls-direction a.bx-next {
        padding-left: 0.5rem; }
        .ma-container.ma-aside .bx-controls-direction a.bx-next::before {
          border-bottom: 1px solid #bbbbbb;
          border-right: 1px solid #bbbbbb; }
.ma-container.ma-allNews {
  font-size: 1.4rem; }
  .ma-container.ma-allNews .ma-news-title {
    font-size: 2rem !important;
    color: #04acdf !important;
    font-weight: bold !important; }
    .ma-container.ma-allNews .ma-news-title a {
      font-size: 2rem !important;
      color: #04acdf !important;
      font-weight: bold !important; }
      .ma-container.ma-allNews .ma-news-title a:hover {
        text-decoration: underline !important; }
  .ma-container.ma-allNews ul {
    padding: 1rem 0; }
  .ma-container.ma-allNews li.news {
    *zoom: 1;
    padding-left: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #eee; }
    .ma-container.ma-allNews li.news:before, .ma-container.ma-allNews li.news:after {
      content: ' ';
      display: table; }
    .ma-container.ma-allNews li.news:after {
      clear: both; }
    .ma-container.ma-allNews li.news .ma-news-image {
      display: inline-block;
      position: relative;
      vertical-align: top;
      margin: .5rem 2rem 0 0; }
      .ma-container.ma-allNews li.news .ma-news-image a {
        display: block; }
    .ma-container.ma-allNews li.news div.ma-news-right {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 21.2rem); }
    .ma-container.ma-allNews li.news .ma-news-date {
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: 300;
      margin: .4rem 0; }
    .ma-container.ma-allNews li.news .ma-news-title {
      font-size: 1.6rem;
      margin-bottom: 0.4rem;
      line-height: 1.3;
      margin-bottom: 2rem; }
      .ma-container.ma-allNews li.news .ma-news-title, .ma-container.ma-allNews li.news .ma-news-title a {
        font-weight: 400;
        color: #1d264f;
        text-decoration: none; }
    .ma-container.ma-allNews li.news .ma-news-resume {
      font-size: 1.3rem;
      font-weight: normal;
      line-height: 1.4; }
    .ma-container.ma-allNews li.news .ma-know-more-link {
      display: inline-block;
      margin: 0.5rem 0;
      font-size: 1.6rem;
      font-weight: 600;
      text-decoration: none;
      margin-left: 3.6rem;
      position: relative; }
      .ma-container.ma-allNews li.news .ma-know-more-link::before {
        content: "";
        width: 1rem;
        height: 1rem;
        border-top: 2px solid #1d264f;
        border-right: 2px solid #1d264f;
        position: absolute;
        left: -2.5rem;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: .7rem; }
      .ma-container.ma-allNews li.news .ma-know-more-link::after {
        content: "";
        width: 2rem;
        height: .2rem;
        background-color: #1d264f;
        position: absolute;
        left: -3.5rem;
        top: 1.1rem; }
      .ma-container.ma-allNews li.news .ma-know-more-link:hover {
        text-decoration: underline; }
  .ma-container.ma-allNews div.ma-all-news-pagination {
    *zoom: 1;
    text-align: center;
    padding: 1rem 0 0; }
    .ma-container.ma-allNews div.ma-all-news-pagination:before, .ma-container.ma-allNews div.ma-all-news-pagination:after {
      content: ' ';
      display: table; }
    .ma-container.ma-allNews div.ma-all-news-pagination:after {
      clear: both; }
    .ma-container.ma-allNews div.ma-all-news-pagination > span {
      display: inline-block;
      vertical-align: top;
      padding: 0 .4rem; }
      .ma-container.ma-allNews div.ma-all-news-pagination > span span, .ma-container.ma-allNews div.ma-all-news-pagination > span a {
        display: inline-block;
        vertical-align: top;
        padding: 0 .2rem; }
.ma-container.ma-detail .ma-news-date {
  margin: .4rem 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal; }
.ma-container.ma-detail .ma-news-resume {
  margin: .6rem 0;
  font-weight: 600; }
.ma-container.ma-detail .ma-news-image {
  margin: 1.4rem 0; }
  .ma-container.ma-detail .ma-news-image img {
    border: .6rem solid white;
    max-width: 100%;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2); }

#zone-diaporama {
  height: 84rem;
  z-index: 6;
  top: 0;
  width: 100%; }
  #zone-diaporama #mc-diaporama {
    height: 100% !important; }
    #zone-diaporama #mc-diaporama .bx-wrapper, #zone-diaporama #mc-diaporama .bx-viewport, #zone-diaporama #mc-diaporama .mc-diaporama-slider, #zone-diaporama #mc-diaporama .mc-diaporama-slide {
      width: 100% !important;
      height: 100% !important; }
    #zone-diaporama #mc-diaporama .mc-diaporama-slide {
      background-position: center;
      background-size: cover; }
      #zone-diaporama #mc-diaporama .mc-diaporama-slide .jwplayer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        z-index: 1; }
      #zone-diaporama #mc-diaporama .mc-diaporama-slide::before {
        content: "";
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 80%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, transparent 80%);
        position: absolute;
        z-index: 60;
        left: 0;
        top: 0; }
    #zone-diaporama #mc-diaporama .mc-diaporama-container {
      height: 84rem;
      position: relative; }
      #zone-diaporama #mc-diaporama .mc-diaporama-container .container {
        height: 100%;
        position: relative;
        z-index: 62; }
        #zone-diaporama #mc-diaporama .mc-diaporama-container .container .text {
          bottom: 13rem;
          left: 0;
          position: absolute;
          z-index: 70; }
          #zone-diaporama #mc-diaporama .mc-diaporama-container .container .text::before {
            content: "";
            height: 95%;
            width: .5rem;
            display: inline-block;
            margin-right: 2rem;
            background-color: #04acdf;
            position: absolute;
            top: 1rem; }
          #zone-diaporama #mc-diaporama .mc-diaporama-container .container .text h2 {
            font-size: 5.7rem;
            color: white;
            font-weight: 100;
            text-transform: uppercase;
            width: 49rem;
            margin-left: 2rem;
            letter-spacing: .1rem;
            line-height: 1.1; }
          #zone-diaporama #mc-diaporama .mc-diaporama-container .container .text p {
            color: white;
            font-size: 1.8rem;
            width: 60rem;
            margin-left: 2rem; }