product-item-name[cf-debugger-style="external"] {
    filter: unset !important;
}

@keyframes changeMenuIco {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@font-face {
    font-family: 'Akkurat';
    src: url('../fonts/Akkurat.eot');
    src: url('../fonts/Akkurat.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Akkurat.woff2') format('woff2'),
    url('../fonts/Akkurat.woff') format('woff'),
    url('../fonts/Akkurat.ttf') format('truetype'),
    url('../fonts/Akkurat.svg#Akkurat') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body, button, input, select, table, textarea {
    font-family: 'Montserrat-SemiBold', Arial, Helvetica, sans-serif;
}

/* .page-header {
    width: 49%;
} */

.page-title-wrapper {
    display: none;
}

#maincontent {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

#title-search {
    /* width: 675px; */
    height: 72px;
    /* margin: 0 99px 61px 20px; */
    font-family: 'Montserrat-Medium';
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

#search-bg {
    /* width: 200px; */
    height: 650px;
    position: absolute;
    z-index: -1;
    top: 0;
    /* width: 100%; */
    /* height: 100%; */
}

.header-right {
    position: absolute;
    right: 40px;
    display: flex;
    flex-direction: row;
    height: 80px;
    align-items: center;
    color: #FFF;
    top: 0;
}

.header-right .block-search {
    display: none;
}

form.search-categries--form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 75%;
}

form.search-categries--form .field {
    flex: 1;
    margin: 0 10px 0 0;
    display: flex;
}

form.search-categries--form .field p {
    color: #FFF;
    /* margin: auto 10px auto 0; */
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 55px;
}

form.search-categries--form .field input,
form.search-categries--form .field select,
form.search-categries--form .field button {
    height: 50px;
}

form.search-categries--form .field-advance-cont {
    flex: 3.07;
    flex-flow: row wrap;
}

form.search-categries--form .field-advance-item {
    width: calc(97%/3);
    flex: initial;
    margin: 0;
    margin-bottom: 11px;
    margin-right: 1.5%;
}

.field.field-advance-item:nth-child(3n) {
    margin-right: 0;
}

/* form.search-categries--form .field-advance-item:nth-child(2n) {
    display: none;
} */

.cs-button {
    width: 100%;
    background-color: #014682;
    border: 0;
    box-shadow: inset 0 0px 0 0 #ffffff, inset 0 0px 0 0 rgba(204, 204, 204, 0.3) !important;
    color: #FFF;
    margin-left: 10px;
}

.header-right a {
    color: #FFF !important;
}

#main-menu-mon-compte {
    display: none;
}

.page-header, .nav-sections, .navigation {
    background: #014682;
    color: rgba(255,255,255,0.65) !important;
}

.nav-sections {
    background: #FFF;
    margin: 0 !important;
}

.nav-sections #search_mini_form #search {
    background: none;
    border: 0;
    padding: 0;
    color: white;
    font-size: 16px;
}

.nav-sections .block-search .action.search::before {
    color: rgba(255,255,255,0.65);
}

.nav-sections #search_mini_form #search:focus {
    outline: none;
    box-shadow: none;
}

.nav-sections #search_mini_form #search::placeholder {
    color: rgba(255,255,255, 0.65);
}

.page-wrapper .page-footer {
    background: white;
    font-family: 'Montserrat-SemiBold';
    margin: 67.5px 0 0;
    padding: 2.125em 15% 28px;
    background-color: #2d2d2d;
}

.page-footer .footer-logo,
.page-footer .copyright2 {
    max-width: 1280px;
    margin-right: auto;
}

.page-footer .footer.content {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    max-width: 100%;
}

.page-footer .footer.content .links {
    padding-right: 20px;
}

.footer-logo {
    /* margin-left: 15.5% !important; */
}

.footer-logo {
    width: 186px;
    height: 32px;
    margin-left: 10px;
}

