/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  height: -webkit-fill-available;
}

/* Sections
   ========================================================================== */

:root {
  --vh: 1vh;
}

/**
 * Remove the margin in all browsers.
 */
body,
html {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 0;
  margin: 0;
  color: #424242;
  font-family: 'SF';
}

.wrapper {
  height: calc(var(--vh, 1vh) * 100) !important;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 1.3em;
  margin: 0 0 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color:  #424242;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  height:100%;
}

body {
  overflow-x: hidden;
}

#main {
  text-align: justify;
  max-width: 1200px;
  margin: auto;
}

.quatrecentquatre {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@font-face {
  font-family: FranklinGothicCondensed;
  src: url(/css/fonts/FranklinGothicCondensed.ttf);
  font-weight: normal;
}

@font-face {
  font-family: SF;
  src: url(/css/fonts/SF.woff);
  font-weight: normal;
}

@font-face {
  font-family: AntiqueOliveR;
  src: url(/css/fonts/AntiqueOliveR.ttf);
  font-weight: normal;
}

@font-face {
  font-family: AntiqueOliveB;
  src: url(/css/fonts/AntiqueOliveB.ttf);
  font-weight: bold;
}

@font-face {
  font-family: AntiqueOliveI;
  src: url(/css/fonts/AntiqueOliveI.ttf);
  font-weight: normal;
}

@font-face {
  font-family: CormorantR;
  src: url(/css/fonts/CormorantR.ttf);
  font-weight: normal;
}

@font-face {
  font-family: MontserratR;
  src: url(/css/fonts/Montserrat-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: MontserratB;
  src: url(/css/Montserrat-Bold.ttf);
  font-weight: bold;
}

.custom_quote {
  font-family: AntiqueOliveB;
  font-size: 16px;
  line-height: 60px;
}

@media screen and (max-width: 680px) {
  .custom_quote {
    line-height: 30px;
    margin: 10px 0;
  }
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1280px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
   /*3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;

  /* 1 */

  /* update launch */
  min-height: calc(100vh - 160px);
  text-align: center;
  display: flex;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#header,
#header-light {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  height: 180px;
  z-index: 10;
}

#header .container,
#header-light .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#header .container::after,
#header-light .container::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 36px;
  height: 1px;
  width: calc(100% - 255px);
  background-color: #424242;
}

#header .container #menu,
#header-light .container #menu {
  width: 100%;
  padding-left: 117px;
  padding-right: 90px;
  text-align: center;
}

#header .container #menu #navtop #menu-menu-principal,
#header-light .container #menu #navtop #menu-menu-principal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#header .container #menu #navtop #menu-menu-principal a,
#header-light .container #menu #navtop #menu-menu-principal a {
  text-decoration: none;
  color: #424242;
  font-size: 14px;
  line-height: 18px;
  font-family: AntiqueOliveR;
  height: 36px;
  display: flex;
  align-items: end;
  transition: ease-in-out 0.2s all;
}

#header .container #menu #navtop #menu-menu-principal a:hover,
#header-light .container #menu #navtop #menu-menu-principal a:hover {
  transition: ease-in-out 0.2s all;
  transform: scale(1.05);
  cursor: pointer;
}

#header .container #menu-mobile,
#header-light .container #menu-mobile {
  display: none;
}

#header .container #menu-mobile .menu-mobile_icone,
#header-light .container #menu-mobile .menu-mobile_icone {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

#header .container #menu-mobile .menu-mobile_icone .icone,
#header-light .container #menu-mobile .menu-mobile_icone .icone {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 25px;
}

#header .container #menu-mobile .menu-mobile_icone .icone span,
#header-light .container #menu-mobile .menu-mobile_icone .icone span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  transition-duration: 0s;
  transition-delay: 0.2s;
}

#header .container #menu-mobile .menu-mobile_icone .icone span::before, #header .container #menu-mobile .menu-mobile_icone .icone span::after,
#header-light .container #menu-mobile .menu-mobile_icone .icone span::before,
#header-light .container #menu-mobile .menu-mobile_icone .icone span::after {
  position: absolute;
  content: '';
}

#header .container #menu-mobile .menu-mobile_icone .icone span::before,
#header-light .container #menu-mobile .menu-mobile_icone .icone span::before {
  margin-top: -12px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}

