@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Black.ttf) format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Medium.ttf) format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Bold.ttf) format('truetype');
  font-weight: bold;
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #0e0e0e;
  color: #FFFFFF;
  overflow-x: hidden;
  margin: 0;
  padding-top: 119px;
}
body #fond-bloquer-contenu-menu-mobile {
  display: none;
}
body a {
  text-decoration: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body a:hover,
body a:active,
body a:focus {
  outline: 0;
  text-decoration: none;
}
body .container {
  max-width: 1266px;
}
body .nf-form-cont .nf-error-msg {
  font-size: 0.75rem;
  line-height: 1rem;
}
body .nf-form-cont .nf-before-form-content .nf-form-fields-required {
  display: none;
}
body .nf-form-cont .nf-form-content .nf-row {
  margin: 0 -13.5px;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell {
  padding-left: 13.5px;
  padding-right: 13.5px;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-element {
  border: 1px solid #F8F8F8;
  border-radius: 10px;
  background-color: transparent;
  height: 45px;
  padding: 0 18px;
  outline: 0;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.875rem;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-element::placeholder {
  color: #FFFFFF;
  opacity: 1;
  font-weight: 500;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-element::-ms-input-placeholder {
  color: #FFFFFF;
  font-weight: 500;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container {
  margin-bottom: 20px;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.textarea-container .nf-field-element .nf-element {
  height: 155px;
  padding-top: 15px;
  padding-bottom: 15px;
  resize: none;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listselect-container .nf-element {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/chevron-formulaire.svg);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  padding-right: 54px;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listselect-container .nf-element option {
  padding: 0;
  background-color: #1C1C1C;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container {
  position: relative;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-label {
  border: 1px solid #F8F8F8;
  border-radius: 10px;
  background-color: transparent;
  height: 45px;
  padding: 7px 18px;
  outline: 0;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.875rem;
  width: 100%;
  margin: 0;
  background-image: url(../img/chevron-formulaire.svg);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  padding-right: 54px;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-label span {
  font-weight: 500;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-label span .ninja-forms-req-symbol {
  color: #FFFFFF;
  margin-left: -4px;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-label.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-element {
  padding: 35px 50px 15px;
  background-color: #1C1C1C;
  border: 1px solid #F8F8F8;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 1;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-element ul {
  font-size: 0;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-element ul li {
  display: inline-block;
  font-size: 1rem;
  width: 50%;
  margin-bottom: 20px !important;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-element ul li input {
  display: none;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-element ul li input:checked + label:after {
  opacity: 1;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-element ul li label {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  cursor: pointer;
  margin: 0;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-element ul li label:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #707070;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-element ul li label:after {
  content: "";
  opacity: 0;
  background-color: #E10600;
  width: 11px;
  height: 11px;
  top: 6px;
  left: 2px;
  position: absolute;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.checkbox-container .nf-field-label {
  padding: 0;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.checkbox-container .nf-field-label label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: normal;
  position: relative;
  padding-left: 21px;
  cursor: pointer;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.checkbox-container .nf-field-label label:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #F8F8F8;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.checkbox-container .nf-field-label label:after {
  content: "";
  background-image: url(../img/check-ok.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  left: 1px;
  width: 18px;
  height: 18px;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.checkbox-container .nf-field-label label.nf-checked-label:after {
  opacity: 1;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.checkbox-container .nf-field-element {
  display: none;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.submit-container .nf-field-element {
  text-align: center;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.submit-container .nf-field-element .nf-element {
  background-color: #E10600;
  font-weight: bold;
  border: 0;
  max-width: 182px;
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  border-radius: 23px;
}
body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.submit-container .nf-field-element .nf-element:hover {
  background-color: #1C1C1C;
}
body #modalDevisDemo .modal-content {
  background-image: url(../img/modal-demo-bg.png);
  background-size: cover;
  background-position: top center;
  padding-top: 93px;
}
body #modalDevisDemo .modal-content .container {
  max-width: 707px;
}
body #modalDevisDemo .modal-content .modal-header {
  padding: 0;
  border: 0;
  margin-bottom: 30px;
  position: relative;
}
body #modalDevisDemo .modal-content .modal-header .modal-title {
  font-size: 2.063rem;
  line-height: 3rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
body #modalDevisDemo .modal-content .modal-header .modal-title span {
  color: #E10600;
  display: block;
}
body #modalDevisDemo .modal-content .modal-header .btn-close {
  position: absolute;
  right: 7%;
  top: 0;
  padding: 0;
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #modalDevisDemo .modal-content .modal-header .btn-close:hover {
  opacity: .5;
}
body #modalDevisDemo .modal-content .modal-body {
  padding: 0;
}
body #modalDevisDemo .modal-content .modal-body .introduction {
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 40px;
}
body #modalDevisDemo .modal-content .modal-body .nf-form-cont {
  max-width: 584px;
  margin: auto;
}
body >header {
  background-color: #1C1C1C;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 119px;
  z-index: 10;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
body >header .logo {
  padding-bottom: 43px;
}
body >header .menu-header nav ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body >header .menu-header nav ul.menu >li.menu-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  padding-bottom: 44px;
}
body >header .menu-header nav ul.menu >li.menu-item.menu-item-has-children >a:after {
  content: "";
  background-color: #FFFFFF;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.665' height='5.351' viewBox='0 0 8.665 5.351'%3E%3Cpath id='Icon_material-keyboard-arrow-down' data-name='Icon material-keyboard-arrow-down' d='M10.018,11.76l3.314,3.307,3.314-3.307,1.018,1.018-4.333,4.333L9,12.778Z' transform='translate(-9 -11.76)' fill='%23fff'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.665' height='5.351' viewBox='0 0 8.665 5.351'%3E%3Cpath id='Icon_material-keyboard-arrow-down' data-name='Icon material-keyboard-arrow-down' d='M10.018,11.76l3.314,3.307,3.314-3.307,1.018,1.018-4.333,4.333L9,12.778Z' transform='translate(-9 -11.76)' fill='%23fff'/%3E%3C/svg%3E%0A");
  display: inline-block;
  vertical-align: middle;
  width: 8.67px;
  height: 5.35px;
  margin-left: 11.7px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >header .menu-header nav ul.menu >li.menu-item.menu-item-has-children >a:hover:after {
  background-color: #E10600;
}
body >header .menu-header nav ul.menu >li.menu-item.menu-item-has-children.current-menu-item >a,
body >header .menu-header nav ul.menu >li.menu-item.menu-item-has-children.current-menu-ancestor >a {
  color: #E10600;
}
body >header .menu-header nav ul.menu >li.menu-item.menu-item-has-children.current-menu-item >a:after,
body >header .menu-header nav ul.menu >li.menu-item.menu-item-has-children.current-menu-ancestor >a:after {
  background-color: #E10600;
}
body >header .menu-header nav ul.menu >li.menu-item:first-child {
  margin-left: 0;
}
body >header .menu-header nav ul.menu >li.menu-item >a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.188rem;
}
body >header .menu-header nav ul.menu >li.menu-item >a:hover {
  color: #E10600;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu {
  background-color: #B80904;
  width: 100%;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  text-align: center;
  padding-top: 44px;
  font-size: 0;
  display: none;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 49px;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item.current-menu-item >a,
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item.current-menu-ancestor >a {
  font-weight: 600;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item.menu-item-has-children:hover >a:before {
  opacity: 1;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item:last-child >a:after {
  display: none;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >a {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.563rem;
  font-weight: 500;
  display: block;
  padding: 0 60px;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 28px 28px 0 28px;
  border-color: #B80904 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 99px;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 1;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  cursor: default;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >a:after {
  content: "";
  width: 1px;
  height: 67px;
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  top: -10px;
  opacity: .5;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu {
  background-color: #1C1C1C;
  width: 100%;
  top: 100%;
  left: 0;
  margin: 0;
  margin-top: -20px;
  padding: 0;
  list-style-type: none;
  position: absolute;
  text-align: center;
  padding-top: 53px;
  padding-bottom: 42px;
  display: none;
  z-index: -1;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  width: 120px;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item.current-menu-item >a {
  color: #E10600;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item:last-child {
  margin-right: 0;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item >a {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.188rem;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item >a >img {
  padding: 0;
  margin-bottom: 28px !important;
}
body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item >a:hover {
  color: #E10600;
}
body >header .menu-header nav ul.menu >li.menu-item.current-menu-item >a {
  color: #E10600;
}
body >header .toolbox-woo {
  position: absolute;
  bottom: 41px;
  left: 82%;
  width: auto;
}
body >header .toolbox-woo:before {
  content: "";
  height: 27px;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  background-color: #E10600;
  margin-right: 28.5px;
}
body >header .toolbox-woo .outil {
  display: inline-block;
  vertical-align: middle;
  margin-right: 38px;
}
body >header .toolbox-woo .outil:last-child {
  margin-right: 0;
}
body >header .toolbox-woo .outil a {
  text-transform: uppercase;
  color: #FFFFFF;
}
body >header .toolbox-woo .outil a svg [fill="#fff"] {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >header .toolbox-woo .outil a:hover {
  color: #E10600;
}
body >header .toolbox-woo .outil.compte a {
  font-size: .75rem;
  line-height: .938rem;
}
body >header .toolbox-woo .outil.compte a svg {
  margin-right: 13.5px;
}
body >header .toolbox-woo .outil.compte a:hover svg [fill="#fff"] {
  stroke: #E10600;
}
body >header .toolbox-woo .outil.panier a .valeur .nombre {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  background-color: #E10600;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: .875rem;
  margin-top: -24px;
  margin-left: -14px;
}
body >header .toolbox-woo .outil.panier a:hover svg [fill="#fff"] {
  fill: #E10600;
}
body >main {
  position: relative;
}
body >main .bloc-titre {
  font-size: 1.875rem;
  line-height: 2.313rem;
  color: #E10600;
  font-weight: bold;
  margin-bottom: 1.688rem;
}
body >main .bloc-texte {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  margin-bottom: 1.688rem;
}
body >main .bloc-texte >* {
  margin-bottom: 1.688rem;
}
body >main .bloc-texte ul,
body >main .bloc-texte ol {
  padding-left: 20px;
}
body >main .bloc-texte a {
  color: #FFFFFF;
  text-decoration: underline;
}
body >main .bloc-texte a:hover {
  color: #E10600;
}
body >main #cmplz-document {
  max-width: 1266px;
  padding: 0 12px;
  margin: auto;
  margin-bottom: 3.063rem;
}
body >main #cmplz-document * {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #FFFFFF;
}
body >main #cmplz-document h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
body >main #cmplz-document p {
  margin-bottom: 1.25rem;
}
body >main #cmplz-document ul,
body >main #cmplz-document ol {
  padding-left: 20px;
}
body >main #cmplz-document a {
  color: #FFFFFF;
  text-decoration: underline;
}
body >main #cmplz-document a:hover {
  color: #E10600;
}
body >main #cmplz-document details.cmplz-dropdown summary.cmplz-service-header {
  background-color: #E10600;
}
body >main #cmplz-document details.cmplz-dropdown .cookies-per-purpose * {
  color: #1C1C1C;
}
body >main ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px !important;
  padding: 0 !important;
  list-style-type: none;
}
body >main ul.products li.product {
  margin: 0px 0px 70px !important;
  padding: 0 12px !important;
  width: 33.33% !important;
}
body >main ul.products li.product:hover .woocommerce-loop-product__link .visuel img {
  opacity: .5;
}
body >main ul.products li.product .woocommerce-loop-product__link {
  color: #1C1C1C;
  text-align: center;
  padding-bottom: 2.8rem;
  display: block;
  height: 100%;
  position: relative;
}
body >main ul.products li.product .woocommerce-loop-product__link .visuel {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.375rem;
  background-color: #FFFFFF;
}
body >main ul.products li.product .woocommerce-loop-product__link .visuel .onsale {
  top: 15px;
  right: 0;
  border-radius: 0;
  margin: 0;
  min-height: 0;
  height: auto;
  line-height: 0.875rem;
  padding: 5px 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #E10600;
}
body >main ul.products li.product .woocommerce-loop-product__link .visuel img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  width: 100%;
  object-fit: contain;
  margin: 0;
  max-width: none;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main ul.products li.product .woocommerce-loop-product__link .textuel {
  text-align: center;
}
body >main ul.products li.product .woocommerce-loop-product__link .textuel .woocommerce-loop-product__title {
  font-size: 1.3rem;
  line-height: 1.75rem;
  font-weight: 800;
  padding: 0;
  margin-bottom: 0.563rem;
}
body >main ul.products li.product .woocommerce-loop-product__link .textuel .marques {
  font-size: .8rem;
  line-height: 1rem;
  color: #858585;
  margin-bottom: 0.563rem;
}
body >main ul.products li.product .woocommerce-loop-product__link .textuel .reference {
  font-size: .8rem;
  line-height: 1rem;
  color: #858585;
}
body >main ul.products li.product .woocommerce-loop-product__link .textuel .price {
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
body >main ul.products li.product .woocommerce-loop-product__link .textuel .price >.amount,
body >main ul.products li.product .woocommerce-loop-product__link .textuel .price .woocommerce-price-suffix {
  font-size: .8rem;
  line-height: .8rem;
  color: #E10600;
  margin: 0;
  font-weight: 800;
  display: inline;
}
body >main ul.products li.product .woocommerce-loop-product__link .textuel .price .woocommerce-price-suffix {
  margin-left: 5px;
}
body >main ul.products li.product .woocommerce-loop-product__link .textuel .price strong {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #E10600;
  margin: 0;
  font-weight: 800;
  display: inline;
}
body >main ul.products li.product .woocommerce-loop-product__link .textuel .price strong del {
  margin-right: 5px;
  opacity: 1;
  color: silver;
}
body >main ul.products li.product .woocommerce-loop-product__link .textuel .price strong del span,
body >main ul.products li.product .woocommerce-loop-product__link .textuel .price strong del .amount {
  color: silver;
}
body >main ul.products li.product .woocommerce-loop-product__link .textuel .price strong .unite {
  color: #1C1C1C;
  font-weight: 300;
  font-size: .8rem;
  line-height: .8rem;
}
body >main ul.products li.product .button.add_to_cart_button {
  background-color: #1C1C1C;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  width: 100%;
  max-width: 163px;
  text-align: center;
  font-weight: 400;
  border-radius: 0;
  display: block;
  position: absolute;
  bottom: 49px;
  left: 0;
  right: 0;
  margin: auto;
}
body >main .woocommerce-pagination ul.page-numbers li .page-numbers {
  background-color: #E8E8E8;
  color: #1C1C1C;
  border: 0;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 0.6rem;
  width: 30px;
}
body >main .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background-color: #E10600;
  color: #FFFFFF;
}
body >main .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: #E10600;
  color: #FFFFFF;
}
body >main section.titre-page {
  margin-bottom: 30px;
  margin-top: 75px;
}
body >main section.titre-page span {
  color: #FFFFFF;
  font-size: 2.375rem;
  line-height: 2.813rem;
  font-weight: bold;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-left: 85px;
}
body >main section.titre-page span img {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0,-50%);
}
body >main section.changement-dabonnement {
  padding: 60px 0;
}
body >main section.changement-dabonnement .container {
  max-width: 700px;
}
body >main section.changement-dabonnement .titre-section {
  font-size: 2.375rem;
  line-height: 2.813rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 38px;
}
body >main section.changement-dabonnement .titre-section img {
  margin-right: 24px;
  width: 76px;
}
body >main section.changement-dabonnement .titre-section span {
  color: #E10600;
}
body >main section.changement-dabonnement .titre-bloc {
  font-size: 2.063rem;
  line-height: 3rem;
  color: #E10600;
  font-weight: bold;
}
body >main section.changement-dabonnement .intitule {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 600;
  margin-bottom: 19px;
}
body >main section.changement-dabonnement .cartouche-abonnement-actuel {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 4px;
  color: #1C1C1C;
}
body >main section.changement-dabonnement .cartouche-abonnement-actuel div {
  margin: 0;
}
body >main section.changement-dabonnement .cartouche-abonnement-actuel .intitule-abo {
  margin: 0;
  font-weight: bold;
  color: #E10600;
}
body >main section.changement-dabonnement .cartouche-abonnement-actuel .details span {
  display: block;
}
body >main section.changement-dabonnement .indisponible-a-lachat {
  font-size: 1rem;
  line-height: 1.5rem;
}
body >main section.changement-dabonnement .indisponible-a-lachat a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 600;
}
body >main section.changement-dabonnement .indisponible-a-lachat a:hover {
  color: #E10600;
}
body >main section.changement-dabonnement form.cart {
  padding-top: 34px;
  margin-top: 30px;
  border-top: 1px solid #C2C2C2;
}
body >main section.changement-dabonnement form.cart .variations tr {
  margin-bottom: 45px;
  display: block;
}
body >main section.changement-dabonnement form.cart .variations td {
  display: block;
}
body >main section.changement-dabonnement form.cart .variations td.label {
  margin-bottom: 20px;
}
body >main section.changement-dabonnement form.cart .variations td.label label {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 600;
}
body >main section.changement-dabonnement form.cart .variations td.label label:after {
  content: "  :";
}
body >main section.changement-dabonnement form.cart .variations td.value select {
  display: none;
}
body >main section.changement-dabonnement form.cart .variations td.value p {
  display: none;
}
body >main section.changement-dabonnement form.cart .variations td.value .rudr-variation-radios {
  font-size: 0;
}
body >main section.changement-dabonnement form.cart .variations td.value .rudr-variation-radios .choix {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
body >main section.changement-dabonnement form.cart .variations td.value .rudr-variation-radios .choix:last-child {
  margin-right: 0;
}
body >main section.changement-dabonnement form.cart .variations td.value .rudr-variation-radios .choix input {
  display: none;
}
body >main section.changement-dabonnement form.cart .variations td.value .rudr-variation-radios .choix input:checked + label {
  border-color: #E10600;
  color: #E10600;
}
body >main section.changement-dabonnement form.cart .variations td.value .rudr-variation-radios .choix input[disabled] + label {
  opacity: .25;
  cursor: default;
}
body >main section.changement-dabonnement form.cart .variations td.value .rudr-variation-radios .choix label {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #1C1C1C;
  font-size: 1rem;
  line-height: 1.188rem;
  border-radius: 10px;
  font-weight: 600;
  padding: 26.5px;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main section.changement-dabonnement form.cart .variations td.value .rudr-variation-radios .choix label.active {
  border-color: #E10600;
  color: #E10600;
}
body >main section.changement-dabonnement form.cart .variations td.value .reset_variations {
  display: none;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap {
  display: inline-block;
  justify-content: space-between;
  border: 1px solid #C2C2C2;
  border-radius: 18px;
  width: 100%;
  padding: 27px 47px 27px 50px;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap p {
  margin: 0;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .single_variation {
  display: block;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .single_variation .woocommerce-variation-price .amount {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .single_variation .woocommerce-variation-price .amount bdi {
  font-size: 2.5rem;
  line-height: 3.313rem;
  font-weight: bold;
  color: #E10600;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .single_variation .woocommerce-variation-price .subscription-details {
  font-size: 1rem;
  line-height: 1.313rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .wpcpq-id + p {
  display: none;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .wpcpq-wrap .wpcpq-row {
  display: none;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .wpcpq-wrap .wpcpq-row.wpcpq-summary {
  display: block;
  padding: 0;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .wpcpq-wrap .wpcpq-row.wpcpq-summary .wpcpq-summary-info {
  display: none;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .wpcpq-wrap .wpcpq-row.wpcpq-summary .wpcpq-summary-total {
  font-size: 2.5rem;
  line-height: 3.313rem;
  font-weight: bold;
  color: #E10600;
  margin-bottom: 10px;
  width: 100%;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .wpcpq-wrap .wpcpq-row.wpcpq-summary .wpcpq-summary-total:after {
  content: " / mois";
  font-size: 1rem;
  line-height: 1.313rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  color: #FFFFFF;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled {
  display: none;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart p br {
  display: none;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .qty-label {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity br {
  display: none;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
  font-size: 1rem;
  line-height: 1.188rem;
  padding: 17.5px 10px;
  border-radius: 8px;
  border: 0;
  width: 80px;
  outline: none;
  font-weight: 600;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"] {
  background-color: #E10600;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.188rem;
  padding: 17.5px 31px;
  font-weight: bold;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"]:hover {
  background-color: #1C1C1C;
}
body >footer {
  background-color: #1A1A1A;
  padding-top: 73px;
  padding-bottom: 61px;
}
body >footer .informations-societe .logo {
  margin-bottom: 1.613rem;
  padding-top: 5.4px;
}
body >footer .informations-societe .slogan {
  color: #7B7B7B;
  font-style: italic;
  font-size: .813rem;
  line-height: 1.438rem;
  max-width: 380px;
}
body >footer .menu-footer {
  padding-left: 65px;
  border-left: 1px solid rgba(97,95,95,0.75);
}
body >footer .menu-footer nav {
  margin-bottom: 42px;
}
body >footer .menu-footer nav .colonnes {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  font-size: 1rem;
  line-height: 1.188rem;
}
body >footer .menu-footer nav .colonnes .colonne {
  flex: 0 0 auto;
  width: 50%;
  padding-right: 12px;
}
body >footer .menu-footer nav .colonnes .colonne .items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body >footer .menu-footer nav .colonnes .colonne .items .item.intitule {
  color: #E10600;
  text-transform: uppercase;
  font-weight: 600;
}
body >footer .menu-footer nav .colonnes .colonne .items .item.lien {
  margin-top: 14px;
}
body >footer .menu-footer nav .colonnes .colonne .items .item.lien a {
  color: #FFFFFF;
}
body >footer .menu-footer nav .colonnes .colonne .items .item.lien a:hover {
  color: #E10600;
}
body >footer .menu-footer .liens-legaux {
  color: #959494;
  font-size: .75rem;
  line-height: .9rem;
}
body >footer .menu-footer .liens-legaux .logo-idcom {
  float: left;
  margin-right: 14.2px;
}
body >footer .menu-footer .liens-legaux a {
  color: #959494;
}
body >footer .menu-footer .liens-legaux a:hover {
  color: #E10600;
}
body.single-app {
  background-color: #FFFFFF;
}
body.woocommerce-account,
body.page-id-373 {
  background-color: #1C1C1C;
}
body.woocommerce-account >main.connecte,
body.page-id-373 >main.connecte {
  padding-top: 91px;
}
body.woocommerce-account >main.connecte .titre-compte .intitule,
body.page-id-373 >main.connecte .titre-compte .intitule {
  font-size: 2.063rem;
  line-height: 2.688rem;
  font-weight: bold;
}
body.woocommerce-account >main.connecte .titre-compte .intitule span,
body.page-id-373 >main.connecte .titre-compte .intitule span {
  color: #E10600;
}
body.woocommerce-account >main.connecte .titre-compte .liens,
body.page-id-373 >main.connecte .titre-compte .liens {
  font-size: .875rem;
  line-height: 1.125rem;
  text-align: right;
}
body.woocommerce-account >main.connecte .titre-compte .liens span,
body.page-id-373 >main.connecte .titre-compte .liens span {
  margin-right: 50px;
}
body.woocommerce-account >main.connecte .titre-compte .liens span svg,
body.page-id-373 >main.connecte .titre-compte .liens span svg {
  margin-right: 10px;
}
body.woocommerce-account >main.connecte .titre-compte .liens a,
body.page-id-373 >main.connecte .titre-compte .liens a {
  color: #FFFFFF;
}
body.woocommerce-account >main.connecte .titre-compte .liens a svg,
body.page-id-373 >main.connecte .titre-compte .liens a svg {
  margin-left: 13px;
}
body.woocommerce-account >main.connecte .titre-compte .liens a svg path,
body.page-id-373 >main.connecte .titre-compte .liens a svg path {
  color: #FFFFFF;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.woocommerce-account >main.connecte .titre-compte .liens a:hover,
body.page-id-373 >main.connecte .titre-compte .liens a:hover {
  color: #E10600;
}
body.woocommerce-account >main.connecte .titre-compte .liens a:hover svg path,
body.page-id-373 >main.connecte .titre-compte .liens a:hover svg path {
  fill: #E10600;
}
body.woocommerce-account >main.non-connecte,
body.page-id-373 >main.non-connecte {
  padding-top: 138px;
  min-height: 1050px;
}
body.woocommerce-account >main.non-connecte:before,
body.page-id-373 >main.non-connecte:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3%;
  background-image: url(../img/custom-bg-1.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  z-index: -1;
}
body.woocommerce-account >main.non-connecte .container,
body.page-id-373 >main.non-connecte .container {
  max-width: 707px;
  margin-left: 40%;
}
body.woocommerce-account >main.non-connecte section.titre-page,
body.page-id-373 >main.non-connecte section.titre-page {
  margin-top: 0;
  margin-bottom: 92px;
}
body.woocommerce-account >main.non-connecte section.titre-page span:after,
body.page-id-373 >main.non-connecte section.titre-page span:after {
  content: "";
  height: 1px;
  background-color: #707070;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -48px;
  left: 0;
}
@media screen and (max-width: 1500px) {
  body >header .toolbox-woo {
    left: 80%;
  }
}
@media screen and (max-width: 1400px) {
  body {
    padding-top: 90px;
  }
  body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-element {
    font-size: .875rem;
    line-height: 1.125rem;
    height: 40px;
  }
  body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-label {
    height: 40px;
    padding: 5px 18px;
    font-size: .875rem;
  }
  body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-element {
    padding: 25px;
    top: 40px;
  }
  body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-element ul li {
    font-size: .875rem;
  }
  body >header {
    height: 90px;
  }
  body >header .logo {
    padding-bottom: 32px;
  }
  body >header .menu-header nav ul.menu >li.menu-item {
    margin-left: 30px;
    padding-bottom: 34px;
  }
  body >header .menu-header nav ul.menu >li.menu-item >a {
    font-size: 0.938rem;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu {
    padding-top: 15px;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item {
    padding-bottom: 20px;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >a {
    padding: 0 30px;
    font-size: 0.938rem;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >a:before {
    top: 70px;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >a:after {
    height: 55px;
    top: 0px;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item >a {
    font-size: 0.938rem;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item >a >img {
    margin-bottom: 15px !important;
    max-width: 64px;
    height: auto;
  }
  body >header .toolbox-woo {
    bottom: 31px;
  }
  body >header .toolbox-woo:before {
    margin-right: 20px;
  }
  body >header .toolbox-woo .outil {
    margin-right: 20px;
  }
  body >header .toolbox-woo .outil.compte a svg {
    width: 18px;
  }
  body >header .toolbox-woo .outil.panier a svg {
    width: 22px;
  }
  body >header .toolbox-woo .outil.panier a .valeur .nombre {
    font-size: .75rem;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  body >main .bloc-texte {
    font-size: .875rem;
    line-height: 1.5rem;
  }
  body >main section.titre-page {
    margin-top: 30px;
  }
  body >main section.titre-page span {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  body >main section.changement-dabonnement .titre-section {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 15px;
  }
  body >main section.changement-dabonnement .titre-bloc {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap {
    padding: 15px 25px;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
    padding: 10px;
    width: 70px;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"] {
    padding: 10px 15px;
  }
  body >main section.changement-dabonnement form.cart .variations tr {
    margin-bottom: 30px;
  }
  body >main section.changement-dabonnement form.cart .variations td.label {
    margin-bottom: 15px;
  }
  body >main section.changement-dabonnement form.cart .variations td.value .rudr-variation-radios .choix label {
    padding: 15px;
  }
  body >footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body >footer .informations-societe .logo img {
    max-height: 60px;
  }
  body >footer .menu-footer nav .colonnes {
    font-size: .875rem;
  }
  body.woocommerce-account >main.non-connecte,
  body.page-id-373 >main.non-connecte {
    padding-top: 50px;
    min-height: 750px;
  }
  body.woocommerce-account >main.connecte,
  body.page-id-373 >main.connecte {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  body #fond-bloquer-contenu-menu-mobile {
    background-color: #1C1C1C;
    opacity: .4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
  }
  body >header {
    z-index: 100;
  }
  body >header .menu-header {
    text-align: right;
    padding-right: 240px;
  }
  body >header .menu-header #menu-mobile {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    background-color: #E10600;
    padding: 14px 25px;
    vertical-align: middle;
    height: 46px;
    transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    margin-bottom: 22px;
  }
  body >header .menu-header #menu-mobile div {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-right: 12px;
  }
  body >header .menu-header #menu-mobile div span {
    display: block;
    margin-bottom: 2px;
    height: 2px;
    background-color: #FFFFFF;
  }
  body >header .menu-header #menu-mobile div.fermant {
    display: none;
  }
  body >header .menu-header #menu-mobile div.fermant svg {
    fill: #FFFFFF;
    display: inline-block;
    margin-top: -5px;
  }
  body >header .menu-header #menu-mobile.active {
    background-color: #B80904;
  }
  body >header .menu-header #menu-mobile.active div.ouvrant {
    display: none;
  }
  body >header .menu-header #menu-mobile.active div.fermant {
    display: inline-block;
  }
  body >header .menu-header nav {
    position: fixed;
    top: 90px;
    left: 0;
    width: 350px;
    background-color: #1C1C1C;
    height: 100%;
    box-shadow: 10px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 10px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 0px 10px 0px rgba(0,0,0,0.1);
    text-align: left;
    left: -800px;
    overflow-y: scroll;
    padding-bottom: 120px;
  }
  body >header .menu-header nav ul.menu {
    padding-top: 30px;
  }
  body >header .menu-header nav ul.menu >li.menu-item {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
  }
  body >header .menu-header nav ul.menu >li.menu-item >a {
    display: block;
    padding: 0 15px;
    font-weight: 600;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu {
    position: static;
    margin: 0px;
    width: 100%;
    transform: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-align: left;
    padding: 15px 30px;
    margin-top: 15px;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item {
    width: 100%;
    display: block;
    border-bottom: 1px solid #DFDFDF;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >a {
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 0;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >a br {
    content: " ";
    display: inline-block;
    width: 5px;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >a:before,
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >a:after {
    display: none;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item.menu-item-has-children >ul.sub-menu {
    margin-top: 10px;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item.menu-item-has-children >ul.sub-menu >li >a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu {
    display: block;
    position: static;
    padding-top: 0px;
    padding-bottom: 5px;
    background: inherit;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item {
    display: block;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item:last-child {
    margin-bottom: 0;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item.current-menu-item >a {
    color: #1C1C1C;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item >a {
    text-align: left;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item >a:hover {
    color: #1C1C1C;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item >a >img {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
    max-width: 64px;
    display: inline-block;
    max-width: 40px;
    vertical-align: middle;
  }
  body >header .menu-header nav ul.menu >li.menu-item >ul.sub-menu >li.menu-item >ul.sub-menu >li.menu-item >a span {
    display: inline-block;
    vertical-align: middle;
  }
  body >header .menu-header nav ul.menu >li.menu-item.ouvert >a:after {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  body >header .toolbox-woo {
    left: auto;
    right: 0;
  }
  body >main section.changement-dabonnement form.cart .variations tr {
    margin-bottom: 20px;
  }
  body >main section.changement-dabonnement form.cart .variations td.label {
    margin-bottom: 10px;
  }
  body >main section.changement-dabonnement form.cart .variations td.label label {
    font-size: .875rem;
  }
  body >main section.changement-dabonnement form.cart .variations td.value .rudr-variation-radios .choix label {
    font-size: .875rem;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .qty-label {
    font-size: .875rem;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"] {
    padding: 10px 15px;
  }
  body >footer .menu-footer {
    padding-left: 30px;
  }
  body >footer .informations-societe .logo img {
    max-height: 50px;
  }
  body.woocommerce-account >main.connecte .titre-compte .intitule,
  body.page-id-373 >main.connecte .titre-compte .intitule {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  body >main section.titre-page {
    margin-bottom: 0;
  }
  body >main section.titre-page span {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-left: 65px;
  }
  body >main section.titre-page span img {
    max-width: 50px;
    left: 0;
  }
  body >main section.changement-dabonnement .titre-section {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  body >main section.changement-dabonnement .titre-section img {
    max-width: 50px;
  }
  body >main section.changement-dabonnement .titre-bloc {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  body >main section.changement-dabonnement form.cart .variations td.value .rudr-variation-radios .choix label {
    padding: 10px;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .single_variation .woocommerce-variation-price .subscription-detail {
    font-size: .875rem;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .single_variation .woocommerce-variation-price .amount bdi {
    font-size: 2.25rem;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
    width: 60px;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"] {
    font-size: .875rem;
  }
  body >main .bloc-texte br {
    content: "";
  }
  body >footer .informations-societe .logo img {
    max-height: 45px;
  }
  body >footer .informations-societe .slogan {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  body >footer .menu-footer nav .colonnes .colonne .items .item.lien {
    margin-top: 10px;
  }
  body >footer .menu-footer .liens-legaux {
    font-size: .625rem;
  }
  body >footer .menu-footer .liens-legaux .logo-idcom {
    margin-right: 10px;
  }
  body >footer .menu-footer .liens-legaux .logo-idcom img {
    height: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    padding-top: 60px;
  }
  body #modalDevisDemo .modal-content {
    padding-top: 30px;
  }
  body #modalDevisDemo .modal-content .modal-header {
    margin-bottom: 20px;
  }
  body #modalDevisDemo .modal-content .modal-header .modal-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  body #modalDevisDemo .modal-content .modal-header .btn-close {
    right: 40px;
  }
  body #modalDevisDemo .modal-content .modal-body .introduction {
    font-size: .875rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
  body.woocommerce-account >main.non-connecte,
  body.page-id-373 >main.non-connecte {
    padding-top: 15px;
    min-height: 0;
  }
  body.woocommerce-account >main.non-connecte:before,
  body.page-id-373 >main.non-connecte:before {
    display: none;
  }
  body.woocommerce-account >main.non-connecte section.titre-page,
  body.page-id-373 >main.non-connecte section.titre-page {
    margin-bottom: 30px;
  }
  body.woocommerce-account >main.non-connecte section.titre-page span:after,
  body.page-id-373 >main.non-connecte section.titre-page span:after {
    bottom: -10px;
  }
  body.woocommerce-account >main.non-connecte .container,
  body.page-id-373 >main.non-connecte .container {
    width: 100%;
    margin: 0;
  }
  body.woocommerce-account >main.non-connecte .connexion .woocommerce-form .form-row,
  body.page-id-373 >main.non-connecte .connexion .woocommerce-form .form-row {
    margin-bottom: 10px;
  }
  body.woocommerce-account >main.non-connecte .connexion .woocommerce-form .form-row input,
  body.page-id-373 >main.non-connecte .connexion .woocommerce-form .form-row input {
    padding: 10px 15px;
    height: 40px;
  }
  body.woocommerce-account >main.non-connecte .connexion .woocommerce-form .form-row .woocommerce-button,
  body.page-id-373 >main.non-connecte .connexion .woocommerce-form .form-row .woocommerce-button {
    padding: 10px;
    margin-bottom: 15px;
  }
  body.woocommerce-account >main.non-connecte .connexion .woocommerce-form .lost_password,
  body.page-id-373 >main.non-connecte .connexion .woocommerce-form .lost_password {
    margin-bottom: 15px;
  }
  body.woocommerce-account >main.non-connecte .inscription,
  body.page-id-373 >main.non-connecte .inscription {
    margin-top: 50px;
  }
  body.woocommerce-account >main.non-connecte .inscription .bouton a,
  body.page-id-373 >main.non-connecte .inscription .bouton a {
    padding: 10px;
  }
  body.woocommerce-account >main.connecte,
  body.page-id-373 >main.connecte {
    padding-top: 30px;
  }
  body.woocommerce-account >main.connecte .titre-compte .intitule,
  body.page-id-373 >main.connecte .titre-compte .intitule {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  body.woocommerce-account >main.connecte .titre-compte .liens,
  body.page-id-373 >main.connecte .titre-compte .liens {
    font-size: .75rem;
    line-height: 1rem;
    text-align: left;
    margin-top: 10px;
  }
  body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container {
    margin-bottom: 10px;
  }
  body .nf-form-cont .nf-form-content .nf-row .nf-cell .nf-field-container.listcheckbox-container .nf-field-element ul li {
    width: 100%;
  }
  body >header {
    height: 60px;
  }
  body >header .logo {
    padding-bottom: 22px;
    padding-left: 49px;
    font-size: 0;
  }
  body >header .logo a {
    font-size: 0;
  }
  body >header .logo img {
    height: 16px;
  }
  body >header .menu-header {
    position: absolute;
    top: 22px;
    left: 12px;
    padding: 0;
    font-size: 0;
    width: auto;
  }
  body >header .menu-header #menu-mobile {
    font-size: 0;
    line-height: 0;
    padding: 0;
    background: transparent;
    margin: 0;
    height: auto;
  }
  body >header .menu-header #menu-mobile.active {
    background: transparent;
  }
  body >header .menu-header #menu-mobile div {
    margin: 0;
    width: 20px;
  }
  body >header .menu-header #menu-mobile div span {
    margin-bottom: 4px;
  }
  body >header .menu-header #menu-mobile div span:last-child {
    margin: 0;
  }
  body >header .menu-header #menu-mobile div.fermant svg {
    margin-top: -1px;
    width: 18px;
  }
  body >header .menu-header nav {
    top: 60px;
    width: 100%;
  }
  body >header .toolbox-woo {
    bottom: 15px;
  }
  body >header .toolbox-woo:before {
    display: none;
  }
  body >header .toolbox-woo .outil.compte a {
    font-size: 0;
  }
  body >header .toolbox-woo .outil.compte a svg {
    margin: 0;
  }
  body >main section.titre-page span {
    font-size: 1.25rem;
    padding-left: 45px;
  }
  body >main section.titre-page span img {
    max-width: 30px;
  }
  body >main section.changement-dabonnement .titre-bloc {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  body >main section.changement-dabonnement .titre-section img {
    max-width: 30px;
    margin-right: 15px;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap {
    padding: 10px;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .single_variation .woocommerce-variation-price .amount {
    margin-bottom: 5px;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .single_variation .woocommerce-variation-price .amount bdi {
    font-size: 2rem;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .single_variation .woocommerce-variation-price .subscription-details {
    font-size: .875rem;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .qty-label {
    margin-right: 5px;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    margin-right: 5px;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
    width: 50px;
    padding: 7.5px 10px;
  }
  body >main section.changement-dabonnement form.cart .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"] {
    padding: 7.5px 10px;
  }
  body >main section.changement-dabonnement form.cart .variations tr {
    margin-bottom: 10px;
  }
  body >main section.changement-dabonnement form.cart .variations td.label {
    margin-bottom: 5px;
  }
  body >main section.changement-dabonnement form.cart .variations td.value .rudr-variation-radios .choix {
    margin-right: 6px;
  }
  body >main section.changement-dabonnement form.cart .variations td.value .rudr-variation-radios .choix label {
    padding: 7.5px;
  }
  body >footer .informations-societe .slogan {
    margin-bottom: 30px;
  }
  body >footer .menu-footer {
    padding-left: 12px;
  }
  body >footer .menu-footer nav {
    margin-bottom: 30px;
  }
  body >footer .menu-footer nav .colonnes .colonne .items .item.lien {
    margin-top: 5px;
  }
  body >footer .menu-footer .liens-legaux .logo-idcom {
    margin-bottom: 20px;
  }
}