.cs-container__inner {
    background-image: url('/static/frontend/Protclim/theme/fr_FR/images/search-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cwsFeatured {
    background-color: #FFF;
    padding-top: 50px;
    margin-right: 15.5%;
    margin-left: 15.5%;
}

.cwsFeatured > h3 {
    width: 80%;
    /*margin: auto;*/
}

.cwsFeatured .owl-stage {
    margin: auto;
}

.cwsFeatured .product-image-container {
    display: block;
    margin: auto;
}

.header.content {
    margin: 0 15% !important;
    max-width: initial;
}


.nav-sections .section-items {
    /* display: flex;
    flex-flow: row wrap; */
    border-top: 1px solid rgba(255, 255, 255, 0.65);
    width: 1280px;
    margin: auto;
    align-items: center;
}

.nav-sections .navigation {
    font-size: 16px;
}

.minicart-wrapper .action.showcart{
    color: rgba(255,255,255,0.65);
    display: inline-block;
    vertical-align: middle;
}

.minicart-wrapper .action.showcart::before {
    color: rgba(255,255,255,0.65);
}

.nav-sections .section-items .nav-sections-item-content{
    flex: 1;
}

/* .nav-sections .section-items .section-item-content.nav-sections-item-content {
    display: block !important;
} */

.nav-sections .navigation ul {
    padding: 0;
    background-color: #FFF;
}

.minicart-wrapper .action.showcart span:last-child {
    /* margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: 1px; */
    display: none;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    font-size: 11px;
    color: #014682;
    font-family: 'Montserrat-Bold';
}

.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: 15px;
    right: 18px;
    border-radius: 20px;
    background: #FFF;
    height: 18px;
    line-height: 15px;
    min-width: 12px;
}

.my-account a,
.minicart-wrapper .action.showcart span{
    color: rgb(1, 70, 130);
    font-size: 16px;
    /* margin-right: 10px; */
}

.my-account,
.minicart-wrapper {
    height: 100%;
    margin: 0 !important;
}

.my-account a,
.minicart-wrapper a {
    height: 100%;
    display: flex !important;
    align-items: center;
    padding: 0 30px;
    border-left: 1px solid #0157a2;
    border-right: 1px solid #0157a2;
}

.minicart-wrapper .action.showcart::before {
    color: #FFF;
    font-size: 23px;
}

.my-account img {
    width: 23px;
    height: 23px;
}

.my-account a:hover img {
    filter: opacity(0.5);
}

.minicart-wrapper .action.showcart:hover:before {
    filter: opacity(0.5);
    color: #FFF;
}

.minicart-wrapper span.text {
    display: none;
}

.nav-sections .navigation .level0 > .level-top {
    /* color: rgba(255,255,255,0.65); */
    color: #2d2d2d;
    font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif;
    font-weight: 500;
    padding: 0 1em;
    display: inline-flex;
    text-transform: uppercase;
}

.nav-sections .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    display: inline-flex !important;
    background: rgba(0, 0, 0, 0.14);
    color: white;
    border: 0;
}

.nav-sections .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: unset;
    order: 1;
    margin-left: 1em;
}

.nav-sections .navigation .level0:hover > .level-top {
    background: rgba(0, 0, 0, 0.14);
    color: white;
}

.page-header .logo {
    width: 200px;
}

.page-footer .footer.content .links li {
    font-size: 16px;
    color: #d0d0d0;
    line-height: 1.4;
}

.page-footer .footer.content .links li a {
    color: #d0d0d0;
}


.breadcrumbs {

  margin-left: 14.5% !important;

  margin-top: 2%;

}

 .nav-sections .section-items{

  margin-left: 15.5%;

 }

.product-item{
    border: solid 1px #eeeeee;
}

.product-item .tocart{
    border-radius: 3px;
}

.select.categoriesSelect {
  border: solid 1px #dedede;
  border-radius: 2px;
  height: 41px;
}

.field{
  margin-bottom: 5px;
}