#header .container #menu-mobile .menu-mobile_icone .icone span::after,
#header-light .container #menu-mobile .menu-mobile_icone .icone span::after {
  margin-top: 12px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}

#header .container #menu-mobile .menu-mobile_icone .icone span,
#header .container #menu-mobile .menu-mobile_icone .icone span:before,
#header .container #menu-mobile .menu-mobile_icone .icone span:after,
#header-light .container #menu-mobile .menu-mobile_icone .icone span,
#header-light .container #menu-mobile .menu-mobile_icone .icone span:before,
#header-light .container #menu-mobile .menu-mobile_icone .icone span:after {
  width: 30px;
  height: 6px;
  background-color: #424242;
  display: block;
}

#header .container #menu-mobile .menu-mobile_icone.active span,
#header-light .container #menu-mobile .menu-mobile_icone.active span {
  background-color: rgba(0, 0, 0, 0);
  transition-delay: 0.2s;
}

#header .container #menu-mobile .menu-mobile_icone.active span:before,
#header-light .container #menu-mobile .menu-mobile_icone.active span:before {
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.2s;
}

#header .container #menu-mobile .menu-mobile_icone.active span:after,
#header-light .container #menu-mobile .menu-mobile_icone.active span:after {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.2s;
}

#header .container #menu-mobile .menu-menu-principal-container,
#header-light .container #menu-mobile .menu-menu-principal-container {
  background: #ffffff;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 90px;
  left: 0;
  margin-left: -100%;
  transition: all ease-in-out 0.5s;
}

#header .container #menu-mobile .menu-menu-principal-container.open,
#header-light .container #menu-mobile .menu-menu-principal-container.open {
  margin-left: 0;
  transition: all ease-in-out 0.5s;
}

#header .container #menu-mobile .menu-menu-principal-container .sub-menu,
#header-light .container #menu-mobile .menu-menu-principal-container .sub-menu {
  width: 100%;
  padding-bottom: 25px;
  transition: all ease-in-out 0.5s;
}

#header .container #menu-mobile .menu-menu-principal-container .sub-menu li,
#header-light .container #menu-mobile .menu-menu-principal-container .sub-menu li {
  margin-top: 20px;
}

#header .container #menu-mobile .menu-menu-principal-container .sub-menu li a,
#header-light .container #menu-mobile .menu-menu-principal-container .sub-menu li a {
  margin: 10px;
  font-size: 14px;
}

#header .container #menu-mobile .menu-menu-principal-container .sub-menu.open,
#header-light .container #menu-mobile .menu-menu-principal-container .sub-menu.open {
  display: block;
  transition: all ease-in-out 0.5s;
}

#header .container #menu-mobile .menu-menu-principal-container > ul,
#header-light .container #menu-mobile .menu-menu-principal-container > ul {
  height: 100%;
}

#header .container #menu-mobile .menu-menu-principal-container > ul > li,
#header-light .container #menu-mobile .menu-menu-principal-container > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#header .container #menu-mobile .menu-menu-principal-container > ul > li > a,
#header-light .container #menu-mobile .menu-menu-principal-container > ul > li > a {
  text-decoration: none;
  color: #424242;
  font-size: 14px;
  line-height: 18px;
  font-family: AntiqueOliveR;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: max-content;
}

#header .container a.circle-btn,
#header-light .container a.circle-btn {
  min-width: 130px;
  height: 130px;
  border: 1px solid #1A1C40;
  border-radius: 50%;
  background-color: unset;
  margin-top: 15px;
  transition: ease-in-out 0.2s all;
  text-decoration: none;
  color: #1a1c40;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#header .container a.circle-btn p,
#header-light .container a.circle-btn p {
  font-family: AntiqueOliveR;
}

#header .container a.circle-btn:hover,
#header-light .container a.circle-btn:hover {
  cursor: pointer;
  background-color: #424242;
  transition: ease-in-out 0.2s all;
}

#header .container a.circle-btn:hover p,
#header-light .container a.circle-btn:hover p {
  color: #ffffff;
}

#header .container .contact-mobile,
#header-light .container .contact-mobile {
  display: none;
}

