/**
 * !
 * 
 * Theme Name: Agence Morgane
 * 
 * Theme URI: https://agencemorgane.com/
 * 
 * Author: Quentin Doublet - Agence Morgane
 * 
 * Author URI: https://agencemorgane.com/
 * 
 * Description: Thème enfant de Susty 
 * 
 * Version: 1.0
 * 
 * Template: susty-master
 *
 * @format
 */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  75% {
    -webkit-transform: translate(-50%, 1em);
    transform: translate(-50%, 1em);
  }
}
@keyframes moveArrow {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  75% {
    -webkit-transform: translate(-50%, 1em);
    transform: translate(-50%, 1em);
  }
}
form .formCont,
form .formCheckBox {
  position: relative;
  margin-top: 1em;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea {
  -webkit-backface-visibility: hidden;
  background: #e1e1e1;
  border: none;
  border-bottom: solid 1px #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  margin-top: 1em;
  width: 100%;
}
form input[type="text"] + label,
form input[type="email"] + label,
form input[type="url"] + label,
form input[type="password"] + label,
form input[type="search"] + label,
form input[type="number"] + label,
form input[type="tel"] + label,
form input[type="range"] + label,
form input[type="date"] + label,
form input[type="month"] + label,
form input[type="week"] + label,
form input[type="time"] + label,
form input[type="datetime"] + label,
form input[type="datetime-local"] + label,
form input[type="color"] + label,
form textarea + label {
  position: absolute;
  top: 1em;
  left: 1em;
  color: #333;
  opacity: 0;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="range"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="color"]:focus,
form textarea:focus {
  border-color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
form input[type="text"]:focus + label,
form input[type="email"]:focus + label,
form input[type="url"]:focus + label,
form input[type="password"]:focus + label,
form input[type="search"]:focus + label,
form input[type="number"]:focus + label,
form input[type="tel"]:focus + label,
form input[type="range"]:focus + label,
form input[type="date"]:focus + label,
form input[type="month"]:focus + label,
form input[type="week"]:focus + label,
form input[type="time"]:focus + label,
form input[type="datetime"]:focus + label,
form input[type="datetime-local"]:focus + label,
form input[type="color"]:focus + label,
form textarea:focus + label {
  -webkit-transform: translate(-2em, -1.25em) scale(0.8);
  transform: translate(-2em, -1.25em) scale(0.8);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
form input[type="text"]:focus::-webkit-input-placeholder,
form input[type="email"]:focus::-webkit-input-placeholder,
form input[type="url"]:focus::-webkit-input-placeholder,
form input[type="password"]:focus::-webkit-input-placeholder,
form input[type="search"]:focus::-webkit-input-placeholder,
form input[type="number"]:focus::-webkit-input-placeholder,
form input[type="tel"]:focus::-webkit-input-placeholder,
form input[type="range"]:focus::-webkit-input-placeholder,
form input[type="date"]:focus::-webkit-input-placeholder,
form input[type="month"]:focus::-webkit-input-placeholder,
form input[type="week"]:focus::-webkit-input-placeholder,
form input[type="time"]:focus::-webkit-input-placeholder,
form input[type="datetime"]:focus::-webkit-input-placeholder,
form input[type="datetime-local"]:focus::-webkit-input-placeholder,
form input[type="color"]:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus:-ms-input-placeholder,
form input[type="email"]:focus:-ms-input-placeholder,
form input[type="url"]:focus:-ms-input-placeholder,
form input[type="password"]:focus:-ms-input-placeholder,
form input[type="search"]:focus:-ms-input-placeholder,
form input[type="number"]:focus:-ms-input-placeholder,
form input[type="tel"]:focus:-ms-input-placeholder,
form input[type="range"]:focus:-ms-input-placeholder,
form input[type="date"]:focus:-ms-input-placeholder,
form input[type="month"]:focus:-ms-input-placeholder,
form input[type="week"]:focus:-ms-input-placeholder,
form input[type="time"]:focus:-ms-input-placeholder,
form input[type="datetime"]:focus:-ms-input-placeholder,
form input[type="datetime-local"]:focus:-ms-input-placeholder,
form input[type="color"]:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus::-ms-input-placeholder,
form input[type="email"]:focus::-ms-input-placeholder,
form input[type="url"]:focus::-ms-input-placeholder,
form input[type="password"]:focus::-ms-input-placeholder,
form input[type="search"]:focus::-ms-input-placeholder,
form input[type="number"]:focus::-ms-input-placeholder,
form input[type="tel"]:focus::-ms-input-placeholder,
form input[type="range"]:focus::-ms-input-placeholder,
form input[type="date"]:focus::-ms-input-placeholder,
form input[type="month"]:focus::-ms-input-placeholder,
form input[type="week"]:focus::-ms-input-placeholder,
form input[type="time"]:focus::-ms-input-placeholder,
form input[type="datetime"]:focus::-ms-input-placeholder,
form input[type="datetime-local"]:focus::-ms-input-placeholder,
form input[type="color"]:focus::-ms-input-placeholder,
form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus::placeholder,
form input[type="email"]:focus::placeholder,
form input[type="url"]:focus::placeholder,
form input[type="password"]:focus::placeholder,
form input[type="search"]:focus::placeholder,
form input[type="number"]:focus::placeholder,
form input[type="tel"]:focus::placeholder,
form input[type="range"]:focus::placeholder,
form input[type="date"]:focus::placeholder,
form input[type="month"]:focus::placeholder,
form input[type="week"]:focus::placeholder,
form input[type="time"]:focus::placeholder,
form input[type="datetime"]:focus::placeholder,
form input[type="datetime-local"]:focus::placeholder,
form input[type="color"]:focus::placeholder,
form textarea:focus::placeholder {
  opacity: 0;
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="range"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="month"]::-webkit-input-placeholder,
form input[type="week"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="color"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  opacity: 1;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="range"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="month"]:-ms-input-placeholder,
form input[type="week"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="color"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  opacity: 1;
}
form input[type="text"]::-ms-input-placeholder,
form input[type="email"]::-ms-input-placeholder,
form input[type="url"]::-ms-input-placeholder,
form input[type="password"]::-ms-input-placeholder,
form input[type="search"]::-ms-input-placeholder,
form input[type="number"]::-ms-input-placeholder,
form input[type="tel"]::-ms-input-placeholder,
form input[type="range"]::-ms-input-placeholder,
form input[type="date"]::-ms-input-placeholder,
form input[type="month"]::-ms-input-placeholder,
form input[type="week"]::-ms-input-placeholder,
form input[type="time"]::-ms-input-placeholder,
form input[type="datetime"]::-ms-input-placeholder,
form input[type="datetime-local"]::-ms-input-placeholder,
form input[type="color"]::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  opacity: 1;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="password"]::placeholder,
form input[type="search"]::placeholder,
form input[type="number"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="range"]::placeholder,
form input[type="date"]::placeholder,
form input[type="month"]::placeholder,
form input[type="week"]::placeholder,
form input[type="time"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="color"]::placeholder,
form textarea::placeholder {
  opacity: 1;
}
form .formCheckBox {
  font-size: 0.7rem;
}
form .formButton {
  margin: 1em;
  text-align: center;
}
form .contResponse {
  opacity: 0;
}
form.response .contResponse {
  margin: 2em 0;
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
form.response *:not(.contResponse) {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media print {
  header#masthead {
    display: none;
  }
  .screen-reader-text {
    display: none;
  }
  footer#footer {
    display: none;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/raleway-v19-latin-300.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-300.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-300.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-300.woff") format("woff"),
    url("fonts/raleway-v19-latin-300.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-300.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/raleway-v19-latin-regular.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/raleway-v19-latin-regular.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-regular.woff") format("woff"),
    url("fonts/raleway-v19-latin-regular.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-regular.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/raleway-v19-latin-500.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-500.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-500.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-500.woff") format("woff"),
    url("fonts/raleway-v19-latin-500.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-500.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/raleway-v19-latin-800.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-800.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-800.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-800.woff") format("woff"),
    url("fonts/raleway-v19-latin-800.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-800.svg#Raleway") format("svg");
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?48p7l7");
  src: url("fonts/icomoon.eot?48p7l7#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?48p7l7") format("truetype"),
    url("fonts/icomoon.woff?48p7l7") format("woff"),
    url("fonts/icomoon.svg?48p7l7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tripadvisor:before {
  content: "\e901";
}
.icon-morgane:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-mail2:before {
  content: "\ea85";
}
.icon-mail:before {
  content: "\ea86";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eaca";
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 140px;
  background-color: white;
  z-index: 10;
  -webkit-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}
.menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .menu {
    display: none;
  }
}
.menu-logo {
  height: 80%;
  width: auto;
}
.menu-logo__link {
  display: block;
  height: 100%;
  width: auto;
}
.menu-logo__link img {
  height: 100%;
  width: auto;
}
.menu-header {
  height: 100%;
}
.menu-header__nav {
  height: 100%;
}
.menu-header__ul {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-header__li {
  margin-left: 35px;
  position: relative;
}
.menu-header__li::before {
  position: absolute;
  content: "";
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 0px;
  height: 1px;
  background-color: transparent;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.menu-header__li:hover::before {
  position: absolute;
  content: "";
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 40px;
  height: 1px;
  background-color: black;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.menu-header__li a {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.menu-header .active {
  position: relative;
}
.menu-header .active::before {
  position: absolute;
  content: "";
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 40px;
  height: 1px;
  background-color: black;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sub-menu {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  padding-top: 40px;
  width: 280px;
  display: none;
}
.sub-menu:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.18);
}
.sub-menu li {
  margin-left: 0;
  margin-bottom: 10px;
}
.menu-item-has-children a {
  position: relative;
  z-index: 1;
}
.menu-item-has-children:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.18);
}
@media (min-width: 900px) {
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 900px) {
  .mobile-menu {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mobile-menu__header {
    z-index: 2;
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-menu__burger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .mobile-menu__burger-icon .bar {
    height: 3px;
    background-color: black;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(2) {
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(3) {
    top: 20px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
}
.mobile-menu__nav-container {
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 30px;
  bottom: 0;
  background-color: #fff;
}
.mobile-menu__nav-container__ul {
  width: 100%;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mobile-menu__nav-container__li {
  margin-bottom: 15px;
}
.mobile-menu__nav-container__li .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0;
  padding-left: 20px;
  margin-top: 20px;
  border-left: 1px solid black;
}
.mobile-menu__nav-container__li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.active-menu .mobile-menu__burger-icon .bar {
  -webkit-transform: translateY(-50%) rotate(45deg) !important;
  transform: translateY(-50%) rotate(45deg) !important;
  top: 10px;
  -webkit-transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms,
    -webkit-transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(2) {
  opacity: 0 !important;
  left: 5px !important;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg) !important;
  transform: translateY(-50%) rotate(-45deg) !important;
  top: 10px !important;
  -webkit-transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms,
    -webkit-transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__nav-container {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-box-shadow: 7px 7px 7px -4px rgba(0, 0, 0, 0.18);
  box-shadow: 7px 7px 7px -4px rgba(0, 0, 0, 0.18);
}
.footer {
  background-color: #000000;
  padding: 50px;
  margin-top: 100px;
  position: relative;
}
.footer a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.footer a:hover {
  opacity: 0.5 !important;
}
.footer::before {
  content: url(https://lgpconfection.fr/wp-content/uploads/2024/02/Groupe-277.svg);
  position: absolute;
  top: -40px;
  right: 25%;
}
@media (max-width: 900px) {
  .footer::before {
    display: none;
  }
}
.footer p,
.footer a {
  color: white;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .footer__container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__logo {
  position: absolute;
  left: 0;
  top: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .footer__logo {
    left: 50%;
    top: -60px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 211px;
  position: relative;
}
@media (max-width: 900px) {
  .footer__left {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
}
.footer__left .p {
  margin-bottom: 0px;
}
.footer__center {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 900px) {
  .footer__center {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.footer__center .num {
  font-family: "Lora", serif;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
}
.footer__center .mail {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  position: relative;
  padding-bottom: 20px;
}
.footer__center .mail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  border-bottom: 1px solid #ffffff;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 211px;
}
@media (max-width: 900px) {
  .footer__right {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
.footer__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  width: 100%;
}
@media (max-width: 900px) {
  .footer__ul {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
.footer__ul li {
  margin-bottom: 15px;
}
.footer__ul li a {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-align: right;
}
.copyright {
  width: 100%;
  padding: 15px;
  background-color: #f5f5f5;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.copyright a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.copyright a:hover {
  opacity: 0.5 !important;
}
.copyright p {
  line-height: 18px;
}
.copyright p:first-of-type {
  margin-bottom: 8px;
}
.fade-in {
  -webkit-box-shadow: 7px 7px 7px -4px rgba(0, 0, 0, 0.18) !important;
  box-shadow: 7px 7px 7px -4px rgba(0, 0, 0, 0.18) !important;
  height: 100px;
}
@media (max-width: 900px) {
  .fade-in {
    height: 80px;
  }
  .fade-in .mobile-menu__header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.error {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.error .btn {
  margin-top: 20px;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #000;
}
a {
  color: #000;
}
.p {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
}
.p strong {
  font-weight: 500;
}
.p p {
  margin-bottom: 10px;
}
.p p:last-of-type {
  margin-bottom: 0;
}
.p a {
  border-bottom: 1px solid;
}
.p ul {
  margin: 0px 0px 20px 15px;
}
.p li {
  margin-bottom: 5px;
  list-style: disc;
}
.p h1,
.p h2,
.p h3,
.p h4 {
  margin-bottom: 15px;
}
.p img {
  width: 100%;
  margin-bottom: 20px;
}
.useful-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}

@media (min-width: 900px) and (max-width: 1200px) {
  .useful-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.full-width {
  width: 100%;
}
.margin {
  margin-top: 70px;
}
.big-margin {
  margin-top: 100px;
}
#content {
  margin-top: 140px;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background-color: #000;
  position: relative;
  border: none;
  font-family: "Lora", serif;
  text-align: center;
  color: #000;
  font-weight: 100;
  padding: 8px 30px;
  border-radius: 30px;
  border: 1px solid black;
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.btn:hover {
  background-color: black;
  color: white;
}
.h1 {
  font-size: 30px;
  font-family: "Poiret One", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.h2 {
  font-family: "Lora", serif;
  font-size: 30px;
  line-height: 35px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: left;
}
.h2::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 68px;
  height: 1px;
  background-color: black;
}
.h3 {
  margin-bottom: 15px;
  opacity: 0.4;
  font-size: 16px;
  font-family: "Lora", serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 100;
}
.number {
  margin-bottom: 5px;
  font-weight: 100;
  color: #00000012;
  font-size: 104px;
  font-family: "Lora", serif;
  position: relative;
}
@media (max-width: 900px) {
  .number {
    font-size: 60px;
  }
}
.number::before {
  content: "";
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 1px solid black;
  position: absolute;
  bottom: 10px;
  left: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1 !important;
}
@media (max-width: 900px) {
  .number::before {
    width: 60px;
    height: 60px;
  }
}
.slider {
  height: calc(100vh - 140px);
  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;
}
@media (max-width: 900px) {
  .slider {
    height: auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.slider__asset {
  position: absolute;
  top: 0;
  left: 340px;
  position: absolute;
}
@media (max-width: 900px) {
  .slider__asset {
    display: none;
  }
}
.slider__img {
  width: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 80%;
}
@media (max-width: 900px) {
  .slider__img {
    margin-bottom: 50px;
  }
}
.slider__img::after {
  content: "";
  width: 42px;
  height: 47px;
  position: absolute;
  bottom: -15px;
  left: -15px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
@media (max-width: 900px) {
  .slider__img::after {
    height: 35px;
    width: 30px;
  }
}
.slider__img::before {
  content: "";
  width: 105px;
  height: 105px;
  position: absolute;
  top: 15px;
  left: -52px;
  border-radius: 100%;
  border: 1px solid black;
}
@media (max-width: 900px) {
  .slider__img::before {
    width: 50px;
    height: 50px;
    left: -25px;
  }
}
.slider__img1 {
  width: 382px;
  aspect-ratio: 5 / 7;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 80%;
}
.slider__img2 {
  max-width: 40%;
  width: 194px;
  aspect-ratio: 4 / 7;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 50px;
}
.slider__img2::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: black;
  width: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -15px;
}
@media (max-width: 900px) {
  .slider__img2::before {
    width: 50px;
  }
}
.slider__img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider__text {
  width: calc(100% - 500px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 50px;
  text-align: right;
}
@media (max-width: 900px) {
  .slider__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.slider__text .h2 {
  text-align: right;
}
@media (max-width: 900px) {
  .slider__text .h2 {
    text-align: left;
  }
}
.slider__text .h2::before {
  right: 0;
  left: auto;
}
@media (max-width: 900px) {
  .slider__text .h2::before {
    left: 0;
    right: auto;
  }
}
.filter {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.filter-black {
  -webkit-filter: grayscale(100%) brightness(60%);
  filter: grayscale(100%) brightness(60%);
}
.center {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.text-center {
  text-align: center;
}
.text-center .h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block-img {
  width: 440px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 100%;
}
.block-img::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background-color: black;
  left: -15px;
  bottom: 30px;
}
.block-img__img1 {
  width: 276px;
  aspect-ratio: 4 / 7;
  position: relative;
  z-index: 1;
  max-width: 60%;
}
.block-img__img1::before {
  content: "";
  width: 42px;
  height: 47px;
  position: absolute;
  top: -15px;
  right: -15px;
  border-top: 1px solid black;
  border-right: 1px solid black;
}
.block-img__img1::after {
  content: "";
  width: 105px;
  height: 105px;
  position: absolute;
  bottom: 50px;
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  border: 1px solid black;
  border-radius: 100%;
}
@media (max-width: 900px) {
  .block-img__img1::after {
    width: 60px;
    height: 60px;
    bottom: 20px;
  }
}
.block-img__img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.block-img__img2 {
  width: 187px;
  aspect-ratio: 4 / 7;
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 40%;
}
.block-img__img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-img__play {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  height: auto !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 50% !important;
  z-index: 2 !important;
  cursor: pointer;
}
.h2-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.video-text {
  position: relative;
}
.video-text__cercle {
  width: 105px !important;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
@media (max-width: 900px) {
  .video-text__cercle {
    width: 70px !important;
  }
}
.video-text__service {
  width: 297px;
  aspect-ratio: 1 / 1;
  background-color: #f5f5f5;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
@media (max-width: 900px) {
  .video-text__service {
    width: 100%;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 60px;
  }
}
.video-text__service::before {
  position: absolute;
  content: "";
  width: 100px;
  border-bottom: 1px solid black;
  top: calc(100% + 15px);
  left: -15px;
}
.video-text__service::after {
  content: "";
  width: 42px;
  height: 47px;
  position: absolute;
  top: -15px;
  left: -15px;
  border-left: 1px solid black;
  border-top: 1px solid black;
}
.video-text__icon {
  height: 120px;
  width: auto;
}
.video-text__bg {
  width: 80%;
  background-color: #f5f5f5;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 900px) {
  .video-text__bg {
    width: 100%;
  }
}
.video-text__container {
  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;
  position: relative;
}
@media (max-width: 900px) {
  .video-text__container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.video-text__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 440px);
  padding-right: 100px;
}
@media (max-width: 900px) {
  .video-text__text {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
}
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.list__h2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.list__h3 {
  margin-bottom: 10px;
  font-weight: 100;
}
.list__icon {
  margin-bottom: 15px;
}
.list__item {
  width: 290px;
  height: 508px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  padding-top: 30px;
  -webkit-box-shadow: 4px 7px 14px -4px rgba(0, 0, 0, 0.18);
  box-shadow: 4px 7px 14px -4px rgba(0, 0, 0, 0.18);
  background-color: #f5f5f5;
  margin-left: -20px;
  position: relative;
  max-width: 100%;
}
@media (max-width: 900px) {
  .list__item {
    margin-left: 0;
    margin-top: 30px;
  }
}
.list__item:nth-child(2n) {
  background-color: white;
  margin-top: 60px;
}
@media (max-width: 900px) {
  .list__item:nth-child(2n) {
    margin-top: 30px;
  }
}
.list__item:nth-child(2)::before {
  content: "";
  width: 42px;
  height: 47px;
  position: absolute;
  bottom: -15px;
  left: -15px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
.list__item:nth-child(4)::before {
  content: "";
  width: 1px;
  height: 80px;
  position: absolute;
  bottom: -35px;
  left: -15px;
  border-left: 1px solid black;
}

@media (max-width: 900px) {
  .list__item:nth-child(4)::before {
    display: none;
  }

  .list__item:nth-child(2)::before {
    display: none;
  }
}
.banner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 100px;
  position: relative;
}
.banner__text {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .banner__text {
    margin-bottom: 20px;
  }
}
.banner__text .h3,
.banner__text .h2,
.banner__text .p {
  color: white;
}
.banner__text .h3 {
  color: white !important;
  opacity: 1;
}
.banner__text .number {
  color: rgba(255, 255, 255, 0.496);
}
.banner__text .number::before {
  border: 1px white solid;
}
.banner__text .h2::before {
  background-color: white;
}
.banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}
.banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-banner {
  background: url(https://lgpconfection.fr/wp-content/uploads/2024/01/AdobeStock_181034027.jpg)
    center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 213px;
}
@media (max-width: 900px) {
  .top-banner {
    height: 100px;
  }
}
.top-banner__filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  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;
}
.top-banner__h1 {
  font-family: "Lora", serif;
  font-size: 40px;
  color: white;
}
@media (max-width: 700px) {
  .top-banner__h1 {
    font-size: 28px;
  }
}
.video-text--logo {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 900px) {
  .video-text--logo .video-text__container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.video-text--logo .video-text__text {
  padding-right: 0;
}
@media (max-width: 900px) {
  .video-text--logo .video-text__text {
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  .video-text--logo .video-text__text .h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 900px) {
  .video-text--logo .video-text__text {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.video-text--logo .video-text__logo {
  width: 440px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .video-text--logo .video-text__logo {
    width: 250px;
    margin-bottom: 30px;
  }
}
.video-text--logo .video-text__logo img {
  width: 230px;
}
@media (max-width: 900px) {
  .video-text--logo .video-text__logo img {
    width: 150px;
  }
}
.video-text--inverse {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 900px) {
  .video-text--inverse {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.video-text--inverse .video-text__bg {
  left: auto;
  right: 0;
}
.video-text--inverse .video-text__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .video-text--inverse .video-text__container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.video-text--inverse .video-text__text {
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 900px) {
  .video-text--inverse .video-text__text {
    padding-left: 0;
  }
}
.video__video {
  width: 774px;
  max-width: 100%;
  height: 478px;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .video__video {
    width: 100%;
    aspect-ratio: 5 / 3;
    height: auto;
  }
}
.video__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video__play {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.452);
  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;
}
.video__play img {
  cursor: pointer;
}
.pop-up {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.501);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
.pop-up__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  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;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 900px) {
  .pop-up__close {
    top: 2px;
    right: 2px;
  }
}
.pop-up__close div:first-of-type {
  width: 30px;
  height: 1px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pop-up__close div:last-of-type {
  height: 30px;
  width: 1px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pop-up__video {
  position: relative;
  width: 800px;
  aspect-ratio: 16 / 9;
  height: auto;
  padding: 50px;
  background-color: white;
  max-width: 100%;
}
@media (max-width: 900px) {
  .pop-up__video {
    padding: 30px;
  }
}
.block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.schema {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.schema__img {
  margin-top: 50px;
  position: relative;
  max-width: 100%;
}
.schema .h3,
.schema .h2 {
  position: relative;
}
.schema__bg {
  position: absolute;
  width: 80%;
  height: 100%;
  background-color: #f5f5f5;
  top: 0;
  right: 0;
}
@media (max-width: 900px) {
  .schema__bg {
    width: 100%;
  }
}
.schema__bg:before {
  content: "";
  width: 42px;
  height: 47px;
  position: absolute;
  bottom: -15px;
  left: -15px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
@media (max-width: 900px) {
  .schema__bg:before {
    display: none;
  }
}
.services {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.services .btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.services__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .services__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}
.services__item {
  width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 900px) {
  .services__item {
    margin: 20px;
    max-width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .services__item .h2 {
    text-align: center;
  }
  .services__item .h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.services__h2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.services__h3 {
  margin-bottom: 10px;
  font-weight: 100;
}
.services__icon {
  margin-bottom: 15px;
}
.actu {
  width: 100%;
  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;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  max-width: 100%;
}
.actu .glider-prev,
.actu .glider-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.actu__bg {
  width: 80%;
  height: 100%;
  background-color: #f5f5f5;
  left: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 900px) {
  .actu__bg {
    width: 100%;
  }
}
.actu .h2::before {
  left: auto;
  right: 0;
}
.actu__container {
  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;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .actu__container {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .actu__container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.actu__text {
  width: calc(100% - 705px);
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}
@media (max-width: 900px) {
  .actu__text {
    width: 100%;
    padding-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }
  .actu__text .h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
  }
}
.actu__slider {
  width: 705px;
  max-width: 80%;
}
.actu .glider-contain {
  width: 100%;
}
.actu .glider {
  width: 100%;
}
.actu__slider-item {
  padding: 15px;
  aspect-ratio: 4 / 6;
}
.actu__slider-h2 {
  font-family: "Lora", serif;
  font-size: 19px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.actu__slider-h2::before {
  content: "";
  width: 72px;
  height: 1px;
  background-color: black;
  bottom: 0;
  left: 0;
  position: absolute;
}
.actu__slider-date {
  position: absolute;
  background-color: black;
  top: 0;
  right: 20px;
  width: 43px;
  height: 70px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
}
.actu__slider-date p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: white;
}
.actu__slider-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 7px 7px 7px -4px rgba(0, 0, 0, 0.18);
  box-shadow: 7px 7px 7px -4px rgba(0, 0, 0, 0.18);
  background-color: white;
  position: relative;
}
.actu__slider-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 900px) {
  .actu__slider-card img {
    aspect-ratio: 5 / 3;
  }
}

@media (max-width: 750px) {
  .actu__slider-card {
    height: auto;
  }
}

.actu__slider-text {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .actu__slider-text .p p,
  .actu__slider-text .p a {
    font-size: 14px;
    line-height: 18px;
  }
}
.glider {
  scrollbar-width: none;
}
.glider::-webkit-scrollbar {
  display: none;
}
.carte {
  position: relative;
}

.carte::before {
  content: "";
  position: absolute;
  width: 100px;
  border-bottom: 1px solid black;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 10px);
}

@media (max-width: 800px) {
  .carte::before {
    display: none;
  }
}

.carte__bg {
  position: absolute;
  width: calc(60% + 190px);
  right: 0;
  height: 320px;
  background-color: #f5f5f5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .carte__bg {
    display: none;
  }
}
@media (max-width: 900px) {
  .carte .h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.carte__container {
  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;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .carte__container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.carte__carte {
  width: 380px;
  max-width: 100%;
}
.carte__text {
  width: calc(100% - 380px);
  padding-left: 150px;
}
@media (max-width: 900px) {
  .carte__text {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.carte__text .p {
  width: 290px;
  max-width: 100%;
}
.double-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 900px) {
  .double-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.double-btn .btn {
  width: 192px;
  max-width: 50%;
}
.double-btn .btn:first-of-type {
  margin-right: 20px;
}
.actu--archive {
  width: 100%;
  padding-top: 0;
}
.actu--archive .actu__slider {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.actu--archive .actu__slider-item {
  width: 320px;
  padding: 0;
  margin-right: 30px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: calc(50% - 60px);
}
@media (max-width: 800px) {
  .actu--archive .actu__slider-item {
    width: 100%;
    margin-right: 0;
    aspect-ratio: auto;
    height: auto;
    max-width: 100%;
  }
}
.gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gallery li {
  width: 359px;
  height: 250px;
  padding: 10px;
}
.gallery a {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 900px) {
  .padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.post-list {
  width: 70%;
  padding-right: 40px;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.post-list__date {
  position: absolute;
  background-color: black;
  top: 0;
  right: 20px;
  width: 43px;
  height: 70px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
}
.post-list__date p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: white;
}
.post-list__article {
  width: 100%;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
  position: relative;
}
.post-list__img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.post-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-list__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.post-list__category a {
  margin-right: 10px;
  display: block;
}
.post-list .p {
  margin-bottom: 20px;
}
.sidebar {
  width: 30%;
  padding: 30px;
  background-color: #f5f5f5;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sidebar div {
  margin-bottom: 20px;
}
.sidebar div h2 {
  margin-bottom: 10px;
  font-family: "Lora", serif;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.sidebar div h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  border-bottom: 1px solid black;
}
.sidebar div a {
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
}
.sidebar div li {
  display: block;
  line-height: 20px;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
}

.sidebar__archives-posts li {
  display: flex;
}

.sidebar div:last-of-type {
  margin-bottom: 0;
}
.sidebar__archives-posts li {
  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;
}
.search-form {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.search-form input[type="search"] {
  margin-top: 0;
}
.search-form span {
  display: none;
}
.search-form [type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background-color: #000;
  position: relative;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page__form {
  width: 70%;
  padding-right: 40px;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact-page__infos {
  width: 30%;
  padding: 30px;
  background-color: #f5f5f5;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact-page__infos img {
  width: 100%;
  margin-bottom: 20px;
}
.contact-page__ligne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page__ligne p {
  line-height: 20px;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
}
.contact-page__ligne i {
  font-size: 25px;
  margin-right: 10px;
}
.wpcf7-list-item {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
}
.mentions {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea,
form select {
  border: 1px solid;
  width: 100%;
  background-color: white;
  padding: 10px;
  margin-top: 1em;
}
.mentions-legales h1 {
  margin-bottom: 20px;
}
.mentions-legales h3 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mentions-legales p {
  margin-bottom: 6px;
}
@media (max-width: 900px) {
  .gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .margin {
    padding-left: 30px;
    padding-right: 30px;
  }
  .big-margin {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-page__form {
    width: 100%;
    padding-right: 0;
  }
  .contact-page__infos {
    width: 100%;
  }
  .home-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-page .post-list {
    width: 100%;
    padding-right: 0;
  }
  .home-page .sidebar {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