.cs-button {
    width: 205px;
    height: 50px;
    padding: 20px 30px 17px;
    border-radius: 4px;
    background-color: #014682;
}
.cs-button span {
    width: 145px;
    height: 13px;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.product-item-name{

      height: 100px;

      font-size: 15px;

      font-weight: 500;

      font-stretch: normal;

      font-style: normal;

      line-height: 1.2;

      letter-spacing: normal;

      color: #2d2d2d;
}

.price-container .price{

      height: 22px;

      margin: 20px 9px 0 0;

      font-size: 22px;

      font-weight: 500;

      font-stretch: normal;

      font-style: normal;

      line-height: normal;

      letter-spacing: -0.9px;

      color: #2d2d2d;
}

.product-item{
  border: solid 1px #eeeeee;
}
.product-item .tocart{
  border-radius: 3px;
}
.select.categoriesSelect {
border: solid 1px #dedede;
border-radius: 2px;
height: 41px;
}
.field{
margin-bottom: 5px;
}
.cs-button {
  width: 9em;
  height: 3em;
  padding: 0px 0px 0px;
  border-radius: 4px;
  background-color: #014682;
  margin-left: 0;
}

.sidebar .cs-button {
    margin-top: 7px;
    margin-bottom: 7px;
}

.cs-button span {
    width: 145px;
    height: 13px;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;

}

.product_sku {
  padding: 0 2px;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #014682;
}
.page-title .base{
    color: #014682;
}


.footer .address{
  margin: 8px 0 23px 11px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.footer .address span {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #ffffff;
    width: 10em;
    margin-left: 0.4em;
}

.tel-fax {

  font-size: 13px;

  font-weight: 600;

  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;

  text-align: left;

  color: #9ad4e8;
  margin-bottom: 6px;
}

.tel-fax-val {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.75px;
  color: #ffffff;
}

.links .email {
  width: 204px;

  height: 26px;
  padding: 17px 30px;

  border-radius: 4px;

  border: solid 2px #ffffff;
  background-color: #2d2d2d;
  text-transform: uppercase;
  display: inline-block !important;
  color: white !important;
  text-align: center;
}

.text-link a {
  color: white !important;
}
.footer.content .links {
    flex: 1;
    min-height: 12em;
}
.links .text-link {
  /*width: 147px;*/
  height: 18px;
  margin: 0 44px 11px 0;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

footer .copyright2 {
  margin-top: 9px;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #ffffff;
}

.page-products .columns {

  margin-left: 15.5%;

  margin-right: 15.5%;

}

.page-products .product-item-info {

  width: 100%;

}

.column.main .cwsFeatured ol.products.list.items.product-items {
    display: flex;
    justify-content: space-between;
}

.column.main .cwsFeatured .products.wrapper.grid.products-grid .product-item {
  padding: 10px !important;
  /*width: 24%;*/
  margin: 8px;
}

.column.main .cwsFeatured .toolbar.bottom {
    display: none;
}

.text-link div {
    margin-bottom: 11px;
    text-transform: uppercase;
}

.opc-wrapper {
    padding-left: 1%;
}

.opc-progress-bar {
    padding: 1%;
}



.autocomplete-list-title.title-product {
   display: none;
}

.product-shop.product-item{
    width: 100%;
    border: solid 0px #eee;
    height: 50px;
    display: flex;
    align-items: center;
}

.search-autocomplete dl dd:not(:empty):nth-child(n) {
     background-color: white
}
.search-autocomplete dl dd:not(:empty):nth-child(2n) {
     background-color: #ebebeb
}

.search-autocomplete dl dd:hover, .search-autocomplete dl dd.selected {
    background: #e8e8e8;
}

#search_autocomplete {
    background-color: white;
    margin-top: 45px;
 }

.search-autocomplete-result {
    border: 1px solid black;
}

.search-autocomplete-no-result {
    display: none;
}

.autocomplete-list li {
    padding-left: 0.3em;
}

.cart.item:nth-child(2n) {
    background: #ebebeb;
}

.cart.item tr.item-info td:first-child {
    text-align: left;
}

.cart.table-wrapper .actions-toolbar {
    margin-right: 11px;
}

.action.primary {
  background: #014682;
}

.search-general {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 12px;
}
.search-general strong{
  margin-bottom: 12px;
}

.search-categories {
    margin-bottom: 16px;
}

.search-categories strong{
    margin-top: 18px;
    margin-bottom: 18px;
}

.checkout-cart-index .columns {
  margin-right: 15.5%;
  margin-left: 15.5%;
}

.modal-footer {
    text-align: center;
}

.modal-popup .modal-inner-wrap {
    width: 25%;
}

.page.messages {
    margin-left: 15.5%;
    margin-right: 15.5%;
    display: none;
}

.login-container {
    margin-right: 15.5%;
    margin-left: 15.5%;
    margin-top: 3%;
}

#contact-us-block {
    display: block;
    position: relative;
    min-height: 80vh;
    margin-top: -3px;
}

#contact-us-left-panel {
    padding: 10vh 0 5vh 15%;
    max-width: 45%;
}

#contact-us-right-panel-mobile {
    display: none;
}

#contact-us-right-panel {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    text-align: right;
    height: 100%;
}

#contact-us-right-panel .contact-us-bg {
    position: relative;
    top: 0;
    height: 100%;
}