@media screen and (max-width: 1180px) {
  #header,
  #header-light {
    height: 100px;
  }
  #main {
    padding-top: 125px;
  }
  #header .container::after,
  #header-light .container::after {
    bottom: 0;
  }
  #header .container #menu,
  #header-light .container #menu {
    display: none;
  }
  #header .container #menu-mobile,
  #header-light .container #menu-mobile {
    display: block;
  }
  #header .container > a.circle-btn,
  #header-light .container > a.circle-btn {
    display: none;
  }
  #header .container .contact-mobile,
  #header-light .container .contact-mobile {
    display: block;
    position: relative;
  }
  #header .container .contact-mobile::after,
  #header-light .container .contact-mobile::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #424242;
    left: 20px;
    bottom: 0;
  }
}

#footer {
  background-color: #424242;
  max-width: 100vw;
  color: #ffffff;
  position:absolute;
  bottom:0;
}

#footer .textwidget{
  text-align-last: center;
}

#footer .widget_footer_title {
  font-family: AntiqueOliveR;
  font-size: 30px;
  line-height: 85px;
  max-width: 200px;
}

#footer .footer_social {
  display: flex;
  z-index: 1;
  position: relative;
  width: max-content;
}

#footer .footer_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 10px;
}

#footer .footer_social a:hover {
  cursor: pointer;
  background-color: #ffffff;
  transition: ease-in-out 0.2s all;
}

#footer .footer_social a:hover img {
  filter: invert(0.8);
}

#footer .footer_social a:last-of-type {
  margin-left: 10px;
}

#footer .footer_add {
  display: flex;
  margin-top: 25px;
}

#footer .footer_add .widget_footer_add .widget_title {
  font-family: AntiqueOliveR;
  font-size: 18px;
  line-height: 85px;
}

#footer .footer_add .widget_footer_add:last-of-type {
  margin-left: 75px;
}

#footer .footer_mention {
  margin-top: 80px;
  font-family: AntiqueOliveR;
  font-size: 12px;
}

#footer .footer_mention p a,
#footer .footer_mention p a:visited {
  color: #ffffff;
}

#footer .footer_btn {
  justify-content: flex-end;
  z-index: 0;
  float: right;
  margin-top: 50px;
}

#footer .footer_btn #menu-bouton-pied-de-page {
  display: flex;
}

#footer .footer_btn #menu-bouton-pied-de-page li:last-of-type {
  margin-left: 20px;
}

#footer .footer_btn #menu-bouton-pied-de-page a {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #424242;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-family: AntiqueOliveR;
  font-size: 16px;
  text-align: center;
  transition: ease-in-out 0.2s all;
}

#footer .footer_btn #menu-bouton-pied-de-page a:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #424242;
  transition: ease-in-out 0.2s all;
}

@media screen and (max-width: 1280px) {
  #footer {
    margin-left: 0;
    min-width: 100vw;
    max-width: unset;
  }
  #footer .footer_btn {
    width: 100vw;
  }
}

@media screen and (max-width: 680px) {
  #footer .footer_btn {
    position: relative;
    display: block;
    top: unset;
    left: unset;
    width: max-content;
  }
  #footer .footer_btn #menu-bouton-pied-de-page a {
    width: 100px;
    height: 100px;
  }
  #footer .footer_btn aside {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

#banner {
  display: flex;
  flex-direction: row;
}

#banner .banner-left {
  margin-right:  10px;
}

#banner .banner-left h1 {
  color: #424242;
  font-size: 140px;
  line-height: 140px;
  font-family: AntiqueOliveB;
}

.section03 .banner-left h1 {
  color: #424242;
  font-size: 140px;
  line-height: 140px;
  font-family: AntiqueOliveB;
}

#banner .banner-left_text {
  max-width: 580px;
}

.banner-left_text h2{
  font-size: 1.3em;
}

#banner .banner-right {
  display: flex;
  width: 100%;
  align-self: center;
}

#banner .banner-right img {
  width: 100%;
}

h2.with-number {
  align-items: baseline;
  text-transform: uppercase;
}

h2.with-number.alignflex {
  align-items: center;
  display: flex;
  justify-content: center;
}

h2.with-number p {
  color: #424242;
  font-size: 27px;
  line-height: 45px;
  font-family: AntiqueOliveB;
  align-items: baseline;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .section01, .section02, .section06 {
    display: flex;
  }
  .section02 {
    flex-direction: row-reverse;
  }
  h2.with-number.alignflex {
    justify-content: center;
    min-width: fit-content;
    width: fit-content;
    padding: 0 10px;
  }
  h2.with-number.alignflex p{
    font-size: 30pt;
    font-family: 'AntiqueOliveB';
    text-align: left;
  }
}

