@charset "UTF-8";
/* ---------- Colors ---------- */
/* ---------- Fonts ---------- */
@import url("https://fonts.googleapis.com/css2?family=Gloock");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
}

body {
  font-family: system-ui, sans-serif;
  line-height: 1.5;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul,
ol {
  padding: 0;
}

/* ---------- Breakpoints ---------- */
/* ---------- Fnct Fluid ---------- */
/* - Variables
................................................................................................................... */
/* - Génération des tailles Fluides
................................................................................................................... */
/* ---------- Images ---------- */
/* ---------- Transform ---------- */
/* - Variables
................................................................................................................... */
/* - Génération des tailles Fluides
................................................................................................................... */
@media (max-width: calc(440px - 1px)) {
  .titre_1 {
    font-size: 40px;
  }
}
@media (min-width: 440px) {
  .titre_1 {
    font-size: calc(40px + (40) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_1 {
    font-size: 80px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .titre_1 {
    line-height: 60px;
  }
}
@media (min-width: 440px) {
  .titre_1 {
    line-height: calc(60px + (40) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_1 {
    line-height: 100px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .titre_2 {
    font-size: 32px;
  }
}
@media (min-width: 440px) {
  .titre_2 {
    font-size: calc(32px + (18) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_2 {
    font-size: 50px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .titre_2 {
    line-height: 40px;
  }
}
@media (min-width: 440px) {
  .titre_2 {
    line-height: calc(40px + (20) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_2 {
    line-height: 60px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .titre_3 {
    font-size: 24px;
  }
}
@media (min-width: 440px) {
  .titre_3 {
    font-size: calc(24px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_3 {
    font-size: 32px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .titre_3 {
    line-height: 32px;
  }
}
@media (min-width: 440px) {
  .titre_3 {
    line-height: calc(32px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_3 {
    line-height: 40px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .titre_4 {
    font-size: 20px;
  }
}
@media (min-width: 440px) {
  .titre_4 {
    font-size: calc(20px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_4 {
    font-size: 28px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .titre_4 {
    line-height: 28px;
  }
}
@media (min-width: 440px) {
  .titre_4 {
    line-height: calc(28px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_4 {
    line-height: 36px;
  }
}

@media (max-width: calc(440px - 1px)) {
  p {
    font-size: 15px;
  }
}
@media (min-width: 440px) {
  p {
    font-size: calc(15px + (3) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: calc(440px - 1px)) {
  p {
    line-height: 22px;
  }
}
@media (min-width: 440px) {
  p {
    line-height: calc(22px + (6) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  p {
    line-height: 28px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .big {
    font-size: 16px;
  }
}
@media (min-width: 440px) {
  .big {
    font-size: calc(16px + (6) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .big {
    font-size: 22px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .big {
    line-height: 24px;
  }
}
@media (min-width: 440px) {
  .big {
    line-height: calc(24px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .big {
    line-height: 32px;
  }
}

.titre_1,
.titre_2,
.titre_3,
.titre_4 {
  color: #1d1310;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.titre_color.titre_1,
.titre_color.titre_2,
.titre_color.titre_3,
.titre_color.titre_4 {
  color: #e07a5f;
}
.mb.titre_1,
.mb.titre_2,
.mb.titre_3,
.mb.titre_4 {
  margin-bottom: 0.75em;
}
.white.titre_1,
.white.titre_2,
.white.titre_3,
.white.titre_4 {
  color: #ffffff;
}

.titre_1,
.titre_2 {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #1d1310;
}
p strong {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
}
p.white {
  color: #ffffff;
}

/* - Variables
................................................................................................................... */
/* - Génération des tailles Fluides
................................................................................................................... */
@media (max-width: calc(440px - 1px)) {
  section {
    padding-top: 40px;
  }
}
@media (min-width: 440px) {
  section {
    padding-top: calc(40px + (80) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  section {
    padding-top: 120px;
  }
}
@media (max-width: calc(440px - 1px)) {
  section {
    padding-bottom: 40px;
  }
}
@media (min-width: 440px) {
  section {
    padding-bottom: calc(40px + (80) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  section {
    padding-bottom: 120px;
  }
}
@media (max-width: calc(440px - 1px)) {
  section {
    padding-left: 24px;
  }
}
@media (min-width: 440px) {
  section {
    padding-left: calc(24px + (16) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  section {
    padding-left: 40px;
  }
}
@media (max-width: calc(440px - 1px)) {
  section {
    padding-right: 24px;
  }
}
@media (min-width: 440px) {
  section {
    padding-right: calc(24px + (16) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  section {
    padding-right: 40px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .bloc_work .work {
    padding: 24px;
  }
}
@media (min-width: 440px) {
  .bloc_work .work {
    padding: calc(24px + (16) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .bloc_work .work {
    padding: 40px;
  }
}

body {
  background-color: rgba(224, 122, 95, 0.05);
}
body .container {
  margin: auto;
  max-width: 1400px;
}
body .row {
  display: flex;
}
@media (min-width: 768px) {
  body .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  body .row > .col {
    padding: 0 24px;
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
  }
}
@media (max-width: calc(768px - 1px)) {
  body .row {
    flex-direction: column;
  }
  body .row > .col {
    padding: 16px 0;
  }
}

.bloc_top {
  min-height: 100vh;
  position: relative;
}
.bloc_top img,
.bloc_top .intro {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bloc_top img {
  opacity: 0.1;
  z-index: 1;
  max-height: 80vh;
  width: 80vw;
  max-width: 600px;
}
.bloc_top .intro {
  z-index: 2;
  text-align: center;
  width: 100%;
}
.bloc_top .intro p + p {
  margin-top: 16px;
}

.bloc_pres {
  background-color: rgba(224, 122, 95, 0.1);
}

.bloc_work .work {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(224, 122, 95, 0.25);
}
.bloc_work .work [class*=titre_] {
  text-align: center;
}

.bloc_contact {
  background-color: #1d1310;
}
.bloc_contact p[class*=icon-] {
  position: relative;
  padding-left: 48px;
}
.bloc_contact p[class*=icon-]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.bloc_contact p.icon-mail:before {
  background: transparent url(../images/mail.svg) no-repeat center;
  background-size: 60%;
}
.bloc_contact p.icon-tel:before {
  background: transparent url(../images/tel.svg) no-repeat center;
  background-size: 60%;
}

/*# sourceMappingURL=app.css.map */
