/*Generique*/
body {
  background-color: var(--background);
  font-family: var(--fontTextName);
  color: var(--text-color);
}

body.boxed {
  background-color: var(--secondary);
}

a {
  color: var(--primary);
  word-break: break-word;
}

a:hover {
  text-decoration: none;
  color: #f5f6fa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fontTitleName);
  color: var(--titleColor);
}

.slider > ul {
  margin-bottom: 0;
}

h2 {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
}

h2 + span.describe {
  margin-top: 10px;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 1.32;
  }
}

.describe {
  color: var(--secondary);
  letter-spacing: 0.3px;
  padding-left: 38px;
}

.line-3 {
  padding-left: 36px;
}

.line-3:before {
  content: "";
  width: 2px;
  height: 30px;
  background: var(--titleColor);
  opacity: 0.8;
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  margin-top: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.line-3 + span.describe {
  margin-top: 5px;
}

/* well */
.well-xl {
  padding-top: 1.3rem;
  padding-bottom: 1.21rem;
}

.well-md-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .well-md-1 {
    padding-top: 103px;
    padding-bottom: 112px;
  }
}

/* row */
* + .row {
  margin-top: 50px;
}

/* container */
.container + .container {
  margin-top: 60px;
}

html {
  width: 100%;
  height: 100%;
}

main.boxed {
  width: 1140px;
  margin: 0 auto;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  opacity: 1;
  -webkit-box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.2) inset;
}

.btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2) inset;
}

.btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  opacity: 1;
  -webkit-box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.2) inset;
}

.btn-secondary:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2) inset;
}

.price {
  font-weight: 800;
}

.price--old {
  opacity: 0.2;
  text-decoration: line-through;
  padding-right: 10px;
}

.price--htva {
  font-size: 16px;
}

.price--tvac {
  font-size: 24px;
}

.list-unlisted {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav_lang {
  position: fixed;
  top: 50%;
  right: -9px;
  -webkit-transition: -webkit-transform 0.2s 0s linear;
  transition: -webkit-transform 0.2s 0s linear;
  transition: transform 0.2s 0s linear;
  transition: transform 0.2s 0s linear, -webkit-transform 0.2s 0s linear;
  z-index: 1000;
  opacity: 1;
  -webkit-transform: translateX(-129px);
          transform: translateX(-129px);
}

.nav_lang.close {
  float: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: none !important;
  right: -9px;
  -webkit-transform: translateX(-9px) !important;
          transform: translateX(-9px) !important;
  opacity: 1 !important;
}

.nav_lang > li#button_lang2 {
  position: relative;
  background-color: var(--primary);
  color: white;
  border-radius: 4px 0px 0px 4px;
}

.nav_lang > li#button_lang2 span {
  padding: 0.68rem 1rem;
}

.nav_lang > li#button_lang2:hover {
  background-color: var(--secondary);
}

.nav_lang > li#button_lang2:hover > ul {
  background-color: var(--secondary);
  color: white;
}

.nav_lang > li#button_lang2:hover > ul a {
  color: white;
}

.nav_lang > li#button_lang2 ul {
  position: absolute;
  top: 0;
  left: 56px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: auto;
  padding: 0 0px;
  z-index: 1000;
  overflow: hidden;
  max-height: 600px;
  background-color: var(--primary);
}

.nav_lang > li#button_lang2 ul li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.nav_lang > li#button_lang2 ul li:last-child {
  border-bottom: none;
}

.nav_lang > li#button_lang2 ul li a {
  color: white;
  font-size: 0.8rem;
  border-radius: 0;
  width: 100%;
  text-align: left;
}

.nav_lang > li#button_lang2 ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.goTop {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  background-color: var(--primary);
  opacity: 0;
  display: block;
  text-align: center;
  padding-top: 8px;
  -webkit-transition: opacity 0.2s 0s linear, background-color 0.2s 0s linear;
  transition: opacity 0.2s 0s linear, background-color 0.2s 0s linear;
}

.goTop:hover {
  background-color: var(--secondary);
  opacity: 1;
}

.goTop i {
  color: white;
  font-size: 2rem;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--background-menu);
  margin: 1em 0;
  padding: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: var(--primary);
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--primary);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control > option:hover,
.form-control > option:checked {
  -webkit-box-shadow: 0 0 10px 100px #18a82b inset;
          box-shadow: 0 0 10px 100px #18a82b inset;
}

.msgCommand .btn_add_piece_jointe {
  margin-bottom: 6px;
  width: 100%;
  padding: 8px;
}

.msgCommand label.file {
  width: 100%;
  padding: 10px 0 5px;
  cursor: pointer;
  float: left;
  clear: both;
}

.group-message > .row {
  margin-top: 0;
}

.group-message > .row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.modal-content {
  border: 0;
}

.over:hover {
  opacity: 1;
}

.over {
  position: absolute;
  font-size: 1.8rem;
  background-color: rgba(44, 62, 80, 0.7);
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  color: #e5e5e5;
  -webkit-transition: 0.4s 0s linear;
  transition: 0.4s 0s linear;
}