#contact-us-right-panel .contact-us-bg img {
    height: 100%;
}

#contact-us-right-panel .contact-us-employee {
    position: absolute;
    top: 0;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 95%;
    height: 100%;
}

#contact-us-left-panel .contact-us-paragraf {
    margin-bottom: 38px;
}

#contact-us-left-panel .contact-us-title {
    font-family: 'Montserrat-Bold';
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    color: #014682;
    text-transform: uppercase;
    margin-bottom: 42px;
}

#contact-us-left-panel .contact-us-desc {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #7b7b7b;
    max-width: 55%;
}

#contact-us-left-panel .contact-us-caption {
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7b7b7b;
}

#contact-us-left-panel .contact-us-value {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.75px;
    color: #2d2d2d;
}

#contact-us-left-panel .contact-us-value span {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #074096;
}

#contact-us-left-panel #contact-us-button {
    padding: 17px 30px;
    border-radius: 4px;
    background-color: #014682;
    border: 2px solid #FFF;
    transition: all .6s;
    display: inline-block;
}

#contact-us-left-panel #contact-us-button span {
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    transition: all .3s;
}

#contact-us-left-panel #contact-us-button:hover {
    background-color: #FFF;
    border: 2px solid #014682;
    transition: all .6s;
    text-decoration: none;
}

#contact-us-left-panel #contact-us-button:hover span {
    color: #014682;
    transition: all .3s;
}


.account .columns {
    margin-right: 15.5%;
    margin-left: 15.5%;
    margin-top: 3%;
}

.customer-account-create .columns {
    margin-right: 15.5%;
    margin-left: 15.5%;
    margin-top: 3%;
}

.stock.unavailable {
  margin-left: 10px;
  color: #014682;
}

.form.password.forget {
    margin: 30px 16% 0;
}

.copyright2 a{
  color: white !important;
}

.cms-no-route .columns {
    margin-right: 15.5%;
    margin-left: 15.5%;
    margin-top: 3%;
}
.cms-page-view .columns {
    margin-right: 15.5%;
    margin-left: 15.5%;
    margin-top: 3%;
}

#landingpage-container {
    width: 100%;
    overflow-x: hidden;
    margin-top: 10px;
}

#landingpage-block {
    /* overflow: auto; */
    width: calc(100% + 20px);
    margin-left: -10px;
}

#landingpage-block .landingpage-tile {
    box-sizing: border-box;
}

.landingpage-tile {
    width: calc(100% / 3);
    height: calc(100vw / 3);
    background-color: #fff;
    float: left;
    padding: 10px;
}

.landingpage-tile.r2 {
    height: calc((100vw / 3) * 2);
    width: calc((100% / 3) * 1.5);
}

.landingpage-tile.c2 {
    width: calc((100% / 3) * 1.5);
}

.landingpage-tile .tile-content {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.landingpage-tile .tile-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(1, 70, 130, 0.7);
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-transform: uppercase;
    transition: .3s;
}

.landingpage-tile .tile-content:hover .tile-btn-wrapper {
    background-color: rgba(1, 70, 130, 0);
    transition: .5s;
}

.landingpage-tile .tile-btn-wrapper h1 {
    font-family: 'Montserrat-Medium', Arial;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    max-width: 90%;
}

.landingpage-tile.c2 .tile-btn-wrapper h1 {
    max-width: 50%;
}

.landingpage-tile .tile-btn-wrapper a {
    text-decoration: none !important;
    color: #fff;
    padding: 0;
    border-radius: 4px;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    opacity: 0;
    font-size: 0;
    transition: .3s;
}

.landingpage-tile .tile-content:hover .tile-btn-wrapper a {
    padding: 16px 30.5px 18px;
    opacity: 1;
    color: #2d2d2d;
    height: initial;
    font-size: initial;
    transition: .5s;
}

.landingpage-tile .tile-btn-wrapper a:hover {
/*    background-color: rgba(0, 0, 0, .8);
    color: #fff !important;*/
}

.box.box-newsletter {
    display: none;
}

.customer-account-logoutsuccess .columns {
    margin-right: 15.5%;
    margin-left: 15.5%;
    margin-top: 3%;
}

.formations {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.formation-container {
    position: relative;
    text-align: center;
    color: white;
}

.column-formations {
  float: left;
  width: 50%;
}
.column-3-image {
  float: left;
  width: 33%;
  padding: 1px;

}

/* Clear floats after the columns */
.row-formations:after {
  content: "";
  display: table;
  clear: both;
}
.column-formations h4 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #014682;
}
.subtitle-formations {

  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #7b7b7b;
  }
