@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  direction: ltr;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Kanit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #ffffff;
  text-decoration: none;
  transition: all ease-in 0.2s
}
p {
  color: #ffffff
}
.material-symbols-outlined {
  font-variation-settings:
    'FILL'0, 'wght'400, 'GRAD'0, 'opsz'32;
}
header {
  margin: 0;
  display: block;
  background: #ffffff;
  width: 100%;
}
.banner {
  max-width: 100%;
  background: #000000;
}
.banner .main-col {
  max-width: max-content;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  gap: 3em;
  position: relative;
  z-index: 100;
  padding: 0 0 0 1em;
}
.banner .telephone {
  background: #7e5730;
  padding-left: 1em;
}
.banner .telephone a {
  background: #7e5730;
  height: 100%;
  display: flex;
  padding: 0 1em 0 0;
  margin: 0;
  min-height: 70px;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
header .entreprise {
  box-sizing: border-box;
  display: block
}
header .entreprise a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em;
}
header .baseline {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
}
header .baseline strong {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: max-content;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 900;
}
header .baseline em {
  font-style: normal;
  text-align: center;
  max-width: max-content;
  margin: 0;
  display: block;
  text-transform: uppercase;
  background: #7e5730;
  font-weight: 600;
  color: #ffffff;
  padding: 0 10px;
  font-size: 16px;
}
header .entreprise img {
  width: auto;
  max-height: 70px;
}
header .icons {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
article {
  background: #000000;
}
.main h1 {
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-size: 2em;
  padding: 1em 2em;
  background: #7e5730;
}
.main h1 strong {
  font-size: 65px;
  line-height: 0.8;
  text-transform: uppercase;
  max-width: 100%;
  display: block;
  margin: 0 0 20px;
  font-weight: 800;
  text-shadow: none;
}
.right-column .col-lg-1 h1 em {
  display: flex;
  gap: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
}
.right-column .col-lg-1 h1 em:before {
  content: '\e5c8';
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  background: #ffffff;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #7e5730;
  font-size: 16px;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24
}
.main h2 {
  color: #fff;
  font-weight: 300;
  text-align: left;
  margin: 1em 0 15px !important;
  line-height: 1.2;
  font-size: 2.5em;
  background: #7e573055;
  max-width: max-content;
  padding: 1em 40px;
  display: flex;
  height: auto;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  border-left: solid 40px #7e5730;
  white-space: break-spaces;
}
.columns {
  width: 100%;
  align-items: normal !important;
  box-sizing: border-box;
  margin: 0;
  gap: 0;
  display: flex;
  z-index: 300;
  position: relative;
}
.columns p {
  font-size: 16px;
  margin: 1em 0;
  line-height: 1.4;
  padding: 0 40px;
  color: #ffffff;
  font-weight: 300;
  max-width: 100%;
  text-align: left;
}
.right-column {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.right-column img {
  width: 100%;
  height: auto;
}
.right-column .col-lg-1 {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
}
.right-column .col-lg-1 h2 {
  padding: 20px;
  white-space: break-spaces;
}
.right-column .col-lg-1 p {
  max-width: 75%;
  padding: 0 40px;
  font-size: 2em;
}
.right-column .col-lg-2 {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  display: flex;
}
.right-column .col-lg-2 h2, .right-column .col-lg-2 h3 {
  min-height: 195px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  align-content: flex-start;
  white-space: break-spaces;
}
.right-column .col-xs-1 {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  width: 100%;
}
.right-column .col-xs-2 {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  width: 100%;
}
.right-column .col-xs-2 h3 {
  border-left: 0;
  padding: 15px 40px;
  margin-bottom: 0;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  background: #7e5730;
  font-size: 2.5em;
  color: #ffffff;
  line-height: 1;
  white-space: break-spaces;
}
.right-column .col-lg-3 {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  max-width: 50%;
  background: #7e573044;
}
.left-column {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.left-column figure {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.left-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.address, .email {
  display: flex;
  gap: 5px;
  font-size: 15px;
  align-items: center;
  color: #ffffff;
}
.telephone {
  display: flex;
  gap: 5px;
  font-size: 26px;
  align-items: center;
}
.telephone {
  color: #ffffff;
  font-weight: 900;
  max-width: max-content;
  width: 100%;
}
.email {
  color: #ffffff;
  font-weight: 500;
  max-width: max-content;
  width: 100%;
}
.telephone:before {
  content: '\e0b0';
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  background: #ffffff;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #7e5730;
  font-size: 16px;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24
}
.email:before {
  content: '\e158';
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  background: #ffffff;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #7e5730;
  font-size: 16px;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24
}
.address:before {
  content: '\e0c8';
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  background: #ffffff;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #7e5730;
  font-size: 16px;
  font-family: 'Material Symbols Outlined';
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24
}
footer .telephone {
  margin: 0 auto;
  color: #ffffff;
}
footer {
  max-width: 100%;
  width: 100%;
  padding: 1em;
  display: block;
  background: #7e5730;
  position: absolute;
  right: 0;
  text-align: right;
}
footer p {
  color: #ffffff;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  max-width: 100%;
  padding: 0 1em;
}
footer p br {
  display: none
}
@media (max-width:767px) {
  header .mailing a {
    font-size: 24px;
    height: 50px;
    width: 50px;
  }
  header .phoning a {
    font-size: 24px;
    height: 50px;
    width: 50px;
    background: #7e5730
  }
  header .entreprise img {
    max-height: 50px;
  }
  header .phoning a:before {
    font-size: 16px;
    width: 30px;
  }
  .banner {
    align-items: center;
    gap: 1em;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    padding: 10px;
    max-width: 100%;
  }
  .columns {
    flex-direction: column;
    padding: 0;
    gap: 0;
    max-width: 100%;
  }
  .columns p {
    padding: 0 2em;
    word-break: normal;
    text-indent: unset;
    word-spacing: normal;
    width: 100%;
    display: flex;
    text-align: left;
    font-size: 14px
  }
  .left-column .resume {
    margin: 0;
  }
  .informations h2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    white-space: break-spaces;
  }
  .email {
    font-size: 15px;
    margin: 0;
  }
  .email:before, .telephone:before {
    font-size: 13px;
  }
  .email span {
    max-width: 100%
  }
  header .baseline strong {
    font-size: 20px;
    text-align: center;
    margin: 0;
  }
  .left-column h2 {
    padding: 1em;
    text-align: left;
    font-size: 20px;
    margin: 0 !important;
    height: 100%;
    white-space: break-spaces;
  }
  footer p {
    text-align: center;
    max-width: 100%;
  }
  .main h1 strong {
    font-size: 28px;
    margin: 0 0 0.5em;
    width: 100%;
    max-width: 100%;
  }
  .left-column {
    margin-bottom: 0
  }
  .informations p {
    padding: 0 !important;
    flex-direction: column;
  }
  .email, .telephone {
    color: #ffffff;
    font-weight: 900;
    max-width: max-content;
    width: 100%;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .telephone span {
    font-size: 32px
  }
  footer {
    max-width: 100%;
  }
  .banner .main-col {
    gap: 1em
  }
  .banner .telephone {
    padding: 0 10px;
  }
  .right-column .col-lg-2 {
    flex-direction: column;
  }
  .right-column .col-lg-2 h2, .right-column .col-lg-2 h3 {
    min-height: 0;
    padding: 15px 30px;
  }
  .right-column .col-lg-1 p {
    max-width: 100%;
    flex-direction: column;
  }
  .right-column .col-lg-3 {
    max-width: 100%;
  }
  footer p br {
    display: block
  }
  .banner .telephone a {
    padding: 0
  }
}