.text-default {
  position: absolute;
  height: 70%;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e5e5e5;
}

.text-default {
  font-size: 2.8rem;
}

.texteImage {
  position: absolute;
  font-size: 2.8rem;
  font-family: var(--fontTitleName) !important;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e5e5e5;
}

body > header {
  position: relative;
}

body > header.boxed {
  width: 1140px;
  margin: 0 auto;
}

body > header .slider-header {
  height: 300px;
}

@media (min-width: 768px) {
  body > header .slider-header {
    height: 643px;
  }
}

body > header .slider-header ul {
  height: 300px;
}

@media (min-width: 768px) {
  body > header .slider-header ul {
    height: 643px;
  }
}

body > header .slider-header ul li {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  body > header .slider-header ul li {
    height: 643px;
  }
}

body > header .logo h1 a {
  color: var(--linkNoHover);
  font-size: 24px;
  display: block;
}

body > header .logo h1 a img {
  height: 50px;
}

@media screen and (min-width: 1024px) {
  body > header .logo h1 a img {
    height: 80px;
  }
}

body > header .logo h1 a:hover {
  text-decoration: none;
  color: var(--linkNoHover);
}

body > header nav.mainNav {
  height: 120px;
  bottom: 8.3%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}

@media screen and (max-width: 1023.98px) {
  body > header nav.mainNav {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
  }
}

body > header nav.mainNav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body > header nav.mainNav .container .row {
  width: 100%;
  height: inherit;
}

body > header nav.mainNav .rd-navbar-toggle {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 48px;
  cursor: pointer;
  color: #333333;
  display: none;
  padding-left: 20px;
  -webkit-appearance: none;
  outline: none;
  color: inherit;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 0px;
}