.description-formations{
   font-size: 14px;
   font-weight: 600;
   font-stretch: normal;
   font-style: normal;
   line-height: 1.29;
   letter-spacing: normal;
   color: #2d2d2d;

}
.margin-left25{
  margin-left: 25%;
}
.subtitle-formations-bold {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d2d2d;
}

.formation-1 {
    opacity: 0.9;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #7b7b7b;
}

/* .category-view{
  margin-top: 3%;
} */

.cart-discount{
  display: none;
}

.qualiopi{
    margin-left: 11%;
  }
.plus-de-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);width: 30%
}
.plus-de {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2d2d2d;
}
.plus-de-number {
  font-size: 90px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.67;
  letter-spacing: normal;
  text-align: center;
  color: #014682;
}
.plus-de-stargiares {
  font-size: 55px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: center;
  color: #014682;
  text-transform: uppercase;
}
.plus-de-desc {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2d2d2d;
}
.column-formations ul{
  padding-left: 2.5%;
  color: #014682;
  font-size: 18px
}
.column-formations ul li span{
  color: #2d2d2d;
  font-size: 14px
}

.depollution-container{
  position: absolute;
  width: 30%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.depollution-title{
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #014682;
}
.depollution-desc{
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #7b7b7b
}
.formation-grey-container{
  height: 300px;
  padding: 120px 464px 120px 463px;
  background-color: #f0f0f0;
}
.telechargez-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 52px 125px 56px;
  border-radius: 8px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
}
.telechargez-title{
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #014682;
}
.formation-1-container{
  display: flex;
  justify-content:
  space-between;
  margin-top: 26px;"
}
.formation-1-container div {
  display: inline-block;
}
.formation-1-title {
  font-family:'Montserrat-Bold';
  font-weight: bold;
   color: #014682;
}
.catalog-product-view .product-info-main .product-info-price{
  border-bottom: 0 !important;
}
.catalog-product-view .product-info-main .product-add-form{
    border-top: 1px solid #c1c1c1;
}
.prices-tier.items {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #074096;
}
.item .price-wrapper .price{
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d2d2d;
}

/* Pressurisation */
#pressurisation * {
    box-sizing: border-box;
}

#pressurisation li::marker {
    color: #014682;
}

#pressurisation ul {
    padding-left: 20px;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #2d2d2d;
}


#pressurisation-header {
    position: relative;
}

#pressurisation-header img {
    width: 100%;
}

#pressurisation-header img:nth-child(2) {
    display: none;
}

#pressurisation-header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#pressurisation-header .title h1 {
    font-family: 'Montserrat-Medium';
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

#pressurisation .subtitle {
    font-family: 'Montserrat-Medium';
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #014682;
    margin-top: 0;
    word-break: break-word;
}

#pressurisation #main-desc-cont {
    padding: 106px 15% 0;
    display: flex;
    flex-direction: row;
}

#pressurisation #main-desc-cont .left-pane {
    flex: 1;
}

#pressurisation #main-desc-cont .left-pane > div {
    padding-right: 5vw;
}

#pressurisation #main-desc-cont .right-pane {
    flex: 1;
    text-align: right;
    /* width: 569px; */
}

#pressurisation #main-desc-cont .right-pane img {
    /* width: 569px; */
    /* height: 343px; */
}

#pressurisation #main-desc-cont .desc-gray {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #7b7b7b;
    margin-bottom: 24px;
}

#pressurisation #main-desc-cont .desc {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #2d2d2d;
}

#pressurisation #main-desc-cont .right-pane img {
    width: 85%;
}

#pressurisation #model-cont {
    margin-top: 140px;
}

#pressurisation #model-cont .subtitle-cont {
    text-align: center;
    margin-bottom: 80px;
}

#pressurisation #model-cont .model {
    padding: 68px 15%;
    display: flex;
    flex-direction: row;
}

#pressurisation #model-cont .model-gray {
    background-color: #f0f0f0;
}

#pressurisation #model-cont .model .model-img,
#pressurisation #model-cont .model .points-forts-cont {
    flex: 2;
    padding: 0 10px;
}

#pressurisation #model-cont .model .model-img {
    align-self: center;
    text-align: center;
}