.section01 .section01_text {
  display: flex;
  margin-top: 50px;
}

.section02 .section02_text {
  display: flex;
  margin-top: 50px;
}



.section04 {
  padding-top: 61px;
  padding-left: 80px;
  background-color: #dedede;
}

.section04 h2.with-number p {
  align-items: last baseline;
}

.section05 {
  padding-top: 115px;
  display: flex;
}

.section05 .text {
  margin-top: 50px;
}

.section03 .product_grid {
  margin-top: 27px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.section03 .product_grid li {
  width: 20%;
  min-width: 200px;
}

.section03 .product_grid li img {
  width: 100%;
}

.section03 #blossom {
  display:  flex;
}

.section03 .graybox {
  border-radius: 20px;
  background: #F2F2F2;
  padding: 20px;
  margin: 10px 10px 50px;
}

.section05 .section05_text {
  display: flex;
  margin-top: 50px;
}

.section05 .section05_text_right {
  /*padding-left: 22px;*/
  max-width: 620px;
}

.subsection {
  background-color: #F3F3F5;
  padding-top: 110px;
  padding-bottom: 130px;
  margin-top: 111px;
}

.subsection h3 {
  font-family: AntiqueOliveR;
  font-size: 23px;
  line-height: 85px;
  text-transform: uppercase;
}

.subsection_grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: -100px;
  margin-top: 35px;
  margin-bottom: 50px;
  width: calc(100% - 100px);
}

.subsection_grid li {
  min-width: calc(33.33% - 50px);
  margin-left: 100px;
}

.subsection_grid li hr {
  border: none;
  height: 1px;
  background-color: #424242;
}

.subsection_grid li h3 {
  font-family: AntiqueOliveR;
  font-size: 22px;
  line-height: 85px;
  white-space: nowrap;
  text-align-last: center;
}

.subsection_grid li .item_image {
  min-height: 250px;
}

#drooky {
  text-align: center;
  margin-top: 130px;
}

#drooky h3 {
  font-family: AntiqueOliveR;
  font-size: 23px;
  line-height: 52px;
  text-transform: uppercase;
}

#drooky .hook {
  font-family: AntiqueOliveB;
  font-size: 16px;
  line-height: 22px;
}

#drooky .text {
  margin-top: 40px;
}

#drooky .image {
  margin-top: -60px;
}

#drooky .image img {
  width: 100%;
}

.section06 {
  padding: 50px 0px 10px 0px;
}

.section06 .text {
  margin-left: 50px;
  max-width: 700px;
}

.section06 .section06_text {
  display: flex;
  margin-top: 50px;
}

.section06 .section06_text_right {
  /*padding-left: 22px;*/
  max-width: 620px;
}

@media screen and (max-width: 1280px) {
  .section03 {
    flex-direction: column;
  }
  .section03 .section04 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .section02 .section02_grid {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .section02 .section02_grid li {
    max-width: 320px;
    min-width: unset;
    margin: 0 auto;
  }
  .subsection_grid {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .subsection_grid li {
    max-width: 320px;
    min-width: unset;
    margin: 0 auto;
    margin-top: 50px;
  }
}

@media screen and (max-width: 980px) {
  #banner {
    flex-direction: column;
  }
  #banner .banner-left h1 {
    font-size: 15vw;
    line-height: 15vw;
  }
  .section03, .section03 #blossom {
    flex-direction: column;
  }
  .section03 .banner-left h1 {
    font-size: 15vw;
    line-height: 15vw;
  }
  #banner .banner-right {
    max-width: 150px;
    margin-top: 40px;
  }
  .section01 .section01_text_left {
    font-size: 8vw;
    padding-right: 2vw;
  }
  #drooky .image {
    margin-top: 60px;
  }
}

@media screen and (max-width: 680px) {
  .section02 .section02_grid li h3 {
    white-space: unset;
    line-height: 28px;
  }
  .section02 .section02_grid li .item_text {
    margin-top: 10px;
  }
  .section03 > * h2 {
    white-space: unset;
  }
}

@media screen and (max-width: 480px) {
  h2.with-number p {
    font-size: 24px;
    line-height: 36px;
  }
}

.page-simple {
  margin-top: 130px;
}