body > header nav.mainNav .rd-navbar-toggle.active + div + div.menu {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

body > header nav.mainNav .rd-navbar-toggle span {
  width: 24px;
  height: 4px;
  background-color: var(--linkNoHover);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
  display: block;
}

body > header nav.mainNav .rd-navbar-toggle span:before, body > header nav.mainNav .rd-navbar-toggle span:after {
  content: "";
  -webkit-transform-origin: 1.71429px center;
          transform-origin: 1.71429px center;
  width: 24px;
  height: 4px;
  background-color: var(--linkNoHover);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

body > header nav.mainNav .rd-navbar-toggle span:after {
  top: 8px;
}

@media screen and (max-width: 1023.98px) {
  body > header nav.mainNav .rd-navbar-toggle {
    position: relative;
    display: inline-block;
    margin: 0;
    float: left;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
}

body > header nav.mainNav:before {
  content: "";
  background: var(--background-menu);
  width: 100%;
  height: inherit;
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0.8;
  top: 0;
  left: 0;
}

body > header nav.mainNav .menu-window > ul {
  margin: 0;
  height: 100%;
}

body > header nav.mainNav .menu-window > ul > li {
  position: relative;
  display: inline-block;
}

body > header nav.mainNav .menu-window > ul > li:nth-child(4).close {
  display: none !important;
}

body > header nav.mainNav .menu-window > ul > li > a {
  color: var(--linkNoHover);
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  position: relative;
  padding-left: 10px;
}

@media screen and (min-width: 1024px) {
  body > header nav.mainNav .menu-window > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0px auto 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}

body > header nav.mainNav .menu-window > ul > li > a:before {
  background: var(--linkNoHover);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 51px;
  width: 111%;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

body > header nav.mainNav .menu-window > ul > li > a:hover {
  color: var(--linkNoHover);
  text-decoration: none;
}

body > header nav.mainNav .menu-window > ul > li > a:hover:before {
  opacity: 1;
  bottom: 41px;
}

body > header nav.mainNav .menu-window > ul > li > a + span {
  display: none;
}

@media screen and (min-width: 1024px) {
  body > header nav.mainNav .menu-window > ul > li:hover > ul {
    max-height: 400px;
  }
}

body > header nav.mainNav .menu-window > ul > li > ul {
  position: absolute;
  list-style-type: none;
  top: 100%;
  left: 0;
  width: calc(100% + 120px);
  padding: 0px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s 0s linear;
  transition: max-height 0.5s 0s linear;
}

body > header nav.mainNav .menu-window > ul > li > ul.longList {
  width: calc(250% + 120px);
}

body > header nav.mainNav .menu-window > ul > li > ul.longList > li {
  width: 50%;
}

body > header nav.mainNav .menu-window > ul > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-menu);
  opacity: 0.8;
}

body > header nav.mainNav .menu-window > ul > li > ul > li > a {
  color: var(--linkNoHover);
  display: block;
  font-size: 15px;
  color: #fff;
  position: relative;
  padding: 15px;
}

body > header nav.mainNav .menu-window > ul > li > ul > li > a:hover {
  background-color: var(--secondary);
}

@media screen and (max-width: 1023.98px) {
  body > header nav.mainNav:before {
    background-color: var(--background-menu);
  }
  body > header nav.mainNav .menu {
    width: 270px;
    height: calc(100vh - 70px);
    position: fixed;
    top: 70px;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s ease-in-out;
    transition: -webkit-transform 0.5s 0s ease-in-out;
    transition: transform 0.5s 0s ease-in-out;
    transition: transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  body > header nav.mainNav .menu-window {
    height: 100vh;
  }
  body > header nav.mainNav .menu-window > ul {
    height: auto;
  }
  body > header nav.mainNav .menu-window > ul > li {
    display: block;
    width: 100%;
    margin: 5px;
    overflow: hidden;
  }
  body > header nav.mainNav .menu-window > ul > li.active {
    background-color: var(--primary);
  }
  body > header nav.mainNav .menu-window > ul > li > a {
    position: relative;
    display: block;
    padding: 13px 19px 9px 19px;
    margin: 0;
    color: #fff;
    float: left;
    width: 80%;
  }
  body > header nav.mainNav .menu-window > ul > li > a:before {
    display: none;
  }
  body > header nav.mainNav .menu-window > ul > li > a:hover {
    background-color: var(--primary);
    color: var(--linkNoHover);
  }
  body > header nav.mainNav .menu-window > ul > li > a:hover:before {
    display: none;
  }
  body > header nav.mainNav .menu-window > ul > li > a + span {
    position: relative;
    padding: 8px 15px 5px 15px;
    color: white;
    cursor: pointer;
    display: block;
  }
  body > header nav.mainNav .menu-window > ul > li > a + span:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: -1;
    opacity: 0.8;
  }
  body > header nav.mainNav .menu-window > ul > li > a + span.open:before {
    background-color: var(--primary);
  }
  body > header nav.mainNav .menu-window > ul > li > a + span.open + ul {
    max-height: 800px;
  }
  body > header nav.mainNav .menu-window > ul > li > ul {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 0;
  }
  body > header nav.mainNav .menu-window > ul > li > ul:before {
    display: none;
  }
  body > header nav.mainNav .menu-window > ul > li > ul > li > a {
    color: var(--linkNoHover);
    display: block;
    font-size: 15px;
    padding: 8px 30px;
  }
  body > header nav.mainNav .menu-window > ul > li > ul > li > a:hover {
    background-color: var(--secondary);
  }
}

body:not(.home) .slider-header {
  height: 300px;
}

@media (min-width: 768px) {
  body:not(.home) .slider-header {
    height: 300px;
  }
}

body:not(.home) .slider-header ul {
  height: 300px;
}

@media (min-width: 768px) {
  body:not(.home) .slider-header ul {
    height: 300px;
  }
}

body:not(.home) .slider-header ul li {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  body:not(.home) .slider-header ul li {
    height: 300px;
  }
}

section div.container,
article {
  position: relative !important;
}

button.edit {
  position: absolute;
  top: 0px;
  right: -10px;
  z-index: 1;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  display: block;
  color: white;
}

button.editable {
  position: relative;
  top: 80px;
  right: 10px;
  z-index: 1;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  display: block;
  color: white;
}

@media screen and (max-width: 767.98px) {
  button.edit {
    position: absolute;
    top: 0px;
    right: 50%;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    z-index: 1;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    display: block;
    color: white;
  }
}

h2 {
  position: static;
}

div[class*="col-"],
header[class*="col-"],
article[class*="col-"],
footer[class*="col-"] {
  position: static;
}

button.edit + div.over {
  visibility: hidden;
  opacity: 0;
  width: calc(100% - 40px);
  height: 100%;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  top: 0px;
  left: 10px;
  z-index: 0;
  -webkit-transition: all 0.1s 0s linear;
  transition: all 0.1s 0s linear;
}

button.editable + div.over {
  visibility: hidden;
  opacity: 0;
  width: calc(100% - 40px);
  height: 100%;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  top: 0px;
  left: 10px;
  z-index: 0;
  -webkit-transition: all 0.1s 0s linear;
  transition: all 0.1s 0s linear;
}

article button.edit + div.over {
  top: 20px;
  height: calc(100% - 80px);
}

button.edit:hover + div.over {
  visibility: visible;
  opacity: 1;
}

section {
  background-color: var(--background);
}

/*section swiper with slick*/
/*section 2 cols symetrique avec image de fond*/
section.two-col-sym header {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.two-col-sym header h2 {
  color: var(--white);
}

section.two-col-sym.odd header {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

section.two-col-sym.even header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

section.two-col-sym + .two-col-sym {
  padding-top: 0;
}

section.two-col-img .img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.three-col .container .row > header {
  margin-top: 50px;
}

section.three-col .container .row article img {
  width: 100%;
}

section.four-col .container .row article img {
  width: 100%;
}

section.two-col-sym-bg header h2 {
  color: var(--text-color);
}

section.two-col-sym-bg .bg {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.two-col-sym-bg.odd .bg {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

section.two-col-sym-bg.even .bg {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

section.two-col-sym-bg + .two-col-sym {
  padding-top: 0;
}

section.parallax {
  min-height: 500px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

section.parallax:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  opacity: 0.2;
  z-index: 0;
}

section.map {
  line-height: 0;
}

section.newsletter {
  padding: 80px 0;
  background: var(--primary);
}

section.newsletter form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.newsletter .single {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

section.newsletter .single h2 {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 40px;
}

section.newsletter .single .block_recaptcha {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s 0s linear;
  transition: max-height 0.5s 0s linear;
}

@media screen and (max-width: 767.98px) {
  section.newsletter .single .block_recaptcha {
    padding: 0px;
  }
}

section.newsletter .single .form-control {
  height: 50px;
  background: rgba(255, 255, 255, 0.6);
  border-color: transparent;
  border-radius: 20px 0 0 20px;
}

section.newsletter .single .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #243c4f;
}

@media screen and (max-width: 767.98px) {
  section.newsletter .single .form-control {
    border-radius: 20px;
    max-width: 80%;
  }
  section.newsletter .single span {
    display: block;
    float: left;
    width: 100%;
  }
  section.newsletter .single span button.btn {
    border-radius: 20px;
    width: 50%;
  }
}

section.newsletter .single .btn {
  min-height: 50px;
  border-radius: 0 20px 20px 0;
  background: #243c4f;
  color: #fff;
}

section.one-col {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

section.one-col-divied * {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}

section.shop aside.filter input[type="checkbox"] {
  display: none;
}

section.shop aside.filter input[type="checkbox"]:checked + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background-color: var(--secondary);
}

section.shop aside.filter input[type="checkbox"]:checked + label:hover:after {
  background-color: var(--primary);
}

section.shop aside.filter input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
}

section.shop aside.filter input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #ced4da;
  float: left;
  margin-right: 10px;
  -webkit-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}

section.shop aside.filter input[type="checkbox"] + label:hover:before {
  background-color: var(--primary);
  opacity: 0.2;
}

section.shop .shop-slide {
  width: 100%;
}

section.shop .shop-slide:hover .slick-prev,
section.shop .shop-slide:hover .slick-next {
  opacity: 1;
}

section.shop .shop-slide:hover .slick-prev:hover, section.shop .shop-slide:hover .slick-prev:hover,
section.shop .shop-slide:hover .slick-next:hover,
section.shop .shop-slide:hover .slick-next:hover {
  background-color: var(--primary);
}

section.shop .shop-slide:hover .slick-prev:hover:before, section.shop .shop-slide:hover .slick-prev:hover:before, section.shop .shop-slide:hover .slick-prev:hover:before, section.shop .shop-slide:hover .slick-prev:hover:before,
section.shop .shop-slide:hover .slick-next:hover:before,
section.shop .shop-slide:hover .slick-next:hover:before,
section.shop .shop-slide:hover .slick-next:hover:before,
section.shop .shop-slide:hover .slick-next:hover:before {
  color: var(--white);
}

section.shop .shop-slide .slick-prev,
section.shop .shop-slide .slick-next {
  opacity: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 42px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 0.1s 0s linear, background 0.1s 0s linear;
  transition: opacity 0.1s 0s linear, background 0.1s 0s linear;
}

section.shop .shop-slide .slick-prev {
  left: 0px;
  z-index: 1;
}

section.shop .shop-slide .slick-next {
  right: 0px;
  z-index: 1;
}

section.shop .shop-slide .slick-next:before {
  content: "\f105";
}

section.shop .shop-slide .slick-prev:before {
  content: "\f104";
}

section.shop .shop-slide .slick-prev:before,
section.shop .shop-slide .slick-next:before {
  font-family: "Font Awesome 5 Free";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  color: var(--primary);
  font-size: 22px;
  padding-top: 5px;
  width: 100%;
  min-height: 100%;
  -webkit-transition: color 0.1s 0s linear;
  transition: color 0.1s 0s linear;
}

section.shop article div.content {
  position: relative;
}

section.shop article div.content a:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*+img+a {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    opacity: 0;
                    transition: opacity 0.2s 0s ease-in-out;
                    z-index: 2;
                    border-radius: 0 !important;

                    &:hover {
                        opacity: 1;
                    }
                }*/
}

section.shop article div.content a:first-of-type:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: opacity 0.1s 0s linear;
  transition: opacity 0.1s 0s linear;
}

section.shop article div.content a:first-of-type:hover {
  /*+img+a {
                        opacity: 1;

                        &:hover {}
                    }*/
}

section.shop article div.content a:first-of-type:hover:before {
  opacity: 0.2;
}

section.shop article .dispo {
  border-radius: 4px;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-weight: bold;
}

section.shop article .dispo.dispo--high {
  background-color: #69b86d;
  color: white;
}

section.shop article .dispo.dispo--low {
  background-color: #a77211;
  color: white;
}

section.shop article .bubbles_promo {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background-color: #fa381d;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 1;
}

section.produit .prez img {
  width: 100%;
}

section.produit .prez .bubbles_promo {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 1.5rem;
  background-color: #fa381d;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  section.produit .contenu {
    border-left: 1px solid #dee2e6;
  }
}

section.produit .contenu form {
  background-color: #e2e2e2;
}

section.produit .contenu form button {
  background-color: var(--secondary);
  border: 0 solid transparent;
  color: white;
}

section.produit .contenu form button:hover {
  background-color: var(--primary);
}

section.produit .dispo {
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-block;
}

section.produit .dispo.dispo--high {
  background-color: #69b86d;
  color: white;
}

section.produit .dispo.dispo--low {
  background-color: #a77211;
  color: white;
}

section.produit__bottom .collapse-button a {
  background-color: var(--primary);
  -webkit-transition: background 0.2s 0s linear;
  transition: background 0.2s 0s linear;
  color: white;
  text-decoration: none;
}

section.produit__bottom .collapse-button a[aria-expanded="false"] {
  background-color: rgba(255, 255, 255, 0);
  color: var(--text-color);
}

section.produit__bottom table {
  width: 100%;
}

section.blog .blog-slide {
  width: 100%;
}

section.blog .blog-slide:hover .slick-prev,
section.blog .blog-slide:hover .slick-next {
  opacity: 1;
}

section.blog .blog-slide:hover .slick-prev:hover, section.blog .blog-slide:hover .slick-prev:hover,
section.blog .blog-slide:hover .slick-next:hover,
section.blog .blog-slide:hover .slick-next:hover {
  background-color: var(--primary);
}

section.blog .blog-slide:hover .slick-prev:hover:before, section.blog .blog-slide:hover .slick-prev:hover:before, section.blog .blog-slide:hover .slick-prev:hover:before, section.blog .blog-slide:hover .slick-prev:hover:before,
section.blog .blog-slide:hover .slick-next:hover:before,
section.blog .blog-slide:hover .slick-next:hover:before,
section.blog .blog-slide:hover .slick-next:hover:before,
section.blog .blog-slide:hover .slick-next:hover:before {
  color: var(--white);
}

section.blog .blog-slide .slick-prev,
section.blog .blog-slide .slick-next {
  opacity: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 42px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 0.1s 0s linear, background 0.1s 0s linear;
  transition: opacity 0.1s 0s linear, background 0.1s 0s linear;
}

section.blog .blog-slide .slick-prev {
  left: 0px;
  z-index: 1;
}

section.blog .blog-slide .slick-next {
  right: 0px;
  z-index: 1;
}

section.blog .blog-slide .slick-next:before {
  content: "\f105";
}

section.blog .blog-slide .slick-prev:before {
  content: "\f104";
}

section.blog .blog-slide .slick-prev:before,
section.blog .blog-slide .slick-next:before {
  font-family: "Font Awesome 5 Free";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  color: var(--primary);
  font-size: 22px;
  padding-top: 5px;
  width: 100%;
  min-height: 100%;
  -webkit-transition: color 0.1s 0s linear;
  transition: color 0.1s 0s linear;
}

section.blog article {
  padding-bottom: 5rem !important;
}

section.blog .informations > * {
  padding-right: 20px;
}

section.blog .informations > * > *:first-child {
  padding-right: 5px;
}

section.article__blog .informations > * {
  padding-right: 20px;
}

section.article__blog .informations > * > *:first-child {
  padding-right: 5px;
}

section.article__blog .comment > [class*="comment"] time {
  opacity: 0.5;
  font-size: 0.8rem;
}

div.panier {
  background-color: #f1f3f8;
  position: fixed;
  top: 0;
  right: 0;
  width: 360px;
  height: 100%;
  z-index: 2000;
  -webkit-transition: -webkit-transform 0.4s 0s linear;
  transition: -webkit-transform 0.4s 0s linear;
  transition: transform 0.4s 0s linear;
  transition: transform 0.4s 0s linear, -webkit-transform 0.4s 0s linear;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
  overflow-y: auto;
}

div.panier.open {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

div.panier.close {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  opacity: 1;
}

div.panier header {
  position: relative;
  width: 100%;
  text-align: center;
}

div.panier .trash {
  position: absolute;
  top: 20px;
  right: 20px;
}

div.panier .close {
  position: absolute;
  top: 20px;
  left: 20px;
}

div.panier * {
  color: var(--text-color);
}

div.panier h3 {
  line-height: 1;
  margin-bottom: 0;
}

div.panier .describe {
  padding-left: 0;
  font-size: 0.8rem;
  opacity: 0.5;
}

div.panier .content li {
  background-color: white;
  position: relative;
}

div.panier .content li a + a {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: var(--primary);
  border-radius: 0 8px 8px 0;
  text-align: center;
  padding-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
}

div.panier .content li a + a:hover {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.2) inset;
}

div.panier .content li a + a i {
  color: white;
}

div.panier .content li a:hover + a {
  opacity: 1;
  visibility: visible;
}

div.panier .price {
  color: var(--primary);
}

div.panier .btn {
  opacity: 1;
  color: white;
}

div.panier .btn .price {
  color: white;
  opacity: 1;
}

div.panier .btn:hover {
  -webkit-box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid transparent !important;
}

.topbar {
  background-color: white;
  display: none;
}

@media (min-width: 1024px) {
  .topbar {
    display: block;
  }
}

.topbar.close {
  display: none !important;
}

.topbar > div > div > div:first-child > div {
  line-height: 0;
}

.topbar > div > div > div:first-child > div > p,
.topbar > div > div > div:first-child > div > a {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  color: #000;
  line-height: 1;
}

.topbar div > div > div > ul > li {
  position: relative;
  background-color: gainsboro;
  color: var(--text-color);
  border: 1px solid var(--primary);
  border-radius: 4px 4px 4px 4px;
}

.topbar div > div > div > ul > li:hover {
  background-color: white;
}

.topbar div > div > div > ul > li ul {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: 29px;
  left: -1px;
  width: 100%;
  padding: 0 0px;
  z-index: 1000;
  overflow: hidden;
  max-height: 600px;
  border-left: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  border-radius: 0 0 4px 4px;
  -webkit-transition: max-height 0.5s 0s linear, opacity 0.1s 0s linear;
  transition: max-height 0.5s 0s linear, opacity 0.1s 0s linear;
  background-color: white;
  opacity: 1;
}

.topbar div > div > div > ul > li ul.close {
  font-size: 0.9rem;
  font-weight: 400;
  text-shadow: none;
  color: white;
  -webkit-transition: max-height 0.5s 0s linear;
  transition: max-height 0.5s 0s linear;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  max-height: 0px;
  overflow: hidden;
  background-color: gainsboro;
  -webkit-transition: max-height 0.5s 0s linear, opacity 0.2s 0.4s linear;
  transition: max-height 0.5s 0s linear, opacity 0.2s 0.4s linear;
  border-left: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  opacity: 0;
}

.topbar div > div > div > ul > li ul li a,
.topbar div > div > div > ul > li ul li input[type="submit"] {
  color: var(--text-color);
  font-size: 0.8rem;
  border-radius: 0;
  width: 100%;
  text-align: left;
}

.topbar div > div > div > ul > li ul li a:hover,
.topbar div > div > div > ul > li ul li input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.topbar div > div > div > ul > li ul li input[type="submit"].btn-danger {
  color: white;
  border: none;
}

.topbar .open_panier {
  padding: calc(0.25rem + 1px) 0.5rem;
}

.topbar--responsive {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .topbar--responsive {
    display: none;
  }
}

.topbar--responsive.close {
  display: none !important;
}

.topbar--responsive > .row {
  width: 100%;
  margin: 0;
}

.topbar--responsive > .row > div {
  width: 100%;
}

.topbar--responsive > .row > div > ul {
  background-color: white;
  width: inherit;
}

.topbar--responsive > .row > div > ul span {
  display: block;
  padding-left: 15px;
}

.topbar--responsive > .row > div > ul span .fa-caret-down {
  float: right;
  padding: 5px 15px;
}

.topbar--responsive > .row > div > ul > li {
  text-align: left;
  border-radius: 0;
  border: 0;
  margin: 0px;
}

.topbar--responsive > .row > div > ul > li ul {
  width: 100%;
}

.topbar--responsive > .row > div > ul > li ul.close {
  font-size: 0.9rem;
  font-weight: 400;
  text-shadow: none;
  color: white;
  -webkit-transition: max-height 0.5s 0s linear;
  transition: max-height 0.5s 0s linear;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  max-height: 0px;
  overflow: hidden;
  background-color: gainsboro;
  -webkit-transition: max-height 0.5s 0s linear, opacity 0.2s 0.4s linear;
  transition: max-height 0.5s 0s linear, opacity 0.2s 0.4s linear;
  opacity: 0;
}

.topbar--responsive > .row > div > ul > li ul li {
  width: 100%;
}

.topbar--responsive > .row > div > ul > li ul li a,
.topbar--responsive > .row > div > ul > li ul li button,
.topbar--responsive > .row > div > ul > li ul li input {
  display: block;
  color: var(--text-color);
  font-size: 0.8rem;
  border-radius: 0;
  width: 100%;
  text-align: left;
  padding-left: 15px;
}

.topbar--responsive > .row > div > ul > li ul li a:hover,
.topbar--responsive > .row > div > ul > li ul li button:hover,
.topbar--responsive > .row > div > ul > li ul li input:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.topbar--responsive > .row .open_panier2 {
  text-align: left;
  border-radius: 0;
  border: 0;
  padding: 8px 45px 8px 15px;
  margin: 5px 10px 5px 5px;
}

section.gallery .grid {
  width: 100%;
}

section.gallery .grid-item {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  section.gallery .grid-item {
    width: calc((100% / 3) - 40px);
  }
}

section.gallery .grid-item a {
  position: relative;
  display: block;
  overflow: hidden;
}

section.gallery .grid-item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s linear;
  transition: opacity 0.2s 0s linear;
}

section.gallery .grid-item a:hover:before {
  opacity: 1;
}

section.gallery .grid-item a:hover i {
  opacity: 1;
}

section.gallery .grid-item a img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-transition: -webkit-transform 2.5s 0s linear;
  transition: -webkit-transform 2.5s 0s linear;
  transition: transform 2.5s 0s linear;
  transition: transform 2.5s 0s linear, -webkit-transform 2.5s 0s linear;
}

