@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: center;
  /* flex-start, center, flex-end */
  --copyrightPosition: center;
  /* 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: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #6f6f6f; }

html {
  font-size: 10px; }

.pp_hoverContainer {
  z-index: 999 !important; }

.pp_close {
  z-index: 2001 !important; }

.cms_bloc_text table:not(.cms_bloc_text_two_column), .descTiny table {
  border-collapse: collapse;
  border: none; }
  .cms_bloc_text table:not(.cms_bloc_text_two_column) tr, .descTiny table 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, .descTiny table th, .descTiny table td {
    border: 0px solid #e4e4e4;
    line-height: 1.2; }
  .cms_bloc_text table:not(.cms_bloc_text_two_column) td, .descTiny table td {
    padding: .8rem;
    text-align: left;
    vertical-align: middle; }

.descTiny {
  text-align: center; }
  .descTiny table {
    margin: auto; }
    .descTiny table th, .descTiny table td {
      border: 1px solid #e4e4e4; }

.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 #194c77;
    position: relative;
    left: -1.2rem;
    top: 0;
    margin: 0 -.4rem 0 0; }

.cms_bloc_text ul li {
  text-align: left;
  line-height: 1.4;
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: hidden; }
  .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 #194c77;
    position: relative;
    left: -1.2rem;
    top: 0;
    margin: 0 -.4rem 0 0; }

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

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

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

.cms_bloc_title h2 {
  color: #194c77;
  font-size: 3rem;
  line-height: 1.15;
  font-family: "Oswald", Arial, Tahoma, Verdana, Helvetica, sans-serif; }

.container-big {
  width: 127rem;
  margin: auto; }

.cms_bloc_form select {
  background-color: white; }
.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: #194c77;
        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: #10314d; }
    .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: #194c77; }
    .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 {
        transform: translateY(2.6rem) scale(1);
        transform-origin: 0 50%;
        transition: 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: #194c77;
          z-index: 15;
          transform: scaleX(0);
          opacity: 0;
          transform-origin: 0 50%;
          transition: transform .3s ease-out, opacity .15s linear; }
      .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 {
        transform: translateY(0) scale(0.85);
        color: #194c77; }
      .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;
        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, transform .4s ease-in-out; }

[id='breadcrumb'],
[class~='mc-encarts--bg'],
[class~='mc-encarts--title'],
[class~='cms_bloc_form'],
[class~='col-1'],
[class~='col-2'],
[class~='conseils'],
[class~='ventes'],
[class~='actualites'],
[class~='assistance'],
[class~='col-3'],
[class~='col-4'],
[class~='col-5'],
[class~='spProduct'],
[class~='cms_bloc_title'], [class~='cms_bloc_text'], [class~='cms_bloc_media'],
[data-appear='disappear'], h2 {
  opacity: 0;
  transform: translateY(-2rem); }

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

.pageHome #cookieChoiceInfo {
  background-color: #194c77 !important;
  border-bottom: 1px solid #dd3330; }
  .pageHome #cookieChoiceInfo span {
    color: white; }
  .pageHome #cookieChoiceInfo a {
    color: #dd3330; }
  .pageHome #cookieChoiceInfo #cookieChoiceDismiss {
    background: #dd3330; }

#zone-menu {
  position: relative; }
  #zone-menu::before {
    content: "";
    background: #194c77;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute; }

#zone-header {
  position: relative;
  z-index: 10;
  background: white; }
  #zone-header::before {
    content: "";
    background: #eeeeee;
    height: 3rem;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0; }
  #zone-header .contentTop {
    width: 82.5rem;
    height: 6rem;
    position: absolute;
    left: 22.5rem;
    top: 6rem; }
    #zone-header .contentTop .left {
      position: relative;
      display: inline-block;
      padding-left: 1.5rem;
      vertical-align: middle;
      margin-right: 9.5rem; }
      #zone-header .contentTop .left::before {
        content: "";
        height: 100%;
        width: .1rem;
        background: #e6e6e6;
        position: absolute;
        left: 0; }
      #zone-header .contentTop .left p {
        color: #b3b3b3;
        font-size: 1.8rem;
        font-weight: 400; }
        #zone-header .contentTop .left p span {
          color: #194c77;
          font-weight: bold; }
    #zone-header .contentTop .containRight {
      display: inline-block;
      vertical-align: middle; }
      #zone-header .contentTop .containRight a {
        transition: transform .4s ease;
        display: inline-block; }
        #zone-header .contentTop .containRight a:hover {
          transform: translateY(0.4rem); }
      #zone-header .contentTop .containRight .col {
        vertical-align: middle;
        display: inline-block;
        padding-left: 5rem;
        padding-right: 2rem;
        position: relative; }
        #zone-header .contentTop .containRight .col.depannage::before {
          content: "";
          height: 3.2rem;
          width: 3rem;
          background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/spritetop.png");
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          left: 1rem;
          top: .5rem; }
        #zone-header .contentTop .containRight .col.depannage a {
          color: inherit;
          transition: transform .2s ease; }
          #zone-header .contentTop .containRight .col.depannage a:hover {
            transform: translateX(0.4rem); }
        #zone-header .contentTop .containRight .col.depannage p {
          position: relative;
          font-weight: 400; }
          #zone-header .contentTop .containRight .col.depannage p::before {
            content: "7J/7";
            color: white;
            font-size: 1rem;
            background-color: #194c77;
            position: absolute;
            right: -3.5rem;
            padding: .2rem .2rem;
            top: -.6rem; }
          #zone-header .contentTop .containRight .col.depannage p::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 1.8rem 0.5rem;
            border-color: transparent transparent #194c77 transparent;
            top: -.6rem;
            right: -1.1rem; }
        #zone-header .contentTop .containRight .col.devis {
          margin-left: 3rem; }
          #zone-header .contentTop .containRight .col.devis a {
            color: inherit;
            transition: transform .2s ease; }
            #zone-header .contentTop .containRight .col.devis a:hover {
              transform: translateX(0.4rem); }
          #zone-header .contentTop .containRight .col.devis::before {
            content: "";
            height: 3.2rem;
            width: 2rem;
            background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/spritetop.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-position-x: -3.2rem;
            position: absolute;
            left: 1.5rem;
            top: .5rem; }
        #zone-header .contentTop .containRight .col::after {
          content: "";
          height: .1rem;
          background: #e6e6e6;
          position: absolute;
          left: 0;
          bottom: -2rem;
          width: 100%; }
        #zone-header .contentTop .containRight .col p {
          font-size: 1.4rem;
          color: #b3b3b3;
          font-weight: 400; }
        #zone-header .contentTop .containRight .col span {
          font-size: 1.7rem;
          color: #194c77;
          font-weight: bold; }
  #zone-header #topbar {
    padding-left: 21rem; }
    #zone-header #topbar .right {
      display: inline-block; }
      #zone-header #topbar .right i {
        vertical-align: middle;
        margin-right: .5rem; }
      #zone-header #topbar .right #print-link {
        padding-left: 2rem; }
      #zone-header #topbar .right a {
        text-decoration: none;
        transition: .4s ease-out; }
        #zone-header #topbar .right a span {
          transition: .4s ease-out;
          font-size: 1.1rem; }
        #zone-header #topbar .right a:hover {
          color: #194c77; }
          #zone-header #topbar .right a:hover span {
            color: #194c77; }
        #zone-header #topbar .right a span {
          color: #979797; }
      #zone-header #topbar .right a:first-child {
        padding-right: 2rem;
        position: relative; }
        #zone-header #topbar .right a:first-child::after {
          content: "";
          height: 1.2rem;
          width: .1rem;
          background: #cccccc;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
  #zone-header > .container {
    position: relative; }
    #zone-header > .container h1 {
      display: inline-block;
      width: 60rem;
      font-size: 1.2rem;
      font-weight: normal;
      line-height: 1.2;
      padding: 0.78rem 0; }
    #zone-header > .container .logo {
      margin-top: -2.5rem;
      display: inline-block;
      vertical-align: middle;
      z-index: 5;
      transition: all .2s ease-in-out;
      width: 18rem;
      height: 14.8rem;
      position: relative;
      text-align: center;
      margin-bottom: -.5rem; }
      #zone-header > .container .logo .shadow {
        display: none;
        position: absolute;
        top: 0;
        width: 100%; }
        #zone-header > .container .logo .shadow::before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 2.6rem .7rem;
          border-color: transparent transparent #d4d4d4 transparent;
          position: absolute;
          left: -.8rem;
          top: -.1rem; }
        #zone-header > .container .logo .shadow::after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 2.6rem 0 0 .7rem;
          border-color: transparent transparent transparent #d4d4d4;
          position: absolute;
          right: -.8rem;
          top: -.1rem; }
      #zone-header > .container .logo img {
        position: relative;
        top: 53.4%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 100%; }
      #zone-header > .container .logo:hover {
        transform: translateX(0.4rem); }

#zone-blmenu #menu div.niv2 {
  position: absolute;
  top: 100%;
  text-align: left;
  z-index: -1;
  transition: .4s ease-out;
  opacity: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #fff 0%, #dedede 80%); }
#zone-blmenu #menu li {
  background: none; }
  #zone-blmenu #menu li:hover {
    background: none; }
    #zone-blmenu #menu li:hover a {
      background: none; }
  #zone-blmenu #menu li.niv1 {
    position: inherit !important; }
    #zone-blmenu #menu li.niv1:first-child {
      position: relative !important; }
    #zone-blmenu #menu li.niv1:hover + li.niv1, #zone-blmenu #menu li.niv1.on + li.niv1 {
      border-color: transparent; }
    #zone-blmenu #menu li.niv1:not(.first) {
      border-left: 0.1rem solid #0e3255; }
  #zone-blmenu #menu li.location {
    display: none; }
  #zone-blmenu #menu li div.niv2 {
    border-bottom: 0.8rem solid #dd3330;
    z-index: -1; }
    #zone-blmenu #menu li div.niv2 .categoryInfos {
      width: 45%;
      display: inline-block;
      vertical-align: top;
      box-shadow: -4px 0 20px 0px #dedede;
      min-height: 34rem;
      position: relative; }
      #zone-blmenu #menu li div.niv2 .categoryInfos .content {
        width: 45%;
        position: absolute;
        top: 50%;
        left: 4%;
        z-index: 999;
        transform: translateY(-50%); }
        #zone-blmenu #menu li div.niv2 .categoryInfos .content p.title {
          font-family: "Oswald", Arial, Tahoma, Verdana, Helvetica, sans-serif;
          font-size: 5rem;
          color: black;
          text-transform: uppercase; }
        #zone-blmenu #menu li div.niv2 .categoryInfos .content p.desc {
          font-size: 1.2rem;
          color: #9a9a9a; }
      #zone-blmenu #menu li div.niv2 .categoryInfos .imgCat {
        float: right;
        position: absolute;
        right: 0;
        height: 100%;
        overflow: hidden;
        width: 19rem; }
        #zone-blmenu #menu li div.niv2 .categoryInfos .imgCat img {
          min-width: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
    #zone-blmenu #menu li div.niv2 ul.niv2 {
      left: 0;
      position: initial;
      width: 55%;
      display: inline-block;
      padding: 5rem; }
      #zone-blmenu #menu li div.niv2 ul.niv2 li.niv2 {
        display: inline-block;
        width: 50%;
        vertical-align: top; }
        #zone-blmenu #menu li div.niv2 ul.niv2 li.niv2 a.niv2 {
          color: black;
          font-weight: bold;
          font-size: 1.4rem;
          transition: .4s ease-out; }
          #zone-blmenu #menu li div.niv2 ul.niv2 li.niv2 a.niv2:hover {
            color: #dd3330; }
          #zone-blmenu #menu li div.niv2 ul.niv2 li.niv2 a.niv2::before {
            content: "";
            width: .5rem;
            height: .6rem;
            background: #dd3330;
            display: inline-block;
            vertical-align: middle;
            margin-right: .7rem; }
    #zone-blmenu #menu li div.niv2 ul.niv3 {
      left: 0;
      position: initial;
      top: 0; }
      #zone-blmenu #menu li div.niv2 ul.niv3.hover li {
        transform: translateX(-1rem) !important; }
      #zone-blmenu #menu li div.niv2 ul.niv3 li a.niv3 {
        color: #9a9a9a;
        font-size: 1.2rem;
        position: relative;
        padding-left: 5rem;
        transition: .4s ease-out; }
        #zone-blmenu #menu li div.niv2 ul.niv3 li a.niv3:hover {
          color: #194c77; }
        #zone-blmenu #menu li div.niv2 ul.niv3 li a.niv3::before {
          content: "";
          border-top: .1rem solid #9a9a9a;
          border-right: .1rem solid #9a9a9a;
          transform: rotate(45deg) translateY(-50%);
          left: 3.5rem;
          top: 50%;
          height: .5rem;
          width: .5rem;
          position: absolute; }
  #zone-blmenu #menu li:hover div.niv2 {
    opacity: 1;
    z-index: 999;
    left: 0; }
    #zone-blmenu #menu li:hover div.niv2 li {
      opacity: 1; }

#menu .menu {
  height: 6rem;
  width: 100%;
  position: relative; }
  #menu .menu ul.niv1 {
    height: 6rem; }
  #menu .menu ul.niv2 {
    width: 100%;
    min-width: 20rem;
    z-index: 999; }
    #menu .menu ul.niv2.hover li.niv2 {
      opacity: 1;
      transform: translateY(0); }
      #menu .menu ul.niv2.hover li.niv2:nth-child(1) {
        transition: transform 0.3s ease-in-out 0.01s, opacity 0.3s ease-in-out 0.01s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(2) {
        transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(3) {
        transition: transform 0.3s ease-in-out 0.03s, opacity 0.3s ease-in-out 0.03s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(4) {
        transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(5) {
        transition: transform 0.3s ease-in-out 0.05s, opacity 0.3s ease-in-out 0.05s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(6) {
        transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(7) {
        transition: transform 0.3s ease-in-out 0.07s, opacity 0.3s ease-in-out 0.07s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(8) {
        transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(9) {
        transition: transform 0.3s ease-in-out 0.09s, opacity 0.3s ease-in-out 0.09s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(10) {
        transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(11) {
        transition: transform 0.3s ease-in-out 0.11s, opacity 0.3s ease-in-out 0.11s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(12) {
        transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(13) {
        transition: transform 0.3s ease-in-out 0.13s, opacity 0.3s ease-in-out 0.13s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(14) {
        transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(15) {
        transition: transform 0.3s ease-in-out 0.15s, opacity 0.3s ease-in-out 0.15s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(16) {
        transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(17) {
        transition: transform 0.3s ease-in-out 0.17s, opacity 0.3s ease-in-out 0.17s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(18) {
        transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(19) {
        transition: transform 0.3s ease-in-out 0.19s, opacity 0.3s ease-in-out 0.19s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(20) {
        transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s; }
  #menu .menu ul.niv3 {
    width: 90%;
    min-width: 16rem; }
    #menu .menu ul.niv3.toLeft li.niv3 {
      transform: translateX(1rem); }
    #menu .menu ul.niv3.hover li.niv3 {
      opacity: 1;
      transform: translateX(0); }
      #menu .menu ul.niv3.hover li.niv3:nth-child(1) {
        transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(2) {
        transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(3) {
        transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(4) {
        transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(5) {
        transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(6) {
        transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(7) {
        transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(8) {
        transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(9) {
        transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(10) {
        transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(11) {
        transition: transform 0.3s ease-in-out 0.22s, opacity 0.3s ease-in-out 0.22s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(12) {
        transition: transform 0.3s ease-in-out 0.24s, opacity 0.3s ease-in-out 0.24s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(13) {
        transition: transform 0.3s ease-in-out 0.26s, opacity 0.3s ease-in-out 0.26s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(14) {
        transition: transform 0.3s ease-in-out 0.28s, opacity 0.3s ease-in-out 0.28s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(15) {
        transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(16) {
        transition: transform 0.3s ease-in-out 0.32s, opacity 0.3s ease-in-out 0.32s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(17) {
        transition: transform 0.3s ease-in-out 0.34s, opacity 0.3s ease-in-out 0.34s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(18) {
        transition: transform 0.3s ease-in-out 0.36s, opacity 0.3s ease-in-out 0.36s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(19) {
        transition: transform 0.3s ease-in-out 0.38s, opacity 0.3s ease-in-out 0.38s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(20) {
        transition: transform 0.3s ease-in-out 0.4s, opacity 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.5rem;
      padding: 0 .6rem; }
    #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;
    background: #194c77; }
    #menu .menu li.niv1:hover + li.niv1::before, #menu .menu li.niv1.on + li.niv1::before {
      content: none; }
    #menu .menu li.niv1:hover div.niv2 {
      left: 0; }
    #menu .menu li.niv1:not(:last-child):not(:first-child)::before {
      content: "";
      height: 1.1rem;
      width: .1rem;
      background: #2267a1;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    #menu .menu li.niv1.contact {
      background: #dd3330; }
  #menu .menu li.niv2 {
    transform: translateY(-1rem);
    opacity: 0;
    width: 100%;
    background: #154166; }
  #menu .menu li.niv3 {
    transform: translateX(-1rem);
    opacity: 0;
    width: 100%;
    background: #123655; }
  #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: #154166; }
  #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: #123655; }
  #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: #1d5788; }

#zone-blmenu {
  position: relative; }
  #zone-blmenu::before {
    content: "";
    background: #071829;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute; }
  #zone-blmenu li.destockage a::after {
    content: "";
    height: 3rem;
    width: 91%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f5ca30;
    position: absolute;
    z-index: 0;
    transition: width .2s ease-out, height .2s ease-out; }
  #zone-blmenu li.destockage a {
    color: #081929 !important;
    position: relative; }
    #zone-blmenu li.destockage a span {
      position: relative;
      z-index: 12;
      transition: color .2s ease-out; }
    #zone-blmenu li.destockage a:hover {
      background-color: #071829 !important; }
      #zone-blmenu li.destockage a:hover::after {
        width: 100%;
        height: 6rem; }
  #zone-blmenu li.destockage:hover a span {
    color: white; }
  #zone-blmenu li.location a::after {
    content: "";
    height: 3rem;
    width: 91%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #a4c9d9;
    position: absolute;
    z-index: 0;
    transition: width .2s ease-out, height .2s ease-out; }
  #zone-blmenu li.location a {
    color: #081929 !important;
    position: relative; }
    #zone-blmenu li.location a span {
      position: relative;
      z-index: 12;
      transition: color .2s ease-out; }
    #zone-blmenu li.location a:hover {
      background-color: #071829 !important; }
      #zone-blmenu li.location a:hover::after {
        width: 100%;
        height: 6rem; }
  #zone-blmenu li.location:hover a span {
    color: white; }
  #zone-blmenu li.niv1 {
    background: #071829 !important; }
    #zone-blmenu li.niv1::before {
      display: none; }
    #zone-blmenu li.niv1:first-child {
      background: linear-gradient(to right, #071829 0%, #194c77 90%, #071829 80%) !important;
      display: table-cell;
      vertical-align: middle;
      width: 124px; }
      #zone-blmenu li.niv1:first-child::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3rem 0 3rem 2.2rem;
        border-color: transparent transparent transparent #194c77;
        position: absolute;
        right: -.8rem;
        top: -.1rem;
        z-index: 998; }
      #zone-blmenu li.niv1:first-child p {
        font-weight: 100;
        font-size: 1.8rem;
        color: white; }
  #zone-blmenu li a.niv1, #zone-blmenu li p.niv1 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: normal;
    font-family: "Oswald", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
  #zone-blmenu li a:hover {
    background-color: white !important;
    color: #194c77 !important; }

#zone-entrees {
  background: #040e19;
  height: 48rem;
  overflow: hidden;
  position: relative; }
  #zone-entrees #player {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 1s ease; }
    #zone-entrees #player.hidePlayer {
      opacity: 0;
      pointer-events: none; }
  #zone-entrees a {
    position: relative;
    height: 100%;
    transform: skewX(-10deg);
    text-decoration: none; }
    #zone-entrees a:hover .cms_bloc_media img {
      transform: translate(-50%, -50%) scale(1.1) !important; }
    #zone-entrees a::after {
      content: "";
      right: 0;
      position: absolute;
      z-index: 999;
      transform: rotate(0deg);
      background: linear-gradient(to bottom, transparent 0%, white 50%, transparent 100%);
      height: 88%;
      width: .2rem; }
    #zone-entrees a:last-child::after {
      display: none; }
    #zone-entrees a.entree1 h2::before {
      content: "";
      height: 5.5rem;
      width: 4.5rem;
      background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/spritebandeau.png");
      background-repeat: no-repeat;
      background-position-x: 0;
      display: block;
      margin: auto;
      transform: translate3d(0, 0, 0); }
    #zone-entrees a.entree2 h2::before {
      content: "";
      height: 5.5rem;
      width: 5rem;
      background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/spritebandeau.png");
      background-repeat: no-repeat;
      background-position-x: -4.7rem;
      display: block;
      transform: translate3d(0, 0, 0);
      margin: auto; }
    #zone-entrees a.entree3 h2::before {
      content: "";
      height: 5.5rem;
      width: 7rem;
      background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/spritebandeau.png");
      background-repeat: no-repeat;
      background-position-x: -10rem;
      transform: translate3d(0, 0, 0);
      display: block;
      margin: auto; }
    #zone-entrees a.entree4 h2::before {
      content: "";
      height: 5.5rem;
      width: 8rem;
      background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/spritebandeau.png");
      background-repeat: no-repeat;
      background-position-x: -17rem;
      display: block;
      transform: translate3d(0, 0, 0);
      margin: auto; }
    #zone-entrees a.entree {
      display: inline-block;
      width: 33%;
      vertical-align: top;
      overflow: hidden;
      z-index: 1; }
      #zone-entrees a.entree::before {
        content: "";
        height: 100%;
        background-color: rgba(0, 0, 0, 0.41);
        height: 100%;
        transform: skewX(-10deg);
        position: absolute;
        width: 200%;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%); }
      #zone-entrees a.entree .cms_bloc_media {
        position: absolute;
        z-index: 0;
        height: 100%;
        min-height: 110%;
        top: 0;
        padding: 0;
        transform: skewX(10deg);
        width: 100%; }
        #zone-entrees a.entree .cms_bloc_media img {
          max-width: none;
          height: 125%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          position: absolute;
          transition: .4s ease-out; }
      #zone-entrees a.entree h2 {
        position: relative;
        top: 50%;
        transform: translate(-50%, -50%) skewX(10deg);
        left: 50%;
        z-index: 998;
        color: white;
        text-decoration: none;
        display: table;
        font-size: 2rem;
        text-transform: uppercase; }
    #zone-entrees a.entree1 {
      overflow: initial;
      z-index: 0; }
    #zone-entrees a.entree4 {
      overflow: initial;
      z-index: 0; }

#zone-search {
  height: 9.5rem;
  position: relative;
  overflow: hidden; }
  #zone-search::before {
    content: "";
    width: calc((100% - 105rem) / 2);
    background-color: #dd3330;
    position: absolute;
    height: 9.5rem;
    top: 0;
    left: 0; }
  #zone-search::after {
    content: "";
    width: calc((100% - 105rem) / 2);
    background-color: #194c77;
    position: absolute;
    height: 9.5rem;
    top: 0;
    right: 0; }
  #zone-search > .container {
    position: relative;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center; }
    #zone-search > .container .recherche {
      text-align: center;
      background: #dd3330;
      width: calc(100% * 2/3);
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      #zone-search > .container .recherche #se_recherche {
        width: 45rem;
        height: 4.8rem;
        border-radius: .3rem;
        border: none;
        padding-left: 5rem; }
      #zone-search > .container .recherche svg {
        position: absolute;
        top: 3.8rem;
        left: 6rem; }
      #zone-search > .container .recherche .blocInput {
        display: inline-block;
        font-family: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
      #zone-search > .container .recherche #se_bl_submit {
        background: none;
        border: solid .3rem white;
        color: white;
        border-radius: .5rem;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: bold;
        padding: 1.4rem 3rem;
        margin-left: 1rem;
        transition: .4s ease-out;
        font-family: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 1.4rem; }
        #zone-search > .container .recherche #se_bl_submit:hover {
          background: white;
          color: black; }
    #zone-search > .container .catalog {
      background: #194c77;
      width: calc(100% * 1/3);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      text-decoration: none; }
      #zone-search > .container .catalog:hover p, #zone-search > .container .catalog:hover .picto {
        transform: translateX(0.2rem); }
      #zone-search > .container .catalog p {
        margin-left: 2rem;
        color: white;
        text-transform: uppercase;
        font-size: 1.6rem;
        line-height: 1.8rem;
        font-weight: 700;
        transition: transform .35s;
        perspective: 1000;
        backface-visibility: hidden; }
      #zone-search > .container .catalog span {
        text-transform: none;
        font-size: 1.4rem; }
    #zone-search > .container .picto {
      background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/catalog.png");
      width: 50px;
      height: 50px;
      background-size: cover;
      transition: transform .35s;
      perspective: 1000;
      backface-visibility: hidden; }

#zone-activites {
  height: 97.5rem;
  padding-top: 6rem; }
  #zone-activites h2 {
    text-transform: uppercase;
    color: #081929;
    font-size: 3.2rem;
    text-align: center;
    font-family: "Oswald", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin-bottom: 4rem;
    font-weight: normal; }
    #zone-activites h2::after {
      content: "";
      width: 7rem;
      height: .3rem;
      background: #dd3330;
      display: block;
      margin: auto;
      margin-top: 1rem; }
  #zone-activites .conseils {
    text-decoration: none;
    height: 34rem;
    width: 74.5rem;
    display: inline-block;
    background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/cuisine.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #eeeeee;
    margin-right: 2rem; }
    #zone-activites .conseils .content {
      width: 42%;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      left: 4rem; }
    #zone-activites .conseils h3 {
      font-weight: bold;
      color: #194c77;
      font-size: 3rem;
      text-transform: uppercase;
      margin-bottom: 1rem;
      transition: .4s ease-out; }
    #zone-activites .conseils:hover p.button {
      background: #194c77; }
    #zone-activites .conseils:hover h3 {
      transform: translateY(-1rem); }
    #zone-activites .conseils p {
      font-size: 1.2rem;
      color: #081929;
      font-weight: normal; }
      #zone-activites .conseils p.button {
        color: white;
        padding: 1rem 2rem;
        background: #dd3330;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 2rem;
        transition: .4s ease-out; }
        #zone-activites .conseils p.button::after {
          content: "";
          height: .6rem;
          width: .6rem;
          margin-left: 1rem;
          border-top: .1rem solid white;
          border-right: .1rem solid white;
          transform: rotate(45deg);
          vertical-align: middle;
          display: inline-block;
          transition: .4s ease-out;
          margin-top: -.3rem; }
  #zone-activites .ventes {
    width: 49.5rem;
    display: inline-block;
    height: 34rem;
    vertical-align: top;
    background-color: #164770;
    background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/man.png");
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    position: relative; }
    #zone-activites .ventes .content {
      width: 45%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 4rem;
      text-align: right; }
    #zone-activites .ventes h3 {
      font-weight: bold;
      color: #194c77;
      font-size: 3rem;
      text-transform: uppercase;
      margin-bottom: 1rem;
      transition: .4s ease-out;
      color: white; }
    #zone-activites .ventes:hover p.button {
      background: #194c77; }
    #zone-activites .ventes:hover h3 {
      transform: translateY(-1rem); }
    #zone-activites .ventes p {
      font-size: 1.2rem;
      color: white;
      font-weight: normal; }
      #zone-activites .ventes p.button {
        color: white;
        padding: 1rem 2rem;
        background: #dd3330;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 2rem;
        transition: .4s ease-out; }
        #zone-activites .ventes p.button::before {
          content: "";
          height: .6rem;
          width: .6rem;
          margin-right: 1rem;
          border-top: .1rem solid white;
          border-left: .1rem solid white;
          transform: rotate(-45deg);
          vertical-align: middle;
          display: inline-block;
          transition: .4s ease-out;
          margin-top: -.3rem; }
  #zone-activites .assistance {
    width: 61.5rem;
    display: inline-block;
    height: 34rem;
    vertical-align: top;
    background-color: #eeeeee;
    background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/camion.jpg");
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    position: relative;
    margin-top: 2rem; }
    #zone-activites .assistance .content {
      width: 34%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 4rem;
      text-align: right; }
    #zone-activites .assistance h3 {
      font-weight: bold;
      color: #194c77;
      font-size: 3rem;
      text-transform: uppercase;
      margin-bottom: 1rem;
      transition: .4s ease-out; }
    #zone-activites .assistance:hover p.button {
      background: #194c77; }
    #zone-activites .assistance:hover h3 {
      transform: translateY(-1rem); }
    #zone-activites .assistance p {
      font-size: 1.2rem;
      color: #081929;
      font-weight: normal; }
      #zone-activites .assistance p.button {
        color: white;
        padding: 1rem 2rem;
        background: #dd3330;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 2rem;
        transition: .4s ease-out; }
        #zone-activites .assistance p.button::before {
          content: "";
          height: .6rem;
          width: .6rem;
          margin-right: 1rem;
          border-top: .1rem solid white;
          border-left: .1rem solid white;
          transform: rotate(-45deg);
          vertical-align: middle;
          display: inline-block;
          transition: .4s ease-out;
          margin-top: -.3rem; }
  #zone-activites .actualites {
    width: 62rem;
    height: 34rem;
    border: 0.1rem solid #cccccc;
    display: inline-block;
    margin-right: 2.5rem;
    margin-top: 2rem;
    padding: 4.5rem;
    padding-top: 2rem; }
    #zone-activites .actualites .ma-title {
      text-transform: uppercase; }
    #zone-activites .actualites .ma-news-container {
      background: none;
      border: none; }
    #zone-activites .actualites .ma-title {
      padding-left: 2rem; }
    #zone-activites .actualites .ma-news {
      min-height: 19rem; }
      #zone-activites .actualites .ma-news::after {
        content: "";
        height: 16rem;
        width: .1rem;
        background: #cccccc;
        position: absolute;
        right: -4rem;
        top: 0; }
    #zone-activites .actualites .ma-news-date {
      margin: 0 !important; }
      #zone-activites .actualites .ma-news-date span {
        color: #dd3330;
        font-size: 1.1rem;
        font-weight: bold; }
    #zone-activites .actualites .ma-news-title {
      color: #194c77;
      margin-top: 0 !important; }
      #zone-activites .actualites .ma-news-title a {
        font-weight: bold; }
    #zone-activites .actualites .bx-controls {
      text-align: center;
      position: absolute;
      bottom: -3rem;
      left: 50%;
      transform: translateX(-50%); }
      #zone-activites .actualites .bx-controls .bx-pager-item {
        display: inline-block;
        margin-right: .5rem; }
        #zone-activites .actualites .bx-controls .bx-pager-item a {
          font-size: 0;
          display: block;
          height: .7rem;
          width: .7rem;
          background: #e6e6e6; }
          #zone-activites .actualites .bx-controls .bx-pager-item a.active {
            background: #cccccc; }

#zone-page {
  position: relative;
  z-index: 5;
  background: white;
  padding: 2rem 0;
  padding-top: 6rem;
  background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/texture.png"); }
  #zone-page #breadcrumb {
    padding-bottom: 3.5rem; }
  #zone-page .button:hover {
    background-color: #194c77; }
  #zone-page .cms_bloc_title h2 {
    text-transform: uppercase;
    color: #081929;
    font-size: 3.2rem;
    text-align: center;
    font-family: "Oswald", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin-bottom: 2rem;
    font-weight: normal; }
    #zone-page .cms_bloc_title h2::after {
      content: "";
      width: 7rem;
      height: .3rem;
      background: #dd3330;
      display: block;
      margin: auto;
      margin-top: 1rem; }
  #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 aside {
    width: 0rem; }

.pageHome #zone-page .cms_bloc_bl {
  width: 75rem;
  display: inline-block;
  vertical-align: top; }
  .pageHome #zone-page .cms_bloc_bl + .spacer {
    display: none; }
  .pageHome #zone-page .cms_bloc_bl .bx-viewport {
    height: 32.5rem !important; }
  .pageHome #zone-page .cms_bloc_bl .bx-wrapper {
    max-width: 100%;
    margin: 0 !important; }
    .pageHome #zone-page .cms_bloc_bl .bx-wrapper li.bl-mode-light {
      margin-left: 0 !important;
      margin-right: 1.4rem !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
.pageHome #zone-page .right {
  display: inline-block;
  vertical-align: top;
  width: 25rem;
  height: 33rem;
  padding-top: .5rem;
  padding-left: 5rem;
  position: relative; }
  .pageHome #zone-page .right::before {
    content: "";
    height: 100%;
    width: .09rem;
    background: #d9d9d9;
    left: 1.5rem;
    position: absolute; }
.pageHome #zone-page a.besoin {
  display: inline-block;
  vertical-align: top;
  width: 25rem;
  height: 33rem;
  position: relative;
  background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/fondbouton.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 1px;
  overflow: hidden;
  text-decoration: none; }
  .pageHome #zone-page a.besoin:hover p.button {
    background-color: #dd3330; }
  .pageHome #zone-page a.besoin:hover svg {
    transform: rotate(0deg); }
  .pageHome #zone-page a.besoin p.button {
    position: absolute;
    bottom: .7rem;
    background-color: #194c77;
    left: 50%;
    transform: translateX(-50%);
    width: 17rem;
    text-align: center;
    padding: .8rem 0rem !important;
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    border-radius: .3rem;
    transition: .4s ease-out; }
  .pageHome #zone-page a.besoin::before {
    content: "";
    background: #dd3330;
    opacity: .7;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 31.5rem;
    width: 100%; }
  .pageHome #zone-page a.besoin .content {
    position: relative;
    z-index: 2;
    color: white;
    height: 100%;
    width: 100%; }
    .pageHome #zone-page a.besoin .content p.title {
      opacity: .7;
      text-transform: uppercase;
      font-size: 3rem;
      position: absolute;
      bottom: 6rem;
      left: 2.7rem; }
  .pageHome #zone-page a.besoin svg {
    content: "";
    height: 22rem;
    width: 22rem;
    position: absolute;
    fill: white;
    top: -3rem;
    right: -4rem;
    opacity: .7;
    transform: rotate(15deg);
    transition: .4s ease-out; }

.pageHome #zone-partners {
  background: #f2f2f2; }

#zone-partners {
  background: #fff;
  position: relative;
  height: 16.5rem;
  border-top: 0.1rem solid #d9d9d9; }
  #zone-partners > .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    #zone-partners > .container .bx-wrapper {
      width: 100%;
      max-width: 100% !important; }
    #zone-partners > .container .bx-controls-direction {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 5rem;
      z-index: -1; }
    #zone-partners > .container .bx-prev {
      position: absolute;
      left: -9rem; }
      #zone-partners > .container .bx-prev::before {
        border-top: 2px solid #194c77;
        border-left: 2px solid #194c77;
        content: '';
        display: inline-block;
        width: 3.5rem;
        height: 3.5rem;
        margin: 0.7rem 0 0;
        line-height: 2.4rem;
        transform: rotate(-45deg); }
    #zone-partners > .container .bx-next {
      position: absolute;
      right: -9rem; }
      #zone-partners > .container .bx-next::before {
        border-top: 2px solid #194c77;
        border-right: 2px solid #194c77;
        content: '';
        display: inline-block;
        width: 3.5rem;
        height: 3.5rem;
        margin: 0.7rem 0 0;
        line-height: 2.4rem;
        transform: rotate(45deg); }
    #zone-partners > .container a.partner img {
      filter: grayscale(100%);
      transition: .4s ease-out; }
    #zone-partners > .container a.partner:hover img {
      filter: grayscale(0%) invert(0%); }
  #zone-partners .mc-diaporama-slider a.partner {
    text-align: center; }
  #zone-partners .mc-diaporama-slider img {
    height: 45px; }

#zone-chalendise {
  height: 16rem;
  background: #dd3330; }
  #zone-chalendise p.title {
    font-size: 1.8rem;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1rem;
    transition: .4s ease-out; }
  #zone-chalendise p.desc {
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: normal;
    width: 80%;
    transform: translate3d(0, 0, 0); }
  #zone-chalendise .left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    height: 16rem;
    background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/mapright.png");
    background-position: right;
    background-repeat: no-repeat; }
  #zone-chalendise .right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    height: 16rem;
    padding-left: 3rem;
    background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/photoleft.png");
    background-position: right;
    background-repeat: no-repeat;
    background-position-y: 100%; }
  #zone-chalendise .left:hover p.title, #zone-chalendise .right:hover p.title {
    transform: translateY(-1rem); }
  #zone-chalendise .content {
    width: 38%;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%); }

#zone-contact {
  height: 9.5rem;
  background-color: #081929;
  position: relative; }
  #zone-contact .left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 9.5rem; }
    #zone-contact .left p {
      display: inline-block;
      vertical-align: middle; }
      #zone-contact .left p.title {
        font-size: 1.8rem;
        color: #698cab;
        font-weight: 300;
        margin-right: 3rem; }
      #zone-contact .left p.tel {
        color: white;
        font-size: 3rem;
        font-weight: bold;
        margin-right: 1rem; }
        #zone-contact .left p.tel::before {
          content: "";
          font-family: 'wgfont';
          color: #dd3330;
          font-size: 5rem;
          vertical-align: middle;
          display: inline-block;
          margin-right: 1rem; }
      #zone-contact .left p.desc {
        width: 25%;
        color: #c3cfd9;
        font-size: 1.2rem;
        margin-left: 0rem; }
  #zone-contact .right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    height: 9.5rem;
    padding-left: 3rem;
    background-color: #194c77; }
    #zone-contact .right::before {
      content: "";
      position: absolute;
      background: #194c77;
      z-index: 0;
      right: 0;
      top: 0;
      width: 50%;
      height: 100%; }
    #zone-contact .right p.title {
      font-size: 1.8rem;
      color: #698cab;
      font-weight: 300;
      display: inline-block; }
    #zone-contact .right .socialLinks {
      display: inline-block;
      vertical-align: middle; }
      #zone-contact .right .socialLinks li {
        display: inline-block; }
        #zone-contact .right .socialLinks li a {
          font-size: 3rem;
          color: white;
          margin-left: 2rem;
          border: 0.2rem solid #2267a1;
          padding: 1rem 1.6rem;
          border-radius: 7rem;
          height: 6rem;
          width: 6rem;
          display: inline-block;
          text-align: center;
          transition: .4s ease-out; }
          #zone-contact .right .socialLinks li a:hover {
            background-color: #081929;
            border-color: #081929; }
  #zone-contact .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

#zone-prefooter {
  background: #081929; }
  #zone-prefooter .container {
    padding: 4rem 0rem;
    border-bottom: 0.1rem solid #194c77; }
  #zone-prefooter .col {
    display: inline-block;
    vertical-align: top; }
    #zone-prefooter .col h4 {
      color: white;
      font-size: 1.6rem;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 1rem; }
    #zone-prefooter .col ul.niv2 {
      display: none; }
    #zone-prefooter .col ul.niv3 {
      display: none; }
    #zone-prefooter .col ul li a {
      color: white;
      text-decoration: none;
      font-size: 1.3rem;
      font-weight: normal;
      margin-bottom: .5rem;
      transition: .4s ease-out; }
      #zone-prefooter .col ul li a:hover {
        color: #194c77; }
      #zone-prefooter .col ul li a::before {
        content: "";
        border-top: 0.1rem solid #dd3330;
        border-right: 0.1rem solid #dd3330;
        transform: rotate(45deg);
        height: .5rem;
        width: .5rem;
        display: inline-block;
        vertical-align: middle;
        margin-right: 1rem; }
  #zone-prefooter .col1 {
    width: 21.5rem;
    text-align: center; }
  #zone-prefooter .col2 {
    width: 22.5rem; }
  #zone-prefooter .col3 {
    width: 31.5rem; }
    #zone-prefooter .col3 ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
      #zone-prefooter .col3 ul ul.niv2 {
        display: none; }
  #zone-prefooter .col4 {
    width: 28rem; }
    #zone-prefooter .col4 img {
      display: inline-block;
      vertical-align: top; }
    #zone-prefooter .col4 p {
      display: inline-block;
      width: 80%;
      vertical-align: top;
      padding-left: 2rem;
      color: white; }

.content .bl-detail-category .bl-category-parent-label {
  color: #081929;
  font-size: 3.2rem;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  text-align: center;
  line-height: 1.15;
  font-weight: 400;
  font-family: "Oswald", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
  .content .bl-detail-category .bl-category-parent-label::after {
    content: "";
    width: 7rem;
    height: .3rem;
    background: #dd3330;
    display: block;
    margin: auto;
    margin-top: 1rem; }
  .content .bl-detail-category .bl-category-parent-label .bl-list-category-product-counter {
    display: none; }

.bl-list-categories, .bl-list-products {
  display: flex;
  flex-wrap: wrap; }

.bl-item-light, .category, .bl-category-list {
  background: white !important;
  border: none !important;
  border-radius: 0 !important;
  min-height: 30rem;
  position: relative;
  z-index: 0;
  margin: 0 1.2rem 60px 1.2rem !important; }
  .bl-item-light::before, .category::before, .bl-category-list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    background-color: rgba(25, 76, 119, 0.4);
    transition: width .2s ease, height .2s ease, border-radius .2s ease;
    z-index: -1; }
  .bl-item-light:hover::before, .category:hover::before, .bl-category-list:hover::before {
    width: 100%;
    height: 100%; }
  .bl-item-light .ref, .category .ref, .bl-category-list .ref {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400; }
  .bl-item-light h3, .bl-item-light .bl-category-label, .bl-item-light .bl-category-label-list, .category h3, .category .bl-category-label, .category .bl-category-label-list, .bl-category-list h3, .bl-category-list .bl-category-label, .bl-category-list .bl-category-label-list {
    margin-bottom: 3rem; }
    .bl-item-light h3, .bl-item-light h3 a, .bl-item-light .bl-category-label, .bl-item-light .bl-category-label a, .bl-item-light .bl-category-label-list, .bl-item-light .bl-category-label-list a, .category h3, .category h3 a, .category .bl-category-label, .category .bl-category-label a, .category .bl-category-label-list, .category .bl-category-label-list a, .bl-category-list h3, .bl-category-list h3 a, .bl-category-list .bl-category-label, .bl-category-list .bl-category-label a, .bl-category-list .bl-category-label-list, .bl-category-list .bl-category-label-list a {
      color: #040e19 !important;
      font-size: 1.5rem !important;
      font-weight: bold !important; }
  .bl-item-light::after, .category::after, .bl-category-list::after {
    content: "";
    background-color: #f2f2f2;
    height: 2rem;
    width: 100%;
    bottom: -1rem;
    z-index: 0;
    position: absolute;
    left: 0;
    border-bottom: 0.2rem solid #e6e6e6; }
  .bl-item-light .bl-products-more-details, .category .bl-products-more-details, .bl-category-list .bl-products-more-details {
    font-size: 0 !important;
    background: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    position: relative;
    z-index: 10; }
    .bl-item-light .bl-products-more-details::before, .category .bl-products-more-details::before, .bl-category-list .bl-products-more-details::before {
      content: "DÉTAILS" !important;
      display: block !important;
      padding: 1rem 3rem !important;
      color: white !important;
      background-color: #194c77 !important;
      font-family: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif !important;
      font-size: 1.2rem !important;
      transition: .4s ease-out;
      border-radius: 0.5rem; }
    .bl-item-light .bl-products-more-details:hover::before, .category .bl-products-more-details:hover::before, .bl-category-list .bl-products-more-details:hover::before {
      background-color: #dd3330 !important; }
  .bl-item-light .bl-light-container-link, .category .bl-light-container-link, .bl-category-list .bl-light-container-link {
    position: absolute;
    bottom: -1.8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    margin: 0 !important; }

.bl-list-products li.bl-mode-light p.bl-item-picture, .bl-list-items li.bl-mode-light p.bl-item-picture {
  margin: 5px 0 20px 0 !important; }

.bl-list-items .etiquette, .bl-list-products .etiquette {
  position: absolute;
  top: 2.2rem;
  transform: rotate(-45deg);
  width: 11rem;
  left: -.6rem;
  text-align: center;
  color: white;
  font-size: 2rem; }
.bl-list-items #promo, .bl-list-products #promo {
  position: absolute;
  top: 0;
  left: 0; }
  .bl-list-items #promo::before, .bl-list-products #promo::before {
    content: "";
    border-top: 15rem solid rgba(221, 51, 48, 0.8);
    border-left: 15rem solid transparent;
    position: absolute;
    transform: rotate(-90deg); }

.bl-product {
  font-family: "Oswald", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #dd3330;
  text-transform: uppercase; }
  .bl-product .descTiny {
    margin-bottom: 3rem; }
  .bl-product .etiquette {
    position: absolute;
    top: 2.5rem;
    transform: rotate(-45deg);
    width: 11rem;
    left: 1rem;
    text-align: center;
    color: white;
    font-size: 2rem; }
  .bl-product #promo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 15px;
    width: 100%;
    height: 100%; }
    .bl-product #promo::before {
      content: "";
      border-top: 15rem solid rgba(221, 51, 48, 0.8);
      border-left: 15rem solid transparent;
      position: absolute;
      transform: rotate(-90deg); }
  .bl-product::before {
    content: "";
    height: 1.5rem;
    width: 0.3rem solid #dd3330;
    display: inline-block;
    vertical-align: middle; }

.bl-product .bl-product-main-title {
  position: relative;
  padding-left: 1.4rem;
  margin: 0;
  line-height: 4rem; }
  .bl-product .bl-product-main-title h2 {
    color: black;
    font-size: 3.6rem;
    text-transform: uppercase;
    font-weight: normal; }
  .bl-product .bl-product-main-title::before {
    content: "";
    height: 80%;
    width: .8rem;
    background: #dd3330;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
.bl-product .ref {
  color: #9d9d9d;
  font-size: 1.4rem;
  text-transform: none;
  font-weight: normal;
  font-family: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 2rem; }
  .bl-product .ref::after {
    content: "";
    height: .1rem;
    width: 100%;
    background: #9d9d9d;
    display: block;
    margin-top: 2rem; }
.bl-product .bl-product-short-description {
  font-size: 1.8rem;
  font-family: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #0d3455;
  text-transform: none;
  line-height: 2.2rem; }
.bl-product .fabricant, .bl-product .sitefab {
  font-size: 1.6rem;
  font-family: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: none;
  color: #0d3455;
  position: relative;
  padding-left: 1.8rem;
  height: 3rem;
  margin-bottom: 1rem; }
  .bl-product .fabricant::before, .bl-product .sitefab::before {
    content: "";
    height: 1rem;
    width: .6rem;
    background: #dd3330;
    position: absolute;
    left: 0;
    top: .6rem; }
  .bl-product .fabricant::after, .bl-product .sitefab::after {
    content: "";
    height: .1rem;
    width: 100%;
    background: #9d9d9d;
    position: absolute;
    left: 0;
    bottom: 0; }
.bl-product .bl-product-short-description::after {
  content: "";
  height: .1rem;
  width: 100%;
  background: #9d9d9d;
  display: inline-block;
  margin-bottom: .3rem; }
.bl-product .technicalInfo h3 {
  font-size: 2.5rem;
  font-weight: 400;
  color: black;
  text-transform: none;
  font-family: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
.bl-product .technicalInfo p {
  font-size: 1.4rem;
  color: #838383;
  text-transform: none;
  font-family: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
.bl-product .bl-product-info-right {
  float: inherit;
  display: inline-block;
  min-height: 60rem; }
.bl-product .bottomproduct .title {
  position: relative;
  margin-bottom: 3rem; }
.bl-product .bottomproduct h3 {
  font-size: 2.5rem;
  font-weight: 400;
  color: black;
  font-family: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-transform: none;
  width: 32rem;
  text-align: center;
  margin: auto;
  background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/texture.png"); }
  .bl-product .bottomproduct h3::before {
    content: "";
    height: .1rem;
    width: 100%;
    background: #9d9d9d;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1; }
.bl-product .bottomproduct li {
  padding: 0; }
  .bl-product .bottomproduct li:nth-child(odd) .label, .bl-product .bottomproduct li:nth-child(odd) .value {
    background-color: white;
    border-bottom: 0.2rem solid #e6e6e6; }
.bl-product .bottomproduct p {
  display: inline-block;
  font-family: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none; }
  .bl-product .bottomproduct p.label {
    color: #4b5259;
    width: 36rem;
    padding: .5rem 0;
    padding-left: 2rem; }
  .bl-product .bottomproduct p.value {
    color: black;
    font-weight: bold;
    width: 66.7rem;
    margin-left: 1rem;
    padding: .5rem 0;
    padding-left: 2rem; }
    .bl-product .bottomproduct p.value > a {
      color: black; }
.bl-product .bl-product-add-to-cart2 {
  width: 23rem;
  height: 2rem;
  margin: auto; }
.bl-product .bl-product-add-to-cart {
  margin-top: 4rem; }
.bl-product .bl-product-add-to-cart-button {
  padding: 0; }
  .bl-product .bl-product-add-to-cart-button::before {
    content: none; }
  .bl-product .bl-product-add-to-cart-button input {
    padding: 1rem 2rem;
    display: block;
    height: 4.5rem;
    text-transform: uppercase;
    font-weight: 400;
    margin: auto;
    background: #dd3330;
    transition: .4s ease-out; }
    .bl-product .bl-product-add-to-cart-button input:hover {
      background: #194c77; }

.bl .category, .bl .bl-category-list {
  position: relative; }
  .bl .category::before, .bl .bl-category-list::before {
    background-color: rgba(221, 51, 48, 0.4); }
  .bl .category > div, .bl .bl-category-list > div {
    width: 23.8rem !important; }
  .bl .category a, .bl .category .bl-category-link, .bl .bl-category-list a, .bl .bl-category-list .bl-category-link {
    display: block; }
    .bl .category a::before, .bl .category .bl-category-link::before, .bl .bl-category-list a::before, .bl .bl-category-list .bl-category-link::before {
      content: "Voir les produits";
      text-transform: uppercase;
      display: inline-table;
      padding: 1rem 3rem;
      color: white;
      background-color: #dd3330;
      font-family: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif;
      font-size: 1.2rem;
      transition: .4s ease-out;
      border-radius: 0.5rem;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -27px;
      z-index: 1; }
    .bl .category a:hover::before, .bl .category .bl-category-link:hover::before, .bl .bl-category-list a:hover::before, .bl .bl-category-list .bl-category-link:hover::before {
      background-color: #194c77; }
  .bl .category .bl-category-label, .bl .category .bl-category-label-list, .bl .bl-category-list .bl-category-label, .bl .bl-category-list .bl-category-label-list {
    position: absolute;
    background: transparent;
    left: 50%;
    transform: translateX(-50%);
    top: 211px;
    margin-bottom: 0;
    border: none;
    text-align: center; }
    .bl .category .bl-category-label:hover, .bl .category .bl-category-label-list:hover, .bl .bl-category-list .bl-category-label:hover, .bl .bl-category-list .bl-category-label-list:hover {
      background-color: transparent; }
  .bl .category img, .bl .bl-category-list img {
    max-width: 100%;
    height: 193px;
    padding: 1.8rem 3.15rem 0; }

.bl-list-categories [class|="bl-category-link"]:hover span, .bl-list-category-detail .bl-category-link:hover span {
  background-color: transparent !important; }

#zone-nextcontent {
  padding-top: 3rem;
  padding-bottom: 4rem; }
  #zone-nextcontent .button:hover {
    background-color: #194c77; }
  #zone-nextcontent .cms_bloc_title h2 {
    text-transform: uppercase;
    color: #081929;
    font-size: 3.2rem;
    text-align: center;
    font-family: "Oswald", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin-bottom: 2rem;
    font-weight: normal; }
    #zone-nextcontent .cms_bloc_title h2::after {
      content: "";
      width: 7rem;
      height: .3rem;
      background: #dd3330;
      display: block;
      margin: auto;
      margin-top: 1rem; }

#zone-footer {
  background: #081929;
  position: relative;
  z-index: 5;
  padding: 2rem 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: 70%;
      text-align: left; }
      #zone-footer > .container .left p {
        font-size: 1.2rem;
        color: white;
        font-weight: normal; }
    #zone-footer > .container .right {
      font-size: 1.2rem;
      color: white;
      font-weight: normal; }
    #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; }

/*# sourceMappingURL=common.css.map */