#pressurisation #model-cont .model .points-forts-cont {
    padding-right: 3vw;
}

#pressurisation #model-cont .model .points-forts-cont p {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #014682;
}

#pressurisation #model-cont .model .desc-cont {
    flex: 3;
}

#pressurisation #model-cont .model .desc-cont h4 {
    margin-top: -5px;
    font-family: 'Montserrat-Medium';
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2d2d2d;
}

#pressurisation #model-cont .model .desc-cont p {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #2d2d2d;
}

#pressurisation #model-cont .model .btn-cont {
    margin-top: 40px;
}

#pressurisation #model-cont .model .btn-cont a {
    padding: 17px 30px;
    border-radius: 4px;
    min-width: 186px;
    min-height: 50px;
    background-color: #014682;
    color: #FFF;
    border: 2px solid #014682;
    transition: .3s;
}

#pressurisation #model-cont .model .btn-cont a:hover {
    color: #014682;
    text-decoration: none;
    background-color: #FFF;
    border: 2px solid #014682;
    transition: .5s;
}

#pressurisation #detail-cont {
    margin-top: 140px;
    margin-bottom: 50px;
    padding: 0 15%;
    font-family: 'Montserrat-Medium';
}

#pressurisation #detail-cont .detail-list-cont {
    margin: 60px 6vw 0 0;
    display: flex;
}

#pressurisation #detail-cont .detail-list-cont > div {
    flex: 1;
}

#pressurisation #detail-cont .detail-list-cont .left-pane {
    padding: 0 70px 0 0;
}

#pressurisation #detail-cont .detail-list-cont .right-pane {
    padding: 0 0 0 70px;
}

#pressurisation #detail-cont .detail-list {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #2d2d2d;
}

#pressurisation #detail-cont .detail-list h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.17;
    color: #014682;
}

/* Pressurisation Carousel */

#pressurisation-carousel-cont {
    /* height: 400px; */
    margin-bottom: 140px;
    position: relative;
  }

  #pressurisation-carousel-cont .carousel-container {
    /* position: absolute; */
    width: 70%;
    margin: auto;
    right: 0;
  }

  #pressurisation-carousel-cont .item-content table,
  #pressurisation-carousel-cont .item-content td {
    border: 0;
    padding: 10px;
  }

  #pressurisation-carousel-cont .item-content td img {
    height: 18.5vw;
    width: 100%;
  }

  #pressurisation-carousel-cont .owl-carousel .owl-nav button.owl-prev,
  #pressurisation-carousel-cont .owl-carousel .owl-nav button.owl-next,
  #pressurisation-carousel-cont .owl-carousel button.owl-dot {
    font-size: 29px;
    padding: 0 18.3px 5px !important;
    border: 2px solid #014682;
    color: #014682;
    transition: .3s;
  }

  #pressurisation-carousel-cont .owl-theme .owl-nav [class*='owl-']:hover {
    background: #014682;
    color: #FFF;
    transition: .5s;
  }


.breadcrumbs .item:not(:last-child):after {
  font-weight: bold;
  content: '|';
  font-family: 'Arial';
  margin: 0 3px;
}

.breadcrumbs .item strong {
  color: #006bb4;
}

.breadcrumbs .item a {
  color: #707070;
  transition: all 0.5s;
}

.breadcrumbs .item a:hover {
  color: #006bb4;
  text-decoration: none;
  transition: all 0.5s;
}

.title-category{
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #014682;
  margin-bottom: 4%;
  text-transform: uppercase;
}

.old-price .price{
  text-decoration: line-through;
  text-decoration-thickness: 4px;
}

.product-info-main .product-info-price .price-box{
  width: auto;
}



.sku-autocomplete {
  width: 11%;
  display: inline flow-root list-item !important;
  color: #7b7b7b
}


.page-products .sku-autocomplete {
  font-size: 12px;
  width: 70px;
}

.page-products .title-autocomplete {
  font-size: 12px;

}
.autocomplete-list-title {
  font-size: 12px;
}
.out-of-stock-price {
  font-size: 11.5px !important;
}

.page-products #search_autocomplete {
    margin-top: 0px;
}
.page-products .product-shop.product-item{
  height: unset;
}

@media screen and (min-width: 1700px) {
    /* .header-right {
        right: 20%;
    } */
}