section.gallery .grid-item a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s linear;
  transition: opacity 0.2s 0s linear;
}

section.gallery .grid-item a i:hover {
  color: var(--primary);
}

section.gallery .grid-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.gallery .grid-item img {
  max-width: 100%;
}

section.gallery .grid-item--width2 {
  width: 400px;
}

section.gallerys ul li {
  width: calc((100% / 3) - 40px);
  margin: 20px;
}

section.gallerys ul li figure {
  position: relative;
  display: block;
}

section.gallerys ul li img {
  width: 100%;
}

section.gallerys ul li figcaption {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  line-height: 1;
  padding-top: calc((50%) / 2);
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.5rem;
  overflow: hidden;
  -webkit-transition: opacity 0.5s 0s linear;
  transition: opacity 0.5s 0s linear;
  color: white;
}

section.gallerys ul li figcaption:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
}

section.gallerys ul li a figure {
  margin-bottom: 0;
  overflow: hidden;
}

section.gallerys ul li a figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 2.5s 0s linear;
  transition: -webkit-transform 2.5s 0s linear;
  transition: transform 2.5s 0s linear;
  transition: transform 2.5s 0s linear, -webkit-transform 2.5s 0s linear;
}

section.gallerys ul li a:hover figcaption {
  -webkit-transition: opacity 0.6s 0s linear;
  transition: opacity 0.6s 0s linear;
  opacity: 1;
}