h3.soustitre_1 {
  position: static;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.4rem;
  padding-bottom: 0.5rem; }

h4.soustitre_2 {
  position: static;
  color: #dd3330;
  font-weight: 700;
  font-size: 2.2rem;
  padding-bottom: 0.5rem; }

h5.intertitre {
  position: static;
  color: #194c77;
  font-weight: 700;
  font-size: 2.0rem; }

strong.accroche {
  position: static;
  color: #194c77;
  font-weight: 500;
  font-size: 1.6rem; }

strong.mise_en_avant_1 {
  position: static;
  font-weight: bold;
  color: #e45e5c; }

strong.mise_en_avant_2 {
  position: static;
  font-weight: bold;
  color: #194c77; }

span.legende {
  position: static;
  font-size: 1.6rem;
  font-style: italic; }

blockquote.citation {
  position: static;
  margin: 1.4em 0;
  padding: 1rem 2rem;
  border-left: 0.4rem solid #dd3330;
  background: rgba(128, 128, 128, 0.08); }

a.button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #dd3330;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  text-decoration: none;
  font-family: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif; }

#zone-diaporama {
  z-index: 0; }
  #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 #destockage {
    background-image: url("https://www.thermifroid.com/default/CMS/css/common/../../images/thermifroid/Bandeau.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999; }

.pageType #zone-diaporama {
  height: 14rem;
  position: relative;
  overflow: hidden; }
  .pageType #zone-diaporama img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }

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

