.container.sw-temp-static {
  padding-top: 20px;
  margin-bottom: 75px;
}
.container.sw-temp-static p {
  font-size: 16px;
  margin: 20px 0;
  text-align: left;
}
.container.sw-temp-static h2 {
  font-size: 30px;
  margin: 40px 0;
  text-align: left;
}
.container.sw-temp-static .sw-part a {
  display: block;
  text-align: left;
}
.container.sw-temp-static .sw-cover {
  width: unset;
  height: unset;
}
.container.sw-temp-static a {
  text-decoration: none;
  color: #000;
}
.container.sw-temp-static li {
  text-align: left;
}
.wp-block-columns .wp-block-gallery {
  display: flex;
}
.wp-block-columns .wp-block-gallery .wp-block-image {
  padding-left: 25px;
  height: 275px;
}
.content_page_standar {
  /*.wp-block-spacer {
	    display: none;
	}*/
}
.content_page_standar h1 {
  margin-top: 57px;
  text-align: center;
  margin-bottom: 43px;
}
.content_page_standar a {
  color: #4C483F;
  font-weight: bold;
  text-decoration: none;
}
.content_page_standar a:hover {
  color: #7c7c7c;
}
.static_content_page {
  max-width: 1640px;
  margin: 33px auto;
}
.static_content_page h1 {
  text-align: center;
  margin-bottom: 39px;
  font-size: 41px;
}
.static_content_page img.alignright {
  float: right;
  margin-left: 11px;
}
.static_content_page img.alignnone {
  height: 250px;
}
.static_content_page .wp-block-columns {
  display: block;
}
.category main#primary {
  margin: 95px;
}
.category h1.page-title {
  text-align: center;
  margin-bottom: 62px;
  font-size: 45px;
}
.category h2.entry-title a {
  color: #000;
  text-decoration: none;
  font-size: 27px;
}
.category a.post-thumbnail {
  margin: 30px;
  max-width: 100%;
  display: block;
  height: 500px;
  overflow: hidden;
}
.category a.post-thumbnail img {
  width: 100%;
  height: auto;
}
.category .text-intro {
  margin-top: 28px;
  line-height: 28px;
  font-size: 19px;
}
.category .entry-meta {
  display: none;
}
.wp-block-columns.are-vertically-aligned-top {
  display: block;
  max-width: 515px;
  margin: auto;
}
.wp-block-columns.are-vertically-aligned-top .wp-block-button {
  display: inline-block;
  margin: 0;
  margin-bottom: 25px;
}
/*******************************/
#tab-product .tab-content .moretext {
  display: none;
}
#tab-product p.sw-read-more {
  text-align: center;
  padding: 20px;
}
#tab-product p.sw-read-more a {
  position: relative;
  color: #212121;
  font-size: 18px;
  text-decoration: none;
  font-family: 'SuisseIntl';
}
#tab-product p.sw-read-more a:after {
  content: "â�¯";
  width: 3em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  position: absolute;
  top: 3px;
  right: -52px;
  transform: rotate(90deg);
}
#tab-product .nav-product {
  margin: 0;
}
#tab-product .nav-product .owl-nav button {
  background: unset;
}
#tab-product .nav-product .owl-nav .owl-next {
  right: 10%;
}
#tab-product .nav-product .owl-nav .owl-next > span {
  background-image: url("../images/next-mobile.png");
  height: 14px;
  width: 20px;
}
#tab-product .nav-product .owl-nav .owl-prev {
  left: 10%;
}
#tab-product .nav-product .owl-nav .owl-prev > span {
  background-image: url("../images/prev-mobile.png");
  height: 14px;
  width: 20px;
}
#tab-product .nav-product .owl-stage-outer {
  padding: 0;
}
#tab-product .checkbox-dropdown-list {
  list-style: none;
  margin: 0;
  font-family: 'SuisseIntl';
  padding: 0;
  position: absolute;
  background: #fff;
  top: 100%;
  padding-top: 15px;
  font-size: 14px;
  border: none;
  border-top: none;
  left: -1px;
  right: -1px;
  /* opacity: 0;*/
  display: none;
  transition: opacity 0.4s ease-in-out;
  overflow-x: hidden;
  box-shadow: 5px 5px 6px -9px #000000;
  z-index: 100;
}
#tab-product .checkbox-dropdown {
  min-width: 243px;
  border: 1px solid #aaaaaa59;
  padding: 6px;
  position: relative;
  user-select: none;
  font-size: 16px;
  font-family: 'SuisseIntl';
}
#tab-product .checkbox-dropdown svg {
  float: right;
  margin: 5px 2px 0 0;
  transition: all 0.35s ease 0s;
}
#tab-product .checkbox-dropdown:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  color: transparent;
  width: 2em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  position: absolute;
  top: 40%;
  right: 10px;
  margin-top: -3px;
}
#tab-product .checkbox-dropdown.is-active svg {
  transform: rotate(180deg);
}
#tab-product .checkbox-dropdown.is-active .checkbox-dropdown-list {
  opacity: 1;
  pointer-events: auto;
}
#tab-product .checkbox-custom.checked + .checkbox-custom-label:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #000;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  right: 5%;
  top: 10px;
  box-shadow: 0px 0px 0px 1px gray;
}
#tab-product .checkbox-dropdown.is-active {
  background: #F8F8F8;
  border: none;
}
#tab-product ul.checkbox-dropdown-list li {
  position: relative;
}
#tab-product .checkbox-custom {
  opacity: 0;
  margin: 5px;
  cursor: pointer;
  content: '';
  background: #fff;
  border-radius: 50%;
  border: 1px solid gray;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  text-align: center;
  position: absolute;
  right: 10%;
  top: 10px;
}
#tab-product ul.checkbox-dropdown-list li {
  position: relative;
}
#tab-product .tab-content {
  font-family: 'SuisseIntl';
}
#tab-product .nav-product button {
  border-radius: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #212121;
  color: #9E9E9E;
  padding: 12px 0;
  font-size: 18px;
  font-family: 'SuisseIntl';
}
#tab-product .nav-product button.active {
  position: relative;
  color: #fff;
  font-family: 'SuisseIntl';
}
#tab-product .nav-product button.active:after {
  content: "";
  background: #FAE132;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  right: 0;
  left: 0;
}
#tab-product .nav-product button.active:last-of-type:after {
  /* background-color: #B3B2AD;*/
}
#tab-product .nav-product li a {
  border-radius: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #212121;
  color: #707070;
  padding: 12px 0;
  font-size: 18px;
  font-family: 'SuisseIntl';
}
#tab-product .nav-product li.active {
  position: relative;
}
#tab-product .nav-product li.active a {
  color: #fff;
  font-family: 'SuisseIntl';
}
#tab-product .nav-product li.active:after {
  content: "";
  background: #FAE132;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  right: 0;
  left: 0;
}
#tab-product .table-filter {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
#tab-product .table-filter > div p {
  margin: 0 20px;
  background: #F8F8F8;
  font-size: 14px;
  padding: 3px 15px;
  font-family: 'SuisseIntl';
  width: 120px;
  line-height: 31px;
  text-align: center;
}
#tab-product .tab-menu-product ul.nav {
  background: #F8F8F8;
  padding: 12px 0;
  border: none;
  justify-content: center;
}
#tab-product .tab-content.tab-menu table td {
  border: 1px solid #F0EAEA;
}
#tab-product .table-search-product td img.img-product {
  display: block;
  margin: 0 auto 17px;
  max-width: 100%;
  height: 209px;
  width: auto;
}
#tab-product .table-search-product td p.title-product {
  text-align: center;
  font-size: 14px;
  border: 1px solid #F0EAEA;
  width: 100%;
  margin: 0 auto 0;
  padding: 7px 0;
  color: #212121;
}
#tab-product .table-search-product td p.title-product a {
  color: #212121;
  text-decoration: none;
}
#tab-product #tab-product-search .tab-content > .tab-pane {
  padding: 0 0;
}
#tab-product #tab-product-search .tab-content > .tab-pane .row {
  margin: 0 0 75px;
}
#tab-product #tab-product-search ul a {
  text-decoration: none;
  font-size: 14px;
  color: #212121;
  opacity: 0.5;
  background-color: transparent;
  border: none;
  text-align: center;
  padding: 0px 15px;
}
#tab-product #tab-product-search ul a:hover {
  font-family: 'SuisseIntl-Medium';
  opacity: unset;
}
#tab-product #tab-product-search ul a.active {
  opacity: unset;
  font-family: 'SuisseIntl-Medium';
}
#tab-product #tab-product-search a.sw-sorting {
  background-image: url(../images/tri.png);
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  background-size: contain;
}
#tab-product #tab-product-search .row > div {
  padding: 0;
}
#tab-product table.table-search-product {
  font-size: 12px;
  margin-top: 0;
}
#tab-product table.table-search-product tr th {
  background: #F8F8F8;
  color: #707070;
  padding-left: 19%;
  border: 1px solid #F0EAEA;
  font-weight: normal;
}
#tab-product table.table-search-product tbody td {
  position: relative;
}
#tab-product table.table-search-product tbody td .sw-loup {
  position: absolute;
  right: 29px;
  bottom: 91px;
  cursor: pointer;
}
#tab-product table.table-search-product tbody.title-table a {
  position: relative;
}
#tab-product table.table-search-product tbody tr {
  height: 39px;
}
#tab-product table.table-search-product tbody tr:first-of-type td {
  padding: 0 20px;
}
#tab-product table.table-search-product tbody tr td {
  padding: 8px 20px;
  vertical-align: top;
}
#tab-product table.table-search-product tbody tr td p {
  margin-bottom: 0;
}
#tab-product table.table-search-product tfoot th {
  height: 31px;
}
#tab-product table.table-search-product p.title {
  font-family: 'SuisseIntl-Medium';
  font-size: 18px;
  height: 79px;
}
#tab-product table.table-search-product p.title a {
  text-decoration: none;
  color: initial;
}
#tab-product table.table-search-product td.btn-see-more {
  padding: 7px;
  cursor: pointer;
  background: #212121;
  text-align: center;
  color: #fff;
}
#tab-product table.table-search-product .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 125px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #ffff;
}
#tab-product table.table-search-product .close {
  position: absolute;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  top: 15px;
  height: 36px;
  width: 36px;
  right: 50px;
  color: #f1f1f1;
  font-size: 60px;
  transition: 0.3s;
}
#tab-product table.table-search-product .modal-content {
  margin: auto;
  display: block;
  background: unset;
  border: none;
  width: 100%;
  max-width: 600px;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  padding-top: 0 !important;
}
#tab-product table.table-search-product #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.background-black.bloc-actus .bg-product {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.no-data {
  text-align: center;
  height: 70vh;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  display: grid;
}
div#chargement {
  text-align: center;
  display: grid;
  align-items: center;
  height: 39vh;
  margin: 139px;
}
.popup {
  padding: 0;
}
.popup .loader {
  background-image: url("../images/loader.gif");
  background-color: transparent;
  border: none;
  animation: none;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.checkbox-custom-label:after {
  content: '';
  background: #fff;
  border-radius: 50%;
  border: 1px solid gray;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  text-align: center;
  position: absolute;
  right: 5%;
  top: 10px;
}
.bloc-table-reference h3 {
  text-align: center;
}
.bloc-tabs-horizon button.nav-link {
  width: 100%;
  font-size: 22px;
}
#carousel-one-item {
  position: relative;
}
#carousel-one-item a.scrolldown.js-anchor-link {
  position: absolute;
  bottom: 9%;
  left: 2%;
  z-index: 99999;
}
#carousel-one-item .carousel-item img {
  height: 90vh;
  width: auto;
  float: right;
}
#accordion-zones .svg-container {
  position: relative;
}
#accordion-zones .svg-container .select-zone {
  position: absolute;
  right: 50%;
}
#accordion-zones .svg-container .select-zone:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/Fleche.png");
  background-repeat: no-repeat;
  top: 14px;
  right: -30%;
  position: absolute;
  display: inline-block;
}
#ModalProd #modal-content {
  padding: 0;
}
.Product-desactive .bloc-img-left-copy {
  margin-bottom: 80px;
}
.Product-desactive #sw-appointment .page-design {
  margin-bottom: 0;
}
.Product-desactive #sw-trust .page-design button {
  display: none;
}
.archi-brueghel .carousel-related {
  padding-bottom: 80px;
}
.archi-brueghel .breadcrumb-bloc .breadcrumb .breadcrumb-item:before {
  background-image: url(../images/flech-breadcumbs-blanc.png);
}
.archi-brueghel section {
  position: relative;
}
.archi-brueghel section .scrolldown {
  position: absolute;
  bottom: 4%;
  left: 2%;
  z-index: 99999;
}
.archi-brueghel .carousel-related .owl-theme .owl-nav [class*=owl-] {
  margin: -30px;
}
.archi-brueghel #carousel-multiple .owl-carousel .owl-nav .owl-next > span,
.archi-brueghel .carousel-related .owl-carousel .owl-nav .owl-next > span {
  background-image: url("../images/next.png");
  height: 28px;
  width: 16px;
}
.archi-brueghel #carousel-multiple .owl-carousel .owl-nav .owl-prev > span,
.archi-brueghel .carousel-related .owl-carousel .owl-nav .owl-prev > span {
  background-image: url("../images/prev.png");
  height: 28px;
  width: 16px;
}
.archi-brueghel .block-three-columns h3.fw-normal {
  width: 70%;
  margin: 35px auto 25px;
  line-height: 32px;
}
.archi-brueghel .bloc-tabs-horizon .nav-pills .nav-link {
  width: 100%;
}
.archi-brueghel .bloc-tabs-horizon button.nav-link.active {
  border-bottom: 1px solid #b3b2ad;
}
.archi-brueghel #accordion-product .accordion-header:hover {
  border-bottom: 1px solid #b3b2ad;
}
.single-product .carousel-products .carousel-product img {
  height: 400px;
  object-fit: cover;
}
.Agro-Alimentaire .modal-product {
  display: grid;
}
.Agro-Alimentaire .modal-product h1 {
  font-size: 67px;
}
.Agro-Alimentaire .modal-product .details-product p {
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
  font-family: 'SuisseIntl';
}
.Agro-Alimentaire .modal-product .sw-title {
  font-size: 32px;
  width: 71%;
  margin: 0 auto;
  position: relative;
}
.Agro-Alimentaire .modal-product .sw-title:after {
  background-color: transparent;
  content: "";
  display: block;
  bottom: -15px;
  height: 2px;
  position: absolute;
  width: 140px;
  left: calc(50% - 70px);
}
.Agro-Alimentaire .modal-product #Img-Product {
  cursor: pointer;
  transition: 0.3s;
  max-height: 261px;
  height: auto;
  max-width: 50%;
}
.Agro-Alimentaire .modal-product .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 95px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.Agro-Alimentaire .modal-product .modal-content {
  margin: auto;
  display: block;
  background: unset;
  border: none;
  width: auto;
  max-width: 900px;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  max-height: 83%;
  padding-top: 0 !important;
}
.Agro-Alimentaire .modal-product #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.Agro-Alimentaire .modal-product .close {
  position: absolute;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  top: 15px;
  height: 36px;
  width: 36px;
  right: 50px;
  color: #f1f1f1;
  font-size: 60px;
  transition: 0.3s;
}
.Agro-Alimentaire .modal-product .close:hover {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.Agro-Alimentaire .modal-product .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.row.owl-carousel.owl-theme.carousel-overlay {
  display: flex;
}
.sw-industry h1 {
  font-size: 38px;
  font-weight: bold;
  text-transform: capitalize;
}
.sw-industry .second-col p {
  font-family: SuisseIntl;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
}
.sw-industry .second-col:last-child p {
  font-size: 15px;
  line-height: 1.3;
  font-family: 'SuisseIntl';
}
.owl-carousel.carousel-industry.owl-theme.container .owl-nav .owl-prev {
  left: -35px;
}
.owl-carousel.carousel-industry.owl-theme.container .owl-nav .owl-next {
  right: -55px;
}
.page-archi-design .page-design {
  margin-bottom: 0;
}
.page-archi-design .page-design h4 {
  font-size: 20px;
  line-height: 35px;
}
.sw-content h3 {
  position: relative;
  padding-bottom: 30px;
  font-size: 20px;
  font-family: 'SuisseIntl-Medium';
}
.sw-content h3:after {
  background-color: #FAE132;
  bottom: 24px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 150px;
}
.sw-content h3.border-black:after {
  background-color: #4C483F;
}
.sw-content h3.border-light:after {
  background-color: #B3B2AD;
}
.sw-content a {
  display: block;
  text-decoration: none;
  color: #212121;
  margin-bottom: 8px;
  line-height: 19px;
}
.sw-content a:hover {
  font-weight: bold;
}
.img-carousel {
  background-position: top center;
  background-size: cover;
  height: 425px;
  width: 100%;
}
.Footer-Glob span.scroll-top {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #2B2B2B transparent;
  float: right;
  position: relative;
  display: block;
  margin: -15px 44px;
  cursor: pointer;
}
.Footer-Glob span.scroll-top:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
  display: inline-block;
  position: absolute;
  left: -9px;
  top: 2px;
}
.Footer-Glob .footer-top {
  background-color: #F8F8F8;
  padding-bottom: 62px;
  padding-top: 58px;
  font-family: 'SuisseIntl-Medium';
  font-size: 16px;
  margin-top: 30px;
}
.Footer-Glob .footer-top .newsletter label {
  padding-right: 10px;
}
.Footer-Glob .footer-top span {
  display: block;
  margin-bottom: 7px;
}
.Footer-Glob .footer-top span a {
  color: #000;
  text-decoration: none;
}
.Footer-Glob .footer-top h3 {
  font-family: 'SuisseIntl-Medium';
  font-size: 18px;
  margin: 0 0 17px 0;
}
.Footer-Glob .footer-top ul {
  padding: 0;
  line-height: 20px;
  margin-bottom: 17px;
}
.Footer-Glob .footer-top ul li {
  list-style: none !important;
  font-size: 14px;
  font-family: 'SuisseIntl';
  opacity: 0.5;
}
.Footer-Glob .footer-top ul li a {
  color: #000;
  font-family: 'SuisseIntl';
  font-size: 14px;
  text-decoration: none;
}
.Footer-Glob .footer-top form button {
  border-radius: 0 !important;
  width: 100%;
}
.Footer-Glob .footer-top .first-col h3 {
  color: #676767;
  font-family: 'SuisseIntl';
  font-size: 14px;
  margin: 0;
  width: 145px;
}
.Footer-Glob .footer-top .first-col a {
  color: #676767;
}
.Footer-Glob .footer-top .first-col p.sw-adresse {
  padding: 30px 0 21px;
}
.Footer-Glob .footer-top .first-col .social-network {
  padding-top: 115px;
}
.Footer-Glob .footer-top .first-col .social-network a {
  padding-right: 17px;
}
.Footer-Glob .footer-top .newsletter label {
  color: #676767;
  font-family: 'SuisseIntl';
  font-size: 14px;
  width: 49% !important;
}
.Footer-Glob .footer-top .newsletter .form-control,
.Footer-Glob .footer-top .newsletter .form-select {
  border: 0;
  border-radius: 0;
}
.Footer-Glob .footer-top .newsletter .form-select {
  color: #676767;
  font-family: 'SuisseIntl';
  font-size: 14px;
}
.Footer-Glob ul.footer_links {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.Footer-Glob ul.footer_links a {
  color: #676767;
  font-family: 'SuisseIntl';
  font-size: 14px;
  text-decoration: none;
}
.Footer-Glob .footer-bottom-links {
  padding: 20px 0;
}
.check_style {
  margin-top: 5px;
  color: #757575;
  display: block;
  position: relative;
  padding-left: 33px;
  padding-right: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check_style input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
}
.check_style:hover input ~ .checkmark {
  background-color: #ccc;
}
.check_style input:checked ~ .checkmark {
  background-color: #fff;
  border: #c9c9c9 1px solid;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check_style input:checked ~ .checkmark:after {
  display: block;
}
.check_style .checkmark:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel-industry {
  padding-top: 60px;
  padding-bottom: 60px;
}
.carousel-industry .sw-content {
  font-size: 15px;
  padding-right: 5px;
}
.carousel-industry .lastactiveitem {
  opacity: 1;
}
.carousel-industry .owl-theme .owl-nav [class*=owl-] {
  margin: -30px;
}
.carousel-industry .owl-carousel .owl-nav .owl-next > span {
  background-image: url("../images/next.png");
}
.carousel-industry .owl-carousel .owl-nav .owl-prev > span {
  background-image: url("../images/prev.png");
}
.carousel-industry .owl-carousel .owl-nav .owl-next > span,
.carousel-industry .owl-carousel .owl-nav .owl-prev > span {
  height: 28px;
  width: 16px;
}
#accordion-product,
#accordion-lieux {
  padding-bottom: 70px;
}
#accordion-product .accordion-item,
#accordion-lieux .accordion-item {
  border-radius: 0 !important;
  background: transparent;
  border: 0;
}
#accordion-product .accordion-item .sw-title,
#accordion-lieux .accordion-item .sw-title {
  width: 12%;
  vertical-align: top;
  font-size: 18px;
}
#accordion-product .accordion-item td,
#accordion-lieux .accordion-item td {
  border-bottom: 1px solid #212121;
}
#accordion-product .accordion-button,
#accordion-lieux .accordion-button {
  background: transparent;
  color: #212121;
  font-family: 'SuisseIntl';
  box-shadow: none;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 53px;
}
#accordion-product .accordion-button:hover,
#accordion-lieux .accordion-button:hover {
  color: #000;
}
#accordion-product .accordion-button::after,
#accordion-lieux .accordion-button::after {
  content: '\002B';
  color: #000;
  float: right;
  font-size: 32px;
  background-image: unset;
  font-family: 'SuisseIntl-Light';
  line-height: 15px;
}
#accordion-product .accordion-button:not(.collapsed)::after,
#accordion-lieux .accordion-button:not(.collapsed)::after {
  content: "\2212";
  color: #707070;
  float: right;
  font-size: 32px;
  background-image: unset;
}
#accordion-product button:focus:not(:focus-visible),
#accordion-lieux button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
#accordion-product .accordion-header,
#accordion-lieux .accordion-header {
  border-bottom: 1px solid #e9ecef;
}
#accordion-product .accordion-header:hover,
#accordion-lieux .accordion-header:hover {
  border-bottom: 1px solid #FAE132;
}
.product-accordion .list-product li {
  font-size: 18px;
  font-family: 'SuisseIntl';
}
.product-accordion .accordion-button {
  background-color: transparent !important;
  color: #000;
}
.product-accordion .accordion-button:after {
  background-image: var(--bs-accordion-btn-icon);
}
.product-accordion .accordion-button:focus {
  box-shadow: inset 0 -1px 0 #dee2e6;
}
.product-accordion .accordion-body h5 {
  font-size: 19px;
  height: 70px;
  align-items: center;
  display: grid;
}
.bloc_rdv h3 {
  font-size: 35px !important;
  font-family: 'SuisseIntl';
}
.bloc_rdv h4 {
  font-size: 50px;
}
.bloc_rdv p {
  font-size: 29px;
  line-height: 36px !important;
  font-weight: normal;
}
.bloc_rdv .background-black > .p-0 {
  background-color: initial;
}
.bloc-Appointment .background-black > .p-0 {
  background-color: initial;
}
.product-industrie .Boyle-section img {
  height: 100px;
  width: 100px;
}
.product-industrie .carousel-design {
  padding-bottom: 80px;
}
.product-industrie .carousel-related .owl-carousel .owl-nav .owl-prev {
  left: -6%;
}
.product-industrie .carousel-related .owl-carousel .owl-nav .owl-next {
  right: -6%;
}
.product-industrie .owl-carousel .owl-nav .owl-prev > span {
  height: 30px;
  width: 15px;
}
.product-industrie .owl-carousel .owl-nav .owl-next > span {
  height: 30px;
  width: 15px;
}
.product-industrie .bg-block .background-black {
  background: #D8D8D8;
  color: #212121;
}
.product-industrie .block-black-product .background-black button {
  display: block;
}
.product-industrie .background-gray {
  background-color: #FAFAFA;
}
.product-industrie .background-gray .first-col h3 {
  font-size: 31px;
  font-family: 'SuisseIntl';
  padding: 0 117px 0 0;
  line-height: 47px;
}
.product-industrie .background-gray .row img {
  width: 31%;
  float: left;
  margin-right: 31px;
}
.product-industrie .background-gray .second-col p {
  font-size: 18px;
  padding-right: 180px;
  line-height: 32px;
}
.product-industrie .background-gray .second-col p span {
  font-family: 'SuisseIntl';
}
.product-industrie .background-gray .btn {
  font-size: 16px;
  margin-top: 20px;
}
.product-industrie .background-black h4,
.product-industrie .background-gray h4,
.product-industrie .background-black h3,
.product-industrie .background-gray h3 {
  font-size: 24px;
  padding-top: 30px;
  font-family: 'SuisseIntl';
}
.product-industrie .block-three-columns img {
  max-width: 191px;
}
.product-industrie .block-five-columns {
  background-color: #FAFAFA;
  text-align: left;
  margin-bottom: 80px;
  text-align: center;
  padding-top: 1px;
}
.product-industrie .block-five-columns h3 {
  margin-bottom: 20px;
  font-size: 24px;
  margin-top: 50px;
}
.product-industrie .block-five-columns img {
  max-width: 169px;
}
.product-industrie .block-five-columns p.sw-text {
  font-size: 60px;
  border-bottom: 2px solid;
  line-height: unset;
  width: 80%;
}
.product-industrie .block-five-columns p {
  font-family: 'SuisseIntl';
  font-size: 20px;
  line-height: 32px;
}
a#wt-cli-accept-all-btn {
  background-color: #4C483F!important;
}
a#ae-custom-accept-and-close {
  display: none !important;
}
.specif-tech {
  display: flex;
  justify-content: center;
  margin-bottom: 33px;
}
.specif-tech .Img-tech {
  text-align: center;
  margin: 0 25px;
}
.specif-tech .Img-tech:hover p {
  opacity: unset;
  font-weight: 600;
}
.specif-tech .Img-tech img {
  height: 78px;
  filter: opacity(0.8);
}
.specif-tech .Img-tech img:hover {
  filter: unset;
}
.specif-tech .Img-tech p {
  font-size: 12px;
  opacity: 0;
  padding-top: 20px;
}
.Boyle-section {
  padding-bottom: 120px;
  padding-top: 30px;
}
.Boyle-section .section-title {
  margin: 0;
  padding-bottom: 70px;
}
.Boyle-section .boyle-title {
  color: #FAE132;
  font-size: 22px;
  font-family: 'SuisseIntl';
}
.Boyle-section h2 {
  padding-top: 40px !important;
}
.Boyle-section .Boyle-content {
  padding-left: 30px;
}
.Boyle-section .Boyle-content p {
  margin-bottom: 0;
  line-height: 35px;
}
.Boyle-section p.sw-content {
  line-height: 28px;
  padding-right: 18%;
  font-family: 'SuisseIntl-UltraLight';
}
/*.Luminaire-popin {
	position: absolute;
	right: 50%;
	top: 0;
	transform: translate(50%);
	z-index: 999;
	width: 100%;
	height: 100%;
	&:before {
		background: #10101b;
		opacity: .8;
		content: '';
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: -99;
	}
}*/
@media (max-width: 1199.98px) {
  .sw-industry h1 {
    font-size: 30px;
  }
}
@media (max-width: 1600px) {
  .specif-tech .Img-tech {
    max-width: 78px;
  }
  .specif-tech .Img-tech img {
    height: auto;
  }
}
/******************asmaa*************************/
/*************blocs***************/
h2.section-title {
  font-family: 'SuisseIntl-Thin';
  margin: 75px 0;
  padding: 0;
}
.btn.btn-secondary {
  background-color: transparent;
  border-radius: 0;
  font-size: 20px;
  font-family: 'SuisseIntl';
  width: 479px;
  height: 82px;
}
.side-bar-home {
  right: 70px;
  top: 140px;
  z-index: 5;
}
.side-bar-home .nav-pills {
  margin: auto;
}
.side-bar-home .nav-pills > li {
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  width: 143px;
  overflow: hidden;
}
.side-bar-home .nav-pills > li .nav-link {
  color: white;
  font-size: 16px;
  border-bottom: 3px solid #EABC29;
  text-align: center;
  font-weight: normal;
  padding: 0;
  font-family: 'SuisseIntl';
  letter-spacing: 1px;
}
.side-bar-home .nav-pills > li .nav-link img {
  /*	height: 121px;*/
  width: auto;
}
.side-bar-home .nav-pills > li .nav-link span {
  display: block;
  width: 143px;
  transition: 0.3s;
  text-align: center;
  margin: 5px 0;
}
.side-bar-home .nav-pills > li:nth-child(2) > .nav-link {
  border-color: #4C483F;
}
.side-bar-home .nav-pills > li:nth-child(3) > .nav-link {
  border-color: #B3B2AD;
}
.side-bar-home .nav-pills > li ul {
  height: 0;
  padding-left: 0;
  text-align: left;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
}
.side-bar-home .nav-pills > li ul li {
  list-style: none;
  position: relative;
}
.side-bar-home .nav-pills > li ul li ul {
  top: 0;
  right: 0;
  position: absolute;
  width: 177px;
  padding-left: 21px;
  overflow: hidden;
}
.side-bar-home .nav-pills > li ul li ul:before {
  content: ">";
  float: left;
  color: #fff;
  position: absolute;
  left: -30px;
}
.side-bar-home .nav-pills > li ul li > a {
  color: #fff;
  text-decoration: none;
  font-family: 'SuisseIntl';
  display: inline-block;
  width: 39%;
}
.side-bar-home .nav-pills > li ul li li a {
  font-family: 'SuisseIntl-Thin';
}
.side-bar-home .nav-pills > li:last-of-type.active {
  height: 275px;
}
.side-bar-home .nav-pills > li.active {
  opacity: 1;
  width: auto;
  height: 221px;
}
.side-bar-home .nav-pills > li.active img {
  /*float: left;
    				margin-left: 20px;*/
}
.side-bar-home .nav-pills > li.active .nav-link {
  /*border-bottom: 3px solid #FAE132;*/
}
.side-bar-home .nav-pills > li.active ul {
  height: auto;
}
.side-bar-home .nav-pills > li > ul > li {
  width: 0;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  white-space: nowrap;
}
.side-bar-home .nav-pills > li > ul > li.parent.active {
  width: 350px;
}
.bloc-actus .text {
  padding: 0 107px;
}
.bloc-actus .text h3 {
  color: #FAE132;
  font-size: 20px;
  font-family: 'SuisseIntl';
  width: fit-content;
  text-transform: uppercase;
}
.bloc-actus .text h3:after {
  content: "";
  height: 2px;
  background-color: #FAE132;
  display: block;
  margin-bottom: 15px;
  margin-top: 9px;
  width: 50%;
}
.bloc-actus .text h4 {
  margin-bottom: 17px;
  font-size: 40px;
}
.bloc-actus .text p {
  /*min-height: 200px;*/
  font-size: 16px;
  letter-spacing: 1.3px;
  margin-bottom: 37px !important;
  display: -webkit-box;
  -webkit-line-clamp: 6 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bloc-actus img {
  height: 777px;
}
.bloc-text-btn {
  padding: 25px;
}
.background-gray .btn {
  background-color: #000;
  color: #fff;
  margin-top: 48px;
}
.background-gray h3 span {
  display: block;
}
.block-tree-columns H3 {
  font-family: 'SuisseIntl-Medium';
  font-size: 25px;
  margin-bottom: 17px;
}
.block-tree-columns .text {
  background-color: #DEDEDE;
  text-align: center;
  padding: 50px 75px 85px 50px;
  height: 300px;
}
.block-tree-columns .images {
  position: relative;
}
.block-tree-columns .images img.position-absolute {
  left: 27%;
  top: 23%;
  width: 44%;
}
.block-tree-columns .images:before {
  background-color: #00000078;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.block-tree-columns p {
  font-family: 'SuisseIntl';
  line-height: 1.3;
}
.block-tree-columns .container {
  margin-bottom: 37px;
}
.block-five-columns {
  background-color: #dedede;
  text-align: center;
  padding: 159px 0;
}
.block-five-columns .container {
  max-width: 1445px;
}
.block-five-columns .item p {
  color: #212121;
  border-top: 2px solid #2121216e;
  width: 97%;
  margin: 13px auto;
  font-size: 30px;
  font-family: 'SuisseIntl';
  padding-top: 9px;
  /*white-space: nowrap;*/
  max-width: 271px;
}
.block-five-columns .item h3 {
  font-family: 'SuisseIntl';
  font-size: 90px;
}
.bloc-black-video-left {
  padding: 79px 0;
}
.bloc-black-video-left .simple_image {
  overflow: hidden;
}
.bloc-black-video-left .simple_image img {
  max-width: 100%;
  height: auto;
}
.bloc-black-video-left .modal-content {
  background-color: transparent !important;
  border: none;
}
.bloc-black-video-left .modal-dialog {
  max-width: 96%;
  text-align: center;
}
.bloc-black-video-left .modal-dialog .modal-body iframe {
  height: 500px;
  width: 800px;
}
.bloc-black-video-left .modal-dialog .btn-close {
  right: 0;
  top: -16px;
  position: absolute;
  color: #fff;
  opacity: 1;
  font-size: 37px;
  font-family: 'SuisseIntl-Thin';
}
.bloc-black-video-left .modal-dialog .modal-header {
  border: none;
}
.bloc-black-video-left a {
  width: 100%;
}
.bloc-black-video-left .text h3 {
  font-size: 35px;
  margin-bottom: 27px;
}
.bloc-bg-right {
  position: relative;
}
.bloc-bg-right .bd-placeholder-img {
  margin-bottom: 23px;
  width: 118px !important;
  height: auto !important;
}
.bloc-bg-right .bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
}
.bloc-bg-right .bg .text {
  padding: 55px;
  text-align: center;
  z-index: 1;
  position: relative;
}
.bloc-bg-right .bg:before {
  content: "";
  background-color: #0000007d;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.bloc-bg-right h3 {
  font-size: 35px;
  font-family: 'SuisseIntl';
}
.bloc-bg-right h3.light {
  font-family: 'SuisseIntl';
}
.bloc-bg-right h3 span {
  margin-top: 71px;
  display: block;
}
.bloc-bg-right .background-black p {
  font-family: 'SuisseIntl';
  font-size: 19px;
}
#carousel-multiple .owl-dots {
  display: none;
}
.carousel-products .container,
#carousel-multiple .container {
  padding: 0;
}
.carousel-products .item,
#carousel-multiple .item {
  background-color: #DEDEDE;
  text-align: center;
}
.carousel-products .item .text,
#carousel-multiple .item .text {
  padding: 49px;
}
.carousel-products .item h3,
#carousel-multiple .item h3 {
  font-size: 35px;
  font-family: 'SuisseIntl-Medium';
  margin: 41px 0 21px;
}
.carousel-products .item p,
#carousel-multiple .item p {
  font-family: 'SuisseIntl';
}
.carousel-products .owl-carousel .owl-nav .owl-prev,
#carousel-multiple .owl-carousel .owl-nav .owl-prev {
  left: -55px;
}
.carousel-products .owl-carousel .owl-nav .owl-next,
#carousel-multiple .owl-carousel .owl-nav .owl-next {
  right: -75px;
}
.carousel-products .owl-carousel .row,
#carousel-multiple .owl-carousel .row {
  width: 81%;
  margin: auto;
}
.carousel-products .owl-carousel .row img,
#carousel-multiple .owl-carousel .row img {
  width: auto;
  height: auto;
}
.side-bar .nav-pills .link-hover.sw-link a {
  font-size: 0;
  display: block;
  transition: 0;
  padding: 2px !important;
}
.side-bar .nav-pills .link-hover.sw-link a.download_zip,
.side-bar .nav-pills .link-hover.sw-link a.download_ico {
  display: grid;
  align-items: center;
  height: 55px;
  justify-content: center;
}
.side-bar .nav-pills .link-hover.sw-link:hover {
  background-color: transparent;
}
.side-bar .nav-pills .link-hover.sw-link:hover img {
  display: none;
}
.side-bar .nav-pills .link-hover.sw-link:hover a {
  font-size: 16px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 8px 14px !important;
  height: 55px;
  line-height: 37px;
}
.side-bar .nav-pills .link-hover.sw-link:hover a:first-child:hover {
  margin: 0;
}