.page-simple p {
  margin: 10px 0;
}

.page-simple h2 {
  font-size: 26px;
  font-family: AntiqueOliveR;
  line-height: 38px;
  margin-top: 20px;
}

.page-simple table {
  margin-top: 60px;
}

.page-simple ul {
  list-style: initial;
}

#contact {
  display: flex;
  justify-content: space-between;
}

#contact .contact_form {
  width: 50%;
}

#contact .contact_form .mention-send {
  display: flex;
}

#contact .contact_form .mention-send > p {
  text-align: right;
}

#contact .contact_form .mention-send span {
  margin-left: 0;
}

#contact .contact_form .mention-send input[type="submit"] {
  min-width: 130px;
  height: 130px;
  border: 1px solid #1A1C40;
  border-radius: 50%;
  background-color: unset;
  transition: ease-in-out 0.2s all;
  font-family: AntiqueOliveR;
}

#contact .contact_form .mention-send input[type="submit"]:hover {
  cursor: pointer;
  background-color: #424242;
  transition: ease-in-out 0.2s all;
  color: #ffffff;
}

#contact .contact_form input[type="text"],
#contact .contact_form textarea,
#contact .contact_form input[type="tel"],
#contact .contact_form input[type="email"] {
  padding: 15px 40px;
  border: 1px solid #424242;
  width: 100%;
  margin-bottom: 20px;
}

#contact .contact_form .checkbox-opera {
  font-family: AntiqueOliveR;
  font-size: 12px;
  line-height: 18px;
}

#contact .contact_infos {
  width: 250px;
}

#contact .contact_infos_social {
  display: flex;
  z-index: 1;
  position: relative;
}

#contact .contact_infos_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #424242;
  border-radius: 50%;
  padding: 10px;
}

#contact .contact_infos_social a img {
  filter: invert(0.8);
}

#contact .contact_infos_social a:hover {
  cursor: pointer;
  background-color: #424242;
  transition: ease-in-out 0.2s all;
}

#contact .contact_infos_social a:hover img {
  filter: unset;
}

#contact .contact_infos_social a:last-of-type {
  margin-left: 10px;
}

#contact .contact_infos_add {
  margin-top: 25px;
}

#contact .contact_infos_add .widget_footer_add .widget_title {
  font-family: AntiqueOliveR;
  font-size: 18px;
  line-height: 85px;
}

h1.with-number {
  display: flex;
  align-items: baseline;
  color: #24252E;
  font-size: 48px;
  line-height: 85px;
  font-family: AntiqueOliveR;
  display: flex;
  align-items: baseline;
  text-transform: lowercase;
}

h1.with-number::before {
  content: '';
  display: flex;
  height: 1px;
  width: 40px;
  background-color: #24252E;
  margin-right: 20px;
}

@media screen and (max-width: 980px) {
  #contact {
    flex-direction: column;
  }
  #contact .contact_form,
  #contact .contact_infos {
    margin: 0 auto;
    width: 50%;
    min-width: 320px;
  }
  #contact .contact_form .mention-send input[type="submit"] {
    width: 100px;
    height: 70px;
    min-width: unset;
    margin-left: 50px;
  }
  #contact .contact_infos {
    margin-top: 100px;
  }
}
/*# sourceMappingURL=style_operatech.css.map */

/*////////////////////////////////////////////////////////*/
/*//PRESSE////////////////*/
/*///////////////////////////////////////////////////////*/

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  min-height: 50px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent li {
    padding:  20px 0px;
}

.translate{
  float: right;
  display: inline-flex;
}

.translate li{
  padding:  0px 10px;
}

.site-footer
{
  display:  flex;
  padding:20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
  width: fit-content;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
  text-decoration:none;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  display:  contents;
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:inline;
  margin: 6px;
}
.footer-links a button
{
  color:#737373;
  text-decoration:none;
}
.footer-links a:active button,.footer-links a:focus button,.footer-links a:hover button
{
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align: right;
  margin-left: auto;
}

.footerimg {
  max-width: 100px;
}

.headimg {
  max-width: 90%;
  max-height: 90%;
}

.headimgpng {
  max-height: 90%;
  margin: auto;
}

.headimg_header {
  width: 100px;
  margin: 50px auto;
  display: block;
  text-align: center;
}