section.e404 header h2 {
  font-size: 75px;
  margin-bottom: 50px;
  margin-top: -20px;
}

section.pagination .container .row .pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.pagination .container .row .pagination li.prev, section.pagination .container .row .pagination li.next {
  display: block;
  text-align: center;
}

section.pagination .container .row .pagination li.prev span, section.pagination .container .row .pagination li.next span {
  display: none;
}

@media screen and (min-width: 768px) {
  section.pagination .container .row .pagination li.prev span, section.pagination .container .row .pagination li.next span {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
  }
}

section.pagination .container .row .pagination li.active a {
  background-color: var(--primary);
  color: white;
  border-radius: 8px;
}

section.pagination .container .row .pagination li a {
  display: block;
  padding: 10px 15px;
}

.block_gdpr {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 12px;
  font-weight: 600;
}

.block_gdpr a {
  text-decoration: underline;
  color: white;
}

.block_gdpr:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #505050;
  opacity: 0.8;
  z-index: -1;
}

section.order span.describe {
  padding-left: 0;
}

section.order input[type="number"] {
  width: 50px;
}

@media screen and (max-width: 991.98px) {
  section.order input[type="number"] {
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--primary);
  }
}

section.order a.caddyDel {
  width: 60px;
  background-color: var(--primary);
  border-radius: 0 8px 8px 0;
  text-align: center;
  -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2) inset;
}