@media screen and (max-width: 768px) {
  .modes-mode > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
  }
  .modes-mode::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .abs-visually-hidden-desktop, .modes-label, .block-search .label, .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
        border-right-color: rgb(204, 204, 204);
        border-right-style: solid;
        border-right-width: 1px;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .mode-list::before {
    content: '\e60b';
  }

  .filter-subtitle {
    display: block;
    position: static;
  }
  .filter-title strong{
    position: unset;
  }
  .page-products .sorter {
    position: unset;
    width: 100%;
     float: left;
  }
  #layered-filter-block .block-subtitle.filter-subtitle {
    display: none;
  }
  .title-category {
    font-size: 9vw;
  }
  .page-products .columns {
      margin-left: 6%;
      margin-right: 6%;
  }
  #layered-filter-block strong {
    width: auto;
    display: block;

  }
  .sorter-label{
    display: block;
    text-align: left;
  }
  #sorter {
    width: 90%;
    margin : unset;
  }
  #layered-filter-block {
    margin-bottom: 20px;
  }
  .toolbar-sorter.sorter{
    margin-top: 20px;
    float: left;
  }
  #mode-list {
    margin-left: 10px;
  }
  .item.product.product-item {
    width: calc((100% - 4%) / 1);
    margin-bottom: 25px;
  }
  .product_sku {
    font-size: 4vw;
    padding: unset;
  }
  .product.details.product-item-details {
      padding: 6%;
  }
  .product-item-name{
    height: auto;
    font-size: 4.3vw;
  }
  .item .price-wrapper .price {
    font-size: 5.5vw;
  }
  .toolbar {
    text-align: unset;
  }
}

@media screen and (max-width: 700px) {
    .page-header {
        margin-bottom: 0;
        border: 0;
    }

    .header.content {
        margin: 0 !important;
        display: flex;
        position: initial;
        padding-top: 0;
        padding-right: 0;
    }

    .header.content .logo {
        position: initial;
        margin: 16px 0;
        width: 151px;
    }

    .header.content .header-right {
        position: initial;
        height: initial;
        flex: 1;
        justify-content: flex-end;
    }

    .minicart-wrapper .action.showcart .counter-number {
        /* font-size: 12px; */
    }

    .minicart-wrapper .action.showcart .counter.qty {
        min-width: 10px;
        height: 17px;
        line-height: 15px;
        top: 8px;
        right: 10px;
    }

    .nav-toggle::before, .my-account a, .minicart-wrapper a {
        padding: 0 15px;
        color: #FFF;
    }

    .nav-toggle {
        position: initial;
    }

    .cs-container__inner {
        position: relative;
        justify-content: flex-start;
        padding-top: 59px;
        padding-bottom: 62px;
        background-position-x: -500px;
    }

    #title-search {
        font-size: 28px;
    }

    #search-bg {
        height: 100%;
    }

    form.search-categries--form {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 29px !important;
        width: 90%;
    }

    form.search-categries--form .field {
        width: 100%;
        margin: 10px 0;
    }

    form.search-categries--form .field p {
        font-size: 20px;
        margin-bottom: 0;
        line-height: initial;
        text-align: left;
    }

    form.search-categries--form .field button {
        margin-left: 0;
        width: 205px;
    }

    .page-wrapper footer.page-footer {
        margin: 0;
        padding: 40px 0;
    }

    footer.page-footer > br {
        display: none;
    }

    footer.page-footer .footer-logo {
        text-align: center;
        margin: auto;
        float: none;
    }

    footer.page-footer .footer.content .links {
        width: initial;
        height: initial;
        text-align: center;
        min-height: initial;
        padding: 0 0 15px;
    }

    footer.page-footer .footer.content .links:nth-child(1) {
        text-align: left;
        margin-bottom: 34px;
    }

    footer.page-footer .footer.content .links .address {
        margin: 8px 0 23px;
    }

    footer.page-footer .footer.content {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        border: 0;
        padding-top: 25px;
    }

    footer.page-footer .text-link {
        height: initial;
        margin: 35px 0 0;
    }

    footer.page-footer .copyright2 {
        text-align: center;
        margin: 0;
        margin-top: 26px;
    }

    footer.page-footer .tel-fax {
        text-align: center;
        margin-top: 10px;
    }

    .column.main .cwsFeatured ol.products.list.items.product-items {
        display: block !important; /* Remove important after moving media to bottom */
    }

    .column.main .cwsFeatured .products.wrapper.grid.products-grid .product-item {
        width: 100% !important; /* Remove important after moving media to bottom */
        margin: 0 0 20px;
    }

    #landingpage-block .landingpage-tile {
        width: 100%;
        height: 100vw;
    }

    #landingpage-block .landingpage-tile.r2 {
        height: 125vw;
    }

    #landingpage-block .landingpage-tile.c2 {
        height: 75vw;
    }

    .landingpage-tile .tile-btn-wrapper h1 {
        max-width: 90% !important; /* Remove important after moving media to bottom */
        margin-bottom: 0;
        font-size: 25px !important; /* Remove important after moving media to bottom */
        line-height: 1.4;
    }

    .landingpage-tile .tile-content {
        width: 100vw !important; /* Remove important after moving media to bottom */
    }

    .landingpage-tile .tile-content:hover .tile-btn-wrapper a {
        padding: 7px 30.5px !important; /* Remove important after moving media to bottom */
        font-size: 12px !important; /* Remove important after moving media to bottom */
        margin-top: 16px;
    }

    .cs-container__inner > span {
        width: 90% !important;
    }

    #contact-us-block {
        min-height: 0;
    }

    #contact-us-left-panel {
        padding: 10vh 5.5vw 0;
        max-width: 100%;
    }

    #contact-us-left-panel .contact-us-desc {
        max-width: 100%;
    }

    #contact-us-left-panel #contact-us-button {
        border: 0;
    }

    #contact-us-right-panel {
        display: none;
    }

    #contact-us-right-panel-mobile {
        display: block;
    }

    #contact-us-right-panel-mobile .contact-us-bg {
        position: absolute;
        width: 100vw;
        bottom: -38px;
        z-index: -1;
    }

    #contact-us-right-panel-mobile .contact-us-employee {
        width: 100vw;
        position: relative;
    }

    #contact-us-right-panel-mobile .contact-us-employee img {
        width: 100vw;
    }
}