.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  position: absolute;
  bottom: 0;
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
  .sectionTitle
  {
    font-size: 40px;
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.phone:hover
{
  background-color:#00b66d
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

/* CSS */
.button-footer {
  align-items: center;
  border-radius: 30px;
  border-width: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 18px;
  height: 52px;
  justify-content: center;
  line-height: 1;
  margin: 10px 0;
  outline: none;
  overflow: hidden;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
  width: 148px;
}
}

.button-footer:hover {
  box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
  opacity: .85;
}

.button-footer:active {
  outline: 0;
}

.button-footer:focus {
  box-shadow: rgba(78, 78, 78, .24) 0 0 0 3px;;
}

@media (max-width: 420px) {
  .button-footer {
    height: 48px;
  }
}

.imgpress {
  height:  100px;
  vertical-align: middle;
}

.cg {
  display: block;
  text-align: justify;
}

.cg h2 {
  line-height: 1.2;
}

.cg th, .cg td {
  border: 1px solid black;
}

.cg td {
  padding: 7px;
  vertical-align: middle;
}

.cg li:not(:last-child) { 
   margin-bottom: 20px;  
}

.cg li { 
   margin-left: 50px;  
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sections {
  width: 300%;
  /*height: 100%;*/
}

.section {
  height: 100vh;
  width: calc(100% / 3);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px;
  align-items: center;
  background-size: cover;
  float: left;
}

.section:nth-child(1) {
}
.section:nth-child(2) {
  background-color: #f3e2f0;
}
.section:nth-child(3) {
}
.section:nth-child(4) {
  background-color: #EAF1F4;
}
.section:nth-child(5) {
  background-color: #fff6eb;
}
.section:nth-child(6) {
  background-color: #ffe3e7;
}
.section:nth-child(7) {
  background-color: #ffd3cd;
}
.section:nth-child(8) {
  background-color: #e0fff5;
}
.section:nth-child(10) {
  background-color: #fffcdb;
}
.section:nth-child(11) {
  background-color: #e1fffd;
}
.section:nth-child(12) {
  background-color: #e9d5de;
}


/*.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

.content {
  width: 90%;
  color: #424242;
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
}

.sectionTitle {
  font-size: clamp(2.125rem, 1.3943rem + 3.5202vw, 5.50625rem);
  font-family: "FranklinGothicCondensed";
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: #424242;
}

.sectionSubTitle{
  color: #424242;
  font-size: clamp(1rem, 0.7532rem + 1.3853vw, 1.8rem);
  line-height: initial;
}

.arrowScroll::after{
  content: "\2192";
  font-size: 55px;
  vertical-align: middle;
}

.divScroll{
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
  width: 120px;
}

.textScroll{
  font-size: 20px;
  vertical-align: middle;
  width: 60px;
  flex-wrap: wrap;
  display: inline-flex;"
}

.listhalf {
  text-align:justify;
  width: 50%;
}

@media screen and (max-width:768px)
{
  .listhalf
  {
    width: 100%;
  },
}

@media screen and (max-width:768px)
{
  .textScroll
  {
    font-size: 15px;
  },
}

@media screen and (max-width:768px)
{
  .arrowScroll::after{
    content: "\2193";
    font-size: 30px;
    vertical-align: middle;
  }
}

@media all and (max-width: 768px) {
  .divScroll{
    position: absolute;
    right: 0;
    left:0;
    bottom: 0;
    top: inherit;
    margin: auto;
    height: 100px;
    width: 120px;
  },
}



@media all and (max-width: 768px) {
  .content {
    width: 90%;
  },
}

.gridg, .gridd { 
  display: grid;
  grid-column-gap: 1rem;
  align-items: center;
  height: 100%;
  align-content: center;
}

.gridg > div, .gridd > div {
  padding: 1rem;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: auto;
}

.gridg > div > div, .gridd > div > div {
  margin: auto;
}

@media (min-width: 1365px) {
  .gridg { grid-template-columns: 1.2fr 1fr; }
}

@media (min-width: 1365px) {
  .gridd { grid-template-columns: 1fr 1.2fr; }
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.image-gallery > li {
  flex-basis: calc(100% / 6); /* width: 350px; */
}

@media (max-width: 600px) {
  .image-gallery > li { flex-basis: calc(100% / 4); }
}

.image-gallery li img {
  vertical-align: middle;
  border-radius: 5px;
}