@media screen and (max-width: 991.98px) {
  section.order a.caddyDel {
    width: 100%;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px;
  }
}

section.order a.caddyDel i {
  color: white;
}

#ajaxContent section[class*="partner"]:nth-child(odd) .container .row > .col-lg-8 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#ajaxContent section[class*="partner"]:nth-child(odd) .container .row > .col-lg-16 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#ajaxContent section[class*="partner"]:nth-child(even) .container .row > .col-lg-8 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#ajaxContent section[class*="partner"]:nth-child(even) .container .row > .col-lg-16 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 768px) {
  #ajaxContent section[class*="partner"]:nth-child(even) .container .row > .col-lg-8 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #ajaxContent section[class*="partner"]:nth-child(even) .container .row > .col-lg-16 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

section.login.connect .nav-tabs {
  border-bottom: 0px solid transparent;
}

section.login.connect .btn-primary {
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--text-color);
  border-radius: 4px 4px 4px 4px;
}

section.login.connect .btn-primary.active {
  background-color: transparent;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-bottom: 1px solid transparent;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: var(--linkNoHover);
  border-radius: 4px 4px 4px 4px;
}

section.login.connect .btn-primary:hover {
  -webkit-box-shadow: 0px 0px 80px 0px rgba(120, 120, 120, 0.2) inset !important;
          box-shadow: 0px 0px 80px 0px rgba(120, 120, 120, 0.2) inset !important;
}