/* @media print { */
    .page-print .columns {
        margin-left: 2%;
        margin-right: 2%;
    }
    .page-print a.logo {
        position: absolute;
        top: 2.7%;
        right: 5%;
        display: none !important;
    }
    .page-print a.logo img {
        height: 35px;
        filter: drop-shadow(0px 0px 2px black);
    }
    .page-print .header-right {
        display: none;
    }
    .page-print .order-details-items.invoice {
        position: relative;
    }
    .page-print .order-details-items.invoice .table-wrapper {
        margin-top: 60px;
    }
    .page-print .order-details-items.invoice .order-title {
        background-color: #014582 !important;
        /* background-image: url('/static/frontend/Protclim/theme/fr_FR/images/logo-gris.png'); */
        position: absolute;
        top: 0;
        left: 0;
        height: 34px;
        width: calc(100% - 40px);
        padding: 18px 20px;
        -webkit-print-color-adjust: exact;
    }
    .page-print .order-details-items.invoice .order-title::after {
        content: url('/static/frontend/Protclim/theme/fr_FR/images/logo.png');
        height: 35px;
        position: absolute;
        right: 20px;
        top: 5px;
        transform: scale(0.3);
        transform-origin: right;
    }
    .page-print .order-details-items.invoice .order-title > strong {
        color: #FFF !important;
    }
    .page-print .block-order-details-view > .block-title, 
    .page-print .block-order-details-view > .block-title strong {
        font-size: 16px;
    }
    .page-print .block-order-details-view > .block-content > .box > .box-title,
    .page-print .block-order-details-view > .block-content > .box > .box-title > strong {
        font-size: 13px;
    }
    .page-print .block-order-details-view > .block-content > .box > .box-content {
        font-size: 11px;
    }

/* } */

@media print {
    /* .page-print .order-details-items.invoice .order-title {
        background-color: #014582 !important;
        -webkit-print-background-color-adjust: exact !important;
        position: absolute;
        top: 0;
        left: 0;
        height: 34px;
        width: calc(100% - 40px);
        padding: 18px 20px;
    } */
    .table-order-items.invoice .col.qty{
        text-align: center;
    }
}

.customer-account-create .info > .field:last-child{
    display: none;
} 

.page-products .modes {
    display: none!important;
}
.page-products .toolbar-amount{
    color: #7b7a7b ;
}
.page-products .toolbar select{
    background-color: #fff;
}

#banner {
    background-color: black;
    color: white;
    padding: 0.4em 0 0.4em 0;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}