#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 #194c77; }

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

.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: #194c77; }

.bl-product-price div + div {
  color: #194c77; }

#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: #194c77; }

#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: #194c77; }

.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: #194c77; }

.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: #194c77; }

.bl-recap-contener .bl-recap-etape {
  color: #194c77; }

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

.ma-container.ma-aside {
  position: relative;
  line-height: 1.3; }
  .ma-container.ma-aside .ma-title {
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 1.4rem; }
  .ma-container.ma-aside .ma-news-container {
    height: 22rem;
    padding: 2rem;
    border-radius: .4rem;
    background: #f8f8f8;
    border: 1px solid #ededed; }
    .ma-container.ma-aside .ma-news-container .ma-news .ma-news-date {
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: normal;
      margin: .4rem 0; }
    .ma-container.ma-aside .ma-news-container .ma-news .ma-news-title {
      margin: 0.5rem 0; }
      .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: 1.8rem;
        font-weight: 400;
        text-decoration: none; }
    .ma-container.ma-aside .ma-news-container .ma-news .ma-news-resume {
      font-size: 1.3rem;
      font-weight: normal;
      line-height: 1.4; }
    .ma-container.ma-aside .ma-news-container .ma-news .ma-know-more-link {
      display: inline-block;
      margin: 0.5rem 0;
      font-size: 1.3rem;
      font-weight: 600; }
  .ma-container.ma-aside .ma-all-news-link {
    position: absolute;
    top: 0.6rem;
    right: 0;
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #dd3330;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
    transition: .4s ease-out;
    text-decoration: none;
    font-family: "Lato", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    transition: background-color .4s ease-out; }
    .ma-container.ma-aside .ma-all-news-link:hover {
      background-color: #194c77; }
    .ma-container.ma-aside .ma-all-news-link a {
      font-size: 1.2rem;
      font-weight: normal;
      color: white;
      text-decoration: none; }
  .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;
        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 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;
      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 .ma-news-image a img {
          border: .6rem solid white;
          max-width: 100%;
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2); }
    .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: normal;
      margin: .4rem 0; }
    .ma-container.ma-allNews li.news .ma-news-title {
      font-size: 1.8rem;
      margin-bottom: 0.4rem;
      line-height: 1.3; }
      .ma-container.ma-allNews li.news .ma-news-title, .ma-container.ma-allNews li.news .ma-news-title a {
        font-weight: 400;
        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.3rem;
      font-weight: 600; }
  .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); }