section.login.connect .btn-primary:focus,
section.login.connect .btn-primary.active:focus,
section.login.connect .btn-primary.active:active,
section.login.connect .btn-primary:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: var(--primary);
  border: 1px solid transparent;
}

@media screen and (max-width: 991.98px) {
  section.order #contentOrder .product {
    margin-bottom: 2rem;
  }
}

section.order #contentOrder .product .w-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 991.98px) {
  section.order #contentOrder .product .w-100 {
    display: block;
  }
}

section.order #contentOrder .product .block_del {
  width: 60px;
}

section.order #contentOrder .product .block_del a.caddyDel {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991.98px) {
  section.order #contentOrder .product .block_del {
    width: 100%;
    padding: 1rem;
  }
}

@media screen and (max-width: 991.98px) {
  section.order #contentOrder .product .describe {
    display: none;
  }
}

section.order #contentOrder > .hideAfterProcess button.btn-primary {
  border: 0;
}

section.order #contentOrder > .hideAfterProcess button.btn-primary:not(.active) {
  background-color: transparent;
  color: var(--text-color);
}

section.order #contentOrder > .hideAfterProcess button.btn-primary:active,
section.order #contentOrder > .hideAfterProcess button.btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.order #contentOrder > .hideAfterProcess button.btn-primary:not(.active):hover {
  -webkit-box-shadow: 0 0 60px 20px var(--secondary) inset;
          box-shadow: 0 0 60px 20px var(--secondary) inset;
  opacity: 0.8;
  color: var(--linkNoHover);
}

section.order #contentOrder > .hideAfterProcess button.btn-primary.active {
  background-color: var(--primary);
}

section.contentTitleText .container-fluid {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

section.contentTitleText .container-fluid + .container {
  margin-top: -80px;
  background-color: var(--background);
  padding: 40px 20px 20px;
}

/* service */
#ajaxContent > .service > .container > .row > .service-image > img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  #ajaxContent > .service:nth-child(even) > .container > .row > .service-image {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}

/*DEFAULT*/
.header-objectif {
  margin-bottom: -70px;
}

.imgDefault {
  width: 15%;
}

@media screen and (max-width: 752px) {
  .imgDefault {
    min-width: 90px;
  }
}

/*BIEN*/
.divMenuBien {
  margin-top: 50px;
  background-color: rgba(94, 96, 100, 0.2);
}

#menuBien .menuBiens:first-child,
#menuBien .menuBiens:nth-child(2) {
  border-right: 2px solid #c1a57b;
  padding-right: 30px;
  border-width: 2px;
}

@media screen and (max-width: 769px) {
  #menuBien .menuBiens:first-child,
  #menuBien .menuBiens:nth-child(2) {
    border-right: 0px solid rgba(94, 96, 100, 0.2);
    padding-right: 30px;
    border-width: 2px;
  }
}

.label-primary {
  background-color: var(--primary);
  border-radius: 8px;
}

.mailingObjectSuccess::before {
  content: '';
  position: absolute;
  background: #27ae60;
  height: 10px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.mailingObjectWarning::before {
  content: '';
  position: absolute;
  background: #f39c12;
  height: 10px;
  top: 0;
  left: 0;
  width: 100%;
}

.mailingObjectDanger::before {
  content: '';
  position: absolute;
  background: #e74c3c;
  height: 10px;
  top: 0;
  left: 0;
  width: 100%;
}

.mailingObjectArchived::before {
  content: '';
  position: absolute;
  background: #757575;
  height: 10px;
  top: 0;
  left: 0;
  width: 100%;
}

.takedBy {
  font-size: 10px;
  float: right;
  clear: both;
  padding-bottom: 0px;
}

/* Panel de droite */
.tickets {
  position: relative;
  padding: 0px 0;
}

.ticket {
  padding: 40px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}

.nextTicket:hover {
  background-color: #e6e6e6;
}

.firstTicket {
  background-color: gainsboro;
}

.ticket h4 {
  font-size: 14px;
  font-weight: 600;
  color: #525252;
  display: inline-block;
}

.labelObject {
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 50px;
  color: white !important;
  font-size: 11px;
}

.dateTicket {
  float: right;
  padding: 10px 0;
}

.infoTicket {
  clear: both;
  display: block;
  padding: 0px 0 15px;
}

.infoTicket a {
  color: #2980b9;
  font-weight: 400;
}

.infoTicket a:hover {
  color: #a1bbda;
}

.objectTicket {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: black !important;
  padding-bottom: 15px;
}

.buttonResponse {
  width: 100%;
  height: 50px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 1;
}

a.actions {
  float: right;
}

.blockResponse {
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  z-index: 2;
}

.sendResponse {
  float: right;
}

.fileupload {
  position: relative !important;
  border: 1px dashed #a3a8ad !important;
}

.fileupload:hover {
  border: 1px dashed var(--primary) !important;
}

.thumbnail {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.thumbnail span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  color: white;
  background-color: var(--background);
}

#fileThumbs, #fileBig, #fileWeb, #fileReal, #filePiece, #filePieceTwo, #file {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.fileList {
  margin-left: 0;
  padding-left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 320px;
}
/*# sourceMappingURL=style.css.map */